/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.wpforms-field-checkbox ul li {
    display: flex;
    gap: 10px;
}
.wpspw-post-categories a:nth-child(4n+1) {
    background: #491953;
    border-color: #491953;
}
.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn {
    background: #491953;
    color: #FFF;
    border-radius: 10px;
    font-weight: 500;
}
/*########### Footer Form Style ############## */
.hdr-fixed {
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 9;
    border-bottom: 1px solid #4919531f;
}

.contact_form_section .unmasktherapy_contact_form {
	margin:0 !important;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-field-container .wpforms-field {
    padding: 12px 0;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-field-container .wpforms-field .wpforms-field-label{
	margin-bottom:5px !important;
	font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-field-container .wpforms-field fieldset ul li input[type="radio"] {
	display:none !important;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-field-container .wpforms-field fieldset ul li label {
/* 	padding-left:10px !important; */
	pointer-events: none;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-field-container #wpforms-131-field_6-container{
	padding-top:0 !important;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-submit-container .unmasktherapy_contact_form_sub_btn {
	font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact_form_section .unmasktherapy_contact_form form .wpforms-submit-container .unmasktherapy_contact_form_sub_btn:hover{
 	background:#ffa68f !important;
	color:#491953 !important;
	transition: all .3s;
}


