@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body {
    background-repeat: no-repeat;
    font-family: 'Montserrat', serif;
    color: #563636
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    outline: none
}

select, input {
    outline: none
}

.pm-wrapper {
    width: 100%;
    margin: 0 auto
}

.pm-wrapper.pm-wrapper-top-border {
    border-top: 1px solid #563636
}

.pm-inner {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.pm-inner-flex {
    display: flex
}

.pm-inner-flex:not(.pm-inner) {
    width: 100%
}

@media (min-width: 961px) {
    .pm-inner-flex > * :first-child {
        /*width: 57%;
        margin-right: 3%*/
    }
}

.pm-inner-flex > * :last-child {
    flex-grow: 1
}

.pm-button-std, .pm-button, .pm-button-block, .pm-button-pk, .pm-button-2 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    text-align: center
}

.pm-button {
    background: #563636
}

.pm-button-block {
    background: #563636;
    padding: 20px 0;
    width: 90%;
    max-width: 440px
}

.pm-button-pk {
    background: #f26e6e
}

.pm-button-2 {
    padding: 10px 40px;
    background-color: #dba976
}

.pm-head {
    font-size: 45px;
    font-weight: bold;
    color: #563636;
    margin-bottom: 20px
}

.pm-label {
    font-weight: 700;
    font-size: 20px;
    color: #f26e6e;
    text-transform: uppercase
}

.pm-label-sm {
    font-weight: 700;
    font-size: 15px;
    color: #f26e6e;
    text-transform: uppercase
}

.pm-label-normal {
    font-weight: 700;
    font-size: 1.563em;
    color: #f26e6e
}

.pm-label-underlined {
    font-weight: 700;
    display: inline-block;
    line-height: 1em
}

.pm-label-underlined:after {
    content: "";
    width: 85%;
    max-width: 200px;
    display: inline-block;
    height: 4px;
    background: #f26e6e
}

@media (min-width: 768px) {
    .pm-label-underlined {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .pm-label-underlined {
        font-size: 20px
    }
}

.pm-link {
    font-weight: 700;
    font-size: 15px;
    color: #f26e6e;
    text-transform: uppercase;
    text-decoration: underline
}

.pm-strong {
    font-weight: 700;
    text-transform: uppercase
}

.pm-rating-heart span {
    display: inline-block;
    background: url(../images/heart-rating-icon.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain
}

@media (min-width: 768px) {
    .left-navi {
        padding-left: 15px
    }

    .left-navi-section {
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .left-navi-section {
        padding: 20px
    }
}
.pm-nav {
    max-width: 1200px;
    width: 98%;
    height: 61px;
    margin: 25px auto 0 auto
}

.pm-nav.internal-nav {
    margin-bottom: 25px
}

.pm-nav-logo {
    display: inline-flex;
    width: 338px;
    margin-top: 3px
}

.pm-nav-links {
    display: inline-flex;
    max-width: 862px;
    vertical-align: top;
    float: right
}

.pm-nav-item {
    color: #563636
}

.pm-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.pm-nav li {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 41px;
    padding: 0 14px;
    text-align: center;
    vertical-align: middle
}

.pm-nav li a {
    text-decoration: none
}

.pm-nav li a:hover {
    text-decoration: underline;
    color: inherit
}

.pm-nav-login {
    color: #ffffff;
    background-color: #dba976;
    font-weight: 800;
    font-size: 15px !important;
    width: 132px;
    text-decoration: none;
    margin: 0 7px 0 14px
}

.pm-nav-list {
    color: #ffffff;
    background-color: #563636;
    font-weight: 800;
    font-size: 15px !important;
    width: 225px;
    margin: 0 0 0 7px
}

.pm-nav-login a, .pm-nav-list a {
    color: #ffffff;
    text-decoration: none
}

.pm-nav-login a:hover, .pm-nav-list a:hover {
    text-decoration: underline
}

.pm-nav-user-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.pm-nav-user-menu:hover .pm-nav-user-menu-container {
    display: block
}

.pm-nav-user-avatar {
    width: 50px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 15px
}

.pm-nav-user-avatar-count {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    line-height: 20px;
    background: #e84640;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 10pt
}

.pm-nav-user-menu:hover .pm-nav-user-avatar-count {
    display: none
}

.pm-nav-user-menu-container {
    display: none;
    position: absolute;
    z-index: 1;
    width: 225px;
    margin-left: -150px
}

.pm-nav-user-menu-content {
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 14.5px;
    padding: 8px
}

.pm-nav-user-menu-content h4 {
    font-size: 12pt;
    font-weight: 900;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 7px;
    display: inline-block
}

.pm-nav-user-menu-content hr {
    background-color: #ddd;
    border: 0.5px solid #ddd;
    margin-top: 5px;
    margin-bottom: 6px
}

.pm-nav-user-menu-option {
    display: block;
    padding: 7px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 1px
}

.pm-nav-user-menu-option:hover {
    background: #eee;
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.pm-nav-user-menu-option-count {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    line-height: 20px;
    background: #e84640;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 10pt
}

.pm-nav-user-menu-option span {
    margin-left: 5px
}

.pm-nav-menu-arrow-container {
    height: 10.5px;
    position: absolute;
    left: 177px;
    top: 4px
}

.pm-nav-user-menu-arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 1.5px;
    top: 1.5px
}

.pm-nav-user-menu-arrow-up-border {
    width: 0;
    height: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
    border-bottom: 11.5px solid #ddd;
    position: absolute
}

.pm-nav-mobile-user-menu {
    background: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 65px;
    margin-left: 6%;
    padding: 8px;
    position: absolute;
    width: 88%
}

.pm-nav-mobile-user-avatar {
    display: inline-block;
    width: 40px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 5px
}

.pm-nav-mobile-user-menu h4 {
    display: inline-block;
    font-size: 12pt;
    font-weight: 900;
    position: relative;
    top: 4px;
    margin-left: 5px;
    margin-bottom: 20px
}

.pm-nav-mobile-user-menu-option {
    display: block;
    padding: 7px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 1px;
    padding-left: 15px
}

.pm-nav-mobile-user-menu-option:hover {
    background: #eee;
    cursor: pointer;
    text-decoration: none;
    color: #000
}

.pm-nav-mobile-user-menu hr {
    background-color: #ddd;
    border: 0.5px solid #ddd;
    margin-top: 5px;
    margin-bottom: 6px
}

.pm-nav-mobile-user-menu-option-count {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    line-height: 20px;
    background: #e84640;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 10pt
}

.menu-shifted {
    margin-top: 280px
}

@media screen and (min-width: 1125px) {
    nav {
        display: none
    }
}

@media screen and (max-width: 1124px) {
    .pm-nav {
        display: none
    }

    .mobile-header {
        position: relative;
        z-index: 100
    }

    #menuToggle {
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none
    }

    #menuToggle span {
        display: block;
        position: relative;
        background: #563636;
        border-radius: 2px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        background: #dba976
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2)
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px)
    }

    .pm-menu {
        position: fixed;
        width: 100%;
        max-width: 400px;
        left: 0;
        top: 0;
        height: 100vh;
        background: #ffffff;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        box-shadow: rgba(0,0,0,.2) 0 10px 20px;
    }

    #menu {
        background: #563636;
        list-style-type: none;
        -webkit-font-smoothing: antialiased
    }

    #menu-bottom {
        padding: 50px;
        background: #f26e6e;
        list-style-type: none;
        -webkit-font-smoothing: antialiased
    }

    .social-icons {
        display: inline-block;
        width: 100%
    }

    .pm-header-social-icon {
        width: 38px;
        height: 38px;
        background: #563636;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        color: #fff;
        padding-top: 0px
    }

    #menu li, #menu-bottom li {
        padding: 10px 0;
        font-size: 22px;
        text-align: center
    }

    #menu a {
        font-weight: 800;
        font-size: 25px;
        text-decoration: none;
        color: #dba976;
        transition: color 0.3s ease
    }

    #menu a:hover {
        color: tomato
    }

    #menu-bottom li a {
        color: #563636;
        font-weight: 700;
        font-size: 25px;
        text-decoration: none
    }

    #menuToggle input:checked ~ .pm-menu {
        transform: none
    }

    .mobile-header {
        width: 90%;
        margin: 15px auto;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .mobile-header img {
        transition: all 0.3s ease
    }

    .mobile-header-logo {
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .mobile-header-search {
        display: inline-block
    }
}

.header-search {
    height: 25px;
    width: 25px
}

.header-search:hover {
    cursor: pointer
}

.pm-header-search-wrapper {
    display: block;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: -5vw;
    z-index: 10
}

.pm-header-search-wrapper input {
    background-color: #f5f5f5
}

.pm-hidden {
    display: none
}

.header-search-close {
    font-size: 30px;
    color: #dba976
}

.pm-nav .pm-nav-links li.pm-header-option.pm-hidden {
    display: none
}

.pm-header-search-wrapper.pm-hidden {
    display: none
}

.fa-times-thin:before {
    content: '\00d7'
}

@media screen and (min-width: 1125px) {
    .header-search-glass {
        width: 22px;
        height: 22px;
        position: relative;
        top: 1px
    }

    .header-search-close {
        font-size: 30px;
        margin-top: -5px
    }

    .header-search {
        display: inline-block;
        margin-top: 5px
    }

    .pm-header-search-wrapper {
        width: 280px;
        background-color: #fff;
        position: relative;
        top: -3px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 41px;
        z-index: 10;
        margin-right: 25px
    }

    .pm-header-search-wrapper input {
        background-color: #f5f5f5;
        border-radius: 0px;
        border: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        padding-left: 15px;
        font-size: 14px;
        display: inline-block
    }

    .pm-header-search-submit {
        position: absolute;
        right: 0;
        top: 0;
        width: 41px;
        height: 41px
    }

    .pm-header-search-submit img {
        width: 22px;
        height: 22px;
        position: relative;
        top: 6px;
        right: 4px
    }

    .pm-header-search-submit:hover {
        cursor: pointer
    }
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
    .header-search img {
        min-width: 25px;
        max-width: 25px
    }

    .header-search-close {
        font-size: 40px;
        margin-top: -10px
    }

    .pm-search-wrapper {
        top: 60px
    }
}

@media screen and (max-width: 768px) {
    .header-search-glass {
        width: 25px;
        height: 25px
    }

    .header-search-close {
        font-size: 30px;
        margin-top: -5px
    }

    .header-search img {
        min-width: 20px;
        max-width: 20px
    }
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
    #menuToggle span {
        width: 28px;
        height: 3px;
        margin-bottom: 4px
    }

    #menuToggle input:checked ~ span {
        transform: rotate(45deg) translate(-3px, -1px)
    }

    #menu {
        padding: 125px 50px 50px
    }

    .mobile-header-logo img {
        margin-top: 5px
    }
}

