/**
 * Theme Name:     Divi Child
 * Author:         Vishal
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.logo_container a {
    position: relative;
}

.logo_container .logo-text {
    position: absolute;
    top: -26px;
}

.text-1,
.text-2 {
    display: block;
}

.text-1 {
    font-family: 'Gurajada', serif;
    font-size: 50px;
    letter-spacing: 1.5px;
    line-height: 40px;
    font-weight: 500;
}

.text-2 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 3px;
}

.et-fixed-header .logo_container .logo-text {
    top: -22px;
}

.et-fixed-header .text-1 {
    font-size: 32px;
    line-height: 30px;
}

.et-fixed-header .text-2 {
    font-size: 24px;
    line-height: 16px;
}

.about-boxes img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.wapf-input,
textarea.wapf-input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.wapf-input:focus,
textarea.wapf-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border: none;
}


.wapf-input:disabled,
textarea.wapf-input:disabled {
    background-color: #e9ecef;
}

.single-product.et_right_sidebar #sidebar {
    display: none !important;
}

.single-product.et_right_sidebar #left-area {
    width: 100% !important;
}

.single-product #main-content .container:before{
    content: unset;
}

.required{
    text-decoration: none;
    color: #fc8f2d;
}
.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .copy{
    flex-basis: 60%;
}

.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .cta-box{
    flex-basis: 30%;
}
.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .cta-box .et_pb_button{
    padding: 14px 24px;
}
.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .cta-box .et_pb_button:hover{
    padding-right:34px;
}
div.et_pb_row .et_pb_column .et_pb_module.reference-section{
    display: none !important;
}
.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .cta-box .et_pb_button.registration-closed-cta{
	background:grey;
	color:#fff !important;
	padding:14px 24px;
}
.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .cta-box .et_pb_button.registration-closed-cta:after{
	content:none;
}
#et-top-navigation .et-cart-info{
	display:none;
}
/* .wapf-field-container .wapf-checkbox-label{
	display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wapf-field-container .wapf-checkbox-label input[type=checkbox]{
	position: absolute;
    opacity: 0;
    cursor: pointer;
}
.wapf-field-container .wapf-checkbox-label input:checked ~ .wapf-label-text{
	background-color: #2196F3;
}

.wapf-field-container .wapf-checkbox-label input:checked ~ .wapf-label-text:after {
    display: block;
}
.wapf-field-container .wapf-checkbox-label .wapf-label-text:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wapf-field-container .wapf-checkbox-label .wapf-label-text:after {
    content: "";
    position: absolute;
    display: none;
}

.wapf-field-container .wapf-checkbox-label .wapf-label-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
} */
.wapf-checkbox-label .wapf-input{
	display:inline-block;
	width: unset;
}
.wapf-field-container.wapf-field-content.no-border .wapf-input{
	border:none;
}
@media(max-width:767px){
	.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container{
		width:100%;
		flex-direction:column;
	}
	.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .cta-box{
		    margin-top: 60px;
			text-align: center;
			flex-basis:100%;
	}
	.et_pb_blurb_position_left .et_pb_blurb_container.product-info-container .copy{
		flex-basis:100%;
	}
}