/*
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:320px;
	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: #6eb43f;
	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, .wpcf7 select, .wpcf7 textarea {
	width:100%;
	padding:10px !important;
}

.wpcf7 label {
	font-style:italic;
	font-weight:bold;
}

.wpcf7-submit {
	background: #6eb43f;
	color:#fff;
	font-family: "Open Sans",Arial,sans-serif;
	font-size:16px;
	font-weight: 600;
	border:none !important;
	display: inline-block;
  padding:15px !important;
  cursor:pointer;
  transition:all 0.3s ease;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background: #558b30;
}

.wpcf7-submit:active {
  transform: scale(0.9);
}

.one_fourth, .one_half, .one_third, .three_fourth, .two_third {
    margin-right: 2%;
    margin-bottom:15px;
}


/* POP UP */

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

/* HEADER */

#main-header{
	z-index: 100;
}
.footer-button {
	background:#f6981e;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	border-radius:8px;
	padding:10px;
	border:none;
}

footer, footer h2 {
	color:#fff !important;
}


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**/

#top-header{
	background: #02123C;
}
.et_mobile_menu {
    border-top: 3px solid #6eb43f;
	background:#eee !important;
}
.mobile_menu_bar:before {
	color: #6eb43f !important;
}
#top-menu li li a:hover, .et_mobile_menu li a:hover{
	background: #6eb43f !important;
	color:#fff !important;
}
.entry-content ul {
	margin-top:10px;
}
.entry-content ul li{
	margin:0 0 0 20px;
}
.et_pb_more_button, .fbtn, .fbtn:hover {
	background:#6eb43f !important;
	color:#fff !important;
	border: 2px solid #ffffff !important;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
}
.ftxt {
	margin: 0 30px;
}
.sihest2 {
    text-align: left;
    position: relative;
    line-height: 2;
    overflow: hidden;
}
/*.sihest2::after {
    content: "";
    display: inline-block;
    bottom: .5ex;
    left: .5ex;
    margin-right: -100%;
    width: 100%;
    height: 3px;
    position: relative;
    background: #6eb43f;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}*/

#main-footer li {
	border-bottom: 1px solid #666;
}

@media screen and (min-width: 981px) {
	#page-container {
    	top: 104px !important;
    	padding-top: 104px !important;
	}
}
@media (max-width: 1200px) {
	#et-top-navigation {
		padding-left:450px !important;
	}
}
@media (max-width: 980px){
	.et_header_style_left #logo, .et_header_style_split #logo {
    	max-width: 80%;
    	max-height: 80%;
	}
}
@media (max-width: 720px) {
	.et_pb_blurb_position_top_phone .et_pb_blurb_content {
	    padding-right: 0 !important;
	    padding-left: 0 !important;
	}
	.et_pb_blurb_container{
		display: block !important;
	}
	.gmdf-wrap {display:none;}
	.grecaptcha-badge {display: none;}
}
@media (max-width: 480px) {
	.et_pb_row{
		width:90% !important;
		max-width: 90% !important;
		padding:0 !important;
	}
	.et_pb_button{
		font-size:1.1em !important;
	}
	#main-footer .et_pb_row {
		padding:30px 0 !important;
	}
	.et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    	width: 100% !important;
	}
	.entry-content img {
		width:100%;
		margin:10px 0;
		display:block;
	}
	.anr_captcha_field, .recaptcha iframe{
		margin-left:-20px;
	}
	.wpcf7 input, .wpcf7 textarea {
		width:100%;
	}
}

/*gallery image*/
.et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_gallery_grid .column_width,
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.portrait img{
	width: 180px;
}
.et_pb_gallery_grid .et_pb_gallery_image img{
	min-width: 180px;
}
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.landscape img{
	height: 120px;
}
.et_pb_gallery_grid .et_pb_gallery_image img{
	min-height: 120px;
}
.et_pb_gallery_grid .gutter_width {
	width: 30px;
}
.mfp-title{
	display:none
}

@media (max-width: 480px) {
	/*gallery image*/
	.et_pb_gallery_grid .et_pb_gallery_item,
	.et_pb_gallery_grid .column_width,
	.et_pb_gallery_grid .et_pb_gallery_image,
	.et_pb_gallery_grid .et_pb_gallery_image.portrait img{
		width: 100%;
	}
	.et_pb_gallery_grid .et_pb_gallery_image,
	.et_pb_gallery_grid .et_pb_gallery_image.landscape img{
		height: auto !important;
	}
}