/*================================================
=== Other Page Styles
=================================================*/



/*================================================
=== Photo Gallery
=================================================*/

/*** Gallery view ***/
#wsm_album_id_22928{
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}

#wsm_album_id_22928 .wsm_album_name{
  flex:0 100%;
}

#wsm_album_id_22928  .wsm_album_description{
  font-size: 15px;
  flex:0 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--primary);
}

.wsm_gallery_album_page::before,
.wsm_gallery_album_page::after,
.wsm_gallery_albums::before,
.wsm_gallery_albums::after,
#wsm-gallery-slideshow-link,
.wsm_album_return {
    display: none !important;
}

.wsm_gallery_album_page,
.wsm_gallery_albums {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin: 0;
}

.wsm_photo_thumb {
    width: unset;
    float: none;
    margin: 0;
    padding: 0;
    height: 150px;
}

.cat__banner{
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 10px;
  height:160px;
  color:var(--primary);
  background-image:linear-gradient(179deg,#545454 0,#000 100%) !important
}

.cat__banner h1{
  text-align: center;
  font: normal normal bold 25px/40px var(--font1);
  text-transform: uppercase;
  margin: 0 !important;
}

#gal__details_page_cont{
  display:flex;
  flex-direction:column;
}

#gal__details_page tr{
  padding:10px;
}

#gal__details_page tr td{
  padding: 10px !important;
}

#gal__details_page tr td span,#gal__details_page tr td h2{
  background:transparent !important;
  font-size: 16px;
  font-family: var(--font1) !important;
}

#gal__details_page tr:nth-child(odd){
  background-color:#e9e9e9;
}

#gal__details_page .wsm_photo_thumb {
    width: 100%;
    margin: 0 0 15px 0;
    height: auto;
}

#gal__side_details .wsm_album_name{
  background:#f2f2f2;
  padding:15px;
  font-size: 25px;
  color: var(--primary);
  font-family: var(--font1);
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 2px 38px 35px -8px rgba(0,0,0,0.31);
  -webkit-box-shadow: 0px 24px 24px -14px rgb(0 0 0 / 31%);
  -moz-box-shadow: 2px 38px 35px -8px rgba(0,0,0,0.31);
}

#gal__side_details a{
  display:block;
  background: #232323;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #d5d5d5;
  text-decoration: none;
  transition:0.2s ease all;
}


.wsm_photo_thumb>a:first-child {
    display: block;
    height: 100%;
    width: 100%;
}

.wsm_photo_thumb>a:first-child img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
}

.wsm_gallery_album_menu {
    line-height: 1;
    margin: 15px 0;
}

.wsm_photo_thumb:hover .wsm_gallery_album_photo_link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

/* .wsm_photo_thumb:hover  .wsm_gallery_album_photo_link::before {
    content:'\f00e';
    font-family: var(--fontFamilyIcons1);
    font-weight :900;
    color: #FFF;
    
} */

/*** Individual Items ***/
.wsm_gallery_photo_description+.wsm_gallery_album_nav {
    display: none;
}

/*** Album View ***/
.wsm_gallery_album_about {
    margin: 0 !important;
    background: #232323;
    color: white;
    padding: 15px 10px 20px 10px;
    text-align: center;
}

.wsm_gallery_album_about a{
  border: 2px solid var(--primary);
  border-radius: 2px;
  padding: 7px 17px;
  color: white;
  text-decoration: none;
  transition: 0.2s all;
}

.wsm_gallery_album_about a:hover{
  padding: 10px 20px;
}

.wsm_gallery_album_about .wsm_gallery_album_description{
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.wsm_gallery_album_about .wsm_gallery_album_description table{
    display: block;
    width: 100%;
}

.wsm_gallery_album_about .wsm_gallery_album_description table tbody{
    display: block;
}

.wsm_gallery_album_about .wsm_gallery_album_description tr{
     display:none;
}

.wsm_gallery_album_about .wsm_gallery_album_description tr:last-child{
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     padding: 10px 0px;
}

.wsm_gallery_album_about .wsm_gallery_album_description tr:last-child td{
      padding: 0 10px !important;
      max-height: 97px;
      overflow: hidden;
      width: 100% !important;
}

.wsm_gallery_album_about .wsm_gallery_album_description tr:last-child td p{}


.wsm_gallery_album_about .wsm_gallery_album_description span{
    background: transparent !important;
    color: #d5d5d5 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: var(--font2) !important;
    margin: 10px 0px;
}

.wsm_gallery_album_name {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary);
    font-family: var(--font1);
    font-size: 21px;
}

.wsm_gallery_album_count{
  padding: 10px 10px 0px 10px;
}

