/*
Cutting Edge Template — Refit
Class names preserved. Inner styles completely redesigned.

Old palette: black #000 + gold #D2B55B + Oswald
New palette: cream #F7F4EE + ink #14110E + coral #E94B3C + Fraunces/Inter

Table of Contents:
        Reset
        Common
        Typography
        Layout
        Supersized Slideshow
        Youtube Player
        Parallax
        Twitter
        Salon
        Stats
        Awards
        Services
        Promotions
        Gallery
        Contacts
        Flickr
        Alert Boxes
        Footer
        Social
        Misc
        Media Queries
*/


/* #Reset & Basics (Inspired by E. Meyers)
--------------------------------------------------------*/

html, body {
    height: 100%;
}
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;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1.5;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}


/* Commons
--------------------------------------------------------*/


::-moz-selection {background: #E94B3C;color: #fff; }
::selection {background: #E94B3C;color: #fff; }

body {
        background-color: #F7F4EE;
        font: 16px 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        font-weight: 400;
        color: #14110E;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        text-align: left;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 1.6;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #14110E;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
        margin-top: 30px;
    height: 0;
    overflow: hidden;
        width: 100%;
        border-bottom: 4px solid #E94B3C;
    border-top: 4px solid #E94B3C;
    border-radius: 4px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
        display: none;
}

img.scale-with-grid {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
}


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
        font-weight: 500;
        font-family: 'Fraunces', Georgia, serif;
        color: #14110E;
        margin: 0 0 12px;
        line-height: 1.1;
        letter-spacing: -0.02em;
}
h1 {
        font-size: clamp(48px, 7vw, 88px);
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    position: relative;
    text-transform: none;
        line-height: 1;
}
h1 span{
        color: #E94B3C;
        font-style: italic;
}
h2 {
        font-size: clamp(36px, 4vw, 52px);
        text-transform: none;
        position: relative;
        font-weight: 500;
}
h2.white {
        color: #F7F4EE;
}
h3 {
        font-size: 24px;
        line-height: 1.3;
        color: #6B6358;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
}
h3.sectionTitle {
    border-bottom: 2px solid #E8E2D6;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    padding: 32px 0 12px;
    color: #14110E;
    font-family: 'Fraunces', serif;
    font-weight: 500;
}
.small {font-size: 38px; font-weight:400; font-family: 'Fraunces', serif;}
.smallBold {font-size: 38px; font-weight:600; font-family: 'Fraunces', serif;}
.medium {font-size: 48px; text-transform: none; font-family: 'Fraunces', serif;}
.mediumBold {font-size: 48px; font-weight:600; text-transform: none; font-family: 'Fraunces', serif;}
.large {font-size: 60px; text-transform: none; font-family: 'Fraunces', serif;}
.largeBold {font-size: 60px; font-weight:600; text-transform: none; font-family: 'Fraunces', serif;}
.author {font-size: 18px; font-weight:500; color: #6B6358;}

h4 {
        font-size: 22px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        color: #14110E;
}
p {
        margin-bottom: 16px;
        line-height: 1.7;
        color: #4A4239;
}
p a {
        color: #E94B3C;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
}
p a:hover {
        color:#C73D2E;
        transition: color 0.25s ease;
}
a {
        color:#E94B3C;
        text-decoration:none;
        transition: color 0.25s ease;
}
a:hover{
        color:#C73D2E;
}
strong {
        font-weight: 600;
}
.introtext {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 1.6;
        color: #4A4239;
        font-weight: 400;
}
.marginTop {
        margin-top: 40px;
}
.highlight {
    background: #E94B3C;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 4px;
}
.dropcap {
    background: #14110E;
    color: #F7F4EE;
    display: inline-block;
    float: left;
    font-size: 32px;
    font-weight: 600;
    height: 52px;
    line-height: 52px;
    margin: 6px 12px 0 0;
    text-align: center;
    width: 52px;
    border-radius: 10px;
    font-family: 'Fraunces', serif;
}

/* Layout
--------------------------------------------------------*/

.homepage{
        position:relative;
        overflow:hidden;
        z-index:1;
        margin-bottom: -50px;
}
.page{
        position:relative;
        overflow:hidden;
        z-index:2;
}
.page.desktop{
        position:relative !important;
        z-index:6;
}
.page {
        padding-top: 120px;
        padding-bottom: 120px;
}
.page{
        background:#F7F4EE;
        background-attachment:scroll;
}
nav {
        background: rgba(247, 244, 238, 0.85);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 1000;
        height: 72px;
        text-align: center;
        border-bottom: 1px solid rgba(20, 17, 14, 0.08);
}
nav ul {
        height: 72px;
        display: inline-block;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
}
nav ul li {
        position: relative;
        float: left;
        margin: 0;
}
nav ul li a {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #14110E;
        text-decoration: none;
        text-transform: none;
        padding: 10px 18px;
        border-radius: 999px;
        display: inline-block;
        position: relative;
        transition: all 0.25s ease;
        letter-spacing: -0.01em;
}
nav ul li a:hover {
        color: #E94B3C;
        background: rgba(233, 75, 60, 0.08);
        transition: all 0.25s ease;
}
.dropmenu {
        display: none;
}

#homepage .container {
    height: 100%;
}
.logo {
        float: right;
        margin-top: 28px;
}

/* supersized slideshow
--------------------------------------------------------*/

.slider-text {
    width: 100%;
}
.slider-text {
    bottom: 0px;
    min-height: 220px;
    overflow: hidden;
    position: absolute;
}
#prevslide, #nextslide{
        position:absolute;
        height:44px;
        width:44px;
        top:64px;
        margin-top:-22px;
        opacity:0.85;
        border-radius: 12px;
        border: 1px solid rgba(247, 244, 238, 0.2);
        transition: all 0.25s ease;
}
#prevslide{
        right:72px;
        background:url('../images/icons/icon-up-arrow.png') center center no-repeat #14110E;
}
#nextslide{
        right:16px;
        background:url('../images/icons/icon-down-arrow.png') center center no-repeat #14110E;
}
#prevslide:active, #nextslide:active{
        margin-top:-20px;
}
#prevslide:hover, #nextslide:hover{
        cursor:pointer;
        opacity: 1;
        background-color: #E94B3C;
}

#slidecaption h2{
        text-shadow: 0 2px 20px rgba(20,17,14,0.5);
        font-weight: 500;
        font-size: clamp(48px, 7vw, 84px);
        color: #F7F4EE;
        text-align: left;
        line-height: 1.05;
        font-family: 'Fraunces', serif;
        letter-spacing: -0.02em;
}
#slidecaption h2 span{
        font-weight: 400;
        font-style: italic;
        color: #E94B3C;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#14110E; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#14110E url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


/* parallax
--------------------------------------------------------*/

.parallax{
        width:100%;
        height:520px;
        padding:0;
        margin:0;
        background-attachment:fixed;
        background-repeat:no-repeat;
        border-top:1px solid rgba(20,17,14,0.08);
        border-bottom:1px solid rgba(20,17,14,0.08);
        color:#F7F4EE;
        position:relative;
        background-size: cover;
}
.parallax .quoteWrap{
        display:table;
        width:100%;
        height:100%;
        padding:0 !important;
        margin:0 !important;
        background: linear-gradient(180deg, rgba(20,17,14,0.65) 0%, rgba(20,17,14,0.45) 100%);
}
.parallax.fixed{
        background-attachment:fixed;
}
.parallax.fixed-desktop{
        background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
        display: table-cell;
        vertical-align:middle;
}
.parallax {
        text-align:center;
}
.parallax h3 span{
        text-shadow: 0 2px 20px rgba(0,0,0,0.4);
        color: #F7F4EE;
        font-style: italic;
}
.parallaxText {
        display: table-cell;
        vertical-align: middle;
}
.imageClip {
        background:url(../images/parallax/model-clipped.png) center center no-repeat;
        width: 287px;
        height: 800px;
        margin: -500px auto 0 auto;
}
.cutting {
        font-size: 160px;
        font-weight: 600;
        opacity: 0.08;
        margin-left: -150px;
        font-family: 'Fraunces', serif;
        color: #14110E;
        letter-spacing: -0.04em;
}

/* Twitter
--------------------------------------------------------*/
#twitter li {
        margin: 0;
        padding: 56px 0 0 0;
        background: url(../images/icons/social-twitter.png) no-repeat center top;
        font-size: 22px;
        text-shadow: 0 2px 12px rgba(0,0,0,0.4);
        font-family: 'Fraunces', serif;
        font-style: italic;
        color: #F7F4EE;
}

