/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Lato', Helvetica, Arial, sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}

#login h1 a, .login h1 a {
 background-image: url('/wp-content/uploads/2025/02/iamme-logo.png') !important;
}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	float: left;
	width: 100%;
	background: #2c2c2c;
	padding: 3em 0em;
}

.footer p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
}

.footer a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.footer span {
	display: inline-block;
	margin: 0px 10px;
	color: #66c7d9;
}

.course-wrap {
	float: left;
	width: 100%;
	padding: 3em 0px;
}

.course-wrap button {
	display: block;
	padding: 1em 2em;
	color: #2a409a;
	background: #ffffff;
	font-size: 14px;
	border-radius: 30px;
	border: 2px solid #66c7d9;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

header {
	float: left;
	width: 100%;
}

.presenter-library {
	float: left;
	width: 100%;
	padding: 3.3em 0em 4em 0em;
	background: #ffffff;	
}

.course-title {
	float: left;
	width: 100%;
	padding-top: 32px;
	font-size: 18px;
	padding-left: 1em;
	font-weight: 500;
}

@media (min-width: 1200px) {
	.course-title {
	width: 22%;		
	}
}

.course-duration {
	float: left;
	width: 100%;
	padding-top: 32px;
	font-size: 18px;
	padding-left: 1em;
	font-weight: 500;
}

@media (min-width: 992px) {
	.course-duration {
	width: 33.33%;
	}
}


@media (min-width: 1200px) {
	.course-duration {
	width: 20%;	
	}
}

.course-file-count {
	float: left;
	width: 100%;
	padding-top: 32px;
	font-size: 18px;
	padding-left: 1em;
	font-weight: 500;
}

@media (min-width: 992px) {
	.course-file-count {
	width: 33.33%;
	}
}


@media (min-width: 1200px) {
	.course-file-count {
	width: 20%;
	}
}

.course-button {
	float: left;
	width: 100%;
	margin-top: 1em;
}

@media (min-width: 992px) {
	.course-button {
	width: 33.33%;
	margin-top: 0px;
	}
}


@media (min-width: 1200px) {
	.course-button {
	width: 20%;
	}
}

.course-button span {
	float: left;
	width: 100%;
	padding: 0.5em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	border-radius: 26px;
	text-align: center;
	font-weight: 500;
	padding: 13px;
	font-size: 20px;
	margin-top: 21px;
}

.presenter-library h2 {
	margin-bottom: 1em;
}

.presenter-library ul {
	margin: 0px;
	padding: 0px;
}

.presenter-library ul li {
	float: left;
	width: 100%;
	padding: 0.5em;
	border-radius: 30px;
	border: 2px solid #66c7d9;
	background: none;
	margin-bottom: 1.5em;
	color: #2a409a;
	font-size: 16px;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	font-weight: 500;
}

.presenter-library ul li:before {
	display: none;
}


.presenter {
	float: left;
	width: 100%;
	padding: 6em 0em 4em 0em;
	background: #ffffff;
}

.presenter-box {
	float: left;
	width: 100%;
	height: 500px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.36);
}

.slide-menu {
	width: 250px;
	background: #ffffff;
	z-index: 9999;
	position: fixed;
	height: 100vh;
	left: 0px;
	top: 0px;
	padding: 30px;
	transition: all 0.5s linear;
	left: -300px;
	border-top-right-radius: 40px;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.36);
}

.slide-menu img {
	display: block;
	max-width: 140px;
	margin: 0px auto;
}

.slide-menu .menu {
	float: left;
	width: 100%;
}

