/*
 Theme Name:   Schwarzer Hund
 Theme URI:    http://zele.bold-themes.com
 Description:  Custom theme for Schwarzer Hund.  Child theme of Zele.
 Author:       Zachary Coyne
 Author URI:   https://zacharycoyne.com
 Template:     zele
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  zele-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */



.devdomain #menu-item-43 {
    display: none !important;
}






/**
 * Header Menu.
 */
.mainHeader.gutter .port {
    max-width: 1200px;
}

body:not(.btStickyHeaderActive) .mainHeader {
    background-color: rgba(0,0,0,.2);
}







/**
 * Header Logo.
 */
XXX.body:not(.btStickyHeaderActive).btMenuHorizontal .menuPort nav > ul > li > a {
    padding-top: 35px;
    padding-bottom: 0;
    line-height: 50px;
}

body .bt-logo-area .logo > span {
    position: relative;
    display: inline-block;
    padding: 5px;
}

body .bt-logo-area .logo img {
    position: relative;
    width: 80px;
    height: auto;
}

body:not(.btStickyHeaderActive).btMenuHorizontal .bt-logo-area .logo img {
    width: 80px;
    height: 80px;
}

body.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .logo img {
    width: 45px;
    height: 45px;
    max-width: 45px;
    max-height: 45px;
}

body:not(.btMenuVerticalOn).btMenuVertical.btStickyHeaderActive .bt-logo-area .logo img {
    width: 45px !important;
    height: auto;
    max-width: 100%;
}

body:not(.btStickyHeaderActive):not(.btMenuVerticalOn).btMenuVertical .bt-logo-area .logo img {
    width: 65px;
    height: auto;
    max-width: 100%;
}


/* Slide-in Menu */
body.btMenuVertical.btMenuVerticalOn .bt-logo-area .logo {
    padding: 20px 0 10px 0;
}

body.btMenuVertical.btMenuVerticalOn .bt-logo-area .logo > span {
    padding: 0;
}

body.btMenuVertical.btMenuVerticalOn .bt-logo-area .logo img {
    width: 120px;
    height: auto;
    max-width: 100%;
}

/* HIDE TOP BAR MENU ON DESKTOP *** TODO: May want to add it back in later to bring in phone to desktop header. */
body:not(.btMenuVertical) .mainHeader .topBar,
body:not(.btMenuVerticalOn) .mainHeader .topBar {
    display: none !important;
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools.btTopToolsRight {
    padding-top: 3em;
}

.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder::before {
    font-size: 20px;
    color: #b67f41;
    opacity: 1;
}

.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
    font-size: 14px;
    color: #fff;
    opacity: 1;
}

/* Desktop Menu: Colors */
.btMenuHorizontal:not(.home):not(.btStickyHeaderActive) .menuPort nav > ul > li > a:hover {
    color: #fff;
}

/* Mobile Menu: Colors */
.btMenuVertical.btMenuVerticalOn .menuPort nav ul.sub-menu li a {
    color: #b67f41;
    color: #e6ae70;
    color: #aeaeae;
}

.btMenuVertical.btMenuVerticalOn .menuPort nav ul.sub-menu li a:active,
.btMenuVertical.btMenuVerticalOn .menuPort nav ul.sub-menu li a:focus {
    color: #b67f41;
}

.btMenuVertical.btMenuVerticalOn .menuPort nav .subToggler:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    content: "";
}







/**
 * Homepage: Header Image.
 */
/****/
.home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    background-image: url("images/home/background-only.jpg") !important;
    background-image: url("images/background-5-sm-768h-extended-3.png") !important;
    background-image: url("images/home/background-5-scaled-opt.jpg") !important;
    background-size: cover !important;
}


