/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}body {
    font-family: 'Poppins', sans-serif;
    margin: 0!important;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
}

a {
    text-decoration: none;
    transition: all 0.5s;
    outline: none;
}

.header-section-desktop {
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-logo {
    display: inline-block;
    margin-right: 20px;
    outline: none;
}

.header-menu,
.header-social-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.header-menu li,
.header-social-menu li {
    display: inline-block;
}

.header-menu li {
    margin: 0 20px;
}

.header-menu li a {
    padding: 5px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #313B22 !important;
    position: relative;
    outline: none;
}

.header-menu li a:hover,
.header-menu li.current-menu-item a {
    text-decoration: none;
    color: #8C8A4B !important;
}

.single-artist .header-menu li.artists-nav a,
.single-artworks .header-menu li.art-nav a,
.header-menu li.current-menu-parent a {
    color: #8C8A4B !important;
}

.single-artist .header-menu li.artists-nav a:after,
.single-artworks .header-menu li.art-nav a:after,
.header-menu li.current-menu-parent a:after,
.header-menu li.current-menu-item a:after {
    position: absolute;
    width: 46px;
    height: 2px;
    content: '';
    background: #8C8A4B;
    bottom: 0;
    left: calc(50% - 23px);
}

.header-menu li.menu-item-has-children {
    position: relative;
}

.header-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    padding: 0;
    margin: 5px 0 0;
    min-width: 240px;
    display: none;
    transition: all 0.5s ease;
    left: calc(50% - 120px);
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
}

.home .header-menu li.menu-item-has-children .sub-menu {
    background: #303a22;
}

.header-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.header-menu li.menu-item-has-children .sub-menu li {
    display: block;
    text-align: center;
    margin: 0 0 5px;
}

.header-menu li.menu-item-has-children .sub-menu li a {
    font-size: 12px;
    position: relative;
}

.header-menu li.menu-item-has-children .sub-menu li a:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 1px;
    background: #8C8A4B;
    bottom: 0;
    left: calc(50% - 23px);
}

.header-menu li.menu-item-has-children .sub-menu li:last-child a:after {
    height: 0;
}

.header-social-menu li {
    margin-right: 10px;
}

header .search-form {
    position: relative;
    margin-top: 15px;
}

header .search-field {
    font-size: 12px;
    border: 1px solid #DBDBDB;
    box-shadow: none;
    border-radius: 3px;
    width: 132px;
    padding-right: 20px!important;
}

header .search-submit {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: transparent!important;
    background-image: url(//www.bozemantrailgallery.com/wp-content/themes/bozeman/assets/images/SearchBox.png)!important;
    background-repeat: no-repeat!important;
    background-size: 13px!important;
    box-shadow: none;
    border: none!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.mobile-header-logo {
    display: inline-block;
    position: relative;
    top: -20px;
}

.hamberger {
    display: inline-block;
    width: 37px;
    margin-top: 20px;
    cursor: pointer;
}

.toggle-bar {
    width: 100%;
    height: 3px;
    background: #313B22;
    display: block;
    margin-bottom: 4px;
}

.header-logo {
    outline: none;
}


/* Mobile overlay styles */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #313B22;
    overflow-y: scroll;
    transition: 0.5s;
}

.mobile-menu .sub-menu,
.mobile-menu {
    padding: 0;
    margin: 0;
}

.mobile-menu .sub-menu {
    background: #8C8A4B;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
    position: relative;
    margin-bottom: 10px;
}

.mobile-menu .sub-menu li a {
    margin-bottom: 0px;
}

.overlay a:hover,
.overlay a:visited,
.overlay a:focus {
    color: #f1f1f1;
}

.single-artist .overlay li.artists-nav a:after,
.single-artworks .overlay li.art-nav a:after,
.overlay li.current-menu-parent a:after,
.overlay li.current-menu-item a:after {
    position: absolute;
    width: 46px;
    height: 3px;
    content: '';
    background: #8C8A4B;
    bottom: 0;
    left: calc(50% - 23px);
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 60px;
}

.footer-top-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.footer-top-section img {
    margin-bottom: 30px;
}

.footer-top-section h3 {
    font-weight: 700;
    font-size: 28px;
    color: #8C8A4B;
    letter-spacing: 3px;
    line-height: 42px;
}

.footer-top-section p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 25px;
    color: #4d4d4d;
}