.wsm_gallery_album_name a{color: #e3e3e3;border: 0;}

.wsm_gallery_album_image,
.wsm_gallery_album_noimage {
    float: none;
    display: flex;
    background: var(--dark2);
    justify-content: center;
}

.wsm_gallery_album_image a {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}

.wsm_gallery_album_image img {
    /* width: 100%; */
    max-height: 170px;
    padding: 0;
    border: 0;
}

.wsm_gallery_album_wrap {
    margin: 0 5px;
    padding-bottom: 10px;
    width: 100%;
}

/***************************************** 
*** Photo Gallery Media Queries 
*****************************************/
@media only screen and (min-width: 768px) {

    /* --- Gallery
    ------------------------------*/
    .wsm_gallery_album_page,
    .wsm_gallery_albums {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

  
    .wsm_gallery_album_wrap {
        width:48%;
    }

    /*   Custom Gallery Page Style   */

    .cat__banner h1{
      font: normal normal bold 40px/40px var(--font1);
    }

    #gal__details_page_cont{
      display:flex;
      flex-direction:row;
    }

    #gal__details_page{
      flex: 0 70%;
    }
    
    #gal__side_details{
      flex: 0 30%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 10px;
    }

    #gal__side_details a:hover{
      color:var(--primary);
    }

}

@media only screen and (min-width: 992px) {
    .wsm_gallery_album_wrap {
        width: 32%;
    }
}

@media only screen and (min-width: 1200px) {

    /* --- Gallery
    ------------------------------*/
    .wsm_gallery_album_page,
    .wsm_gallery_albums {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(5, 1fr);
    }

    .wsm_gallery_album_wrap {
        width: 24%;
    }

}


/*---------------------------- 
--- FAQ
------------------------------*/
.wsm-faq-label.wsm-faq-label-q {
    display: none;
}

.wsm-faq-row-1.wsm-tree-indent,
.wsm-faq-row-2.wsm-tree-indent {
    margin-left: 0;
}

.faq_question>a::before {
    display: block;
    content: " ";
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}

.faq_question>a:focus {
    outline: none !important;
}

/***************************************** 
*** FAQ Media Queries 
*****************************************/
@media only screen and (min-width: 768px) {
    .env-zone-faq .master>.col-xs-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    h1#faq_top,
    .faq_top {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    .faq_top {
        display: none;
    }

    .faq_contents_qs {
        -webkit-box-flex: 0;
        -ms-flex: 0 30%;
        flex: 0 30%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .faq_contents_qs>li {
        margin: 0 0 10px;
    }

    .faq_contents_qs+.faq_right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 30px;
        margin-right: 0px;
        border-right: 1px solid #EEE;
        padding-left: 15px;
    }

    .faq_answer_content.wsm-tree-indent {
        margin: 0;
    }

    .faq_question {
        margin: 0 0 5px
    }

    .wsm-faq-row-1.wsm-tree-indent,
    .wsm-faq-row-2.wsm-tree-indent {
        margin: 0 0 30px;
    }

    .faq-extended {
        border-top: 1px solid #EEE;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

/*------------------------------------
  --- Inquiry Forms
  -------------------------------------*/


/***************************************** 
*** Contact Us Media Queries 
*****************************************/
@media screen and (min-width: 768px) {

    .wsm_inquiry_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wsm_inquiry_form_description {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 30px 0 0;
    }

    .wsm_inquiry_form>form {
        -webkit-box-flex: 0;
        -ms-flex: 0 40%;
        flex: 0 40%;
    }

}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}


/*================================================
=== Brands Page
=================================================*/
#brand-filter .form-group .input-group-addon,
#brand-filter .form-group input {
    font-size: 1em;
    height: 34px
}

#brand-filter .form-group input {
    border-radius: 0;
    min-height: 50px;
    font-weight: 400;
    margin-bottom: 0 !important
}

#brand-filter .form-group .input-group-addon {
    border-radius: 0;
    padding: 7px;
    background-color: var(--red1);
    color: var(--white);
    border: none
}

#brand-live-filter {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brand-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%
}

#brand-filter .brand-image {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 48%;
    flex: 0 48%;
    padding: 0
}

#brand-filter .brand-image>a {
  display: block;
  height: 100px;
  text-align: center;
  border: 1px solid var(--light1);

}

#brand-filter .brand-image>a:hover {
  border: 1px solid var(--gold2);
}

#brand-filter .brand-image>a>img {
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#brand-filter .wsm-no-brand-image-wrapper>a>img{
  display:none;
}
#brand-filter .wsm-no-brand-image-wrapper .brand-name{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-family: var(--font2);
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
}
#brand-filter .brand-name {
  display: block;
  text-align: center;
  margin: 5px 0 15px;
  display: none;
}
/***************************************** 
*** Brands Media Queries 
*****************************************/
@media only screen and (min-width: 768px) {
    #brand-filter .brand-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 24%;
        flex: 0 24%
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}


/*---------------------------- 
--- Sitemap
------------------------------*/
.sitemap h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sitemap li {
    list-style: none;
}

