/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.gdm-font-45 h1 {
	font-size: 45px;
	line-height: 1.3em !important;
	letter-spacing: 1px;
	font-weight: 400 !important;
}

h2.elementor-heading-title.elementor-size-default {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3em;
}

.gdm-icon-box h3 a:hover {
    transition: 0.6s !important;
    border-bottom: 3px solid #C6D2C2 !important;
    margin-bottom: 2px !important;
    font-size: 22px !important;
}

.gdm-font-32 h1 {
    font-size: 32px;
    line-height: 1.3em;
}


.sub-title span {
    text-transform: uppercase;
    color: #7F7F7F !important;
    letter-spacing: 2px;
    font-size: 18px;
}

.gdm-font-18 p, .gdm-font-18 h2 {
    font-size: 18px !important;
    line-height: 1.5em !important;
}

.subtext p {
    font-size: 28px;
    line-height: 1.5em !important;
}
.footer-contact a {
    color: #000 !important;
    padding-left: 5px;
    transition: 0.6s;
}

.footer-contact a:hover {
    color: #fff !important;
    padding-left: 5px;
}

/*.mission-bullets ul li::marker {
    content: url('https://graymarketing.devstaging.co.za/wp-content/uploads/2024/08/bullets-line.png');
}
*/

section.testimonials {
	filter: grayscale(1);
}

.mission-bullets ul {
    list-style: none;
    padding-left: 10px !important;
    margin-bottom: 0px !important;
}

.mission-bullets ul li {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    position: relative; /* Position relative for the marker */
        line-height: 2.2em;
}

.mission-bullets ul li::before {
    content: ""; /* Empty content for the line */
    display: inline-block; /* Ensure the line is displayed */
    width: 15px; /* Adjust the length of the line */
    height: 2px; /* Line thickness */
    background-color: black; /* Line color */
    margin-right: 20px; /* Space between line and text */
    align-self: center; /* Align the line in the center of the item */
}


.elementor-widget-text-editor ul {
	padding-left: 25px;
	list-style-position: outside;
	margin-bottom: 20px;
}

.text-with-line h1, .text-with-line-alt {
	display: flex;
	align-items: center;
	border-bottom: 3px solid #C6D2C2;
	margin: 0 10px;
}

/*.text-with-line::after, .text-with-line-alt::after {
	content: "";
	border-bottom: 3px solid #C6D2C2;
	margin: 0 10px;
	width: 55px;
}

.text-with-line-alt::after {
	content: "";
	border-bottom: 3px solid #C6D2C2;
	margin: 0 10px;
	width: 45px;
}*/

.header-btn a {
	padding: 20px 30px !important;
	font-size: 20px !important;
}


/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/

.elementor-sticky--active .elementor-container .main-column {
    z-index: 99;
    height: 100px;
    padding-bottom: 0px !important;
}


header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: 100px;
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.7);
}

.elementor-sticky--effects a.elementor-item {
    font-size: 16px !important;
}

.elementor-sticky--effects .header-btn a {
    font-size: 18px !important !important;
    padding: 15px 25px !important;
    transition: 0.6s;
}


#gform_fields_1 input, #gform_fields_1 select, #gform_fields_1 textarea, #gform_fields_1 text {
    background-color: #F6F6F6;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #7F7F7F;
    padding: 25px !important;
    border-radius: 0px;
}

.elementor-button, input#gform_submit_button_1, input#gform_submit_button_2, input#gform_submit_button_3 {
	font-family: "Mulish", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #000 !important;
    background-color: #C6D2C2 !important;
    padding: 15px 25px 15px 25px !important;
	border-radius: 0px !important;
}

input#gform_submit_button_1 {
	padding: 18px 30px 18px 30px !important;
	width: 100% !important;
	transition: 0.6s;
}

/*input#gform_submit_button_2, input#gform_submit_button_3 {
	display: inline-block;
	width: 100%;
}*/

