/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.22.7
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 15 May 2019 18:05:34 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.gmdf-wrap {
	position: relative;
	z-index: 10;
}

.gmdf-wrap .gmdf {
	position: fixed;
	bottom:420px;
	right: -110px;
	width: 260px;
	padding: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	transform: rotate(-90deg);
}

.gmdf-wrap .gmdf a {
	text-decoration: none;
}
.gmdf-wrap .gmdf #rect {
    display: inline !important;
	position: relative;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.3);
	background: #1a4a8a;
	color: #fff;
	border:1px solid rgba(0,0,0,0.15);
	border-top:none;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.gmdf-wrap .gmdf #rect:hover {
	z-index: +99;
	background: #fff;
	color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	text-shadow:none;
}

.gmdf-wrap .gmdf #rect .contents {
	display:none;

	text-shadow:none;
	margin-left: 20px;
	padding: 0;
	font: 300 1em/1.2em;
	letter-spacing: 0;
	text-transform: none;
	text-align: left;
	color: rgba(0,0,0,0.8);
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.gmdf-wrap .gmdf #rect:hover .contents {
	width: 210px;
	padding: 10px 0;
	height: 65px;
	opacity: 1;
}

.gmdf-wrap .gmdf #rect .fa {
	font-size:18px;
}

.wpcf7 input {
	width:100%;
	padding:10px;
}

.wpcf7 textarea {
	width:100%;
	height:100px;
}

.wpcf7 label {
	font-weight:bold;
}

.wpcf7-submit {
	background-color: #1a4a8a;
	color:#fff;
	font-size:16px;
	font-weight: 600;
	border:none !important;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


/* POP UP */

#pum-159{
	z-index: 1000;
}

/* HEADER */

#main-header{
	z-index: 100;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-header .container{
	width: 100%;
    max-width: 1920px;
}
.footer-button {
	background:#f6981e;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	border-radius:8px;
	padding:10px;
	border:none;
}

footer h2 {
	color:#fff;
}


footer li {
	list-style-type:none;
}

#footer-widgets .footer-widget li:before {
   display:none !important;
}
#footer-bottom {
	color:#fff !important;
	font-weight:600;
	font-size:16px;
}

/**custom**/
body {
    color:#000;
    font-weight:400;
}

#page-container, 
#main-header, 
#top-header,
.container.et_menu_container, 
#et-main-area,
.et_pb_section  {
    background-color:transparent !important;
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: relative;
}

.logo_container {
    position: absolute;
    z-index:+2 !important;
    top:-110px !important;
    width: 50%;
    height: 150px !important;
    display:block !important;
    margin-bottom:20px !important;
}
#logo{
	max-height:100% !important;
}
nav#top-menu-nav{
	width:100% !important;
}
nav#top-menu-nav #top-menu{
	text-align:center !important;
	float:none !important;
}
.et_mobile_menu {
    border-top: 3px solid #58b;
    background:#dddddd;
}
#et-top-navigation{
	margin-top:40px;
	padding-top: 0 !important;
	padding-left:20px !important;
	width:100% !important;
	z-index:+3;
	background:#1a4a8a;
}
#et-top-navigation a{
	color: #fff;
	padding: 25px 10px !important;
}
.et_mobile_menu li a {
    color: #000 !important;
    border-bottom: 1px solid #666;
}
.et_mobile_menu li:hover, .et_mobile_menu li a:hover {
	background:#1a4a8a !important;
    color: #fff !important;
}
#et-top-navigation li:hover{
	background: #fff;
}
#et-top-navigation li a:hover{
	color: #000;
}
#top-menu li {
    padding-right: 12px;
 }
