/*
Theme Name: Ivy Clinic
*/

/* ================================================= */
/* ===================== Fonts ===================== */
/* ================================================= */
@font-face {
    font-family: 'ttnorms-regular';
    src: url('assets/fonts/TTNorms-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ttnorms-bold';
    src: url('assets/fonts/TTNorms-Bold.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ttnorms-medium';
    src: url('assets/fonts/TTNorms-Medium.woff');
    font-weight: normal;
    font-style: normal;
}

/* ===================== Typography ===================== */
h1 {
    font-family: "Quarto A", "Quarto B", serif;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

h2 {
    font-family: 'ttnorms-bold';
    color: #000000;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

h3 {
    font-family: 'ttnorms-medium';
    color: #000000;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

h4, h4 a {
    font-family: 'ttnorms-bold';
    color: #000000;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

h5 {
    font-family: "Quarto A", "Quarto B", serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 800;
    color: #000000;
}

h6 {
    font-size: 1rem;
    color: #000000;
}

p, li {
    font-family: 'ttnorms-regular', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
}

strong, b {
    font-size: 1rem;
}

a {
    font-family: 'ttnorms-regular', sans-serif;
    color: #000000;
    transition: color ease 0.5s;
    text-decoration: none;
}

html:not(.has-touch) a:hover {
    color: rgba(191, 149, 107, 1);
    cursor: pointer;
    text-decoration: none;
}

a:focus {
    outline: none;
    box-shadow: none;
}

ul,ol{
    padding-left: 20px;
}

/* =================================================== */
/* ===================== Buttons ===================== */
/* =================================================== */
.btn {
    transition: all ease 0.5s;
    font-family: 'ttnorms-bold';
    font-size: 0.875rem;
    line-height: 1.5;
    white-space: pre-line;
}

html:not(.has-touch) .btn:hover {
    color: rgba(191, 149, 107, 1);
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn i {
    margin: 0 10px;
}

.btn.btn-primary {
    color: #000000;
    border-color: #000000;
    background-color: transparent;
    border-radius: 0;
    padding: 0.8rem 1.2rem;
}

html:not(.has-touch) .btn.btn-primary:hover {
    border-color: rgba(191, 149, 107, 1);
    background-color: rgba(191, 149, 107, 1);
    color: #fff;
    cursor: pointer;
}

.btn.btn-sm {
    font-size: 0.675rem;
    padding: 0.8rem 1rem;
}

.btn.btn-md {
    font-size: 0.775rem;
    padding: 0.8rem 1rem;
}

/* ================================================== */
/* ===================== Golbal ===================== */
/* ================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #999;
    font-family: 'CalibreRegular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

main {
    background-color: #F6F6F6;
    margin-right: 40px;
    margin-left: 40px;
}

main.bg-light {
    background-color: #F6F6F6 !important;
}

main.bg-white {
    background-color: #fff !important;
}

main.bg-secondary {
    background-color: rgba(251, 236, 232, 1) !important;
}

body:not(.page-template-home) main {
    padding: 5rem 0;
    min-height: 100vh;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1250px;
}

.container-sm {
    max-width: 1150px;
}

.container-sm .row {
    margin-right: -30px;
    margin-left: -30px;
}

.container-sm .row .col-12 {
    padding-right: 30px;
    padding-left: 30px;
}


ul.category_subnav {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}


ul.category_subnav li {
   list-style: none;
   display: inline-block;
}

ul.category_subnav li a {
   padding: 7px 15px;
   font-size: 21px;
   font-family: "Quarto A", "Quarto B", serif;
   color: #888;
}


.post_nav {
    margin-top: 80px;
}

.post_nav a {
    font-size: 14px;
}

.post_nav a:nth-of-type(2) {
    float: right;
}

/* =================================================== */
/* ===================== Helpers ===================== */
/* =================================================== */
.bg-light {
    background-color: #F6F6F6 !important;
}

.base-line {
    border-bottom: 2px solid #888;
    width: 75px;
    margin: 2rem auto;
}

.link-arrow {
    position: relative;
}

.link-arrow::after {
    position: relative;
    top: 0;
    content: '\203a';
    padding-left: 4px;
    font-size: 20px;
    right: 0;
    transition: all ease 0.5s;
}

html:not(.has-touch) .link-arrow:hover::after {
    right: -4px;
}

.heading {
    font-family: "Quarto A", "Quarto B", serif;
    text-align: center;
}

/* =================================================== */
/* ====================== Forms ====================== */
/* =================================================== */

#popup {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    top: 0;
    /*align-items: center;*/

}


#wrapper {
  margin: -20px 5% 20px 5%;
  width: 90%;
  max-width:400px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper h3,
#wrapper p {
   color: #fff!important;
}

#close_btn {
    height: 25px;
    float: right;
    cursor: pointer;
    margin-top: -30px;
    margin-bottom: 30px;
}

label {
    width: 100%;
}

form label.error {
    font-size: 13px;
    color: rgba(191, 149, 107, 1);
    display: block;
    margin-bottom: 7px;
}

form input {
    border: 1px solid #333333;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    padding: 12px;
    margin-bottom: 10px;
    color: rgba(191, 149, 107, 1);
    transition: all .15s ease-in;
    width: 100%;
    display: block;
}

form input[type=submit] {
    background-color: rgba(191, 149, 107, 1);
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    width: 100%;
    cursor: pointer;
}

html:not(.has-touch) form input[type=submit]:hover {
    background-color: rgba(191, 149, 107, 0.5);
    border: 1px solid transparent;
}

form input[type=submit]::focus {
    border: 1px solid transparent;
}

form input:focus {
    border-color: rgba(191, 149, 107, 1);
    box-shadow: 0px 0px 8px 2px rgba(191, 149, 107, 0.5);
    outline: none;
}

form input::placeholder {
    color: #555;
}

.form-control {
    border: none;
    padding: 1.5rem .75rem;
}

textarea.form-control {
    max-height: 150px;
}

/* ===================== Response ===================== */
#response {
    width: 265px;
    margin-left: -12px;
}

#response p {
    color: rgba(191, 149, 107, 1);
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
}

#response h4 {
    color: rgba(191, 149, 107, 1);
    margin-top: 7px;
}

#response a,
html:not(.has-touch) #response a:hover {
    color: rgba(191, 149, 107, 1);
}


