/*
Theme Name: Web Design Sun® Theme
Theme URI: https://www.webdesignsun.com
Author: Web Design Sun® Team
Author URI: https://www.webdesignsun.com
Description: This Custom Theme is Unique and Designed with Soul and Care in a Single Copy only for cookie.io by Web Design Sun® Team.
Version: 1.0
License: Commercial
License URI: https://www.webdesignsun.com
Tags: custom development
Text Domain: webdesignsun
© All Rights Reserved cookie.io
*/

body {
	background-color: #f4f6f8;
	margin: 0;
	padding: 0;
}

#accordion{
	min-width:100%;
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 100px #fff !important;
}

header {
	width: 22.95%;
	border-right: 1px solid rgba(228, 233, 242, 1);
	box-shadow: -7px 0 40px rgba(195, 204, 223, .2);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}

#feedBack {
	color: red;
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 14px;
	padding-bottom: 14px;
}

.log-out-btn {
	width: 32px;
	position: absolute;
	top: 15px;
	right: 15px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}

.log-out-btn svg {
	width: 100%;
	fill: #6381e5;
}

.menu-responsive-btn {
	position: absolute;
	top: -50px;
	left: 23px;
	width: 24px;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}

.home-responsive-btn {
	position: absolute;
	top: -50px;
	width: 29px;
	right: 18px;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}

.active-menu-responsive-btn {
	position: absolute;
	top: 10px;
	left: 23px;
	width: 24px;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}

.non-active-menu-responsive-btn {
	position: absolute;
	top: -50px;
	left: 23px;
	width: 24px;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}


header .logo .menu-responsive-cancel-btn {
	display: none;
}

header .logo {
	/*padding: 36px 40px 32px 40px;*/
	padding: 0 20px 0 0;
	text-align: center;
	border-bottom: 1px solid rgba(228, 233, 242, 1);
}

header .logo img {
	max-width: 240px;
	width: 100%;
}

