/*font-family: 'Teko', sans-serif;
font-family: proxima-nova, sans-serif;*/

body {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    color: #292929;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('../assets/site-bg.png');
}

a {
    text-decoration: none;
}

h1,h2 {
    margin: 0;
}

a:focus
input:focus,
textarea:focus {
    outline: none;
}

.swal2-styled.swal2-confirm {
    background-color: #C64910 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #767676;
  font-weight: 300;
  font-style: italic;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #767676;
  font-weight: 300;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #767676;
  font-weight: 300;
  font-style: italic;
}

.popup {
    display: none;
    cursor: pointer;
    z-index: 2;
    width: 98%;
    max-width: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 3px 6px 18px #000;
}

.close-popup {
    position: absolute;
    color: #c64910;
    font-size: 16vw;
    line-height: 8vw;
    right: 8px;
    top: 6px;
    cursor: pointer;
}

.popup img {
    width: 100%;
    max-width: max-content;
}

.holiday-closure-message-header {
    position: fixed;
    max-width: 700px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    margin: auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.58);
}

.holiday-closure-message-header-inner {
    padding: 15px 49px;
    max-width: 900px;
    margin: auto;
}

.close-holiday-closure-message {
    position: absolute;
    font-size: 49px;
    right: 11px;
    top: -8px;
    cursor: pointer;
}

.holiday-closure-message-checkout-inner {
    font-size: 17px;
    margin-bottom: 10px;
}

.show-hide-holiday-closure {
    display: none;
}

.brand-orange {
    color: #C64910;
}

.top-space {
    padding-top: 174px;
}

.btn {
    position: relative;
    font-size: 15px;
    width: 160px;
    padding: 5px 5px;
    box-sizing: border-box;
    border: 3px solid #C64910;
    margin: auto;
    margin-top: 15px;
    background: transparent;
    color: #3E3E3E;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    transition: all .2s;
}

.btn:hover {
    background: #C64910;
    color: #fff;
}

.hide-submit-btn {
    display: none;
}

.estimate-form-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background: rgba(0, 0, 0, 0.57);
}

#estimate-form {
    display: none;
    position: fixed;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 30px 15px 25px 15px;
    background: #fff;
    height: 400px;
    width: 85%;
    overflow-y: scroll;
    top: 50%;
    margin-top: -200px;
}

.quote-form-headline {
    font-size: 32px;
    text-align: center;
    font-family: 'Teko', sans-serif;
    color: #C64910;
    text-transform: uppercase;
}

.quote-form-close {
    position: absolute;
    width: 34px;
    right: 7px;
    top: 6px;
    cursor: pointer;
}

.form-container {
    text-align: left;
}

.form-container.shared {
    max-width: 384px;
    margin: auto;
}

.form-container.shared {
    max-width: 715px;
}

.input-wrapper {
    margin-bottom: 12px;
}

.input-label {
    color: #474747;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 2px;
}

.form-radio-btns {
    font-size: 17px;
    display: inline-block;
    width: 49%;
    margin-top: 5px;
    box-sizing: border-box;
    padding-left: 5px;
}

.form-input,
.form-select,
.form-textarea {
    border: 1px solid #cecccc;
    height: 33px;
    width: 100%;
    border-radius: 0;
    background: transparent;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    padding-left: 5px;
    box-sizing: border-box;
}

.form-select {
    float: inherit;
    line-height: 2;
    text-align: left !important;
    padding-left: 5px;
}

.form-select .current {
    color: #C4C7C4;
    font-weight: 300;
    font-style: italic;
}

.form-select .current.active {
    font-style: normal;
    color: #383838;
    font-weight: 500;
}

.form-textarea {
    height: 120px;
}

.g-recaptcha {
    width: 302px;
    margin: auto;
}

.btn-loading-gif {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 9px;
    width: 41px;
    margin: auto;
}

.quote-form-btn {
    width: 220px;
}

.bottom-ribbon {
    background: #C64910;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 0;
    padding: 10px 0px;
    z-index: 1;
}

.bottom-ribbon .inner {
    max-width: 375px;
    margin: auto;
}

.bottom-ribbon .col {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.bottom-ribbon .col img {
    width: 40px;
}

.location-pop-out-mobile {
    position: fixed;
    background: #fff;
    z-index: 1;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    padding-top: 24px;
    padding-bottom: 14px;
    width: 100%;
    bottom: -361px;
    opacity: 95%;
    transition: all .3s;
}

.location-pop-out-mobile.active {
    bottom: 60px;
}

.close-lpom {
    position: absolute;
    width: 28px;
    right: 11px;
    top: 8px;
    cursor: pointer;
}

.lpom-inner {
    max-width: 400px;
    margin: auto;
}

.lpom-headline {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    color: #C64910;
    text-transform: uppercase;
    font-size: 36px;
}

.lpom-sub-headline {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    color: #5E91CF;
    text-transform: uppercase;
    margin: 3px 0;
    font-size: 26px;

}

.lpom-col {
    display: inline-block;
    width: 49%;
}

.lpom-content {
    color: #626262;
    font-size: 17px;
}


@media (min-width: 768px) {
    .close-popup {
        font-size: 90px;
        line-height: 39px;
        right: 12px;
        top: 10px;
    }

    .top-space {
        padding-top: 192px;
    }

    #estimate-form {
        height: 600px;
        margin-top: -300px;
    }
}

@media (min-width: 1024px) {
    .form-col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        box-sizing: border-box;
    }

    .form-col.one {
        padding-right: 15px;
    }

    .form-col.two {
        padding-left: 15px;
    }

    #estimate-form {
        height: 430px;
        margin-top: -215px;
        padding: 30px 25px 25px 25px;
    }
    
    .bottom-ribbon,
    .mobile-footer, 
    .location-pop-out-mobile {
        display: none;
    }
}

@media (min-width: 1170px) {
    .top-space {
        padding-top: 0;
    }
}

@media (min-width: 1400px) {
    .form-col.one {
        padding-right: 5px;
    }

    .form-col.left {
        padding-left: 5px;
    }
}

