/*
 Theme Name:     Power Washing Genie
 Theme URI:      http://www.beaconforge.com/ 
  Description:    Divi Child Theme
 Author:        Sah'ah Medical Service
 Author URI:     http://www.beaconforge.com/
 Template:  Divi
*/

/* @font-face {
font-display:swap;
    font-family: 'geovanaregular';
    src: url('https://powerwashinggenie.com/wp-content/themes/powerwashing/fonts/geovana-webfont.woff2') format('woff2'),
         url('https://powerwashinggenie.com/wp-content/themes/powerwashing/fonts/geovana-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
	background-color: transparent;
    background-position: center center;
}
.blue-text{
	color:#05C7F2 !important;
}
h2 {
	color: #034C8C;
	font-size: 35px;
}
.dark-blue-text{
	color:#034C8C !important;
}
.red-text{
	color:#D90D1E !important;
}
.bold-text{
	font-weight:900 !important;
}
.font-geovana{
	font-family: 'Aguafina Script', cursive;
}

.text-uppercase{
	text-transform: uppercase;
}
/*Contact us*/
.contact-form{
	width:100%;
}
.full-col{
	width:100%;
	display:block;
	padding-bottom:15px;
}

.wpcf7-form-control{
	width:100%;
	min-height:50px;
	padding-left:15px !important;
	padding-right:15px !important;
	border-radius:20px;
}
.wpcf7-form-control.wpcf7-textarea{
	min-height:120px;
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.wpcf7-form-control.wpcf7-submit{
	width:200px;
	border-radius:50px;
	background:#d90d1e;
	border:0px solid rgba(0,0,0,0.0);
	font-size: 16px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	transition: all 0.5s;
}
.wpcf7-form-control.wpcf7-submit:hover{
	background:#034c8c;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok{
	color:#ffffff;
}
@media(min-width:981px){
	.pull-left{
		float:left;
	}
	.pull-right{
		float:right;
		
	}
	.right-to-left{
		direction: rtl !important;	
	}
	.right-to-left .pull-right{
		margin-right:0px;
		margin-left:30px;
	}
	.font-110{
		font-size:110px !important;
	}
	.half-col{
		width:49%;
		display:inline-block;
		vertical-align:middle;
		padding-bottom:15px;
	}
}
@media(max-width:981px){
	.title-class {
		top: 130px;
		text-align: center;
		width: 100%;
     }
	.title-class h2 {
		font-size: 60px !important;
	}
	.font-110{
		font-size:75px !important;
	}
	.et_pb_column.image-col{
		min-height: 220px;
    	display: block;
	}
	.half-col{
		width: 100%;
		display:inline-block;
		vertical-align:middle;
		padding-bottom:15px;
	}
}
@media(min-width: 767px){
	
	.left{
		float:left;
	}
	.right{
		float:right;
	}
	.google-map iframe{
		width:100%;
		height:480px;
		margin-bottom: -7px;
	}
}
@media(max-width: 767px){
	
	.google-map iframe{
		width:100%;
		height:320px;
		margin-bottom: -7px;
	}
	.font-110{
		font-size:45px !important;
	}
}
.city-box {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.city-box h2 {
    font-size: 28px !important;
}
/*Footer*/
#main-footer{
/* 	background-image: url('https://powerwashinggenie.com/wp-content/uploads/2020/07/footer-bg.jpg'); */
	background-size:cover;
	background-position:center;
}
#footer-bottom {
    padding: 15px 0 15px;
}
h3.et_pb_gallery_title {
    display: none;
}

