/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woovr-variation-info {
    display: flex !important;
    justify-content: space-between !important;
}

.woovr-variation.woovr-variation-radio.woovr-variation-activate {
    background-color: #EC5087;
}

.woovr-variation.woovr-variation-radio {
    background-color: #e27a9f;
    padding: 1em;
    margin-bottom: .5em;
}

.woovr-variation-radio .woovr-variation-name {
	color: white !important;
	font-size: 1rem;
    font-weight: 700;
}

.woovr-variations .woovr-variation:hover {
    background-color: #EC5087 !important;
}

.panel-body {
	position: relative;
}

.panel-body .sticker {
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 35px;
    top: -25px;
    left: 50%;
    letter-spacing: 3px;
    line-height: 35px;
    margin-left: -33%;
    position: absolute;
    width: 66%;
    z-index: 15;
	text-align: center;
}

#brand_banner .btn {
    padding: 1em 4em;
    background-color: #ec5087;
}


.form-contact-us {
    background-color: #fff;
    padding: 4vw;
}

.form-group {
    margin-bottom: 1rem;
}

.form-contact-us .has-feedback input.wpcf7-form-control, .form-contact-us .has-feedback select.wpcf7-form-control  {
    padding-left: 12px;
    height: 3em;
    box-shadow: inset 2px 2px 6px rgba(0,0,0,.09);
    color: #666;
    font-size: calc(4px + .7vw);
    font-weight: 400;
}

.has-feedback-left input.wpcf7-form-control, .has-feedback-left select.wpcf7-form-control {
    height: 4vw;
    padding-left: 3vw;
    padding-right: 1.2rem;
    font-size: 1.5vw;
}

.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-contact-us .has-feedback textarea.form-control {
    padding-left: 12px;
    box-shadow: inset 2px 2px 6px rgba(0,0,0,.09);
    color: #666;
    font-size: calc(4px + .7vw);
    font-weight: 400;
}

textarea.form-control {
    padding-left: 3vw;
    color: rgba(51,51,51,.6);
    font-size: 1.5vw;
    padding-left: 3vw;
}


textarea.form-control {
    height: auto;
}


.btn-contact{
    min-width: 230px;
}


.btn-contact {
    position: relative;
    text-align: center;
    font-size: 12px!important;
    line-height: 1.2;
    max-width: 100%;
    border-radius: .6em!important;
    color: #fff!important;
    background: #f05e7c!important;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .25em;
    border: 0;
    padding: 0 2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    outline: unset!important;
    white-space: initial;
}

.btn-contact::before{
    content: ' ';
    position: absolute;
    left: .5em;
    right: .5em;
    top: .5em;
    bottom: .5em;
    border: 1px solid #fff;
    border-radius: .3em;
}


.btn-contact:active, .btn-contact:focus, .btn-contact:hover{
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    background: #a7deec!important;
    cursor: pointer;
}


.btn-contact:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.past-boxes-title {
    background: #ff1574;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 6px;
}

.past-boxes-title {
    background: none !important;
    letter-spacing: 0 !important;
    font-weight: 600;
}

.past-boxes-title > h1, .past-boxes-title > h2 {
    font-family: Poppins !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    color: #000000 !important;
	margin-bottom: 5px !important;
}

.past-boxes-title > h2 { 
    margin: 0 auto;
}


.past-boxes-title > h1:before, .past-boxes-title > h1:after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
}

    

    @media only screen and (min-width: 768px) {
        .mobile {
            display: none!important;
        }

        .past-boxes-title > h1, .past-boxes-title > h2 { 
            font-size: 42px !important;
        }


        .past-boxes-title > h1:before, .past-boxes-title > h1:after {
            width: 18%;
        }

  
    }

    @media only screen and (max-width: 767px) {
        .desktop {
            display: none!important;
        }

        .past-boxes-title > h1, .past-boxes-title > h2 { 
            font-size: 28px !important;
        }


        .past-boxes-title > h1:before, .past-boxes-title > h1:after {
            width: 25%;
        }

        
    }

    