@font-face {
    font-family: 'Kepler Std';
    src: url('/skin/frontend/base/default/fonts/kepler/keplerStd-Disp.woff2') format('woff2'), /* Super Modern Browsers */ url('/skin/frontend/base/default/fonts/kepler/keplerStd-Disp.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Brandon Grotesque Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Regular'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_reg.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Regular Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Regular Italic'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_reg_it.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Thin'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_thin.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Thin Italic'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_thin_it.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Light';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Light'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_light.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Light Italic'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_light_it.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Medium'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_med.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Medium Italic'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_med_it.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Bold'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_bld.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Bold Italic'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_bld_it.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Black';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Black'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_blk.otf') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Black Italic'), url('/skin/frontend/base/default/fonts/brandon-grotesque/Brandon_blk_it.otf') format('woff');
}

@font-face {
    font-family: 'DINPro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Light'), url('/skin/frontend/base/default/fonts/dinpro/DINPro-Light tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Medium'), url('/skin/frontend/base/default/fonts/dinpro/DINPro-Medium tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Bold'), url('/skin/frontend/base/default/fonts/dinpro/DINPro-Bold tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('/skin/frontend/base/default/fonts/dinpro/DINPro-Black tr.woff') format('woff');
}

/*---------------------------------------------------*/

.main-container {
    /*width: 1195px;*/
    width: 100%;
}

h2 a {
    text-decoration: none;
    color: #000;
    font-family: 'Kepler Std', "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 300;
}

#post-list {
    list-style-type: none;
}

.featured-image {
    border: 0;
}

.featured-image {
    width: 53%;
    border: 0;
    float: right;
    text-align: right;
    padding-top: 18px;
    margin-right: 0;
}

.featured-image img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 605px;
    width: 100%;
    height: 770px;
    object-fit: cover;
    /*    position: relative;
        top: -20px;*/
}

.misc {
    color: #717171;
    font-size: 15px;
    display: block;
    font-family: 'Brandon Grotesque Medium', "Raleway", sans-serif;
    margin-bottom: 40px;
}

.misc .author {
    margin-left: 10px;
}

.read-more button {
    -webkit-appearance: none;
    padding: 5px;
    padding-top: 12px;
    cursor: pointer;
    padding-bottom: 12px;
    border-radius: 30px;
    background: #19864a;
    border: 1px solid #19864a;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Brandon Grotesque Black', "Raleway", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    min-width: 220px;
    margin-top: 25px;
    background-image: url("/skin/frontend/base/default/images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 145px;
    -webkit-background-size: 35px;
    background-size: 35px;
    height: 45px;
}

.read-more button span {
    position: relative;
    left: -20px;
}

.post-list-item h2 {
    max-width: 40%;
    line-height: 45px;
}

.blog-home {
    /*padding: 3vh 15vh 0 15vh;*/
}

#post-list {
    padding-left: 0;
}

.tags {
    width: 50%;
    /*margin-top: 35px;*/
}

.tags a {
    background: #ebebeb;
    color: #000;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.tags a:hover {
    background: #dbdbdb;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #848483;
    margin: 4em 0;
    padding: 0;
}

.post-list-item h2 {
    display: inline-block;
    margin-top: 100px;
}

.post-entry p {
    font-family: 'PT Serif', serif;
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 2.1em;
}

.wordpress-index-index .post-entry p, .wordpress-term-view .post-entry p {
    margin: 0 !important;
    line-height: 20px !important;
    font-size: 13px !important;
}

.blog-pagination {
    clear: both;
}

.blog-pagination ul {
    list-style-type: none;
    text-align: center;
    margin-bottom: 125px;
}

.blog-pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.blog-pagination ul li a {
    text-decoration: none;
    color: #767676;
    padding: 7px 10px;
    border: 1px solid #cccccc;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    font-size: 14px;
}

.read-more button:hover {
    background-color: #19864a;
}

.blog-pagination ul li a.active, .blog-pagination ul li a:hover {
    color: #000;
    border: 1px solid #000;
}

.main-container .std p {
    margin-bottom: 15px;
}