@media screen and (min-width: 1420px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-image: url("images/home/background-5-scaled-extended-opt.jpg") !important;
        background-size: auto 100% !important;
        background-color: #241c14 !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-position-x: calc(100% + 100px);
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag,
    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag .bt_bb_headline_content {
        font-size: 2rem !important;
        padding-top: 1em;
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_column.col-xl-12 .bt_bb_text {
        width: calc(100% - 50px) !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_column.col-xl-12 .bt_bb_text {
        width: calc(100% - 100px) !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 820px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-position-x: calc(100% + 150px);
    }
}

@media screen and (min-width: 600px) and (max-width: 720px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-position-x: calc(100% + 230px);
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_column.col-xl-12 .bt_bb_text {
        width: 80% !important;
    }
}

@media screen and (max-width: 600px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-image: url("images/home/background-mobile-opt.jpg") !important;
        background-size: auto 100% !important;
        background-color: #241c14 !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child {
        padding-bottom: 200px !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-size: cover !important;
        background-position: bottom center !important;
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag,
    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag .bt_bb_headline_content {
        font-size: 1.75rem !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button {
        padding: 0 !important;
        line-height: 2 !important;
        margin-top: 6px !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_text + .bt_bb_separator {
        display: none !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button > .bt_bb_link {
        padding: 5px 0 !important;
        line-height: 2 !important;
        background: none !important;
        box-shadow: none !important;
        min-height: 25px !important;
        color: #fff !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button > .bt_bb_link > .bt_bb_button_text {
        position: relative;
        font-weight: bold;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button > .bt_bb_link > .bt_bb_button_text:after {
        padding-left: 8px;
        font-size: 1.35em;
        content: "\203A"
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button + .bt_bb_separator {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {

    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag,
    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag .bt_bb_headline_content {
        font-size: 1.5rem !important;
    }
}


/********
.home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after {
    position: absolute;
    bottom: 0;
    height: 584px;
    width: 500px;
    right: 50%;
    margin-right: -600px;
    background: url("images/home/jack-cropped-1x.png") bottom center no-repeat !important;
    background-size: contain !important;
    content: "";
}


@media screen and (min-width: 1400px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-image: url("images/home/background-only-extended.jpg") !important;
        background-color: #241c14 !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after {
        background-image: url("images/home/jack-cropped-2x.png") !important;
        background-image: url("images/home/jack-cropped-1.5x.png") !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 950px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after {
        margin-right: -520px;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder:after {
        height: 584px;
        width: 500px;
        right: 50%;
        margin-right: -470px;
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag,
    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag .bt_bb_headline_content {
        font-size: 2rem !important;
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_column.col-xl-12 .bt_bb_text {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child {
        padding-bottom: 200px !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
        background-size: cover !important;
        background-position-x: 32% !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder::after {
        height: 400px;
        width: 100%;
        right: 0;
        margin-right: 0;
        background-position: bottom center !important;
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag,
    .home .bt-content > .bt_bb_wrapper > section:first-child h1.bt_bb_headline_tag .bt_bb_headline_content {
        font-size: 1.5rem !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button {
        padding: 0 !important;
        line-height: 2 !important;
        margin-top: 6px !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_text + .bt_bb_separator {
        display: none !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button > .bt_bb_link {
        padding: 5px 0 !important;
        line-height: 2 !important;
        background: none !important;
        box-shadow: none !important;
        min-height: 25px !important;
        color: #fff !important;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button > .bt_bb_link > .bt_bb_button_text {
        position: relative;
        font-weight: bold;
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button > .bt_bb_link > .bt_bb_button_text:after {
        padding-left: 8px;
        font-size: 1.35em;
        content: "\203A"
    }

    .home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_button + .bt_bb_separator {
        display: none !important;
    }
}
/********/

.page-000-home-001 .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:not(:hover):not(:focus),
.home .bt-content > .bt_bb_wrapper > .bt_bb_section:first-child .bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:not(:hover):not(:focus) {
    background-color: rgba(0,0,0,.2);
}

.home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_button .bt_bb_link {
    text-align: center;
}

@media screen and (max-width: 768px) {

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_headline h1.bt_bb_headline_tag .bt_bb_headline_content {
        padding-top: 10px;
        font-size: 2.25rem;
        font-weight: 800;
    }

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_headline h1.bt_bb_headline_tag .bt_bb_headline_content {
        padding-top: 10px;
        font-size: 2rem;
        font-weight: 800;
    }
}

@media screen and (max-width: 370px) {

    .home .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_headline h1.bt_bb_headline_tag .bt_bb_headline_content {
        padding-top: 10px;
        font-size: 1.75rem;
        font-weight: 800;
    }
}








/**
 * Homepage.
 */
.sh_quote .bt_bb_row {
    background-color: transparent;
}

.sh_quote .bt_bb_row .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.sh_quote .bt_bb_testimonial .bt_bb_headline {
    margin-top: 1.5em;
    font-style: italic;
}

.sh_quote .bt_bb_testimonial .bt_bb_testimonial_name {
    margin-top: 1.5em;
}

.sh_quote .bt_bb_row_wrapper {
    position: relative;
    z-index: 0;
}

.sh_quote .bt_bb_row_wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    max-height: 300px;
    background-image: url("images/quote_sign_gray.png");
    background-image: url("images/quote_sign_light_gray.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    z-index: -1;
    content: "";
}

@media (max-width: 992px) {

    .home .bt_bb_testimonial {
        display: flex !important;
    }
}

@media (max-width: 600px) {

    .home .bt_bb_testimonial {
        display: block !important;
        padding: 0 20px;
    }

    .home .bt_bb_testimonial .bt_bb_testimonial_image {
        text-align: center;
    }

    .home .bt_bb_testimonial .bt_bb_testimonial_image .bt_bb_image {
        display: inline-block;
    }

    .home .bt_bb_testimonial .bt_bb_testimonial_text .bt_bb_headline.bt_bb_size_medium h4 {
        font-size: 1.375rem;
            font-size: 1.675rem;
    }

    .sh_quote .bt_bb_row_wrapper:after {
        display: none;
        background: none;
        content: unset;
    }

    .home .bt_bb_testimonial .bt_bb_testimonial_text {
        position: relative;
        padding-top: 10px;
        z-index: 0;
    }

    .home .bt_bb_testimonial .bt_bb_testimonial_text:after {
        position: absolute;
        top: 10px;
        right: 0;
        height: 100%;
        width: 50%;
        max-height: 300px;
        background-image: url("images/quote_sign_gray.png");
        background-image: url("images/quote_sign_light_gray.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
        z-index: -1;
        content: "";
    }

    XXX.home .bt_bb_testimonial .bt_bb_testimonial_image .bt_bb_image img {
        display: block;
        margin: 0;
        line-height: 0;
        max-width: 100%;
        height: auto;
        max-height: 160px;
        width: auto;
    }

    .home section.sh_homepageQuote > .bt_bb_port {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .home section.sh_homepageQuote .bt_bb_testimonial_image {
        margin-bottom: 30px !important;
    }

    .home .sh_testimonial blockquote,
    .home .sh_testimonial blockquote p {
        font-size: 16px !important;
    }
}



/***/
.bt_bb_section.bt_bb_color_scheme_13 {
    --section-secondary-color: #e6e6e6 !important;
    --section-secondary-color: #ececec !important;
    --section-secondary-color: #f6f8fa !important;
}
/***/


/* Homepage: Client Photos */
.sh_clientPhotosHomeGrid .bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 10px;
}

.sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_item_inner,
.sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image,
.sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    width: 100%;
}

@media screen and (min-width: 1000px) {

    .sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
        height: 330px;
        height: 43vh;
        max-height: 330px;
    }

    .sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
        height: 670px;
        height: calc(86vh + 10px);
        max-height: 670px;
    }

    .sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }

    /* Custom "Background" Position Based on Actual Images. */
    .sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(2) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
        object-position: top;
    }

    .sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image::after,
    .sh_clientPhotosHomeGrid .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image::before {
        display: none !important;
    }
}


/* Homepage: Testimonials */
.home .sh_testimonial {
    background: #fff;
    padding: 20px 20px 0 20px;
        padding: 20px 20px 60px 20px;
        padding: 20px 20px 50px 20px;
        padding: 15px 10px 50px 0px;
    margin: 40px auto 70px auto;
        margin: 30px auto 0px auto;
}

.home .sh_testimonial:last-child {
    margin-bottom: 0;
}

.home .sh_testimonial blockquote {
    position: relative;
    z-index: 0;

    background: #fff;
    line-height: 1.5;

    font-size: 1.1275rem;
    font-weight: 600;

    font-size: 1.325rem;
    font-weight: 700;

    font-size: 18px;
    font-weight: normal;
}

.home .sh_testimonial blockquote::before {
    content: "\e900";
    font-family: Quotes;
    display: block;
    font-size: 5em;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: -29px;
    left: auto;
    color: rgba(0,0,0,.065);
        color: rgba(246, 248, 250, 1);
    z-index: -1;
}

.home .sh_testimonialAuthor {
    position: relative;
    display: block;
    font-weight: 800;
    color: #b67f41;
    padding-left: 10px;
    padding-top: 15px;
}

.home .sh_testimonialAuthor:before {
    position: absolute;
    left: auto;
    right: calc(100%);
    content: "– ";
    content: "— ";
}

.home .sh_testimonialDate {
    position: relative;
    display: block;
    font-weight: 800;
    color: #121212;
    padding-left: 10px;
}


/* Homepage: Purchase Info Section */
.bt_bb_service {
    position: relative;
    cursor: pointer;
}

.bt_bb_service .bt_bb_service_content_title a {
    display: block;
}

.bt_bb_service .bt_bb_service_content_title a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    z-index: 0;
}

@media (max-width: 768px) {

    .home .sh_dogBackgroundColumn {
        height: 375px;
    }

    .home .sh_sectionOurDogs .sh_dogBackgroundColumn {
        background-position: 0 10%;
    }

    .home .bt_bb_column.col-md-12 {

    }

    .home .bt_bb_column_inner.col-md-12 {

    }
}

@media (max-width: 400px) {

    .home .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home .bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
        padding-bottom: 70px;
    }

    .home .bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
        padding-top: 70px;
    }


    .home .sh_testimonialsWrap {
        margin: 0 0px;
    }

    .home .sh_testimonial {
        padding: 10px 0px 30px 0px;
    }

    .home .sh_testimonial blockquote {
        padding: 0;
    }

    .home .sh_testimonial blockquote::before {
        top: -5px;
        right: -10px;
    }

}






/**
 * Typography.
 */
.sh_customSmallHeadings_1 h3,
h3.sh_customSmallHeadings_1,
h4.sh_customSmallHeadings_1,
h5.sh_customSmallHeadings_1,
h6.sh_customSmallHeadings_1 {
    padding: 0;
    margin: 0 0 1em;
    font-weight: 600;
    color: #b67f41;
    color: #000;
    font-size: inherit;
    line-height: inherit;
}

.sh_customSmallHeadings_2 h3,
h3.sh_customSmallHeadings_2,
h4.sh_customSmallHeadings_2,
h5.sh_customSmallHeadings_2,
h6.sh_customSmallHeadings_2 {
    padding: 0;
    margin: 1.5em 0 .65em 0;
    font-weight: bold;
    color: #b67f41;
    color: #000;
    font-size: 1.25em;
    line-height: inherit;
}








/**
 * Pages: Headers.
 */
body.page:not(.home) section:first-child .bt_bb_headline h1.bt_bb_headline_tag .bt_bb_headline_content {
    font-size: 4rem;
    font-weight: 800;
}








/**
 * Page: Puppies for Sale.
 */
.page-puppies-for-sale .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper {
    background-color: #000 !important;
}

.page-puppies-for-sale .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    opacity: .85 !important;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row.bt_bb_column_gap_40 {
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row.bt_bb_column_gap_35 {
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row.bt_bb_column_gap_30 {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row .bt_bb_column {
    margin-bottom: 80px;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper:last-child .bt_bb_row:last-child  .bt_bb_column  {
    margin-bottom: 0;
}

@media screen and (max-width: 780.99px) {

    .sh_puppiesForSaleWrapper .bt_bb_row_wrapper:last-child .bt_bb_row:last-child .bt_bb_column:not(:last-child) {
        margin-bottom: 80px;
    }
}

.page-puppies-for-sale .bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
    background-color: #f6f8fa !important;
    background-color: #fff !important;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content::after {
    margin-top: .2em;
    margin-bottom: .8em;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row .bt_bb_column p strong {
    font-weight: 500;
}

.sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row .bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 30px;
}








/**
 * Page: Litters
 */
.sh_reservationDetailsBox {
    padding: 40px 50px;
    background: #fff6ec;
    border: 1px solid #b67f41;
    color: #000;
}


@media screen and (max-width: 993px) {

    .page-litters .bt_bb_column_inner:not(:last-child) .bt_bb_image {
        margin-bottom: 30px;
    }
}








/**
 * Page: Client Testimonials.
 */
.page-client-testimonials .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper {
    background-color: #000 !important;
}

.page-client-testimonials .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    opacity: .8 !important;
}

.sh_testimonialsWrap {

}

.sh_testimonial {
    background: #fff;
    padding: 20px 50px 30px 40px;
        padding: 30px 60px 40px 55px;
    margin-bottom: 50px;
}

.sh_testimonial blockquote {
    background: #fff;
    font-size: 1.325rem;
    line-height: 1.5;
    font-weight: 700;
}

.sh_testimonial blockquote::before {
    content: "\e900";
    font-family: Quotes;
    display: block;
    font-size: 3em;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: -10px;
        top: 5px;
        left: -17px;
    right: 0;
    color: rgba(0,0,0,.075);
}

.sh_testimonialAuthor {
    position: relative;
    display: block;
    font-weight: 800;
    color: #b67f41;
    padding-left: 10px;
}

.sh_testimonialAuthor:before {
    position: absolute;
    left: auto;
    right: calc(100%);
    content: "– ";
    content: "— ";
}

.sh_testimonialDate {
    position: relative;
    display: block;
    padding-left: 10px;
}








/**
 * Page: Our Dogs.
 */
.page-our-dogs p:empty {
    display: none !important;
}

.sh_dogSection .bt_bb_cell_inner:first-child > .bt_bb_row_wrapper:first-child > .bt_bb_row:first-child > .bt_bb_column:first-child {
    padding: 60px 0 70px 0;
}

.sh_dogSection header.bt_bb_headline {
    padding-bottom: 40px;
}

.sh_dogDescription {
    padding-bottom: 55px;
}

.sh_dogSection .bt_bb_image.bt_bb_shape_square {
    width: 100%;
}

.sh_dogSection img {
    width: 100%;
    height: auto;
}

.sh_dogSection .bt_bb_row {
    margin: 0 0;
}

.sh_dogSection .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
}

.sh_dogSection > .bt_bb_port > .bt_bb_cell {
    width: 1140px;
    max-width: calc(100% - 20px);
}

.sh_dogSection:last-child {
    padding-bottom: 20px;
}

.sh_dogAdditionalPhotos {
    display: flex;
    width: 100%;
    padding-top: 40px;
    font-size: 0;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.sh_dogAdditionalPhotos > .sh_dogAdditionalPhoto,
.sh_dogAdditionalPhotos > .sh_dogAdditionalPhoto.bt_bb_image.bt_bb_shape_square {
    width: calc(33.33% - 20px);
    min-width: 200px;
    flex-grow: 0;
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 993px) {

    .page-our-dogs .bt_bb_column_inner:not(:last-child) .bt_bb_image {
        margin-bottom: 30px;
    }

    .sh_dogAdditionalPhotos {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .sh_dogAdditionalPhotos > .sh_dogAdditionalPhoto {
        width: 100% !important;
    }
}







/**
 * Page: Client Photos
 */
.page-client-photos .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper {
    background-color: #000 !important;
}

.page-client-photos .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    opacity: .85 !important;
}

.page-client-photos .bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 10px;
}

.page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_item_inner,
.page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image,
.page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    width: 100%;
}

@media screen and (min-width: 1000px) {

    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
        height: 330px;
        height: 45vh;
    }

    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
        height: 670px;
        height: calc(90vh + 10px);
    }

    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
        grid-column: auto/span 2;
        grid-row: auto/span 1;
    }

    /* Custom "Background" Position Based on Actual Images. */
    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(4) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img,
    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(10) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img,
    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(19) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img,
    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(20) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img,
    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(24) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
        object-position: top;
    }

    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(25) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
        object-position: 70% 0;
    }

    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:nth-child(31) .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
        object-position: 70% 0;
    }

    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image::after,
    .page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image::before {
        display: none !important;
    }
}

