/*
Theme Name:     ADS Child
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Child theme for Divi
Author:         ads creative solutions
Author URI:     https://adsoxford.co.uk
Template:       Divi
Version:        1.0.0
*/

a:not(.wp-element-button) {
	text-decoration: none;
}

.web-image-block span {
	aspect-ratio: 1/1;
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border: 2px solid #ff7133;
	padding: 20px !important;
	border-radius: 10px;
}

.web-image-block span img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.et_monarch .et_social_networks li i {
	min-width: 40px;
}
.et_social_twitter i::before {
	content: "\e61b" !important;
}

/* -------- Video load background colour -------- */
.et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload {
	background-color: #ffffff!important;
}
.et_pb_preload:before {
	display: none!important;
}
/* -------- END Video load background colour -------- */

.et_pb_code_inner,
.et_pb_code_inner > div {
	height: 100%;
	padding: 0 !important;
}

.et-boc {
	padding-top: 50px;
}

@media only screen and (max-width: 980px) {
	.et-boc {
		padding-top: 0;
	}
}

.et-search-form, blockquote {
	border-color: #ff7133 !important;
}

/* Title H1 */

.home-h1-title {
	font-size: 88px !important;
}

h1 span {
	color: #ee723c;
}

@media only screen and (max-width: 1300px) {
	.home-h1-title {
		font-size: 70px !important;
	}
}

@media only screen and (max-width: 980px) {
	.home-h1-title {
		font-size: 54px !important;
	}
}

@media only screen and (max-width: 767px) {
	.home-h1-title {
		font-size: 40px !important;
	}
}

/* -------- BUTTONS -------- */

.et_pb_button {
	min-width: 250px;
}

.et_button_custom_icon.et_button_icon_visible .et_pb_button:after {
	right: 15px;
}

@media only screen and (max-width: 1300px) {
	footer .et_pb_button {
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 980px) {
	footer .et_pb_button {
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 767px) {
	body .et_pb_button {
		font-size: 14px !important;
		max-width: 100% !important;
		height: auto !important;
		text-align: center;
		padding: 10px !important;
		margin: auto;
		white-space: normal !important;
		min-width: auto;
	}
	body .et_pb_button::after {
		display: none;
	}
}

.button {
	width: 100%;
	max-width: 200px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ee723c;
	color: #fff;
	padding: 0 25px;
	font-size: 16px;
	border: 2px solid #ee723c;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	outline: none;
	font-weight: 500;
	-webkit-appearance: none;
	-webkit-box-shadow: 5px 10px 35px rgba(139, 165, 146, 0.3);
	box-shadow: 5px 10px 35px rgba(139, 165, 146, 0.3);
	border-radius: 90px;
}

.button:hover {
	background-color: #fff;
	color: #ee723c;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.215);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.215);
}

/* -------- VIDEO -------- */

.main-video {
	width: 100%;
	height: 600px;
}

.wave-video video {
	border-radius: 20px;
	box-shadow: 10px 10px 0px 0px #293238;	
}

.stats-video video {
	border-radius: 20px;
	box-shadow: 10px 10px 0px 0px #ee723c;	
}

.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #fff;
	border: 2px solid #ee723c;
	color: #000;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	left: calc(50% - 60px);
	top: -85px;
	transition: 0.3s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	z-index: 1;
	border-color: #ee723c transparent transparent transparent;
}

.tooltip .tooltiptext::before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border-width: 7px;
	border-style: solid;
	z-index:2;
	border-color: #fff transparent transparent transparent;
}

.footer-logo {
	width: 180px !important;
	height: 180px !important;
	position: relative;
}

.footer-logo img {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	aspect-ratio: 1 / 1;
}

.footer-logo:hover .animate-logo,
.footer-logo .main-logo {
	opacity: 1;
}

.footer-logo .animate-logo,
.footer-logo:hover .main-logo {
	opacity: 0;
}

.et_social_networks > .et_social_icons_container > li {
	background: none !important;
}



h2.gform_title {
	color: #EE723C !important;
	font-size: 40px !important;
	font-weight: 700;
}

.gform_heading {
	/* 	margin-bottom: 40px; */
}

.gform_description {
	font-size: 18px;
}

.gfield_label  {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #EE723C !important;
}

.gform_button {
	width: 100% !important;
	margin-top: 0 !important;
	font-size: 20px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: #EE723C !important;
}

.gform-theme--foundation .gform_fields {
	row-gap: 20px !important;
}

.ginput_container_textarea textarea {
	min-block-size: auto !important;
}


.et_social_twitter i::before {
	font-family: "Font Awesome 6 Brands" !important;
	content: "e61b";
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

}