.post-list-item .post-content {
    display: inline-block;
    float: left;
    width: 520px;
}

.blog-home, .post-list {
    width: 1195px;
    margin: 0 auto;
}

.slider-content-wrapper {
    width: 1320px;
    margin: 0 auto;
    position: absolute;
    bottom: 35px;
    left: 120px;
}

.slider-content-wrapper, .slider-content-wrapper .misc {
    color: #fff;
}

.slider-content-wrapper h2 {
    font-family: 'Kepler Std', "Raleway", sans-serif;
    font-size: 86px;
    margin-bottom: 46px;
    color: #fff;
}

.slider a {
    text-decoration: none;
}

.slick-arrow {
    z-index: 999;
    width: 19px !important;
    height: 37px !important;
}

.slick-prev {
    left: 20px !important;
    background: url('/skin/frontend/base/default/arrow_left.png') !important;
    background-repeat: no-repeat;
    width: 35px !important;
    height: 35px !important;
}

.slick-next {
    right: 20px !important;
    background: url('/skin/frontend/base/default/arrow_right.png') !important;
    background-repeat: no-repeat;
    width: 35px !important;
    height: 35px !important;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
}

.slider-content-wrapper .misc {
    font-family: "DINPro Bold", "Raleway", sans-serif;
    font-size: 15px;
}

.my-select, .select2-selection .select2-selection--single, .select2-container .select2-selection--single {
    width: 230px;
    height: 45px;
    font-size: 18px;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
}

.select2-results__option {
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #b7b7b7 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection .select2-selection--single {
    color: #000;
    /*width: 230px;*/
    height: 45px;
    position: relative;
    line-height: 45px;
    margin-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url('/skin/frontend/base/default/arrow_down.png');
    width: 13px;
    height: 7px;
    top: 21px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

#filtering .headline {
    font-size: 18px;
    font-family: 'Brandon Grotesque Bold', "Raleway", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    margin-right: 32px;
    line-height: 45px;
}

.blog-selectbox, .blog-selectbox-wrapper {
    width: 230px;
    float: left;
    display: inline-block;
    margin: 0 10px;
}

#filtering {
    width: 100%;
    display: inline-block;
    margin: 0 auto 2em auto;
    clear: both;
}

#filtering .filter-wrapper {
    width: 941px;
    display: block;
    margin: 0 auto;
}

.related-articles {
    width: 1100px;
    margin: 70px auto 130px auto;
}

.related-articles .post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-articles section {
    width: 20%;
}

.related-articles .meta, .related-products .meta {
    color: #717171;
    font-size: 17px;
    display: block;
    font-family: 'Brandon Grotesque Medium', "Raleway", sans-serif;
    margin-top: 20px;
}

.related-articles .category {
    margin-left: 10px;
}

.related-articles a, .related-products a {
    text-decoration: none;
    font-size: 18px;
}

.related-articles h4, .related-products h4 {
    font-family: 'Brandon Grotesque Medium', "Raleway", sans-serif;
    color: #000;
}

.related-products h4 {
    margin: 0.8em 0;
}

.related-articles .post-desc {
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    font-size: 18px;
}

.related-articles .slick-prev {
    background: url('/skin/frontend/base/default/blog_arrow_left.png') !important;
    left: -140px !important;
    top: 25%;
    background-repeat: no-repeat!important;
}

.related-articles .slick-next {
    background: url('/skin/frontend/base/default/blog_arrow_right.png') !important;
    right: -140px !important;
    top: 25%;
    background-repeat: no-repeat!important;
}

.page-title h1 {
    margin-top: 100px;
    margin-bottom: 45px;
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
}

.wordpress-term-view .page-title h1 {
    margin-top: 0;
}

.post-title.page-title h1 {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
    font-size: 32px;

    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.post-view .featured-image {
    width: 100%;
    border: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 3em;
}

.post-view .featured-image img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*width: 100%;
    height: auto;*/
    max-height: 500px;
    width: 100%;
    max-width: 100%;
}

.misc-post {
    color: #717171;
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    margin-bottom: 70px;
}

.misc-post .author {
    margin-left: 10px;
}

