/* ----------------------------------------------------------------
	Single Post
-----------------------------------------------------------------*/

.single .entry-wrap {
    display: block;
    /*max-width: 880px !important;*/
    margin: auto;
    padding: 0 20px 20px !important;
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.post-template-default .entry-wrap .entry-content {
    max-width: 880px !important;
    margin: auto !important;
}

.post-top-title {
    max-width: 880px !important;
    margin: 40px auto 25px;
    padding: 0 15px;
    display: block !important;
}

.post-bottom-title {
    max-width: 880px !important;
    margin: 0px auto 0;
    padding: 0 25px;
    display: block !important;
}

.single .post-bottom-title {
    display: none !important
}

/* 
.category .post-top-title,
.category .post-bottom-title .p-meta,
.archive .post-top-title,
.archive .post-bottom-title .p-meta,
.blog .post-top-title,
.blog .post-bottom-title .p-meta,
.author .post-top-title,
.author .post-bottom-title .p-meta {
    display: none !important;
}
*/

.post-top-title .post-divider {
    display: block;
    max-width: 400px;
    height: 4px;
    margin: 0 auto 50px;
}

.post-top-title .post-divider.bottom {
    margin: 20px auto 0 !important;
}

.post-top-title p.p-meta {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 !important;
    text-transform: none !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    font-family: var(--bc-headline-secondary), Arial, Helvetica, sans-serif !important;
}

.post-top-title p.p-meta .custom-author a,
.category-meta p.p-meta .custom-author a {
    display: inline-block;
    margin: 0 4px 0 0;
    font-weight: 700 !important;
	color: #000 !important;
	text-decoration: underline !important;
}

.post-top-title p.p-meta .custom-author a,
.category-meta p.p-meta .custom-author a {
    
}

.post-top-title p.p-meta .custom-author a:hover,
.category-meta p.p-meta .custom-author a:hover {
    color: #000;
    text-decoration: underline;
}

.post-top-title p.p-meta .custom-author::after,
.category-meta p.p-meta .custom-author::after,
.post-top-title p.p-meta .custom-date::after {
    content: "|";
    font-weight: 400;
    margin-left: 8px;
    margin-right: 4px;
}

/* Visibility of Published and Update Dates for posts ------------- */

.post-top-title p.p-meta .custom-date.updated, 
.single-breed .post-top-title p.p-meta .custom-date.updated, 
.category-meta .custom-date.updated {
    display: inline-block !important;
}
.category-meta p.p-meta .custom-date::after {
    content: " " !important;
}

.x-entry-share {
    border: 0 !important;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    line-height: 1;
    text-align: center;
    display: block;
    max-width: 880px !important;
    margin: auto!important;
}

.x-entry-share p {
    margin: 8px 10px 0 0 !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: inline-block !important;
}

.x-entry-share .x-share-options {
    display: inline-block;
}

.x-entry-share a.x-share {
    display: inline-block;
    margin: 1px !important;
    width: 85px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}

@media (max-width: 766px) {
    .x-entry-share a.x-share {
        width: 34px;
    }
}

.x-entry-share a.x-share:hover {
    background: #0095f6 !important;
}

.entry-featured {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    margin-bottom: 40px;
}

.has-post-thumbnail .entry-featured {
    border-bottom: 0px !important;
}

.entry-caption {
    font-family: var(--bc-body), Arial, Helvetica, sans-serif !important;
    display: block;
    max-width: 440px;
    margin: 20px auto !important;
    padding: 0 10px;
    text-align: right;
    font-size: 1rem;
    color: rgb(var(--dark-gray));
    min-width: 100px !important;
    min-height: 20px !important;
    float: right !important;
    font-style: italic !important;	
}


.x-text.caption,
.x-text.caption p {
    display: block;
    max-width: 880px;
    margin: 20px auto !important;
    padding: 0 5px;
    font-size: 1rem !important;
    color: rgb(var(--medium-gray)) !important;
}

@media (max-width: 640px) {
    .entry-caption {
        text-align: center !important;
        float: none !important;
    }
}


/* Post Footer ------------- */

.post-footer {
    display: none !important;
}

body.single .post-footer {
    display: block !important;
    margin-bottom: 50px;
}

.post-footer .footer-post-divider {
    display: block;
    max-width: 400px;
    height: 4px;
    margin: 40px auto 0px !important;
}


/* Post Navigation ------------- */

.bottom-date {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 440px !important;
    text-align-last: center !important;
}

.bottom-date p.p-meta {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 !important;
    text-transform: none !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
}

@media (max-width: 640px) {
    .single .x-main.full {
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    .post-top-title p.p-meta .custom-author::after,
    .category-meta p.p-meta .custom-author::after {
        display: none;
    }
}


/* Related Posts By Category ------------- */

.bc-related-posts {
    display: block;
    width: 100% !important;
    max-width: 900px!important;
    margin: 0 auto 20px;
}

.bc-related-posts h2 {
    font-size: 4rem !important;
    line-height: 4.6rem !important;
    font-family: var(--bc-headline-primary), Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}

.bc-related-posts ul {
    margin: 0 !important;
    padding: 0 !important;
}

.bc-related-posts ul li {
    list-style: none !important;
    width: 33% !important;
    display: block !important;
    float: left !important;
    margin-bottom: 20px;
}

.bc-related-posts ul li .inner-padding {
    padding: 0px 15px!important;
}

.bc-related-posts h3.entry-title {
    display: flex !important;
    width: 100%;
    margin: 15px auto 10px !important;
    justify-content: center !important;
}

.bc-related-posts h3.entry-title a { 
    font-family: var(--bc-headline-primary), Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	min-height: 50px;
    font-size: 2.2rem !important;
}

.bc-related-posts h3.entry-title br {
    display: none !important;
}

.bc-related-posts ul li .featured-video-plus, 
.bc-related-posts ul li .featured-video-plus iframe {
    display: block !important;
    overflow: hidden !important;
    aspect-ratio: 16/9;
}

.bc-related-posts ul li .relatedthumb img {
    width: 100% !important;
    height: auto !important;
}

.bc-related-posts ul li .excerpt {
    display: block;
    text-align: center !important;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    margin-bottom: 15px;
}

.bc-related-posts ul li .category-meta {
    display: block !important;
}

.bc-related-posts .category-meta p.p-meta .custom-author::after {
    content: "";
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px;
}

.bc-related-posts ul li .category-meta-divider {
    display: block !important;
    background: rgba(var(--behome), 1);
}

.bc-related-posts .inner-padding .relatedthumb img {
    aspect-ratio: 5/3;
}

@media (max-width: 640px) {
    .bc-related-posts ul li {
        width: 100% !important;
    }

    .bc-related-posts ul li:first-child .inner-padding {
        border-top: 1px solid #000;
        padding-top: 15px!important;
    }  
    
    .bc-related-posts .inner-padding .relatedthumb img {
        width: 100%;
    }

    .bc-related-posts ul li .inner-padding {
        display: flex;
        border-bottom: 1px solid #000;
        margin: 0px 15px!important;
        padding: 0 0 15px 0!important;
    }
    .bc-related-posts .inner-padding .relatedthumb,
    .bc-related-posts .inner-padding .relatedcontent {
        flex: 1;  
        height: auto;
    }
    .bc-related-posts .inner-padding .relatedcontent h3 {
        margin: 0!important;
        font-weight: 700!important;
        font-size: 2.00rem!important;
        line-height: 2.25rem !important;
        text-align: left!important;
        margin-left: 10px!important;
        width: 90%;

    } 
    .bc-related-posts h3.entry-title {
        align-items: center !important;
        height: 110px !important;
    }
}       

/* =Featured Products 
******************************************************/

.b-featured-products-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0;
    width: 100% !important;
    max-width: 900px!important;
}

.b-featured-products--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 24px;
    color: #333
}