header nav {
	padding: 39px 40px 32px 46px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

header nav li {
	list-style-type: none;
	padding-bottom: 30px;
}

header nav ul {
	padding: 0;
}

header nav li a {
	color: #8b93a8;
	padding-left: 17px;
}

header nav li.active a {
	color: #61a0ff !important;
}

header nav li .menu-icon-box {
	text-align: center;
	width: 28px;
	display: inline-block;
}

header nav li .menu-icon-box:hover {
	cursor: pointer;
}

header nav li .menu-icon-box img {
	color: #61a0ff;
	max-width: 28px;
}

header nav li a:hover {
	text-decoration: none;
	color: #61a0ff;
}

/*section.content {
	margin-left: 22.95%;
}*/

section.content.main  {
	padding: 90px 70px;
}

section.content.main .row {
	background-color: #FFF;
	padding: 0 62px;
	border-radius: 10px;
	border: 1px solid #e8ecf4;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
}

section.content.main h2, iframe {
	margin: auto;
}

section.content.main .iframe-box {
	text-align: center;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1;
}

section.content.main h2 {
	padding: 60px 0;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}

section.content.main .button-box {
	margin: auto;
	padding: 50px 0 80px 0;
}

section.content.main .button-box .btn.btn-primary {
	background-color: #6381e5;
	padding: 15px 43px;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	box-shadow: 0 2px 10px rgba(99, 129, 229, .35);
	border: none;
}

section.content.login center {
	width: 100%;
	margin-top: 10%;
}

section.content.login form {
	width: 30%;
	position: relative;
	padding: 30px 10px;
}

section.content.login h2 {
	margin: auto;
	padding: 60px 0;
	color: #8b93a8;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 28px;
}

section.content.login h2 span {
	color: #6381e5;
}

section.content.login form input {
	border: none;
	width: 85%;
	background-color: transparent;
	padding-left: 16px;
	color: #8b93a8;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 16px;
}

::-webkit-input-placeholder {color:#bbc4cc;}
::-moz-placeholder          {color:#bbc4cc;}/* Firefox 19+ */
:-moz-placeholder           {color:#bbc4cc;}/* Firefox 18- */
:-ms-input-placeholder      {color:#bbc4cc;}

section.content.login form input:active, :focus, :hover {
	outline: 0;
	outline-offset: 0;
}

section.content.login form p {
	border-bottom: 1px solid #e4e9f2;
	text-align: left;
	margin-bottom: 28px;
}

section.content.login form img {
	width: 21px;
	margin-bottom: 5px;
}

section.content.login form p i {
	color: #6381e5;
	width: 5%;
}

section.content.login form input[type="submit"] {
	margin-top: 50px;
	background-color: #6381e5;
	padding: 9px 79px;
	border-radius: 22px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 14px;
	cursor: pointer;
}

section.content.login form .preloader{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.5;
	border-radius: 8px;
}

section.content.login form .preloader .preloader-rolling-ajax{
	width: 40px;
	height: 40px;
	margin-top: 130px;
}

section.content.courses {
	padding: 40px 80px;
}

section.content.courses table {
	margin-bottom: 15px;
}

section.content.courses table h2 {
	padding-left: 15px;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}


section.content.courses table img {
	padding: 17px;
	background-color: #6381e5;
	border-radius: 16px;
	width: 50px;
	height: 50px;
}

section.content.courses .row-box .row {
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #e8ecf4;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
	padding: 15px;
	padding: 28px 17px;
	margin-top: 20px;
}

section.content.courses .row-box .row h4 {
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	margin: 0;
	padding: 10px 0;
}

section.content.courses .row-box .row p {
	color: #aeb4c1;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
}

section.content.courses .row img {
	border-radius: 6px;
	width: 100%;
}

section.content.courses .row-box .row .button-box {
	margin: auto;
	padding-top: 32%;
	text-align: center;
}

section.content.courses .row-box .row .border-left {
	border-left: 1px solid #eff2f8;
}

section.content.courses .row-box .row .button-box .btn.btn-primary {
	background-color: #6381e5;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(99, 129, 229, .35);
	padding: 15px 16%;
	border: none;
}

section.content.courses .row-box .row .time-box {
	text-align: center;
	padding-top: 13px;
}

section.content.courses .row-box .row .time-box img {
	width: 15px;
	margin-right: 3px;
}

section.content.courses .row-box .row .time-box span {
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #8b93a8;
	font-size: 13px;
}

section.content.courses .row-box .row .time-box span b {
	color: #283973;
}

section.content.webinars {
	padding: 40px 80px;
}

section.content.webinars table {
	/*margin-bottom: 15px;*/
	margin-bottom: 35px;
}

section.content.webinars table h2 {
	padding-left: 15px;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}


section.content.webinars table img {
	padding: 15px 12px;
	background-color: #6381e5;
	border-radius: 16px;
	width: 50px;
	height: 50px;
}

section.content.webinars .row-box .row {
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #e8ecf4;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
	padding: 15px;
	padding: 28px 17px;
	margin-top: 20px;
}

section.content.webinars .row-box .row h4 {
	color: #283973;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	margin: 0;
	padding: 15px 0 10px 0;
}

section.content.webinars .row-box .row p {
	color: #8b93a8;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
}

section.content.webinars .row img {
	border-radius: 6px;
	width: 100%;
}

section.content.webinars .row p.date-webinar {
	text-align: center;
	color: #283973;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	margin-top: 10px;
}

section.content.webinars .row-box .row .button-box {
	margin: auto;
	padding-top: 12%;
	text-align: center;
}

section.content.webinars .row-box .row .border-left {
	border-left: 1px solid #eff2f8;
}

section.content.webinars .row-box .row .button-box .btn.btn-primary {
	background-color: #6381e5;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(99, 129, 229, .35);
	padding: 15px 16%;
	width: 80%;
	border: none;
}

section.content.webinars .row-box .row .button-box .btn.btn-primary:active {
	color: #fff;
}

section.content.webinars .row-box .row .button-box .btn.btn-primary:focus {
	color: #fff;
}

section.content.webinars .row-box .row .button-box .btn.btn-primary.registered {
	/*pointer-events: none;
    cursor: default;*/
	background-color: #FF7632;
}

section.content.software {
	padding: 40px 45px;
}

section.content.software table {
	margin-bottom: 38px;
}

section.content.software table h2 {
	padding-left: 15px;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}


section.content.software table img {
	padding: 17px;
	background-color: #6381e5;
	border-radius: 16px;
	width: 50px;
	height: 50px;
}

section.content.software .card-software img {
	width: 100%;
}

section.content.software .card-software {
	background-color: #FFF;
	padding: 22px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #e8ecf4;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
	margin-bottom: 22px;
}

section.content.software .card-software h4 {
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	margin: 0;
	padding: 20px 0;
}

section.content.software .card-software p {
	color: #aeb4c1;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}

section.content.software .card-software .button-box {
	padding-top: 30px;
}

section.content.software .card-software .button-box .btn.btn-primary {
	background-color: #6381e5;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(99, 129, 229, .35);
	padding: 12px 22%;
	border: none;
}

section.content.software .card-software .button-box .btn.btn-primary.searched {
	background-color: #9e9fa0;
	pointer-events: none;
	cursor: default;
	box-shadow: 0 2px 10px rgba(172, 172, 172, .35);
}

section.content.single-course {
	padding: 40px 80px;
}

section.content.single-course table {
	margin-bottom: 38px;
	width: 100%;
}

section.content.single-course table h2 {
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}


section.content.single-course table img {
	margin-right: 15px;
	padding: 17px;
	border-radius: 16px;
	height: 50px;
}


section.content.single-course .panel {
	width: 100%;
	margin-right: -25px !important;
	margin: auto;
}

section.content.single-course .card-header {
	border-bottom: none;
	background-color: #fff;
	border-radius: 10px;
}

section.content.single-course .card {
	border: 1px solid #e8ecf4;
	margin: 20px;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
	border-radius: 10px;
	padding: 20px 20px;
}

section.content.single-course .card.no-last:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #e4e9f2;
	left: -51px;
	top: 50px;
}

section.content.single-course .card span.number {
	text-align: center;
	color: white;
	line-height: 44px;
	display: block;
	position: absolute;
	width: 56px;
	height: 56px;
	background-color: #FF7632;
	border-radius: 28px;
	border: 6px solid #f4f6f8;
	left: -77px;
	top: 25px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}

section.content.single-course .card span.collapsed_span {
	background-color: #6381e5;
}

section.content.single-course .card-header:before {
	content: '';
	position: absolute;
	left: -12px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #e8ecf4;
	margin-top: 8px;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
}

section.content.single-course .card-header:after {
	content: '';
	position: absolute;
	left: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid white;
	margin-top: -31px;
}

section.content.single-course .card-header h5 {
	padding: 10px 0;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

section.content.single-course a.collapse_all {
	float: right;
	border: 2px solid #eff2f8;
	border-radius: 6px;
	padding: 8px 20px;
	width: 145px;
	text-align: center;
	color: #8b93a8;
	margin-top: -7px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	cursor: pointer;
}

section.content.single-course .card-header h5 a {
	float: right;
	border: 2px solid #eff2f8;
	border-radius: 6px;
	padding: 8px 20px;
	width: 100px;
	text-align: center;
	color: #8b93a8;
	margin-top: -7px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

section.content.single-course .card-header h5 a.collapsed {
	border: 2px solid #6381e5;
	background-color: #6381e5;
	color: #fff;
}

section.content.single-course .card-header h5 a:active {
	text-decoration: none;
}

section.content.single-course .card-header h5 a:focus {
	text-decoration: none;
}

section.content.single-course .card-header h5 a:hover {
	text-decoration: none;
}

section.content.single-course .card .card-block p {
	padding: 15px 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #8b93a8;
	font-size: 17px;
}

section.content.single-course .card .card-block .iframe-box {
	border-radius: 10px;
	overflow: hidden;
	line-height: 1;
	margin: 15px 0;
}

section.content.support  {
	padding: 40px 80px;
}

section.content.support .row {
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #e8ecf4;
	box-shadow: 0 0 10px rgba(195, 204, 223, .1);
	padding: 15% 0;
}

section.content.support .row .wpcf7 {
	margin: auto;
	width: 47%;
}

section.content.support .row .wpcf7 input, textarea {
	border: 2px solid #e5e9f2;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px 20px;
}

section.content.support .row .wpcf7 textarea {
	overflow: hidden;
	resize: none;
}

section.content.support .row .wpcf7 input[type="submit"] {
	width: 40%;
	background-color: #6381e5;
	margin: auto;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 18px 0;
	margin-top: 20px;
	border: none;
	cursor: pointer;
}

section.content.support table {
	margin-bottom: 40px;
}

section.content.support table h2 {
	padding-left: 15px;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}


section.content.support table img {
	padding: 14px;
	background-color: #6381e5;
	border-radius: 16px;
	width: 50px;
	height: 50px;
}

section.content.product-reveal #result-box img {
	width: 100%;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.product-reveal #result-box .col-md-4 {
	margin-bottom: 30px;
}

section.content.product-reveal .search-box img.rolling-ajax-search.active {
	width: 40px;
	height: 40px;
	margin: auto;
	margin-top: 80px;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.product-reveal .search-box img.rolling-ajax-search {
	width: 0px;
	height: 0px;
	margin: auto;
	margin-top: -40px;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.product-reveal #result-box {
	text-align: center;
}

section.content.product-reveal form {
	margin: auto;
	width: 100%;
	padding: 0 40px;
}

section.content.product-reveal form input {
	padding: 15px 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

section.content.product-reveal form input::-webkit-input-placeholder {color:#bbc4cc;}
section.content.product-reveal form input::-moz-placeholder          {color:#bbc4cc;}/* Firefox 19+ */
section.content.product-reveal form input:-moz-placeholder           {color:#bbc4cc;}/* Firefox 18- */
section.content.product-reveal form input:-ms-input-placeholder      {color:#bbc4cc;}

section.content.product-reveal form button {
	padding: 15px;
	background-color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

section.content.product-reveal form button:focus {
	border: none;
}

section.content.product-reveal form button:active {
	border: none;
}

section.content.product-reveal form button.searched {
	background-color: #9e9fa0;
	pointer-events: none;
	cursor: default;
}

section.content.product-reveal .row.search-box {
	padding: 40px 0px 75px 0px;
}

section.content.product-reveal h2 {
	text-align: center;
	margin-top: 130px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #8b93a8;
}

section.content.product-reveal h5 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #6381e5;
}

section.content.product-reveal #result-box a.link-img {
	display: block;
	overflow: hidden;
	text-align: center;
	/*height: 230px;*/
	height: 68%;
	max-height: 280px;
	background-color: #fff;
}

section.content.product-reveal #result-box .col-md-4 p {
	padding: 4% 10px 8%;
	height: 15%;
	background-color: #fff;
	font-size: 15px;
	margin: 0;
}

/*section.content.product-reveal #result-box .col-md-4 .top-link p{*/
/*	padding: 8% 10px 4%;*/
/*}*/

/*section.content.product-reveal #result-box .col-md-4 a {*/
/*	color: #8b93a8;*/
/*	font-family: 'Roboto', sans-serif;*/
/*	font-weight: 500;*/
/*	font-size: 19px;*/
/*	-webkit-transition: all .4s ease-out 0.1s;*/
/*	-moz-transition: all .4s ease-out 0.1s;*/
/*	-o-transition: all .4s ease-out 0.1s;*/
/*	transition: all .4s ease-out 0.1s;*/
/*}*/

/*section.content.product-reveal #result-box .col-md-4 a:hover {*/
/*	text-decoration: none;*/
/*	color: rgba(228, 233, 242, 1);*/
/*	-webkit-transition: all .4s ease-out 0.1s;*/
/*	-moz-transition: all .4s ease-out 0.1s;*/
/*	-o-transition: all .4s ease-out 0.1s;*/
/*	transition: all .4s ease-out 0.1s;*/
/*}*/

section.content.product-reveal #result-box .col-md-4 .bottom-link{
	color: #6381e5;
}

section.content.product-reveal #result-box .col-md-4 .bottom-link:hover{
	color: rgba(99, 129, 229, 0.35);
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.product-reveal #result-box img:hover {
	width: 110%;
	margin-left: -5%;
}

section.content.product-reveal #result-box p.error_product_reveal {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 31px;
	color: #c15151;
}

section.content.product-reveal #result-box p.error_product_reveal.active {
	padding: 25px 0;
}

section.content.settings  {
	padding: 40px 80px;
}

section.content.settings table {
	margin-bottom: 40px;
}

section.content.settings table h2 {
	padding-left: 15px;
	color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin: 0;
}

section.content.settings .settings-form-container {
	display: none;
	width: 100%;
	height: 0%;
	position: absolute;
	z-index: 200;
	background-color: #f4f6f8;
	opacity: .6;
	text-align: center;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all 1s ease-out 0.1s;
}

section.content.settings .settings-form-container.active {
	display: block;
	height: 100%;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all 1s ease-out 0.1s;
}

section.content.settings table img {
	padding: 14px;
	background-color: #6381e5;
	border-radius: 16px;
	width: 50px;
	height: 50px;
}

section.content.settings .search-box img.rolling-ajax-search {
	width: 32px;
	height: 32px;
	margin: auto;
	margin-top: 1.3%;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.settings form p.example {
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #8b93a88a;
	bottom: -45px;
}

section.content.settings #registerShopifyStore {
	display: none;
}

section.content.settings form {
	margin: auto;
	width: 100%;
	padding: 0;
	position: relative;
}

section.content.settings form input {
	padding: 15px 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

section.content.settings form input::-webkit-input-placeholder {color:#bbc4cc;}
section.content.settings form input::-moz-placeholder          {color:#bbc4cc;}/* Firefox 19+ */
section.content.settings form input:-moz-placeholder           {color:#bbc4cc;}/* Firefox 18- */
section.content.settings form input:-ms-input-placeholder      {color:#bbc4cc;}

section.content.settings form button {
	padding: 15px;
	background-color: #6381e5;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

section.content.settings form button:focus {
	border: none;
}

section.content.settings form button:active {
	border: none;
}

section.content.settings form button.searched {
	background-color: #9e9fa0;
	pointer-events: none;
	cursor: default;
}

section.content.settings .row.search-box {
	padding: 40px 0px 300px 0px;
}

section.content.settings h2 {
	text-align: center;
	margin-top: 4%;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.88em;
	color: #8b93a8;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3%;
}

section.content.settings #registeredShopifyStore {
	display: none;
	background-color: #eceeef;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25em;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.settings #registeredShopifyStore:hover {
	background-color: #eceeef42;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.settings #registeredShopifyStore:hover input {
	background-color: #eceeef42;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.settings #registeredShopifyStore:hover button {
	background-color: #eceeef42;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.settings #registeredShopifyStore input {
	border: none;
	cursor: default;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
	font-weight: 500;
	color: #61a0ff;
}

section.content.settings #registeredShopifyStore button {
	background-color: #eceeef;
	border: none;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

section.content.settings #registeredShopifyStore .input-group {
	padding: 0;
}

section.content.settings #registeredShopifyStore button img {
	width: 12px;
}

section.content.settings #registeredShopifyStore.active-form-shopify-store {
	display: inherit;
}

section.content.settings #registerShopifyStore.active-form-shopify-store {
	display: inherit;
}

section.content.settings p.register_shopify_store_error_msg {
	color: #ff00009e;
	text-align: center;
	font-weight: 500;
	width: 100%;
	padding-top: 5%;
	-webkit-transition: all .4s ease-out 0.1s;
	-moz-transition: all .4s ease-out 0.1s;
	-o-transition: all .4s ease-out 0.1s;
	transition: all .4s ease-out 0.1s;
}

@media only screen and (max-width: 1200px) {
	section.content.software {
		padding: 40px 23px;
	}

	section.content.software .card-software {
		margin-top: 20px;
	}

	section.content.software table {
		margin-bottom: 15px;
	}

	section.content.support .row .wpcf7 {
		width: 84%;
	}

	section.content.main .row {
		padding: 0 15px;
	}

	section.content.main h2 {
		padding: 40px 0;
	}

	section.content.main .button-box {
		padding: 40px 0 50px 0;
	}

	section.content.single-course a.collapse_all {
		width: 1px;
		height: 1px;
		opacity: 0;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}
}

@media only screen and (max-width: 1110px) {
	section.content.main {
		padding: 60px 23px;
	}

	header .logo {
		padding: 0 32px 0 15px;
	}

	header nav {
		padding: 39px 0px 32px 15px;
	}

	section.content.courses {
		padding: 60px 23px;
	}

	section.content.courses .row-box .row .button-box {
		padding-top: 16%;
	}

	section.content.courses .row-box .row h4 {
		padding: 25px 0 16px 0;
	}

	section.content.webinars .row-box .row .button-box {
		padding-top: 2%;
	}

	section.content.webinars .row-box .row h4 {
		padding: 25px 0 16px 0;
	}

	section.content.webinars .row-box .row .button-box .btn.btn-primary {
		width: 50%;
	}
}


@media only screen and (max-width: 992px) {

	header .logo svg {
		max-width: 95%;
	}

	section.content.courses .row-box .row {
		text-align: center;
	}

	section.content.webinars .row-box .row {
		text-align: center;
	}

	section.content.software .card-software .button-box .btn.btn-primary {
		padding: 18px 21%;
	}

	section.content.support {
		padding: 60px 23px;
	}

	section.content.settings {
		padding: 60px 23px;
	}

	section.content.login form {
		width: 50%;
	}

	section.content.software {
		padding: 60px 9px;
	}

	section.content.support .row .wpcf7 {
		width: 84%;
	}

	section.content.support .row .wpcf7 input[type="submit"] {
		width: 100%;
	}
}


@media only screen and (max-width: 860px) {
	section.content.single-course {
		padding: 60px 0px 40px 75px;
	}

	.log-out-btn {
		width: 29px;
		top: 10px;
		right: 70px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	section.content.single-course .panel {
		width: 100%;
		margin-right: 0 !important;
	}

	section.content.single-course table {
		margin-bottom: 24px;
		margin-left: -50px;
		margin-top: 10px;
	}

	.active-menu {
		width: 55px;
		margin-left: 0px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	.non-active-menu {
		width: 55px;
		margin-left: -55px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	header nav ul li a {
		/*opacity: 0;
		width: 1px;
		height: 1px;*/
		display: none;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	header nav {
		padding: 39px 0px 32px 12px;
	}

	header .logo {
		padding: 15px 15px 15px 15px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	header .logo .menu-responsive-cancel-btn {
		display: block;
	}

	section.content.login form {
		width: 60%;
	}

	.menu-responsive-btn {
		top: 10px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	.home-responsive-btn {
		top: 10px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	header .logo a {
		display: none;
	}

	header {
		background-color: #f4f6f8;
		width: 55px;
		margin-left: -55px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}

	section.content {
		margin-left: 0px;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}
}

@media only screen and (max-width: 768px) {
	section.content.product-reveal form div.input-group {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	section.content.product-reveal form button {
		margin-top: 10px;
	}

	section.content.settings form div.input-group {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	section.content.settings form button {
		margin-top: 10px;
	}

	section.content.settings #registeredShopifyStore button {
		margin-top: 0px;
	}
}

@media only screen and (min-width: 768px) {

	section.content.settings form button {
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px) {
	section.content.software {
		padding: 60px 9px;
	}

	section.content.software .card-software .button-box .btn.btn-primary {
		/*padding: 18px 40%;*/
		width: 100%;
		padding-top: 18px;
		padding-bottom: 18px;
	}


	section.content.login form {
		width: 70%;
	}


	section.content.webinars .row-box .row .button-box .btn.btn-primary {
		width: 80%;
	}
}

@media only screen and (max-width: 440px) {
	section.content.single-course .card span {
		display: none;
	}

	section.content.single-course table img {
		display: none;
	}

	section.content.single-course table {
		margin-left: 0px;
		text-align: center;
	}

	section.content.single-course .card.no-last:before {
		display: none;
	}

	section.content.single-course {
		padding: 60px 0px 40px 0px;
	}

	section.content.login form {
		width: 85%;
	}

	section.content.single-course .card .card-block {
		text-align: center;
	}

	section.content.single-course .card-header h5 a {
		display: block;
		width: 90%;
		margin-top: 27px !important;
		margin: auto;
		float: none;
	}

	section.content.single-course .card-header h5 {
		text-align: center;
	}

	section.content.single-course .card-header:after {
		margin-top: -95px;
	}

	section.content.single-course .card {
		padding: 15px 5px;
	}
}