#twitter a {
        color: #E94B3C;
        text-shadow: 0 2px 12px rgba(0,0,0,0.4);
        font-size: 22px;
        text-decoration: underline;
        text-underline-offset: 4px;
}
#twitter a:hover {
        color: #F7F4EE;
}

#twitter b a {
        color: #F7F4EE;
        color: rgba(247, 244, 238, 0.7);
        font-weight: 400;
        font-size: 16px;
        font-style: normal;
        font-family: 'Inter', sans-serif;
        text-shadow: none;
        text-decoration: none;
}


/* Salon
--------------------------------------------------------*/

#salon {
        clear: left;
}
.salonImage {
        margin-bottom: 32px;
        border-radius: 16px;
        overflow: hidden;
}
.teamImage img {
    border-radius: 16px;
        margin: 24px auto 32px;
        box-shadow: 0 12px 32px rgba(20, 17, 14, 0.12);
        width: 100%;
        height: auto;
}
.teamOverlay {
        border: 2px solid #E94B3C;
    border-radius: 16px;
    box-shadow: 0 0 0 8px rgba(233, 75, 60, 0.15);
        width: 270px;
        height: 270px;
        margin-bottom: 32px;
        margin-top: 24px;
        position: absolute;
        border-radius: 16px;
}


/* Stats
--------------------------------------------------------*/
.statGrid {
        margin: 32px 0 0 0;
        padding: 0;
        list-style: none;
        display: block;
        text-align: center;
        width: 100%;
        float: left;
}
.statGrid:after,
.statItem:before {
        content: '';
    display: table;
}
.statGrid:after {
        clear: both;
}
.statGrid li {
        width: 200px;
        height: 200px;
        display: inline-block;
        margin: 12px;
}
.statItem {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        position: relative;
        cursor: default;
        box-shadow: 0 8px 24px rgba(20, 17, 14, 0.08);
        background: #FFFFFF;
        border: 1px solid #E8E2D6;
}
.statThumb {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        position: absolute;
        box-shadow: inset 0 0 0 8px rgba(247, 244, 238, 0.6);
        transform-origin: 95% 40%;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform:translate3d(0,0,0);
}
.ie8 .statThumb {
        display: none;
}
.statGridMobile .statThumb {
        display: none;
}
.statThumb:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        border-radius: 999px;
        top: 40%;
        left: 95%;
        margin: -5px 0 0 -5px;
        background: #E94B3C;
        box-shadow: 0 0 0 4px rgba(233, 75, 60, 0.2);
}

.stat-1 {
        background-image: url(../images/stats/stat-1.jpg);
        z-index: 12;
}
.stat-2 {
        background-image: url(../images/stats/stat-2.jpg);
        z-index: 11;
}
.stat-3 {
        background-image: url(../images/stats/stat-3.jpg);
        z-index: 10;
}
.stat-4 {
        background-image: url(../images/stats/stat-4.jpg);
        z-index: 9;
}
.stat-5 {
        background-image: url(../images/stats/stat-5.jpg);
        z-index: 8;
}
.stat-6 {
        background-image: url(../images/stats/stat-6.jpg);
        z-index: 7;
}
.statInfo {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        background: #14110E;
}
.statInfo h3 {
        color: #F7F4EE;
        text-transform: none;
        position: relative;
        text-align: center;
        letter-spacing: -0.01em;
        font-size: 26px;
        margin: 0 auto;
        padding: 56px 0 0 0;
        height: 44px;
        font-weight: 500;
        font-family: 'Fraunces', serif;
}
.statInfo p {
        color: #F7F4EE;
        padding: 14px 12px;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        border-top: 1px solid rgba(247, 244, 238, 0.18);
}
.statItem:hover .statThumb {
        box-shadow: inset 0 0 0 8px rgba(247, 244, 238, 0.6), 0 12px 32px rgba(20, 17, 14, 0.12);
        transform: rotate(-110deg);
}
.statItem:hover .statInfo p a{
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
}


/* Awards
--------------------------------------------------------*/

