/*
Theme Name: Petland Florida
Author: Alexander Baron
Author URI: <mailto:alexbaron50@gmail.om>
Description: Petland Florida
Version: 2.0
 */

.admin-bar .header {
    top: 32px;
}

.strong, strong, b{
    font-weight: 900!important;
}

.extras__content > ul {
    margin: 2.5rem 0;
}
.extras__content > ul > li {
    font-family: "Gotham",sans-serif;
    line-height: 1.81;
    letter-spacing: 0.5px;
    margin-bottom: 1.125rem;
    list-style: none;
    line-height: 1.4;
}
.extras__content > ul > li:before {
    content: "\25AA";
    color: #d45224;
    display: inline-block;
    width: auto;
    margin-left: -2rem;
    margin-right: 15px;
    font-size: 40px;
    line-height: 0;
    vertical-align: middle;
}

.detail__bio--v2 .detail__description {
    min-height: 0!important;
}

.puppies__card {
    width: 100%;
}
.breeds__description p {
    height: 3.3em;
    overflow: hidden;
}

#userwayAccessibilityIcon {
	bottom: 75px !important;
}

.page-template-templatespuppies-php .header--top {
    background: white;
}

.page-template-templatespuppies-php .header--top .brandLogo__dark {
    display: none;
}

.page-template-templatespuppies-php .header--top .brandLogo__light {
    display: block;
}

.page-template-templatespuppies-php .header .mainNav__item a {
    color: #000;
}

@media only screen and (min-width: 991px) {
    .mainHome {
        background: none !important;
    }

    .page-template-templatespuppies-php {
        padding-top: 82.6px !important;
    }
}

.wp-block-buttons {
    column-gap: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-button__link {
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    overflow-wrap: break-word;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.container--img-auto img {
    width: auto!important;
    height: auto!important;
    max-width: initial!important;
}

.detail__image--has-cc-badge, .puppies__image--has-cc-badge {
    position: relative;
}
.detail__image--has-cc-badge {
    padding-bottom: 11.46%;
}

.puppies__image--has-cc-badge:after {
    content: '';
}

.detail__image-cc-badge, .puppies__image--has-cc-badge:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 16.23%;
    width: 100%;
    background-image: url(./assets/images/cc-badge-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.carousel .control-dots {
    width: auto!important;
    left: 50%;
    transform: translateX(-50%);
}

