/*
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:0;
	right: 0;
	width: 180px;
	padding: 20px;
	-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 a {
	text-decoration: none;
}

.gmdf-wrap:hover .gmdf {
	width:300px;
}

.gmdf-wrap .gmdf #rect {
	position: relative;
	cursor: pointer;
	padding: 15px 15px;
	text-transform: uppercase;
	text-align: center;
	font: 400 1em 'Oswald', sans-serif;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.3);
	background: #222;
	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 {
	text-shadow:none;
	margin-left: 20px;
	padding: 0;
	font: 300 1em/1.2em 'Oswald', sans-serif;
	letter-spacing: 0;
	text-transform: none;
	text-align: justify;
	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: 45px;
	opacity: 1;
}

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

.wpcf7 input {
	width:80%;
	padding:15px;
}

.wpcf7 textarea {
	width:80%;
}

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

.wpcf7-submit {
	background-color: #F6981E;
	color:#fff;
	font-family: "Open Sans",Arial,sans-serif;
	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;
}
.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 {
	font-size:20px !important;
	font-weight: 400;
	color: #222;
}
h1 {
    font-size: 56px !important;
	color: #2ea3f2;
}
h2 {
    font-size: 32px !important;
	color: #2ea3f2;
	line-height: 1.2em;
}
h3 {
    font-size: 24px !important;
	line-height: 1.2em;
}
.et_pb_slide_title{
	font-size:60px !important;
	font-weight:bold !important;
	text-shadow: 2px 2px 0 #7A7A7A;
}

#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul {
    padding-left: 2em;
}

.et_pb_section {
    padding: 0 !important;
}
.feature_button {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    position: relative;
    padding: .3em 1em;
    border: 2px outset;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #2ea3f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.feature_button:hover {
	background:#666;
	
}
.rws_button {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 4px 10px;
    margin:0 20px;
    border: 3px outset #2ea3f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wpcf7-submit {
    background-color: #2ea3f2;
  }
#logo {
    max-height: 100%;
}
.gmdf-wrap .gmdf #rect{
	background:#f60;
}
.gmdf-wrap .gmdf #rect:hover .contents {
    height: 85px;
	text-align: left;
}
.home-ttl{
	text-align: center;
	color:#f60;
	font-weight:
	bold;margin-top:40px;
	margin-bottom:-20px;
	text-shadow: 1px 1px 0 #7A7A7A;
}
#footer-bottom {
    background-color: #2ea3f2 !important;
}
#main-footer ul li{
    list-style-type: disc !important;
	margin-left:20px;
}

ul#bmenu {
  list-style: none !important;
}
ul#bmenu li::before {
  content: "\2022" !important;
  color: #2ea3f2 !important;
	font-weight: 800 !important;
	font-size:1.1em;
  display: inline-block !important;
  width: 1em !important;
  margin-left: -1em !important;
}

#mobile_menu .menu-item a:hover{
	background:#2ea3f2;
	color:#fff;
}
#top-menu a {
	color:#111;
	font-weight:bold;
}
.grating{
	text-align: center;
	margin:20px 0;
}
.grating .f60{
	color:darkorange;
	font-size:60px;
	font-weight:bold;
}
.dashicons-star-filled{
	color:darkorange;
	font-size:1.4em;
	margin-right:10px;
}
@media (min-width: 981px){
	#top-menu a:hover {
		color:#f60;
	}
	.et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 63%;
    }
	.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
    	margin-right: 2%;
	}
    #main-content .et_pb_gutters3 .et_pb_column_1_3, #main-content .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		background:#eee;
        width: 35%;
	    padding: 20px;
    }
	.wpcf7-form{
		padding:40px;
		background: #f5f5f5;
	}
	.et_pb_section_2 .et_pb_column_1_3 {
		background:#eeeeee !important;
		margin-right:20px;
        width: 32% !important;
	    padding: 15px !important;
		border:1px solid #dddddd;
		border-radius:6px;
	}
}
@media (max-width: 980px){
	.et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    	position: fixed;
		top:0 !important;
	}
}
@media (max-width: 600px){
	#main-content .et_pb_row {
    	width: 100%;
    	padding-left:10px;
    	padding-right:10px;
	}
	.et_pb_slide_title{
		font-size:30px !important;
	}
	.et_pb_slide_content h3{
		font-size: 18px !important;
	}
}


@media (max-width: 720px) {
.gmdf-wrap {display:none;}
.grecaptcha-badge {display: none;}

}