.awardsImage {
        border-radius: 16px;
        border: 2px solid #E94B3C;
        padding: 4px;
        box-shadow: 0 0 0 6px rgba(233, 75, 60, 0.12);
        background: #FFFFFF;
}
.awardsImage img{
        border-radius: 12px;
        display: block;
}
.awardsListing ul {
        margin-bottom: 24px;
}
.awardsListing ul li{
        margin: 6px 0;
        padding: 10px 0;
        border-bottom: 1px solid #E8E2D6;
}
.awardsListing ul li:last-child {
        border-bottom: none;
}
.awardsListing ul li span{
        background: #14110E;
    color: #F7F4EE;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}


/* Services
--------------------------------------------------------*/

.serviceImage {
        border: 2px solid #E94B3C;
    border-radius: 16px;
    box-shadow: 0 0 0 8px rgba(233, 75, 60, 0.12);
        width: 240px;
        height: 240px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        margin: 24px auto 32px;
        background: #FFFFFF;
        position: relative;
}
.serviceImage h4{
        text-align: center;
        padding-top: 100px;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        color: #14110E;
}
.serviceImage:hover {
    box-shadow: 0 0 0 240px rgba(247, 244, 238, 0.95) inset;
}
.serviceImage:hover h4{
    opacity: 1;
        transform: scale(1);
}
.circle {
        border-radius: 16px;
}

table {
    border: medium none;
    border-collapse: separate;
    border-radius: 12px;
    border-spacing: 0;
    margin-bottom: 24px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(20, 17, 14, 0.06);
}
table th {
    background-color: #14110E;
    border: none;
    color: #F7F4EE;
    font-size: 13px;
    font-weight: 600;
    padding: 16px 18px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Inter', sans-serif;
}
table th:first-child {
    border-radius: 12px 0 0 0;
}
table td:last-child {
    border-right: none;
}
table th:last-child {
    border-radius: 0 12px 0 0;
    border-right: none;
}
table td {
    border: none;
    border-bottom: 1px solid #E8E2D6;
    padding: 14px 18px;
        transition: all 0.25s ease-in-out 0s;
    background: #FFFFFF;
    color: #4A4239;
    font-size: 14px;
}
table tr:last-child td {
    border-bottom: none;
}
table tr:hover td {
    background-color: #FCE8E5;
    color: #14110E;
}


/* Promotions
--------------------------------------------------------*/


/* Accordion */

.accTrigger {
        cursor: pointer;
        display: block;
        margin: 12px 0;
        background: #FFFFFF;
        border-radius: 12px;
        border: 1px solid #E8E2D6;
        transition: all 0.3s ease-in-out 0s;
        box-shadow: 0 2px 8px rgba(20, 17, 14, 0.04);
}
.accTrigger:hover {
        background: #FCE8E5;
        border-color: #E94B3C;
        transform: translateY(-1px);
        box-shadow: 0 6px 18px rgba(233, 75, 60, 0.12);
}
.accTrigger a {
        display: block;
        color: #14110E;
        outline: none;
        padding: 18px 22px;
        text-decoration: none;
        font-size: 18px;
        transition: all 0.3s ease-in-out 0s;
        font-weight: 500;
        font-family: 'Fraunces', serif;
}
.accTrigger.active a {
        cursor: default;
        color: #E94B3C;
}
.accTrigger.active  {
        background: #FFFFFF;
        border-color: #E94B3C;
}

.accTrigger a:hover {
        color: #E94B3C;
}
.accContainer .content{
        padding: 8px 22px 16px 22px;
        line-height: 1.7;
}
.accContent p {
        margin-bottom: 12px;
}
.accContent {
        padding: 16px 0 8px;
}
.accImage {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
}
.accImageInner {
        border-radius: 16px;
        border: 2px solid #E94B3C;
        padding: 4px;
        width: 94%;
        box-shadow: 0 0 0 6px rgba(233, 75, 60, 0.1);
}
.accImage img{
        border-radius: 12px;
        display: block;

}
.accTitle, .accText {
        width: 35%;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        position: relative;
}
.accTitle h3{
        font-size: 56px;
        color: #E94B3C;
        margin-left: 10%;
        margin-bottom: 0;
        font-family: 'Fraunces', serif;
        font-weight: 500;
        letter-spacing: -0.02em;
}
.accTitle h2{
        font-size: 96px;
        color: #14110E;
        margin-left: 10%;
        margin-bottom: 0;
        font-family: 'Fraunces', serif;
        font-weight: 500;
        letter-spacing: -0.03em;
}
.accText p{
        margin: 16px 0 16px 5%;
        font-size: 15px;
        line-height: 1.7;
}


/* gallery
--------------------------------------------------------*/

.thumbLink {
    display: block;
    width: 100%;
}
.thumbImage {
    box-sizing: border-box;
    border: 1px solid #E8E2D6;
    border-radius: 16px;
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100%;
    box-shadow: 0 4px 16px rgba(20, 17, 14, 0.06);
}
.thumbImage img {
    border-radius: 12px;
    display: block;
    width: 100%;
}
.da-thumbs {
    margin-top: 16px;
    position: relative;
}
.da-thumbs article {
    position: relative;
}
.da-thumbs article a, .da-thumbs article a img {
    display: block;
    position: relative;
}
.da-thumbs article a {
    overflow: hidden;
}
.thumbImage div {
    height: 65%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.thumbImage div {
    display: none;
    padding-top: 35%;
}
.thumbImage img {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.thumbImage div.da-animate {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.da-slideFromTop {
    left: 0;
    top: -100%;
}
.da-slideFromBottom {
    left: 0;
    top: 100%;
}
.da-slideFromLeft {
    left: -100%;
    top: 0;
}
.da-slideFromRight {
    left: 100%;
    top: 0;
}
.da-slideTop {
    top: 0;
}
.da-slideLeft {
    left: 0;
}
.iconWrapper {
    background-color: rgba(233, 75, 60, 0.9);
    background-image: url("../images/btn-zoom.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(233, 75, 60, 0.3);
}
#gallery h3  {
        margin-bottom: 24px;
}


/*contact
--------------------------------------------------------*/

.contactDetails p {
    padding-left: 24px;
        font-size: 17px;
        line-height: 1.8;
        color: #4A4239;
}
.contactDetails {
        text-align: left;
}
.contactAddress {background: url("../images/icons/icon-address-grey.png") no-repeat scroll left 3px transparent;}
.contactPhone {background: url("../images/icons/icon-phone-grey.png") no-repeat scroll left 3px transparent;}
.contactEmail {background: url("../images/icons/icon-email-grey.png") no-repeat scroll left 5px transparent;}
.contactSkype {background: url("../images/icons/icon-skype-grey.png") no-repeat scroll left 5px transparent;}
.contactTime {background: url("../images/icons/icon-time-grey.png") no-repeat scroll left 5px transparent;}


/*form elements*/

textarea {
        height:160px;
        padding:16px 20px;
        margin-bottom:16px;
        overflow:auto;
        border-radius: 12px;
}

.formSecWrap {
        float: left;
        margin-right: 24px;
}
.formSecWrap2 {
        margin-right: 0px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #FFFFFF;
    border: 1px solid #E8E2D6;
    border-radius: 12px;
    color: #14110E;
    display: block;
    margin: 0 0 14px 0;
    outline: medium none;
    padding: 14px 18px;
    width: 100%;
        font-family:'Inter', sans-serif;
        font-size: 15px;
        font-weight: 400;
        transition: all 0.25s ease;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0 0 0 3px rgba(233, 75, 60, 0.15);
    border-color: #E94B3C;
    color: #14110E;
}

.formWrap {
        margin-top: 60px;
}
.formWrap label{
        margin: 0 0 6px 0;
        display: block;
        text-align: left;
        font-size: 13px;
        font-weight: 500;
        color: #14110E;
        text-transform: uppercase;
        letter-spacing: 0.04em;
}
.formWrap input[type="submit"]{
        margin: 16px 0 24px 0;
}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
        background: #E94B3C;
        border-radius: 999px;
        padding: 14px 28px;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        border: none;
        margin: 0 0 14px 0;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        transition: all 0.25s ease;
        font-family: 'Inter', sans-serif;
        box-shadow: 0 4px 12px rgba(233, 75, 60, 0.25);
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
        color: #FFFFFF;
        background: #C73D2E;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(233, 75, 60, 0.35);
}

.newsForm input[type="text"], .newsForm input[type="email"]{
        width: 100%;
        max-width: 280px;
        padding: 14px 18px;
        display: inline-block;
        margin-right: 10px;
}
.newsForm input[type="submit"]{
        width: auto;
        padding: 14px 28px;
        display: inline-block;
        margin-right: 10px;
}


/* Flickr
--------------------------------------------------------*/

.flickrListing {
        margin-bottom: 32px;
        float: right;
    left: -50%;
    position: relative;
    text-align: left;
}
.flickrListingInner {
    left: 50%;
    position: relative;
}
.flickr_badge_image {
    float: left;
    position: relative;
}
.flickrListing img {
        display: block;
        width: 75px;
        height: 75px;
        border-radius: 12px;
        object-fit: cover;
}
.flickrListing a {
        border: 2px solid #E8E2D6;
        padding: 4px;
    transition: all 0.25s ease-in-out;
        margin: 10px;
        float: left;
        border-radius: 14px;
        text-align: center;
        background: #FFFFFF;
}
.flickrListing a:hover {
        border: 2px solid #E94B3C;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(233, 75, 60, 0.15);
}

/* Alert Boxes
--------------------------------------------------------*/

.alert {
        padding: 16px 20px 16px 18px;
        margin-bottom: 14px;
        margin-top: 14px;
        clear: left;
        color: #14110E;
        background-color: #FFFFFF;
        border: 1px solid #E8E2D6;
        border-radius: 12px;
        font-size: 14px;
        box-shadow: 0 2px 8px rgba(20, 17, 14, 0.04);
}
.alert h4 {
        margin: 0 0 6px 0;
        font-size: 16px;
        font-weight: 600;
}
.alert p {
        margin: 0;
}
.alert .close {
        position: relative;
        top: -2px;
        right: -28px;
        line-height: 20px;
}
.alert-success {
        color: #1F4D3F;
        background-color: #E6F2EC;
        border-color: #C5DDC9;
}
.alert-danger,
.alert-error {
        color: #C73D2E;
        background-color: #FCE8E5;
        border-color: #F5C2BA;
}
.alert-info {
        color: #1F4D3F;
        background-color: #E8EEF1;
        border-color: #C5D5DC;
}
button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #14110E;
    float: right;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    opacity: 0.4;
    text-shadow: none;
}


/*footer
--------------------------------------------------------*/

#footer{
        position:relative;
        overflow:hidden;
        padding:60px 0 80px 0;
        z-index:1;
        background:#14110E;
}
#footer p.copyright{
        margin-bottom:0;
        margin-top: 32px;
        text-align: center;
        color: #F7F4EE;
        opacity: 0.6;
        font-size: 13px;
        letter-spacing: 0.02em;
}


/* Social
--------------------------------------------------------*/

.socialLinks  {
        text-align: center;
}
.socialLinks li {
        display: inline-block;
    margin: 12px 6px 12px 6px;
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background-color: rgba(247, 244, 238, 0.08);
        border: 1px solid rgba(247, 244, 238, 0.12);
    transition: all 0.3s ease-in-out;
}
.socialLinks li a {
    display: block;
    height: 16px;
    width: 20px;
}
.socialLinks li a img{
    display: block;
    height: 24px;
    width: 24px;
        margin: 12px 0 0 12px;
}
.socialLinks li:hover {
    background-color: #E94B3C;
    border-color: #E94B3C;
    transform: translateY(-3px);
}

.twitter {background-image: url("../images/icons/social-twitter.png");}
.facebook {background-image: url("../images/icons/social-facebook.png");}
.vimeo {background-image: url("../images/icons/social-vimeo.png");}
.youtube {background-image: url("../images/icons/social-youtube.png");}
.skype {background-image: url("../images/icons/social-skype.png");}
.linkedin {background-image: url("../images/icons/social-linkedin.png");}
.pinterest {background-image: url("../images/icons/social-pinterest.png");}
.googleplus {background-image: url("../images/icons/social-google+.png");}
.flickr {background-image: url("../images/icons/social-flickr.png");}
.rss {background-image: url("../images/icons/social-rss.png");}


/* MISC
--------------------------------------------------------*/

        .clear{float:none;}


