/*
 Theme Name:	DSG WEB
 Theme URI:
 Description:	DSG WEB Theme
 Author:	DSG WEB
 Theme URI:	http://www.dsgweb.nl
 Template:	nisarg
 Version:	1.0.0
*/
@import url("../nisarg/style.css");
/* CUSTOM CSS
====================================================================================== */

.yith-wcan-filters-opener i.filter-icon{
    background-image: url('/wp-content/themes/searchuser/assets/images/filters.svg')!important;
}

.woocommerce.archive .add_to_cart_button,
.woocommerce.single ul.products .add_to_cart_button{
    display: none!important;
}

.woocommerce ul.products li.product a img{
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-width: unset;
    margin-bottom: 0!important;
}

.woocommerce.archive .product a .label{
    top:10px;
    left: 0;
}

.woocommerce ul.products li.product{
    background: #e0e0e0;
    padding: 0 10px 10px;
    border-radius: 5px!important;
    overflow: hidden;
}

.mega-mobile-menu,
.archive.woocommerce .yith-ywar-product-rating.page-loop,
.woocommerce.single ul.products  .yith-ywar-product-rating.page-loop,
.single.woocommerce .yith-ywar-product-rating-wrapper{
    display: none!important;
}

body.woocommerce div.product form.cart .variations select, .tm-extra-product-options .tmcp-textfield.tm-epo-field {
    border-radius: 4px;
    border: 2px solid #d3d3d3 !important;
    background: #fff;
    padding: 5px 10px !important;
}

.verzenddatum {
    background-color: #ecfdf5;
    border-bottom: 1px solid #a7f3d0;
    padding: 12px 16px;
    text-align: center;
    font-weight: 500;
    color: #065f46;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
}

.verzenddatum .dot {
    width: 12px;
    height: 12px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.7);
    animation: pulse 1.5s infinite;
    flex-shrink: 0;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.fa-stack.custom {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 16px;
    line-height: 1;
}

/* Position icons absolutely within the stack */
.fa-stack.custom .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1;
}

/* Clip left half */
.fa-stack.custom .clip-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    height: 100%;
    overflow: hidden;
}