.related-articles h3, .related-products h3 {
    font-family: 'Kepler Std', "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 300;
}

.related-articles {
    text-align: center;
}


/*.post-view .post-entry p:first-of-type::first-letter {
    font-size: 85px;
    float: left;
    padding-right: 13px;
    padding-bottom: 5px;
    font-family: 'Kepler Std', "Raleway", sans-serif;
    margin-top: 28px;
    font-weight: 300;
}

.post-view .post-entry p,
.post-view .post-entry ul li,
.post-view .post-entry ol li {
    font-family: 'PT Serif', serif;
    font-size: 15px !important;
    line-height: 26px !important;
}*/

.post-view .post-entry p, 
.post-view .post-entry ul li, 
.post-view .post-entry ol li {
    font-family: "Quicksand", sans-serif;
    font-size: 19px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}

.post-view .post-entry a {
    color: #19864a;
    text-decoration: none;
}

.post-view .post-entry a:hover {
    text-decoration: underline;
}

.back button {
    /*background: #19864a;
    border: 1px solid #19864a;*/
    border: 1px solid #6b6b6b !important;
    background: #fff;
    color: #6b6b6b;
    background-image: url("/skin/frontend/base/default/images/arrow-left-black.png");
    background-repeat: no-repeat;
    background-position: 15px;
    -webkit-background-size: 20px;
    background-size: 20px;
    height: 24px;
    margin-top: 55px;
    border-radius: 0;
    min-width: 125px;
    font-weight: bold;
    font-family: "Raleway", sans-serif !important;
    line-height: 3px;
    font-size: 15px;
}

.back button:hover {
    background-image: url("/skin/frontend/base/default/images/arrow-left.png") !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: 20px !important;
    background-size: 20px !important;
    background-position: 15px !important;
    background: #19864a;
    border-color: #19864a !important;
    color: #fff;
}

.back button span {
    left: 20px;
}

.post-tags .tags {
    width: 50%;
}