@media (min-width: 47.5rem) {
    .b-featured-products--item {
        margin-bottom: 30px;
        padding: 0 15px
    }
}

@media (max-width: 37.4375rem) {
    .b-featured-products--item:nth-child(3),
    .b-featured-products--item:nth-child(4) {
        margin-bottom: 0
    }
}

.b-featured-products--item:hover,
.b-featured-products--item:hover .b-featured-products--title {
    color: #128bed
}

.b-featured-products--thumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 160px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center
}

@media (min-width: 21.875rem) {
    .b-featured-products--thumb {
        height: 180px;
        padding: 20px
    }
}

.b-featured-products--thumb img {
    width: 90%;
    max-width: 160px;
    max-height: 160px
}

@media (min-width: 37.5rem) {
    .b-featured-products--thumb {
        height: 280px
    }
    .b-featured-products--thumb img {
        max-width: 200px;
        max-height: 200px
    }
}

.b-featured-products--info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px 20px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.b-featured-products--title {
    font-size: 2.4rem !important;
    font-weight: 700 !important; 
    text-align: center;
    line-height: 3rem !important;
    color: #000 !important;
    margin: 4rem 0 2rem!important;
    letter-spacing: -0.035em!important;
}

.b-featured-products--title:hover {
    color: rgb(var(--bechewy)) !important;
}