.elementor-button:hover, .whitebtn .elementor-button:hover, input#gform_submit_button_1:hover, input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
	border-radius: 0px !important;
}

.whitebtn .elementor-button {
	font-family: "Mulish", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #000 !important;
    background-color: #ffffff !important;
    padding: 15px 25px 15px 25px !important;
	border-radius: 0px !important;
}

input#input_2_1_3, input#input_2_1_6, input#input_2_2, textarea#input_2_3, input#input_3_4, input#input_3_5, input#input_3_2, textarea#input_3_3 {
    border: none;
    box-shadow: none;
}

label.gform-field-label.gform-field-label--type-sub, label.gform-field-label.gform-field-label--type-sub {
    font-size: 16px;
    color: #000;
}

span.gfield_required.gfield_required_text {
    font-size: 16px;
    color: #6A6A6A;
}

.textbtn .elementor-button {
	color: #000 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border-bottom: 2px solid #C6D2C2;
	margin-bottom: 2px;
	transition: 0.6s;
}

.textbtn a:hover {
	color: #000000 !important;
	background-color: transparent !important;
	font-size: 18px;
	border-bottom: 2px solid #000 !important;
}

.textbtn .elementor-button .elementor-button-icon svg {
    transform: rotate(-45deg);
}

.redunder {
    background-color: #C6D2C2 !important;
    border-bottom: 3px solid #C6D2C2;
    width: 90px;
    margin-top: 20px !important;
    height: 3px;
    border: none;
    fill: #C6D2C2 !important;
    color: #C6D2C2 !important;
}

.redunder-centred {
	border-bottom: 3px solid #C6D2C2;
	width: 55px;
	margin: 0 auto !important;
	margin-top: 10px !important;
}

.info-box {
	min-height: 580px;
}

.about-box {
	min-height: 520px;
}

.howbox .elementor-icon svg {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
    margin-left: -5px;
    margin-right: 13px;
}

/*input#input_1_1 {
    border: 2px solid #454347;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
	padding: 25px 15px;
	color: #000000;
	width: 450px;
}
*/
/*div#field_1_1 {
    margin-right: -17px;
	width: 120% !important;
}
*/
.elementor-toggle .elementor-tab-title {
	border: 1px solid #C0C3CC !important;
	border-radius: 3px;
}

.service-box {
	min-height: 300px;
}


@media only screen and (max-width: 2400px) and (min-width: 1441px) {
	.vision {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

	.testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center left !important;
    background-repeat: no-repeat;
    background-size: cover;
}

}

@media only screen and (max-width: 1268px) {
	.impact-banner {
    height: 615px;
}
} 


@media only screen and (max-width: 850px) {
	.blockimage {
		min-height: 423px
	}
	.info-box {
		min-height: 700px;
	}
	.info-boxes .elementor-widget-wrap.elementor-element-populated {
		padding: 5px;
	}

	.service-box-title {
		min-height: 80px;
	}
	.service-box {
		min-height: 340px;
	}

	.gdm-font-32 h1 {
    font-size: 26px;
}

.footer-contact a {
    color: #000 !important;
    padding-left: 0px;
    transition: 0.6s;
    font-size: 15px;
}
}

@media only screen and (max-width: 786px) {
	.blockimage {
		min-height: 423px
	}

	.gdm-font-32 h1 {
    font-size: 26px;
}

	.info-box {
		min-height: 780px;
	}
	.info-boxes .elementor-widget-wrap.elementor-element-populated {
		padding: 5px;
	}
}

@media only screen and (max-width: 550px) {

	.gdm-font-50 h1, .gdm-font-45 h1 {
    font-size: 36px;
}

footer a.elementor-item {
    text-align: center !important;
    display: block;
}

.gdm-font-32 h1, .gdm-font-32 h2 {
    font-size: 26px !important;
}

	.blockimage {
		min-height: 323px
	}
	.info-box {
		min-height: 550px;
	}
	.info-boxes .elementor-widget-wrap.elementor-element-populated {
		padding: 20px;
	}
}