.slide-menu ul {
	margin: 2em 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.slide-menu ul li {
	float: left;
	width: 100%;
	padding-bottom: 1.5em;
	list-style-type: none;
}

.slide-menu ul .current_page_item:after {
	border-bottom: 5px solid #7ccadf;
	width: 41px;
	content: "";
	display: block;
	margin: 0px auto;
	position: relative;
	top: 30px;
}

.slide-menu ul li a {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	float: left;	
	transition: all 0.25s linear;
}

.slide-menu ul li a:hover {
	color: #7ccadf;
	text-decoration: none;
}

.close-slide-menu {
	position: absolute;
	left: 276px;
	color: #fff;
	z-index: 99999;
	font-size: 30px; 
}

.slide {
	left: 0px;
}

.slide-nav-act {
	position: fixed;
	top: 30px;
	left: 30px;
	color: red;
}

.slide-nav-act a {
	font-size: 28px;
	transition: all 0.05s linear;
	display: block;
	color: #2a409a;
}

.slide-nav-act a:hover {
	font-size: 32px;
}

.overlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.82);
	position: fixed;
	z-index: 999;
	display: none;
}

button {
float: left !important;
width: auto !important;
padding: 1em 2em !important;
border-radius: 30px !important;
border: 2px solid #66c7d9 !important;
margin-top: 3em !important;
color: #2a409a !important;
font-size: 16px !important;
}

.modal-content {
		border-radius: 30px !important;
}

.modal-body {
	padding: 3em;
	position: relative;
}

.modal-body p {
	font-size: 16px;
	margin-bottom: 16px;
}

.modal-body ul {
	margin: 0px;
	padding: 0em 0em 0.5em 0em;
	float: left;
	width: 100%;
}

.modal-body ul li {
	margin: 0px 0.5em 0px 0px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
	font-size: 18px;
}

.modal-body ul li:before,.modal-body ul li:marker {
	display: none;
}

.modal-close-box {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 68px;
	width: 68px;
	border-radius: 46px;
	background: #2a409a;
	text-align: center;
	color: #fff;
	font-size: 33px;
	padding-top: 8px;
}

.modal-close-box .fa {
	color: #ffffff;
}

.modal-body h3 {
	font-size: 2.2em;
	color:#2a409a;
}

.modal-dialog {
	max-width: 700px !important;
}

.main-section {
	float: left;
	width: 100%;
	padding: 9em 0em;
	font-weight: 500;
	font-size: 16px;
}

.main-section h1 {
	float: left;
	width: 100%;
	color:#2a409a;
	position: inherit;
}

.main-section p {
		font-weight: 500;
	font-size: 16px;
}

.main-section input {
	float: left;
	width: 100% !important;
	padding: 1em 2em;
	border-radius: 30px;
	border: 2px solid #66c7d9;
	background: none !important;
	color: #2a409a;
	font-size: 16px;
}

.main-section .password-input {
	float: left;
	width: 100%;
}
.main-inner {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	padding: 1.5em;
	border-radius: 30px;
	border: 2px solid #66c7d9;
}

.product_meta {
	display: none !important;
}

.woocommerce div.product form.cart .button {

	float: left !important;
	width: auto;
	clear: both;
	margin-top: 20px !important;
}
.woocommerce-form-login__submit {
	float: left;
	width: 100%;
	margin-top: 0px;
}

.woocommerce-form__label {
	float: left;
	width: 100%;
	margin-top: 0px !important;
}

.woocommerce-form-login {
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
}


.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}
 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.make-a-dif {
	float: left;
	width: 100%;
	background: #c2c2c2;
	padding: 5em 0em;
}

.express-interest {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 3em 0em;
}

.express-interest h2 {
	font-size: 24px;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.express-interest h2 {
	font-size: 40px;		
	}
}

.express-interest p {
	max-width: 700px;
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0px auto 30px auto;
	text-align: center;
	line-height: 27px;
}

.express-interest form p {
	margin-bottom: 0px;
}

.express-interest form {
	position: relative;
}
.front-hero {
	float: left;
	width: 100%;
}

.iamme img {
	height: auto;
	width: 100%;
	position: relative;
top: -90px;
}

.front-hero-col-one {
	float: left;
	width: 46.2%;
	height: 900px;
	background: url('http://iammepresenter-co-uk.stackstaging.com/wp-content/uploads/2020/09/hero-grad.png');
	background-size: 600px;
	background-repeat: no-repeat;
    position: relative;
    left: 116px;
}

