/*
 Theme Name:   keystone
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Dreamscape Design Ltd
 Author URI:   http://www.dreamscapedesign.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.container, .et_pb_row, .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 94%;
}

.et_pb_row {
	margin:auto;
}

header {
	padding-top:20px;
	padding-bottom:20px;
}

#logo {
	max-height: 72px !important;
	margin-top:0px;
}

.et_non_fixed_nav.et_transparent_nav #main-header {
	position:static;
}

.et_header_style_left #et-top-navigation {
	padding: 20px 0 20px 0 !important;
}

#top-menu li {
	padding-right: 38px;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
	top:10px;
}

.nav li ul {
	padding: 5px 0;
	width: 220px;
	border-radius: 3px;
}

#top-menu li li {
	padding:0;
}

	#top-menu li li a {
		padding: 8px 12px;
		font-size: 13px;
		line-height: 1.5;
		font-weight: 500;
		opacity: 1;
		width: 220px;
		border-bottom: solid 1px;
		border-color: rgba(255, 255, 255, 0.1);
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

		#top-menu li li a:hover {
			background: #12a5d2;
			color: #FFF !important;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

		#top-menu li li:last-of-type a {
			border-bottom: none;
		}

.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px !important;
	font-weight: 500;
}

.et_pb_slides .et_pb_slider_container_inner {
	vertical-align:top;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 6% 6% 12.5%;
}

.et_pb_slide_content h1 {
	line-height:1.3em;
	text-shadow:0 0 35px rgba(0,0,0,1);
	padding-bottom:65px;
	margin-bottom:40px;
	position:relative;
}

	.et_pb_slide_content h1:after {
		content: '';
		display: inline-block;
		width: 350px;
		height: 4px;
		background-color: #FFF;
		bottom: 0;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 2px;
	}

.et_pb_slide_content p {
	max-width: 870px;
	margin: auto;
	text-shadow: 0 0 25px rgba(0, 0, 0, 1);
}

.hotspot strong {
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px;
	display: block;
}



#main-footer {
	margin-top: 40px;
	background-position: center top;
	background-image: url(/wp-content/uploads/2025/02/footer-bg.jpg) !important;
	background-size: cover;
}

#footer-widgets {
	padding: 70px 0 20px;
}

	#footer-widgets .footer-widget #block-4 ul {
		margin: 0;
		padding: 15px 0 0;
		font-size: 18px;
	}

	#footer-widgets .footer-widget #block-4 li {
		padding-left: 30px;
		padding-bottom: 15px;
		font-weight: 400;
		line-height:1.6;
	}

	#footer-info {
	padding-top:10px;
	padding-bottom: 0;
	float: none;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	display:none;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: none;
	border: none;
	margin-block-start: 0px;
	padding: 0;
	color: #478791;
	font-size: 12px;
	font-weight: 600;
}

.post-content a.more-link {
	background: #d1134a;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 25px;
	text-transform: capitalize;
	border: solid 2px #d1134a;
}

	.post-content a.more-link:hover {
		background:#FFF;
	}

.footer-widget #block-5 .wp-block-image {
	margin-bottom:30px;
}

.footer-widget #block-5 p {
	padding-bottom:30px;
}

#main-footer .footer-widget h4 {
	padding-bottom: 28px;
	margin-top: 13px;
}

.footer-widget #block-7 ul, .footer-widget #block-8 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
}

	.footer-widget #block-7 ul li, .footer-widget #block-8 ul li {
		padding-left: 24px;
		margin-bottom: 5px;
		display: block;
	}

		.footer-widget #block-7 ul li:before, .footer-widget #block-8 ul li:before {
			content: "\35";
			font-size: 23px;
			color: #12a5d2;
			font-family: ETmodules !important;
			speak: none;
			font-style: normal;
			font-weight: 700;
			border-radius: 0;
			border: none;
			top: 0;
			left: -5px;
		}

		.footer-widget #block-7 ul li a, .footer-widget #block-8 ul li a {
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

		.footer-widget #block-7 ul li a:hover, .footer-widget #block-8 ul li a:hover {
			opacity: 1;
			color: #12a5d2;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

		.footer-widget #block-7 p {
			font-size: 14px;
			line-height: 1.9;
		}

.et_pb_gutters2 .footer-widget {
	border-right: solid 2px;
	border-color: rgba(255, 255, 255, 0.1);
	padding-right:20px;
	min-height:385px;
}

	.et_pb_gutters2 .footer-widget:nth-of-type(4) {
		border:none;
	}

	.footer-widget .et-social-icons {
		float: none;
		margin-left: 0;
		margin-top: 20px
	}

	.footer-widget .et-social-icons li {
		margin-left: 0;
		padding-left: 0 !important;
		margin-right: 8px;
	}

		.footer-widget .et-social-icons li:before {
			display:none;
		}

.et-social-linkedin a.icon:before {
	content: '\e09d';
}

.et-social-icon a {
	font-size: 18px !important;
	border: 2px solid #FFF;
	padding: 10px 11px 8px 10px;
	line-height: 1;
	color: #FFF;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
}

	.et-social-icon a:hover {
		opacity: 1;
		color: #12a5d2 !important;
		border-color: #12a5d2 !important;
	}

	body .gform_legacy_markup_wrapper ul li.gfield {
		padding-left: 0 !important;
	}

.footer-widget .et_pb_widget {
	width:100%;
}

#block-9 > .wp-block-group > .wp-block-group p:nth-of-type(2) {
	display:none;
}

.gform_heading {
	display:none !important;
}

.gform_wrapper {
	position:relative;
}

#gform_wrapper_1 .gform-footer {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	margin-top: 0 !important;
}

#gform_wrapper_1 .gform_button#gform_submit_button_1 {
	font-size: 0;
	width: 40px;
	border-radius: 0 0 2px 2px;
	background: rgba(51,51,51,0) !important;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

	#gform_wrapper_1 .gform_button#gform_submit_button_1:hover {
		background: rgba(51,51,51,0.3) !important;
	}

#gform_wrapper_1 .gform-footer:after {
	content: "\35";
	font-size: 26px;
	color: #FFF;
	font-family: ETmodules !important;
	speak: none;
	font-style: normal;
	font-weight: 700;
	border-radius: 0;
	border: none;
	top: 0px;
	left: 0;
	position: absolute;
	border-radius: 0 0 2px 2px;
	background: #12a5d2;
	padding: 5px 7px;
}

.gform_validation_errors {
	display:none !important;
}

.gfield_validation_message {
	color:coral !important;
}

#footer-bottom .et-social-icons {
	display:none;
}

#footer-info p:nth-of-type(1) {
	display:inline-block;
	float:left;
}

#footer-info p:nth-of-type(2) {
	display: inline-block;
	float: right;
	text-align:right;
}

#footer-info a {
	font-weight:500;
}

	#footer-info a:hover {
		opacity: 1;
		color: #12a5d2;
	}



.stylednumbers ol {
	margin-top:35px;
}

.stylednumbers ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 60px;
	padding-bottom:0;
}

	.stylednumbers ol li {
		margin: 0 0 27px 0;
		counter-increment: my-awesome-counter;
		position: relative;
		border-bottom: dashed 1px #DDD;
		padding-bottom: 25px;
		line-height:1.7;
		font-size:16px;
	}

		.stylednumbers ol li:last-of-type {
			border-bottom:none;
		}

		.stylednumbers ol li::before {
			content: counter(my-awesome-counter);
			color: #FFF;
			font-size: 1.5rem;
			font-weight: bold;
			position: absolute;
			--size: 40px;
			left: -60px;
			line-height: var(--size);
			width: var(--size);
			height: var(--size);
			top: -4px;
			background: #12a5d2;
			border-radius: 50%;
			text-align: center;
		}

#gform_wrapper_2 label, #gform_wrapper_3 label {
	color: #FFF;
}

#gform_wrapper_2 .gform_fields, #gform_wrapper_3 .gform_fields {
	row-gap: 20px !important;
}

#gform_wrapper_2 textarea.large {
	min-block-size:0;
	height:180px;
}

#gform_wrapper_2 .gform_button, #gform_wrapper_3 .gform_button {
	background: #ea205a;
	font-size: 15px;
	height: 42px;
	margin-top: 5px;
}

	#gform_wrapper_2 .gform_button:hover, #gform_wrapper_3 .gform_button:hover {
		color: #ea205a;
		background: #FFF;
	}

.styledbullets ul {
	padding: 10px 0 20px 0;
}

	.styledbullets ul li {
		list-style: none;
		padding-left: 25px;
		position: relative;
		line-height: 1.7;
		padding-bottom: 10px;
	}

		.styledbullets ul li:before {
			content: "\35";
			font-size: 26px;
			color: #12a5d2;
			font-family: ETmodules !important;
			speak: none;
			font-style: normal;
			font-weight: 700;
			border-radius: 0;
			border: none;
			top: 0px;
			left: -8px;
			position: absolute;
			line-height: 1;
		}

#carbon-app {
	background-image: linear-gradient(155deg, #005f8c 0%, #093457 100%);
	background-color: #093457;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 30px !important;
	margin-top: 5px !important;
}

	#carbon-app h3 {
		color: #FFF;
		margin-bottom: 15px;
	}

#userUrl {
	width: calc(100% - 155px);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	height: 45px;
	vertical-align: top;
	font-size:16px;
}

#calcBtn {
	padding: 10px 20px 10px;
	background-color: #12a5d2;
	color: white;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	height: 45px;
	font-weight: 500;
	width: 150px;
	font-size: 16px;
}

#results {
	margin-top: 20px;
	font-weight: 600;
	color: #FFF;
}




	@media (max-width: 1350px) {
	}

	@media (max-width: 1230px) {
	}


	@media (max-width: 1150px) {
	}

	@media (max-width: 1070px) {
	}



	@media (max-width: 992px) {
		#logo {
			max-height: 60px !important;
		}

		.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
			color: #18417c;
		}

		.mobile_menu_bar:before {
			top: 12px;
			border: solid 2px;
			padding-top: 1.5px;
			border-radius: 3px;
		}

		.et_mobile_menu {
			background: #fff !important;
			border-top: 3px solid #18417c;
			padding: 0;
		}

	}


	@media (max-width: 768px) {
	}

	@media (max-width: 600px) {
	}