.post-tags .tags a {
    background: #fff;
    color: #000;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.post-tags h3 {
    font-family: 'Brandon Grotesque Bold', "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

.wordpress-post-view .main-container .std {
    padding: 80px 15% 40px 15%;
}

.wordpress-post-view .main-container {
    width: 100%;
    padding-top: 100px;
}

.wordpress-post-view .main-container .std p {
    margin-bottom: 15px;
}

/*
#blog-title-section {
    background-image: url(/skin/frontend/base/default/images/blogbg.jpg);
    width: 100%;
    background-size: cover;
    height: 140px;
    position: relative;
    margin-top: 100px;
}
*/

.read-more a {
    text-decoration: none;
}

.buy-now button {
    background-image: none;
    margin-top: 0;
    margin-bottom: 7em;
}

.buy-now button span {
    left: 0;
}

.related-products {
    clear: both;
    text-align: center;
}

.related-products > div {
    margin: 0 auto;
    width: 1275px;
    clear: both;
    display: block;
}

.related-products section {
    width: 33%;
    max-width: 375px;
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0 25px;
}

.main-container .post-view .std {
    width: 900px;
    margin: 0 auto 1.5em auto;
    padding: 35px 0 40px 0;
}

.post-view {
    margin: 0 auto;
    width: 900px;
}

.post-tags {
    background: #ebebeb;
    padding: 70px 100px 100px 100px;
}

.related-products .post-image img {
    height: 230px;
    object-fit: cover;
    width: auto;
}

.product-price-table {
    font-family: 'Brandon Grotesque Medium', "Raleway", sans-serif;
    margin: 1em auto;
    width: 70%;
}

.product-price-table i span {
    border: 1px solid lightgray;
    padding: 10px;
    display: none;
    z-index: 100;
    left: 0px;
    color: #3a3a3a;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: normal;
    background: #ffffff;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    z-index: 200;
}

.product-price-table .fa-info-circle {
    color: #cccccc;
    font-size: 13px;
    position: absolute;
    cursor: help;
}

.wordpress-term-view .tags {
    padding: 10px;
}

.wordpress-post-view .post-entry {
    padding-bottom: 0;
    padding-top: 10px;
    width: 900px;
    margin: 0 auto 0 auto;
}

.related-articles .slick-slide {
    margin: 0 27px;
}

.related-articles .slick-list {
    margin: 0 -27px;
}

.wordpress-index-index .post-taste {
    font-family: "Raleway", sans-serif;
}

.post-view h2 {
    font-size: 2em;
}

.post-view h3 {
    font-size: 3em;
}

/********************** Responsive ***********************/
@media (max-width: 1260px) {
    .blog-home, .post-list {
        width: 95%;
    }

    .post-list-item .post-content {
        width: 400px;
    }
}

@media (max-width: 992px) {
    .post-title.page-title h1 {
        padding: 0 16px;
    }

    .post-list-item h2 {
        max-width: 100%;
    }

    h2, h3, h4 {
        text-align: center !important;
    }

    .wordpress-index-index .tags {
        width: 100%;
        margin: 10px;
        text-align: center;
    }

    .wordpress-post-view .post-entry {
        width: 100%;
    }

    .related-articles {
        width: 100%;
    }

    .post-tags h3 {
        margin-top: 0;
    }

    .back {
        margin-top: 25px;
        float: left;
        padding-left: 15px;
    }

    .post-view p {
        padding: 0 1em;
    }

    .post-tags {
        padding: 1em;
    }

    .buy-now {
        margin-bottom: 3em;
    }

    .post-view, .main-container .post-view .std {
        width: 100%;
    }

    .related-products > div {
        width: 100%;
    }

    .related-products section {
        /*width: 100%;*/
        max-width: 100%;
        float: none;
        margin: 0;
    }

    .slider-content-wrapper {
        width: 100%;
        position: initial;
        text-align: center;
    }

    .misc span {
        display: block;
    }

    .filter-wrapper .headline {
        display: block !important;
        float: none !important;
        text-align: center;
    }

    #filtering .filter-wrapper {
        width: 100%;
    }

    .blog-selectbox, .blog-selectbox-wrapper {
        margin: 5px auto;
        display: block;
        float: none;
    }

    .blog-home, .post-list {
        width: 100%;
    }

    .featured-image {
        width: 100%;
    }

    .featured-image img {
        height: 40vh;
    }

    .post-list-item .post-content {
        width: 100%;
        float: none;
    }

    .post-list-item .post-content p {
        padding: 20px;
    }

    .read-more button {
        display: block;
        margin: 0 auto;
    }

    .post-list-item .misc {
        text-align: center;
    }

    .related-articles .slick-slide {
        margin: 0;
    }

    .related-articles .post-desc {
        padding: 0 3em;
    }

    .post-view .featured-image {
        float: none;
    }

    .post-view .featured-image img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .page-title.post-title h1 {
        /*font-size: 40px !important;*/
    }

    .blog-selectbox-search {
        margin: 10px 0 !important;
    }
}