@media screen and (max-width: 767px) {
    #menuToggle span {
        width: 25px;
        height: 2px;
        margin-bottom: 3px
    }

    #menuToggle input:checked ~ span {
        transform: rotate(45deg) translate(-4px, -2px)
    }

    #menu {
        padding: 65px 50px 50px
    }

    .mobile-header-logo img {
        min-width: 190px;
        max-width: 190px;
        margin-top: 10px
    }
}
.pm-hero-background {
    background: -webkit-linear-gradient(top, #fff, #fff 65%, #f26e6e 35%, #f26e6e)
}

.pm-hero {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%
}

@media (max-width: 767px) {
    .pm-hero {
        font-size: 10px;
        position: relative
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-hero {
        font-size: 9px
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .pm-hero {
        font-size: 11px
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .pm-hero {
        font-size: 13px
    }
}

@media (min-width: 768px) {
    .pm-hero ul {
        position: relative;
        margin-left: 2.67%
    }
}

@media (max-width: 767px) {
    .pm-hero ul {
        margin: 1em 0
    }
}

.pm-hero-image {
    position: relative
}

@media (min-width: 768px) {
    .pm-hero-image {
        min-width: 53%;
        height: 53vw;
        max-height: 636px
    }
}

@media (max-width: 767px) {
    .pm-hero-image {
        margin: 1em 0;
        width: 272px;
        height: 278px
    }
}

.pm-hero-image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 1
}

.pm-hero-image img:nth-child(1) {
    -webkit-animation: rotate 24s linear 0s infinite;
    -moz-animation: rotate 24s linear 0s infinite;
    -o-animation: rotate 24s linear 0s infinite;
    animation: rotate 24s linear 0s infinite
}

.pm-hero-image img:nth-child(2) {
    -webkit-animation: rotate 24s linear 6s infinite;
    -moz-animation: rotate 24s linear 6s infinite;
    -o-animation: rotate 24s linear 6s infinite;
    animation: rotate 24s linear 6s infinite
}

.pm-hero-image img:nth-child(3) {
    -webkit-animation: rotate 24s linear 12s infinite;
    -moz-animation: rotate 24s linear 12s infinite;
    -o-animation: rotate 24s linear 12s infinite;
    animation: rotate 24s linear 12s infinite
}

.pm-hero-image img:nth-child(4) {
    -webkit-animation: rotate 24s linear 18s infinite;
    -moz-animation: rotate 24s linear 18s infinite;
    -o-animation: rotate 24s linear 18s infinite;
    animation: rotate 24s linear 18s infinite
}

.pm-hero-prefetch-1 {
    background: url(../images/petmasters-hero-pet.png) no-repeat -9999px -9999px
}

.pm-hero-prefetch-2 {
    background: url(../images/petmasters-hero-pet-2.png) no-repeat -9999px -9999px
}

.pm-hero-prefetch-3 {
    background: url(../images/petmasters-hero-pet-3.png) no-repeat -9999px -9999px
}

.pm-hero-prefetch-4 {
    background: url(../images/petmasters-hero-pet-4.png) no-repeat -9999px -9999px
}

.pm-hero-headline {
    margin: 23.5% 0 0 0
}

.pm-hero-headline h1 {
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
    transition: all 0.2s ease
}

@media (max-width: 767px) {
    .pm-hero-headline h1 {
        font-size: 22px
    }
}

.pm-hero-subhead h2 {
    font-size: 1.938em;
    color: #ffffff
}

@media (max-width: 767px) {
    .pm-hero-subhead h2 {
        font-size: 600
    }
}

@media (min-width: 768px) {
    .pm-hero-subhead h2 {
        font-weight: 300
    }
}

@media (min-width: 1441px) {
    .pm-hero-subhead {
        margin-left: 110px;
        bottom: 0
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .pm-hero-subhead {
        margin-left: 80px;
        bottom: 5%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-hero-subhead {
        bottom: 10%
    }
}

@media (min-width: 768px) {
    .pm-hero-subhead {
        position: absolute;
        right: 0
    }
}

@media (max-width: 767px) {
    .pm-hero-subhead {
        margin: 1em 0
    }
}

@media (max-width: 767px) {
    .pm-hero-background {
        background: -webkit-linear-gradient(top, #fff 16%, #f26e6e 16%)
    }

    .pm-hero {
        margin: 0 auto;
        flex-direction: column;
        align-items: center
    }

    .pm-hero h1 {
        line-height: 22px;
        font-size: 22px;
        font-weight: 700
    }

    .pm-hero h2 {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        margin: 0
    }

    .pm-hero ul {
        padding: 0
    }

    .pm-hero li {
        text-align: center
    }

    .pm-hero-headline {
        width: 318px;
        position: absolute;
        bottom: -230px;
        left: 0;
        right: 0;
        margin: auto !important
    }

    .pm-hero-subhead {
        width: 318px
    }
}

@-webkit-keyframes rotate {
    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    27% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes rotate {
    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    27% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes rotate {
    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    27% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes rotate {
    2% {
        opacity: 1
    }

    25% {
        opacity: 1
    }

    27% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.pm-search-wrapper {
    background-color: #f26e6e;
    width: 100%
}

.pm-search {
    margin: 0 auto;
    padding: 45px 0;
    max-width: 1200px;
    width: 90%;
    display: flex;
    justify-content: space-between
}

.pm-search input {
    font-weight: 300;
    margin: 0 5px;
    padding: 0;
    text-indent: 25px;
    border: none
}

.pm-search input[type="text"] {
    min-width: 70%
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-search input {
        height: 60px;
        font-size: 14px
    }
}

@media (min-width: 961px) {
    .pm-search input {
        height: 70px;
        font-size: 18px
    }
}

input::-webkit-input-placeholder {
    color: #563636
}

input::-moz-placeholder {
    color: #563636
}

input:-ms-input-placeholder {
    color: #563636
}

input:-moz-placeholder {
    color: #563636
}

.pm-search input[type="submit"] {
    flex-grow: 1;
    font-weight: 800;
    color: #ffffff;
    background-color: #6a3f2c;
    border: 1px solid #6a3f2c;
    text-indent: 0
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-search input[type="submit"] {
        font-size: 16px
    }
}

@media (min-width: 961px) {
    .pm-search input[type="submit"] {
        font-size: 20px
    }
}

.pm-searchbox {
    border: 1px solid #563636;
    height: 44px;
    position: relative
}

.pm-searchbox input {
    font-family: 'Montserrat', serif;
    background: transparent;
    width: 100%;
    height: 100%;
    text-indent: 5px;
    font-size: 14px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
    border: none !important;
    outline: none;
    border-radius: 0 !important;
}

.pm-searchbox .pm-search-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px;
    width: 50px;
    bottom: 0;
    background: #212221 url(../images/white-magnifying-glass-icon.svg) no-repeat center;
    background-size: 50%;
    cursor: pointer
}

@media (max-width: 767px) {
    .pm-search {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .pm-search input {
        width: 315px;
        height: 50px;
        font-weight: 300;
        font-size: 14px;
        color: #563636;
        padding: 0;
        margin: 10px 0;
        text-indent: 15px
    }

    .pm-search input[type="submit"] {
        width: 315px;
        height: 50px;
        font-weight: 800;
        font-size: 16px;
        color: #ffffff;
        background-color: #6a3f2c;
        border: 1px solid #6a3f2c;
        text-indent: 0px;
        margin: 0 0 40px 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-services-background {
        background: -webkit-linear-gradient(top, #f26e6e 13%, #fff 13%, #fff 15%, #f8eae3 15%)
    }
}

@media (min-width: 1025px) {
    .pm-services-background {
        background: -webkit-linear-gradient(top, #f26e6e 22%, #fff 22%, #fff 24%, #f8eae3 24%)
    }
}

.pm-services {
    margin: 0 auto 75px auto;
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .pm-services {
        font-size: 14px
    }
}

.pm-services ul {
    list-style-type: none;
    padding: 0;
    text-align: center
}

@media (min-width: 768px) {
    .pm-services ul {
        min-width: 23%;
        max-width: 23%
    }
}

.pm-services li:not(.pm-service-type) {
    font-size: 1.125em;
    margin: 15px 0
}

.pm-service-type {
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.67em;
    border-bottom: 3px solid #f26d6d;
    margin: 0 0 55px 0
}

.pm-service-type a, .pm-services li a {
    color: #563636;
    text-decoration: none
}

.pm-services li a:hover {
    text-decoration: underline
}

.pm-service-icon {
    display: block;
    background: #dba976;
    -moz-border-radius: 142px;
    -webkit-border-radius: 142px;
    background-position: center center;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .pm-service-icon {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-size: 35%
    }
}

@media (max-width: 767px) {
    .pm-service-icon {
        width: 140px;
        height: 140px;
        display: inline-block;
        background-size: 30%
    }
}

.pm-service-icon.caretaking {
    background-image: url(../images/caretaking-icon.svg)
}

.pm-service-icon.wellness {
    background-image: url(../images/wellness-icon.svg)
}

.pm-service-icon.specialty {
    background-image: url(../images/specialty-icon.svg);
    background-size: 25%
}

.pm-service-icon.time-of-need {
    background-image: url(../images/time-of-need-icon.svg)
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-service-icon.time-of-need + .pm-service-type {
        font-size: 23px;
        line-height: 43px
    }
}

.pm-service-hr {
    display: none
}

.pm-service-desktop-hr {
    max-width: 1200px;
    background-color: #563636;
    border: 1px solid #563636
}

.pm-statement {
    max-width: 1200px;
    margin: 75px auto 0 auto;
    padding: 0 0 55px 0;
    width: 90%
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-statement {
        font-size: 14px
    }
}

.pm-statement p {
    font-size: 1.875em;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center
}

@media (max-width: 767px) {
    .pm-services {
        margin: 0 auto -15px auto;
        padding: 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .pm-services-background {
        background: -webkit-linear-gradient(top, #fff 3.5%, #f8eae3 3.5%);
        margin-top: 80px
    }

    .pm-services li {
        margin: 10px 0
    }

    .pm-service-type {
        font-weight: 700;
        font-size: 19px !important;
        line-height: 30px;
        border-bottom: 3px solid #f26d6d;
        margin: 0 0 25px 0 !important
    }

    .pm-service-type a, .pm-services li a {
        color: #563636;
        text-decoration: none
    }

    .pm-services li a:hover {
        text-decoration: underline
    }

    .pm-service-icon {
        border-radius: 71px
    }

    .pm-service-desktop-hr {
        display: none
    }

    .pm-service-hr {
        display: inline;
        width: 85%;
        background-color: #563636;
        border: 1px solid #563636
    }

    .pm-service-hr:nth-last-of-type(1) {
        margin-top: 15px
    }

    .pm-statement {
        width: 85%;
        margin: 45px auto 0 auto;
        padding: 0 0 45px 0
    }

    .pm-statement p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        color: #563636;
        text-align: center
    }
}

@media (max-width: 767px) {
    .pm-vendors-background {
        background: -webkit-linear-gradient(top, #563636 14%, #fff 14%)
    }
}

@media (min-width: 768px) {
    .pm-vendors-background {
        background: -webkit-linear-gradient(top, #f8eae3 58%, #563636 58%, #563636 60%, #fff 60%)
    }
}

.pm-vendors {
    width: 90%;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .pm-vendors {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .pm-vendors {
        margin: 0 auto 75px auto;
        max-width: 1200px;
        justify-content: space-between
    }
}

.pm-vendors-header {
    margin: 0 auto 15px auto;
    max-width: 1200px;
    background-color: #f8eae3;
    font-weight: 800;
    font-size: 20px;
    line-height: 38px;
    color: #f26c6c;
    text-align: center
}

.pm-vendors ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 4.4px 0.7px rgba(0, 0, 0, 0.06);
    max-width: 32.5%;
    min-width: 32.5%;
    margin: 1em 0
}

.pm-featured-name a {
    font-size: 15px;
    font-weight: 800;
    line-height: 38px;
    color: #f26c6d;
    text-transform: uppercase;
    text-decoration: none
}

.pm-featured-tagline {
    max-width: 80%
}

@media (max-width: 767px) {
    .pm-featured-tagline {
        margin: 0 auto 9px auto;
        height: 40px
    }
}

@media (min-width: 768px) {
    .pm-featured-tagline {
        margin: 0 auto 12px auto;
        height: 52px
    }
}

.pm-featured-tagline a {
    font-weight: 300;
    color: #563636;
    text-decoration: none
}

@media (max-width: 767px) {
    .pm-featured-tagline a {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .pm-featured-tagline a {
        font-size: 20px
    }
}

.pm-featured-hearticon img {
    padding: 0 3px;
    margin: 12px 0 22.5px 0
}

.pm-featured-button {
    color: #ffffff;
    background-color: #563636;
    font-weight: 800;
    font-size: 15px;
    width: 185px;
    text-decoration: none;
    margin: 22.5px auto 70px auto;
    padding: 10px 0
}

.pm-featured-icon {
    margin-bottom: 20px;
    width: 179px;
    height: 179px;
    border: 4px solid #563636;
    border-radius: 179px;
    margin: 50px auto 30px auto;
    overflow: hidden
}

.pm-featured-icon img {
    width: 106%;
    margin-left: -3%;
    margin-top: -3%
}

.pm-featured-hr {
    display: none
}

.pm-vendor-list {
    text-align: center;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #cec2c0;
    padding-top: 40px
}

@media (min-width: 768px) {
    .pm-vendor-list {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .pm-vendor-list {
        padding-bottom: 60px
    }
}

.pm-vendor-list .pm-vendors {
    margin-bottom: 40px;
    width: 100%
}

@media (min-width: 1200px) {
    .pm-vendor-list .pm-vendors ul {
        max-width: calc( 25% - 20px);
        min-width: calc( 25% - 20px)
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-vendor-list .pm-vendors ul {
        max-width: calc( 50% - 4px);
        min-width: calc( 50% - 4px)
    }
}

@media (max-width: 767px) {
    .pm-vendor-list .pm-vendors ul {
        max-width: 100%;
        min-width: 100%
    }
}

.pm-vendor-list .pm-vendors .pm-featured-icon {
    margin: 40px auto 25px auto
}

.pm-vendor-list .pm-vendors .pm-featured-icon:not(.pm-featured-icon-sm) {
    width: 149px;
    height: 149px
}

.pm-vendor-list .pm-vendors .pm-featured-icon.pm-featured-icon-sm {
    width: 124px;
    height: 124px
}

.pm-vendor-list .pm-vendors .pm-featured-button {
    margin-bottom: 40px
}

.pm-vendor-list .pm-vendors .pm-featured-name a {
    font-size: 12px
}

.pm-vendor-list .pm-vendors .pm-featured-tagline a {
    font-size: 15px;
    line-height: 1.6em
}

.pm-vendor-list .pm-vendors .pm-featured-hearticon img {
    margin: 0
}

.pm-vendor-list .pm-link {
    margin-top: 40px
}

.pm-vendor-empty {
    text-align: center
}

@media (min-width: 768px) {
    .pm-vendor-empty {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .pm-vendor-empty {
        font-size: 12px
    }

    .pm-vendor-empty h4, .pm-vendor-empty strong {
        width: 80%;
        margin: 0 auto 5px
    }
}

.pm-vendor-empty h4 {
    font-size: 1.750em;
    font-weight: 300;
    text-transform: uppercase
}

.pm-vendor-empty strong {
    display: block;
    font-size: 1.750em
}

.pm-vendor-empty .pm-button {
    font-size: 15px;
    padding: 15px 30px;
    margin-top: 30px
}

@media (max-width: 767px) {
    .pm-vendors-header {
        max-width: 1200px;
        padding: 35px 0 0 0;
        background-color: #563636;
        font-weight: 800;
        font-size: 14px;
        line-height: 38px;
        color: #f26c6d;
        text-align: center
    }

    .pm-vendors ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
        background-color: #ffffff;
        box-shadow: 0 0 4.4px 0.7px rgba(0, 0, 0, 0.06);
        max-width: 310px
    }

    .pm-featured-name a {
        font-size: 12px;
        font-weight: 800;
        line-height: 30px;
        color: #f26c6d;
        text-transform: uppercase;
        text-decoration: none
    }

    .pm-featured-hearticon img {
        padding: 0 3px;
        margin: 9px 0 18px 0
    }

    .pm-featured-button {
        color: #ffffff;
        background-color: #563636;
        font-weight: 800;
        font-size: 12px;
        width: 150px;
        text-decoration: none;
        margin: 18px auto 55px auto;
        padding: 10px 0
    }

    .pm-featured-icon {
        width: 149px;
        height: 149px;
        margin: 50px auto 25px auto
    }

    .pm-featured-hr {
        display: inline;
        width: 99%;
        margin: 70px 0 90px 0;
        background-color: #563636;
        border: 1px solid #563636
    }
}

.pm-hiw {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%
}

.pm-hiw-header {
    font-weight: 800;
    font-size: 20px;
    color: #f26e6e;
    text-align: center;
    margin: 1em 0
}

.pm-hiw-subhead {
    font-weight: 300;
    text-align: center;
    margin: 0 0 70px 0
}

@media (min-width: 768px) {
    .pm-hiw-subhead.pm-hiw-subhead-light {
        font-size: 20px;
        line-height: 2em
    }
}

@media (min-width: 768px) {
    .pm-hiw-subhead:not(.pm-hiw-subhead-light) {
        font-size: 30px;
        line-height: 1.33em
    }
}

.pm-hiw-tiles {
    margin: 0 auto 75px auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.pm-hiw-tiles ul {
    text-align: center;
    background-color: #ffffff
}

@media (min-width: 768px) {
    .pm-hiw-tiles ul {
        max-width: 32.5%;
        min-width: 32.5%
    }

    .pm-hiw-tiles ul:not(:first-child) {
        border-left: 1px solid #cec2c0
    }
}

@media (max-width: 767px) {
    .pm-hiw-tiles ul {
        padding: 35px 0
    }

    .pm-hiw-tiles ul:not(:last-child) {
        border-bottom: 1px solid #563636
    }
}

.pm-hiw-icon {
    margin: 0 auto;
    display: block;
    width: 140px;
    height: 140px;
    background: #f26e6e;
    -moz-border-radius: 142px;
    -webkit-border-radius: 142px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.search-icon {
    margin-top: 42.5px;
    height: 55px;
    width: 60px
}

.filter-icon {
    margin-top: 43.5px;
    height: 53px;
    width: 55px
}

.hire-icon {
    margin-top: 41px;
    height: 58px;
    width: 45px
}

.pm-hiw-action {
    margin: 35px 0 25px 0
}

.pm-hiw-action a {
    font-size: 20px;
    font-weight: 800;
    color: #dba976;
    text-transform: uppercase;
    text-decoration: none
}

.pm-hiw-description {
    width: 70%;
    margin: 0 auto
}

.pm-hiw-description a {
    font-size: 18px;
    color: #563636;
    text-decoration: none
}

@media (max-width: 767px) {
    .pm-hiw-header {
        font-weight: 800;
        font-size: 14px;
        color: #f26c6c;
        text-align: center
    }

    .pm-hiw-subhead {
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
        color: #563636;
        text-align: center;
        margin: 0 auto
    }

    .pm-hiw-tiles {
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .pm-hiw-action {
        margin: 30px 0 15px 0
    }

    .pm-hiw-action a {
        font-size: 14px;
        font-weight: 800;
        color: #dba976;
        text-transform: uppercase;
        text-decoration: none
    }

    .pm-hiw-description a {
        font-size: 15px;
        color: #563636;
        text-decoration: none
    }
}

.pm-hedgehog {
    max-width: 1320px;
    height: 55px;
    text-align: right;
    padding: 0 8% 0 0;
    margin: 0 auto
}

.hedgehog-icon {
    height: 55px;
    width: 105px
}

.pm-footer-top-rule {
    max-width: 100%;
    background-color: #563636;
    height: 10px
}

.pm-footer-bottom-rule {
    max-width: 100%;
    background-color: #563636;
    height: 2px
}

.pm-footer {
    background-color: #dba976;
    width: 100%;
    padding: 0;
    padding-top: 15px
}

.pm-footer-container {
    width: 100%;
    position: absolute;
    bottom: 0
}

.pm-footer-spacing {
    height: 420px
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .pm-footer {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-footer {
        font-size: 12px
    }
}

.pm-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.pm-footer a:hover {
    text-decoration: underline
}

.pm-footer-links {
    max-width: 800px;
    margin: 0 auto;
    padding: 75px 0 15px 0;
    width: 90%
}

.pm-footer-links-logged-in {
    width: 600px
}

.pm-footer-links a {
    font-size: 3.125em;
    font-weight: 700;
    color: #563636;
    text-decoration: none;
    transition: all 0.3s ease
}

.pm-footer-legal {
    max-width: 570px;
    margin: 0 auto;
    padding: 10px 0 30px 0
}

.pm-footer-legal a {
    font-size: 20px;
    font-weight: 300;
    color: #563636;
    text-decoration: none
}

.pm-footer-icons {
    background-color: #dba976;
    width: 100%;
    padding: 25px 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
}

.pm-footer-icons ul {
    list-style-type: none
}

.pm-footer-icons li {
    padding: 0 10px
}

.pm-business-icons {
    display: inline-flex !important;
    max-width: 600px;
    padding: 25px 0
}

.pm-social-icons {
    display: inline-flex !important;
    float: right;
    max-width: 600px;
    padding: 25px 0
}

.pm-social-icon {
    width: 38px;
    height: 38px;
    background: #563636;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #dba976;
    padding-top: 0px
}

.pm-social-icon:hover {
    color: #dba976;
    margin-top: -2px
}

@media (max-width: 767px) {
    .pm-hedgehog {
        max-width: 1200px;
        height: 40px;
        text-align: right;
        padding: 0 8% 0 0;
        margin: 15px auto 0 auto
    }

    .hedgehog-icon {
        height: 40px;
        width: 75px
    }

    .pm-footer-top-rule {
        max-width: 100%;
        background-color: #563636;
        border: 1px solid #563636;
        height: 2px
    }

    .pm-footer {
        background-color: #dba976;
        width: 100%;
        padding: 0
    }

    .pm-footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .pm-footer-links {
        margin: 0 auto;
        padding: 35px 0 10px 0
    }

    .pm-footer-links-logged-in {
        width: auto
    }

    .pm-footer-links a {
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        color: #563636;
        text-decoration: none
    }

    .pm-footer-legal {
        margin: 0 auto;
        padding: 10px 0 40px 0
    }

    .pm-footer-legal a {
        font-size: 14px;
        line-height: 25px;
        font-weight: 300;
        color: #563636;
        text-decoration: none
    }

    .pm-footer-spacing {
        height: 460px
    }
}

@media (max-width: 570px) {
    .pm-footer-icons ul {
        list-style-type: none;
        padding: 0
    }

    .pm-business-icons {
        order: 1;
        display: inline-flex !important;
        justify-content: center;
        margin: 0 auto;
        padding: 7.5px 0 25px 0 !important;
        width: 100%
    }

    .pm-business-icons img {
        height: 27px
    }

    .pm-social-icons {
        order: 0;
        display: inline-flex !important;
        justify-content: center;
        margin: 0 auto;
        padding: 25px 0 7.5px 0 !important;
        width: 100%
    }

    .pm-social-icons img {
        height: 30px
    }

    .pm-footer-spacing {
        height: 500px
    }
}

@media (max-width: 767px) {
    .pm-status.pm-status-no-text {
        height: 15px
    }
}

@media (min-width: 768px) {
    .pm-status.pm-status-no-text {
        margin-bottom: 30px;
        height: 50px
    }
}

@media (max-width: 767px) {
    .pm-status {
        height: 160px;
        font-size: 11px;
        text-align: center
    }
}

@media (min-width: 768px) {
    .pm-status {
        height: 240px
    }
}

.pm-status.pm-status-bg {
    background-color: #f8eae3
}

.pm-status.pm-status-bg .pm-inner {
    background-position: bottom right;
    background-repeat: no-repeat
}

.pm-status.pm-status-plain {
    background: #f26f6e;
    color: #fff
}

.pm-status.pm-status-light {
    font-weight: 300
}

.pm-status.pm-status-compact-bg .pm-inner {
    background-size: 40%
}

@media (min-width: 1025px) {
    .pm-status.pm-status-tall {
        height: 515px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-status.pm-status-tall {
        font-size: 14px;
        height: 480px
    }
}

@media (max-width: 767px) {
    .pm-status.pm-status-tall {
        font-size: 12px;
        height: 420px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-status.pm-status-tall:not(.pm-status-compact-bg) .pm-inner {
        background-size: 80%
    }
}

@media (max-width: 767px) {
    .pm-status.pm-status-tall:not(.pm-status-compact-bg) .pm-inner {
        background-size: 90%
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-status.pm-status-tall.pm-status-compact-bg .pm-inner {
        background-size: 55%
    }
}

@media (max-width: 767px) {
    .pm-status.pm-status-tall.pm-status-compact-bg .pm-inner {
        background-size: 90%
    }
}

.pm-status.pm-status-tall .pm-inner {
    background-position: bottom center;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start
}

.pm-status.pm-status-tall .pm-inner p {
    line-height: 1em
}

@media (max-width: 767px) {
    .pm-status.pm-status-tall .pm-inner p {
        margin: 40px 0 20px
    }
}

@media (min-width: 768px) {
    .pm-status.pm-status-tall .pm-inner p {
        margin: 60px 0 20px
    }
}

.pm-status.pm-status-tall .pm-inner small {
    line-height: 1.5em
}

@media (max-width: 767px) {
    .pm-status.pm-status-tall .pm-inner small {
        width: 80%
    }
}

@media (min-width: 768px) {
    .pm-status.pm-status-tall .pm-inner small span {
        display: block
    }
}

.pm-status p {
    font-size: 4.188em
}

.pm-status p:not(.light) {
    font-weight: bold
}

.pm-status p.light {
    font-weight: 300
}

.pm-status .pm-sublabel {
    display: block;
    font-size: 0.269em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 10px
}

.pm-status .pm-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.pm-status .pm-inner small {
    font-size: 1.25em;
    font-weight: 300
}

.pm-pig {
    background-image: url(../images/pig.png)
}

.pm-dog {
    background-image: url(../images/hero-dog.png)
}

.pm-cat {
    background-image: url(../images/hero-animal-bg-2.jpg)
}

@media (max-width: 767px) {
    .pm-signup-message {
        font-size: 12px
    }
}

.pm-signup-message .pm-button {
    color: #fff
}

@media (min-width: 768px) {
    .pm-signup-message .pm-button {
        padding: 20px 100px;
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .pm-signup-message .pm-button {
        padding: 10px 20px;
        margin-top: 20px
    }
}

.pm-message-head {
    text-align: center;
    border-bottom: 1px solid #563636
}

.pm-message-head.pm-message-head-and-p {
    padding: 50px 0
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-message-head.pm-message-head-and-p {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .pm-message-head.pm-message-head-and-p {
        font-size: 12px
    }
}

.pm-message-head.pm-message-head-and-p h2 {
    font-size: 2.813em;
    margin-bottom: 10px
}

.pm-message-head.pm-message-head-and-p p {
    font-size: 1.250em;
    font-weight: 300;
    line-height: 1.5em
}

.pm-message-head:not(.pm-message-head-and-p) {
    font-size: 1.818em;
    font-weight: bold
}

.pm-message-head:not(.pm-message-head-and-p) p {
    max-width: 1200px;
    width: 90%
}

@media (min-width: 768px) {
    .pm-message-head:not(.pm-message-head-and-p) p {
        margin: 50px auto
    }
}

@media (max-width: 767px) {
    .pm-message-head:not(.pm-message-head-and-p) p {
        margin: 30px auto
    }
}

@media (min-width: 768px) {
    .pm-message-head .state-img {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .pm-message-head .state-img {
        margin-bottom: 20px
    }
}

.pm-message {
    max-width: 960px;
    text-align: center
}

@media (min-width: 768px) {
    .pm-message {
        margin: 120px auto;
        font-size: 20px
    }

    .pm-message p {
        margin: 40px 0;
        line-height: 1.5em
    }
}

@media (max-width: 767px) {
    .pm-message {
        margin: 60px auto;
        font-size: 15px
    }

    .pm-message p {
        margin: 10px 0;
        line-height: 1.67em
    }
}

.pm-message-more {
    text-transform: uppercase;
    line-height: 1.5em
}

.pm-message-more strong {
    margin-right: 8px
}

@media (max-width: 767px) {
    .pm-message-more strong {
        display: block
    }
}

.pm-message-more span, .pm-message-more a {
    color: #f26e6e
}

.pm-message-more a {
    font-weight: 700
}

.pm-form:not(.pm-form-compact) {
    margin-bottom: 100px
}

@media (min-width: 768px) {
    .pm-form:not(.pm-form-compact) .pm-label {
        margin: 60px 0
    }
}

@media (max-width: 767px) {
    .pm-form:not(.pm-form-compact) .pm-label {
        margin: 30px 0
    }
}

@media (min-width: 768px) {
    .pm-form:not(.pm-form-compact) .pm-select, .pm-form:not(.pm-form-compact) input[type="text"],
    .pm-form:not(.pm-form-compact) input[type="password"], .pm-form:not(.pm-form-compact) input[type="email"] {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .pm-form:not(.pm-form-compact) .pm-select, .pm-form:not(.pm-form-compact) input[type="text"],
    .pm-form:not(.pm-form-compact) input[type="password"], .pm-form:not(.pm-form-compact) input[type="email"] {
        margin-bottom: 15px
    }
}

@media (min-width: 768px) {
    .pm-form.pm-form-compact .pm-label {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .pm-form.pm-form-compact .pm-label {
        margin-bottom: 10px
    }
}

.pm-form.pm-form-compact .pm-select, .pm-form.pm-form-compact input[type="text"],
.pm-form.pm-form-compact input[type="password"], .pm-form.pm-form-compact input[type="email"] {
    margin-bottom: 18px
}

.pm-form .pm-label {
    text-align: center
}

@media (max-width: 767px) {
    .pm-form:not(.pm-sm-check) input[type="checkbox"] {
        width: 25px;
        height: 25px
    }
}

@media (min-width: 768px) {
    .pm-form:not(.pm-sm-check) input[type="checkbox"] {
        width: 35px;
        height: 35px
    }
}

.pm-form:not(.pm-sm-check) input[type="checkbox"]:checked:before {
    margin-left: 8px;
    margin-top: 8px;
    width: 14px;
    height: 8px
}

.pm-form.pm-sm-check input[type="checkbox"] {
    width: 16px;
    height: 16px
}

.pm-form.pm-sm-check input[type="checkbox"]:checked:before {
    width: 8px;
    height: 4px;
    margin-left: 2px;
    margin-top: 3px
}

.pm-form form {
    display: block
}

.pm-form fieldset {
    margin-bottom: 75px
}

.pm-form input[type="text"], .pm-form input[type="email"], .pm-form input[type="password"] {
    border: 1px solid #563636;
    padding: 0 20px
}

.pm-form input, .pm-form select, .pm-form textarea {
    background: transparent;
    width: 100%;
    color: #563636;
    box-sizing: border-box;
    -webkit-appearance: none
}

@media (min-width: 768px) {
    .pm-form input, .pm-form select, .pm-form textarea {
        height: 68px;
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .pm-form input, .pm-form select, .pm-form textarea {
        height: 60px;
        font-size: 15px
    }
}

.pm-form input[type="checkbox"] {
    border: 1px solid #563636;
    vertical-align: middle;
    -webkit-appearance: none
}

.pm-form input[type="checkbox"]:checked:before {
    content: "";
    color: #563636;
    position: absolute;
    border-bottom: solid 1px #563636;
    border-left: solid 1px #563636;
    transform: rotate(-45deg)
}

.pm-form textarea {
    border: 1px solid #563636;
    height: 165px;
    padding: 20px
}

.pm-form textarea::-webkit-input-placeholder {
    color: #563636
}

.pm-form textarea::-moz-placeholder {
    color: #563636
}

.pm-form .pm-strong {
    margin-bottom: 20px;
    display: block
}

.pm-form .pm-button {
    display: block;
    padding: 20px 0
}

.pm-form .pm-double-field {
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .pm-form .pm-double-field > div, .pm-form .pm-double-field > input {
        width: calc( 50% - 10px)
    }
}

@media (max-width: 767px) {
    .pm-form .pm-double-field {
        flex-direction: column
    }
}

.pm-form .pm-triple-field {
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .pm-form .pm-triple-field > div, .pm-form .pm-triple-field > input {
        width: calc( 33% - 12px)
    }
}

@media (max-width: 767px) {
    .pm-form .pm-triple-field {
        flex-direction: column
    }
}

.pm-with-note small {
    margin-left: 20px;
    font-weight: 300
}

.pm-form-placeholder {
    position: relative
}

.pm-form-placeholder:before {
    content: attr(data-label);
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 25px
}

.pm-price input[type="text"] {
    padding-left: 35px
}

.pm-per .pm-select {
    padding-left: 50px
}

.pm-select {
    border: 1px solid #563636;
    position: relative;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .pm-select {
        padding: 0 20px
    }

    .pm-select:before {
        width: 70px;
        background-size: 35%
    }

    .pm-select:after {
        right: 70px
    }
}

@media (max-width: 767px) {
    .pm-select {
        padding: 0 10px 0 20px
    }

    .pm-select:before {
        width: 40px;
        background-size: 50%
    }

    .pm-select:after {
        right: 40px
    }
}

.pm-select:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.pm-select:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #563636
}

.pm-select select {
    border: none;
    position: relative;
    z-index: 10;
    -moz-appearance: window
}

.pm-checkbox {
    margin-bottom: 20px
}

.pm-form-label {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
    border-bottom: 1px solid #563636;
    display: block;
    margin-bottom: 35px
}

.pm-form-label small {
    font-size: 13px;
    margin-left: 10px
}

@media (max-width: 767px) {
    .pm-form-label small {
        display: block;
        margin-left: 0
    }
}

.pm-service-options {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px
}

.pm-option {
    margin-bottom: 20px;
    font-weight: 300
}

@media (max-width: 767px) {
    .pm-option {
        font-size: 15px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .pm-option {
        font-size: 20px;
        width: 50%
    }
}

.pm-option label {
    position: relative;
    top: 2px
}

.pm-image-list {
    display: flex
}

@media (max-width: 767px) {
    .pm-image-list {
        flex-direction: column;
        align-items: center
    }

    .pm-image-list li {
        margin-bottom: 20px
    }
}

.pm-image-list li {
    background: #f5e9dc
}

@media (min-width: 768px) {
    .pm-image-list li {
        margin-right: 40px
    }
}

.pm-image-list li a {
    width: 230px;
    height: 230px;
    display: block;
    color: #dba976;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pm-add-image a:before {
    content: url(../images/hedgehog-icon.svg);
    margin-bottom: 5px
}

.pm-add-image a span {
    position: relative;
    padding-left: 20px
}

.pm-add-image a span:before, .pm-add-image a span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 4px;
    background-color: #dba976
}

.pm-add-image a span:after {
    transform: rotate(90deg)
}

.pm-tiles-overlap {
    margin-top: 10px;
    margin-bottom: 50px
}

.pm-tiles-base {
    background: #f26e6e;
    text-align: center
}

@media (max-width: 767px) {
    .pm-tiles-base {
        font-size: 18px;
        padding: 40px 0 60px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-tiles-base {
        font-size: 24px;
        padding: 40px 0 100px
    }
}

@media (min-width: 1025px) {
    .pm-tiles-base {
        font-size: 30px;
        padding: 50px 0 120px
    }
}

.pm-tiles-base h4 {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}

.pm-tiles-base h4:after {
    content: "";
    width: 200px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.pm-tiles-base p {
    width: 90%;
    margin: 0 auto;
    color: #f8eae3;
    font-weight: 300
}

@media (max-width: 767px) {
    .pm-tiles-base p {
        line-height: 1.67em
    }
}

@media (min-width: 768px) {
    .pm-tiles-base p {
        line-height: 1.167em
    }
}

.pm-tiles {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.pm-tiles li {
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    box-shadow: 0 0 8px 1px rgba(11, 11, 12, 0.1);
    box-sizing: border-box;
    word-wrap: break-word
}

@media (min-width: 1025px) {
    .pm-tiles li {
        padding: 50px 20px
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-tiles li {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-tiles li {
        padding: 30px 10px
    }
}

@media (min-width: 768px) {
    .pm-tiles {
        transform: translateY(-30%)
    }

    .pm-tiles li {
        max-width: 19%;
        min-width: 19%
    }
}

@media (max-width: 767px) {
    .pm-tiles {
        flex-direction: column;
        align-items: center;
        transform: translateY(-30px)
    }

    .pm-tiles li {
        width: 230px;
        height: 200px;
        margin-bottom: 10px;
        padding: 50px 20px
    }
}

.pm-addons {
    text-align: center;
    margin-bottom: 100px
}

.pm-addons h4 {
    margin-bottom: 10px
}

.pm-addons p {
    margin-bottom: 40px;
    font-size: 18px
}

.pm-add-options {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .pm-add-options {
        flex-direction: column;
        align-items: center
    }

    .pm-add-options li {
        margin-bottom: 20px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .pm-add-options li {
        width: calc( 50% - 25px)
    }
}

.pm-add-options li {
    border: 1px solid #dba976;
    padding: 20px;
    box-sizing: border-box
}

.pm-add-options li a {
    display: block;
    color: #dba976
}

.pm-add-options li strong {
    display: block
}

.pm-multiple-listing {
    background: #563636
}

@media (max-width: 960px) {
    .pm-multiple-listing {
        margin-bottom: 110px
    }
}

@media (min-width: 961px) {
    .pm-multiple-listing {
        height: 530px;
        margin-bottom: 180px
    }
}

.pm-multiple-listing .pm-inner {
    display: flex;
    justify-content: space-between;
    height: 100%
}

@media (max-width: 960px) {
    .pm-multiple-listing .pm-inner {
        flex-direction: column;
        align-items: center
    }
}

.pm-listings .pm-vendors {
    width: 100%;
    flex-wrap: nowrap
}

@media (max-width: 767px) {
    .pm-listings .pm-vendors {
        flex-direction: row
    }

    .pm-listings .pm-vendors .pm-featured-icon {
        width: 75px;
        height: 75px;
        margin: 25px auto 15px auto
    }

    .pm-listings .pm-vendors .pm-featured-name a {
        font-size: 8px;
        line-height: 2em
    }

    .pm-listings .pm-vendors .pm-featured-tagline {
        margin-bottom: 0
    }

    .pm-listings .pm-vendors .pm-featured-tagline a {
        font-size: 11px
    }

    .pm-listings .pm-vendors .pm-featured-button {
        font-size: 8px;
        width: auto;
        padding: 5px 15px;
        display: inline-block;
        margin: 0px auto 25px
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-listings .pm-vendors .pm-featured-icon {
        width: 120px;
        height: 120px;
        margin: 25px auto 15px auto
    }

    .pm-listings .pm-vendors .pm-featured-button {
        margin: 5px auto 35px
    }
}

@media (max-width: 960px) {
    .pm-listings .pm-vendors {
        justify-content: center;
        margin-bottom: -45px
    }
}

@media (min-width: 961px) {
    .pm-listings .pm-vendors {
        justify-content: stretch
    }
}

@media (max-width: 960px) {
    .pm-listings .pm-vendors ul {
        min-width: 45%
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .pm-listings .pm-vendors ul {
        min-width: 300px
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .pm-listings .pm-vendors ul {
        min-width: 340px
    }
}

@media (min-width: 1200px) {
    .pm-listings .pm-vendors ul {
        min-width: 380px
    }
}

.pm-listings .pm-vendors ul:first-child {
    margin-top: 50px;
    position: relative;
    z-index: 10
}

.pm-listings .pm-vendors ul:last-child {
    margin-left: -32px;
    transform: rotate(7deg);
    margin-top: 38px
}

.pm-listing-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

@media (max-width: 960px) {
    .pm-listing-detail {
        order: -1;
        margin: 80px 0 20px
    }

    .pm-listing-detail p {
        max-width: 420px
    }
}

@media (min-width: 961px) {
    .pm-listing-detail {
        width: 36%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .pm-listing-detail {
        font-size: 14px
    }
}

.pm-listing-detail p {
    color: #fff;
    line-height: 1.25em;
    font-size: 1.250em
}

.pm-listing-detail strong {
    color: #dba976;
    font-weight: 600;
    font-size: 1.875em
}

.pm-listing-head {
    display: inline-block;
    margin-bottom: 40px
}

.pm-listing-head:after {
    content: "";
    width: 130px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.pm-category-hero {
    display: flex
}

.pm-category-hero .pm-category-hero-image {
    max-width: 1200px;
    width: 100%;
    background: url(../images/hero-dog2.jpg) no-repeat 70% 0;
    background-size: cover
}

@media (max-width: 767px) {
    .pm-category-hero .pm-category-hero-image {
        height: 65vh;
        max-height: 350px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-category-hero .pm-category-hero-image {
        height: 400px
    }
}

@media (min-width: 1025px) {
    .pm-category-hero .pm-category-hero-image {
        height: 450px
    }
}

.pm-category-hero .pm-category-hero-slim {
    max-width: 1200px;
    width: 100%;
    background-size: cover;
    background-position: 70% 0;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .pm-category-hero .pm-category-hero-slim {
        height: 100px;
        font-size: 8px
    }

    .pm-category-hero .pm-category-hero-slim.pm-cat {
        background-position: top center
    }
}

@media (min-width: 768px) {
    .pm-category-hero .pm-category-hero-slim {
        height: 200px
    }
}

.pm-category-hero .pm-category-hero-slim.pm-category-hero-full {
    max-width: 100%
}

.pm-category-hero .pm-category-hero-slim.pm-hedgehog {
    background-image: url(../images/hero-animal-bg.jpg)
}

.pm-category-hero .pm-category-hero-slim.pm-cat {
    background-image: url(../images/hero-animal-bg-2.jpg)
}

.pm-category-hero img {
    object-fit: cover
}

.pm-category-hero .pm-category-bg-before, .pm-category-hero .pm-category-bg-after {
    flex: 1;
    background: url(../images/color-sq.jpg) repeat-x
}

.pm-category-hero .pm-category-bg-before {
    background-position: center right
}

.pm-category-hero .pm-category-bg-after {
    background-position: center left
}

.pm-category-hero p {
    color: #fff
}

.pm-state-list {
    text-align: center;
    margin-top: 50px
}

@media (min-width: 768px) {
    .pm-state-list {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .pm-state-list {
        margin-bottom: 50px
    }
}

.pm-state-list-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.pm-state-list-items ul {
    background: #f8eae3
}

.pm-state-list-items ul li {
    padding: 10px 0;
    line-height: 1em
}

.pm-state-list-items ul li a {
    font-size: 18px;
    color: #563636
}

@media (min-width: 1025px) {
    .pm-state-list-items ul {
        width: calc( 25% - 6px);
        padding: 50px 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-state-list-items ul {
        width: calc( 50% - 4px);
        padding: 20px 0;
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .pm-state-list-items ul {
        width: 100%
    }

    .pm-state-list-items ul:first-child {
        padding-top: 40px
    }

    .pm-state-list-items ul:last-child {
        padding-bottom: 40px
    }
}

.pm-other-categories {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .pm-other-categories {
        font-size: 14px
    }
}

.pm-other-categories .pm-label-normal {
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.520em
}

@media (min-width: 768px) {
    .pm-other-categories .pm-label-underlined {
        margin: 60px 0
    }
}

@media (max-width: 767px) {
    .pm-other-categories .pm-label-underlined {
        margin: 60px 0 30px
    }
}

.pm-other-categories p {
    font-size: 0.938em;
    font-weight: 600;
    margin-bottom: 40px
}

.pm-other-categories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pm-other-categories ul li {
    background: #563636;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .pm-other-categories ul li {
        width: calc( 50% - 8px)
    }
}

@media (max-width: 767px) {
    .pm-other-categories ul li {
        width: 100%
    }
}

.pm-other-categories ul li a {
    font-size: 1.125em;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 15px 0
}

.pm-breadcrumbs {
    margin-top: -36px;
    margin-bottom: 25px;
    border-bottom: 1px solid #563636;
    padding: 20px 0;
    text-transform: lowercase;
}

.pm-breadcrumbs a:not(:last-child):after {
		content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #563636;
    margin: 0 15px;
    vertical-align: middle;
}

.pm-breadcrumbs a {
    font-size:1.125em
}


.pm-breadcrumbs a:last-child {
	color: #f26e6e;
}

@media (min-width: 768px) {
	.pm-breadcrumbs {
		margin-top: -66px;
	}
}

@media (min-width: 768px) {
    .pm-breadcrumbs.pm-breadcrumbs-w-filter ul {
        max-width: calc( 100% - 160px)
    }
}

.pm-breadcrumbs .pm-inner {
    position: relative
}

.pm-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap
}

.pm-breadcrumbs li {
    font-size: 1.125em
}

.pm-breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #563636;
    margin: 0 15px;
    vertical-align: middle
}

@media (max-width: 767px) {
    .pm-breadcrumbs li {
        font-size: 14px;
    }
	.pm-breadcrumbs a {
        font-size: 14px;
    }
}

.pm-breadcrumbs li a {
    color: #563636
}

.pm-breadcrumbs li span {
    color: #f26e6e
}

.pm-search-filter.pm-search-filter-expand .pm-search-fields {
    opacity: 1;
    visibility: visible
}

.pm-search-filter.pm-search-filter-expand .pm-search-filter-btn:after {
    content: "Close"
}

.pm-search-filter:not(.pm-search-filter-expand) .pm-search-filter-btn:after {
    content: "Filter"
}

.pm-search-filter .pm-form {
    margin: 0
}

.pm-search-filter-btn {
    cursor: pointer;
    box-sizing: border-box;
    min-width: 140px
}

@media (min-width: 768px) {
    .pm-search-filter-btn {
        position: absolute;
        right: 0;
        top: -10px
    }
}

@media (max-width: 767px) {
    .pm-search-filter-btn {
        width: 100%;
        margin-top: 15px
    }
}

.pm-search-fields {
    position: absolute;
    right: 0;
    width: 350px;
    background-color: #ffffff;
    box-shadow: 0 0 4.4px 0.7px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .pm-search-fields {
        padding: 40px 30px
    }
}

@media (max-width: 767px) {
    .pm-search-fields {
        padding: 25px 20px;
        max-width: 100%
    }
}

.pm-search-fields fieldset {
    margin: 0
}

.pm-search-fields fieldset:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #563636
}

.pm-search-fields .pm-button-pk {
    display: block;
    padding: 10px 0
}

.pm-search-label {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .pm-listing {
        margin: 60px 0
    }

    .pm-listing .pm-inner {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .pm-listing {
        margin: 25px 0
    }
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-left {
        width: 60%
    }
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-right {
        width: 40%;
        display: flex;
        align-items: flex-end;
        flex-direction: column
    }
}

@media (min-width: 1025px) {
    .pm-listing .pm-listing-right > div {
        max-width: 340px;
        min-width: 340px
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .pm-listing .pm-listing-right > div {
        max-width: 300px;
        min-width: 300px
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-listing .pm-listing-right > div {
        max-width: 90%
    }
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-main {
        margin-bottom: 130px
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-listing-main {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-listing-name {
        margin-bottom: 50px
    }
}

.pm-listing .pm-listing-name .pm-vendor {
    background-color: #ffffff;
    box-shadow: 0 0 4.4px 0.7px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 961px) {
    .pm-listing .pm-listing-name .pm-vendor {
        padding: 55px 40px
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-listing .pm-listing-name .pm-vendor {
        padding: 30px 10px
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-listing-name .pm-vendor {
        padding: 55px 50px
    }
}

.pm-listing .pm-listing-name .pm-vendor .img-wrapper {
    margin-bottom: 20px;
    width: 128px;
    height: 128px;
    border: 4px solid #563636;
    border-radius: 128px;
    overflow: hidden
}

.pm-listing .pm-listing-name .pm-vendor .img-wrapper img {
    width: 106%;
    margin-left: -3%;
    margin-top: -3%
}

.pm-listing .pm-listing-name .pm-vendor-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .pm-listing .pm-carousel {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-carousel {
        margin-bottom: 20px
    }
}

.pm-listing .pm-carousel img {
    width: 100%
}

.pm-listing .pm-carousel .slick-arrow {
    z-index: 100
}

.pm-listing .pm-carousel .slick-arrow.slick-next {
    right: 10px
}

.pm-listing .pm-carousel .slick-arrow.slick-prev {
    left: 10px
}

.pm-listing .pm-carousel .pm-slide-main {
    margin-bottom: 10px
}

.pm-listing .pm-carousel .pm-slide-thumb {
    margin-right: -10px
}

@media (max-width: 767px) {
    .pm-listing .pm-carousel .pm-slide-thumb {
        display: none
    }
}

.pm-listing .pm-carousel .pm-slide-thumb .slick-slide {
    margin-right: 10px
}

@media (max-width: 767px) {
    .pm-listing .pm-listing-details {
        font-size: 12px
    }

    .pm-listing .pm-listing-details p {
        transition: all 0.3s ease-in-out
    }

    .pm-listing .pm-listing-details .pm-more {
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
        color: #f26e6e;
        transform: translateY(-35px);
        display: block;
        float: right;
        margin-right: 5px
    }

    .pm-listing .pm-listing-details.collapsed p {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        max-height: 9.6em;
        overflow: hidden
    }

    .pm-listing .pm-listing-details.collapsed .pm-more:after {
        content: "read more"
    }

    .pm-listing .pm-listing-details:not(.collapsed) p {
        max-height: 2000px
    }

    .pm-listing .pm-listing-details:not(.collapsed) .pm-more:after {
        content: "read less"
    }
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-details .pm-more {
        display: none
    }
}

.pm-listing .pm-listing-details h2 {
    font-size: 2.188em;
    font-weight: 300;
    color: #f26e6e;
    margin-bottom: 10px
}

.pm-listing .pm-listing-details small {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #563636;
    display: block;
    margin-bottom: 30px
}

.pm-listing .pm-listing-details .pm-rating-heart {
    margin-bottom: 20px
}

.pm-listing .pm-listing-details p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 40px
}

.pm-listing .pm-listing-details .pm-button {
    display: block;
    padding: 20px 0
}

.pm-listing .pm-service-check {
    padding-top: 20px;
    border-top: 1px solid #cec2c0
}

@media (min-width: 768px) {
    .pm-listing .pm-service-check {
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-service-check {
        margin-bottom: 30px
    }
}

.pm-listing .pm-service-check li {
    min-width: 150px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #f26e6e;
    position: relative;
    padding-left: 25px
}

.pm-listing .pm-service-check li:before {
    content: "";
    position: absolute;
    border-bottom: solid 3px #563636;
    border-left: solid 3px #563636;
    transform: rotate(-45deg);
    width: 14px;
    height: 6px;
    left: 0
}

.pm-listing .pm-listing-services .pm-listing-service {
    border-top: 1px solid #563636
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-services .pm-listing-service {
        margin-bottom: 80px
    }

    .pm-listing .pm-listing-services .pm-listing-service h4 {
        margin: 15px 0 35px
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-listing-services .pm-listing-service {
        margin-bottom: 50px
    }

    .pm-listing .pm-listing-services .pm-listing-service h4 {
        margin: 15px 0 25px
    }
}

.pm-listing .pm-listing-services .pm-listing-service h4 {
    font-size: 16px;
    font-weight: 600;
    color: #f26e6e
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-services .pm-listing-service ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .pm-listing .pm-listing-services .pm-listing-service ul li {
        width: 30%
    }
}

.pm-listing .pm-listing-services .pm-listing-service ul li {
    margin-bottom: 15px;
    font-weight: 300
}

.pm-listing .pm-listing-services .pm-listing-service.pm-listing-expand .pm-show-more-list {
    max-height: 1000px
}

.pm-listing .pm-listing-services .pm-listing-service.pm-listing-expand .pm-show-more:before {
    content: "Show Less"
}

.pm-listing .pm-listing-services .pm-listing-service.pm-listing-expand .pm-show-more:after {
    transform: rotate(135deg)
}

.pm-listing .pm-listing-services .pm-show-more-list {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.pm-listing .pm-listing-services .pm-show-more {
    font-size: 14px;
    color: #563636;
    font-weight: 600;
    display: block;
    margin: 10px 0;
    position: relative
}

.pm-listing .pm-listing-services .pm-show-more:before {
    content: "Show All"
}

.pm-listing .pm-listing-services .pm-show-more:after {
    content: "";
    border-bottom: solid 2px #563636;
    border-left: solid 2px #563636;
    transform: rotate(-45deg);
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 6px;
    margin-left: 6px
}

@media (min-width: 768px) {
    .pm-listing .pm-listing-reviews {
        margin-top: -130px
    }
}

.pm-listing .pm-listing-reviews .pm-listing-review-list {
    background-color: #ffffff;
    box-shadow: 0 0 4.4px 0.7px rgba(0, 0, 0, 0.06);
    box-sizing: border-box
}

@media (min-width: 961px) {
    .pm-listing .pm-listing-reviews .pm-listing-review-list {
        padding: 50px 40px 20px
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pm-listing .pm-listing-reviews .pm-listing-review-list {
        padding: 30px 20px 10px
    }
}

@media (max-width: 767px) {
    .pm-listing .pm-listing-reviews .pm-listing-review-list {
        padding: 50px 40px 20px
    }
}

.pm-listing .pm-listing-reviews .pm-listing-review-list h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f26e6e;
    text-align: center;
    margin-bottom: 15px
}

.pm-listing .pm-listing-reviews .pm-listing-review {
    border-top: 1px solid #563636;
    font-size: 14px;
    padding: 30px 0
}

.pm-listing .pm-listing-reviews .pm-listing-review p {
    margin: 15px 0;
    font-weight: 300;
    line-height: 1.5em
}

@media (max-width: 960px) {
    .pm-contact-login {
        flex-direction: column
    }
}

.pm-contact-login .pm-asset img {
    width: 100%
}

@media (min-width: 961px) {
    .pm-contact-login .pm-form-wrapper .pm-form {
        max-width: 380px;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%
    }
}

@media (max-width: 960px) {
    .pm-contact-login .pm-form-wrapper .pm-form {
        width: 90%;
        max-width: 500px;
        margin: 20px auto 40px
    }
}

.pm-contact-login .pm-form-wrapper .pm-form textarea {
    margin-bottom: 30px
}

.pm-contact-login .pm-more-ways {
    text-align: center
}

@media (max-width: 960px) {
    .pm-contact-login .pm-more-ways {
        margin-top: 40px
    }
}

@media (min-width: 1025px) {
    .pm-contact-login .pm-more-ways .facebook-login-button {
        margin-bottom: 25px
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    .pm-contact-login .pm-more-ways .facebook-login-button {
        margin-bottom: 10px
    }
}

@media (max-width: 960px) {
    .pm-contact-login .pm-more-ways .facebook-login-button {
        margin-bottom: 15px
    }
}

.pm-contact-login .pm-more-ways a {
    display: block;
    color: #f26e6e;
    font-size: 14px
}

.pm-about .pm-status {
    border-top: 4px solid #563636;
    border-bottom: 4px solid #563636
}

@media (max-width: 767px) {
    .pm-about .pm-status {
        height: 520px
    }
}

.pm-about .pm-status .pm-inner {
    justify-content: center
}

@media (min-width: 1025px) {
    .pm-about .pm-about-main {
        width: 90%;
        margin: 70px auto 100px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-about .pm-about-main {
        margin: 40px auto 60px
    }
}

@media (max-width: 767px) {
    .pm-about .pm-about-main {
        margin: 30px auto 60px
    }
}

.pm-about .pm-about-main p {
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .pm-about .pm-about-main p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .pm-about .pm-about-main p {
        font-size: 14px
    }
}

@media (min-width: 1025px) {
    .pm-about .pm-hiw {
        margin: 120px auto
    }
}

@media (max-width: 1024px) {
    .pm-about .pm-hiw {
        margin: 60px auto
    }
}

.pm-about .pm-hiw .pm-hiw-footnote {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.6em
}

@media (min-width: 768px) {
    .pm-about .pm-hiw .pm-hiw-footnote {
        margin: 30px 10%
    }
}

@media (max-width: 767px) {
    .pm-about .pm-hiw .pm-hiw-footnote {
        margin: 30px 0
    }
}

.pm-about .pm-head {
    text-align: center
}

@media (min-width: 768px) {
    .pm-about .pm-head {
        margin-bottom: 40px
    }
}

.pm-about .pm-label {
    text-align: center;
    margin-bottom: 30px
}

.pm-about .pm-button-block {
    margin: 30px 0 140px
}

@media (max-width: 767px) {
    .pm-about .pm-button-block {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .pm-blog {
        flex-direction: column
    }
}

/*@media (min-width: 768px) and (max-width: 960px) {
    .pm-blog-list {
        width: 70%;
        margin-right: 3%
    }
}*/

@media (max-width: 767px) {
    .pm-blog-article .pm-searchbox, .pm-blog-article .pm-categories,
    .pm-blog-article .pm-article-tags {
        display: none
    }
}

@media (min-width: 768px) {
    .pm-blog-list {
        width: 70%;
        margin-right: 3%;
    }

    .pm-blog-item {
        max-width: 80%;
        min-width: 450px;
    }
}

.pm-blog-list .pm-read-more {
    font-size: 14px;
    font-weight: 700;
    color: #563636;
    text-decoration: underline
}

@media (min-width: 768px) {
    .pm-blog-list .pm-pagination {
        display: flex;
        justify-content: space-between;
        margin: 60px 0
    }
}

@media (max-width: 767px) {
    .pm-blog-list .pm-pagination {
        text-align: center;
        margin: 20px 0 60px
    }

    .pm-blog-list .pm-pagination > * {
        display: block;
        margin-bottom: 20px
    }
}

.pm-blog-item {
    padding-bottom: 50px
}

.pm-blog-item:not(:first-child) {
    padding-top: 50px;
    border-top: 1px solid #563636
}

.pm-blog-item:first-child {
    padding-right: 0 !important;
}

.pm-blog-item time {
    font-size: 14px;
    font-weight: 700;
    color: #f26e6e;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

.pm-blog-item .pm-blog-title {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.4em
    padding-top: 0px;
}

.pm-blog-item img {
    margin-bottom: 30px;
}

.pm-blog-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 30px
}

.pm-blog-item h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6em
}

.pm-blog-item .pm-article-tags {
    font-weight: bold
}

.pm-blog-item .pm-article-tags a {
    text-transform: uppercase;
    color: #563636
}

.pm-article-tools {
    margin: 80px 0 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #563636;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.pm-blog-sidebar {
    display: flex;
    justify-content: flex-end;
}

.pm-blog-sidebar .pm-blog-sidebar-inner {
    width: 100%
}

@media (min-width: 768px) {
    .pm-blog-sidebar .pm-blog-sidebar-inner {
        /*max-width: 240px*/
        width: 100%;
        min-width: 230px;
    }

    .pm-blog-sidebar {
        width: 27% !important;
    }
}

.pm-blog-sidebar .pm-categories {
    text-align: center;
}

.pm-categories ul {
    list-style-type: none;
}

.pm-categories a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .pm-blog-sidebar .pm-categories {
        margin-bottom: 100px
    }
}

@media (max-width: 767px) {
    .pm-blog-sidebar .pm-categories {
        margin-bottom: 20px
    }
}

.pm-blog-sidebar .pm-categories .pm-label {
    margin-bottom: 5px
}

.pm-blog-sidebar .pm-categories ul {
    width: 100%
}

.pm-blog-sidebar .pm-categories li a {
    font-weight: 300;
    font-size: 15px
}

.pm-blog-sidebar .pm-vendor-list {
    border: none
}

.pm-blog-sidebar .pm-vendors {
    flex-direction: column
}

.pm-blog-sidebar .pm-vendors ul {
    min-width: 100%
}

.pm-more-posts {
    padding: 30px 0
}

@media (max-width: 767px) {
    .pm-more-posts {
        text-align: center;
        border-bottom: 1px solid #563636
    }
}

.pm-more-posts ul {
    display: flex
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pm-more-posts ul {
        overflow: hidden
    }

    .pm-more-posts ul li {
        min-width: calc( 50% - 40px);
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .pm-more-posts ul {
        overflow: hidden
    }

    .pm-more-posts ul li {
        min-width: 100%;
        margin-bottom: 20px;
        padding: 0 60px;
        box-sizing: border-box
    }
}

.pm-more-posts ul li {
    margin-right: 40px;
    font-weight: 300;
    line-height: 1.6em
}

.pm-more-posts ul a {
    color: #f26e6e;
    text-decoration: underline
}

.pm-more-posts h2 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.pm-more-posts .pm-related {
    margin-bottom: 60px
}

.pm-more-posts .pm-related h2 {
    color: #563636;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .pm-more-posts .pm-prev-next-post ul {
        flex-direction: column
    }

    .pm-more-posts .pm-prev-next-post ul li {
        margin-bottom: 40px
    }
}

.pm-more-posts .pm-prev-next-post h2 {
    color: #f26e6e
}

@media (min-width: 1025px) {
    .pm-more-posts .pm-prev-next-post ul li {
        max-width: calc( 33.33% - 40px)
    }
}

.pm-share ul {
    display: flex;
    margin-top: 10px
}

.pm-share ul li {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin-right: 5px;
    text-align: center
}

.pm-share ul li.facebook {
    background-color: #3b5998
}

.pm-share ul li.twitter {
    background-color: #2ba9e1
}

.pm-share ul li.gplus {
    background-color: #de4b38
}

.pm-share ul li img {
    width: 70%;
    margin-top: 4px
}