/* Clip right half (optional variant) */
.fa-stack.custom .clip-right {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

i.fa-star,
i.fa-star-half{
    color: #f18812;
}

.slider.beoordeling .swiper-container{
    overflow: hidden;
}

.slider.beoordeling .swiper-container:before,
.slider.beoordeling .swiper-container:after{
    content: none!important;
}

.slider.beoordeling .swiper-slide *{
	text-align:center;
}

.slider.beoordeling .swiper-slide{
	padding:20px;	
	border: 1px solid rgba(0,0,0,0.1);
	border-radius:10px;
	background:#fff;
}

.slider.beoordeling .swiper-slide .rating {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider.beoordeling .swiper-slide .background{
	width:75px;
	height: 75px;
	margin: 0 auto;
	display:block;
	background-size: cover!important;
	border-radius:100%;
}

.blog #main, .archive #main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog article, .archive article{
	flex-basis: 32%;
}

.blog nav, .archive nav{
	flex-basis:100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(.label-right).color .term-image,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(.label-right).color .term-color{
    margin: 0 auto 5px!important;
    display: block;
    width: 54px;
    transition: ;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(.label-right).color > a {
    width: 100%;

}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color{
	margin:0!important;
}

.header{
    position: relative;
    overflow: hidden;
}

.header iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 16 / 9;
    height:auto;
    width: auto;
    object-fit: cover;
    max-width: unset;
    overflow: hidden;
}

.header .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.header .content p{
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
}

body .header .content h2{
    color: #ff324a;
    font-weight: 700;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1.1;
}

body .header .content h3{
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.navbar-default.scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.fullwidth:not(.tm-epo-field-label){
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.select_option .yith_wccl_value{
  padding: 0 5px;
}

.navbar .contact-bar{
    text-align: center;
}

.navbar .contact-bar.red{
    background: #ff324a;
}

.navbar .contact-bar.red .swiper-container {
  width: 100%;
  position: relative;
}

.contact-bar .swiper-container,.contact-bar  .swiper-wrapper,.contact-bar  .swiper-slide {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  line-height: normal !important;
  overflow: visible !important;
  height: auto;
}

.contact-bar .swiper-wrapper{
  align-items: center
}

.navbar .contact-bar.red.swiper-slide {
  display: flex; /* to center content if needed */
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.navbar .contact-bar.grey{
    background: #585858;
}

.navbar .contact-bar > div{
    justify-content: center;
}

.contact-bar p{
    margin-bottom: 0;
    color: #fff;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    align-items: flex-start!important;
}

.dgwt-wcas-search-icon{
    height: 80px;
    position: relative;
}

.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
}

.fkcart-shortcode-icon-wrap{
    margin-left: 20px;
}

.prefooter{
    background: #faba00;
    padding: 20px 0;
    overflow-y: visible;
    position: relative;
	z-index:9;
}

.prefooter:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #faba00;
}

.prefooter *{
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.slider.productcats,
.slider.products{
    overflow: visible!important;
    position: relative;
}

.slider .swiper-container:before{
    content:"";
    width: 510px;
    left:-510px;
    position: absolute;
    top: -40px;
    background: #fff;
    height: calc(100% + 80px);
    display: block;
    z-index: 9;
}

.slider .swiper-container:after{
    content:"";
    width: 510px;
    right:-510px;
    position: absolute;
    top: -40px;
    background: #fff;
    height: calc(100% + 80px);
    display: block;
    z-index: 9;
}

.slider .swiper-slide img,
.slider .swiper-slide > a{
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.slider.productcats .swiper-slide a{
    border-radius: 5px;
    background: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

.slider.productcats .swiper-slide a h4{
  color: #fff;
}

.slider.products .swiper-slide a{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 0;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

.slider .swiper-slide{
    transition: transform 0.5s ease-in-out;
}

@media(min-width:1032px){
    .slider:not(.beoordeling) .swiper-slide:hover{
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        z-index: 99;
    }   
}

.slider.products .slide a *:not(img){
    margin: 5px 0;
    color: #000;
}

.alignfull{
    overflow: visible!important;
}

.alignfull .wp-block-cover__background{
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label{
    font-size: 11px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color > a{
    text-decoration: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label{
    font-size: 16px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a {
    text-align: center;
    aspect-ratio: 1 / 1;
    width: 22px;
    line-height: 22px;
    text-decoration: none!important;
}

.product a{
    position: relative;
}

.product a .label{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px;
}

.woocommerce span.onsale{
    display: none;
}

.woocommerce-product-gallery {
    position: relative;
}

.wc-gallery-prev,
.wc-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.wc-gallery-prev { left: 10px; }
.wc-gallery-next { right: 10px; }

.wc-gallery-prev:hover,
.wc-gallery-next:hover {
    background: rgba(0,0,0,0.8);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{
    display: block;
    background:#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:not([role="radio"]) {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{
    content: "\f067";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{
    content: "\f068";
}

.woocommerce div.product .woocommerce-Tabs-panel *{
    opacity: 0;
    height: 0;
    transition: opacity 0.6s ease-in-out;
}

.woocommerce div.product li.open .woocommerce-Tabs-panel *{
    opacity: 1;
    height: auto;
}

.woocommerce div.product li.open .woocommerce-Tabs-panel *:last-child{
    margin-bottom: 0!important;
}

.woocommerce div.product li.open .woocommerce-Tabs-panel{
    margin-top: 20px!important;
    border: 0px!important;
}

.woocommerce div.product li .woocommerce-Tabs-panel{
    margin: 0!important;
    box-shadow: unset!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    content: unset!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs > li.open,
.woocommerce div.product .woocommerce-tabs ul.tabs > li{
    border-radius: 0;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
}

.wp-block-list li{
	border:none!important;
	list-style-type:disc!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding-left: 0;
}

.single-product div.label{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    font-size: 100%;
}

.slider.products .label{
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99;
    font-size: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 0 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover{
    border-bottom: 3px solid #000;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1;
    border-bottom: 1px solid #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    background-color: #fff!important;
    color: #000;
    border: 1px solid #000;
}

.slide-slider {
    will-change: transform;
    transition: transform 0.3s ease;
    touch-action: pan-y;
    cursor: grab;
}
.slide-slider:active {
    cursor: grabbing;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 20px;
  color: #ccc
}

.contact-bar .swiper-button-next:after, .contact-bar .swiper-button-prev:after{
  font-size: 20px;
  color: #fff
}

div.counter{
  display: inline-block;
}

.woocommerce .woocommerce-breadcrumb{
  position: relative;
  color: #545454;
  margin-bottom: 0;
  padding: 10px 0;
  font-weight: 600!important;
}

.woocommerce .woocommerce-breadcrumb *{
  color: #545454!important;
  font-weight: 600!important;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
  color: #545454;
  font-size: 16px;
}

.swiper-button-next{
  right: -15px!important;
} 
.swiper-button-prev{
  left:-15px!important;
}
/* =Theme customization starts here
------------------------------------------------------- */

html{
    overflow-x: hidden;
}

.post-content{
    background: transparent;
    margin-bottom: 0;
}

body {
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html #wpadminbar {
    position: fixed;
}

.post-content, .single-post-content, .post-comments, .comments-area, #secondary .widget {
    box-shadow: none;
}

#breadcrumbs {
    font-size: 12px;
    color: #aaa;
}

.entry-title {
    font-family: 'Maven Pro', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    overflow: visible;
    margin: 5px 0 15px;
}

.entry-header, .entry-content, .entry-summary, .entry-footer {
    padding: 0;
    text-align: left;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro', sans-serif;
    text-transform: none;
    font-weight: bold;
}

h1 {
    font-size: 50px;
    color: #333;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    color: #333;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

body, button, input, select, textarea {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

#content a, 
#content a:hover{
    line-height: 1.2!important;
}

input, select, textarea{
    background: #ededed;
    color: #333;
    border: 0;
    border-radius: 3px;
}

.entry-summary, .entry-content{
    color: #333;
}

a.btn .fa {
    color: white;
    font-weight: 400;
}

.entry-content a:not(.wp-element-button),
#secondary .widget a {
    color: #333;
    text-decoration: underline;
}

.entry-content a:hover,
#secondary aside.widget a:hover {
    color: #666;
}

.navbar .contact-bar span a,
footer#colophon a {
    color: white;
}

.navbar .contact-bar span a:active,
.entry-title a:active,
h2.entry-title a:active,
footer#colophon a:active,
footer#colophon a:active .fa,
.navbar .contact-bar span a:focus,
.entry-title a:focus,
h2.entry-title a:focus,
footer#colophon a:focus,
footer#colophon a:focus .fa,
.navbar .contact-bar span a:hover,
.entry-title a:hover,
h2.entry-title a:hover,
footer#colophon a:hover,
footer#colophon a:hover .fa {
    color: #333;
    text-decoration: underline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.btn,
a.btn:visited,
div.news-block .read-more,
.btn-primary {
    display: inline-block;
    border-radius: 4px;
    border: 0;
    background: #000;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

button:active,
button:focus,
button:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
html input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
a.btn:active,
a.btn:focus,
a.btn:hover,
div.news-block .read-more:active,
div.news-block .read-more:focus,
div.news-block .read-more:hover,
.btn-primary:hover,
.btn-primary:focus {
    border-radius: 4px;
    border: 0;
    background: #666;
    color: white;
}

button.search-submit {
    margin: 0;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=image],
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 3px;
}

a.btn-default:hover,
a.btn-default:focus {
    border: 0;
}

section.error-404 {
    margin-bottom: 60px;
}

input[type="search"].search-field {
    width: calc(100% - 35px);
}

button.search-submit {
    border-radius: 0 3px 3px 0;
    width: 35px;
}

.search-submit:before {
    line-height: 35px;
}

div.youtube-supercontainer div.youtube-container {
    position: relative;
    padding-top: 0!important;
    aspect-ratio: 16 / 9;
}

div.youtube-supercontainer div.youtube-container iframe{
  height: 100%!important;
  width: 100%!important;
}

/* Header
=========================================== */

#masthead {
    margin-bottom: 0px;
}

#spacer {
    display: block;
}

.navbar {
    width: 100%;
    box-shadow: none;
    margin: 0;
}

.navbar .contact-bar {
    background: #BE3F47;
    width: 100%;
    z-index: 20000;
}

.navbar .contact-bar > div {
    padding: 5px 15px;
    margin: auto;
    overflow: hidden;
    display: block;
    align-items: center;
    flex-wrap: wrap;
}

.navbar .contact-bar .fa,
.navbar .contact-bar span {
    color: white;
    text-transform: none;
}

.navbar .contact-bar span {
    line-height: 30px;
    display: inline-block;
}

.navbar .contact-bar span:not(:last-child) {
    margin-right: 50px;
}

.navbar .contact-bar a {
    text-decoration: underline;
}

.navbar .contact-bar button,
.navbar .contact-bar input {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 0;
    border: 0;
    margin: 4px 0;
}

.navbar .contact-bar .widget .search-submit:before {
    line-height: 26px;
}

.navbar-header {
    height: 80px;
    position: relative;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-header > .mega-menu-wrap,
.navbar-header > .right{
    flex-basis: 45%;
}

.navbar-header > .right{
    display: flex;
    justify-content: flex-end;
}

.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{
    margin: 0;
}

.navbar-header:before, .navbar-header:after{
    content: none;
}

.navbar-default {
    background: white;
    border-bottom: 0;
}

.navbar-default .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #333;
    border-radius: 5px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    background: #fff!important;
}

.navbar-collapse.collapse {
    position: relative;
    display: none;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

#masthead .navbar-brand {
    position: relative;
    z-index: 10000;
    padding: 0;
    margin: 0;
    height: auto;
    max-width: calc(100% - 75px);
    width: 160px;
}

.navbar-brand img {
    margin: 0;
    max-width: 100%;
}

.navbar-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
    transform: translateY(50%);
}

.navbar-default .navbar-nav > li > a {
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 31px 0 0 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    line-height: 2;
    text-decoration: none;
    padding: 3px 15px;
}

.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
    background-color: #BE3F47;
    color: #fff;
}

.navbar.navbar-default .navbar-nav > .active > a, .navbar.navbar-default .navbar-nav > .active > a:hover, .navbar.navbar-default .navbar-nav > .active > a:focus {
    border: 0;
    background: #BE3F47;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 10px;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
    color: #BE3F47;
}

.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    background: #BE3F47;
    color: white;
}

.dropdown-toggle {
    width: auto;
    background: none;
    height: 20px;
}

.dropdown-toggle:after {
    background-color: transparent;
    content: "";
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    background: none;
}

.navbar .caret {
    display: none;
}

.nav > li:not(.active):last-child > a {
    margin-right: -15px;
}

.dsg-header .youtube-container {
	position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.dsg-header .youtube-container iframe {
	position: absolute;
    top: -4.65%;
    left: 0;
    height: 109.4%;
    width: 100%;
    border: 0;
}

.dsg-header.large-header .image-container,
.dsg-header.large-header{
    height: 650px!important;
}

.headerfade {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#222222',GradientType=0 );
    height: 40px;
    margin-top: -40px;
    z-index: 3;
    position: relative;
}

/* Footer
=========================================== */

footer#colophon {
    background: #000;
    padding: 0;
}

footer#colophon .site-info {
    margin: 0 auto;
    padding: 15px 35px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer#colophon .site-info:before,
footer#colophon .site-info:after{
    content: unset;
}

footer#colophon .widget {
    padding: 10px 0;
}

footer#colophon a:hover,
footer#colophon a:hover .fa,
footer#colophon a:active,
footer#colophon a:active .fa,
footer#colophon a:focus,
footer#colophon a:focus .fa{
    color: #666;
}

footer#colophon .widget {
    vertical-align: top;
}

footer#colophon .widget-title,
footer#colophon .wp-block-heading{
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: left;
}

footer#colophon .fa {
    color: white;
    text-transform: none;
    font-size: 25px;
}