/* Media Queries
--------------------------------------------------------*/

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {

        .parallax.fixed{background-attachment:scroll; background-position: center center;}
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
        input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 320px;}
        .teamOverlay {width: 210px; height: 210px;}
        .accTitle h2 {font-size: 80px;}
        .accTitle h3 {font-size: 44px;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
        .small {font-size: 32px; font-weight:400;}
        .smallBold {font-size: 32px; font-weight:600;}
        .medium {font-size: 40px; text-transform: none;}
        .mediumBold {font-size: 40px; font-weight:600; text-transform: none;}
        .large {font-size: 52px; text-transform: none;}
        .largeBold {font-size: 52px; font-weight:600; text-transform: none;}
        .author {font-size: 16px; font-weight:400;}
        .cutting { font-size: 100px;}
        .accImage img{width: 100%;}
        #slidecaption h2{font-size: 64px;}
        #slidecaption h2 span{font-size: 70px;}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
        input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 248px;}
        .newsForm input[type="text"], .newsForm input[type="email"] {width: 210px;}
        .imageClip2 {margin-top: 120px;}
        .teamOverlay {width: 162px; height: 162px;}
        .accTitle h2 {font-size: 60px;}
        .accTitle h3 {font-size: 36px;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
        .dropmenu { display: block; margin-top: 8px; }
        #nav {display: none;}
        #slidecaption { display:none;}
        #prevslide, #nextslide{top:120px;}
        .logo {margin-top: 12px; transform: scale(.5);}
        #prevslide {right: 45px; transform: scale(.5);}
        #nextslide {right: 22px; transform: scale(.5);}
        .homepage {margin-bottom: -50px;}
        h1 {font-size: 48px;}
        .parallax { height: 350px;}
        .cutting { display: none;}
        .accTitle h2 {font-size: 44px;}
        .accTitle h3 {font-size: 28px;}
        .accText {display: none;}
        .accTrigger a {font-size: 16px;}
        .imageClip {background-size: 60%;}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
        input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 100%; max-width: 400px;}
        .newsForm input[type="text"], .newsForm input[type="email"] {width: 100%; max-width: 400px;}
        .imageClip2 {margin-top: 152px;}
        .teamOverlay {width: 410px; height: 410px;}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
        input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 100%;}
        .imageClip2 {margin-top: 211px;}
        .teamOverlay {width: 290px; height: 290px;}

}


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

.shop-mason-4col .sm-item {
    width: 33.3333% !important;
    margin: 0px 0px 25px !important;
}

}

@media only screen and (min-width: 300px) and (max-width: 767px) {

.shop-mason-3col .sm-item ,
.shop-mason-4col .sm-item {
    width: 100% !important;
    margin: 0px 0px 25px !important;
}

}

/* Shop Styles */

.box-content input {
        width:100%;
}

.box-content button {
        width:auto;
}

.text-left {
        text-align:left;
}

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


#shop-main {
        padding:120px 0;
}

.box-content label {
        margin-bottom: 10px;
        display: block;
}

.pull-right {
        float:right;
}

.pull-left {
        float:left;
}

.box-content input[type=checkbox] {
        width:auto;
}

.billing-details button,
.cart-btn button,
.coupon button,
.box-content button {
        padding-left:40px;
        padding-right:40px;
        width:auto;
}

.logregform {
        padding:32px 24px 16px;
        border: 1px solid #E8E2D6;
        border-radius: 16px;
        background: #FFFFFF;
        box-shadow: 0 4px 16px rgba(20, 17, 14, 0.06);
}


input, textarea, select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.shop-head {
        margin-bottom:56px;
}

.shop-head h2 {
        font-size: 60px;
        margin-top:-24px;
        font-family: 'Fraunces', serif;
        font-weight: 500;
        letter-spacing: -0.02em;
}

.shop-head h2 span {
        color:#E94B3C;
        margin:0;
        font-style: italic;
}

.shop-head p {
        font-size: 20px;
        margin: -12px 0 0;
        color: #6B6358;
}

.ma-address h3 {
        margin:0 0 12px;
}

.ma-address {
        border:1px solid #E8E2D6;
        padding:28px 28px 12px;
        border-radius: 16px;
        background: #FFFFFF;
}

.ma-address h4 {
        text-transform:uppercase;
        margin:30px 0 12px;
        font-size: 14px;
        letter-spacing: 0.04em;
}

.ma-address h4 a {
        font-size: 13px;
        margin-left: 8px;
        color: #E94B3C;
}

.cart-table tr:hover a {
        color:#14110E;
}

.cart-table td {
    vertical-align: middle;
}

.coupon input {
        height: 44px;
        padding: 0 18px;
        line-height: 42px;
        width: 50%;
        float: none;
        font-size: 14px;
}

.coupon label {
        margin-bottom:10px;
        display:block;
        color:#14110E !important;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 500;
}

.coupon-table ,
.coupon-table:hover,
.coupon-table td:hover {
        background:#FFFFFF !important;
}

.no-padding {
        padding:0;
}

.remove {
        cursor:pointer;
        color: #E94B3C;
}

.cart_totals tr:hover ,
.cart_totals:hover td ,
.cart_totals td:hover {
        background:transparent;
        color:#14110E;
}

.cart_totals table {
    border-top: 1px solid #E8E2D6;
    margin: 0;
    box-shadow: none;
}

.billing-details input ,
.billing-details textarea ,
.billing-details select {
        width:100%;
}

.box-content h3 {
        margin-bottom:24px;
}

.billing-details label {
        display:block;
        margin-bottom:10px;
}

.payment-method p {
    position: relative;
    padding-left: 24px;
    margin-top: 8px;
}

.no-width {
        width:auto !important;
        padding-left:40px !important;
        padding-right:40px !important;
}

.rating {
    display: table;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 6px 14px;
    border-radius: 999px;
    margin: -16px auto 16px;
    position: relative;
    z-index: 11;
    border: 1px solid #E8E2D6;
}

.rating span {
        color:#D8D2C5;
        margin:0px;
        font-size: 16px;
}

.rating span.act {
        color:#E94B3C;
}

.shop-mason-4col .sm-item {
        width:25%;
        padding:0 16px;
        margin:0 0 48px;
        text-align:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.shop-mason-3col .sm-item {
        width:33.3333%;
        padding:0 16px;
        margin:0 0 48px;
        text-align:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.product-title {
        font-size:18px;
        padding:0 16px;
        margin:12px 0 6px;
        font-family: 'Fraunces', serif;
        font-weight: 500;
}

.product-title a {
color:#14110E;
text-decoration: none;
}

.product-title a:hover {
color: #E94B3C;
}

.product-price {
        color:#E94B3C;
        font-weight:600;
        font-size: 16px;
}

.product-price span {
        text-decoration:line-through;
        color:#A8A097;
        font-weight:400;
        margin-left:10px;
        font-size:14px;
}

.product-thumb {
        position:relative;
        border-radius: 16px;
        overflow: hidden;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,17,14,.55);
        opacity:0;
        visibility:hidden;
        transition:.35s;
        backdrop-filter: blur(2px);
}

.product:hover .product-overlay {
        opacity:1;
        visibility:visible;
        transition:.35s;
}

.product-overlay span {
position: absolute;
top: 50%;
margin-top: -22px;
left: 0;
right: 0;
}

.product-overlay span a {
        background:#E94B3C;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    font-size: 18px;
        margin:0 8px;
        transition:.25s;
        border-radius:12px;
}

.product-overlay span a:hover {
        background:#FFFFFF;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #E94B3C;
    font-size: 18px;
}

.product:hover .product-overlay span a {
        transition:.25s;
        margin:0 4px;
}

.img-responsive {
    max-width: 100%;
    margin-bottom: -5px;
    border-radius: 16px;
}

.page_nav {
        display: table;
        margin: 56px auto 0;
}

.page_nav a {
        margin: 0 4px;
        background: #FFFFFF;
        color: #14110E;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        border-radius: 10px;
        border: 1px solid #E8E2D6;
        font-weight: 500;
        transition: all 0.25s ease;
}

.page_nav a:hover {
        background: #E94B3C;
        color: #FFFFFF;
        border-color: #E94B3C;
}

.product-categories li {
        margin-bottom: 12px;
}

.product-categories li a {
        color: #4A4239;
        text-decoration: none;
        transition: color 0.25s ease;
}

.product-categories li a:hover {
        color: #E94B3C;
}

.product-categories li:last-child {
        margin-bottom: 0px;
}

.product-categories li i {
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-right: 8px;
        color: #E94B3C;
}

.widget_popular_products li {
        display: table;
        width: 100%;
        margin-bottom: 18px;
        position: relative;
}

.widget_popular_products li img {
        width: 75px;
        float: left;
        border-radius: 10px;
}

.widget_popular_products li:last-child {
        margin-bottom:0px;
}

.product-post-info {
        margin-left: 92px;
}

.product-post-info h4 {
        font-size:15px;
        margin: 8px 0 0px;
        font-weight: 500;
}

.product-post-info h4 a {
color:#14110E;
text-decoration: none;
}

.product-post-info h4 a:hover {
color:#E94B3C;
}

.product-post-info p {
        margin: 0;
        color: #6B6358;
        font-size: 13px;
}

.side-widget h5 {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    margin: 0 0 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

#gal-slider {
    position: relative;
    margin: -52px 0 0;
    padding: 0;
}
.gal-nav {
        display: block;
        width: 100%;
        margin:0 -5px;
}

.gal-nav li {
        float: left;
        margin:0 5px;
        cursor: pointer;
}

.gal-nav li img {
        opacity: 1;
        transition: .35s;
        width:70px;
        border-radius: 8px;
}

.gal-nav li.flex-active img {
        opacity: 0.5;
        transition: .35s;
}

.product-single-title {
        color:#E94B3C;
        font-family: 'Fraunces', serif;
        font-weight: 500;
}


/* ============================================================
   Part 4 — Supplementary blog / comment / widget / flexslider
   selectors preserved from original, restyled to match new theme
   ============================================================ */

.product-meta {
    margin: 24px 0px;
    font-size: 14px;
    color: #6B6358;
}

.tab-style3 .nav-tabs > li {
    margin-right: -3px;
    text-align: center;
    margin: 0;
        padding: 0;
}

.comment-meta {
        margin-left: 0px;
        margin-bottom: 8px;
}

.comment-list .comment-meta {
    margin-left: 76px;
    margin-bottom: 8px;
}

.comment-list li p {
        margin-left: 76px;
        line-height: 1.7;
        color: #4A4239;
        font-size: 14px;
}

.comment-meta li 

.comment-meta em {
        font-style: normal;
        margin-left: 8px;
        font-size: 11px;
        color: #A8A097;
        text-transform: uppercase;
        letter-spacing: 0.04em;
}

.rating3 > span {
  display: inline-block;
  position: relative;
  width: 22px;
        font-size: 23px;
   color: #E94B3C;
        padding-right: 5px;
}
.rating3 > span:hover,
.rating3 > span:hover ~ span {
  color: transparent;
}
.rating3 > span:hover:before,
.rating3 > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: -2px;
   color: #E94B3C;
}