@media (max-width: 992px) {
    .slick-prev {
        background: url('/skin/frontend/base/default/arrow_left_responsive.png') !important;
        width: 35px !important;
        height: 35px !important;
        background-repeat: no-repeat;
    }

    .slick-next {
        background: url('/skin/frontend/base/default/arrow_right_responsive.png') !important;
        width: 35px !important;
        height: 35px !important;
        background-repeat: no-repeat;
    }

    #filtering > div.filter-wrapper > div:nth-child(3), #filtering > .blog-selectbox-wrapper {
        display: none;
    }

    .filter-wrapper .headline {
        float: none !important;
        display: inline-block;
        text-align: center;
    }

    .blog-selectbox, .blog-selectbox-wrapper {
        float: left;
        display: inline-block;
    }

    #filtering .filter-wrapper {
        width: 314px;
        display: block;
    }

    .blog-selectbox, .blog-selectbox-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    #filtering {
        width: 100%;
        display: inline-block;
        margin: 3px auto 0 auto;
        clear: both;
    }

    .post-list-item h2 {
        display: inline-block;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    /*.blog-home .misc, .blog-home .read-more,
    .blog-home .tags,
    .wordpress-index-index hr,
    .wordpress-index-index .slider .misc {
        display: none;
    }*/
    .post-entry p:first-of-type::first-letter {
        float: none;
        font-size: initial;
        padding-right: 0;
        margin-top: 0;
        font-family: "Raleway", sans-serif;
    }

    .post-list-item .post-content p {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .wordpress-index-index .blog-pagination ul {
        text-align: right;
    }

    .blog-home .post-list-item, .blog-home .post-content {
        /*padding: 0.5em;*/
    }

    .post-list-item h2 a {
        font-size: 1.2em;
        padding: 0 5px;
        line-height: 1.3em;
    }

    .item .post-list-item h2 {
        padding: 5px 0 0 0;
        line-height: 25px;
    }

    .blog-home hr {
        margin: 0 0.6em;
    }

    .blog-home .post-entry {
        margin-bottom: 0;
        padding: 0.5em;
    }

    .wordpress-index-index .blog-pagination {
        margin: 2em 1em;
        padding-top: 1em;
    }

    .wordpress-index-index .blog-pagination ul {
        margin-bottom: 50px;
    }

    .breadcrumbs {
        margin-bottom: 10px;
    }

    .post-tags .tags {
        width: 100%;
    }

    .post-view h2 {
        font-size: 1.4em;
    }

    .wordpress-post-view figcaption {
        padding: 0 3px;
        text-align: center;
    }

    /*.post-view h3 {
        font-size: 3em;
    }*/

    #post-list > li:last-child hr {
        display: block;
    }

    .wordpress-index-index .post-list li.item, .wordpress-term-view .post-list li.item {
        margin-bottom: 10px;
    }

    .wordpress-index-index .slider {
        height: 300px !important;
    }

    .wordpress-index-index .post-taste, .slider-content-wrapper {
        color: black;
        background: #f2f2f2;
        font-family: "Raleway", sans-serif;
    }

    .wordpress-index-index .post-taste {
        padding: 0.2em 2.2em 1.3em 2.2em;
    }

    .wordpress-index-index .slider-content-wrapper h2 {
        color: black;
    }

    .wordpress-index-index .slider-content-wrapper {
        position: relative;
        left: 0;
        bottom: -280px;
    }

    .wordpress-index-index .slider-content-wrapper h2 {
        font-size: 1.5em;
        margin-bottom: 0.3em;
        padding-top: 0.6em;
    }

    .wordpress-index-index .slick-slide {
        height: 463px !important;
    }

    .wordpress-index-index .slick-next, .wordpress-index-index .slick-prev {
        top: 71%;
    }

    .my-select, .select2-selection .select2-selection--single, .select2-container .select2-selection--single {
        width: 210px !important;
    }

    .my-select, .select2-selection .select2-selection--single,
    .select2-container .select2-selection--single,
    .wordpress-index-index .select2-container,
    .blog-selectbox-wrapper,
    .wordpress-term-view .select2-container{
        width: 100% !important;
    }

    #filtering .headline {
        margin-right: 25px;
    }

    .blog-home {
        margin-top: 0 !important;
    }

    .wordpress-index-index .featured-image img {
        top: 0;
    }

    .blog-home #post-list {
        margin: 0;
    }

    .wordpress-term-view h1 {
        margin-top: 25px !important;
        margin-bottom: 25px;
    }

    .post-view h3 {
        padding: 0 1em;
    }

    .main-container .post-view .std {
        padding: 20px 0 40px 0;
    }

    .featured-image img {
        max-width: 100%;
    }
}

.blog-title-logo-wrapper img {
    height: auto;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 370px;
}

.filters {
    text-align: center;
    margin: 0 0 16px 0;
}

a.blog-btn {
    display: inline-block;
    padding: 7px 9px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    /*transition: 0.5s;*/
    transition: all 0.1s;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 10px 0;
    margin-top: 0;
    font-size: 15px;
}

a.blog-btn.active {
    background-color: #eee;
}

@keyframes popup {
    0% {
        transform: scale(1) perspective(1px);
        background-color: #eee;
    }
    100% {
        transform: scale(1.04) perspective(1px);
    }
}