footer#colophon .fa-phone,
footer#colophon .fa-envelope {
    font-size: 15px;
}

footer#colophon .site-credits {
    padding: 0 20px;
    width: 70%;
    margin: 0 auto;
    background: #000;
    border-top: 1px solid #666;
    color: #666;
}

footer#colophon .site-credits *{
    color: #666;
    font-weight: 400;
}

footer#colophon ul.menu{
    padding: 0;
}

footer#colophon ul.menu li {
    margin-bottom: 12px;
}

footer#colophon ul.menu li a{
    font-weight: 400;
}

footer#colophon .site-credits span {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 20px 15px;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    flex-wrap: wrap;
}

footer#colophon .site-credits .social-links {
    display: flex;
    column-gap: 15px;
    font-size: 18px;
}

footer#colophon .site-credits .social-links a{
    line-height: 40px!important;
}

.sub-menu {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.sub-menu > li > a {
    padding: 0;
}

/* Sidebar
=========================================== */

#secondary .widget,
#secondary .widget ul,
#secondary .widget li {
    border: 0;
    padding: 0;
}

#secondary .widget-title {
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

#secondary h4.widget-title::after {
    content: none;
}

/* Blog/Archive
=========================================== */

.blog article,
.archive article {
    margin-bottom: 92px;
	border: 1px solid #efefef;
	border-radius:10px;
	overflow: hidden;
}