.rating2 {
    display: table;
    unicode-bidi: bidi-override;
    padding-left: 20px;
    position: relative;
    top: -7px;
}
.rating2 > span {
  display: inline-block;
  position: relative;
        font-size: 17px;
   color: #E94B3C;
}

.review-form {
    padding: 0px;
    margin: 0px -10px;
}

.review-form input {
    height: 50px;
    border-color: #E8E2D6;
    padding: 0px 18px;
    line-height: 48px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    color: #14110E;
}

.review-form textarea {
        border-color: #E8E2D6;
        padding: 14px 18px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 12px;
        font-family: 'Inter', sans-serif;
        color: #14110E;
}

.product-single p {
        font-size: 16px !important;
        color: #4A4239;
        line-height: 1.75;
}

#tabs-container {
    display: table;
    width: 100%;
    margin: 60px 0 30px;
}

.tab-content table {
        border-top: 1px solid #E8E2D6;
        box-shadow: none;
}

.tab-content table td {
        padding: 12px 16px;
        text-align: left;
}

.tabs-menu {
    height: auto;
    float: left;
    clear: both;
    display: table;
}

.tabs-menu li {
    height: auto;
    line-height: 1.4;
    float: left;
    margin-right: 4px;
    background-color: transparent;
}

.tabs-menu li.current {
}

.tabs-menu li a {
    margin-right: 0;
    line-height: 1.4;
    border: 1px solid #E8E2D6 !important;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    color: #6B6358;
    font-size: 13px;
    padding: 14px 28px;
        font-weight: 600;
        background: #FFFFFF;
        letter-spacing: 0.04em;
        transition: all 0.25s ease;
}

.tabs-menu .current a {
    border: 1px solid #E94B3C !important;
        border-bottom: 1px solid #FFFFFF !important;
        color: #E94B3C;
        background: #FFFFFF;
}

.tab {
    border: 1px solid #E8E2D6;
    background-color: #FFFFFF;
    float: none;
    margin-bottom: 24px;
    width: 100%;
    display: table;
    margin-top: -1px;
    border-radius: 0 12px 12px 12px;
}

.tab-content {
    width: 100%;
    padding: 32px;
    display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
}

#tab-1 {
 display: block;
}

.post-title h3 {
    font-size: 28px;
    color: #14110E;
    font-family: 'Fraunces', serif;
    font-weight: 500;
}

.dateWrap {
    background: #E94B3C;
    padding: 12px 16px;
    float: left;
    margin: 5px 10px 0px 0px;
    z-index: 2;
    color: #FFFFFF;
    position: absolute;
    margin: 12px 0 0;
    border-radius: 10px;
    font-family: 'Fraunces', serif;
}

.date-day {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
}

.format-gallery .dateWrap, .format-image .dateWrap, .format-video .dateWrap, .format-audio .dateWrap {
    position: absolute;
    margin: 12px 0px 0px;
}

.post-body div a {
    background: #E94B3C none repeat scroll 0% 0%;
    padding: 4px 12px;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.post-body div a:hover {
        background: #C73D2E;
}

.tags {
    margin: 30px 0px;
    overflow: auto;
}

.tags a {
        color: #14110E;
        float: left;
        font-weight: 500;
        height: 28px;
        line-height: 28px;
        margin-bottom: 6px;
        margin-right: 6px;
        padding: 2px 12px;
        text-transform: uppercase;
        transition: all 0.25s ease;
        background: #F7F4EE;
        border-left: 3px solid #E94B3C;
        border-radius: 8px;
        font-size: 11px;
        letter-spacing: 0.04em;
        text-decoration: none;
}

.tags a:hover {
        background-color: #E94B3C;
        color: #FFFFFF;
}

.post-media {
    margin: 12px 0px 24px;
}
.post-media img {
    border-bottom: 4px solid #E94B3C;
    border-radius: 12px 12px 0 0;
}

.audio-container .video-container {
        height: 150px;
        padding-bottom: 0;
        border-radius: 12px;
}

.pagination {
        overflow: hidden;
        margin-top: 32px;
}

.pagination .page {
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
}

.pagination
li {
        float: left;
        margin-right: 6px;
}

.pagination span, .pagination
a {
        cursor: pointer;
        color: #14110E;
        display: block;
        text-align: center;
        background: #FFFFFF;
        padding: 8px 14px;
        border: 1px solid #E8E2D6;
        border-radius: 8px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        font-weight: 500;
        font-size: 13px;
        text-decoration: none;
}

.pagination a:hover, .pagination .current span, .pagination .previouspostslink, .pagination
.nextpostslink {
        background: #E94B3C;
        color: #FFFFFF;
        border-color: #E94B3C;
}


.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
        outline: medium none;
}

.slides, .flex-control-nav, .flex-direction-nav {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

.slides
li {
        margin: 0;
}

.flexslider {
        margin: 0;
        padding: 0;
        background: #FFFFFF;
        border: 1px solid #E8E2D6;
        border-radius: 16px;
        box-shadow: 0 4px 16px rgba(20, 17, 14, 0.06);
        overflow: hidden;
}

.flexslider .slides>li {
        backface-visibility: hidden;
        display: none;
}

.flex-pauseplay
span {
        text-transform: capitalize;
        color: #6B6358;
}

.slides:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
}

html[xmlns] .slides {
        display: block;
}

* html
.slides {
        height: 1%;
}

.no-js .slides>li:first-child {
        display: block;
}

.flexslider {
        position: relative;
        z-index: 1;
}

.flexslider .slides>li {
        position: relative;
}

.flex-container {
        position: relative;
}

.flexslider .slides img {
        display: block;
        margin: auto;
        max-width: 100%;
        border-radius: 0;
}

.flex-direction-nav a {
        cursor: pointer;
        display: block;
        height: 56px !important;
        margin: -28px 0 0;
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 36px;
        background: #14110E;
  font-family: 'FontAwesome';
        font-size: 28px;
        color: #F7F4EE;
        line-height: 56px;
        text-align: center;
        transition: all 0.25s ease;
}

.flex-direction-nav a:hover {
        color: #E94B3C;
        background: #14110E;
}

.flex-direction-nav a.flex-next:before {
        content: "\f105";
}