.page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image {
    overflow: hidden;
}

.page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    transition: all .2s ease-out;
}

.page-client-photos .bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    transform: scale(1.06);
}


/* Hide title unless actual image titles are typed in later. */
.page-client-photos .mfp-title {
    display: none !important;
}

.page-client-photos button.mfp-arrow::after {
  content: "\e901";
  font-family: Quotes;
  font-size: 3.5rem;
  width: auto;
  height: auto;
  border: none;
  padding: 1em 0;
  margin-top: -.5em;
  top: 0;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 900;
    margin-left: 31px;
}

.page-client-photos button.mfp-arrow.mfp-arrow-right::after {
    left: auto;
    right: 0;
    margin-right: 31px;
}

.page-client-photos button.mfp-arrow.mfp-arrow-left::after {
    content: "\f053";
}

.page-client-photos .mfp-container {
    background: rgba(0,0,0,.9);
}

.page-client-photos .sh_clientPhotosWrap {

}








/**
 * Page: About Us.
 */
.page-about-us .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper {
    background-color: #000 !important;
}

.page-about-us .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    opacity: .65 !important;
}








/**
 * Page: Contact Us.
 */
.page-contact-us .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper {
    background-color: #1d1e21 !important;
}

.page-contact-us .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    opacity: .75 !important;
}