.blog article > *,
.archive article > * {
    vertical-align: top;
}

.has-post-thumbnail .featured-image {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.has-post-thumbnail .featured-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
	aspect-ratio: 16/9;
}

.has-post-thumbnail .article-container {
    display: inline-block;
    max-width: 100%;
	padding:20px;
}

article .entry-meta,
.read-more {
    text-align: left;
    text-transform: none;
}

.read-more a {
    font-size: 20px;
}

article .entry-meta {
    font-weight: 400;
    color: #424242;
}

article .entry-meta a {
    color: #ff324a;
    text-decoration: underline;
}

article .entry-meta a:hover {
    color: #666;
}

.entry-header .entry-meta::after {
    content: none;
}

/* Slider
-------------------------------------------------------------- */

.slider {
    position: relative;
}

.slider .swiper-container {
    position: relative;
    margin: 30px auto;
    padding: 10px 15px;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px;
    font-size: 24px;
    line-height: 1;
    z-index: 999;
}

.slider .swiper-button-prev {
    left: -25px;
}

.slider .swiper-button-next {
    right: -25px;
}

.slider .slide-slider {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slider .slide {
    display: inline-block;
    width: 20%;
    white-space: normal;
    position: relative;
    left: 0;
    padding: 0 0%;
}

.slider .slide a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.slider .slide .img {
    width: 100%;
    padding-top: 100%;
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
}

.slider .pagination-container {
    height: 30px;
}

.slider .pagination-container .page-dot {
    width: 13px;
    height: 13px;
    background: #00A99D;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.slider .pagination-container .page-dot:not(.current):not(:hover) {
    background: #00C9BD;
}

.slider-productimages {
    width: 50%;
    float: left;
    overflow: hidden;
  }

.swiper-container.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}
.swiper-container.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}
.swiper-container.gallery-thumbs .swiper-slide-thumb-active {
    border-bottom: 3px solid #000;
}
.swiper-container.gallery-top img,
.swiper-container.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 0;
}

