/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2022 | 10:45:41 */
/*------------------------------------------------------------------*/
/* Contact page form form styling */
/*------------------------------------------------------------------*/
.jm-contact-form {
	width: 100%;
}

.jm-contact-form ._form_element {
    position: relative;
}

.jm-contact-form ._form_element label {
	display: block !important;
	margin-bottom: 0.5rem !important;
	font-weight: 700 !important;
	font-size: 12px;
}

.jm-contact-form ._form_element {
	position: relative;
	margin-bottom: 1.5rem !important;
}

.jm-contact-form form input:not([type="checkbox"]), 
.jm-contact-form form textarea, 
.jm-contact-form form button {
	border: 1px solid #6480CB;
    border-radius: 10px;
    padding: 1em;
	height: 50px;
    font-size: 14px;
    font-weight: bold !important;
    flex-grow: 1;
    background: #fff;
    color: #353535;
    width: 100%;
	margin-bottom: 0;
}

.jm-contact-form form textarea {
	height: 70px !important;
}

.jm-contact-form input::placeholder,
.jm-contact-form textarea::placeholder {
    color: #CCCCCC;
}

.jm-contact-form ._row._checkbox-radio {
	display: flex;
	flex-basis: 100%;
	color: #353535;
    letter-spacing: .5px;
	font-weight: 400 !important;
    margin-bottom: 15px;
	font-size: 12px;	
}

.jm-contact-form ._checkbox-radio .ml-2 {
	flex-grow: 3;
	line-height: 1.5;
}

.jm-contact-form ._checkbox-radio input {
	/*
    width: 20px;
    height: 20px;
	border: 1px solid #6480CB;
	border-radius: 4px;
	*/
	margin-bottom: 0 !important;
}

.jm-contact-form #_form_5_ ._checkbox-radio label {
    display: flex !important;
    align-items: center;
    position: relative;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
}

.jm-contact-form #_form_5_ ._checkbox-radio label span {
    display: block;
    width: calc(100% - 30px);
	position: relative;
    top: 3px;	
}

/*
.jm-contact-form #_form_5_ ._checkbox-radio label::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #6480CB;
    border-radius: 4px;
    margin-right: 10px;
}

.jm-contact-form #_form_5_ ._checkbox-radio label::after {
    content: "";
    width: 15px;
    height: 10px;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/checked.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 3px;
    display: none;
}
*/

.jm-contact-column h1 {
	font-size: 30px;
    color: #353535;
}

.jm-contact-column p.fw-light {
	font-size: 14px;
	color: rgba(65, 65, 65, 0.6);
	font-weight: 300 !important;
}

.jm-contact-form #_form_5_ .input-wrapper::after {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 1em;
    background: #6480cb;
}

.jm-contact-form ._submit {
    max-width: 300px;
    border-radius: 30px;
    background: transparent linear-gradient(100deg, #F9AB00 0%, #FFD372 100%) 0% 0% no-repeat padding-box;
    color: #353535;
    border: none;
	padding: 0!important;
}

.jm-contact-image-mobile {
	display: none;
}

/*------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
@media screen and (max-width: 849px) {
	.page-id-20 #content .row .large-12.col .col-inner .section {
		padding: 10px 0 !important;
	}
	
	.jm-contact-image-mobile {
		display: block;
	}
	
	.jm-contact-image-desktop {
		display: none;
	}
	
	.main-contact-col-as .col-inner {
		padding-top: 20px;
		background: transparent !important;
	}
	
	.jm-contact-form {
		margin-top: -50px;
	}	
	
	.jm-contact-form form {
		padding: 20px;
		margin-top: -60px;
		position: relative;
		z-index: +1;
		background: #FFF;
		border-radius: 20px;
	}
	
	/*
	.page-id-20 .page-wrapper {
		padding-top: 30px;
	}
	*/
}


/*------------------------------------------------------------------*/