@media (min-width: 1600px) {
.front-hero-col-one {
    left: 400px;	
}	
}

.front-hero-col-one:before {
	content: "";
	background: url('http://iammepresenter-co-uk.stackstaging.com/wp-content/uploads/2020/09/hero-grad.png');
	width: 200px;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: 600px;
	left: -200px;
	position: relative;
	height: 654px;
}

@media (min-width: 1600px) {
.front-hero-col-one:before  {
	left: -400px;
	width: 400px;	
}	
}

.front-hero-col-two {
	float: left;
	width: 53.8%;
	height: 900px;
	background: url('http://iammepresenter-co-uk.stackstaging.com/wp-content/uploads/2020/09/hero-ipad.png');
	background-size: 702px;
	background-repeat: no-repeat;
	background-position: top right;
}

.related.products {
  display: none;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
background-color:#2a409a !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#2a409a !important;
border-radius: 30px !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
background-color:#2a409a !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#2a409a !important;
border-radius: 30px !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
color:white !important;
text-shadow: transparent !important;
border-color:#2a409a !important;
border-radius: 30px !important;

}

.sub-btn {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
color:white !important;
text-shadow: transparent !important;
border-color:#2a409a !important;
border-radius: 30px !important;
float: left !important;
    width: auto;
    clear: both;
    margin-top: 20px !important;
    float: left !important;
    width: auto !important;
    padding: 1em 2em !important;
    border-radius: 30px !important;
    margin-top: 1em !important;
    font-size: 16px !important;	
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
border-color:#2a409a !important;
border-radius: 30px !important;

}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
border-color:#2a409a !important;
border-radius: 30px !important;
}

.woocommerce-message {
    border-top-color: #2a409a ;
}

.woocommerce-message:before {
    content: "\e015";
    color: #2a409a;

}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #2a409a;
	font-size: 1.5em;
	font-weight: 600;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #d3ced2;
	padding: 2em;
	margin: 2em 0;
	text-align: left;
	border-radius: 30px !important;
}

.wpcf7-submit {
	position: absolute;
	top: 6px;
	width: 90px !important;
	right: 6px;
	padding: 12px !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 )!important; /* IE6-9 */
	color: #ffffff;
	border: 0px;
}

@media (min-width: 992px) {
	.wpcf7-submit {
	right: 122px;
	width: 200px !important;
	}
}

@media (min-width: 1200px) {
	.wpcf7-submit {
	right: 6px;
	}
}

.ipad-sec {
	float: left;
	width: 100%;
	height: 300px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
}

.ipad-sec img {
width: 460px;
top: -40px;
left: -126px;
position: absolute;
}

.ipad-sec ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.ipad-sec ul li {
	display: inline-block;
	width: auto;
	list-style-type: none;
}

.ipad-sec ul li a {
	color: #66c7d9;
	margin: 10px 5px;
	font-size: 22px !important;
	font-size: 27px !important;
	display: inline-block !important;
}
.ipad-text-col {
	float: right;
	width: 59%;
	margin: 51px 0px 0px 0px;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	padding-right: 2em;
	text-align: center;
}

#accept {

}

#accept  .acceptance-389 {
	float: left;
	width: 100%;
}

#accept span.wpcf7-form-control {
	width: 300px;
	text-align: center;
	display: block;
	margin: 0px auto;
}


#accept .wpcf7-list-item {
	float: left;
	width: 100%;
}

#accept .wpcf7-list-item > label:nth-child(1) {
	float: left;
	width: 100%;
}

#accept  .wpcf7-list-item > label:nth-child(1) > input:nth-child(1) {
	float: left;
	width: 10% !important;
}

#accept .wpcf7-list-item-label {
    float: left;
    width: 90%;
    font-size: 16px;
}