.quantity {
    position: relative;
}
.quantity .minus, .quantity .plus {
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    position: absolute;
    top: 0
}
.quantity .minus{
  left: 0;
}

.quantity .plus{
  right: 0;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.woocommerce div.product form.cart div.quantity input{
  width: 100px;
}

.woocommerce div.product form.cart .button {
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}

.woocommerce div.product form.cart .button.disabled{
  background: #000!important;
}

#fkcart-modal .fkcart-slider-body .fkcart-item-wrap .fkcart--item{
  border-bottom: 1px solid rgba(0,0,0,0.02);
  padding-bottom: 10px;
}

.fkcart-progress-container{
  background: #f4fdf3;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
  color: #000;
  font-family: 'Maven Pro', sans-serif;
}

.tm-options-totals,
.tm-final-totals{
  display: none!important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
  color: #000!important;
  font-weight: 700;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
  color: #ff324a;
}

.select2-container .select2-selection--single{
  height: auto!important;
}

.select2-container{
  margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100%;
}

.woocommerce div.product form.cart .variations select{
  width: 100%;
  border: 1px solid #aaa!important;
  padding: 10px 5px;
}

.woocommerce div.product form.cart .variations > div{
  margin-bottom: 20px;
}

.product-usp *{
  font-size: 13px;
}

