/*================================================
=== Footer Styles 
=================================================*/

#newsletterModal .modal-content{
  border: 0;
  background: url(/files/images/home/home-about.jpg) center bottom;
}
#newsletterModal .modal-header{
  border:0;
  color: var(--white);
  opacity: .7;
}
#newsletterModal .modal-header .close{
  color: var(--white);
  opacity: .7;
}
#newsletterModal .modal-body{
  max-width: 721px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
}
#newsletterModal .modal-body .wsm_inquiry_form form{
  background: transparent;
  border:0;
}
#newsletterModal .modal-body input{
  color: #000;
}
.newsletter__email_capture p{
  font-size: 2em;
  color: #fff;
  margin-bottom: 12px;
  text-align:center;
  font-weight: 500;
}
/*---------------------------- 
--- General
------------------------------*/

.topbar a{font-size:20px; font-weight:bolder; color:#fe5000; width:100%; text-align:center;}

.wsm-ftr__container::before,
.wsm-ftr__container::after {
    display: none;
}
hr.gradient {
    background: linear-gradient(90deg, var(--primary), transparent 70%);
    height: 30px;
    margin: 0 0 30px;
}
.wsm-ftr {
    background: var(--dark1);
    padding: 0px 0 0;
    position: relative;
    color: var(--white);
    font-size: 14px;
}

.wsm-ftr a {
    color: var(--white);
}

.wsm-ftr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wsm-ftr__title {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}


/*---------------------------- 
--- Left
------------------------------*/
.wsm-ftr__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wsm-footer__store-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px;
}

.wsm-footer__store-info-item i {
    margin: 0 5px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 20px;
    flex: 0 20px;
}

.wsm-footer__store-info-item span {
    line-height: 1;
}

.wsm-ftr__col {
    margin: 0 0 30px;
}

.wsm-ftr__col li {
    margin: 0 0 5px;
}

.wsm-ftr__list a {
    display: block;
    padding: 10px;
    background: rgba(255, 255, 255, .05);
}

.wsm-ftr__list-items {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    background: rgba(255, 255, 255, .1);
}

.wsm-ftr__list-items li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0 0 5px;
}

/*---------------------------- 
--- Right
------------------------------*/
.wsm-ftr__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wsm-ftr__logo {}

.wsm-ftr__contact {
    padding: 15px;
}

.wsm-ftr__social {
    margin: 10px 0 0;
}

.wsm-ftr__list--contact a {
    display: inline-block;
    background: none;
    padding: 0;
}
ul.wsm-ftr__social.list-inline a {
    color: var(--primary);
}
/*---------------------------- 
--- Seals
------------------------------*/
.wsm-ftr__seals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wsm-footer-confidence__ccs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wsm-footer-confidence__item {
    margin: 0 5px;
    font-size: 20px;
}

.wsm-ccs {
    margin: 0;
    padding: 0;
}

.wsm-ccs__cc {
    display: inline-block;
    height: 45px;
    margin: 0 0 5px 5px;
    font-size: 30px;
}


/*---------------------------- 
--- Copyright
------------------------------*/
.wsm-ftr__copyright {
    text-align: center;
    padding: 8px;
    background: linear-gradient(90deg, transparent, var(--primary)130%);
    margin: 30px 0 0;
    font-size: 10px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wsm-ftr__copyright a {
    color: rgba(255, 255, 255, 0.3);
}

.wsm-ftr__copyright br {
    display: none;
}



/***************************** 
*** Media Queries 
******************************/

@media only screen and (min-width: 768px) {

    /* --- General
    ------------------------------*/

    /* --- Left
    ------------------------------*/
    .wsm-ftr__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 15px 0;
    }

    .wsm-ftr__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 15px;
    }

    /* --- Right
    ------------------------------*/
    .wsm-ftr__right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wsm-ftr__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 200px;
        flex: 0 200px;
        max-width: 350px;
        margin-bottom: 30px;
    }

    .wsm-ftr__contact {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {

    /* --- General
    ------------------------------*/
    .wsm-ftr {
        padding: 0px 0 0;
        overflow: hidden;
    }

    .wsm-ftr__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 0;
    }


    /* --- Left
    ------------------------------*/
    .wsm-ftr__left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .wsm-ftr__list {
        margin: 0 0 0 15px;
    }

    .wsm-ftr__list li {
        margin: 0 0 10px;
    }

    .wsm-ftr__list a {
        padding: 0;
        background: none;
    }

    .wsm-ftr__title {
        margin: 0 0 20px;
    }

    /* --- Right
    ------------------------------*/
    .wsm-ftr__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%;
        flex-direction: column;
    }

    .wsm-ftr__list--contact {
        margin: 0;
    }

    .wsm-ftr__social li {
        padding: 0;
        margin: 0 5px 0 0;
    }

    /* --- Seals
    ------------------------------*/
    .wsm-ftr__seals {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    /* --- Copyright
    ------------------------------*/
    .wsm-ftr__copyright {
        margin: 00px 0 0 0;
    }

}