.content-section {
    padding: 50px 10%;
}
.bg-black {
    background-color: black;
}
.containerFull {
    display: block;
    vertical-align: top;
    text-align: center;
}
.red {
    color: #be0100;
}
.rh1 {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    font-family: 'metaBold' !important;
    text-transform: uppercase;
}
.rh2 {
    letter-spacing: 2px !important;
}
.white {
    color: #e6e6e6 !important;
}
.topNeg {
    margin-top: -3px;
}
.widthWide {
    width: 90%;
}
.rh2 {
    font-family: 'metaBold' !important;
    display: block;
    font-size: 40px;
    line-height: 1;
    color: #212121;
    letter-spacing: 1px !important;
    margin: 0 auto;
    font-weight: 400 !important;
}
h1 {
    padding: 0;
}
.line {
    display: block;
    background-color: #818181;
    margin-bottom: 30px;
    visibility: hidden;
}
.widthNarrow {
    width: 58%;
}
.content {
    display: block;
    margin: 0 auto;
}
.collectionBtn {
    display: flex;
    justify-content: center;
}
.cBtn {
    cursor: pointer;
    padding: 8px 30px;
    border: 1px solid #be0100;
    border-radius: 29px;
    background-color: #be0100;
    color: #ffffff;
}
.cBtn:hover {
    background-color: #ffffff;
    color: #be0100;
}
.flex-box {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
}
.content-section {
    padding: 50px 10%;
}
.flex-box .flex-col-image {
    width: 40%;
}
.flex-box .flex-col-body {
    width: 60%;
    padding: 0 30px 0 60px;
}
.fa-stack {
    color: #be0100;
}
.contact-flex {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 5px 0 5px 0;
}
.contact-flex:hover .fa-stack, .contact-flex:focus .fa-stack {
    color: #ffff;
}
.contact-flex:hover .fa-stack .fa-stack-1x, .contact-flex:focus .fa-stack .fa-stack-1x {
    color: #be0100;
}

.fa-stack-1x {
    font-size: 0.8rem;
    color: #ffffff;
}
.bannerText {
    position: relative;
    display: block;
    overflow: hidden;
}
.bannerText .text-box {
    padding: 5% 15%;
    z-index: 99;
    position: relative;
}
.multiline {
    line-height: 1.1 !important;
}
.bannerText img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/** Contact Us **/
.flex-center{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.center {
    display: flex;
    align-items: center;
}

.center > a > img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.center > a > img:hover{
    cursor: pointer;
}
.black {
    font-size: 14px;
    display: flex;
    align-items: center;
}

#contactForm {
    width: 80%;
    margin: 8vh auto 8vh auto;
    max-width: 620px;
    text-align: left;
}
.display {
    display:flex;
    align-items: center;
    font-size: 14px;
    color: #212121;
    line-height: 1.6;
    margin-top: 20px;
    font-family: 'metaRegular', Arial, sans-serif;
    font-weight: 400;
}
.globalText {
    padding-left: 16px;
}
.contact > .display {
    display: flex;
    margin: 0 0 0 0;
    align-items: center;
}
.inline-cFlex{
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
}
.agreement, .marketingInfo {
    font-family: 'metaRegular', Arial, sans-serif;
    font-weight: 400;
}
.agreement a, .cButtons .cancelBtn:hover {
    color: #be0100;
}
.cButtons #submitForm {
    border-color: #be0100;
    background-color: #be0100;
    color: #fff;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.cButtons #submitForm:hover, .cButtons #submitForm:focus {
    border-color: #9D2317;
    background-color: #9D2317;
}
.agreement .wpcf7-checkbox, .marketingInfo .wpcf7-checkbox {
    cursor: pointer;
}
.agreement .wpcf7-checkbox.active,
.marketingInfo .wpcf7-checkbox.active{
    border-color: #be0100 !important;
    background-color: #be0100 !important;
}
.agreement .wpcf7-checkbox.active:after,
.marketingInfo .wpcf7-checkbox.active:after {
    position: absolute;
    color: #fff;
    content: '\2713';
    margin: 2px 5px;
}

@media screen and (max-width: 768px) {
    .parallex {
        margin-top: 0;
        padding-bottom: 5vh;
        height: auto;
    }
    .topMedium {
        margin-top: 0;
    }
    .textBlock {
        text-align: center;
    }
    .flex {
        justify-content: center;
    }
    .flex.telephone > a{
        margin-right: 20px;
    }
}
.textBlock {
    width: 80%;
    max-width: 320px;
}
.rh2 {
    letter-spacing: 2px !important;
    font-family: 'metaBold' !important;
    display: block;
    font-size: 40px;
    line-height: 1;
    color: #212121;
    letter-spacing: 1px !important;
    margin: 0 auto;
    font-weight: 400 !important;
}
.content.address {
    margin-top: 20px;
    font-size: 14px;
    color: #212121;
    line-height: 1.6;
}
.flex {
    display: flex;
    align-items: center;
    height: 40px;
}
.flex.telephone {
    margin-top: 30px;

}
.flex.directions {
    margin-top: 10px;
}
.flex.telephone:hover {
    cursor: pointer;
}
.text-details {
    font-size: 14px;
    color: #212121;
    margin-left: 20px;
    margin-top: 5px;
}
.contact {
    display: block;
    margin: 10px 0 10px 0;
}

/*---------------------------*/
/*--- Contact Form Styles ---*/
/*---------------------------*/
.innerTITLES {
    margin-left: 2.5%;
}

.contactForm {
    /*position:relative;*/
    /*vertical-align: top;*/
    /*line-height:100%;*/
}
#contactForm .rh2 {
    margin-top: 5vh;
}