.product-usp p{
  margin-bottom: 0
}

.product-usp .fa{
  color: #666
}

aside.product-usp:last-of-type{
  margin-bottom: 20px;
}

.woocommerce-variation-add-to-cart{
  display: block
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart div.quantity{
  float: none;
  display: inline-block;
}

.live-status-box {
  background: #f1fff5;
  border: 1px solid #b3eac4;
  border-radius: 10px;
  padding: 14px 18px;
  display: block;
  font-family: sans-serif;
  margin: 30px 0;
  max-width: 464px;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pulse-dot {
  flex-basis: 12px;
  height: 12px;
  background: #28c132;
  border-radius: 50%;
  animation: pulse 1.4s infinite;
  box-shadow: 0 0 0 rgba(40,193,50, 0.6);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40,193,50, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(40,193,50, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40,193,50, 0);
  }
}

.status-text {
  flex-basis: calc(100% - 22px);
  font-weight: 600;
  color: #0b6d2a;
  font-size: 16px;
}

.update-text {
  font-size: 13px;
  color: #6b6b75;
  margin-top: 4px;
}

.schema-faq-section .schema-faq-answer{
    display: none;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px!important;
}

.schema-faq-section .schema-faq-answer *{
    font-size: 18px!important;
}

.schema-faq-section .schema-faq-question{
    font-size: 18px;
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    padding-right: 20px;
}

.schema-faq-section .schema-faq-question:after{
    content: "+";
    position: absolute;
    right: 0;
    font-size: 28px!important;
    font-weight: 300;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.schema-faq-section .schema-faq-question.active:after{
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.wp-block-cover:not(.is-light) .schema-faq-section{
    border-color: #fff!important;
}

.schema-faq-section{
    border-width: 1px;
    border-style: solid;
    border-color: #b2b2b2;
    border-image: initial;
    margin: 8px 0;
    padding: 24px;
    border-radius: 13px;
}

.wp-block-media-text .wp-block-media-text__media img{
	margin-bottom:0!important;
	width: 100%!important;
}

.wp-block-media-text{
	overflow:hidden;
}

.alignfull .wp-block-cover__image-background{
	left: 50%;
	width: 100vw;
	max-width: unset;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.select_option_colorpicker {
border: 1px solid rgba(0,0,0,0.2);
}

body #wfacp-e-form .button:hover{
  color: #ff324a!important;
  border: 1px solid #ff324a!important;
}

body #wfacp-e-form .button:hover:before{
  color: #ff324a!important;
}

.contact-bar  .swiper-slide *{
  text-transform: uppercase;
  font-size: 13px;
}

img.yith_wccl_value{
    margin-bottom: 0!important;
}
/* Browser Responsiveness
=========================================== */

@media (max-width: 1031px) {
	.blog article,
.archive article {
	flex-basis: 49%;
	}
}

@media (max-width: 768px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .mega-sub-menu{
        padding-left: 41px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link{
        padding: 5px 0;
    }

    .woocommerce ul.products[class*=columns-] li.product,
        .woocommerce-page ul.products[class*=columns-] li.product{
            margin-bottom: 20px;
        }

    .woocommerce ul.products li.product .button.add_to_cart_button{
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .woocommerce .woocommerce-ordering select{
        font-size: 12px;
        margin-top: 3px;
    }

    .yith-wcan-filters-opener{
        float: left;
    }

        .woocommerce .woocommerce-ordering{
            float: right;
        }

    .woocommerce-result-count{
        display: none!important;
    }

    .mega-mobile-menu {
        display: block!important;
    }

    .mega-mobile-menu .mega-menu-link{
        display: none!important;
    }

    .mega-mobile-menu .mega-sub-menu{
        display: block!important;
        background: #fff!important;
    }

    h1{
        font-size: 30px;
    }

    .slider .swiper-container:after{
        right: -500px;
    }

    .slider .swiper-container:before{
        left: -500px;
    }

    .slider.products .swiper-slide a{
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    .swiper-button-prev:after, .swiper-button-next:after{
        font-size: 20px!important;
    }

    .slider.productcats .swiper-container:after,
    .slider.productcats .swiper-container:before{
        content: unset!important;
    }

   .mega-menu > .mega-menu-item{
    border-bottom: 1px solid #efefef!important;
   }

   .row{
    margin-left: 0!important;
    margin-right: 0!important;
   }

  .slider.productcats .swiper-slide h4{
    font-size: 10px;
    font-weight: 400;
  }

  .slider.products .swiper-slide h4{
    font-size: 14px;
  }

	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
		grid-row:2!important;
	}
	
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
		grid-row:1!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	
	footer#colophon .widget_nav_menu {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	footer#colophon .widget:nth-child(2) {
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	
	footer .widget_nav_menu > h4,
	footer .widget:nth-child(5) .wp-block-group h4{
		padding-right: 25px;
		cursor: pointer;
		position:relative;
	}
	footer .widget_nav_menu > h4:after,
	footer .widget:nth-child(5) .wp-block-group h4:after{
		content:"+";
		position: absolute;
		right:0;
	}
	footer .widget_nav_menu.active > h4:after,
	footer .widget:nth-child(5) .wp-block-group.active h4:after{
		content:"-";
	}
	footer .widget_nav_menu > div,
	footer .widget:nth-child(5) .wp-block-group p{
		display:none;
	}
	
	footer .widget_nav_menu.active > div,
	footer .widget:nth-child(5) .wp-block-group.active p{
		display:block;
	}
	
	.woocommerce div.product form.cart .button{
	padding: 30px 10px;
}
	
	.blog article,
.archive article {
	flex-basis:100%;
	}
  
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    margin-right: 0;
  }
  
  .woocommerce .woocommerce-breadcrumb::before{
    background: #ddd;
    position: absolute;
    top:0;
    left: 50%;
    height: 100%;
    display: block;
    width: 100vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
  }
  
  .woocommerce .woocommerce-breadcrumb *,
  .woocommerce .woocommerce-breadcrumb{
    font-size: 11px!important;
  }
  
  body .yith-wcan-filters.filters-modal {
  z-index: 999999;
  }
  
  .slider-productimages {
    width: 100vw;
    float: none;
    overflow: hidden;
    left: 50%;
    position: relative;
    transform: translate(-50%);
  }
  
  .swiper-container.gallery-top {
      width: 100vw;
      height: auto;
      margin-bottom: 10px;
      left: 50%;
      position: relative;
      transform: translate(-50%);
  }
  
  .woocommerce-product-gallery{
    width: 100vw!important;
    margin-left: -35px;
  }
  
  .woocommerce div.product form.cart div.quantity,
  .woocommerce div.product form.cart div.quantity input,
  .woocommerce div.product form.cart .button{
    width: 100%;
  }
  
  .woocommerce div.product form.cart .button{
    margin-top: 10px;
  }
    
    .single-product .label {
        left: -25px;
    }
  
    #spacer {
        height: 80px!important;
    }
    
    footer#colophon .site-credits {
        padding: 0 0px;
        width: 100%;
    }

    footer#colophon .site-credits span > div{
        width: 100%;
    }

    footer#colophon .site-credits span *{
        text-align: center;
    }

    footer#colophon .site-credits .social-links{
        justify-content: center;
    }

    body .header .content h3 {
        font-size: 35px;
    }

    body .header .content h2 {
        font-size: 45px;
    }

    .header .content p {
        font-size: 18px;
    }

    footer#colophon aside.widget {
        display: inline-block;
        width: 100%;
    }

    .navbar-nav{
        transform: none;
    }

    .dsg-header .owl-caption, .dsg-header .header-caption{
        width: 100%!important;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    html {
        overflow-x: hidden;
    }

    .navbar-nav {
        margin: 0;
        position: static;
    }

    .navbar-fixed-top,
    .admin-bar .navbar-fixed-top {
        top: 0;
        position: relative;
        margin-bottom: -80px;
    }

    .navbar-fixed-top.menuout,
    .admin-bar .navbar-fixed-top.menuout {
        margin-bottom: -202px;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 5px;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 !important;
    }

    .nav > li {
        display: table;
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 5px 15px 0;
    }

    .navbar.navbar-default .navbar-nav > .active > a,
    .navbar.navbar-default .navbar-nav > .active > a:hover,
    .navbar.navbar-default .navbar-nav > .active > a:focus {
        margin-top: 5px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        color: #999;
        line-height: 20px;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
        background: #00A99D;
        color: white;
    }

    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
    .navbar.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #00A99D;
        background: transparent;
    }

    .navbar-nav .dropdown .dropdown-menu > li > a,
    .navbar-nav .dropdown .dropdown-menu .dropdown-header {
        padding: 0 15px 0 25px;
    }

    #cc_spacer {
        display: none;
    }

    .news-block article {
        width: 100%;
    }

    .slider .slide {
        width: 100% !important;
    }
}