div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
     display: block;
    background-color: #F79648;
    color: #fff;
    margin: 20px 0 0 0;
    border: none;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}


/* ================================================== */
/* ===================== Header ===================== */
/* ================================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0;
    min-height: 41px;
    background-color: #fff;
    z-index: 2000;
}

header .container-fluid {
    padding: 0 40px;
}

header .logo img {
    max-width: 86px;
    width: 86px;
    height: auto;
}

.page-template-home header .logo{
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.nav_trigger {
    display: block;
    margin-right: 0;
    top: -1px;
    position: fixed;
    top: 50%;
    left: 20px;
    cursor: pointer;
}

.nav_trigger .line {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 1px;
    border-bottom: solid 3px #231F20;
    width: 33px;
    margin: 7px 0;
    opacity: 1;
}

.dark .nav_trigger .line {
    border-bottom: solid thin #fff;
}

.nav_trigger.Triggerclose .line:nth-child(2) {
    opacity: 0;
}

.nav_trigger.Triggerclose .line:first-child {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -ms-transform: translateY(10px) translateX(0) rotate(45deg);
    -o-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
}

.nav_trigger.Triggerclose .line:last-child {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
}

/* ================================================== */
/* =================== Menu Links =================== */
/* ================================================== */
nav {
    position: fixed;
    top: 0;
    min-width: 300px;
    max-width: 400px;
    width: 40vw;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    left: -100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

nav.open {
    left: 0;
}

nav .menu {
    padding: 80px 60px;
    width: 90%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    overflow: auto;
    height: 100%;
}

nav .menu ul {
    list-style: none;
}

nav .menu ul li {
    margin: 1rem 0;
}

nav .menu ul li a {
    font-family: 'ttnorms-medium';
    position: relative;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}

nav .menu ul li a.nav-link:after {
    content: '';
    display: block;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-bottom: solid thin rgba(191, 149, 107, 1);
}

html:not(.has-touch) nav .menu ul li a.nav-link:hover:after {
    width: 100%;
}

nav .contact-info {
    padding: 0px 0;
    border-top: 2px solid #888;
}

nav .contact-info i {
    margin: 0 10px 0 0px;
    width: 20px;
    text-align: center;
}

nav .contact-info i.fa-mobile-alt {
    font-size: 16px;
}

/* ================================================== */
/* ================== Social Links ================== */
/* ================================================== */
.social-links {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0.7rem;
}

.social-links ul li {
    text-align: center;
    }

.social-links ul li a {
    font-size: 1.1rem;
}



/* ================================================== */
/* ================== Intro Banner ================== */
/* ================================================== */
.page-title {
    padding: 5rem 0;
}

.page-title h1 {
    font-size: 2rem;
}
.single-packages .page-title h1{
    margin-bottom: 0;
}

/* ================================================== */
/* ================== Intro Banner ================== */
/* ================================================== */
section.main_banner {
    background-color: #0b0b0b;
    width: calc(100vw - (40px* 2));
    height: calc(100vh - 56.82px - 40px);
    background-image: url('assets/img/ivyclinic_botox.jpg');
    /*background-size: auto 100vh;*/
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 56.82px;
    margin-bottom: 40px;
    /*margin: 56.82px 40px 40px 40px;*/
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}

.intro-wrapper {
    position: relative;
    margin: auto;
    text-align: center;
    width: 70%;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 5px;
    padding: 40px 30px 40px 30px;
    overflow: hidden;
}

.main_banner .introline {
    line-height: 1;
    position: absolute;
    opacity: 0;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_banner .introline.active {
    opacity: 1;
}

.main_banner .introline,
.main_banner .byline {
    font-family: "Quarto A", "Quarto B", serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 60px;
}

.main_banner .byline {
    text-transform: none;
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px;
}

/* ================================================= */
/* ===================== Intro ===================== */
/* ================================================= */
.intro {
    text-align: center;
    padding: 5rem 0 2rem;
    background-color: #F6F6F6;
}

.intro h1 {
    font-family: 'ttnorms-regular', sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.3;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 20px auto;
}

.intro_logo {
    width: 170px;
    margin-bottom: 10px;
}

.intro a {
    font-family: 'ttnorms-medium', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}

/* ==================================================== */
/* ===================== Services ===================== */
/* ==================================================== */

.services {
    padding: 2rem ;
    max-width: 100%;
    width: 100%;
}

#brick-wrapper{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto!important;
    padding: 0!important;
}

.container .brick:nth-child(2),
.container .brick:nth-child(4)
 {
  margin-top: 150px;
}

.container .brick {
    width: calc(25% - 30px);
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
}



@media screen and (max-width: 990px) {

    .container .brick {
        width: calc(50% - 30px);
    }

}

@media screen and (max-width: 600px) {

    .container .brick {
        width: calc(100%);
    }

}




.services h2 {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.services p,
.services li {
    font-size: 0.875rem;
    line-height: 1.6;
}

.services ul {
    padding-left: 20px;
}

.services ul li {
    color: #000000;
    margin-bottom: 0.2rem;
}

.services a.read-more {
    display: block;
    margin: 10px 0 30px 0;
    font-family: 'ttnorms-bold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.services .row div {
    padding: 2%;
}

.services .row div:nth-child(even) {
    margin-top: 160px;
}

.services .row:nth-child(even) {
    margin-top: -160px;
}

/* ==================================================== */
/* ====================== Footer ====================== */
/* ==================================================== */
.bottom-gutter{
    background: #fff;
    height: 40px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2
}
footer {
    padding: 2rem 0 4rem;
    margin-right: 40px;
    margin-left: 40px;
}

footer h4 {
    font-size: 1rem;
    margin-top: 2rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

footer ul li a {
    padding: 0.1rem 0;
    display: inline-block;
    color: #000000;
    font-size: 0.875rem;
}

footer p {
    font-size: 0.875rem;
    margin-bottom: 0.875rem;
}

/* ============================================================ */
/* ========================= Sections ========================= */
/* ============================================================ */
/* ================== Action Banner ================== */
.action-banner {
    padding: 2rem 0;
}

/* ================== Testimonials ================== */
.testimonials {
    padding: 5rem 0;
    background-color: rgba(251, 236, 232, 1);
}

.testimonials h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.testimonials p {
    font-size: 1rem;
}

/* ================== Instagram Feed ================== */
.instagram {
    padding: 4rem 0rem 2rem 0rem;
}

/* ================== Bottom Line ================== */
.bottom-line {
    padding: 5rem 0 10rem 0;
    background-color: #F6F6F6;
    margin-right: 40px;
    margin-left: 40px;
}

.vertical-line {
    margin: auto;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 50%;
    background-color: #000000;
    -webkit-transform: translateY(20px) translateX(-50%) rotate(-35deg);
    -ms-transform: translateY(20px) translateX(-50%) rotate(-35deg);
    -o-transform: translateY(20px) translateX(-50%) rotate(-35deg);
    -moz-transform: translateY(20px) translateX(-50%) rotate(-35deg);
    transform: translateY(20px) translateX(-50%) rotate(-35deg);
}

/* ================== Mailchimp Form ================== */
/* ================== Disclaimer ================== */
.disclaimer * {
    font-size: 85%;
}

/* ================================================== */
/* ================= Call To Action ================= */
/* ================================================== */
.cta {
    margin-top: 10rem;
}


.btn.btn-primary {
    font-size: 12px;
}
.single-packages .cta{
    text-align: right;
    margin-top: 4rem;
}
.single-packages .cta .btn{
    min-width: 150px;
}

/* ================================================== */
/* ================= Call To Action ================= */
/* ================================================== */
.questions {
    margin-bottom: 3rem;
}

.question {
    margin-bottom: 3rem;
}

.question h3{
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

/* ======================================================== */
/* ================== Treatments Sidebar ================== */
/* ======================================================== */

.treatments-sidebar{
    position: sticky;
    top: 80px;
}
.treatments-sidebar .related-treatments {
    list-style: none;
    padding-left: 0;
}

.treatments-sidebar ul li a {
    display: inline-block;
    font-family: 'ttnorms-medium', sans-serif;
    padding: 0.2rem 0;
}


/* ======================================================== */
/* ================== Packages Sidebar ================== */
/* ======================================================== */

.packages-sidebar{
    position: sticky;
    top: 80px;
}
.packages-sidebar .related-packages {
    list-style: none;
    padding-left: 0;
}



.packages-sidebar ul li a {
    display: inline-block;
    font-family: 'ttnorms-medium', sans-serif;
    padding: 0.4rem 0 0.2rem 0;
    line-height: 1.4;
}
.packages-sidebar ul li.active a{
    border-bottom: solid thin #000;
}


/* ================================================== */
/* =================== Newsletter =================== */
/* ================================================== */
.newsletter {
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 3000;
    overflow: scroll;
}

.newsletter .newsletter-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3500;
    padding: 20px;
    cursor: pointer;
}

.newsletter .newsletter-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.newsletter .newsletter-content {
    position: relative;
    margin: auto;
    text-align: center;
    top: 80px;
    width: 70%;
    max-width: 320px;
    background: rgba(0, 0, 0, 1);
    border-radius: 5px;
    padding: 40px 30px;
    z-index: 4000;
}

.newsletter .newsletter-content * {
    color: #fff;
}

.newsletter .newsletter-content label.error {
    color: rgba(191, 149, 107, 1);
}

/* ============================================================= */
/* =========================== Pages =========================== */
/* ============================================================= */
/* ================================================== */
/* ====================== FAQS ====================== */
/* ================================================== */
.faqs {
    background-color: rgba(251, 236, 232, 1);
}

/* ================================================== */
/* ====================== Team ====================== */
/* ================================================== */
.team_member .team_image {
    padding-bottom: 70%;
}

.team_member h3 {
    margin-top: 0.8rem;
}

.team_member h5 {
    margin-top: 0.8rem;
}

/* ===================================================== */
/* ====================== Contact ====================== */
/* ===================================================== */
.contact-details h4,
.contact-details h4 a {
    font-size: 1rem;
    font-style: italic;
    margin-top: .8rem;
}

.page-template-contact form {
    width: 90%;
}

.page-template-contact form input[type=submit] {
    background-color: transparent;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    border: 1px solid #000000;
    cursor: pointer;
    width: 50%;
}

html:not(.has-touch) .page-template-contact form input[type=submit]:hover {
    background-color: rgba(191, 149, 107, 0.5);
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
}

.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

/* ================================================== */
/* ==================== Bookings ==================== */
/* ================================================== */
#CaBookitIFrame {
    border: none;
    min-height: 770px;
    background-color: #fff;
    padding: 20px 0px 20px 0px;
    width:100%;
}

/* ================================================== */
/* ===================== 1024px ===================== */
/* ================================================== */
@media screen and (max-width: 1024px) {

    /* ===================== Nav ===================== */
    nav .menu {
        padding: 70px 20px;
    }

    nav .menu ul li a {
        font-size: 0.875rem
    }

    #CaBookitIFrame {
        min-height: 1350px;
    }

}




/* ================================================= */
/* ===================== 768px ===================== */
/* ================================================= */
@media screen and (max-width: 768px) {
    :root {
        --gutters: 15px;
    }

    body:not(.page-template-home) main {
        margin: 0;
    }

    main, footer, .bottom-line {
        margin-right: 0px;
        margin-left: 0px;
    }

    .bottom-gutter{
        display: none;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .container-sm .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container-sm .row .col-12 {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .page-title {
        padding: 4rem 0 0 0;
    }

    /* ================================================== */
    /* ===================== Header ===================== */
    /* ================================================== */
    header .btn span {
        display: none;
    }

    header .logo img {
        width: 65px;
    }

    .nav_trigger {
        top: 15px !important;
        left: 40px;
    }

    .nav_trigger .line {
        border-bottom: solid 3px #231F20;
        width: 35px;
        margin: 5px 0;
    }

    .nav_trigger.Triggerclose .line:first-child {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        -o-transform: translateY(8px) translateX(0) rotate(45deg);
        -moz-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    }

    .nav_trigger.Triggerclose .line:last-child {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -o-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    }

    /* =============================================== */
    /* ===================== Nav ===================== */
    /* =============================================== */
    nav .menu ul li {
        margin: 0.5rem 0;
    }

    nav .contact-info i {
        margin: 0 10px 0 0px;
    }

    /* ================================================== */
    /* ================== Home Banner =================== */
    /* ================================================== */
    section.main_banner {
        width: 100vw;
        height: 50vh;
        min-height: 340px;
    }

    /* ================================================== */
    /* ================== Intro Banner ================== */
    /* ================================================== */
    .intro-wrapper {
        width: 100%;
    }

    .main_banner .introline,
    .main_banner .byline {
        font-size: 40px;
    }

    .intro h1 {
        width: 100%;
    }

    /* ================================================== */
    /* ================== Social Links ================== */
    /* ================================================== */
    .social-links {
        position: fixed;
        right: 0;
        width: 100%;
        top: inherit;
        bottom: -100%;
        transform: translateY(0%);
        background-color: #fff;
        z-index: 2000;
    }

    .social-links ul {
        padding-left: 20px;
    }

    .social-links ul li {
        display: inline-block;
        margin-right: 10px;
    }

    /* ================================================== */
    /* ==================== Services ==================== */
    /* ================================================== */
    .services .row div:nth-child(even),
    .services .row:nth-child(even) {
        margin-top: 0px;
    }

    .services div .read-more{
        margin-bottom: 80px;
    }

    /* ================================================== */
    /* ================= Instagram Feed ================= */
    /* ================================================== */
    #sb_instagram #sbi_images {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* ================================================== */
    /* =================== Newsletter =================== */
    /* ================================================== */
    .newsletter .newsletter-content {
        padding: 20px 15px;
        width: 90%;
    }





}

/* ================================================= */
/* ===================== 480px ===================== */
/* ================================================= */
@media screen and (max-width: 480px) {}

/* ===================================================== */
/* ===================== Keyframes ===================== */
/* ===================================================== */
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#CaBookitIFrame {
    min-height: 950px;
}

/* ======================================================== */
/* ===================== Holding Page ===================== */
/* ======================================================== */
.page-template-holding #main_banner {
    background-color: #0b0b0b;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: url('img/ivyclinic_botox.jpg');
    background-size: auto calc(100vh - 45px);
    /* background-position: center right;*/
    background-position: right -240px top 40px;
    background-repeat: no-repeat;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    /* Center banner items */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-template-holding #logo {
    position: absolute;
    top: 10px;
    left: 5%;
    z-index: 3;
}

.page-template-holding #logo img {
    max-width: 86px;
    width: 86px;
    height: auto;
}

