﻿@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/lato.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fjalla-one.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.master-wrapper-content img {
    max-width: 100%;
    height: auto;
}

.home-page .topic-block {
    margin-top: 40px;
}

    .home-page .topic-block h1 {
        color: #003876;
        margin-bottom: 15px;
        text-align: left;
    }

.home-slider img {
    object-fit: cover;
    max-height: 446px;
    height: 100vh;
}

@media (max-width: 991px){
    .home-slider a:focus{
        color: #003876;
        text-decoration: underline; 
    }
}

.home-slider a:focus{
    border: 1px solid #fff;
    text-decoration: underline; 
}

.custom-nav .topic-block {
    text-align: left;
}

.light-theme .header-lower {
    background: #fff;
}

.topic-block-body {
    color: rgb(47, 47, 47);
}

.topic-block-body a:focus{
    text-decoration: underline;
}

.home-page .right-solution h2 {
    border: 1px solid #003876;
    border-radius: 8px;
    color: #003876;
    font: 24px / 30px Fjalla One;
    padding: 10px;
    text-transform: uppercase;
}

#DoItYourselfer span {
    color: #003876;
}

#PondManagement span {
    color: #824812;
}

#Distributor span {
    color: #39701e;
}

#Retailers span {
    color: #aa1919;
}

.solution a {
    display: block;
    transition: opacity 0.3s;
}

.home-page .solution a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.solution .title {
    display: block;
    margin: 8px 0 0;
    font-size: 18px;
}

.solution img {
    border-radius: 50%;
}

.right-solution .solution {
    margin-bottom: 15px;
}

.home-page .topic-block-body ul {
    list-style: disc;
    padding-left: 15px;
}

.home-page .topic-block-body li {
    margin-bottom: 8px;
}

.post-body p a {
    color: #003876;
}

.post-date span, .news-date span {
    color: #fff;
}

.custom-nav .child {
    padding: 3px 0;
}

.custom-nav .child + .child {
    border-top: 1px solid #777;
}

.custom-nav .date {
    display: block;
}

.custom-nav .item {
    margin: 10px 0;
}

.custom-nav .link {
    color: #003876;
    transition: color 0.3s;
}

.custom-nav .link:hover {
    color: #000;
}

.topic-page figure {
    text-align: center;
    clear: right;
    margin: 0 0 15px 15px;
}

.topic-page figure img {
    margin: 0 0 8px;
    display: block;
}

.topic-page h2 {
    font: 18px / 24px Fjalla One;
    margin-bottom: 8px;
}

.testimonial {
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
}

.testimonial table {
    margin: 10px 0;
}

.testimonial td {
    padding: 5px 0;
}

.testimonial .name {
    font-weight: bold;
}

h3.question {
    color: #003876;
    cursor: pointer;
    transition: color 0.3s;
}

h3.question:hover {
    color: #000;
}

h3.question:nth-child(n+3) {
    margin-top: 18px;
}

.topic-page .answer {
    display: none;
}

.locations-map {
    margin-bottom: 10px;
    padding-bottom: 50%;
}

.location-item {
    border-bottom: 1px solid #aaa;
    padding: 12px 0;
}

.location-item .map-marker {
    display: inline-block;
    vertical-align: top;
}

.location-item .location-info {
    display: inline-block;
    max-width: calc(100% - 30px);
    padding-left: 15px;
}

.checkout-page button[type="submit"] {
    color: #fff;
}

.manufacturer-description p a, .vendor-description p a, .topic-html-content p a, .custom-tab p a, .category-description p a, .product-details-page p a, .topic-page p a, .full-description a {
    color: #003876;
}

.item-box .picture img{
    position: relative;
}

.item-box .product-title a:focus{
    text-decoration: underline;
}

.fm-flex {
    display: flex;
    align-items: center;
}

.fm-flex a:last-child, .fm-flex p:last-child {
    flex-shrink: 0;
    padding-left: 20px;
    margin: 10px 0;
}

.fm-flex strong {
    font-weight: bold;
}

body {
    background: #f8f8f8;
}

@media (min-width: 992px) {
    .pull-right {
        float: right;
        margin: 0 0 15px 15px;
    }

    .topic-page h1 {
        margin-bottom: 15px;
    }

    .topic-page ul {
        padding-left: 15px;
    }

    .category-description p, .manufacturer-description p, .vendor-description p, .topic-html-content p, .topic-page p, .topic-page li, .custom-tab p {
        font: 16px / 24px Lato;
        margin-top: 0;
        text-transform: none;
    }

    .topic-page figure {
        float: right;
    }

    .home-slider .text {
        bottom: 20px;
        position: absolute;
        right: 50px;
    }

    .home-slider .white-transparent {
        background-color: rgba(255,255,255,.5);
        padding: 18px;
    }

    .home-slider .blue-outer {
        background-color: #003876;
        padding: 9px;
    }

    .home-slider .blue-inner {
        border: solid 1px #6e93bc;
        padding: 24px;
        width: 300px;
    }

    .home-slider h3 {
        color: #FFF;
        font-size: 24px / 30px Fjalla One;
        text-transform: uppercase;
        margin: 0;
    }

    .home-slider p {
        font-size: 12px / 18px Lato;
        color: #FFF;
        margin: 18px 0 0;
    }

    .home-slider p a {
        background-color: #3B5B81;
        color: #FFF;
        display: block;
        font: 16px / 22px Fjalla One;
        margin-top: 30px;
        padding: 10px 14px;
        text-transform: uppercase;
    }

    .category-picture-wrapper {
        margin: 0;
        padding-top: 36%;
    }
}