.flex-direction-nav a.flex-prev:before {
        content: "\f104";
}

.flex-direction-nav a.flex-next {
        right: 0;
        border-radius: 12px 0 0 12px;
}

.flex-direction-nav a.flex-prev {
        left: 0;
        border-radius: 0 12px 12px 0;
}

.flexslider:hover .flex-next {
        opacity: 1;
        right: 0;
}

.flexslider:hover .flex-prev {
        left: 0;
        opacity: 1;
}

.flex-direction-nav
.disabled {
        cursor: default;
        opacity: 0.3 !important;
}

.flex-direction-nav .flex-next {
        right: -30px;
}

.flex-direction-nav .flex-prev {
        left: -30px;
}

#carouselSlider, #carouselSlider .slides, #carouselSlider .slides
li {
        height: 120px;
}

#carouselSlider
li {
        border-right: 1px solid #E8E2D6;
}

.flex-control-nav {
        margin-top: 20px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 99;
}

.flex-control-nav
li {
        display: inline-block;
        margin: 0 0 0 4px;
}

.flex-control-nav li:first-child {
        margin: 0;
}

.flex-control-nav li
a {
        cursor: pointer;
        display: block;
        height: 12px;
        text-indent: -9000px;
        width: 12px;
        background: #E8E2D6;
        border-radius: 999px;
        transition: all 0.25s ease;
}

.flex-control-nav li a:hover {
        background: #E94B3C;
        background-position: 0 0;
}

.flex-control-nav li
a.active {
        background: #E94B3C;
        background-position: 0 -14px;
        cursor: default;
}

blockquote, q {
    quotes: none;
}

.post {
    margin-bottom: 56px;
    border-top: 1px solid #E8E2D6;
    padding-top: 32px;
    text-align: left;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.post_format-post-format-quote blockquote {
    padding-left: 60px;
    margin-top: 8px;
    padding-right: 70px;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 20px;
    color: #14110E;
    border-left: 4px solid #E94B3C;
}

.sidebar h3 {
    border-bottom: 1px solid #E8E2D6;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 24px 0px 8px;
    color: #14110E;
    font-family: 'Fraunces', serif;
    font-weight: 500;
}

.sidebar {
        margin-bottom: 60px;
        padding-top: 24px;
        border-top: 1px solid #E8E2D6;
        text-align: left;
        background: transparent;
}

.sidebar
.widget {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 24px;
        background: #FFFFFF;
        border: 1px solid #E8E2D6;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 2px 8px rgba(20, 17, 14, 0.04);
}

.sidebar
h3 {
        border-bottom: 1px solid #E8E2D6;
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
        padding: 0 0 8px;
}

.widget_search {
        position: relative;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
}

.widget_search button[type="submit"] {
        background-color: transparent;
        background-position: -44px 7px;
        border: 0 none;
        cursor: pointer;
        height: 28px;
        opacity: 0.5;
        padding: 5px 10px 8px 5px;
        position: absolute;
        right: 4px;
        top: 4px;
        width: 28px;
}

.widget_search button[type="submit"]:hover {
        opacity: 0.85;
}

.widget_search input[type="text"] {
        background-color: #FFFFFF;
        border: 1px solid #E8E2D6;
        border-radius: 12px;
        box-shadow: none;
        color: #14110E;
        display: block;
        font-size: 14px;
        height: 44px;
        padding: 4px 14px;
        transition: all 0.25s ease;
        width: 82%;
        margin-right: 3%;
        box-sizing: border-box;
        float: left;
        font-family: 'Inter', sans-serif;
}

.widget_search input[type="text"]:focus {
        border-color: #E94B3C;
        box-shadow: 0 0 0 3px rgba(233, 75, 60, 0.15);
}

.widget_search input[type="submit"] {
        width: 15%;
        margin: 0;
        box-sizing: border-box;
}

.widget_text {
        margin-bottom: 32px;
}

.widget_categories ul
li {
        color: #6B6358;
        font-size: 12px;
        padding: 8px 0;
        border-bottom: 1px solid #E8E2D6;
}

.widget_categories
a {
        color: #14110E;
        font-size: 14px;
        margin-right: 10px;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.25s ease;
}

.widget_categories a:hover {
        color: #E94B3C;
}

.widget_archive
li {
        color: #6B6358;
        font-size: 12px;
        padding: 8px 0;
        border-bottom: 1px solid #E8E2D6;
}

.widget_archive
a {
        font-size: 14px;
        margin-right: 9px;
        color: #14110E;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.25s ease;
}

.widget_archive a:hover {
        color: #E94B3C;
}

.widget_menu li:before {
        content: "";
}

.widget_menu
a {
        border: 1px solid #E8E2D6;
        height: auto;
        line-height: 1.6;
        text-shadow: none !important;
        text-transform: uppercase;
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.04em;
        color: #14110E;
        display: inline-block;
        background: #FFFFFF;
        transition: all 0.25s ease;
}

.widget_menu a:hover {
        background-color: #E94B3C;
        color: #FFFFFF;
        border-color: #E94B3C;
}

.widget_menu li.active
a {
        background: #E94B3C;
        color: #FFFFFF;
        border-color: #E94B3C;
}

.widget_menu li.active a:hover {
        background-color: #C73D2E;
        color: #FFFFFF;
        cursor: default;
}

.widget_tag_cloud li:before {
        content: "";
}

.widget_tag_cloud
a {
        color: #14110E;
        float: left;
        font-weight: 500;
        height: 28px;
        line-height: 28px;
        margin-bottom: 6px;
        margin-right: 6px;
        padding: 2px 12px;
        text-transform: uppercase;
        transition: all 0.25s ease;
        background: #F7F4EE;
        border-left: 3px solid #E94B3C;
        border-radius: 8px;
        font-size: 11px;
        letter-spacing: 0.04em;
        text-decoration: none;
}

.widget_tag_cloud a:hover {
        background-color: #E94B3C;
        color: #FFFFFF;
}

.widget_tag_cloud
.tagcloud {
        overflow: hidden;
}

.widget_calendar li:before {
        content: "";
}

.widget_calendar #wp-calendar {
        color: #6B6358;
        text-align: center;
        width: 100%;
}

.widget_calendar caption, .widget_calendar th, .widget_calendar
td {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
}

.widget_calendar
caption {
        color: #14110E;
        font-size: 14px;
        padding: 20px 0 12px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.04em;
}

.widget_calendar
th {
        background: #14110E;
        border-bottom: 0 none;
        border-top: 0 none;
        font-weight: 600;
        padding-bottom: 8px;
        padding-top: 8px;
        color: #F7F4EE;
}

.widget_calendar tbody td
a {
        background: #FCE8E5;
        padding: 4px 8px;
        width: 100%;
        color: #E94B3C;
        border-radius: 6px;
        text-decoration: none;
        display: inline-block;
}

.widget_calendar tfoot td a:hover {
        background: #FCE8E5;
}

.widget_calendar tfoot
td {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 0 none;
        border-top: 0 none;
}

.widget_calendar tfoot td
a {
        color: #14110E;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 0.04em;
}

.widget_calendar tfoot td a:hover {
        background: none repeat scroll 0 0 transparent;
        color: #E94B3C;
}

.widget_calendar tfoot
#prev {
        text-align: left;
}

.widget_calendar tfoot
#next {
        text-align: right;
}

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

.sidebar li:before {
        color: #E94B3C;
        content: "\f105";
        display: inline-block;
  font-family: 'FontAwesome';
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 1em;
        margin-right: 8px;
        margin-top: 9px;
        text-align: center;
        text-decoration: inherit;
        width: 1em;
        transition: all 0.25s ease-in-out;
}

.sidebar li
span {
        color: #6B6358;
        font-size: 11px;
        font-style: italic;
        margin-left: 16px;
}

.widget_links li a,
.widget_pages li a,
.widget_meta li a,
.widget_archive li a,
.widget_calendar tbody td a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li
a {
        color: #4A4239;
        transition: all 0.25s ease-in-out;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
}

.widget_links li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_calendar tbody td a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover {
        color: #E94B3C;
        text-decoration: none;
}

.widget_recent_entries {
        font-size: 14px;
        margin-right: 0;
}

.widget_recent_entries
p {
        margin-top: 20px;
        color: #6B6358;
        font-size: 13px;
}

.comments-num {
        display: block;
        float: right;
        width: 32px;
        font-size: 12px;
        color: #6B6358;
        text-transform: uppercase;
        letter-spacing: 0.04em;
}

