.topbox {
    background: linear-gradient(35deg,#435367 0%,#4a4e54 73%,#465256 100%);
    padding: 4em 0;
}

.block-heading {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0.3em 0;
}

.featurequote {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 2em;
    font-size: 22px;
    border-left: 6px solid #453F5E;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.block-text a {
    background: #ddd;
    padding: 6px 20px;
    margin: 10px 20px 10px 0;
    border-radius: 50px;
    color: #222222;
    font-weight: bold;
    display: inline-block;
}

span.block-text a:hover {
    background: #f6f6f6;
}

i.fas.fa-podcast {
    color: #9333CC;
}

i.fab.fa-spotify {
    color: #1ED860;
}

i.fab.fa-youtube {
    color: #FF0301;
}

.block-text {
    font-size: 20px;
    color: #fff;
}

.block-subhead {
    font-weight: bold;
    font-size: 22px;
    padding: 1em 0;
    color: #fff
}

.wp-grid {
    display: grid;
    grid-template-columns: auto 43%;
    padding: 1em 0;
}

.wp-block-text {
    grid-column: 1;
    align-self: center;
}

.wp-block-img {
    grid-column: 2;
    align-self: center;
}

@media screen and (max-width: 900px) {


    .wp-block-img {
        grid-column: 1;
        grid-row: 1;
    }

    .wp-block-text {
        grid-column: 1;
        grid-row: 2;
        padding-bottom: 3em;
    }

    .wp-grid {
        grid-template-columns: 100%;
    }
}

.block-title {
    font-size: 20px;
    color: #004b81;
    font-weight: bold;
    padding-top: 10px;
}

#wrapper main#main {
    padding: 0;
}

.featured-header {
    background: #f6f6f6;
}

.product-boxy {
    padding: 10px;
}

#main h1.featured-title {
    color: #004b81;
    font-size: 48px;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.featured-text {
    font-size: 24px;
    color: #000;
    max-width: 856px;
}

.main-title {
    font-weight: 700;
    font-size: 26px;
    padding: 0.3em 0;
}

.popular-posts article {
    display: flex;
    padding: 10px;
    align-items: center;
}

.popular-posts {
    max-width: 500px;
}

.popular-posts article img {
    padding-right: 10px;
}

.popular-title {
    font-weight: bold;
}

.main-image {
    max-width: 700px;
}

form.searchform.fusion-search-form.fusion-search-form-classic {
    margin: 1em 0 2em;
}

.searchform .fusion-search-form-content .fusion-search-field input.s {
    height: 50px;
    color: #000;
}

.searchform .fusion-search-form-content .fusion-search-field input.s::placeholder {
    color: #000;
    font-size: 16px;
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    height: 50px;
    width: 50px;
    background-color: #004b81;
}

.featured-slider .slide {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
 /* spacing between slides */
}

.main-image {
    flex: 2;
    margin-right: 30px;
 /* spacing between main and side images */
}

.side-images {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.side-image {
    flex: 1;
    margin-bottom: 30px;
    display: flex;
    max-height: 175px;
    align-items: center;
    max-width: 550px;
}

.side-image img {
    padding-right: 10px;
    max-width: unset;
}

.featured-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 40px;
    height: 40px;
    color: #004b81;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

.swiper-button-prev {
    left: -60px;
}

.swiper-button-next {
    right: -60px;
}

.slider-wrapper {
    display: flex;
    position: relative;
    align-items: center;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.horizontal-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    -ms-overflow-style: none;
 /* IE and Edge */
    scrollbar-width: none;
 /* Firefox */
    cursor: grab;
    margin: 1em 0;
}

.horizontal-scroll-wrapper:active {
    cursor: grabbing;
}

.horizontal-scroll-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.horizontal-scroll-list li {
    display: inline-block;
    margin-right: 20px;
    scroll-snap-align: start;
}

.horizontal-scroll-list li a {
    color: #000!important;;
    font-weight: 900;
    padding: 5px 10px;
    font-size: 22px
}

.horizontal-scroll-list li a:hover {
    color: #004b81;
}

.section-wrapper {
    display: flex;
}

.trending-posts {
    max-width: 900px;
    flex: 0 0 70%;
    box-sizing: border-box;
}

.trending-container {
    display: flex;
    flex-wrap: wrap;
}

.trending-container article {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: 420px;
}

.trending-container img {
    max-width: 100%;
    height: auto;
}

.trending-title {
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
}

.vetreview-posts .vet-reviewed-swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    position: relative;
}

.vetreview-posts .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 375px;
}

.vetreview-posts article {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 375px;
    transition: transform .2s;
    min-height: 516px;
}

.vetreview-posts article:hover {
    transform: scale(1.05);
}

.vetreview-posts article img {
    border-radius: 8px 8px 0 0;
    display: block;
    width: 100%;
    height: auto;
}

.vetreview-posts .swiper-button-next, .vetreview-posts .swiper-button-prev {
    color: #333;
}

.vetreview-posts .swiper-pagination-bullet {
    background: #333;
}

.vetreview-posts .popular-title {
    padding: 10px 20px;
    font-size: 20px;
}

.vetreview-posts .main-excerpt {
    padding: 10px 20px 20px;
}

.vet-reviewer {
    padding: 0 20px;
    color: #000;
}

.recent-posts article {
    display: flex;
    padding: 10px 30px 10px 0;
    width: 50%;
    align-items: center;
}

.recent-posts {
    flex-wrap: wrap;
    display: flex;
}

