/*
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: #fe690c;
	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:100%;
	padding:15px;
}

.wpcf7 textarea {
	width:100%;
}

.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;
}


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

}
/*
.home-banner.et_pb_section.et_pb_section_0{
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url('../../uploads/2023/11/home-banner-1.png') !important;
  background-repeat: no-repeat;
}
*/
.service-card {
  margin-top:20px;
  background:#fff;
  box-shadow:0 40px 70px 0 rgba(0,0,0,.05);
  border-radius:5px;
  text-align:center;
  padding:57px 25px;
}
.service-card:hover .service-btn a {
  color:#fe690c;
}
.service-card .service-icon i {
  font-size:55px;
  color:#fe690c;
}
/*
.service-card h5 {
  font-weight:500;
  font-size:19px;
  color:#19194f;
  margin:10px 0 15px
}
*/
.service-card p {
  color:#707070;
  line-height:22px
}
.service-card .service-btn a {
  margin-top:20px;
  font-weight:500;
  font-size:1rem;
  line-height:22px;
  color:#707070;
  display:inline-block;
  transition:all .2s
}
.service-card .service-btn a:hover {
  color:#fe690c;
}
.service-card .service-btn a:hover i {
  color:#fe690c;
}
.service-card .service-btn a i {
  font-size:1rem;
  margin-left:6px;
  color:#707070
}
.service-card .service-btn a i::before {
  vertical-align:middle
}

.service-intro {
  margin-top:20px;
  position:relative;
  border-radius:5px;
  overflow:hidden;
  height:330px;
  background:url(../../uploads/2023/11/home-service-intro.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.service-intro .service-intro-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(39,39,43,.7);
  text-align:center;
  padding:0 20px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center
}
.service-intro .service-intro-overlay h3 {
  font-weight:400;
  font-size:20px;
  color:#fff;
	line-height: 32px;
}
.service-intro .service-intro-overlay h3 span {
  font-size:35px;
  font-weight:700
}
.service-intro .service-intro-overlay p {
  line-height:22px;
  padding:10px 0 35px
}
.service-intro .service-intro-overlay .service-btn a {
  display:inline-block;
  font-weight:500;
  font-size:1rem;
  color:#fff;
  padding:10px 30px;
  border:2px solid #fff;
  border-radius:100px;
  background:0 0;
  transition:all .3s
}
.service-intro .service-intro-overlay .service-btn a:hover {
  background:#fe690c;
  border:2px solid #fe690c;
}

.service-head {
  text-align:center;
  margin:0 auto;
  max-width:580px
}
/*
.service-head h5 {
  font-weight:500;
  font-size:18px;
  color:#fe690c;
}

.service-head h2 {
  font-size:52px;
  color:#19194f;
  font-weight:700;
  line-height:65px
}
*/
.grecaptcha-badge { 
    visibility: hidden !important;
}

.et-pb-contact-message{
	color: #fe690c !important;
}

/*
.btn-quote.current-menu-item a, .et-fixed-header #et-top-navigation .btn-quote.current-menu-item a{
	color: #fff !important;
}
*/
.et-fixed-header #et-top-navigation{
	padding-top: 28px !important;
}

.et_mobile_menu {
  background-color: rgba(17, 17, 17, 0.95) !important;
}
a {
	color: #F8B500 !important;
}
#top-menu li a {
	color: #fff !important;
}
#top-menu .btn-quote a{
  /*background: #fe690c;*/
  padding: 14px !important;
	color:#000 !important;
}
/*
#top-menu .btn-quote a:hover{
	color:#666;
}
*/
/*shiny gold text gradient*/
h1, h2, h3, .service-card .service-icon i, #top-menu li.current_page_item>a{
	background: #FCEA66;
	background: linear-gradient(to top, #FCEA66 0%, #F8B500 50%, #FBDF63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#footer-bottom, .gmdf-wrap .gmdf #rect, .et_pb_button, .btn-quote a, .wpcf7-submit {
	background: #F8B500;
	background: linear-gradient(to bottom, #F8B500 0%, #FCCD4D 50%, #FBDF93 100%);
	background: -webkit-linear-gradient(to bottom, #F8B500 0%, #FCCD4D 50%, #FBDF93 100%);
	background: -moz-linear-gradient(to bottom, #F8B500 0%, #FCCD4D 50%, #FBDF93 100%);
	color:#000 !important;
}
.et_pb_blurb .et-pb-icon {
    color: #F8B500 !important;
}