@media screen and (max-width: 993px) {

    .page-contact-us section:nth-child(2) .bt_bb_column.bt_bb_column_background_image:first-child {
        min-height: 400px;
        order: 2;
    }
}








/**
 * Page: Adoption.
 */
.page-adoption .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper {
    background-color: #000 !important;
}

.page-adoption .bt-content > .bt_bb_wrapper > section:first-child .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    opacity: .75 !important;
}








/**
 * Page: Training
 */
@media screen and (max-width: 993px) {

    .page-training section:nth-child(2) .bt_bb_column.bt_bb_column_background_image:last-child {
        min-height: 400px;
        order: 2;
    }
}








/**
 * Page: 404.
 */
body.error404 .bt-content .bt-error-page .bt_bb_headline {
    color: #fff !important;
}






/**
 * Elements: Buttons.
 */
body .bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a {
    box-shadow: 0 0 0 1px #000 inset;
    background-color: #000;
    color: #fff;
}

body .bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:hover,
body .bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_outline a:focus {
    box-shadow: 0 0 0 1px #000 inset, 0 0 0 4em #ffffff inset;
    color: #000;
}








/**
 * Footer.
 */
.bt-site-footer footer,
.bt-site-footer footer > section {
    background: #000 !important;
    background: #0e0e0e !important;
    color: #fff !important;
}

