/*
 Theme Name:     Child Theme
 Theme URI:      https://thekoolsource.net
 Description:    Child theme
 Author:         Thekoolsource.net
 Author URI:     https://thekoolsource.net
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
#et-info {
	float: right !important;
}
.mobile_menu_bar::before {
	color: #fff;
}
#logo {
	max-width: 210px !important;
}
.et-social-twitter  a::before {
	color: #1da1f2;
}.et-social-facebook  a::before {
	color: #4867aa;
}
.et-social-instagram  a::before {
	color: #d72b8f;
}
#top-header .container {
	font-weight: 400;
}
/*Header slider */
.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
	padding: 20px;
}
.et-pb-controllers a {
	background-color: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
}
.et-pb-controllers .et-pb-active-control {
	background-color: #47bba7;
}

/*Custom Button Style */
.custom_btn, .gform_wrapper.gravity-theme .gform_footer input {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-family: "Questrial", sans-serif;
	letter-spacing: 2.2px;
	margin-top: 15px;
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
}
.custom_btn::after {
	color: #47bba7;
	content: "H";
	font-family: "Monoton", cursive;
	font-size: 63px;
	position: absolute;
	right: -37px;
	top: 38px;
	transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-ms-transition: ease all 0.3s;
}
.custom_btn:hover {
	background-color: #47bba7;
	color: #fff;
}
.custom_btn:hover::after {
	background-color: #47bba7;
	color: #fff;
}
.list_box ul li {
	list-style: none;
}
.list_box ul li::before {
	content: "\25E6";
	color: #47bba7;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	font-size: 37px;
	vertical-align: middle;
}
.review-btn {
	margin: 10px;
	padding: 7px 7px;
	display: inline-block;
	background: #47bba7;
	color: #fff !important;
	border-radius: 2px;
}
/* Testimonial */
.testimonial h5 {
	font-size: clamp(18px,1.5vw,22px);
	color: #47bba7 !important;
	margin-top: 20px;
}
.testimonial h5::after {
	background-color: #d5d5d5;
	content: "";
	display: block;
	height: 18px;
	margin: 5px auto;
	width: 1px;
}
.testimonial h5::before {
	background-color: #d5d5d5;
	content: "";
	display: block;
	height: 18px;
	margin: 5px auto;
	width: 1px;
}
.testimonial .et_pb_slide_description {
	padding: 0 !important;
}
.et-social-google-plus a.icon::before {
	content: url(https://www.xoedge.com/myaccount/2019/grab-a-badge/social/flat/small/round.png);
}
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0;
}
.et_pb_text_0_tb_footer ul li {
    display: inline-block;
    list-style: none;
    padding-right: 15px;
}
.et-l--footer ul {
	padding: 0;
}

.gform_wrapper.gravity-theme .gsection {
	padding: 40px 16px 8px 0;
}
.gform_wrapper.gravity-theme .gfield input {
	border-radius: 4px;
	padding: 15px;
}
.gform_wrapper.gravity-theme .ginput_container_time input {
	padding: 8px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	margin-top: 30px;
}

a.review-btn {
    display: none;
}

#logo {
    max-height: 100%;
}
span.mobile_menu_bar:before{
  color:#ffffff;
}
.mobile_menu_bar:before {
    font-size: 45px;
}
@media screen and (min-width: 992px) {
div#top-header {
    z-index: 3 !important;
}

header#main-header {
    z-index: 999 !important;
}

#logo {
    transform: scale(1.4);
	transition: transform .1s ease-out;
	transform-origin: bottom left;
}
	.et-fixed-header #logo {
		transform: scale(1);
	}
	
}