/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*Remove body margin*/
body{
	margin: 0px !important;
}
/*Stop x overflow*/
html, body 
{
	overflow-x: hidden;
}
/*-----GRAVITY FORMS-----*/
.gform_required_legend {
    display: none!important;
}
/*Text fields*/
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border-radius: 0px !important;
	border: solid 1px var(--e-global-color-text )!important;
	padding: 8px!important;
    color: var(--e-global-color-text )!important;
    background-color: #ffffff!important;
	font-family: "Raleway", Sans-serif;
}
.gform_wrapper input::placeholder {
	color: var(--e-global-color-text )!important;
}
/*Select fields*/
.gform_wrapper select {
	border-radius: 0px !important;
	border: solid 1px var(--e-global-color-text )!important;
	padding: 8px!important;
    color: var(--e-global-color-text )!important;
    background-color: #ffffff!important;
	font-family: "Raleway", Sans-serif;
}
/*Paragraph fields*/
.gform_wrapper textarea {
	border-radius: 0px !important;
	border: solid 1px var(--e-global-color-text )!important;
	padding: 8px!important;
    color: var(--e-global-color-text )!important;
    background-color: #ffffff!important;
	font-family: "Raleway", Sans-serif;
}
/*Field labels*/
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
	font-weight: 500!important;
	color: var( --e-global-color-primary )!important;
	margin-bottom: 10px!important;
	margin-top: 10px !important;
	font-family: "Raleway", Sans-serif;
}
/*Radio button and checkbox alignment*/
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
 	margin-top: 0px !important;
}
body .gform_wrapper ul li.gfield {
 	margin-top: 0px !important;
}
/*Submit button alignment*/
.gform_wrapper .gform_footer {
 	margin: 0 0 0 0 !important;
	border:0px;
}
/*-----GUTENBERG BLOCKS-----*/
/*Padding for tables*/
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 10px;
}
/*Margin for divider*/
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*-----BITS AND PEICES-----*/
.white-links p a {
	color: #FFFFFF!important;
}
/*meet our staff heads tab styling*/
@media screen and (min-width: 1000px) {
	#meet-our-staff-heads-tabs .elementor-tabs .elementor-tabs-wrapper {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1000px) {
	#meet-our-staff-heads-tabs .elementor-tabs .elementor-tab-title {
		background-color: #F7C842;
		padding: 35px 80px 35px 80px;
	}
}
@media screen and (min-width: 1000px) {
	#meet-our-staff-heads-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
		background-color: #941027!important;
	}
}
@media screen and (max-width: 999px) {
	#meet-our-staff-heads-tabs .elementor-tabs .elementor-tab-title {
		background-color: #F7C842;
		padding: 15px 15px 15px 15px;
	}
}
@media screen and (min-width: 999px) {
	#meet-our-staff-heads-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
		background-color: #941027!important;
	}
}
/*meet our staff management tab styling*/
@media screen and (min-width: 1000px) {
	#meet-our-staff-management-tabs .elementor-tabs .elementor-tabs-wrapper {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1000px) {
	#meet-our-staff-management-tabs .elementor-tabs .elementor-tab-title {
		background-color: #F7C842;
		padding: 35px 50px 35px 50px;
	}
}
@media screen and (min-width: 1000px) {
	#meet-our-staff-management-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
		background-color: #941027!important;
	}
}
@media screen and (max-width: 999px) {
	#meet-our-staff-management-tabs .elementor-tabs .elementor-tab-title {
		background-color: #F7C842;
		padding: 15px 15px 15px 15px;
	}
}
@media screen and (min-width: 999px) {
	#meet-our-staff-management-tabs .elementor-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
		background-color: #941027!important;
	}
}

/* Additonal CSS */

.elementor-slideshow__title {
	display: none !important;
}

/* end */