@media (min-width: 1201px) {
    .fm-two-col .center-2 {
        float: left;
    }

    .fm-two-col .side-2 {
        float: right;
        padding-left: 15px;
    }

    .home-page .news-items {
        display: flex;
        justify-content: space-between;
    }

    .home-page .news-item {
        clear: none;
        margin-left: 0;
        max-width: calc(33.3333% - 30px);
    }
}

.header-logo .logo:focus img{
    opacity: 0.8;
    border: 1px solid #003876;
}

.fm-header-menu li a:focus{
    text-decoration: underline;
}

.fm-header-menu li a:focus span{
    color: #003876;
}

input.search-box-button:focus{
    border: 1px solid #003876;
}

@media (min-width: 1201px){
    .header-links-box-top:hover, .header-links-box-bottom:hover{
        width: auto;
    }
}

.header-link-wrapper a{
    color: #595959;
    font-size: 14px;
    padding: 0 10px 0 30px;
}

.header-link-wrapper a:focus{
    border: 1px solid #003876;
    color: #003876;
}

#topcartlink a:focus{
    text-decoration: underline;
}

.rich-blog-homepage a.read-more:focus{
    border: 1px solid #fff;
    color: #fff;
    text-decoration: underline;
}

.rich-blog-homepage a.read-more:focus:before{
    color: #fff;
}

.rich-blog-homepage a.post-title:focus{
    color: #003876;
    text-decoration: underline;
}

.rich-blog-homepage .view-all a:focus{
    color: #003876;
    text-decoration: underline;
}

.news-item .news-text, .blog-posts .post-text {
    color: #595959;
}

.block .list li a{
    color: #595959;
}

.block .list li a:focus{
    color: #003876;
    text-decoration: underline;
}

.block .list .product-name:focus span{
    color: #003876;
    text-decoration: underline;
}

.block .list .year strong{
    color: #595959;
}

.block .tags li a{
    color: #595959;
}

.block .tags li a:focus{
    color: #003876;
    text-decoration: underline;
}

.light-theme .title-picture-wrapper h1 span{
    background: rgba(0, 56, 118, .1);
}

.category-description p{
    color: #595959;
}

.category-description a:focus{
    text-decoration: underline;
}

.product-selectors .compare-products-link a{
    color: #595959;
}

.breadcrumb li a{
    color: #595959;
}

.breadcrumb li a:focus{
    color: #003876;
    text-decoration: underline;
}

.breadcrumb li a:focus span{
    text-decoration: underline;
}

.breadcrumb li .delimiter{
    color: #595959;
}

.breadcrumb li .current-item, .breadcrumb li.active{
    color: #2c2c2c;
}

.sub-categories-wrapper .title a:focus{
    color: #003876;
    text-decoration: underline;
}

.product-selectors a:focus{
    border: 1px solid #003876;
    color: #003876;
}

.product-selectors select{
    color: #4A4A4A;
}

.product-selectors select:focus{
    border: 1px solid #003876;
}

.pager li a{
    color: #595959;
}

.pager li a:focus{
    border: 1px solid #003876;
    color: #003876;
}

.pager li a:focus::before{
    color: #003876;
}

.additional-details .label{
    color: #595959;
}

.overview .short-description{
    color: #595959;
}

.product-no-reviews a{
    color: #595959;
}

.product-no-reviews a:focus{
    color: #003876;
    text-decoration: underline;
}

.overview-buttons .ajax-cart-button-wrapper input:focus{
    text-decoration: underline;
    border: none;
}

.overview-buttons input:focus{
    border: 1px solid #003876;
}

.add-to-cart-qty-wrapper input{
    color: #4A4A4A;
}

.add-to-cart-qty-wrapper input:focus{
    border: 1px solid #003876;
}

.product-social-label{
    vertical-align: top;
}

.picture-thumbs-list button:focus{
    border: 1px solid #003876;
}

.picture-thumbs-list button:focus:before{
    color: #003876;
}

.picture-thumbs-list .picture-thumbs-item a:focus{
    border: 1px solid #003876;
}

.sevenspikes-cloudzoom-gallery .slick-dots button:focus{
    background-color: #003876; 
}

.product-social-sharing li a:focus{
    border: 1px solid #003876;
}

.product-social-sharing li a.twitter {
    text-align: -webkit-center;
    align-content: center;
}