a.blog-btn:hover {
    background-color: #eee;
    animation: popup 0.2s;
    transform: scale(1.04) perspective(1px);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.blog-input {
    border: 1px solid #b7b7b7 !important;
    height: 45px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Brandon Grotesque Regular', "Raleway", sans-serif;
    font-size: 18px;
    padding-left: 20px;
    width: 100%;
}

.blog-selectbox-search {
    width: 300px;
}

.blog-search-input {
    padding-right: 40px;
}

.blog-search-icon {
    font-size: 24px;
    position: absolute;
    top: 10px;
    color: black;
    right: 10px;
}

.post-grid-item .featured-image {
    width: 100%;
    border: 0;
    text-align: center;
    padding-top: 0;
    margin-right: 0;
}

.post-grid-item.post-list-item h2 {
    max-width: 100%;
}

.post-grid-item.post-list-item .post-content {
    width: 100%;
    height: 90px;
}

.wordpress-index-index .post-content a, .wordpress-term-view .post-content a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.post-grid-item .read-more {
    text-align: center;
}

.post-grid-item .featured-image img {
    height: 250px;
}

.post-grid-item.post-list-item h2 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
}

.post-grid-item h2 a {
    font-size: 23px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
}

.post-grid-item .post-entry p {
    margin-bottom: 0;
    text-align: center !important;
}

.post-grid-item .post-entry-with-image {
    height: 390px;
}

img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
    padding: 0;
    border: 0;
    width: 100%;
}

figure.wp-block-image {
    margin: 0 auto;
    display: block;
}

figure.wp-block-image img {
    max-width: 100%;
}

h3, h3 .std strong, .std strong {
    font-family: "Raleway", sans-serif !important;
}

.wp-block-columns {
    display: flex;
}

.wp-block-column {
    padding: 20px;
    width: 100%;
}

.post-view hr {
    clear: both;
}

.wordpress-post-view .misc-post {
    margin-bottom: 0 !important;
}

.post-view .post-entry a {
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

.select2-selection.select2-selection--single:focus {
    outline: 0;
}

p.note-msg {
    text-align: center;
}

.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

@media (max-width: 768px) {
    span.product-price-before {
        font-size: 14px !important;
    }
    .product-price-now, .product-price-before {
        font-size: 17px !important;
    }
    .wordpress-index-index .post-list li.item, .wordpress-term-view .post-list li.item {
        width: 100%;
        padding: 0;
    }

    .wp-block-media-text {
        display: block;
    }

    .blog-title-logo-wrapper img {
        width: 80%;
    }
}

@media (max-width: 700px) {
    .related-products section {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .related-products section {
        width: 100%;
    }
    .wordpress-index-index .blog-pagination ul {
        padding: 0;
        text-align: center;
    }
    .wordpress-index-index .blog-pagination {
        margin: 2em 0em;
    }
}

@media (max-width: 375px) {
    .featured-image img, .post-grid-item .featured-image img {
        height: auto;
    }
    .post-grid-item .post-entry-with-image {
        height: 270px !important;
    }
}

.breadcrumbs {
    margin-top: 10px;
    margin-left: 5px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #707070;
    display: block;
    z-index: 99;
}

#blogRelaredProducts .slick-prev {
    z-index: 999;
    left: -2% !important;
    background: url(/skin/frontend/base/default/related_arrow_left.png) !important;
    background-repeat: no-repeat !important;
    height: 37px;
}

#blogRelaredProducts .slick-next {
    z-index: 999;
    right: -2% !important;
    background: url(/skin/frontend/base/default/related_arrow_right.png) !important;
    background-repeat: no-repeat !important;
    height: 37px;
}

@media (max-width: 992px) {
    #blogRelaredProducts .slick-prev {
        left: 2% !important;
    }
    #blogRelaredProducts .slick-next {
        right: 2% !important;
    }
}

#blogRelaredProducts .post-image img {
    margin: 0 auto;
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
    padding: 10px;
}

.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
    height: auto;
    transition: opacity 1s;
    opacity: 1;
}

.related-articles .meta, .related-articles h4 { padding: 0 1.5em; }