/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Child theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.0.35
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
*{
	font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
/*	font-size: 24px;*/
	font-weight: 400;
	line-height: 1.4;
}
body {
	font-size: 24px !important;
}
@media only screen and (max-width: 1080px) {
	body {
		font-size: 22px !important;
	}		
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 18px !important;
	}		
}
h1{
	font-size: 62px;
	font-weight: 700;
	line-height: 1.1;
}
h2{
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
}
h3{
	font-size: 24px !important;
	font-weight: 700;
	/* text-transform: uppercase; */
	line-height: 1.1;
}
h1 + h2{
	margin-top: 42px;
}
h2 + h3{
	margin-top: 16px;
}

h1 span, 
h2 span,
h3 span,
h4 span {
	line-height: 1.1;
}

h1 strong, 
h2 strong,
h3 strong,
h4 strong {
	line-height: 1.1;
}

a{
	color: #49A0DF;
}
b, strong, b *, strong *, strong span {
	font-weight: 700;
}

.white-font,
.white-font *{
	color: #fff;
}
.medium-font,
.medium-font p{
	font-weight: 400;
}
.white-btn{
	color: #0D4940 !important;
	background: #fff;
	padding: 16px 26px;
	border-radius: 5px;
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.white-btn + .white-btn{
	margin-left: 16px;
}
.black-btn{
	background: #4CA686;
	color: #fff;
	padding: 16px 26px;
	border-radius: 5px;
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

#main-header{
	background: #4CA686;
}
#logo{
	max-width: 160px;
}
#top-menu li a{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a{
	color: #0d4940;
}
#top-menu li ul li.current-menu-item > a{
	color: #0d4940;
}
#top-menu li ul{
	border: none;
	background: #4CA686;
	padding: 10px 0;
	width: auto;
}
#top-menu li ul li{
	padding: 0;
	width: 100%;
}
#top-menu li ul li:hover{
	background: rgba(0,0,0,0.08);
}
#top-menu li ul li a{
	white-space: nowrap;
	width: auto;
	background: none !important;
	color: #fff;
}
#main-footer{
	
}
#footer-logo{
	max-height: 21px;
}
.widget_media_image img{
	max-width: 110px !important;
	width: 100%;
}
.et-social-twitter a.icon:before{
	content: '\e0a3' !important;
}
#footer-widgets p{
	font-size: 19px;
}

/* Form */
form{
	text-align: center;
}
.wpcf7 input{
	border-radius: 5px;
	border: none;
	padding: 6px 16px;
	margin-bottom: 16px;
	max-width: 100%;
}
.wpcf7 input[type="submit"]{
	background: #4CA686;
	padding-left: 26px;
	padding-right: 26px;
	font-weight: bold;
}
.wpcf7 textarea{
	border-radius: 5px;
	border: none;
	padding: 6px 15px;
	margin-bottom: 16px;
	max-width: 100%;
}
div.wpcf7-mail-sent-ok{
	border-color: none !important;
}

/* */
.mobile_menu_bar:before{
	color: #fff;
}
#main-header #mobile_menu{
	border: none;
	background: #4CA686;
}
#main-header #mobile_menu li a{
	color: #0D4940;
	font-size: 24px !important;
	font-weight: bold !important;
}
#main-header .et_mobile_menu li ul{
	padding-left: 0;
	margin-left: 0;
}
.et_mobile_menu li li{
	margin-left: 0;
	padding-left: 0;
}
#main-header #mobile_menu.et_mobile_menu li li a{
	font-weight: 300 !important;
}

@media only screen and (max-width: 1080px){
	#main-content p,
	#main-content h2,
	#main-content h3{
		text-align: left !important;
	}
	.home #main-content *{
		text-align: center !important;
	}
	.page-id-177 #main-content *{
		text-align: center !important;
	}
	h1, h1 span{
		font-size: 38px !important;
	}
	h2{
		font-size: 24px !important;
		line-height: 33.6px !important;
	}
	.white-btn{
		display: block;
		clear: both;
		width: 100%;
		margin: 0 0 16px 0 !important;
		text-align: center;
	}
	#alla .et_pb_module{
		margin-bottom: 10px;
	}
	#alla .black-btn{
		margin-bottom: 60px;
		display: inline-block;
	}
	.et_pb_row{
		padding-bottom: 0;
		width: 85%;
	}
	.home .et_pb_row{
		padding-top: 0;
		padding-bottom: 0;
	}
	.home .et_pb_column{
		margin-bottom: 0;
	}
	.et-social-icons li{
		margin: 0 5px;
	}
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1250px ) {
	#top-menu-nav, #top-menu {display: none;}
	#et_top_search {display: none;}
	#et_mobile_nav_menu {display: block;}
}