.widget_recent_entries
span {
        text-transform: lowercase;
        color: #A8A097;
        font-size: 12px;
}

.flickrListing {
        margin-bottom: 28px;
        float: right;
    left: -50%;
    position: relative;
    text-align: left;
}

.flickrListingInner {
    left: 50%;
    position: relative;
}

.flickr_badge_image {
    float: left;
    position: relative;
}

.flickrListing
img {
        display: block;
        width: 75px;
        height: 75px;
        border-radius: 12px;
        object-fit: cover;
}

.flickrListing
a {
        border: 2px solid #E8E2D6;
        padding: 4px;
    transition: all 0.25s ease-in-out;
        margin: 10px;
        float: left;
        border-radius: 14px;
        text-align: center;
        background: #FFFFFF;
}

.flickrListing a:hover {
        border: 2px solid #E94B3C;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(233, 75, 60, 0.15);
}

#blog-main {
        padding: 100px 0;
}


.post-author
.thumbnail {
        float: left;
        margin-right: 16px;
        border-radius: 12px;
}

.post-author
h3 {
        margin-bottom: 20px;
        color: #14110E;
        font-family: 'Fraunces', serif;
}

.post-author .author-body {
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 12px;
        padding: 20px;
        color: #14110E;
        font-size: 14px;
        border: 1px solid #E8E2D6;
}

#comments {
        border-top: 1px solid #E8E2D6;
        margin-top: 48px;
        padding-top: 32px;
        clear: both;
}

#comments [class*="span"] {
        display: block;
        float: left;
        margin-left: 2.5641%;
        min-height: 30px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#comments
.span11 {
        width: 91.453%;
}

.comment-body>.span11>p:last-child {
        margin-bottom: 0;
}

.comment-body > .span11 > p


.comment-body > .span11 > p a:hover {
        color: #C73D2E;
}

#commentform [class*="span"] {
        margin-left: 0;
}

#comments
.span12 {
        margin-left: 0;
}

#comments
.span1 {
        margin-left: 0;
        width: 5.98291%;
}

#comments
li {
        background: none repeat scroll 0 0 transparent;
        padding-left: 0;
}

#comments
p {
        margin-bottom: 20px;
        margin-left: 1%;
        color: #4A4239;
        line-height: 1.7;
}

#comments .comment-body {
        margin-bottom: 24px;
}

#comments-title {
        font-size: 28px;
        margin-bottom: 32px;
        color: #14110E;
        font-family: 'Fraunces', serif;
        font-weight: 500;
}

#comments-title
span {
        color: #E94B3C;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 0 6px;
        vertical-align: middle;
}

.commentlist, #comments
.children {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

.pe-offset1 {
        margin-left: 8.54701% !important;
}

.commentlist {
        margin-bottom: 48px;
}

.row-fluid {
        width: 100%;
}

.row-fluid:before, .row-fluid:after {
        content: "";
        display: table;
        line-height: 0;
}

.row-fluid:after {
        clear: both;
}

.comment-author
img {
        display: block;
        max-width: 100%;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        object-fit: cover;
}

.bypostauthor > .comment-body > .comment-author
img {
        border: 2px solid #E94B3C;
}

.bypostauthor > .comment-body .fn


.bypostauthor > .comment-body
p {
        color: #4A4239;
}

#comments
.fn {
        font-weight: 600;
        margin-top: 2px;
}

.fn
a {
        color: #E94B3C;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        text-decoration: none;
}

.comment-body .fn, .comment-body
.says {
        float: left;
        font-size: 14px;
}

.says {
        margin-left: 6px;
        margin-top: 2px;
        color: #6B6358;
        font-style: italic;
}

#comments .comment-body
.span11 {
        background: #FFFFFF;
        padding: 16px 20px;
        position: relative;
        border-radius: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #E8E2D6;
        box-shadow: 0 2px 8px rgba(20, 17, 14, 0.04);
}

#comments .comment-arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid #FFFFFF;
        border-top: 12px solid transparent;
        height: 0;
        left: -12px;
        position: absolute;
        top: 20px;
        width: 0;
}

#comments .fn a:hover {
        color: #C73D2E;
        text-decoration: none;
}

#comments .comment-meta {
        clear: both;
        margin-bottom: 10px;
}

#comments .comment-meta


#comments .comment-meta a:hover {
        color: #C73D2E;
        text-decoration: none;
}

#comments
.reply {
        float: right;
}

#comments .reply
.label {
        background-color: #E94B3C;
        color: #FFFFFF;
        font-size: 11px;
        padding: 5px 10px;
        text-shadow: none;
        text-transform: uppercase;
        border-radius: 6px;
        font-weight: 600;
        letter-spacing: 0.04em;
}

#comments .reply .label:hover {
        background-color: #C73D2E;
}

#comments .post-pagination {
        margin-bottom: 48px;
}

#comments .pagination .active
a {
        background-color: #E94B3C;
        border-color: #E94B3C;
        color: #FFFFFF;
}

#respond {
        margin-bottom: 48px;
}

#respond #reply-title {
        color: #14110E;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 16px;
        font-family: 'Fraunces', serif;
}

#commentform .comment-notes {
        color: #6B6358;
        font-size: 12px;
}

#commentform .comment-notes


#commentform .comment-notes a:hover {
        color: #C73D2E;
}

#commentform {
    margin: 0px -10px;
}

#commentform
label {
        color: #14110E;
        display: block;
        text-align: left;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.04em;
}

#commentform .control-group
.required {
        color: #E94B3C;
        margin-left: 4px;
        margin-top: 4px;
}

#commentform .control-group {
        position: relative;
        float: left;
        width: 32.3%;
        margin-left: 1%;
}

#commentform .comment-form-comment
.controls {
        clear: both;
}

#commentform
textarea {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #E8E2D6;
        border-radius: 12px;
        padding: 14px 18px;
        font-family: 'Inter', sans-serif;
        color: #14110E;
        font-size: 14px;
}

#commentform .form-submit button[type="submit"] {
        background: #E94B3C;
        border: 0 none;
        border-radius: 999px;
        box-shadow: 0 4px 12px rgba(233, 75, 60, 0.25);
        clear: both;
        color: #FFFFFF;
        float: left;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        height: 44px;
        padding: 6px 24px;
        text-shadow: none;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 600;
        transition: all 0.25s ease;
        cursor: pointer;
}

#commentform .form-submit button[type="submit"]:hover {
        background-color: #C73D2E;
        color: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(233, 75, 60, 0.35);
}

#commentform
.field {
        background-color: #FFFFFF;
        border: 1px solid #E8E2D6;
        border-radius: 12px;
        box-shadow: none;
        color: #14110E;
        font-size: 14px;
        padding: 12px 16px;
        font-weight: 400;
        width: 100%;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
}

#commentform .field:focus {
        border-color: #E94B3C;
        box-shadow: 0 0 0 3px rgba(233, 75, 60, 0.15);
}

.comment-form-comment
.controls {
        float: none;
        width: 99%;
}

#commentform .comment-form-comment {
        width: 100%;
}

#commentform .comment-form-comment
.controls {
        padding-top: 0px;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
        content: "";
        line-height: 0;
}

.form-horizontal .control-group:after {
        clear: both;
}

.form-horizontal .help-block {
        margin-bottom: 0;
        color: #6B6358;
        font-size: 13px;
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea+.help-block {
        margin-top: 12px;
}

.form-horizontal .form-actions {
        padding-left: 180px;
}

#comments
ul.children {
        margin: 0;
        overflow: inherit;
        padding: 0 0 0 60px;
        list-style: none;
        border-left: 2px solid #E8E2D6;
}

#commentform label {
    color: #14110E;
    display: block;
    text-align: left;
    display: inline;
}

.post_format-post-format-link .dateWrap,
.post.format-standard .dateWrap {

    position: relative !important;
    margin-right: 12px;
    margin-top: 6px;
}


.no-padding-left {
        padding-left:0px !important;
}

.no-padding-right {
        padding-right:0px !important;
}

.cstimg {
    max-width: 100% !important;
    width: 100%;
    border-radius: 12px;
}


/* ============================================================
   Part 5 — Fixes for index.html
   Adds missing classes used by the page: card-content, cstdvm,
   cstdv (with proper grid spacing), book-now-btn (replaces
   .floating-whatsapp on inline buttons), desc, availability
   ============================================================ */

