/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*GENERAL*/

.clearfix {
	clear:both;
	overflow: hidden;
}

#login-ao *,
#content-ao * {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
}

#content-ao h1 {
	color: #1c7685;
    font-size: 1.7em;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 800;
	margin: 0 0 20px 0;
}

#content-ao h2 {
	position: relative;
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	margin: 20px 0;
}

#content-ao h2 span {
	position:absolute; 
	top: -150px;
}

#content-ao h3 {
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px 0;
}

#login-ao p,
#content-ao p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

/*LOGIN*/

#login-ao {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0, 214, 205, 0.9);
	padding: 20px;
}

#login-ao > div {
	width: 100% !important;
    max-width: 500px;
    background: #f4f4f5;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 6px 6px rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 6px rgba(32, 33, 36, .28);
	padding: 20px;
}

#login-ao .form-group > input {
	background: #f4f4f5;
    border: 0 !important;
    border-bottom: 1px solid #00d6cd !important;
}

#login-ao .form-group div > input {
    font-weight: 800;
    line-height: 150%;
    background: #36dbc3;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    padding: 10px 20px;
	margin: 10px 0 0 0;
}

/*CONTENT*/

#menu-ao {
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #1c7685;
	padding: 10px 20px;
}

#menu-ao > div:first-of-type,
#menu-ao-mobile > div > div:first-of-type {
	width: 150px;
}

#menu-ao-mobile {
	display: none;
}

#menu-ao > div:last-of-type {
	width: calc( 100% - 150px);
}

#menu-ao a,
#menu-ao a:hover {
	color: white;
	text-decoration: none;
	margin: 0 0 0 20px;
}

#menu-ao-mobile {
	position: fixed;
    width: 100%;
    top: 0;
	z-index: 9999;
	background: #1c7685;
	padding: 10px 20px;
}

#menu-ao-mobile i {
	cursor: pointer;
	font-size: 25px;
	color: white;
}

#menu-ao-collapse.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#menu-ao-collapse.non-active {
	display: none;
}

#menu-ao-mobile a {
	color: white;
	text-decoration: none;
	padding: 5px;
}

#zip {
	position: fixed;
	width: 100%;
	height: 45px;
	top: 74px;
	z-index: 9998;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #36dbc3;
	padding: 10px 20px;
}

#zip a {
	text-transform: uppercase;
	font-weight: 800;
	color: yellow !important;
}

#zip a:hover {
	color: yellow !important;
}

#content-ao {
	min-height: 100vh;
	background-image: url(/wp-content/uploads/2020/06/bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	margin: 120px 0 0 0;
}

#content-ao h2,
#content-ao h2:active, 
#content-ao h2:focus {
  	outline: 0 !important;
  	border: none !important;
  	-moz-outline-style: none !important;
}

#content-ao > div {
	width: 100%;
	max-width: 1000px;
	padding: 20px;
}

#intro-iframe-ao {
	width: 100%;
	max-width: 600px;
}

#content-ao .iframe-ao {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 20px 0;
}

#content-ao .iframe-ao iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 0;
	margin: 0;
}

#content-ao > div > ul {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

#content-ao > div > ul > li {
	float: left;
	width: calc( 100% / 3);
	min-width: 300px;
	padding: 10px;
	margin: 10px 0;
}

#content-ao > div > ul > li > div {
	background: white;
	    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	padding: 10px;
}

#content-ao > div > ul > li > div > div {
	min-height: 275px;
}

#content-ao > div > ul > li > div > div.content-auto {
	min-height: 175px;
}

#content-ao > div > ul > li > div > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #36dbc3;
	padding: 0;
	margin: 0;
}

#content-ao > div > ul > li > div > p a,
#content-ao > div > ul > li > div > p a:hover {
	width: 100%;
	color: white !important;
	padding: 10px;
}

#content-ao ul ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

#copyright-ao a {
	font-size: 0.8em;
	color: black;
}

/*AO*/

/*OIE*/

#content-ao #oie ul li {
	width: 100%;
	
}

/*RESPONSIVE*/

@media screen and (max-width: 1300px) {
	
	#menu-ao {
		display: none !important;
	}
	
	#menu-ao-mobile {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	
	#zip {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	#content-ao {
		padding: 30px 10px;
	}
	
	#content-ao h1 {
    	font-size: 2em;
	}
	
	#content-ao h2 {
    	font-size: 1.5em;
	}
	
	#content-ao > div > ul > li {
    	width: calc( 100% / 1);
	}
	
	#content-ao > div > ul > li > div > div {
    	min-height: 200px;
	}
	
}