.product-social-sharing .twitter:before {
    content: none !important;
}

.product-social-sharing li a:focus:before{
    color: #003876;
}

.full-description{
    color: #595959;
}

.full-description a:focus{
    color: #003876;
    text-decoration: underline;
}

.product-tags-list li{
    color: #595959;
}

.product-tags-list a:focus{
    color: #003876;
    text-decoration: underline;    
}

.fm-bootstrap input.btn-success, .fmStyle .search-panel .btn-success{
    background-color: #186329;
    border: none;
}

.fm-bootstrap input.btn-success:focus{
    background-color: #145222;
    color: #fff;
    text-decoration: underline;
}

.topic-page p a:focus{
    text-decoration: underline;
}

.topic-block-body .child a:focus{
    text-decoration: underline;
}

.related-pages a:focus{
    text-decoration: underline;
}

.topic-page a:focus img{
    border: 1px solid #003876;
    opacity: 0.8;
}

.question:focus{
    color: #000;
    text-decoration: underline;
}

.d-flex{
    display: flex;
    justify-content: space-around;
}

.choose-address select{
    color: #595959;
}

.choose-address select:focus{
    border: 1px solid #003876;
}

.inputs select{
    color: #595959;
}

.inputs input:focus{
    border: 1px solid #003876;
}

.ropc select:focus{
    border: 1px solid #003876;
}

.message-error, .required{
    color: #aa1919;
}

.checkout-page input, .checkout-page label, .checkout-page select{
    color: #595959;
}

.checkout-page input::placeholder, .checkout-page label::placeholder, .checkout-page select::placeholder{
    color: #595959;
}

.payment-info td, .payment-info .info select, .payment-details .payment-description{
    color: #595959;
}

.payment-info .info input:focus{
    border: 1px solid #003876;
}

.remove-product:focus{
    border: 1px solid #003876;
}

.cart-header-row th, .cart .unit-price, .cart .sku, .cart .quantity, .cart .vendor{
    color: #595959;
}

.cart td.quantity .qty-input{
    color: #595959;
}

.cart td.quantity .qty-input:focus{
    border: 1px solid #003876;
}

.coupon-code input.discount-coupon-code{
    color: #595959;
}

.coupon-code input.discount-coupon-code:focus{
    border: 1px solid #003876;
}

.coupon-code button:focus{
    border: 1px solid #003876;
    text-decoration: underline;
}

.cart-total .cart-total-right, .product-price{
    color: #595959;
}

.complete-button button:focus{
    text-decoration: underline;
}

.mini-shopping-cart .picture img{
    position: relative;
}

.mini-shopping-cart .name a:focus{
    color: #003876;
    text-decoration: underline;
}

.mini-shopping-cart .buttons input:focus{
    text-decoration: underline;
}

.mini-shopping-cart-item-close:focus{
    border: 1px solid #003876;
}

.mini-shopping-cart *, .mini-shopping-cart .count, .mini-shopping-cart .attributes, .mini-shopping-cart .quantity{
    color: #595959;
}

.mini-shopping-cart .price span, .mini-shopping-cart .totals strong{
    color: #003876;
}

.social-sharing  a.fm-icon-override::before {
    content: "\f368";
    font-family: "Font Awesome 5 Brands";
    color: rgb(0, 56, 118);
}

li.fm-icon {
    position: fixed;
    left: 65px;
    bottom: 2px;
    
}
li.fm-icon .fm-icon-override {
    border-color: rgb(0, 56, 118);
    border-radius: 50%;
    border-style: solid;
    background-color: rgb(0, 56, 118);
    pointer-events: none;
    
}
li.fm-icon .fm-icon-override::before {
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.social-sharing .twitter:before {
    content: url('/images/x-logo.svg');
    top: 30%;
    opacity: 1;
    transition: opacity 0.3s;
}

.social-sharing .twitter:hover::before {
    opacity: 0;
}

.social-sharing .twitter::after {
    content: url('/images/x-logo-hover.svg');
    top: 30%;
    opacity: 0;
    transition: opacity 0.3s;
    font-family: "venture-font";
    text-transform: none;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.social-sharing .twitter:hover::after {
    opacity: 1;
}

/*rich-blog-overrides*/
#rich-blog-search-form {
    position: relative;
}
#rich-blog-search-form .k-item {
    background: #fff;
    border: 1px inset #ccc;
    display: block;
    padding: 5px 8px;
}
.k-list-scroller {
    height: auto !important;
}
#rich-blog-searchterms-list {
    display: block !important;
    transform: none !important;
    position: relative !important;
}
.k-animation-container.blog-instant-search {
    display: block !important;
    overflow: visible !important;
    top: 100% !important;
}
.post-footer .read-more {
    display: inline-block;
    margin: 0 0 15px 40px;
}
.kb-search-link {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 8px;
}
.search-results-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
div.blogpost-page .post-date {
        margin-bottom: 15px;
}
