/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

/*.mobile-menu .close-offscreen-icon-available{display:none !important}*/

:not(#tve) .thrv_symbol_109 .thrv_widget_menu #m-199cef7508d > li:not(.tcb-excluded-from-group-item):hover {
        border-bottom: 1px solid var(--tcb-skin-color-2) !important;
        background-color: rgba(255, 255, 255, 0) !important;
        --background-color: rgba(255, 255, 255, 0) !important;
        --tve-applied-background-color: rgba(255, 255, 255, 0) !important;
    }

.tve-custom-menu-type .tve_horizontal li.menu-item:hover{
    background-color: rgba(255, 255, 255, 0) !important;
}



/* General styling for the form container */
body .gform_wrapper .lotus-cf{
    max-width: 100%;    
    margin: 30px auto;    
    font-family: 'Manrope';
}

.gform-theme--foundation .gform_fields {
    row-gap: 5px !important;
}

/* Hide form and field labels */
body .gform_wrapper .gform_title,
body .gform_wrapper .gfield_label {
    display: none !important;
}

/* Styling for text, email, phone, and textarea fields */
body .gform_wrapper .lotus-cf .gfield input[type=text],
body .gform_wrapper .lotus-cf .gfield input[type=email],
body .gform_wrapper .lotus-cf .gfield input[type=tel],
body .gform_wrapper .lotus-cf .gfield textarea,
body .gform_wrapper .lotus-cf .gfield select {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    font-family: 'Manrope';
}

/* Style for fields when they are active/focused */
body .gform_wrapper .lotus-cf .gfield input:focus,
body .gform_wrapper .lotus-cf .gfield textarea:focus,
body .gform_wrapper .lotus-cf .gfield select:focus {
    background-color: #e9e9e9;
    outline: none;
}

/* Custom styling for the dropdown arrow */
body .gform_wrapper .lotus-cf .gfield select {
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    padding-right: 50px;
    padding-top: 1px;
    padding-bottom: 1px;
}

body .gform_wrapper .lotus-cf .gfield select option {
    color: #000000; 
}

/* Style the placeholder option specifically */
body .gform_wrapper .lotus-cf .gfield select option.gf_placeholder {
    color: #000; 
}

/* Make sure the dropdown options are visible in black when opened */
body .gform_wrapper .lotus-cf .gfield select option {
    color: #000000;
}

/* Placeholder option should remain grey */
body .gform_wrapper .lotus-cf .gfield select option.gf_placeholder {
    color: #999999;
}

/* Placeholder text styling for input fields */
body .gform_wrapper .lotus-cf .gfield input::placeholder,
body .gform_wrapper .lotus-cf .gfield textarea::placeholder {
    color: #666666;
    opacity: 1;
}

/* Sizing for the message box */
body .gform_wrapper .lotus-cf .gfield textarea {
    min-height: 120px;
    resize: vertical;
}

/* Styling for the checkbox container */
body .gform_wrapper .lotus-cf .gfield_checkbox {
    margin-top: 10px;
}

/* Styling for the checkbox label */
body .gform_wrapper .lotus-cf .gfield_checkbox label {
    font-size: 14px;
    color: #555;
    vertical-align: middle;
}

.lotus-cf input#input_1_8_1 {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

/* Styling for the submit button */
body .gform_wrapper .lotus-cf .gform_footer input[type=submit] {
    background-color: #c27072 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: none;
    border-radius: 10px !important;
    padding: 16px 35px;
    cursor: pointer !important;
    float: right;
    transition: background-color 0.3s ease !important;
	position: relative;
	left: 356px;
    top: -65px;
    width: 140px !important;
    font-weight: 400 !important;
	font-family: 'Poppins';
    letter-spacing: 1px;
    font-weight: 500 !important;
}

/* Darker color for the button on hover */
body .gform_wrapper .lotus-cf .gform_footer input[type=submit]:hover {
    background-color: #043910 !important;
}

/* Clear the float to ensure proper layout */
body .gform_wrapper .gform_footer:after {
    content: "";
    display: table;
    clear: both;
}
body .gform_wrapper h2.gform_submission_error.hide_summary {
    font-size: 14px !important;
    color: #000 !important;
    padding: 10px 0 !important;
}
body .gform_wrapper .gform_validation_errors{
    margin-bottom: 0;
    padding: 5px;
}
.lotus-cf .gfield .validation_message {
    /* border: 1px solid red; */
    margin-top: -14px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.image-with-gradient {
    position: relative;
    width: 100%;
    height: auto;
}

/* The gradient overlay using ::after pseudo-element */
.image-with-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(186, 143, 143, 0.3) 60%, #c27072cc 80%, #c27072 100%);
    pointer-events: none;
}
/* Mobile view*/
@media screen and (max-width: 479px) {

}
/* Tablet view*/
@media screen and (max-width: 767px) {
	
	body .gform_wrapper .gform_footer input[type=submit] {
		left: 0px !important;
		top: 3px !important;
        width: 99px !important;
	}

}
/* 1280 x 800 only */
@media screen and (width: 1280px) and (height: 800px) {  
  .home-hero-sec{
    min-height: 582px;
  }
}