/* Full-width gallery container used in the page */
.container.cstdvm {
    max-width: 1400px !important;
    padding: 0 24px;
    margin: 0 auto 56px;
    box-sizing: border-box;
    display: block;
    clear: both;
}

/* Each card column — uniform padding and bottom margin */
.cstdv {
    padding: 0 14px;
    margin-bottom: 32px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    vertical-align: top;
}

/* Card content area below the image */
.girl-card .card-content {
    padding: 18px 16px 22px;
    text-align: center;
    background: #FFFFFF;
}

.girl-card .card-content h3 {
    color: #14110E;
    font-size: 1.32rem;
    margin: 0 0 6px 0;
    font-weight: 500;
    font-family: 'Fraunces', serif;
    letter-spacing: -0.01em;
}

.girl-card .card-content p {
    margin: 4px 0;
    line-height: 1.55;
    font-size: 14px;
    color: #4A4239;
}

.girl-card .card-content p.category {
    color: #E94B3C !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 6px 0;
}

.girl-card .card-content p.age {
    color: #6B6358;
    font-weight: 500;
    font-size: 13px;
    margin: 4px 0 8px;
}

.girl-card .card-content p.desc {
    color: #4A4239;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 8px 0 12px;
    min-height: 60px;
}

.girl-card .card-content p.availability {
    color: #1F4D3F;
    font-weight: 600;
    font-size: 12px;
    margin: 8px 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.girl-card .card-content p.availability strong {
    color: #1F4D3F;
}

/* For cards WITHOUT card-content (first 12 cards) — restructure */
.girl-card > h3 {
    color: #14110E !important;
    margin: 12px 16px 4px !important;
    font-size: 1.32rem !important;
    font-weight: 500;
    font-family: 'Fraunces', serif;
    text-align: center;
    letter-spacing: -0.01em;
}

.girl-card > p {
    margin: 4px 16px !important;
    line-height: 1.55 !important;
    font-size: 14px !important;
    color: #4A4239 !important;
    text-align: center;
}

.girl-card > p.desc {
    color: #4A4239 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    text-align: left;
    min-height: 60px;
}

/* Inline "Book Now" CTA button — replaces .floating-whatsapp */
a.book-now-btn,
.girl-card a.book-now-btn,
.girl-card > a[href^="tel:"] {
    background: #E94B3C !important;
    color: #FFFFFF !important;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    margin: 12px 16px 16px !important;
    font-family: 'Inter', sans-serif !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(233, 75, 60, 0.25) !important;
    border: none !important;
}

a.book-now-btn:hover,
.girl-card a.book-now-btn:hover,
.girl-card > a[href^="tel:"]:hover {
    background: #C73D2E !important;
    color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(233, 75, 60, 0.35) !important;
}

/* Override inline styles that used old magenta/grey */
.girl-card p[style*="d63384"] {
    color: #E94B3C !important;
}

.girl-card p[style*="#666"],
.girl-card p[style*="color:#666"] {
    color: #6B6358 !important;
}

.girl-card p[style*="28a745"] {
    color: #1F4D3F !important;
}

.girl-card a[style*="d63384"] {
    background: #E94B3C !important;
    color: #FFFFFF !important;
}

/* Make sure card images display correctly with fixed aspect */
.girl-card img.scale-with-grid,
.girl-card img.salonImage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 16px 16px 0 0;
    border: none;
}

/* Override salonImage's border-radius when inside girl-card */
.girl-card .salonImage {
    border-radius: 16px 16px 0 0 !important;
    margin-bottom: 0 !important;
}

/* Page section spacing */
.page.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Salon page images — grid layout fix */
#salon .container .four.columns img.salonImage {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    margin-bottom: 16px;
}

/* Team overlay & image inside salon */
#salon .teamImage {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(20, 17, 14, 0.12);
    margin: 24px auto 12px;
}
#salon .teamImage img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    display: block;
}
#salon h4 {
    text-align: center;
    color: #14110E;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
}

/* Awards listing — clean redesign */
.awardsListing h3 {
    color: #14110E;
    font-size: 22px;
    margin: 18px 0 8px;
    font-family: 'Fraunces', serif;
    font-weight: 500;
}

/* Parallax cutting text override */
.parallax .cutting {
    color: #F7F4EE !important;
    opacity: 1 !important;
    font-size: clamp(48px, 9vw, 140px) !important;
    font-weight: 500;
    font-family: 'Fraunces', serif;
    letter-spacing: -0.03em;
    margin-left: 0 !important;
    text-shadow: 0 4px 30px rgba(20,17,14,0.4);
}

.parallax .cutting .siteColor,
.parallax .cutting span {
    color: #E94B3C;
    font-style: italic;
    font-weight: 400;
}

/* Twitter quote inside parallax */
.parallax #twitter li {
    background: none;
    padding: 0;
    color: #F7F4EE;
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: clamp(20px, 2.4vw, 30px);
    line-height: 1.5;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.parallax #twitter p {
    color: #F7F4EE;
    margin: 0;
}

.parallax #twitter a {
    color: #E94B3C;
}

/* Stats grid — keep card style consistent on this page */
.statGrid {
    margin-top: 40px;
}

/* Make sure first card row images align properly */
.cstdvm > .cstdv:nth-child(4n+1) {
    clear: left;
}

/* Mobile responsive fixes for cards */
@media (max-width: 1199px) {
    .cstdvm > .cstdv:nth-child(4n+1) {
        clear: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cstdvm > .cstdv:nth-child(4n+1) {
        clear: none;
    }
    .container.cstdvm {
        padding: 0 16px;
    }
}

@media (max-width: 767px) {
    .cstdv {
        width: 100% !important;
        padding: 0 16px !important;
        margin-bottom: 24px;
    }
    .girl-card img.scale-with-grid,
    .girl-card img.salonImage {
        height: 280px;
    }
}

/* Footer styling — additional refinements */
#footer {
    padding: 60px 0 40px;
    color: #F7F4EE;
}

#footer .container {
    max-width: 1400px;
    padding: 0 24px;
}

#footer h3,
#footer h4 {
    color: #F7F4EE;
    margin: 0 0 16px;
    font-family: 'Fraunces', serif;
    font-weight: 500;
}

#footer h3 {
    font-size: 20px;
}

#footer h4 {
    font-size: 16px;
}

#footer p {
    color: rgba(247, 244, 238, 0.7);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}

#footer a {
    color: #E94B3C;
    text-decoration: none;
    transition: color 0.25s ease;
}

#footer a:hover {
    color: #F7F4EE;
}

#footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 40px;
    text-align: left;
}

#footer .footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-grid li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(247, 244, 238, 0.08);
}

#footer .footer-grid li a {
    color: rgba(247, 244, 238, 0.7);
    font-size: 14px;
    transition: color 0.25s ease;
}

#footer .footer-grid li a:hover {
    color: #E94B3C;
}

#footer .footer-bottom {
    border-top: 1px solid rgba(247, 244, 238, 0.1);
    padding-top: 24px;
    margin-top: 32px;
}

@media (max-width: 767px) {
    #footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}


/* ============================================================
   Part 6 — Floating Contact Buttons (Call + WhatsApp)
   Re-added because these rules were accidentally lost during
   the Part 3b cleanup. These are needed for the floating
   call/whatsapp buttons at the bottom-right of the page.
   ============================================================ */

.cstdv {
    max-width: 100% !important;
    width: 100%;
}

.call-me {
    display: block;
    z-index: 2000;
    bottom: 0;
    left: 0;
    background: #E94B3C;
    color: #fff;
    font-weight: 600;
    position: fixed;
    font-size: 16px;
    border-radius: 0 12px 0 0;
}

.call-me a {
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}

/* Floating Call + WhatsApp buttons — mobile first, no JS */

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Common button styles */
.floating-contact a {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(20, 17, 14, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

/* Icons (SVG) */
.floating-contact svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

/* Call button — Coral */
.floating-call {
    background-color: #E94B3C;
}

/* WhatsApp button — Forest Green */
.floating-whatsapp {
    background-color: #1F4D3F;
}

/* Hover effect (mainly for desktop) */
.floating-contact a:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(20, 17, 14, 0.25);
}

/* Slightly smaller on very small screens */
@media (max-width: 400px) {
    .floating-contact a {
        width: 48px;
        height: 48px;
    }
    .floating-contact svg {
        width: 24px;
        height: 24px;
    }
}

/* On larger screens move them a bit away from edges */
@media (min-width: 992px) {
    .floating-contact {
        right: 40px;
        bottom: 40px;
    }
}
