/* 
 Theme Name:     BeMedia
 Author:         BeMedia
 Author URI:     https://www.bemedia.com.au/
 Template:       Divi
 Version:        1.0
*/

/* Embed gotham fonts into a webpag */
@import url("fonts/gotham-webfont.css");
html, body{
	overflow-x: hidden;
}
body{
	font-family : -apple-system, 'Gotham', "Helvetica Neue",Arial,sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.25;
	color: #2b2b2b;
}
@supports (-webkit-overflow-scrolling: touch) {
	body{
		font-family : -apple-system, "Helvetica Neue",Arial,sans-serif;
	}
}
h1{
    font-weight: 700;
    font-size: 48px;
    color: #2b2b2b;
}
h2{
	font-size: 30px;
	font-weight: 700;
}
.container,
.et_pb_row{
	width: calc(100% - 30px);
	max-width: 1170px;
}

.cta-inline > div{
	padding: 5px 0;
}
@media (min-width: 980px){
	.cta-inline{
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-align: center;
	    align-items: center;
	}
}
.et_pb_text ul.list{
	list-style-type: none;
	padding-left: 0;
}
.et_pb_text ul.list li{
	position: relative;
    padding-left: 25px;
}
.et_pb_text ul.list li:before{
	content: "";
    width: 7px;
    height: 7px;
    background: #03568b;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
/* HEADER */
.et-fb-app-frame .et-main-header-wrap #custom_header > .et_pb_section{
    background-image: linear-gradient(180deg,#55b6ca 0%,#03568b 100%)!important;
    padding-bottom: 0;
    padding-top: 0;
}
.et-fb-app-frame .et-main-header-wrap.fixed{
    position: static;
}
.et-fb-app-frame .sticky-wrapper {
	display: none !important;
}
.sticky-wrapper {
    display: none;
}
@media (min-width: 1024px){
	.sticky-wrapper {
	    display: block;
	}
	.et-main-header-wrap.fixed{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		-webkit-box-shadow: 0 -5px 50px 10px rgba(0, 0, 0, 0.5);
		box-shadow: 0 -5px 50px 10px rgba(0,0,0,0.5);
	}

}

.site-header{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}
.site-header:after{ display: none; }
.site-header .et_pb_column{
	margin-right: 0;
	padding: 0 15px;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.header-call a{
	color: currentColor;
}
.header-call a:hover,
.header-call a:active{
	color: #000;
}
.header-call .et_pb_module_header{
	padding-bottom: 0;
	margin-bottom: -2px;
}

#main-header .logo_container{
	display: none;
}
#main-header #et_top_search{
	display: none !important;
}
#main-header #top-menu{
	font-size: 18px;
}
#main-header #top-menu > li{
	padding: 0 15px;
}
#main-header #top-menu > li > a{
	padding: 18px 0;
}
#main-header #top-menu li.menu-item-has-children > a{
	padding-right: 15px;
}
#main-header #top-menu li.menu-item-has-children > a::after{
    top: 18px;
}
#main-header #top-menu .sub-menu{}
#main-header #top-menu .sub-menu li{
    padding: 0;
    display: block;
}
#main-header #top-menu .sub-menu li a{
	padding: 5px 10px; 
	color: #FFF;
    display: block;
    background: none;
    width: 100%;
}
#main-header #top-menu .sub-menu li a:hover{
    background: #55b6ca;
}
#top-menu-nav{
	width: 100%;
}
#top-menu{
	width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
#main-header #top-menu > li{
    border: 3px solid transparent;
    border-width: 3px 0;
}
#main-header #top-menu > li:hover{
	border-color: #FFF;
}
#main-header #top-menu li a{
	font-weight: 300;
    opacity: 1;
}

#custom_header .header-item__buttons{
	text-align: right;
}
#custom_header .header-item__buttons > div{
	display: inline-block;
	margin: 5px !important;
}
#custom_header .header-item__call-us a:hover{
	color: #03568b;
}
@media (max-width: 980px){
	.et_header_style_centered #main-header{
	    padding: 5px 0;
	}
	.et_header_style_centered #et_mobile_nav_menu{
	    margin-top: 0px;
	}
	.et_header_style_centered #main-header .mobile_nav{
		background-color: transparent;
	}
	.et_header_style_centered #main-header .mobile_menu_bar:before{
		color: #FFF;
	}
	.et_header_style_centered .et_mobile_menu {
	    top: 38px;
	}
	.et_mobile_menu li a{
		padding: 10px 0;
	}
}
@media (max-width: 767px){
	#custom_header .header-item__logo{
		margin-bottom: 0;
		width: 100%;
	}
	#custom_header .header-item__logo a,
	#custom_header .header-item__logo .et_pb_image_wrap {
		width: 100%;
		text-align: center;
	}
	#custom_header .header-item__call-us,
	#custom_header .header-item__buttons{
		display: none;
	}
}
/* FOOTER */