#top-menu li.current-menu-item>a {
	background: #aaccee;
	color: #1a4a8a;
}
#top-r {
	z-index:+999;
	position:absolute;
	top:30px;
	right:200px;
	text-align:center;
}
#top-r p{
	font-weight:bold;
	font-size:1.2em;
}
#top-r .et_pb_button:hover{
	background:#aaccee !important;
}
.et_pb_title_featured_container img {
    margin-bottom:20px;
}
.et_section_specialty .et_pb_column_0 {
	width: 66% !important;
}
.et_section_specialty .et_pb_column_1 {
	width:32% !important;
}
.et_section_specialty .et_pb_gutters3 .et_pb_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 2%;
}
/**slide black box**/
.sb-box {
	max-width:1000px;
	bottom: 100px !important;
	margin:0 5% !important;
	position:absolute;
	z-index:+5;
	text-align:center;
}
.sb-box h2 {
	font-size:50px !important;
	color: #fff !important;
	font-weight:700 !important;
	text-transform: uppercase;
	text-shadow: 2px 0 0px #1a4a8a, 3px 2px 0px rgba(38,0,77,0.5), 5px 0 3px #336699, 6px 2px 3px rgba(13,0,77,0.5), 6px 0 9px #114477, 17px 2px 45px rgba(0,77,38,0.5), 2px 2px 2px rgba(55,89,206,0);
}
.et_pb_button_one.et_pb_button {
    background-color: #1a4a8a;
    margin:10px;
    color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	border: 0;
	border-radius:0;
}
.et_pb_button_two.et_pb_button {
    background-color: #333333;
    margin:10px;
    color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	border:0;
	border-radius:0;
}

.ftxt {
	margin: 0 30px;
}
.entry-content ul {
	margin-top:10px;
	list-style: none;
}
.entry-content ul li{
	margin:0;
}
.entry-content ul li:before {
  content: '\2611';
  font-size:26px;
  color:#1a4a8a;
  padding:10px 10px 0 0;
}
.et_pb_gallery_pagination ul li:before {
  content: '';
  padding:0;
}
#main-footer li {
	border-bottom: 1px solid #999;
}
#main-footer, #main-footer a {
	color: #fff;
}
@media screen and (min-width: 981px) {
	#page-container {
    	top: 104px !important;
    	padding-top: 104px !important;
	}
}
@media (max-width: 1100px) {
	#top-r {
		right:120px;
	}
	#top-menu li {
    	padding-right: 0 !important;
 	}
	#top-menu li a {
    	padding: 25px 8px !important;
 	}
}
@media (max-width: 980px) {
	#top-r {
		right:80px;
	}
	#top-r p{
		font-weight:400;
		font-size:0.9em;
	}
	.logo_container {
    	top:-90px !important;
    	width: 100% !important;
    	height: 130px !important;
	}
	#et-top-navigation{
		margin-top:50px;
	}
	.mobile_menu_bar:before {
		top:10px !important;
		color: #fff;
	}

	.et_section_specialty .et_pb_column_0 {
		width: 100% !important;
	}
	.et_section_specialty .et_pb_column_1 {
		width:100% !important;
	}
	.et_section_specialty .et_pb_gutters3 .et_pb_column, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column {
    	margin-right: 0;
	}
	.sb-box {
		position:relative;
	}
	.sb-box h2 {
		font-size:40px !important;
	}
	.sb-box .et_pb_button_one.et_pb_button, .sb-box .et_pb_button_two.et_pb_button {
	    display:block;
	    margin:10px 0;
	    font-size:16px;
	    padding: .3em .5em;
	}
}
@media (max-width: 720px) {
	#top-r {
		width:50%;
		right:5px;
	}
	#top-r .et_pb_button{
		font-size:0.8em;
	}
	.et_menu_container{
		width:100%;
	}
	.et_pb_row {
		width:94% !important;
		max-width:94% !important;
	}
	#main-footer .et_pb_row {
		width:80% !important;
		max-width:80% !important;
	}
	.gmdf-wrap {display:none;}
	.grecaptcha-badge {display: none;}
	.page-id-5891 .et_pb_blurb_container {
    	display: block !important;
	}
}
@media (max-width: 480px) {
	#top-r {
		display:none;
	}
	.sb-box h2 {
		font-size:20px !important;
	}
	h1, h2, h3 {
		text-align:center !important;
	}
	.et_pb_post_title_0:after {
    	width:40% !important;
    	margin-left:30% !important;
    	margin-right:30% !important;
	}
	.logo_container {
		position: relative !important;
		top:-150px !important;
		margin-top:-200px !important;
		margin-bottom:-50px !important;
		height:150px !important;
	}
	#logo{
		text-align:center !important;
		max-width: 100% !important;
		width:100% !important;
		max-height: 100% !important;
	}
    .et_pb_row img{
		width:100% !important;
		margin:10px 0;
	}
	.anr_captcha_field{
		margin-left:-15px !important;
	}
}