.recent-posts .main-excerpt {
    font-size: 16px;
}

.recent-posts article img {
    padding-right: 15px;
    max-width: unset;
}

.popular-posts article img {
    max-width: unset;
}

.recent-posts-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-top: 4em;
    margin-bottom: 1em;
}

#main .recent-posts-title h2 {
    margin-bottom: 0.3em;
    font-weight: bold;
}

.section-title {
    font-size: 27px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #333;
}

.mobile-excerpt {
    display: none;
}

.recent-posts-title h2 a {
    color: #000;
}

@media screen and (max-width: 1400px) {
    .main-image {
        max-width: 600px;
    }

    .side-image img {
        padding-right: 10px;
        max-width: unset;
        width: 210px
    }

    .side-images {
        display: block;
    }

    .popular-title,.vetreview-posts .popular-title {
        font-size: 16px;
    }

    .vetreview-posts {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .recent-posts article {
        width: 100%;
    }

    .desktop-excerpt {
        display: none;
    }

    .mobile-excerpt {
        display: block;
    }

    .side-image {
        font-size: 18px;
    }

    .trending-container article {
        padding-right: 20px;
    }

    .section-wrapper {
        display: block;
        padding-bottom: 2em;
    }

    .trending-posts {
        max-width: 100%;
    }

    .trending-container article {
        max-width: unset;
        padding: 15px;
    }

    .trending-container img {
        width: 100%;
    }

    .trending-title {
        font-size: 20px;
    }

    .trending-excerpt {
        font-size: 16px;
    }

    .popular-posts {
        max-width: unset;
    }

    .popular-container {
        display: flex;
        flex-wrap: wrap;
    }

    .popular-posts article {
        flex: 0 0 50%;
    }

    .trending-posts {
        margin-bottom: 2em;
    }

    .vetreview-posts .swiper-slide {
        padding: 5px;
    }

    .side-image img {
        width: 180px;
    }

    .main-image {
        max-width: 500px;
    }

    .featured-slider .slide {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1100px) {
    .side-image {
        max-width: 475px;
    }
}

@media screen and (max-width: 1050px) {
    .slider-wrapper {
        display: block;
    }

    .main-image {
        width: 100%;
        margin-bottom: 2em;
    }

    .featured-slider .slide {
        display: block;
    }

    .main-image {
        max-width: 100%;
    }

    .main-image img {
        width: 100%;
    }

    .side-image img {
        width: 250px;
    }

    .side-image h3 {
        font-size: 26px!important;
    }

    .side-image {
        max-width: unset;
        max-height: unset;
    }
}

@media screen and (max-width: 900px) {
    .desktop-excerpt {
        display: block;
    }

    .mobile-excerpt {
        display: none;
    }

    .popular-posts article {
        flex: 100%;
    }

    .popular-title {
        font-size: 18px;
    }

    .popular-posts article img {
        width: 150px;
    }

    .side-image h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .trending-container {
        display: block;
    }

    #main>.fusion-row {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .recent-posts article {
        flex-direction: column;
        margin-bottom: 1em;
    }

    .recent-posts article img {
        padding-right: 15px;
        width: 100%;
    }

    .recent-posts .popular-title {
        font-size: 22px;
        padding: 10px 0 0;
    }

    a.view-more {
        display: none;
    }

    .side-image img {
        width: 200px;
    }

    .side-image h3 {
        font-size: 22px!important;
    }
}

@media screen and (max-width: 480px) {
    .side-image img, .popular-posts article img {
        width: 125px;
    }

    .popular-title, .side-image h3 {
        font-size: 16px!important;
    }

    .vetreview-posts .swiper-slide {
        max-width: 325px;
        margin: 10px;
    }
}

.featured-slider {
    width: 100%;
    height: 100%;
}

div.vet-reviewed-swiper-container div.swiper-wrapper {
    padding-left: 7px!important;
}

        div.horizontal-scroll-wrapper {
            position: relative;
        }
        #scroll_right_btn {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }
        
        .vetreview-posts.vettalks article {
            background-color: unset;
            box-shadow: unset;
            min-height: 300px;
        }
 .topbox{background: linear-gradient(35deg, #435367 0%, #4a4e54 73%, #465256 100%)}       
        .promo-box {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    min-height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
}
.promo-box-container{padding: 10px 40px 10px 0;text-align: left;}
.promo-box-title{color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: proxima-nova,sans-serif;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 36px;}
.promo-box-text{color:#fff;font-size: 20px;margin-bottom:1em;}
.promo-link a {
    background: #00a2e8;
    padding: 6px 100px;
    margin: 10px 0;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
    text-decoration:none!important;
	letter-spacing: 2px;
}

span.promo-link a:hover {
    background: #f6f6f6;
}

.promo-link i.fas.fa-podcast {
    color: #9333CC;
}

.promo-link i.fab.fa-spotify {
    color: #1ED860;
}

.promo-link i.fab.fa-youtube {
    color: #FF0301;
}

.promo-box-img {
    min-width:350px;
}
.promo-badge {
    color: gold;
}

@media screen and (max-width: 800px) {
  .promo-box {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .promo-box-container{padding: 10px 5px;text-align: center;}
  .promo-box-text {
        padding: 15px 0 0;
    }
  .promo-box-title {
    letter-spacing: 1.5px;
    white-space: normal;
}
  .promo-box-container {
     order:2;
  }
  .promo-box-img {
     order:1;
     margin-bottom:1em;
  }
}  