/*
 Theme Name:   Mighti Child
 Theme URI:    https://mighti.themewant.com/
 Description:  Mighti Child
 Author:       Themewant
 Author URI:   http://themewant.com
 Template:     mighti
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

#reactheme-header.header-style-1.fixed-header .sticky-wrapper .sticky {
    background: #2c1c66 !important;

}

.elementor-11306 .elementor-element.elementor-element-2200450 > .elementor-widget-container {
    padding: 25px 0px 0px 0px;
    border-style: none !important;
    border-width: 1px 0px 0px 0px;
    border-color: #E8E8E8;
}


#cmplz-document {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 6px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
	
    position: relative;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}


.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid #ee6a09;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    text-align: center;
    line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 25px;
    display: inline-block;
	margin-top: -24px;
}
.wpcf7-inline-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}