/* =Shopping Guide  *********/

.shopping-guide {
    z-index: 1;
    margin: 0px auto 30px auto;
    padding: 1px;
    font-size: 1em;
    background-color: transparent;
}

.shopping-guide>.x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((15px / 2) + 1px) * -1) calc(((30px / 2) + 1px) * -1);
}

.shopping-guide>.x-row-inner>* {
    flex-grow: 1;
    margin: calc(15px / 2) calc(15px / 2);
}

.product-card-col.x-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    overflow:hidden;
    border-color: rgba(0, 41, 87, 0.25);
    font-size: 1em;
    background-color: transparent;
}
/* *************************** */
/* NEW PRODUCT CARE SECTION */

#featured_products {
    max-width: 880px;
    margin: auto;
}

@media (max-width: 640px) {
    #featured_products .x-row-inner {
        padding: 20px;
    }
}    

.product-card-col.container-productcard {
    display: flex;
    align-items: center;
}

.product-card-col.container-productcard .child-left {
    color: #f8f8f8; 
    display: flex; 
    flex: 1;     
    align-items: center; 
    justify-content: center; 
    margin-right: 5px;
    min-height: 230px;
}

.product-card-col.container-productcard .button {
    background-color: #1c49c2;
    border-radius: 50px !important;
    border-color: #1c49c2;
    font-weight: bold;
    width: auto;
    padding: 10px 15px 8px;
    font-size: 14px;
    font-weight: bold!important;
}

.product-card-col.container-productcard .child-left img {
    padding: 10px 20px;  
}

.product-card-col.container-productcard .child-right {
    flex: 1;
    margin: 0 10px;
}

.product-card-col.container-productcard .child-right .x-text-content {
    font-weight: 700;
}

.product-card-col.container-productcard .x-text.price {
    margin: .25rem 0!important;
    font-size: 1.8em;
}

.product-card-col.container-productcard .x-text.x-text-headline {
    margin: 2.0rem 0!important;
   
}

.product-card-col.container-productcard .list-shipping-state i {
    font-size: 24px;
    color: #1b49c2;
    margin: -10px 0px 0px 2px;
}

.product-card-col.container-productcard .list-shipping-state {
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #1b49c2;
    margin-bottom: 15px;
    width: 170px;
}

.product-card-col.container-productcard .button-wrapper,
.product-card-col.container-productcard .temp-ofs {
    margin: 10px 0px;
}

.container-productcard .child-left .product-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    background: var(--chirp-static-gray1-900,#000);
    z-index: 2;
    opacity: .03;
}