@media (min-width: 600px) {

    

}

@media (min-width: 769px) {
	body.tax-product_cat div.youtube-supercontainer div.youtube-container,
  body.tax-product_cat div.youtube-supercontainer{
		aspect-ratio:unset!important;
		height:auto!important;
    width: 100%!important;
    max-width: unset!important;
	}
	
	body.tax-product_cat div.youtube-supercontainer div.youtube-container iframe.catvideo{
		width:50%!important;
		margin: 0 auto!important;
		height: auto;
		aspect-ratio: 16/9!important;
		display:block;
	}
  
  .yith-wcan-filters-opener{
    display: none;
  }
  
    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 95%;
    }

    #spacer {
        display: block;
        height: 175px;
    }

    /*
        .navbar .contact-bar {
            position: fixed;
        }

        .navbar > .container {
            margin-top: 50px;
        }
    */
    .navbar-default .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav {
        max-width: calc(97.5% - 150px);
    }

    .navbar-nav > li {
        margin: 7px 0;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    /*
        ul.nav li.dropdown:hover > ul.dropdown-menu {
            border: 1px solid #999;
            border-top: 0;
        }
    */

    footer#colophon .site-info {
        padding: 45px 75px;
    }

    footer#colophon aside.widget:first-child {
        display: inline-block;
        width: 100%;
    }

    footer#colophon aside.widget {
        display: inline-block;
        width: 48%;
    }

    footer#colophon aside.widget:not(:nth-child(2n)) {
        margin-right: 2.5%;
    }

    @media (max-width: 1031px) {
        #masthead .navbar-brand {
            bottom: 15px;
            width: 150px;
        }

        .navbar-default .navbar-nav > li > a,
        .navbar.navbar-default .navbar-nav > .active > a,
        .navbar.navbar-default .navbar-nav > .active > a:hover,
        .navbar.navbar-default .navbar-nav > .active > a:focus {
            padding: 0 10px;
        }

        .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
            padding: 3px 10px;
        }

        .nav > li:not(.active):last-child > a {
            margin-right: -10px;
        }
    }
}

@media (min-width: 1032px) {

    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 95%;
    }

    .navbar-nav {
        max-width: calc(97.5% - 200px);
    }

    footer#colophon aside.widget:first-child {
        width: 25%;
    }

    footer#colophon aside.widget {
        width: 10%;
    }


    .col-md-9 section.bg-section .bg {
        margin-left: 120px;
    }
}

@media (min-width: 1240px) {

    .container,
    .navbar .contact-bar > div,
    footer#colophon .site-info,
    footer#colophon .site-credits span {
        width: 95%;
    }

    .col-md-9 section.bg-section .bg {
        margin-left: 140px;
    }
}

/* Columns
=========================================== */

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    width: 100%;
    float: none;
    padding-left: 0!important;
    padding-right: 0!important;
}

@media (min-width: 808px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1032px) {
    
    .col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1240px) {
    .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