.page-template-holding .frame {
    background-color: #fff;
    position: absolute;
    z-index: 2
}

.page-template-holding .frame.top {
    width: 100%;
    height: 50px;
}

.page-template-holding .frame.right {
    right: 0;
    width: 2vw;
    max-width: 25px;
    height: 100%;
}

.page-template-holding .frame.bottom {
    bottom: 0;
    width: 100%;
    height: 2vw;
    max-height: 25px;
}

.page-template-holding .frame.left {
    width: 2vw;
    max-width: 25px;
    height: 100%;
}

.page-template-holding #wrapper {
    margin: auto;
    text-align: center;
    width: 70%;
    max-width: 320px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 40px 30px;
}

.page-template-holding h1 {
    font-family: "Quarto A", "Quarto B", serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-template-holding #wrapper h2,
.page-template-holding #wrapper h3 {
    font-family: "Quarto A", "Quarto B", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0px 10px;
}

.page-template-holding p {
    color: #fff;
}

.page-template-holding a {
    color: #fff;
}

/* Mailchimp Sign Up form */
#sign-up-form {
    margin: 40px auto;
}

label.error {
    font-size: 13px;
    color: rgba(191, 149, 107, 1);
    display: block;
    margin-bottom: 7px;
}

input {
    border: 1px solid #333333;
    background-color: transparent;
    border-radius: 4px;
    font-size: 15px;
    padding: 12px;
    margin-bottom: 10px;
    color: rgba(191, 149, 107, 1);
    transition: all .15s ease-in;
    width: 100%;
    display: block;
}

input[type=submit] {
    background-color: rgba(191, 149, 107, 1);
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    width: 100%;
    cursor: pointer;
}

html:not(.has-touch) input[type=submit]:hover {
    background-color: rgba(191, 149, 107, 0.5);
    border: 1px solid transparent;
}

html:not(.has-touch) input[type=submit]::focus {
    border: 1px solid transparent;
}

input:focus {
    border-color: rgba(191, 149, 107, 1);
    box-shadow: 0px 0px 8px 2px rgba(191, 149, 107, 0.5);
    outline: none;
}

input::placeholder {
    color: #555;
}

#response {
    width: 265px;
    margin-left: 0;
}

#response p {
    color: rgba(191, 149, 107, 1);
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
}

#response h4 {
    color: rgba(191, 149, 107, 1);
    margin-top: 7px;
}

#response a,
html:not(.has-touch) #response a:hover {
    color: rgba(191, 149, 107, 1);
}

.page-template-holding {
    overflow: hidden;
}

.page-template-holding pre,
.page-template-holding header,
.page-template-holding footer,
.page-template-holding .bottom-line,
.page-template-holding .social-links {
    display: none;
}

/***********************************