@media (min-width: 767px) {
    .container-productcard.extend_num_1:nth-child(1) .child-left,
    .container-productcard.extend_num_3:nth-child(3) .child-left,
    .container-productcard.extend_num_5:nth-child(5) .child-left,
    .container-productcard.extend_num_7:nth-child(7) .child-left,
    .container-productcard.extend_num_9:nth-child(9) .child-left {
        flex: 0.307
    }

    .container-productcard.extend_num_1:nth-child(1) .child-left .product-card__overlay,
    .container-productcard.extend_num_3:nth-child(3) .child-left .product-card__overlay,
    .container-productcard.extend_num_5:nth-child(5) .child-left .product-card__overlay,
    .container-productcard.extend_num_7:nth-child(7) .child-left .product-card__overlay,
    .container-productcard.extend_num_9:nth-child(9) .child-left .product-card__overlay {
        width: 23.4%;
    }

    .container-productcard.extend_num_1:nth-child(1) .child-right,
    .container-productcard.extend_num_3:nth-child(3) .child-right,
    .container-productcard.extend_num_5:nth-child(5) .child-right,
    .container-productcard.extend_num_7:nth-child(7) .child-right,
    .container-productcard.extend_num_9:nth-child(9) .child-right { 
        display: flex;
    }

    .container-productcard.extend_num_1:nth-child(1) .child-right .list-shipping-state,
    .container-productcard.extend_num_3:nth-child(3) .child-right .list-shipping-state,
    .container-productcard.extend_num_5:nth-child(5) .child-right .list-shipping-state,
    .container-productcard.extend_num_7:nth-child(7) .child-right .list-shipping-state,
    .container-productcard.extend_num_9:nth-child(9) .child-right .list-shipping-state { 
        margin: 0 auto 15px auto;
        width: 170px;
    }

    .container-productcard.extend_num_1:nth-child(1) .child-right .x-text-headline,
    .container-productcard.extend_num_3:nth-child(3) .child-right .x-text-headline,
    .container-productcard.extend_num_5:nth-child(5) .child-right .x-text-headline,
    .container-productcard.extend_num_7:nth-child(7) .child-right .x-text-headline,
    .container-productcard.extend_num_9:nth-child(9) .child-right .x-text-headline {
        width: 40%;
    }

    .container-productcard.extend_num_1:nth-child(1) .child-right .pd-details,
    .container-productcard.extend_num_3:nth-child(3) .child-right .pd-details,
    .container-productcard.extend_num_5:nth-child(5) .child-right .pd-details,
    .container-productcard.extend_num_7:nth-child(7) .child-right .pd-details,
    .container-productcard.extend_num_9:nth-child(9) .child-right .pd-details {
        width: 35%;
        margin: auto 10px;
        text-align: center;
    }
    .container-productcard.extend_num_1:nth-child(1) .child-right .pd-details.center,
    .container-productcard.extend_num_3:nth-child(3) .child-right .pd-details.center,
    .container-productcard.extend_num_5:nth-child(5) .child-right .pd-details.center,
    .container-productcard.extend_num_7:nth-child(7) .child-right .pd-details.center,
    .container-productcard.extend_num_9:nth-child(9) .child-right .pd-details.center {
        text-align: center;
    }

    .container-productcard.extend_num_1:nth-child(1) .child-right .button-wrapper,
    .container-productcard.extend_num_3:nth-child(3) .child-right .button-wrapper,
    .container-productcard.extend_num_5:nth-child(5) .child-right .button-wrapper,
    .container-productcard.extend_num_7:nth-child(7) .child-right .button-wrapper,
    .container-productcard.extend_num_9:nth-child(9) .child-right .button-wrapper {
        width: 25%;
    }

    .container-productcard.extend_num_1:nth-child(1) .child-right .x-text-headline,
    .container-productcard.extend_num_3:nth-child(3) .child-right .x-text-headline,
    .container-productcard.extend_num_5:nth-child(5) .child-right .x-text-headline,
    .container-productcard.extend_num_7:nth-child(7) .child-right .x-text-headline,
    .container-productcard.extend_num_9:nth-child(9) .child-right .x-text-headline,

    .container-productcard.extend_num_1:nth-child(1) .child-right .button-wrapper,
    .container-productcard.extend_num_3:nth-child(3) .child-right .button-wrapper,
    .container-productcard.extend_num_5:nth-child(5) .child-right .button-wrapper,
    .container-productcard.extend_num_7:nth-child(7) .child-right .button-wrapper,
    .container-productcard.extend_num_9:nth-child(9) .child-right .button-wrapper {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .shopping-guide.col-3>.x-row-inner>* {
        flex-basis: calc(33.33% - 30px);
    }

    .shopping-guide.col-2>.x-row-inner>* {
        flex-basis: calc(50% - 30px);
    }
}
/* END OF NEW PRODUCT CARD SECTION */
/* *************************** */

.product-card-col>a.x-image {
    background-color: transparent;
}

.product-card-col>.x-text-headline {
    margin: 0em;
    padding: 0em;
    font-size: 1em;
    background-color: transparent;
}

.product-card-col>.price,
.product-card-col>.description {
    margin: .75em !important;
    padding: 0em;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    text-transform: none;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.product-card-col .x-text-content-text-primary {
    font-family: var(--bc-headline-primary), Arial, Helvetica, sans-serif !important;
    font-size: 2.4rem !important;
    line-height: 3rem !important;
    font-style: normal;
    font-weight: 700;
    text-transform: none; 
    color: rgba(0, 0, 0, 1);
    margin: 2rem 0 1rem !important;
    letter-spacing: -0.035em !important;
}

.product-card-col .x-btn.x-btn-global {
    background: rgba(var(--besmart), 1) !important;
}

.product-card-col .x-anchor {
    margin: 20px 0px 20px 0px;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
    font-size: 1em;
    background-color: rgb(132, 132, 132);
}

.product-card-col .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-card-col .x-anchor .x-anchor-text {
    margin: 5px 15px 5px 15px;
}

.product-card-col .x-anchor .x-anchor-text-primary {
    font-family: var(--bc-headline-secondary), Arial, Helvetica, sans-serif !important;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
}

.product-card-col .out-of-stock { 
    margin-bottom: 0px !important;
}


@media (max-width: 479.98px) {
    .shopping-guide>.x-row-inner>* {
        flex-basis: calc(100% - 30px);
    }
}

/* =Comments  *********/
#comments { 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0;
    width: 100% !important;
    max-width: 900px!important;
    padding: 15px;
}

#comments #respond, .h-comments-title, .x-comments-list { 
	width:100%;
}