.sitemap ul {
    margin-left: 0;
    padding-left: 0;
}

.sitemap ul ul {
    margin-left: 15px;
}

.sitemap ul .wsm_site_link_parent ul {
    display: none;
}

.sitemap .widget_cat_menu_parent>a,
.sitemap .widget_cat_menu_pcat>a {
    margin: 0 0 5px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.sitemap .widget_cat_menu_pcat {
    margin-bottom: 15px
}

/***************************************** 
*** Site Map Media Queries 
*****************************************/
@media only screen and (min-width: 768px) {

    /* --- Sitemap
    ------------------------------*/
    .sitemap .sitemap-cats>ul {
        -moz-column-count: 3;
        -moz-column-gap: 15px;
        -webkit-column-count: 3;
        -webkit-column-gap: 15px;
        column-count: 3;
        column-gap: 15px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;

    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}


/*------------------------------------
  --- Dealer Locator
  -------------------------------------*/
/*** General ***/
.wsm_locator_wrapper {
    width: 100% !important;
}

option[value="American Samoa"],
option[value*="Armed"],
option[value="Federated States of Micronesia"],
option[value="Guam"],
option[value="Marshall Islands"],
option[value="Northern Mariana Islands"],
option[value="Palau"] {
    display: none !important;
}

/*** Search ***/
.wsm_locator_form th {
    padding: 0;
}

.wsm_locator_form tr {
    margin-bottom: 0 !important;
}

.wsm_locator_form {
    background: var(--white);
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 15px !important;
    clear: both;
    overflow: hidden;
}

.wsm_locator_distance select {
    margin-bottom: 15px;
}

.wsm_locator_wrapper .wsm_form_locator {
    background: var(--white);
    overflow: hidden;
    display: block;
}

.wsm_product_button.wsm_locator_locate {
    float: right;
}

/*Text*/
.wsm_locator_zip_head,
.wsm_locator_address_head {
    border-bottom: 1px solid var(--light3);
    text-transform: uppercase;
    line-height: 1;
    padding: 25px 0 5px 0;
}

.wsm_locator_form label {
    text-transform: uppercase;
    color: var(--mid1);
    font-weight: 400;
    font-size: 13px;
}

/*** Results ***/
.wsm_locator_page .row1 {
    background: rgba(0, 0, 0, 0.05);
}

table.wsm_locator_results tr.row0 {
    background: var(--white);
}

table.wsm_locator_results td {
    border-bottom: 1px solid var(--mid1);
}

.wsm_locator_results tbody tr td,
.wsm_locator_results thead tr th {
    min-width: 200px;
}

.wsm_locator_results tbody tr td br+br {
    display: none;
}

/*** Online Dealers ***/
.online-dealers-wrap tr td:last-child {
    max-width: 200px;
    word-break: break-all;
}

.online-dealers-wrap table {
    width: 100%;
}

.online-dealers-wrap table tr:nth-child(odd) {
    background: var(--light1);
}

/***************************************** 
*** Dealer Locator Media Queries 
*****************************************/
@media only screen and (max-width: 767px) {


    /* --- Dealer Locator
    ------------------------------*/
    .wsm_locator_wrapper~table {}

    .wsm_locator_form td,
    .wsm_locator_form,
    .wsm_locator_form tbody,
    .wsm_locator_form tr,
    .wsm_locator_form input {
        display: block;
        width: 100% !important;
    }

    div#wsm_locator_map {
        width: 100% !important;
    }

    .wsm_locator_page>tr>td {
        display: block;
    }

    .wsm_locator_page>tr {
        border-bottom: 1px solid var(--mid1);
        font-size: 12px;
    }

    .wsm_locator_page>tr>td br {
        display: none;
    }

    .wsm_locator_page td:nth-child(1) {
        font-size: 16px;
    }

    .wsm_locator_page td:nth-child(2) a[href*='javascript'] {
        font-size: 12px;
        float: right;
    }

    .wsm_locator_page td:nth-child(2) {
        border-bottom: 1px dotted var(--light3);
    }

    table.wsm_locator_results td {
        border-bottom: 0;
    }

    .wsm_locator_results tbody tr td {
        min-width: 0;
        width: 100% !important;
        display: block;
    }

    .wsm_locator_results thead tr th {
        display: none;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {

    /* --- Dealer Locator
    ------------------------------*/
    .wsm_form_locator,
    #wsm_locator_map {
        float: left;
        width: 48% !important;
        margin: 0% !important;
        margin-right: 1% !important;
    }

    #wsm_locator_map {
        height: 347px !important;
    }
}


/*---------------------------- 
--- News
------------------------------*/
.wsm_news_list_date {
    background: DimGray;
    border: 0;
    padding: 5px;
    line-height: 1;
}

.wsm_news_list_title {
    margin: 0;
}

/***************************************** 
*** News Media Queries 
*****************************************/
@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}