.footer-widgets .et_pb_text_inner h4{
	padding-bottom: 20px;
}
.footer-widgets .et_pb_text_inner p{
	font-size: 14px;
}
.footer-widgets .et_pb_text_inner a{
	color: currentColor;
	font-size: 14px;
	font-weight: 600;
}
.footer-widgets .et_pb_text_inner a:hover,
.footer-widgets .et_pb_text_inner a:active{
	color: #2ea3f2;
}
.footer-widgets .menu li:not(:last-child){
	margin-bottom: 10px;
}

@media (min-width: 981px){
	.footer-widgets{
		max-width: 1200px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.footer-widgets .et_pb_column{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		margin-right: 0;
		padding: 0 15px;
	}
}

#footer-bottom{
    border-top: 3px solid #e3e3e3;
    background-color: #FFF;
    padding-bottom: 9px;
}
#footer-bottom #footer-info{
    width: 100%;
}
#footer-bottom #footer-info a:hover{
    color: #55b6ca;
    opacity: 1;
}
#footer-bottom #footer-info > div{
    padding-top: 5px;
    padding-bottom: 5px;
}
#footer-bottom #footer-info .footer__logo{
    height: 36px;
    width: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
}
#footer-bottom #footer-info .footer__copyrights span,
#footer-bottom #footer-info .footer__copyrights a{
	display: inline-block;
}
#footer-bottom #footer-info .footer__created-by a{
	font-weight: 500;
}
@media (min-width: 980px){
	#footer-bottom #footer-info {
	    width: 100%;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	    -ms-flex-align: center;
	        align-items: center;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	}
	#footer-bottom #footer-info .footer__logo{
	    margin: 0;
	}
	#footer-bottom #footer-info .footer__created-by{
	    float: right;
	}
}
body #page-container #mobile-float-buttons{
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.25);
    display: none;
}
body #page-container #mobile-float-buttons > .et_pb_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;    
    width: 100%;
}
body #page-container #mobile-float-buttons > .et_pb_row > .et_pb_column{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin: 0;
}
body #page-container #mobile-float-buttons .et_pb_button{
	width: 100%;
    padding: 10px 0 !important;
}
body #page-container #mobile-float-buttons .et_pb_button:hover{
    background: #55b6ca;
}
body #page-container #mobile-float-buttons .et_pb_button:before{
    display: block;
    position: static;
    margin: 0 auto 7px !important;
    width: 100%;
    float: none;
    text-align: center;
    font-size: 20px !important;
}
@media (max-width: 767px){
	body{
	    padding-bottom: 70px;
	}
	body #page-container #mobile-float-buttons{
		display: block;
	}
}
/* Home */
.home-cta.et_pb_promo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
.home-cta.et_pb_promo > div{
    padding: 5px 0;
}
.home-cta .et_pb_button{
	transition: color .2s ease-in-out;
    line-height: 1 !important;
    padding: 0 !important;
}
.home-cta .et_pb_button:hover{
	color: #55b6ca;
	transition: color .2s ease-in-out;
}
.home-cta .et_pb_promo_description{
	padding-bottom: 0;
}