.ipad-header {
	float: left;
	width: 100%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c60b3+0,2a4096+100 */
	background: #4c60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c60b3 0%, #2a4096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c60b3 0%,#2a4096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c60b3 0%,#2a4096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ); /* IE6-9 */
	padding: 2em 2em;
	display: block;
}

@media (min-width: 1024px) {
	.ipad-header {
		display: none;
	}
}

.ipad-header img {
	max-width: 120px;
	display: block;
	padding: 0px;
}

	.the-presentation {
		float: left;
		width: 100%;
		height: 900px;
	}

	.the-presentation-inner {
		width: 100%;
		height: 700px;
	}

#single-button {
    float: left;
    width: auto !important;
    padding: 1em 2em;
    border-radius: 30px;
    border: 2px solid #66c7d9;
    background: none !important;
    color: #2a409a;
    font-size: 16px;
    font-weight: 500;
}

.presenter-window {
	height: 600px; 
	width: 100%; 
	margin: 40px auto 0px auto;
}

@media (min-width: 576px) {
	.presenter-window {
	height: 500px; 
	}
}

@media (min-width: 992px) {
	.presenter-window {
	height: 700px; 
	}
}

.presentation-alert {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	background: #2a409a;
	height: 100vh;
	display: none;
}

.presentation-alert h2 {
	padding: 2em 2em;
	background: #ffffff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	text-align: center;
	margin-top: 3em;
}

.fa-certificate {
	color: #66c7d9;
}

.fa-folder {
	color: #66c7d9;
}