#reply-title {
    text-align: center !important;
    font-size: 4rem !important;
    line-height: 4.6rem !important;
    margin: 4rem 0 2rem !important;
    letter-spacing: -0.035em !important;
}

.comment-form-author, .comment-form-email { 
    width: 49%;
    display: inline-block;
    float: left;
}

.comment-form-author {
    margin-right: 1% !important;
}

.comment-form-email {
    margin-left: 1% !important;
}

#comments [type="submit"] { 
	margin: 1em 0em 1em 0em;
    border-radius: 0.35em 0.35em 0.35em 0.35em;
    background-color: rgb(0,41,87);
	font-family: var(--bc-headline-secondary), Arial, Helvetica, sans-serif !important;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: rgb(255,255,255);
}

li.comment > article.comment { 
	margin-left:0px;
}

#wait_approval {
    width: 100%;
    text-align: center;
    background: #012a57;
    color: #fff;
    padding-top: 0px;
    padding: 10px;
}

#commentform span.required { 
    display:none;
}

@media (max-width: 37.4375rem) {
    .comment-form-author, .comment-form-email {
        width:100%;
        margin-left:0% important;
        margin-right:0% important;
    }
}

/* Admin Fixes */	
div.advads-edit-bar {	
    position: absolute;	
    height: 0;	
    display: block;	
}