@media (min-width: 1200px){
	.home-cta.et_pb_promo{
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}


/* Home Banner */
.home-banner .et_pb_slide > .et_pb_container{
	width: 100%;
    max-width: 1140px;
}
.home-banner .et_pb_slide .et_pb_slide_description{
	padding-left: 0;
    padding-right: 0;
    max-width: 40%;
    margin-left: 0;
}
.home-banner .et_pb_slide .et_pb_slide_title{
	padding-bottom: 16px;
}

.home-banner .et-pb-controllers{
	max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 26px;
}
.home-banner .et-pb-controllers > a{
	width: 12px;
    height: 12px;
    border: 2px solid #03568b;
	background: #FFF;
	transition: background .2s ease-in-out;
}
.home-banner .et-pb-controllers > a.et-pb-active-control{
	background: #03568b;
	transition: background .2s ease-in-out;
}
@media (max-width: 1023px){
	.home-banner .et_pb_slide .et_pb_slide_description{
		width: 100%;
	    max-width: 100%;
		text-align: center !important;
	}
	.home-banner .et_pb_slides .et_pb_slide{
	    background-size: cover;
	}
	.home-banner .et_pb_slide:before {
	    content: "";
	    background: rgba(255, 255, 255, 0.55);
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	}
	.home-banner .et-pb-controllers{
		text-align: center;
	}
}


/* Blog */
body.blog #et-main-area{
    background-size: initial;
    background-position: top left;
    background-image: url(images/page-bg-left.png)!important;
    background-repeat: no-repeat;
    background-color: transparent;
}
body.blog #main-content{
    background-size: initial;
    background-position: bottom right;
    background-image: url(images/page-bg-right.png)!important;
    background-repeat: no-repeat;
    background-color: transparent;
}
body.blog #main-content > .container:before{
	display: none;
}
body.blog #left-area{
	float: none!important;
	padding: 0 0 60px 0!important;
    width: calc(100% + 34px) !important;
    max-width: calc(100% + 34px) !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -15px;    
}
body.blog #left-area .pagination{
    width: 100%;
    margin: 0 17px;
}
body.blog .et_pb_post{
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 17px;
	overflow: hidden;
	padding: 27px;
	max-width: calc(100% - 34px);
	-ms-flex: 0 0 calc(100% - 34px);
	flex: 0 0 calc(100% - 34px);
}

@media (min-width: 640px){
	body.blog .et_pb_post{
		-ms-flex: 0 0 calc(50% - 34px);
		flex: 0 0 calc(50% - 34px);
    	max-width: calc(50% - 34px);
	}
}

@media (min-width: 992px){
	body.blog .et_pb_post{
		-ms-flex: 0 0 calc(33.3333% - 34px);
		flex: 0 0 calc(33.3333% - 34px);
    	max-width: calc(33.3333% - 34px);
	}
}
@media (min-width: 1200px){
	body.blog #left-area{
		margin-left: 0;
	}
}
body.blog .et_pb_post .entry-featured-image-url{
	position: relative;
	margin-left: -27px;
	margin-right: -27px;
	margin-top: -27px;
}
body.blog .et_pb_post .entry-featured-image-url:before{
	content: '';
    display: block;
    padding-top: 57.2%;
}
body.blog .et_pb_post .entry-featured-image-url img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
body.blog .et_pb_post .entry-title{
	font-size: 24px;
	font-weight: 500;
}
body.blog .et_pb_post .entry-title a:hover{
	color: #03568b;
}
body.blog #left-area .et_pb_post .post-meta{
	font-size: 14px;
	font-weight: 700;
	color: #03568b;
	padding-bottom: 6px;
}

/* Single Post */

body.single-post #main-content > .container:before{
	display: none;
}
body.single-post #left-area{
	float: none!important;
    padding: 0!important;
    width: 100%!important;
    max-width: 100%!important;
}
body.single-post #main-content > .container{
	padding-top: 0;
}
body.single-post #main-content .entry-title{
    margin-top: 60px;
}
body.single-post #main-content .post-meta{
    color: #03568b;
    font-weight: 500;
    margin-bottom: 0;
}
body.single-post #main-content .et_post_meta_wrapper .post-thumbnail-full {
    width: calc(100vw + 30px);
    max-width: calc(100vw + 30px);
    margin-left: -15px;
    margin-right: -15px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media (min-width: 1200px){
	body.single-post #main-content .et_post_meta_wrapper .post-thumbnail-full {
    	margin-left: calc(580px - 50vw);
    	width: 100vw;
    	max-width: 100vw;
    	margin-right: 0;
	}
}



/* FAQs Page */
.faq-layout{}
.faq-layout .et_pb_accordion .et_pb_toggle{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}
.faq-layout .et_pb_toggle_title{
	font-size: 24px;
	color: #2b2b2b;
	position: relative;
	padding: 20px 0 20px 42px !important;
}
.faq-layout .et_pb_toggle .et_pb_toggle_title:before{
	content: '';
	position: absolute;
	background: #2b2b2b;
	left: 8px;
	top: 32px;
	height: 18px;
	width: 2px;
	transition: all .2s ease-in-out;
}
.faq-layout .et_pb_toggle .et_pb_toggle_title:after{
	content: '';
    position: absolute;
    top: 32px;
    left: 0;
    background: #2b2b2b;
    width: 18px;
    height: 2px;
}
.faq-layout .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	transform: rotate(90deg);
	transition: all .2s ease-in-out;
}

.faq-layout .et_pb_toggle_close{
	background: none;
}
.faq-layout .et_pb_toggle_content{
	padding-top: 27px;
    padding-bottom: 23px;
}