/*
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.*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

.et_fixed_nav #main-header {
    position: absolute;
}
.et_pb_slider .et_pb_slide {
    float: none;
    text-align: none;
}
.et_pb_slide_title{
	font-family: 'Oswald', sans-serif !important;
}
.et_pb_slider .et_pb_more_button {
    border-radius:30px;
}
.gmdf-wrap {
	position: relative;
	z-index: 10;
}

.gmdf-wrap .gmdf {
	position: fixed;
	bottom:230px;
	right: -170px;
	width: 400px;
	padding: 10px;
	transform: rotateZ(90deg);
}


.gmdf-wrap .gmdf a {
	text-decoration: none;
}

.gmdf-wrap .gmdf #rect {
	position: relative;
	cursor: pointer;
	padding: 10px;
	margin:1px;
	width:120px;
	float:left;
	text-transform: uppercase;
	text-align: center;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.3);
	background: #ff9000 !important;
	color: #fff !important;
	border:1px solid rgba(0,0,0,0.15);
	border-top:none;
}

.gmdf-wrap .gmdf #rect:hover {
	z-index: +99;
	background: #bababa !important;
}

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

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

.wpcf7 textarea {
	width:90%;
}

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

.wpcf7-submit {
	display: inline-block;
	color:#fff;
	font-size:18px;
	font-weight: 600;
	text-transform:uppercase;
	background: #ff9000;
	border:none !important;
	cursor:pointer;
	transition:all 0.3s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
	background: #ff9333;
}
.wpcf7-submit:active {
	transform: scale(0.9);
}
img:hover{
	opacity:0.7;
}
a:hover{
	color:#bababa;
}
.et_pb_social_icon a.icon:hover {
    background:#ff9000 !important;
}
/* POP UP */

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

/* HEADER */

#main-header{
	z-index: 100;
}
.mobile_menu_bar:before {
    color: #ff9000;
}
.et_mobile_menu {
    border-top: 3px solid #ff9000;
}
.et_mobile_menu li a:hover{
    background:#ff9000;
	color:#fff !important;
}
#top-header{
	position:absolute;
	top:0px;
	background:#000;
	width:100%;
	padding:2px 20px;
}
#top-header, #top-header a{
	color:#fff;
	font-size:16px;
}
#et-secondary-menu>ul>li{
	margin-right:30px;
	white-space:nowrap;
}
#top-header .container {
	padding-top: 5px;
}
#et-secondary-menu>ul>li a {
    padding:5px;
}

.entry-content ul {
	margin:10px 0;
}
.entry-content li {
	margin-left:20px;
}

footer h2 {
	color:#fff;
}


footer .menu li {
	list-style-type:none;
	border-bottom:1px solid #666;
}

#footer-widgets .footer-widget li:before {
   display:none !important;
}
#footer-bottom {
	padding:5px 0 !important;
	color:#fff !important;
	font-size:12px;
}

	#footer-bottom > .container {
		display:flex;
		justify-content:space-between;
		align-items:center;
	}

		#footer-bottom a {
			display:flex;
		}


.grecaptcha-badge {display: none;}


@media screen and (min-width: 981px) {
	#page-container {
    	top: 104px !important;
    	padding-top: 104px !important;
	}
}
@media (max-width: 720px) {
	.gmdf-wrap {display:none;}
	
	#footer-bottom > .container {
		flex-direction:column;
	}
	

}
@media (max-width: 480px) {
	.wpcf7 input, .wpcf7 textarea {
		width:100%;
	}
}