#exampleModalCenter .close-btn {
	color: #ffffff;
	font-size: 23px;
	background: #4c60b3;
	background: -moz-linear-gradient(top, #4c60b3 0%, #2a4096 100%);
	background: -webkit-linear-gradient(top, #4c60b3 0%,#2a4096 100%);
	background: linear-gradient(to bottom, #4c60b3 0%,#2a4096 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 );
	position: absolute;
	top: -15px;
	right: -15px;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	padding-top: 10px;
	text-align: center;
}

.thumb-lesson img {
	max-width: 144px;
	float: left;
	width: 16%;
	vertical-align: middle;
	border-radius: 20px;
}


	.the-nav, .the-nav-shop {
		position: absolute;
		top: 40px;
		right: 40px;
		width: 100%;
		z-index: 999999;
		display: none;
	}

	@media (min-width: 1024px) {
		.the-nav, .the-nav-shop {
			display: block;
		}
	}

	.the-nav ul, .the-nav-shop ul {
		float: right;
		width: 55%;
		padding: 0px;
		margin: 0px;
		text-align: right;
	}

	.the-nav ul li, .the-nav-shop ul li{
		display: inline-block;
		width: auto;
		padding: 10px !important;
		background: #66c7d9;
		border-radius: 30px;
		color: #ffffff;
		list-style-type: none;
		margin: 0px 10px;
		-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
		box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
		border: 2px solid #56b8ca;
		margin-bottom: 22px;
	}


	@media (min-width: 1025px) {
		.the-nav ul li, .the-nav-shop ul li {
		padding: 20px !important;			
		}
	}

		.the-nav ul li  a, .the-nav-shop ul li a {
			color: #ffffff;
			font-size: 16px;
			font-weight: 600;
		}


		.iamme {
	position: absolute;
	top: 40px;
	left: 86px;
	width: 300px;
	height: 313px;
	display: none;
}

@media (min-width: 1024px) {
	.iamme {
		display: block;
	}
}
	.iamme img {
		max-width: 150px !important;
		top: 0px !important;
	}


.iamme p {
	position: absolute;
	top: 300px;
	left: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	width: 365px;
}

	.iamme a {
	float: left;
	position: absolute;
	padding: 9px;
	border-radius: 30px;
	border: 2px solid white;
	width: 192px;
	text-align: center;
	color: #04A4CC;
	font-weight: 500;
	font-size: 19px;
	position: absolute;
	bottom: -54px;
	left: 0px;
}

h1 {
	font-size: 43px;
	color: #ffffff;
	position: absolute;
	width: 362px;
	float: left;
	left: 0px;
	bottom: 0px;
}


		input  {
		float: left;
width: 100% !important;
padding: 1em 2em;
border-radius: 30px;
border: 2px solid #66c7d9;
color: #2a409a;
font-size: 16px;
		}

		.desktop-hero {
			display: none;
		}

		@media (max-width: 1025px) {
			.desktop-hero {
				display: block;

			}
		}

		.ipad-hero {
			display: block;	
			float: left;
			width: 100%;
			margin-top: -145px;
		}

		@media (max-width: 1025px) {
			.ipad-hero {
				display: none;
			}
		}
		.front-platform-buttons {
	float: left;
	width: 100%;
	padding: 4em 0em;
}

.front-platform-buttons a {
	text-align: center;
	float: left;
	width: 100%;
	background: #4c60b3;
	background: -moz-linear-gradient(top, #4c60b3 0%, #2a4096 100%);
	background: -webkit-linear-gradient(top, #4c60b3 0%,#2a4096 100%);
	background: linear-gradient(to bottom, #4c60b3 0%,#2a4096 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 );
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.12);
	padding: 2em 1em;
}

.front-platform-buttons a h3 {
		text-align: center;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 24px;
}

.front-platform-buttons a h4 {
		text-align: center;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 18px;
}

.front-platform-buttons a span {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #04A4CC;
	font-size: 16px;
	font-weight: 500;
	margin-top: 18px;
	width: auto;
	border: 2px solid#ffffff;
	border-radius: 31px;
	padding: 0.5em 1.5em;
}

.funded-by {
	float: left;
	width: 100%;
	padding: 4em 0em;
	text-align: center;
}

.funded-by img {
	display: inline-block;
	max-width: 230px;
	margin: 0px 10px;
}

.funded-by h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.archive-nav {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 999999;
}

.archive-nav a {
	padding: 10px;
	border-radius: 7px;
	background: #000;
	color: #fff;
	margin-right: 10px;
	background: #4c60b3;
	background: -moz-linear-gradient(top, #4c60b3 0%, #2a4096 100%);
	background: -webkit-linear-gradient(top, #4c60b3 0%,#2a4096 100%);
	background: linear-gradient(to bottom, #4c60b3 0%,#2a4096 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 );
	font-weight: 400;
}

.video-sec {
	float: left;
	width: 100%;
	padding: 4em 0em;
}

.video-sec video {
	display: block;
	margin: 0px auto;
}

.about-us-page {
	padding-bottom: 1em !important;
}

.about-us-page img {
	border-radius: 15px;
}

.courses-page .main-inner {
	margin-bottom: 40px;
}

.courses-page img {
border: 2px solid #66c7d9;
border-radius: 15px;
}

.email-con {
	float: left;
width: 100%;
position: relative;
}

.the-generic-sec {
	float: left;
	width: 100%;
	padding: 30em 0em;
	height: 100vh;
}

.the-generic-sec p {
    max-width: 700px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0px auto 30px auto;
    text-align: center;
    line-height: 27px;
}

.the-generic-sec label {
	width: 100% !important;
}

.the-generic-sec input[type="submit"] {
	background: #4c60b3 !important;
	background: -moz-linear-gradient(top, #4c60b3 0%, #2a4096 100%) !important;
	background: -webkit-linear-gradient(top, #4c60b3 0%,#2a4096 100%) !important;
	background: linear-gradient(to bottom, #4c60b3 0%,#2a4096 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c60b3', endColorstr='#2a4096',GradientType=0 ) !important;
	color: white !important;
	text-shadow: transparent 
	border-color: #2a409a !important;
	border-radius: 30px !important;
	float: left !important;
	width: auto !important;
	clear: both !important;
	margin-top: 20px !important;
	float: left !important;
	width: auto !important;
	padding: 1em 2em !important;
	border-radius: 30px !important;
	margin-top: 1em !important;
	font-size: 16px !important;
}

video {
  width: 100%    !important;
  height: auto   !important;
}