.home .footer-top-section p {
    max-width: 610px;
}

.modal-close {
    cursor: pointer;
}

a.modal-contact,
.footer-top-section a {
    padding: 8px 25px;
    background: #8C8A4B;
    border: 2px solid #8C8A4B;
    display: inline-block;
    color: #fff;
    letter-spacing: 3px;
}

a.modal-contact {
    display: inline-block;
    margin-top: 20px;
}

a.modal-contact:visited,
.footer-top-section a:visited {
    color: #fff!important;
}

a.modal-contact:hover,
.footer-top-section a:hover {
    text-decoration: none;
    color: #8C8A4B!important;
    background: rgba(140, 138, 75, 0.25);
}

.footer-bottom-bar {
    background: url(//www.bozemantrailgallery.com/wp-content/themes/bozeman/assets/images/Group-48@2x.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-menu,
.footer-social-menu {
    list-style: none;
    margin: 0;
    font-size: 17px;
    padding: 0;
    padding-left: 10px;
}

.footer-menu li,
.footer-social-menu li {
    display: inline-block;
    margin-right: 30px;
    line-height: 24px;
}

.footer-menu li a {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}

.single-artist .footer-menu li.artist-nav a,
.single-artworks .footer-menu li.art-nav a,
.archive.tax-medium .footer-menu li.art-nav a,
.footer-menu li.current-menu-item a,
.footer-menu li a:hover {
    color: #8C8A4B;
    text-decoration: none;
    outline: none;
}

.footer-bottom-bar p.copyright {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 26px;
}

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

.entry-content {
    margin-top: 0!important;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-form label {
    font-size: 14px;
    color: #8C8A4B;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 6px;
}

.wpcf7-form label .wpcf7-form-control {
    width: 100%;
    border: 2px solid #8C8A4B;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.wpcf7-form label textarea.wpcf7-form-control {
    min-height: 122px;
    height: 122px;
}

input[type="submit"].available {
    transition: all 0.5s;
    background: #313B22!important;
    padding: 16px 33px!important;
    font: 400 14px/12px 'Poppins', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    color: #ffffff!important;
    border: 2px solid #313B22!important;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0;
}

input[type="submit"].available:hover {
    background: #EAEAEA!important;
    border: 2px solid #fff!important;
}

div.wpcf7-response-output {
    margin-left: 0!important;
}

.p-margin-0 p {
    margin-bottom: 0;
}

.max-width-245 img {
    max-width: 245px!important;
}

.max-width-270 img {
    max-width: 270px!important;
}

.back-to-top {
    display: inline-block;
    min-width: 212px;
    border: 2px solid #999999;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px;
    text-align: center;
    margin: 0 auto 40px;
    cursor: pointer;
}

.font-weight-300 {
    font-weight: 300;
}

.search .entry-title {
    margin-bottom: 12px;
}

.search .entry-title a {
    color: #8C8A4B;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

.search article.page {
    margin: 0 0 2.5em;
}

.search .entry-title a:hover,
.search .entry-title a:visited {
    color: #8C8A4B;
    text-decoration: none;
}

.search .entry-summary {
    margin-top: 10px;
}

.search h1.page-title {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4D4D4D;
    line-height: 40px;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.search h1.page-title span {
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0px;
}

.search h1.page-title>span {
    display: block;
}

.search h1.page-title span.search-key {
    font-style: italic;
    font-weight: 700;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 18px;
    font-weight: 700;
}

.wp-pagenavi a:visited,
.wp-pagenavi a {
    color: #7F7F7F;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
    color: #8C8A4B;
}

.wp-pagenavi a,
.wp-pagenavi span .wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi .page {
    border: none;
    outline: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-indent: -9999px;
    padding: 0;
    border: 2px solid #8C8A4B;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    border-color: #313B22;
}

.wp-pagenavi .previouspostslink {
    background-image: url(//www.bozemantrailgallery.com/wp-content/themes/bozeman/assets/images/prev-nav-arrow.png);
    margin-right: 20px;
}

.wp-pagenavi .nextpostslink {
    background-image: url(//www.bozemantrailgallery.com/wp-content/themes/bozeman/assets/images/next-nav-arrow.png);
    margin-left: 20px;
}

.entry-summary p {
    display: inline;
}

.search-readmore {
    font-size: 16;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
    color: #8C8A4B;
}

.search-readmore:visited {
    color: #8C8A4B;
}

.search-readmore:hover {
    text-decoration: none;
}

.search-permalink {
    font-size: 16px;
    font-weight: 700;
    color: #7F7F7F;
    text-decoration: none;
    display: block;
}

.search-permalink:visited {
    color: #7F7F7F;
}

.search-permalink:hover {
    text-decoration: underline;
}

.single-post a:hover,
.single-post a:visited,
.single-post a,
.comments-link a:hover,
.comments-link a:visited,
.comments-link a,
.cat-links a:visited,
.cat-links a:hover,
.cat-links a,
.entry-meta a:hover,
.entry-meta a:visited,
.entry-meta a {
    color: #8C8A4B;
}

.comments-link {
    display: inline-block;
    margin-left: 10px;
}

.search .site-main,
.post-template-default .site-main,
.page-template-default .site-main {
    margin-bottom: 80px;
}

.search .page-content input[type="submit"] {
    transition: all 0.5s;
    background: #313B22!important;
    font: 400 14px/12px 'Poppins', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    color: #ffffff!important;
    border: 2px solid #313B22!important;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0;
}

.art-details-box {
    margin-bottom: 10px;
}

.tax-artist-wrapper p:empty {
    margin-bottom: 0!important;
}

@media (min-width: 993px) and (max-width: 1250px) {
    .fl-col.fl-col-small.signature-col {
        width: 100%;
        float: none;
    }
}

@media (min-width: 1450px) {
    .container {
        max-width: 1388px;
    }
    .fl-row {
        max-width: 1440px;
    }
    .fl-row.fl-row-full-width.fl-row-bg-color.home-banner-row {
        max-width: 100%;
    }
}

@media (min-width: 1400px) and (max-width: 1449px) {
    .container {
        max-width: 1375px;
    }
    .fl-row {
        max-width: 1415px;
    }
    .fl-row.fl-row-full-width.fl-row-bg-color.home-banner-row {
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1186px!important;
    }
    .fl-row {
        max-width: 1240px;
    }
    .fl-row.fl-row-full-width.fl-row-bg-color.home-banner-row {
        max-width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .header-menu li {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-menu li a {
        font-size: 14px;
    }
    .header-menu li {
        margin: 0 12px;
    }
}

@media (min-width: 992px) {
    .home header {
        background: #303a22;
    }
    .home .header-menu li a {
        color: #fff !important;
    }
    .hide-desktop {
        display: none!important;
    }
}

@media (max-width: 991px) {
    .hide-mobile {
        display: none!important;
    }
    header .search-form {
        display: inline-block;
        margin-bottom: 20px;
    }
    header .search-field {
        width: 183px;
    }
    .footer-top-section h3 {
        font-size: 24px;
    }
    .footer-bottom-bar {
        background-image: url(//www.bozemantrailgallery.com/wp-content/themes/bozeman/assets/images/mob-footer-bg@2x.png);
        padding-top: 90px;
        padding-bottom: 5px;
    }
    .footer-menu li {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer-social-menu li:last-child {
        margin-right: 0;
    }
    .copyright {
        float: none;
        text-align: center;
    }
    .footer-social-menu {
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-logo {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .home .fl-col-group.fl-col-group-responsive-reversed .fl-col-small {
        max-width: 400px!important;
    }
    .fl-col-small.col-max-width-100 {
        max-width: 100%!important;
    }
    .search h1.page-title {
        font-size: 34px;
    }
}

@media (max-width: 349px) {
    .footer-top-section a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .small-mob-size-12 a {
        font-size: 12px!important;
    }
    .search h1.page-title {
        font-size: 32px;
    }
}


/**/


/* Art Page Styles */

.single-artworks h1.page-title {
    color: #7F7F7F;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 40px;
    margin: 0;
}

.artist-single-wrapper,
.art-single-wrapper {
    margin: 30px 0;
}

.art-single-wrapper a {
    text-decoration: none;
    outline: none;
}

.artist-single-wrapper a:visited:hover,
.art-single-wrapper a:visited:hover .artist-single-wrapper a:hover,
.art-single-wrapper a:hover,
a.achor-decoration-none:hover {
    text-decoration: none!important;
}

.artist-image-holder,
.art-image-holder {
    min-height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-bottom: 30px;
}

.artist-image-holder {
    background-position: top;
}

.artist-name,
.art-name {
    color: #8C8A4B;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.archive .artist-name,
.archive .art-name {
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    font-size: 24px;
}

.archive .art-name {
    font-size: 28px;
}

.artist-name-italic {
    font-family: 'IM Fell DW Pica', serif;
    font-size: 24px;
    color: #7F7F7F;
    font-style: italic;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 5px!important;
}

.art-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #4D4D4D;
}

.art-spec {
    font-size: 12px;
    color: #4D4D4D;
}

.available-btn {
    transition: all 0.5s;
    background: #313B22;
    padding: 11.6px 21px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    color: #fff!important;
    border: 2px solid #313B22;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    min-width: 148px;
    text-align: center;
}


/* .archive.tax-medium .onhold,
.archive.tax-medium .solid,
.archive.tax-medium .available-btn {
    font-size: 9px;
    padding: 10px 21px;
    min-width: 112px;
    text-align: center;
} */

.available-btn:hover {
    background: #EAEAEA;
    border: 2px solid #fff;
}

.detailed-spec {
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 24px;
    margin-bottom: 0;
}

.btn-margin {
    display: inline-block;
    margin-bottom: 30px;
}

.art-detail-row {
    margin-top: 20px;
}

.art-detail-row .artist-name-italic {
    margin-top: 15px;
    margin-bottom: 0;
}

.prev-page {
    color: #4D4D4D;
    font-size: 14px;
    letter-spacing: 1px;
    background: url(//www.bozemantrailgallery.com/wp-content/themes/bozeman/assets/images/prev-page-arrow.png) no-repeat center left;
    background-size: 5px 7px;
    padding-left: 12px;
}

.prev-page:visited {
    color: #4D4D4D;
}

.art-sub-head {
    font-size: 14px;
    text-transform: capitalize;
}

.art-cat-link {
    display: inline-block;
    font-size: 10px;
    color: #7F7F7F!important;
    border: 1px solid rgba(153, 153, 153, 0.5);
    padding: 4px 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 1rem;
}

.sold-label {
    display: inline-block;
    border: 2px solid #8C8A4B;
    padding: 11.5px 54px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    background: rgba(140, 138, 75, 0.10);
    color: #8C8A4B;
    letter-spacing: 1px;
}

.img-responsive {
    max-width: 100%;
}

.contact-gallery {
    padding: 10px 40px;
    background: #8C8A4B;
    border: 2px solid #8C8A4B;
    display: inline-block;
    color: #fff!important;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.contact-gallery:hover {
    text-decoration: none;
    color: #8C8A4B!important;
    background: rgba(140, 138, 75, 0.25);
}

.art-social-menu {
    list-style: none;
    margin: 0;
    font-size: 17px;
    padding: 0;
    margin-bottom: 80px;
}

.art-social-menu li {
    display: inline-block;
    margin-right: 20px;
    line-height: 24px;
}

.art-post-nav {
    margin-top: 40px;
    margin-bottom: 100px;
}

.art-post-nav a {
    display: inline-block;
}

.prev-post {
    margin-right: 10px;
}

.slick-prev img,
.slick-next img,
.art-post-nav img {
    border: 2px solid rgba(140, 138, 75, 0.5);
}

.artist-italic-quote {
    font-family: 'IM Fell DW Pica', serif;
    font-size: 30px;
    color: #7F7F7F;
    font-style: italic;
    line-height: 40px;
    margin: 30px 0 25px;
}

.tax-artist-wrapper p:not(:empty) {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #4D4D4D;
}

.art-gallery {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.modal-link {
    display: block;
}

.modal-open .modal {
    background: #313B22;
}

.modal-dialog {
    max-width: 100%;
}

.modal-content {
    background: #313B22;
    max-width: 691px;
    margin: auto;
    box-shadow: none;
    border: none;
}

.modal-content .modal-available:hover {
    background: #313B22!important;
    text-decoration: none;
}

.modal-content .img-responsive {
    margin-bottom: 20px;
}

.single-artist .modal-content .img-responsive {
    max-height: 42vh;
}

.single-artist .modal-dialog {
    margin-bottom: 0;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-artwork-heading {
    color: #D0BD8F;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.modal-artist-name {
    font-family: 'IM Fell DW Pica', serif;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    line-height: 30px;
}

.modal-art-spec {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.modal-available {
    border: 2px solid #FFFFFF;
    font-size: 14px;
    padding: 12px 26px;
}

.art-wrapper {
    padding-bottom: 70px;
}


/* .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
} */


/* Slick Slider */

.slider {
    width: 100%;
    margin: 26px auto 40px;
}

.slick-slide {
    margin: 0px 15px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-slide a {
    cursor: pointer;
}

.slick-list {
    padding-bottom: 80px;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-next,
.slick-prev {
    position: absolute;
    bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 99;
}

.slick-prev {
    left: calc(50% - 56px);
}

.slick-next {
    right: calc(50% - 56px);
}

.page-template-page-artwork h1.page-title {
    margin-bottom: 0;
}

.bio-ref strong {
    text-transform: uppercase;
    display: block;
}

.bio-ref a {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #4D4D4D;
    text-decoration: underline;
    word-break: break-all;
}

.bio-ref a:visited {
    color: #4D4D4D;
}

.bio-ref a:hover {
    text-decoration: none;
}


/* hover effect for archive page */

.artist-image-holder {
    position: relative;
}

.artist-image-holder.with-image-thumb:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    content: "";
    z-index: 0;
}

.artist-image-holder .artwork-thumb-image {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    transition: all 0.25s ease;
}

.artist-image-holder:hover .artwork-thumb-image {
    opacity: 1;
}

.artist-image-holder:hover .artwork-thumb-image.no-image-thumb {
    opacity: 0;
}

#section-quick-links .fl-col-group-equal-height {
    height: 100%;
}

.cpt-section .fl-photo-img-svg img {
    width: 50px;
}

.page-wrapper {
    position: relative;
    min-height: 100vh;
}

.header-content-wrapper {
    padding-bottom: 86px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 86px;
}

.grecaptcha-badge {
    z-index: 99;
}

.art-edition {
    margin-bottom: 2px;
}

@media (min-width: 992px) and (max-width: 1299px) {
    .art-detail-row .col-lg-5 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (max-width: 992px) {
    .cpt-section .fl-photo-img-svg img {
        width: 36px;
    }
}

@media (max-width: 991px) {
    .art-social-menu {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .art-post-nav {
        text-align: center;
    }
    .slider-wrapper {
        overflow: hidden;
        position: relative;
        margin-left: 20px;
        margin-top: 20px;
    }
    .artwork-slider {
        position: relative;
    }
    .slide-item {
        float: left;
        position: relative;
        display: block;
        /* max-height: 260px; */
    }
    .slider-prev {
        margin-right: 10px;
        margin-left: -20px;
    }
    .slider-prev,
    .slider-next {
        outline: none;
    }
}

@media (max-width: 767px) {
    .archive.tax-medium h1 {
        /* word-break: break-all; */
    }
    .artist-name,
    .archive .artname,
    .art-name {
        font-size: 20px;
        line-height: 25px;
    }
    .art-detail-row .art-name {
        margin-top: 30px;
    }
    .art-cat-link {
        margin-bottom: 20px;
    }
    .sold-label {
        margin-bottom: 15px;
    }
    .slide-item img {
        margin-bottom: 20px;
    }
    .slider-wrapper {
        height: auto!important;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

.available-btn.btn-margin:hover {
    background: #313B22;
    border: 2px solid #313B22;
}

@media (max-width: 600px) {
    a.modal-contact {
        padding: 8px 12px;
        font-size: 12px;
    }
    .contact-gallery {
        padding: 10px 20px;
    }
    .archive.tax-medium h1 {
        font-size: 30px;
    }
    .single-artworks h1.page-title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 350px) {
    a.modal-contact {
        font-size: 10px;
    }
    .contact-gallery {
        padding: 8px 12px;
        font-size: 12px;
    }
    .archive.tax-medium h1 {
        font-size: 24px;
    }
    .single-artworks h1.page-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .single-artist .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}/* 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;
    }
}