/* Theme Name: Gimont Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of gimont
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: gimont
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  gimont-child
*/

.wpcf7 form.sent .wpcf7-response-output {
	color: #051A53 !important;
}

.full-width {
    display: flex;
    gap: 20px;
    width: 100%;
}
.full-width .half-width {
    width: 50%;
}

.full-width .half-width input {
    width: 100% !important;
}

.join-now-wrapper input {
    width: 100%;
}

.join-now-wrapper p {
	margin-bottom: 18px !important;
}

.become_part-area span.wpcf7-list-item {
    display: flex;
    gap: 10px;
	margin-left: 0px;
}

.become_part-area input {
	width: auto !important;
}

.become_part-area span.wpcf7-form-control.wpcf7-radio
 {
    display: flex;
    gap: 25px;
}
.toggle_button span.wpcf7-list-item.first.last {
    display: flex !important;
	gap: 10px;
	margin-left: 0px;
}

.toggle_button input {
	width: auto !important;
}
.join-now-form {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 40px 20px 40px;
}

.join-now-form label {
   color: #051a53 !important;
	font-weight: 600 !important;
}

.join-now-form span.wpcf7-list-item-label {
    color: #282828;
    font-weight: 600;
}

.join-now-form select {
	color: #282828 !important;
}

.join-now-form input::placeholder,
.join-now-form textarea::placeholder {
	color: #282828 !important;
}


@media (max-width:767px) {
	.full-width {
		flex-direction: column;
	}
	.full-width .half-width {
    width: 100% !important;
}
}