.sh_mainFooterSection .bt_bb_icon .bt_bb_icon_holder span {
    font-size: 15px !important;
}

.sh_mainFooterSection {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.sh_mainFooterSection:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1150px;
    width: 1400px;
    height: 100%;
    background: transparent url('images/logo-black-transparent.png') center center no-repeat;
    background-size: 90%;
    opacity: .25;
        opacity: .56;
    z-index: -1;
    content: "";
}

@media (max-width: 768px) {

    .sh_mainFooterSection:after {
        margin-left: -700px;
        background-size: 50%;
    }

}







/**
 * Responsive: Site Wide.
 */
@media (max-width: 768px) {

    .bt_bb_wrapper > section.bt_bb_layout_boxed_1100.bt_bb_color_scheme_13.bt_bb_top_spacing_95 > .bt_bb_port {
        padding-top: 15px !important;
    }

    .bt_bb_wrapper > section.bt_bb_layout_boxed_1100.bt_bb_color_scheme_13.bt_bb_bottom_spacing_95 > .bt_bb_port {
        padding-bottom: 15px !important;
    }


    .bt_bb_wrapper > section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_top_spacing_95 > .bt_bb_port {
        padding-top: 15px !important;
    }

    .bt_bb_wrapper > section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_bottom_spacing_95 > .bt_bb_port {
        padding-bottom: 15px !important;
    }


    .bt_bb_wrapper > section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_top_spacing_75 > .bt_bb_port {
        padding-top: 15px !important;
    }

    .bt_bb_wrapper > section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_bottom_spacing_75 > .bt_bb_port {
        padding-bottom: 15px !important;
    }

    /* Our Dogs */
    .sh_dogSection.bt_bb_color_scheme_13.bt_bb_top_spacing_75 > .bt_bb_port {
        padding-top: 15px !important;
    }

    .sh_dogSection.bt_bb_color_scheme_13.bt_bb_bottom_spacing_75 > .bt_bb_port {
        padding-bottom: 40px !important;
    }

    .sh_dogSection .bt_bb_cell_inner:first-child > .bt_bb_row_wrapper:first-child > .bt_bb_row:first-child > .bt_bb_column:first-child {
        padding: 30px 0 0 0;
    }

    .sh_dogSection .bt_bb_row.bt_bb_color_scheme_2 {
        padding: 0 10px;
    }

    .sh_dogSection .bt_bb_size_medium.bt_bb_headline h3.bt_bb_headline_tag {
        font-size: 1.5rem;
    }

    /* Litters Page */
    .page-litters .bt_bb_size_medium.bt_bb_headline h4.bt_bb_headline_tag {
        font-size: 1.5rem;
    }

    .page-litters .bt_bb_wrapper > section#new-litters.bt_bb_section.bt_bb_color_scheme_13 > .bt_bb_port {
        padding-top: 35px !important;
        padding-bottom: 50px !important;
    }

    .page-litters .bt_bb_wrapper > section#new-litters .bt_bb_size_large.bt_bb_headline h2 {
        font-size: 2.5rem !important;
    }

    .page-litters .bt_bb_size_normal.bt_bb_headline h3 {
        font-size: 2.25rem !important;
    }

    .page-litters section.bt_bb_color_scheme_13 .bt_bb_separator.bt_bb_top_spacing_80 {
        margin-top: 60px !important;
    }

    .page-litters section.bt_bb_color_scheme_13 .bt_bb_separator.bt_bb_bottom_spacing_80 {
        margin-bottom: 60px !important;
    }

    /* Puppies for Sale Page */
    .sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row .bt_bb_column {
        margin-bottom: 50px;
    }

    .sh_puppiesForSaleWrapper .bt_bb_row_wrapper .bt_bb_row .bt_bb_column {
        margin-bottom: 50px;
    }

    .page-puppies-for-sale .sh_puppiesForSaleWrapper .bt_bb_row_wrapper:last-child .bt_bb_row:last-child .bt_bb_column:last-child .bt_bb_separator.bt_bb_top_spacing_25:last-child {
        margin-top: 0;
    }

    .sh_puppiesForSaleWrapper .bt_bb_column_content_inner {
        background: #fff;
    }

    .page-puppies-for-sale .bt_bb_video {
        margin: 0 -10px;
    }

    .page-puppies-for-sale section:last-child .bt_bb_separator.bt_bb_top_spacing_80:last-child {
        margin-top: 30px;
    }

    /* Dogs for Sale Page */
    .page-dogs-for-sale .bt_bb_size_normal.bt_bb_headline h3 {
        font-size: 2.25rem !important;
    }

    .page-dogs-for-sale section.bt_bb_section.bt_bb_color_scheme_2.bt_bb_layout_boxed_1100 {
        background-color: #f6f8fa;
    }

    .page-dogs-for-sale section.bt_bb_section.bt_bb_color_scheme_2.bt_bb_layout_boxed_1100:nth-child(4) > .bt_bb_port {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 768px) {

    /* Buttons */
    .bt_bb_button .bt_bb_button_text {
        line-height: .8;
            line-height: 1.1;
    }

    .bt_bb_button.bt_bb_size_normal > a.bt_bb_link {
        padding: 1.267em 2em;
            padding: 1.1em 1.75em;
    }

    /* Page Headers */
    body.page:not(.home) section:first-child .bt_bb_headline h1.bt_bb_headline_tag {
        padding-top: 10px;
    }

    body.page:not(.home) section:first-child .bt_bb_headline h1.bt_bb_headline_tag .bt_bb_headline_content {
        font-size: 2.75rem;
        font-weight: 800;
    }

    /* Page Primary Headings (After Header Section w/h1) */
    body:not(.home) section:nth-child(2) h2.bt_bb_headline_tag {
        font-size: 1.75rem;
    }

    /* Page Padded Sections */
    section.bt_bb_section.bt_bb_color_scheme_2.bt_bb_layout_boxed_1100 .bt_bb_row.bt_bb_color_scheme_2 .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content,
    section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_layout_boxed_1100 .bt_bb_row.bt_bb_color_scheme_2 .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sh_dogSection .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Misc. */
    .sh_reservationDetailsBox {
        padding: 30px;
    }

    .sh_testimonial {
        padding: 10px 20px 20px 20px;
    }

    .sh_testimonial blockquote {
        position: relative;
        font-size: 1rem;
        line-height: 1.5;
        z-index: 0;
    }

    .sh_testimonial blockquote::before {
        top: 10px;
        left: auto;
        right: 0;
        font-size: 5em;
        color: rgba(0,0,0,.05);
            color: rgb(246, 248, 250);
        z-index: -1;
    }

    .sh_testimonialAuthor::before {
        content: "– ";
    }

    /* Intro Text Sections w/White Backgrounds */
    body:not(.home) section.bt_bb_section.bt_bb_color_scheme_2.bt_bb_layout_boxed_1100.bt_bb_top_spacing_75:nth-child(2) .bt_bb_port {
        padding-top: 60px !important;
    }

    body:not(.home) section.bt_bb_section.bt_bb_color_scheme_2.bt_bb_layout_boxed_1100.bt_bb_bottom_spacing_75:nth-child(2) .bt_bb_port {
        padding-bottom: 60px !important;
    }

    body:not(.home) section.bt_bb_section.bt_bb_color_scheme_2.bt_bb_layout_boxed_1100:nth-child(2) .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Testimonials Page */
    .page-client-testimonials .bt_bb_wrapper > section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_top_spacing_95 > .bt_bb_port {
        padding-top: 40px !important;
    }

    /* Our Dogs Page */
    .page-our-dogs .bt_bb_wrapper > section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_top_spacing_95:nth-child(3) > .bt_bb_port {
        padding-top: 40px !important;
    }

    /* Training Page */
    .page-training section.bt_bb_section.bt_bb_color_scheme_13.bt_bb_layout_boxed_1100 .bt_bb_row.bt_bb_color_scheme_2 .bt_bb_column.bt_bb_padding_30 .bt_bb_column_content,
    .page-training section.bt_bb_section.bt_bb_color_scheme_18.bt_bb_layout_boxed_1100 .bt_bb_row.bt_bb_color_scheme_2 .bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Footer */
    .bt-site-footer > .bt_bb_wrapper > section:first-child .bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bt-site-footer > .bt_bb_wrapper > section:first-child .bt_bb_column_content_inner > .bt_bb_text:first-child {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