.thankyou{
    position: fixed;
    display:block;
    text-align:right;
    display:none;
}
.thankyou img{
    width:100%;
    height:auto;
}
.contactDiv{
    display: block;
    margin: 20px 0 0 0;
}
.contactDiv .half{
    vertical-align: top;
}
.contactHalf1{
    text-align: left;
    margin-bottom: 30px;
    width:49%;
}
.contactHalf2{
    text-align: left;
    width:49%;
}
.contactForm .rh3 {
    color: #212121;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    font-family: 'metaBold' !important;
    text-transform: uppercase;
}

.contactForm .innerTITLES .rh1{
    text-align:left;
}
.contactForm .innerTITLES .rh2{
    text-align:left;
}
.contactForm .innerTITLES .rh3{

}
.contactForm .innerTITLES .line{
    text-align: left;
    margin: 20px 0 20px;
}

.wpcf7-form-control-wrap{
    display:inline-block !important;
    width: 44%;
    margin: 10px 15px 10px 0;
    vertical-align: top;
    padding-right: 0 !important;
}
.wpcf7-form-control-wrap .select-arrow{
    height: 24px !important;
    width: 11px !important;
    border: 0 !important;
    line-height: 18px !important;
    background: none !important;
}
.wpcf7-form-control-wrap .wpcf7-select-parent{
    margin-top: 10px;
}
.wpcf7-not-valid{
    /*border-bottom-color: #ff0000 !important;*/
}
.wpcf7-not-valid-tip{
    display:block !important;
}

.contactDiv .widthWide{
    padding:0;
}
.contactDiv .designINP{
    border:0;
    border-bottom: 1px solid #888;
    padding: 1px 0;
    width: 100% !important;
    color:#212121;
    background: none;
}
.searchform .searchsubmit {
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    width: 33px;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
}
.contactDiv .designINP{
    border:0;
    border-bottom: 1px solid #888;
    padding: 1px 0;
    width: 100% !important;
    color:#212121;
}
.contactDiv .designINP::placeholder{
    color:#818181;
}

.wpcf7-form-control-wrap.short{
    width:8% !important;
}
.wpcf7-form-control-wrap.medium{
    width:33% !important;
}
.wpcf7-form-control-wrap.your-message{
    width: 91%;
    margin: 10px 3% 10px 0;
}
.contactDiv textarea{
    width: 100%;
    border: 1px solid #888;

}
.selectlocation{
    display: block;
    border:0;
    border-bottom: 1px solid #888;
    padding: 1px 0 5px 0;
    margin: 18px 0 5px 0;
    width:44%;
}
.wpcf7-form-control-wrap.your-location{
    margin-top: 0;
}
input.your-location{
    display:none;
    /*display:block;*/
}
.contactDiv .buttons .sendCopy {
    width: 160px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
}
.contactDiv .buttons{
    display: block;
}
.contactDiv .buttons .designINP{
    display: inline-block;
    width: 13px;
}
.contactDiv .buttons span{
    display: inline-block;
}
.contactDiv .buttons .button{
    /*display: inline-block;  */
    /*margin: 0 16px 0 0;*/
}

.cButtons{
    display: inline;
    float: right;
    margin-right: 13%;
    width: 283px;
    font-family: 'metaRegular', Arial, sans-serif;
    font-weight: 400;
}
#requiredText {
    font-family: 'metaRegular', Arial, sans-serif;
    font-weight: 400;
}
.contactDiv input, .contactDiv textarea, .contactDiv select {
    font-family: 'metaRegular', Arial, sans-serif;
    font-weight: 400;
}

.contactDiv .buttons .button.buttonCancel{
    margin-right: 8px;
    /*margin-top: 0px;*/
    min-width: 80px;
    height: 50px;

}

.wpcf7-form input[type=submit].wpcf7-form-control.wpcf7-submit,
.wpcf7-form input[type="submit"], .wpcf7-submit{
    display: inline-block !important;
    text-align: center !important;
    color: #fff !important;
    min-width: 120px !important;
    max-width:100% !important;
    padding:0 18px !important;
    height: 50px !important;
    vertical-align: middle !important;
    line-height: 50px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    font-family: Helvetica !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}


/*---------------------------*/
/*- END Contact Form Styles -*/
/*---------------------------*/
@media screen and (max-width: 768px) {
    .content-section {
        padding: 50px 5%;
    }
    .topNeg {
        margin-top: 0;
    }
    .widthNarrow {
        width: 65%;
    }
    cBtn {
        width: auto !important;
    }
    .flex-box.content-section {
        padding: 50px 0;
    }
    .flex-box {
        display: block;
    }
    .flex-box .flex-col-image {
        width: 100%;
    }
    .flex-box .flex-col-body {
        width: 100%;
        padding: 30px;
    }
    .rh2 {
        font-size: 24px;
        line-height: 30px;
    }
    .fa-stack {
        margin-right: 20px;
    }
    .containerFull {
        width: 100%;
    }
    .bannerText .text-box {
        padding: 10% 10px;
    }
    .fullContainer, .centerContainer {
        margin-top: 4vh;
    }
    .contactDiv .wpcf7-form-control-wrap.short {
        width: 20% !important;
    }
    .contactDiv .wpcf7-form-control-wrap.medium {
        width: 71% !important;
    }
    .contactDiv .wpcf7-form-control-wrap {
        width: 95% !important;
    }
    .wpcf7-form-control-wrap {
        padding-bottom: 0 !important;
    }
    .contactForm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bannerText img {
        width: auto;
        max-width: none;
        height: 100%;
    }
}
