/* Set colors */

:root {
    --gold: #E0B244;
    --sand: #C48E3F;
    --ochre: #A26328;
    --light-green: #8C8A4B;
    --dark-green: #313B22;
    --white: #ffffff;
    --puce: #D0BD8F;
    --stone: #A4865E;
    --mid-brown: #6E4A2F;
    --dark-brown: #362716;
    --head-color: #7F7F7F;
    --placeholder: #B4B4B4;
    --light-green-rgb: 140, 138, 75;
    --alpha25: .25;
    --alpha50: 0.5;
    --alpha10: 0.1;
}


/* Set Heading */

h1 {
    font: 700 40px/60px 'Poppins', sans-serif;
    color: #7F7F7F;
}

h2 {
    /* font: 400 20px/30px 'Poppins', sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #7F7F7F;
}

h3 {
    font: 700 14px/21px 'Poppins', sans-serif;
    color: #7F7F7F;
}

p {
    font: 400 14px/21px 'Poppins', sans-serif;
    color: #7F7F7F;
}

.title .fl-heading-text {
    font-family: 'IM Fell DW Pica', serif;
    color: #7F7F7F;
}

.secondary-body {
    font: 400 12px/18px 'Poppins', sans-serif;
    color: #7F7F7F;
}

.Placeholder {
    font: italic 12px/18px 'Poppins', sans-serif;
    color: #B4B4B4;
}

.button {
    font: 400 10px/12px 'Poppins', sans-serif;
    color: #7F7F7F;
    letter-spacing: 3px;
}


/*Set paragraph content */

.large-body {
    font: 400 20px/30px 'Poppins', sans-serif;
    color: #7F7F7F;
}

.body {
    font: 400 14px/24px 'Poppins', sans-serif;
    color: #7F7F7F;
}

.small-body p {
    font: 400 12px/18px 'Poppins', sans-serif;
    color: #B4B4B4;
}


/* Set button */

.button-cmn {
    background: #8C8A4B;
    padding: 10px 123px;
    font: 400 18px/12px 'Poppins', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    color: #ffffff;
}

.available {
    background: #313B22;
    padding: 16px 15px;
    font: 700 14px/12px 'Poppins', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #313B22;
    text-transform: uppercase;
    min-width: 148px;
    text-align: center;
}

.available:hover {
    background: #EAEAEA;
    border: 2px solid #fff;
}

.onhold {
    background-color: #8C8A4B;
    padding: 16px 15px;
    font: 700 14px/12px 'Poppins', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #8C8A4B;
    text-transform: uppercase;
    min-width: 148px;
    text-align: center;
}


/* .onhold:hover {
    background-color: rgba(140, 138, 75, .25);
    border: 2px solid #8C8A4B;
    color: #8C8A4B;
} */

.solid {
    background-color: rgba(140, 138, 75, 0.5);
    padding: 16px 15px;
    font: 700 14px/12px 'Poppins', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    color: #ffffff;
    border: 2px solid rgba(140, 138, 75, 0.5);
    text-transform: uppercase;
    min-width: 148px;
    text-align: center;
}

.solid:hover {
    background-color: rgba(140, 138, 75, 0.1);
    border: 2px solid rgba(140, 138, 75, 0.5);
    color: rgba(140, 138, 75, 0.5);
}

.single-artist .solid:hover,
.single-artworks .solid:hover {
    background-color: rgba(140, 138, 75, 0.5);
    color: #ffffff;
}


/* Home page setting */

.cpt-section img {
    max-width: 202px !important;
}

.cpt-section .content-wrap {
    background: #8C8A4B;
    padding: 20px 0;
    position: relative;
    right: 45px;
}

.cpt-section .left-space {
    padding-left: 25px;
}

.cpt-section .left-space>.fl-col-content {
    background-position: -27px center;
}

.cpt-section .right-card-home>.fl-col-content {
    background-position: -15px center;
}

.cpt-section .content-wrap h2 {
    font: 700 28px/42px 'Poppins', sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

.cpt-section .content-wrap p {
    font: 400 16px/20px 'Poppins', sans-serif;
    text-align: left;
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 78%;
}

.cpt-section .content-wrap .arrow {
    position: absolute;
    right: -44px;
    top: calc(50% - 44px);
}


/* .card-right-arrow .arrow {
    right: -49px !important;
} */

.cpt-section .right-side-card-about>.fl-col-content {
    background-position: -26px top;
}

.home-card-large p {
    margin-left: 20px;
}

.home-card-large .fl-heading,
.home-card-large2 .txt-brk .fl-heading {
    color: #8C8A4B;
    line-height: 42px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) and (min-width: 837px) {
    .home-card-large2 .txt-brk .fl-heading {
        width: 70% !important;
    }
}


/* .home-card-large2 .txt-brk .fl-heading {
    width: 45%;
} */

.home-card-large2 p {
    margin-right: 20px;
}

.about-content-area p {
    color: #4D4D4D !important;
    font: 400 16px/30px 'Poppins', sans-serif;
}

.signature-head p {
    font: italic 400 14px/20px 'Poppins', sans-serif;
}

.crop-image {
    min-height: 300px;
    overflow: hidden;
    max-height: 300px;
}


/* .home-card-img .fl-node-content{
        background-position:left -516px !important
    } */

@media (max-width: 1024px) {
    .home-card-large p {
        margin-left: 0px;
    }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    .card-col-xs .fl-col-content {
        display: flex !important;
    }
    .home-card-large .xs-large-card-outer>.fl-node-content {
        display: flex !important;
    }
    .card-desc-xs {
        float: left;
        width: 100%;
    }
    .card-link-xs {
        float: right;
        width: 100%;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .cpt-section .content-wrap {
        right: 0;
        margin-right: 44px;
        min-height: 131px;
    }
    .title .fl-heading-text {
        padding-top: 30px !important;
        display: block;
    }
}

@media (min-width: 992px) {
    .home-banner-row .fl-row-content-wrap {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .home-banner-row .fl-module-photo.fl-visible-desktop {
        display: block!important;
    }
}

@media (min-width: 1417px) {
    .home .cpt-section .content-wrap {
        min-height: 173px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1416px) {
    .cpt-section .content-wrap {
        min-height: 173px;
    }
}

@media (min-width: 993px) and (max-width: 1420px) {
    .fl-col.content-wrap,
    .fl-col.left-space {
        width: 50%;
    }
    .cpt-section .content-wrap p {
        width: 95%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cpt-section .content-wrap h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .cpt-section .content-wrap p {
        font-size: 12px!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1110px) {
    .cpt-section .content-wrap p {
        font-size: 14px;
    }
    .cpt-section .content-wrap {
        min-height: 150px;
    }
}

@media (max-width: 768px) {
    .card-col-xs .fl-col-content {
        display: table !important;
    }
    .home-card-large .xs-large-card-outer>.fl-node-content {
        display: table !important;
    }
    .card-desc-xs {
        float: left;
        width: 80%;
    }
    .card-link-xs {
        float: right;
        width: 20%;
    }
}

@media (max-width: 991px) {
    .cpt-section .content-wrap .arrow {
        position: absolute;
        right: -40px;
        top: calc(50% - 38px);
    }
    .home-card-large .card-desc-xs {
        display: table-cell;
    }
    .home-card-large .card-link-xs {
        display: table-cell;
    }
    .home-card-img .fl-node-content {
        background-position: left 0px !important
    }
    .home-card-large2 p {
        margin-right: 0px;
    }
    .cpt-section .content-wrap {
        margin-bottom: 30px;
    }
    .home-card-large p {
        margin-right: 0;
        margin-left: 0;
    }
    .cpt-section .content-wrap {
        margin-bottom: 20px;
    }
    .card-col-xs .card-desc-xs,
    .card-col-xs .card-link-xs {
        display: table-cell
    }
    .card-link-xs img {
        max-width: 50px !important;
    }
    .home-card-large2 .txt-brk .fl-heading {
        width: 100%;
    }
    .cpt-section {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .bg-green-xs {
        background-color: #303a22;
    }
    .cpt-section .content-wrap p {
        font: 400 12px/20px 'Poppins', sans-serif;
        width: 100%;
    }
    /* .title .fl-heading-text {
        font-size: 21px;
        line-height: 25px;
    } */
    .title-custom-xs .fl-col-content {
        background-position: right 33px !important;
        background-attachment: scroll !important;
        background-size: 162px !important;
    }
    /* .post, .page {
        margin: 0 0 0 !important;
    } */
    .footer-top-section {
        padding-top: 0px !important;
    }
}