/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
*,*::after,*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: #fff0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.post-edit-link {
    background: #c9a277;
    display: block;
    width: fit-content;
    padding: 12px 22px 8px;
    color: #fff!important;
    position: fixed;
    bottom: 0;
    left: 0;
    font-weight: 700;
    z-index: 999;
    text-align: center;
    text-decoration: none;
    right: 0;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    text-transform: lowercase;
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / .4);
    box-shadow: 0 0 30px rgb(0 0 0 / .4)
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.cookie-dialog__label {
    padding: 0!important
}

.cookie-dialog__more {
    color: #b6b6b6!important;
    border-color: transparent!important
}

.cookie-dialog__table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: #fff0;
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout: auto;
    line-height: 1.3
}

@media (min-width: 768px) {
    .cookie-dialog__table {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.cookie-dialog__table th,.cookie-dialog__table td {
    vertical-align: top;
    border: 1px solid #838383;
    padding: 4px 10px;
    text-align: left
}

.cookie-dialog__table th:nth-child(1),.cookie-dialog__table td:nth-child(1) {
    word-break: break-word;
    min-width: 140px
}

.cookie-dialog__table th {
    font-weight: 700
}

@media (max-width: 768px) {
    .cookie-dialog__table caption,.cookie-dialog__table table,.cookie-dialog__table thead,.cookie-dialog__table tbody,.cookie-dialog__table th,.cookie-dialog__table td,.cookie-dialog__table tr {
        display:block
    }

    .cookie-dialog__table thead {
        display: none
    }

    .cookie-dialog__table tbody td {
        border: none;
        border-width: 1px 1px 0;
        border-style: solid;
        border-color: #838383;
        position: relative;
        white-space: normal;
        text-align: left;
        padding: 4px 10px 4px 130px
    }

    .cookie-dialog__table tbody td:before {
        position: absolute;
        top: 4px;
        left: 10px;
        width: 40%;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }

    .cookie-dialog__table tbody td:nth-child(1):before {
        content: "Cookie name"
    }

    .cookie-dialog__table tbody td:nth-child(2):before {
        content: "Provider"
    }

    .cookie-dialog__table tbody td:nth-child(3):before {
        content: "Type"
    }

    .cookie-dialog__table tbody td:nth-child(4):before {
        content: "Expiry"
    }

    .cookie-dialog__table tbody td:nth-child(5):before {
        content: "Description"
    }

    .cookie-dialog__table tbody td:first-child {
        border-width: 1px 1px 0;
        width: auto
    }

    .cookie-dialog__table tbody td:last-child {
        border-width: 1px;
        width: auto
    }

    .cookie-dialog__table tbody tr:not(:last-child) {
        border-width: 0 0 20px;
        border-style: solid;
        border-color: #fff
    }
}

html {
    font-size: 62.5%
}

body {
    height: 100%;
    max-height: 100%;
    font-family: "montserrat",sans-serif;
    font-size: 1.8rem;
    line-height: 1.8em;
    color: #3a4145;
    overflow-x: hidden
}

@media only screen and (max-width: 1450px) {
    body {
        font-size:1.7rem
    }
}

@media only screen and (max-width: 950px) {
    body {
        font-size:1.6rem
    }
}

@media only screen and (max-width: 700px) {
    body {
        font-size:1.5rem
    }
}

h1,h2,h3,h4,h5,h6 {
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin: 0;
    font-family: "abril-display",serif;
    font-weight: 400
}

h1 {
    font-size: 7rem;
    line-height: 1.3em
}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size:5rem;
        line-height: 1.2em
    }
}

@media only screen and (max-width: 1050px) {
    h1 {
        font-size:4rem
    }
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size:3rem
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 500px) {
    .home h1 {
        font-size:3.5rem
    }
}

h2 {
    font-size: 4rem;
    line-height: 1.2em
}

@media only screen and (max-width: 1500px) {
    h2 {
        font-size:3.75rem
    }
}

@media only screen and (max-width: 1050px) {
    h2 {
        font-size:3.25rem
    }
}

@media only screen and (max-width: 700px) {
    h2 {
        font-size:2.75rem
    }
}

@media only screen and (max-width: 500px) {
    h2 {
        font-size:2.25rem
    }
}

.home h2 {
    font-size: 5rem
}

@media only screen and (max-width: 1500px) {
    .home h2 {
        font-size:3.75rem
    }
}

@media only screen and (max-width: 1050px) {
    .home h2 {
        font-size:3.25rem
    }
}

@media only screen and (max-width: 700px) {
    .home h2 {
        font-size:2.75rem
    }
}

@media only screen and (max-width: 500px) {
    .home h2 {
        font-size:2.5rem
    }
}

h3 {
    font-size: 3.25rem;
    line-height: 1.3em
}

@media only screen and (max-width: 1500px) {
    h3 {
        font-size:3rem
    }
}

@media only screen and (max-width: 1050px) {
    h3 {
        font-size:2.75rem
    }
}

@media only screen and (max-width: 700px) {
    h3 {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 500px) {
    h3 {
        font-size:2.25rem
    }
}

.home h3 {
    font-size: 3.5rem
}

@media only screen and (max-width: 1650px) {
    .home h3 {
        font-size:3.25rem
    }
}

@media only screen and (max-width: 1500px) {
    .home h3 {
        font-size:3rem
    }
}

@media only screen and (max-width: 1050px) {
    .home h3 {
        font-size:2.75rem
    }
}

@media only screen and (max-width: 700px) {
    .home h3 {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 500px) {
    .home h3 {
        font-size:2.25rem
    }
}

h4 {
    font-size: 3rem
}

@media only screen and (max-width: 1500px) {
    h4 {
        font-size:2.75rem
    }
}

@media only screen and (max-width: 1050px) {
    h4 {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 700px) {
    h4 {
        font-size:2.25rem
    }
}

@media only screen and (max-width: 500px) {
    h4 {
        font-size:2rem
    }
}

h5 {
    font-size: 2.5rem
}

@media only screen and (max-width: 1050px) {
    h5 {
        font-size:2.25rem
    }
}

@media only screen and (max-width: 700px) {
    h5 {
        font-size:2rem
    }
}

@media only screen and (max-width: 500px) {
    h5 {
        font-size:1.75rem
    }
}

h6 {
    font-size: 6rem
}

@media only screen and (max-width: 1650px) {
    h6 {
        font-size:5rem
    }
}

@media only screen and (max-width: 1500px) {
    h6 {
        font-size:3.5rem
    }
}

@media only screen and (max-width: 1050px) {
    h6 {
        font-size:3rem
    }
}

@media only screen and (max-width: 700px) {
    h6 {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 500px) {
    h6 {
        font-size:2.25rem
    }
}

a {
    color: #4a4a4a;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

a:hover {
    color: #d5b2a2
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #50585d
}

ul,ol {
    margin: 1.6em 0
}

p {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media (min-width: 992px) {
    p {
        margin-top:2rem;
        margin-bottom: 2rem
    }
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0;
    width: 100%;
}

ol ol,ul ul,ul ol,ol ul {
    margin: .4em 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 3.2em 0;
    padding: 0
}

header,footer {
    width: 100%
}

.container {
    max-width: 1800px;
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width: 1650px) {
    .container {
        width:85%
    }
}

@media only screen and (max-width: 1450px) {
    .container {
        width:90%
    }
}

@media only screen and (max-width: 700px) {
    .container {
        width:100%
    }
}

.container.margin-bottom {
    margin: 0 auto 52px
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.content-object-center {
    max-width: 80%;
    width: 100%;
    align-self: center;
    margin: 0 auto;
    padding: 80px 60px
}

@media only screen and (max-width: 1050px) {
    .content-object-center {
        max-width:100%;
        padding: 80px 50px
    }
}

@media only screen and (max-width: 750px) {
    .content-object-center {
        padding:50px 30px
    }
}

.content-object-center+.content-object-center {
    border-top: 3px solid #d5b2a2
}

.object-fit {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

img.object-fit.sticky-on {
    width: 100%;
    position: sticky;
    max-width: 100%;
    height: 100%;
    max-height: 65vh;
    object-fit: cover;
    object-position: center;
    top: 90px
}

.width-thirty {
    width: 30%
}

.width-fourty {
    width: 40%
}

.width-fourtyfive {
    width: 45%
}

.width-fifty {
    width: 50%
}

.width-fiftyfive {
    width: 55%
}

.width-sixty {
    width: 60%
}

.width-seventy {
    width: 70%
}

.padding-300-top-bottom {
    padding: 300px 0
}

@media only screen and (max-width: 1300px) {
    .padding-300-top-bottom {
        padding:150px 0
    }
}

@media only screen and (max-width: 1150px) {
    .padding-300-top-bottom {
        padding:125px 0
    }
}

@media only screen and (max-width: 1000px) {
    .padding-300-top-bottom {
        padding:100px 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-300-top-bottom {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-300-top-bottom {
        padding:50px 30px
    }
}

.padding-200-top-bottom {
    padding: 200px 0
}

@media only screen and (max-width: 1000px) {
    .padding-200-top-bottom {
        padding:100px 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-200-top-bottom {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-200-top-bottom {
        padding:50px 30px
    }
}

.padding-100-top-bottom {
    padding: 100px 0
}

@media only screen and (max-width: 1050px) {
    .padding-100-top-bottom {
        padding:75px 50px
    }
}

@media only screen and (max-width: 700px) {
    .padding-100-top-bottom {
        padding:50px 30px
    }
}

.padding-200-top-100-bottom {
    padding: 200px 0 100px
}

@media only screen and (max-width: 1300px) {
    .padding-200-top-100-bottom {
        padding:100px 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-200-top-100-bottom {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-200-top-100-bottom {
        padding:50px 30px
    }
}

.padding-300-top-100-bottom {
    padding: 300px 0 100px
}

@media only screen and (max-width: 1300px) {
    .padding-300-top-100-bottom {
        padding:100px 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-300-top-100-bottom {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-300-top-100-bottom {
        padding:50px 30px
    }
}

.padding-300-top-200-bottom {
    padding: 300px 0 200px
}

@media only screen and (max-width: 1300px) {
    .padding-300-top-200-bottom {
        padding:100px 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-300-top-200-bottom {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-300-top-200-bottom {
        padding:50px 30px
    }
}

.padding-300-top-only {
    padding: 300px 0 0
}

@media only screen and (max-width: 1450px) {
    .padding-300-top-only {
        padding:250px 0 0
    }
}

@media only screen and (max-width: 1300px) {
    .padding-300-top-only {
        padding:100px 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-300-top-only {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-300-top-only {
        padding:50px 30px
    }
}

.padding-200-top-only {
    padding: 200px 0 0
}

@media only screen and (max-width: 1450px) {
    .padding-200-top-only {
        padding:150px 0 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-200-top-only {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-200-top-only {
        padding:50px 30px
    }
}

.padding-100-top-only {
    padding: 100px 0 0
}

@media only screen and (max-width: 1450px) {
    .padding-100-top-only {
        padding:50px 0 0
    }
}

@media only screen and (max-width: 850px) {
    .padding-100-top-only {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .padding-100-top-only {
        padding:50px 30px
    }
}

.padding-300-bottom-only {
    padding: 0 0 300px
}

.padding-200-bottom-only {
    padding: 0 0 200px
}

.padding-200-bottom-only {
    padding: 0 0 100px
}

.underlined {
    border-bottom: 2px solid #000
}

.slant-top {
    position: absolute;
    width: 100%;
    height: 200px;
    clip-path: polygon(100% 0,0 0,0 100%);
    top: -1px;
    left: 0
}

@media only screen and (max-width: 1300px) {
    .slant-top {
        display:none
    }
}

.slant-bottom {
    position: absolute;
    width: 100%;
    bottom: -1px;
    right: 0;
    clip-path: polygon(0 100%,100% 100%,100% 0);
    height: 200px
}

@media only screen and (max-width: 1300px) {
    .slant-bottom {
        display:none
    }
}

.divider {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #d5b2a2;
    height: 2rem;
    display: inline
}

@media only screen and (max-width: 800px) {
    div#eb-bot-trigger {
        bottom:25px!important
    }
}

div#eb-bot-trigger.bot-active {
    bottom: 25px!important
}

.banner-overlay {
    background: rgb(0 0 0 / .5);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0
}

header {
    height: 116px
}

@media only screen and (max-width: 650px) {
    header {
        height:100px
    }
}

.sticky-nav-holder {
    align-content: center;
    position: sticky;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / .4);
    box-shadow: 0 0 40px rgb(0 0 0 / .4)
}

@media only screen and (max-width: 950px) {
    .sticky-nav-holder .btn {
        margin:0 15px 0 0;
        font-size: inherit;
        height: inherit;
        padding: 5px 12px
    }

    .sticky-nav-holder .btn:last-of-type {
        margin: 0
    }
}

@media only screen and (max-width: 800px) {
    .sticky-nav-holder .btn {
        display:none
    }
}

@media only screen and (max-width: 500px) {
    .sticky-nav-holder .btn {
        padding:0 7px;
        margin: 0 10px 0 0
    }
}

.sticky-nav-holder .btn span span {
    margin: 0 0 0 5px
}

@media only screen and (max-width: 580px) {
    .sticky-nav-holder .btn span span {
        display:none
    }
}

@media only screen and (max-width: 500px) {
    .sticky-nav-holder .btn span {
        display:none
    }
}

a.btn.contact-btn-header {
    display: none;
    padding: 11px
}

@media only screen and (max-width: 800px) {
    .sticky-nav-holder a.btn.contact-btn-header {
        display:flex
    }
}

a.btn.contact-btn-header svg {
    width: 20px;
    height: 20px
}

a.btn.flex.contact-btn-header svg {
    width: 31px;
    fill: #000;
    padding: 5px;
    background-color: #d5b2a2;
    border-radius: 50%;
    height: auto;
    margin: 0
}

header .container {
    justify-content: center;
    align-items: center;
    position: relative
}

@media only screen and (max-width: 950px) {
    header .container {
        justify-content:space-around
    }
}

@media only screen and (max-width: 700px) {
    header .container {
        padding:0 30px
    }
}

@media only screen and (max-width: 400px) {
    header .container {
        padding:0 20px
    }
}

.header-logo img {
    width: 100%;
    max-width: 350px;
    margin: 0 80px
}

@media only screen and (max-width: 1450px) {
    .header-logo img {
        max-width:300px
    }
}

@media only screen and (max-width: 1400px) {
    .header-logo img {
        max-width:250px
    }
}

@media only screen and (max-width: 1300px) {
    .header-logo img {
        margin:0 40px
    }
}

@media only screen and (max-width: 1300px) {
    .header-logo img {
        max-width:200px
    }
}

@media only screen and (max-width: 850px) {
    .header-logo img {
        max-width:180px
    }
}

@media only screen and (max-width: 625px) {
    .header-logo img {
        max-width:160px
    }
}

@media only screen and (max-width: 450px) {
    .header-logo img {
       /* max-width:150px;
        bottom: 0;
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translate(0%,-50%);
        height: auto;
        right: 0  */
       margin: 0;
    }
}

@media only screen and (max-width: 950px) {
    #header-logo {
        order:-1
    }
}

.subtitle-wrap {
    position: relative;
    min-height: 60px;
    width: 100%
}

.subtitle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    right: 0;
    text-align: center;
    align-content: center;
    padding: 6px 15px;
    line-height: 1.3;
    white-space: normal
}

.subtitle a:hover {
    color: #4a4a4a
}

.subtitle-default {
    opacity: 1;
    pointer-events: auto
}

.sub-header:hover .subtitle-default {
    opacity: 0;
    pointer-events: none
}

.sub-header:hover .subtitle-hover {
    opacity: 1;
    pointer-events: auto;
    color: #4a4a4a
}

@media only screen and (max-width: 780px) {
    .sticky-nav-holder .btn:last-of-type span {
        display:none
    }

    .sticky-nav-holder .btn:last-of-type svg {
        margin: 0;
        width: 26px;
        height: 40px
    }
}

@media only screen and (max-width: 500px) {
    .sticky-nav-holder .btn svg {
        margin:0;
        width: 26px;
        height: 40px
    }
}

@media only screen and (max-width: 400px) {
    .sticky-nav-holder .btn svg,.sticky-nav-holder .btn:last-of-type svg {
        width:20px;
        height: 35px
    }
}

.accordion {
    padding: 100px 0
}

@media only screen and (max-width: 1050px) {
    .accordion {
        padding:80px 50px
    }
}

@media only screen and (max-width: 700px) {
    .accordion {
        padding:50px 30px
    }
}

.accordion-holder {
    max-width: 1100px;
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    .accordion-holder {
        padding:0 50px
    }
}

@media only screen and (max-width: 1050px) {
    .accordion-holder {
        padding:0
    }
}

.accordion-holder h2 {
    margin: 0 0 50px;
    width: 100%;
    text-align: center
}

.accordion-holder h2 span {
    font-weight: 500
}

.accordion-content {
    display: none;
    padding: 0 100px 32px 40px
}

@media only screen and (max-width: 700px) {
    .accordion-content {
        padding:0 65px 20px 20px
    }
}

.accordion-content p:first-of-type {
    margin: 0 0 .6em
}

.accordion-content p:last-of-type {
    margin: 0
}

.accordion .set {
    position: relative;
    width: 100%;
    height: auto;
    background: #efded8;
    border-radius: 10px;
    margin: 0 0 15px
}

.accordion .set.active {
    background: #d5b2a2;
    color: #000
}

.accordion .set.active>a {
    color: #000
}

.accordion .set:last-of-type {
    margin: 0
}

.accordion .set.active .accordion-content a {
    color: #000;
    font-weight: 400
}

.accordion .set>a:hover {
    color: #000
}

.accordion .set.active>a:hover {
    color: #000
}

.accordion .set>a.active {
    border-bottom: none;
    padding: 0 0 20px;
    font-weight: 600
}

.accordion .set>a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: all 0.2s linear;
    font-weight: 500;
    font-size: 2.2rem;
    padding: 32px 65px 32px 40px
}

@media only screen and (max-width: 1200px) {
    .accordion .set>a {
        font-size:2rem
    }
}

@media only screen and (max-width: 1000px) {
    .accordion .set>a {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 700px) {
    .accordion .set>a {
        font-size:1.7rem;
        padding: 20px 65px 20px 20px
    }
}

@media only screen and (max-width: 500px) {
    .accordion .set>a {
        font-size:1.6rem
    }
}

.accordion .set>a:hover {
    color: #000
}

.icon svg {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease
}

@media only screen and (max-width: 700px) {
    .icon svg {
        width:30px;
        height: 30px;
        top: 30px
    }
}

.icon-up svg {
    transform: rotate(180deg)
}

.accordion-legal-text {
    padding: 30px 0 0 0;
    justify-content: flex-end;
    font-style: italic
}

footer .container {
    padding: 40px 0;
    justify-content: space-between
}

footer a:hover {
    color: #d5b2a2
}

footer .content-left {
    padding: 0 50px 0 0
}

@media only screen and (max-width: 680px) {
    footer .content-left {
        padding:0
    }
}

.footer-info-obc,.footer-form-obc {
    width: 100%
}

.footer-info-obc a:hover {
    color: #fff
}

@media only screen and (max-width: 1590px) {
    .footer-info-obc a.btn {
        height:56px
    }
}

@media only screen and (max-width: 400px) {
    .footer-info-obc a.btn {
        width:100%;
        max-width: inherit;
        margin: 0 0 10px
    }
}

.page-id-414 .footer-form-obc,.page-id-418 .footer-form-obc {
    order: -1
}

.opening-hours-wrapper {
    margin: 3rem 0;
    max-width: 450px
}

.day,.time {
    width: 50%;
    margin: 0 0 5px
}

.day {
    font-weight: 600
}

.mobile-header {
    position: absolute;
    left: 0
}

@media only screen and (max-width: 700px) {
    .mobile-header {
        left:30px
    }
}

@media(max-width: 800px) {
    .mobile-header {
        position:initial;
        order: -2
    }
}

#nav,#nav-content {
    display: inline
}

#nav-button {
    display: none;
    cursor: pointer;
    background: none;
    font-size: 4rem;
    padding: 0;
    line-height: 0;
    color: #fff;
    margin: 0;
    z-index: 9;
    position: relative;
    border: none
}

@media only screen and (max-width: 700px) {
    #nav-button {
        font-size:3.5rem
    }
}

#nav-button svg {
    fill: #fff
}

#nav-sidebar .icon svg {
    right: 0
}

@media only screen and (max-width: 700px) {
    #nav-sidebar .icon svg {
        width:30px;
        height: 30px;
        top: 20px
    }
}

#nav-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .9);
    height: calc(100vh - 172px);
    bottom: 0
}

#nav-closenav {
    display: none;
    z-index: 0;
    margin: 0;
    position: absolute;
    top: 65px;
    right: -37.25px;
    z-index: 99;
    width: 75px;
    height: 75px
}

@media only screen and (max-width: 850px) {
    #nav-closenav {
        right:-20px;
        top: 50px
    }
}

#nav-closenav:hover {
    cursor: pointer
}

#nav-closenav svg {
    width: 75px;
    height: auto;
    fill: #000
}

@media only screen and (max-width: 850px) {
    #nav-closenav svg {
        width:50px
    }
}

@media only screen and (max-width: 850px) {
    #nav-closenav svg {
        width:40px
    }
}

#nav-sidebar {
    display: none;
    position: fixed;
    z-index: 20;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #212121;
    color: #fff;
    transform: translateX(-100%);
    transition: transform 0.2s ease-out;
    max-width: 800px;
    min-width: 750px;
    width: 100%;
    height: calc(100vh - 172px)
}

@media only screen and (max-width: 850px) {
    #nav-sidebar {
        min-width:inherit
    }
}

@media only screen and (max-width: 700px) {
    #nav-sidebar {
        height:calc(100vh - 160px)
    }
}

#nav-sidebar li {
    display: block;
    position: relative;
    width: 100%;
    font-weight: 500;
    border-bottom: 1.5px solid #fff
}

#nav-sidebar li a {
    color: #fff
}

#nav-sidebar li a:hover {
    color: #d5b2a2
}

#nav-sidebar li a .icon {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

#nav-sidebar li li {
    border-bottom: none;
    width: 50%
}

@media only screen and (max-width: 750px) {
    #nav-sidebar li li {
        width:100%
    }
}

#menu-item-420 {
    border-top: 2px solid #fff
}

#nav-sidebar-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#nav-sidebar-header a {
    flex: 1
}

#nav-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px
}

div#nav-sidebar-body {
    overflow-y: scroll;
    max-height: 70vh;
    padding: 70px 80px 50px 60px;
    max-height: calc(95vh - 172px)
}

div#nav-sidebar-body::-webkit-scrollbar {
    width: 10px
}

div#nav-sidebar-body::-webkit-scrollbar-track {
    background: #f1f1f1
}

div#nav-sidebar-body::-webkit-scrollbar-thumb {
    background: #888
}

div#nav-sidebar-body::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media only screen and (max-width: 870px) {
    div#nav-sidebar-body {
        padding:40px 80px 40px 40px
    }
}

@media only screen and (max-width: 700px) {
    div#nav-sidebar-body {
        padding:30px 80px 30px 30px
    }
}

@media only screen and (max-width: 600px) {
    div#nav-sidebar-body {
        padding:30px
    }
}

#nav-content {
    display: none
}

#nav-button,#nav-sidebar,.nav-activated #nav-overlay,.nav-activated #nav-closenav {
    display: block
}

.nav-activated #nav-sidebar,.nav-activated #nav-closenav {
    transform: translateX(0)
}

@media only screen and (max-width: 600px) {
    .nav-activated #nav-closenav {
        display:none
    }
}

.mobile-nav nav ul li a {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-transform: initial;
    letter-spacing: 2px;
    font-family: "abril-display",serif;
    font-size: 3.4rem;
    padding: 24px 0;
    font-weight: 600
}

@media only screen and (max-width: 1450px) {
    .mobile-nav nav ul li a {
        font-size:3rem
    }
}

@media only screen and (max-width: 1000px) {
    .mobile-nav nav ul li a {
        font-size:2.75rem
    }
}

@media only screen and (max-width: 870px) {
    .mobile-nav nav ul li a {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 700px) {
    .mobile-nav nav ul li a {
        font-size:2.25rem;
        letter-spacing: inherit;
        padding: 20px 0
    }
}

@media only screen and (max-width: 500px) {
    .mobile-nav nav ul li a {
        font-size:2rem
    }
}

.mobile-nav nav ul li a:after {
    position: absolute;
    top: 0;
    right: 10px
}

.mobile-nav nav ul i {
    position: absolute;
    font-size: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 25px 0;
    z-index: 999;
    width: 100%;
    text-align: right
}

.mobile-nav nav ul li#menu-item-447 i {
    width: 50%
}

.mobile-nav nav ul i::before {
    color: #d5b2a2;
    font-size: 3.5rem
}

.mobile-nav nav ul ul i {
    padding: 12px 50px 5px 30px
}

.mobile-nav nav ul {
    padding: 0;
    margin: 0
}

.mobile-nav nav ul ul a {
    padding: 5px 25px 5px 0;
    font-size: 2.2rem;
    font-weight: 300;
    display: block;
    border-bottom: none;
    letter-spacing: 0;
    font-family: "montserrat",sans-serif
}

@media only screen and (max-width: 1450px) {
    .mobile-nav nav ul ul a {
        font-size:2rem
    }
}

@media only screen and (max-width: 950px) {
    .mobile-nav nav ul ul a {
        font-size:1.8rem
    }
}

@media only screen and (max-width: 550px) {
    .mobile-nav nav ul ul a {
        font-size:1.6rem
    }
}

.mobile-nav nav ul ul a:hover {
    color: #d5b2a2
}

.mobile-nav nav ul li>.sub-menu {
    display: none
}

.mobile-nav nav ul li.open-menu>.sub-menu {
    display: block;
    position: relative;
    width: 100%;
    left: inherit;
    float: none;
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap
}

.mobile-nav nav ul li.open-menu>.sub-menu ul {
    background: #687b72;
    border: none
}

.mobile-nav nav ul li.open-menu>.sub-menu ul ul {
    background: #000
}

.mobile-nav nav ul li.open-menu>.sub-menu ul ul li a {
    padding: 10px 0 10px 90px
}

a.mobile-nav-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content
}

a.mobile-nav-logo img {
    height: auto;
    max-width: 37px;
    width: 100%
}

.centred-minimal-content+.centred-minimal-content .referral-form {
    display: block
}

.referral-form {
    display: none;
    background: #fff;
    color: #000;
    padding: 50px;
    margin: 20px 0 0 0
}

@media only screen and (max-width: 700px) {
    .referral-form {
        padding:0;
        background: #000;
        color: #fff
    }
}

.holder-for-content-and-buttons .referral-form a {
    color: #000
}

@media only screen and (max-width: 700px) {
    .holder-for-content-and-buttons .referral-form a {
        color:#fff
    }
}

.referral-form ul li::before {
    display: none
}

.referral-form hr {
    border-top: 4px solid #35626c
}

.referral-form input,.referral-form textarea,.referral-form select {
    width: 100%;
    padding: 20px;
    margin: 0 0 10px;
    border: 1px solid #c1c2c3;
    background: whitesmoke;
    color: #1a1717
}

.referral-form input:focus,.referral-form textarea:focus,.referral-form select:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none
}

.referral-form select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important
}

@media only screen and (max-width: 1000px) {
    .referral-form input,.referral-form textarea,.referral-form select {
        padding:10px
    }
}

.referral-form textarea {
    height: 180px
}

.referral-form ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.referral-form ul li {
    margin: 0 0 50px
}

.referral-form ul li h4 {
    margin: 0 0 25px
}

.referral-form .form-input-hide {
    display: none
}

.referral-form ul li.gdpr-statement {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 1.4rem
}

.referral-form ul li.gdpr-statement p {
    width: 100%
}

.referral-form ul li p {
    margin: 0 0 10px
}

.referral-form ul li.gdpr-statement input {
    width: 20px;
    max-width: 100%;
    padding: 5px;
    height: 20px;
    margin: 0 5px
}

.referral-form ul li input#cv-upload {
    color: #3a4145;
    background: #fff
}

.referral-form ul li label {
    margin: 10px 0;
    display: inline-block
}

.referral-form label {
    font-weight: 600
}

@media only screen and (max-width: 700px) {
    #referral-form .bg-black.btn {
        background:#fff;
        color: #000
    }
}

.image-strip {
    position: relative
}

@media only screen and (max-width: 850px) {
    .image-strip {
        align-items:center
    }
}

.image-strip img {
    max-height: 650px;
    min-height: 650px
}

@media only screen and (max-width: 1200px) {
    .image-strip img {
        max-height:500px;
        min-height: 500px
    }
}

@media only screen and (max-width: 1000px) {
    .image-strip img {
        max-height:400px;
        min-height: 400px
    }
}

@media only screen and (max-width: 850px) {
    .image-strip img {
        max-height:inherit;
        min-height: inherit
    }
}

@media only screen and (max-width: 550px) {
    .image-strip img {
        max-height:400px;
        min-height: 400px
    }
}

.page.page-id-354 .image-strip img {
    width: 100%;
    height: auto;
    min-height: inherit;
    max-height: inherit
}

.image-strip-review-widget {
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translate(-50%,-50%);
    height: 145px;
    width: 220px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px
}

@media only screen and (max-width: 1200px) {
    .image-strip-review-widget {
        left:50px;
        transform: inherit
    }
}

@media only screen and (max-width: 1000px) {
    .image-strip-review-widget {
        top:30%
    }
}

@media only screen and (max-width: 850px) {
    .image-strip-review-widget {
        top:inherit
    }
}

@media only screen and (max-width: 700px) {
    .image-strip-review-widget {
        left:30px
    }
}

.banner {
    height: calc(95vh - 172px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 700px;
    padding: 0
}

@media only screen and (max-width: 700px) {
    .banner {
        height:calc(100vh - 172px);
        min-height: inherit
    }
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .container {
    position: relative;
    height: 100%
}

.video-overlay {
    width: 100%;
    background-color: rgb(0 0 0 / .25);
    height: 100%;
    display: block;
    z-index: 1
}

.video-overlay-content {
    max-width: 800px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    height: auto;
    text-align: left
}

@media only screen and (max-width: 700px) {
    .video-overlay-content {
        left:30px;
        right: 156px;
        bottom: 125px;
        width: calc(100% - 60px)
    }
}

.video-overlay-content h1 {
    color: #fff;
    margin: 50px 0;
    max-width: 400px
}

@media only screen and (max-width: 920px) {
    .video-overlay-content h1 {
        margin:30px 0
    }
}

.banner-select-holder,.breadcrumbs-wrapper {
    background: #fff;
    width: fit-content;
    padding: 22px 25px 20px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 920px) {
    .banner-select-holder,.breadcrumbs-wrapper {
        padding:15px;
        border-radius: 10px
    }
}

.breadcrumbs-wrapper {
    padding: 12px 20px;
    margin: 30px 0 0 0;
    font-size: 1.8rem;
    color: #000
}

@media only screen and (max-width: 950px) {
    .breadcrumbs-wrapper {
        font-size:1.6rem
    }
}

@media only screen and (max-width: 750px) {
    .breadcrumbs-wrapper {
        padding:8px 5px;
        margin: 20px 0 0 0;
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 650px) {
    .breadcrumbs-wrapper {
        display:none
    }
}

.breadcrumbs-wrapper span {
    margin: 0 10px
}

.banner-select-holder select {
    background: #fff;
    border: none;
    font-weight: 500;
    background: url(https://www.hallcrossdental.co.uk/wp-content/uploads/2025/03/down-arrow.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 100%;
    width: inherit;
    background-size: 15px;
    color: #000;
    -webkit-tap-highlight-color: #fff0;
    outline: none!important;
    padding: 0 22px
}

.banner-select-holder select:last-of-type {
    margin: 0 10px 0 20px;
    border-left: 2px solid #000
}

@media only screen and (max-width: 550px) {
    .banner-select-holder {
        width:100%
    }

    .banner-select-holder select {
        width: 45%;
        margin: 0
    }

    .banner-select-holder select:last-of-type {
        margin: 0 0 0 5%;
        width: 50%
    }
}

.innerpages-banner {
    position: relative;
    min-height: 60vh;
    max-height: 60vh
}

@media only screen and (max-width: 700px) {
    .innerpages-banner {
        min-height:400px;
        max-height: 400px
    }
}

@media only screen and (max-width: 500px) {
    .innerpages-banner {
        min-height:300px;
        max-height: 300px
    }
}

.banner-grad {
    background: linear-gradient(to right,black 0%,#fff0 68%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
}

.innerpages-banner-content {
    margin-left: 0;
    margin-top: auto;
    z-index: 9;
    margin-bottom: 75px;
    color: #fff;
    flex-direction: column
}

@media only screen and (max-width: 700px) {
    .innerpages-banner-content {
        margin-bottom:50px;
        width: 100%;
        padding: 0 30px
    }
}

.innerpages-banner img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

div#map {
    width: 100%;
    height: 100%
}

.footer-form-section p,.footer-form-section a {
    font-weight: 500
}

.footer-form-btns a:nth-of-type(2) {
    margin: 0 10px
}

@media only screen and (max-width: 1050px) {
    .footer-form-btns {
        justify-content:center
    }
}

.footer-info-obc .content-object-center,.footer-form-obc .content-object-center {
    padding: 125px 60px
}

@media only screen and (max-width: 1850px) {
    .footer-info-obc .content-object-center,.footer-form-obc .content-object-center {
        padding:125px 0
    }
}

@media only screen and (max-width: 1050px) {
    .footer-info-obc .content-object-center,.footer-form-obc .content-object-center {
        padding:80px 50px
    }
}

@media only screen and (max-width: 700px) {
    .footer-info-obc .content-object-center,.footer-form-obc .content-object-center {
        padding:50px 30px
    }
}

@media only screen and (max-width: 1050px) {
    .footer-info-obc .content-object-center {
        text-align:center;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center
    }
}

.footer-info-obc .content-object-center p {
    margin-top: 5rem;
    margin-bottom: 5rem
}

form.contact-form {
    justify-content: space-between
}

@media only screen and (max-width: 1050px) {
    form.contact-form {
        max-width:700px;
        margin: 0
    }
}

form.contact-form .btn {
    width: 100%;
    max-width: 100%
}

form.contact-form .btn span {
    margin: 0 auto
}

form.contact-form .btn:hover {
    background: #efded8;
    color: #000;
    border: 2px solid #efded8
}

.form-content-left,.form-content-right {
    width: 46%
}

@media only screen and (max-width: 1350px) {
    .form-content-left,.form-content-right {
        width:100%
    }
}

.form-content-right .gdpr-text {
    display: none
}

@media only screen and (max-width: 1350px) {
    .form-content-right .gdpr-text {
        display:block;
        padding: 0;
        margin: 0 auto 30px
    }
}

@media only screen and (max-width: 1350px) {
    .form-content-left .gdpr-text {
        display:none
    }
}

@media only screen and (max-width: 1050px) {
    .footer-form-section .width-fiftyfive,.footer-form-section .width-fourtyfive {
        width:100%
    }
}

form.contact-form input,form.contact-form textarea {
    border: none;
    padding: 26px 0 0;
    width: 100%;
    resize: none;
    color: #fff;
    font-weight: 300;
    background: none;
    border-bottom: 2px solid #d5b2a2
}

form.contact-form input:focus,form.contact-form textarea:focus,form.contact-form select:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none
}

form.contact-form input {
    height: 85px
}

form.contact-form input {
    padding: 20px 0 0
}

form.contact-form textarea {
    padding-top: 35px;
    height: 276px;
    margin: 0 0 50px
}

.form-content-bottom {
    margin-top: 3rem;
    align-items: center;
    width: 100%
}

.form-group {
    position: relative;
    max-width: 100%;
    width: 100%
}

.form-group+.form-group {
    margin-top: 3%
}

@media only screen and (max-width: 1050px) {
    .form-group+.form-group {
        margin-top:0%
    }
}

.form-label {
    position: absolute;
    top: 23px;
    left: 0;
    color: #fff;
    z-index: 5;
    transition: transform 150ms ease-out,font-size 150ms ease-out;
    color: #fff;
    font-weight: 300
}

@media only screen and (max-width: 1050px) {
    .form-label {
        top:35px
    }
}

.focused .form-label {
    transform: translateY(-65%);
    font-size: .5em
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.gdpr-text {
    padding: 60px 0 0 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    max-width: 90%;
    color: #fff
}

.gdpr-text a {
    color: #fff
}

.gdpr-text a:hover {
    color: #fff
}

@media only screen and (max-width: 1050px) {
    footer .container {
        flex-direction:column;
        padding: 80px 50px;
        width: 100%
    }

    footer .container .content-right a {
        width: 100%;
        display: block
    }

    .divider {
        display: none
    }

    footer .container .content-left .divider {
        display: inline
    }
}

@media only screen and (max-width: 700px) {
    footer .container {
        padding:50px 30px
    }
}

@media only screen and (max-width: 510px) {
    footer .container .content-left .divider {
        display:flex;
        border-right: none
    }
}

.home .treatment-quicklinks-holder {
    position: relative;
    justify-content: flex-start;
    padding: 35px 25px 40px;
    border-radius: 30px;
    flex-basis: 23.5%;
    max-width: 500px;
    flex-direction: column;
    margin: 0 1% 2% 1%;
    align-self: stretch
}

@media (max-width: 1130px) {
    .home .treatment-quicklinks-holder {
        flex-basis:31.5%
    }
}

@media (max-width: 800px) {
    .home .treatment-quicklinks-holder {
        flex-basis:48.5%
    }
}

@media (max-width: 660px) {
    .home .treatment-quicklinks-holder {
        flex-basis:100%
    }
}

.treatment-quicklinks-holder {
    position: relative;
    justify-content: flex-start;
    padding: 35px 25px 40px;
    border-radius: 30px;
    flex-basis: 23.5%;
    max-width: 500px;
    flex-direction: column;
    margin: 0 1% 2% 1%;
    align-self: stretch
}

@media (max-width: 1130px) {
    .treatment-quicklinks-holder {
        flex-basis:31.5%
    }
}

@media (max-width: 1000px) {
    .treatment-quicklinks-holder {
        flex-basis:40%
    }
}

@media (max-width: 800px) {
    .treatment-quicklinks-holder {
        flex-basis:48.5%
    }
}

@media (max-width: 660px) {
    .treatment-quicklinks-holder {
        flex-basis:100%
    }
}

.home .treatment-quicklinks-holder {
    justify-content: center;
    align-self: auto
}

.treatment-quicklinks-holder:nth-child(1) {
    margin: 0 1% 2% 0
}

@media (max-width: 660px) {
    .treatment-quicklinks-holder:nth-child(1) {
        margin:0 0 30px 0;
        padding: 25px
    }
}

.home .treatment-quicklinks-holder:nth-child(1) {
    margin: 0 1% 2% 0
}

@media (max-width: 660px) {
    .home .treatment-quicklinks-holder:nth-child(1) {
        margin:0 auto 30px;
        padding: 25px;
        max-width: inherit
    }
}

.treatment-quicklinks-holder:nth-of-type(2) {
    margin: 0 1% 2% 1%
}

@media (max-width: 660px) {
    .treatment-quicklinks-holder:nth-of-type(2) {
        margin:0 0 30px 0;
        padding: 25px
    }
}

.home .treatment-quicklinks-holder:nth-of-type(2) {
    margin: 5% 1% 2% 1%
}

@media (max-width: 660px) {
    .home .treatment-quicklinks-holder:nth-of-type(2) {
        margin:0 auto 30px;
        padding: 25px;
        max-width: inherit
    }
}

.treatment-quicklinks-holder:nth-of-type(3) {
    margin: 0 1% 2% 1%
}

@media (max-width: 660px) {
    .treatment-quicklinks-holder:nth-of-type(3) {
        margin:0 0 30px 0;
        padding: 25px
    }
}

.home .treatment-quicklinks-holder:nth-of-type(3) {
    margin: 10% 1% 2% 1%
}

@media (max-width: 800px) {
    .home .treatment-quicklinks-holder:nth-of-type(3) {
        margin:-4% 1% 2% 1%
    }
}

@media (max-width: 660px) {
    .home .treatment-quicklinks-holder:nth-of-type(3) {
        margin:0 auto 30px;
        padding: 25px;
        max-width: inherit
    }
}

.treatment-quicklinks-holder:nth-child(4) {
    margin: 0 0% 2% 1%
}

@media (max-width: 660px) {
    .treatment-quicklinks-holder:nth-child(4) {
        margin:0;
        padding: 25px
    }
}

.home .treatment-quicklinks-holder:nth-child(4) {
    margin: 15% 0% 2% 1%
}

@media (max-width: 1130px) {
    .home .treatment-quicklinks-holder:nth-child(4) {
        display:none
    }
}

@media (max-width: 800px) {
    .home .treatment-quicklinks-holder:nth-child(4) {
        display:block;
        margin: 1% 0% 2% 1%
    }
}

@media (max-width: 660px) {
    .home .treatment-quicklinks-holder:nth-child(4) {
        margin:0 auto 30px;
        padding: 25px;
        max-width: inherit
    }
}

.slant-bottom-treatment-links {
    clip-path: polygon(0 35%,100% 0,100% 100%,0% 100%);
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #000;
    width: 100%;
    position: absolute;
    width: 100%;
    height: 600px
}

.treatment-quicklinks-holder:hover {
    background: whitesmoke;
    color: #000
}

.treatment-quicklinks-holder:hover .btn {
    background: #000;
    color: #fff;
    border: 2px solid #000
}

.treatment-links {
    position: relative
}

.treatment-links .container {
    justify-content: center;
    align-items: flex-start
}

@media (max-width: 700px) {
    .treatment-links .container {
        padding:0
    }
}

.home .treatment-links .container {
    justify-content: space-between
}

.treatment-image-holder {
    position: relative
}

.treatment-image-holder img {
    border-radius: 100%;
    width: 85%;
    height: 100%;
    margin: 0 auto;
    aspect-ratio: 1
}

@media only screen and (max-width: 1250px) {
    .treatment-image-holder img {
        width:100%
    }
}

@media only screen and (max-width: 700px) {
    .treatment-image-holder img {
        max-height:300px;
        border-radius: 25px
    }
}

.treatment-image-holder .treatment-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    width: 85%;
    aspect-ratio: 1;
    max-width: 100px;
    max-height: 100px
}

@media only screen and (max-width: 1450px) {
    .treatment-image-holder .treatment-icon {
        max-width:75px;
        max-height: 75px
    }
}

@media only screen and (max-width: 750px) {
    .treatment-image-holder .treatment-icon {
        bottom:-10px;
        right: -10px
    }
}

.treatment-quicklink-content-holder {
    justify-content: center;
    padding: 50px 0 0;
    text-align: center;
    flex: 1;
    align-content: space-between
}

@media only screen and (max-width: 700px) {
    .treatment-quicklink-content-holder {
        padding:30px 0 0
    }
}

.treatment-quicklink-content-holder h3 {
    line-height: 4.75rem;
    width: 100%
}

@media only screen and (max-width: 1450px) {
    .treatment-quicklink-content-holder h3 {
        line-height:4.25rem
    }
}

@media only screen and (max-width: 1000px) {
    .treatment-quicklink-content-holder h3 {
        line-height:3.75rem
    }
}

@media only screen and (max-width: 650px) {
    .treatment-quicklink-content-holder h3 {
        line-height:3.25rem
    }
}

.treatment-quicklink-content-holder p {
    width: 100%
}

.treatment-quicklink-content-holder h3 span {
    display: block
}

@media only screen and (max-width: 660px) {
    .treatment-quicklink-content-holder h3 span {
        display:inline-block
    }
}

.treatment-quicklink-content-holder h3+.btn {
    margin: 25px 0 10px
}

.centred-minimal-content,.meet-our {
    position: relative;
    align-content: center;
    justify-content: center
}

.centred-minimal-content .background-image,.meet-our .background-image {
    position: absolute;
    z-index: -1;
    opacity: .6
}

.centred-minimal-content .container {
    text-align: center;
    justify-content: center
}

.holder-for-content-and-buttons {
    max-width: 1000px;
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
    margin: 0 auto
}

@media only screen and (max-width: 1600px) {
    .holder-for-content-and-buttons {
        max-width:850px
    }
}

@media only screen and (max-width: 1450px) {
    .holder-for-content-and-buttons {
        max-width:700px
    }
}

@media only screen and (max-width: 750px) {
    .holder-for-content-and-buttons {
        text-align:left
    }
}

.home .holder-for-content-and-buttons {
    max-width: 860px
}

.holder-for-content-and-buttons ol {
    padding: 0 0 0 20px
}

.holder-for-content-and-buttons ul,.holder-for-content-and-buttons ol {
    width: 100%
}

.holder-for-content-and-buttons ol li {
    padding: 0 0 20px 20px
}

.holder-for-content-and-buttons p {
    font-weight: 400;
    width: 100%
}

@media only screen and (max-width: 1550px) {
    .holder-for-content-and-buttons p {
        font-size:1.9rem
    }
}

@media only screen and (max-width: 1300px) {
    .holder-for-content-and-buttons p {
        font-size:inherit
    }
}

.holder-for-content-and-buttons p a,.holder-for-content-and-buttons ul a,.holder-for-content-and-buttons ol a,.single-content p a,.single-content ul a,.single-content ol a {
    color: #d5b2a2;
    font-weight: 800
}

.holder-for-content-and-buttons h2,.holder-for-content-and-buttons h3,.holder-for-content-and-buttons h4 {
    width: 100%
}

.holder-for-content-and-buttons h3+ul {
    margin: 0 0 2rem
}

.page-id-414 .holder-for-content-and-buttons p {
    width: 100%
}

.bg-white .holder-for-content-and-buttons p a {
    color: #d5b2a2
}

.home .holder-for-content-and-buttons p {
    max-width: 745px
}

.home .holder-for-content-and-buttons h2 {
    max-width: 500px;
    text-align: center
}

.holder-for-content-and-buttons h3 {
    margin: 2rem 0
}

.holder-for-content-and-buttons .btns-wrapper {
    margin: 4rem 0 2rem;
    width: 100%;
    justify-content: center
}

.holder-for-content-and-buttons p+.btns-wrapper {
    margin: 2rem 0
}

.holder-for-content-and-buttons p+.btns-wrapper:last-of-type {
    margin: 2rem 0 0
}

.holder-for-content-and-buttons+.holder-for-content-and-buttons {
    margin: 50px 0 0 0;
    border-top: 4px solid #d5b2a2;
    padding: 70px 0 0 0
}

.circle-image-left,.circle-image-right {
    height: 500px;
    width: 500px;
    position: absolute;
    border-radius: 50%;
    overflow: auto;
    left: -175px
}

@media only screen and (max-width: 1700px) {
    .circle-image-left,.circle-image-right {
        height:400px;
        width: 400px;
        left: -125px
    }
}

@media only screen and (max-width: 1330px) {
    .circle-image-left,.circle-image-right {
        height:300px;
        width: 300px
    }
}

@media only screen and (max-width: 1150px) {
    .circle-image-left,.circle-image-right {
        display:none
    }
}

.circle-image-right {
    right: -175px;
    left: inherit;
    bottom: -200px;
    z-index: 9
}

@media only screen and (max-width: 1700px) {
    .circle-image-right {
        right:-125px
    }
}

@media only screen and (max-width: 1600px) {
    .circle-image-right {
        bottom:-50px
    }
}

.instagram-widget {
    margin: 75px 0 100px;
    width: 100%
}

@media only screen and (max-width: 1300px) {
    .instagram-widget {
        margin:50px 0 25px
    }
}

.centre-align-left {
    justify-content: flex-start;
    text-align: left
}

.meet-our .centre-align-left {
    margin: inherit
}

.centre-align-left .btns-wrapper {
    justify-content: flex-start
}

.centre-align-left ul+.btns-wrapper {
    margin: 0
}

.three-circles .container {
    max-width: 1300px
}

.three-circles .btn.bg-white:hover {
    background: #fff;
    color: #000;
    border: 2px solid whitesmoke
}

.circle-holder-left {
    border-right: 3px solid #fff;
    margin: 100px 0 0 0;
    padding: 525px 50px 150px
}

@media only screen and (max-width: 1300px) {
    .circle-holder-left {
        padding:425px 0 150px 75px;
        margin: 0
    }
}

.circle-holder-right {
    border-left: 3px solid #fff;
    margin: 0 0 100px 0;
    padding: 600px 0 0 50px
}

@media only screen and (max-width: 1300px) {
    .circle-holder-right {
        margin:0;
        padding: 400px 0 0 50px
    }
}

.circle-holder-centre {
    flex-grow: 1;
    width: 38%
}

.circle-holder-left,.circle-holder-centre,.circle-holder-right {
    flex-grow: 1;
    width: 31%;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 1100px) {
    .circle-holder-left,.circle-holder-centre,.circle-holder-right {
        flex-grow:inherit;
        width: 100%;
        justify-content: center;
        padding: 0;
        border: none;
        margin: 0
    }
}

.circle-holder-image-left,.circle-holder-image-centre,.circle-holder-image-right {
    border-radius: 50%;
    overflow: auto
}

.circle-holder-image-left {
    right: -13%;
    left: inherit;
    z-index: 9;
    position: absolute;
    top: 0;
    width: 450px;
    height: 450px
}

@media only screen and (max-width: 1550px) {
    .circle-holder-image-left {
        width:400px;
        height: 400px
    }
}

@media only screen and (max-width: 1300px) {
    .circle-holder-image-left {
        width:350px;
        height: 350px
    }
}

@media only screen and (max-width: 1200px) {
    .circle-holder-image-left {
        margin:0;
        padding: 0 30px 0 20px
    }
}

@media only screen and (max-width: 1100px) {
    .circle-holder-image-left {
        position:relative;
        width: 100%;
        height: 500px;
        margin: 0 0 75px;
        right: inherit;
        left: inherit;
        top: inherit;
        padding: 0;
        order: -1;
        border-radius: 25px
    }
}

@media only screen and (max-width: 800px) {
    .circle-holder-image-left {
        height:auto;
        margin: 0 0 50px
    }
}

.circle-holder-image-centre {
    left: -12%;
    z-index: 9;
    position: absolute;
    top: inherit;
    bottom: 10%;
    width: 600px;
    height: 600px
}

@media only screen and (max-width: 1550px) {
    .circle-holder-image-centre {
        width:500px;
        height: 500px;
        left: 0%
    }
}

@media only screen and (max-width: 1300px) {
    .circle-holder-image-centre {
        width:400px;
        height: 400px;
        left: 0%;
        bottom: 0%
    }
}

@media only screen and (max-width: 1200px) {
    .circle-holder-image-centre {
        width:400px;
        height: 400px
    }
}

@media only screen and (max-width: 1100px) {
    .circle-holder-image-centre {
        display:none
    }
}

.circle-holder-image-right {
    z-index: 9;
    position: absolute;
    top: 100px;
    left: -14%;
    right: inherit;
    width: 450px;
    height: 450px
}

@media only screen and (max-width: 1550px) {
    .circle-holder-image-right {
        width:400px;
        height: 400px
    }
}

@media only screen and (max-width: 1300px) {
    .circle-holder-image-right {
        width:350px;
        height: 350px;
        top: 0;
        left: 0
    }
}

@media only screen and (max-width: 1100px) {
    .circle-holder-image-right {
        display:none
    }
}

.circle-holder-centre .circle-holder-content {
    padding: 125px 50px 0
}

@media only screen and (max-width: 1200px) {
    .circle-holder-centre .circle-holder-content {
        padding:125px 25px 0
    }
}

@media only screen and (max-width: 1100px) {
    .circle-holder-centre .circle-holder-content {
        padding:50px 0
    }
}

@media only screen and (max-width: 1100px) {
    .circle-holder-content {
        width:100%;
        max-width: 600px
    }
}

.circle-holder-content h4,.circle-holder-content p {
    padding: 0 0 0 15px;
    line-height: 3rem;
    max-width: 90%;
    font-family: "montserrat",sans-serif
}

.meet-our .content-left {
    border-radius: 50%;
    width: 50rem;
    height: 50rem;
    margin: 0 6% 0 0
}

@media only screen and (max-width: 1200px) {
    .meet-our .content-left {
        width:35rem;
        height: 35rem;
        margin: 0 5% 0 0
    }
}

@media only screen and (max-width: 950px) {
    .meet-our .content-left {
        width:25rem;
        height: 25rem
    }
}

@media only screen and (max-width: 750px) {
    .meet-our .content-left {
        width:100%;
        margin: 0 auto 50px;
        height: auto
    }
}

.meet-our .content-left img {
    border-radius: 100%
}

@media only screen and (max-width: 750px) {
    .meet-our .content-left img {
        height:300px;
        margin: 0 auto;
        width: 100%;
        border-radius: 20px
    }
}

.meet-our .content-right {
    flex: 1;
    align-content: center
}

.meet-our .content-right .btns-wrapper .btn:first-of-type,.btns-wrapper .btn+.btn {
    margin: 10px
}

.meet-our .content-right .btns-wrapper .btn+.btn {
    margin: 10px
}

.meet-our p a {
    color: #000
}

.dentist-name,.dentist-role,.dentist-qual {
    width: 100%
}

.dentist-name {
    font-size: 3rem;
    margin: 40px 0 0;
    font-style: normal;
    font-weight: 400
}

@media only screen and (max-width: 1100px) {
    .dentist-name {
        font-size:2.5rem
    }
}

@media only screen and (max-width: 750px) {
    .dentist-name {
        font-size:2rem
    }
}

.dentist-role {
    font-size: 2rem;
    margin: 15px 0 0;
    font-weight: 100;
    font-style: italic
}

.dentist-qual {
    font-weight: 600
}

.beforeafter-treatment .holder-for-content-and-buttons {
    max-width: 1200px;
    justify-content: center
}

@media only screen and (max-width: 700px) {
    .beforeafter-treatment .holder-for-content-and-buttons .width-seventy {
        width:100%
    }
}

.beforeafter-treatment h2 {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 700px) {
    .beforeafter-treatment h2 {
        text-align:left
    }
}

.before-after-popout-img {
    justify-content: space-between;
    margin: 75px 0 0 0
}

.before-after-img {
    width: 30%
}

@media only screen and (max-width: 650px) {
    .before-after-img {
        width:80%;
        margin: 0 auto 30px
    }
}

@media only screen and (max-width: 650px) {
    .before-after-img:last-of-type {
        margin:0 auto
    }
}

@media only screen and (max-width: 500px) {
    .before-after-img {
        width:100%
    }
}

.image-gallery-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 2%
}

.image-gallery-image-holder,.image-gallery-video-holder {
    width: 23%;
    margin: 0 1% 2% 1%;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background: #d5b2a2
}

@media only screen and (max-width: 1000px) {
    .image-gallery-image-holder {
        width:31.25%
    }
}

@media only screen and (max-width: 750px) {
    .image-gallery-image-holder {
        width:47.75%
    }
}

@media only screen and (max-width: 500px) {
    .image-gallery-image-holder {
        width:100%;
        margin: 0 0 30px 0
    }
}

.image-gallery-video-holder:hover {
    color: #fff
}

.image-gallery-image-holder img,.image-gallery-video-holder img {
    border-radius: 14px
}

.image-gallery-video-holder {
    width: 49%;
    margin: .5%;
    min-width: 350px
}

@media only screen and (max-width: 800px) {
    .image-gallery-video-holder {
        width:100%;
        margin: 0 0 30px;
        min-width: inherit
    }
}

.image-gallery-video-holder .case-description {
    padding: 25px
}

.content-split-holder.position-left,.position-left {
    order: 1
}

.content-split-holder.position-right,.position-right {
    order: 0
}

.content-split-holder {
    min-height: 800px
}

@media (max-width: 1500px) {
    .content-split-holder {
        min-height:600px
    }
}

.split-image-holder {
    flex: 1;
    position: relative;
    min-height: 600px
}

@media (max-width: 1100px) {
    .split-image-holder {
        max-height:600px;
        overflow: hidden;
        align-content: center
    }
}

@media (max-width: 900px) {
    .split-image-holder {
        max-height:400px
    }
}

@media (max-width: 700px) {
    .split-image-holder {
        max-height:350px
    }
}

@media (max-width: 550px) {
    .split-image-holder {
        max-height:300px
    }
}

.split-image-holder.comparison-slider img {
    position: relative
}

.single-content h2+h3 {
    margin: 40px 0 0 0
}

.split-image-holder.comparison-slider {
    padding: 100px
}

@media (max-width: 700px) {
    .content-split-holder .btn {
        width:100%;
        max-width: inherit
    }
}

.twentytwenty-img.content-object-center {
    padding: 0
}

.play-btn {
    position: absolute;
    top: 0;
    left: 0
}

.fa-regular.fa-circle-play {
    font-size: 150px;
    color: #fff;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto
}

@media only screen and (max-width: 1000px) {
    .fa-regular.fa-circle-play {
        font-size:100px
    }
}

@media only screen and (max-width: 750px) {
    .fa-regular.fa-circle-play {
        font-size:60px
    }
}

.content-split-section.why-choose-section h2 {
    max-width: inherit;
    margin: 0 0 60px 0
}

.content-split-holder .why-choose-row {
    padding: 0 10% 5% 0;
    flex-basis: 50%
}

.content-split-holder .why-choose-title {
    font-style: italic;
    font-family: "farnham-display",serif;
    font-size: 3.25rem;
    font-weight: 100
}

.content-split-holder .why-choose-row hr {
    display: block;
    width: 100%;
    margin: 1.5em 0
}

@media only screen and (max-width: 1300px) {
    .content-split-section .padding-100-top-bottom {
        padding:0
    }
}

@media only screen and (max-width: 1100px) {
    .content-split-holder.width-fiftyfive {
        width:100%
    }

    .split-image-holder {
        width: 100%;
        flex: inherit
    }
}

@media only screen and (max-width: 600px) {
    .split-image-holder {
        min-height:inherit
    }
}

.btn,.footer-form-obc button {
    line-height: inherit;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    max-width: max-content;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    height: 56px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    align-content: center;
    padding: 15px 30px 16px 16px
}

@media only screen and (max-width: 1590px) {
    .btn,.footer-form-obc button {
        font-size:1.8rem;
        padding: 10px 20px 10px 10px;
        height: 48px
    }
}

@media only screen and (max-width: 1300px) {
    .btn,.footer-form-obc button {
        font-size:1.7rem
    }
}

@media only screen and (max-width: 1100px) {
    .btn,.footer-form-obc button {
        font-size:1.6rem
    }
}

@media only screen and (max-width: 950px) {
    .btn,.footer-form-obc button {
        font-size:inherit;
        padding: 10px 20px 10px 10px;
        height: inherit;
        line-height: 1.7rem
    }
}

.footer-form-obc button {
    color: #000
}

.btn:hover {
    background: #fff;
    color: #000
}

.btn.bg-black {
    border: 2px solid #000;
    color: #fff
}

.btn.bg-black:hover {
    color: #000
}

.btn.bg-rose-light {
    border: 2px solid #efded8
}

.btn.bg-white:hover,.btn.bg-none:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000
}

.centred-minimal-content.bg-black .btn.bg-white:hover,.three-circles.bg-black .btn.bg-white:hover {
    background: none;
    color: #fff;
    border: 2px solid #fff
}

.btn svg {
    width: 30px;
    height: 30px;
    margin: 0 25px 0 0
}

@media only screen and (max-width: 1590px) {
    .btn svg {
        width:25px;
        height: 25px;
        margin: 0 15px 0 0
    }
}

.btn span {
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0;
    letter-spacing: .5px;
    font-weight: 500
}

@media only screen and (max-width: 700px) {
    .btn span {
        flex:1;
        justify-content: center;
        text-align: center
    }
}

.btns-wrapper .btn:first-of-type {
    margin: 0 10px 0 0
}

.btns-wrapper .btn+.btn {
    margin: 0
}

@media only screen and (max-width: 700px) {
    .btns-wrapper .btn {
        width:100%;
        max-width: inherit;
        justify-content: center
    }

    .btns-wrapper .btn:first-of-type {
        margin: 0
    }

    .btns-wrapper .btn:nth-child(2) {
        margin: 10px 0 0 0
    }
}

.bg-white {
    background: #fff;
    color: #000
}

.bg-whitesmoke {
    background: whitesmoke;
    color: #000
}

.bg-black {
    background: #000;
    color: #fff
}

.bg-rose-dark {
    background: #d5b2a2;
    color: #000
}

.bg-rose-light {
    background: #efded8;
    color: #000
}

.team-section-items h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

.team-section-items .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 0
}

@media only screen and (max-width: 1830px) {
    .team-section-items .container {
        width:90%
    }
}

@media only screen and (max-width: 1430px) {
    .team-section-items .container {
        width:95%
    }
}

@media only screen and (max-width: 800px) {
    .team-section-items .container {
        padding:50px 0
    }
}

.team-section-item {
    width: 23%;
    margin: 1%;
    flex-direction: column
}

@media only screen and (max-width: 1400px) {
    .team-section-item {
        width:31%
    }
}

@media only screen and (max-width: 1010px) {
    .team-section-item {
        width:40%
    }
}

@media only screen and (max-width: 750px) {
    .team-section-item {
        width:48%
    }
}

@media only screen and (max-width: 600px) {
    .team-section-item {
        width:70%
    }
}

@media only screen and (max-width: 450px) {
    .team-section-item {
        width:100%
    }
}

.management-line1,.management-line2 {
    justify-content: center;
    width: 100%
}

.title-wrapper {
    width: 100%
}

.team-section-item.no-border {
    border-radius: 0
}

.team-section-item-info-container,.team-section-item-info-container-not-clickable {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    background: #efefef;
    border-radius: 14px
}

.team-section-item-info-container:hover {
    cursor: pointer
}

.team-section-items h3 {
    width: 100%;
    text-align: left;
    margin: 0 0 75px
}

.team-section-item-position {
    margin: 10px 0 20px;
    width: 100%;
    line-height: 2.4rem;
    font-weight: 400
}

.team-section-item-info a.gdc {
    font-weight: 600;
    width: 100%;
    margin: 0 0 20px
}

.team-section-item-name {
    width: 100%;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 4rem
}

@media only screen and (max-width: 1000px) {
    .team-section-item-name {
        font-size:2.2rem
    }
}

@media only screen and (max-width: 750px) {
    .team-section-item-name {
        font-size:2rem
    }
}

.team-section-item-name span {
    display: block;
    font-weight: 600;
    color: #000
}

.team-section-item-info {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    padding: 35px;
    flex: 1
}

@media only screen and (max-width: 450px) {
    .team-section-item-info {
        text-align:center;
        justify-content: center
    }
}

.team-section-item-img {
    width: 100%;
    cursor: pointer;
    display: flex;
    object-fit: cover;
    flex-grow: initial;
    max-height: 350px;
    min-height: 350px;
    border-radius: 14px 14px 0 0
}

.team-section-item-gdc a {
    color: inherit;
    text-decoration: none;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.team-section-item .btn {
    width: 100%;
    text-align: center;
    margin: 0
}

.team-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .4;
    background-color: #000;
    z-index: 9999999;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s
}

.add-overlay .team-overlay {
    visibility: visible;
    opacity: .3
}

.team-section-item-modal {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: #fff;
    max-width: 650px;
    width: 100%;
    text-align: left;
    overflow: overlay;
    transition: 1s;
    padding: 0 50px 50px;
    color: #000
}

.team-section-item-modal a.gdc {
    margin: 10px 0 0;
    display: flex;
    color: #000
}

.modal-open .team-section-item-modal {
    right: 0;
    color: #000
}

.team-section-item-modal img {
    margin: 0 0 30px;
    min-height: 600px;
    max-height: inherit;
    border-radius: 0;
    width: 100%
}

@media only screen and (max-width: 1000px) {
    .team-section-item-modal img {
        min-height:500px
    }
}

@media only screen and (max-width: 1000px) {
    .team-section-item-modal img {
        min-height:inherit
    }
}

.team-section-item-modal h3 {
    text-align: left;
    margin: 0 0 30px;
    padding: 0;
    font-size: 4rem;
    color: #000
}

@media only screen and (max-width: 1000px) {
    .team-section-item-modal h3 {
        font-size:3rem
    }
}

@media only screen and (max-width: 600px) {
    .team-section-item-modal h3 {
        font-size:2.5rem
    }
}

.team-section-item-modal p {
    color: #000
}

.team-section-item-modal h3 span {
    display: block;
    font-style: italic;
    font-size: 1.8rem;
    text-transform: capitalize
}

.team-section-item-modal-qualifications ul {
    margin: 1em 0 1.6em;
    padding: 0 0 0 20px
}

.team-section-item-modal-img {
    position: relative;
    height: 40vh;
    width: 100%;
    margin: 0 0 50px;
    background-size: cover;
    background-position: center
}

.team-section-item-modal-close {
    position: sticky;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #d5b2a2;
    cursor: pointer;
    z-index: 99
}

.team-section-item-modal-close:hover {
    opacity: 1
}

.team-section-item-modal-close:before,.team-section-item-modal-close:after {
    position: absolute;
    left: 25px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #fff;
    top: 10px
}

.team-section-item-modal-close:before {
    transform: rotate(45deg)
}

.team-section-item-modal-close:after {
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1000px) {
    .fees-wrapper .container {
        width:100%
    }
}

@media only screen and (max-width: 750px) {
    .fees-wrapper .content-object-center {
        padding:50px 30px
    }
}

.fees {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
    border-collapse: collapse
}

.fees tr {
    background-color: #fffefe;
    border: 1px solid #ddd;
    padding: .35em
}

.fees th,.fees td {
    padding: .75em 1.5em;
    text-align: left
}

.fees th {
    padding: 1.5em
}

.fees thead tr {
    background: #000;
    color: #fff
}

.fees td:nth-child(2) {
    background: #efefef;
    width: 400px
}

@media only screen and (max-width: 1300px) {
    .fees td:nth-child(2) {
        width:300px
    }
}

@media only screen and (max-width: 1000px) {
    .fees td:nth-child(2) {
        width:200px
    }
}

@media only screen and (max-width: 550px) {
    .fees tr {
        display:flex;
        flex-wrap: wrap
    }

    .fees td,.fees td:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%
    }

    th:nth-of-type(2) {
        display: none
    }
}

.fees tr i {
    font-weight: 100;
    font-size: 80%
}

.page-id-384 .fees td:nth-child(2) {
    width: 50%
}

@media only screen and (max-width: 550px) {
    .page-id-384 .fees tr {
        display:flex;
        flex-wrap: wrap
    }

    .page-id-384 .fees td,.page-id-384 .fees td:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%
    }

    .page-id-384 th:nth-of-type(2) {
        display: none
    }
}

.smile-gallery-container .container {
    padding: 100px 0;
    justify-content: space-between
}

.smile-results-row {
    width: 48%;
    margin: 2% 1% 0
}

.smile-results-row:nth-child(-n+2) {
    margin: 0 1%
}

.smile-results-content {
    align-content: center;
    padding: 50px
}

.case-description {
    text-align: center;
    width: 100%;
    padding: 25px 0 0
}

.smile-results-row .twentytwenty-wrapper {
    min-height: 425px;
    max-height: 425px
}

.smile-makeover-notice {
    width: fit-content;
    align-items: center;
    padding: 15px 40px 15px 15px;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto 50px
}

.smile-makeover-notice span {
    flex: 1
}

.smile-makeover-notice svg {
    margin: 0 25px 0 0
}

.smile-gallery-new {
    padding: 100px 50px 70px;
    background-color: #eee
}

@media only screen and (max-width: 1500px) {
    .smile-gallery-new .container {
        width:100%
    }
}

.smile-gallery-new:nth-of-type(odd) {
    background-color: #fff
}

.smile-gallery-new h2 {
    text-align: center
}

.smile-gallery-new-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
    background-color: #fff
}

.smile-gallery-new:nth-of-type(odd) .smile-gallery-new-holder {
    background-color: #eee
}

.smile-gallery-new-item {
    width: 29.333%;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start
}

@media only screen and (max-width: 1300px) {
    .smile-gallery-new-item {
        width:33.333%
    }
}

.smile-gallery-new-item-title {
    padding: 15px;
    text-align: center;
    width: 100%
}

.smile-gallery-new-item-title h3 {
    margin: 0;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center
}

.smile-gallery-new-item-images {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 90%;
    justify-content: center
}

.smile-gallery-new-item-images img {
    width: 100%;
    object-fit: cover;
    display: block
}

.smile-gallery-new-item-dentist {
    display: flex;
    padding: 20px;
    width: 95%;
    justify-content: center;
    flex-wrap: wrap;
}

.smile-gallery-new-item-dentist-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #c1902a;
    position: relative
}

.smile-gallery-new-item-dentist-image img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover
}

.smile-gallery-new-item-dentist-info {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    max-width: calc(100% - 100px);
}

.smile-gallery-new-item-dentist-info h4 {
    margin: 0;
    font-size: 2.5rem
}

@media only screen and (max-width: 800px) {
    .smile-gallery-new-item-dentist-info h4 {
        font-size:2.2rem
    }
}

.smile-gallery-new-item-image {
    width: 100%;
    display: block;
    position: relative
}

.smile-gallery-new-item-images .smile-gallery-new-item-image:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    height: 44px;
    color: #fff
}

.smile-gallery-new-item hr {
    width: 100%;
    margin: 20px 0;
    border-color: #c1902a
}

.smile-gallery-new-item a.btn {
    background-color: #c69135;
    color: #fff
}

.smile-gallery-new-item a.btn:hover {
    background-color: #fff;
    color: #c69135
}

.smile-gallery-new-item-descirption {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    width: 90%;
    text-align: center;
    display: none
}

.smile-gallery-new:nth-of-type(odd) .smile-gallery-new-item-descirption {
    background: #eee
}

.smile-gallery-new-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 20px;
    background-color: #d5b2a2;
    color: #fff;
    flex-wrap: wrap
}

.smile-gallery-new-header .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center
}

.smile-gallery-new-header-title h2 {
    margin: 0;
    text-align: left;
    margin-left: 25px
}

.smile-gallery-new-header-buttons {
    width: 60%;
    text-align: right
}

.smile-gallery-new-header-title {
    width: 40%
}

.smile-gallery-new-header-description {
    text-align: left;
    padding: 1px 47px;
    display: block;
    background-color: #3d3d3d;
    color: #fff
}

@media only screen and (max-width: 1000px) {
    .smile-gallery-new-item {
        width:46%
    }

    .smile-gallery-new-header-buttons,.smile-gallery-new-header-title {
        width: 100%;
        text-align: center
    }

    .smile-gallery-new-header-description {
        text-align: center
    }

    .smile-gallery-new-header-buttons .btn {
        margin-bottom: 20px
    }

    .smile-gallery-new-header-title h2 {
        text-align: center;
        margin: 20px auto
    }
}

@media only screen and (max-width: 600px) {
    .smile-gallery-new-item {
        width:96%
    }

    .smile-gallery-new {
        padding: 0
    }

    .smile-gallery-new-item-dentist-info h4 {
        font-size: 1.7rem
    }
}

@media (max-width: 500px) {
    .smile-gallery-new-header-buttons .btn {
        margin-bottom:15px;
        width: 100%;
        max-width: inherit;
        justify-content: center
    }
}

.page-template-acf-smile-gallery .video-testimonials .container {
    background-color: #fff
}

.half-div.video {
    width: 49%;
    display: flex;
    max-width: 100%;
    margin: 0;
    padding: 1%;
    background-color: whitesmoke;
    flex-wrap: wrap;
    flex-direction: column;
    height: fit-content
}

@media only screen and (max-width: 700px) {
    .half-div.video {
        width:100%;
        padding: 0
    }
}

@media only screen and (max-width: 700px) {
    .half-div.video:first-of-type {
        margin:0 0 30px
    }
}

.testimonial-video {
    width: 100%
}

.testimonial-video span {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    background: #d5b2a2;
    color: #fff;
    font-weight: 600
}

.video-testimonials {
    padding: 75px 0
}

@media only screen and (max-width: 1050px) {
    .video-testimonials {
        padding:75px 0
    }
}

@media only screen and (max-width: 700px) {
    .video-testimonials {
        padding:50px 30px
    }
}

.video-testimonials .container {
    justify-content: space-between
}

.blog-content-wrapper {
    padding: 100px 0
}

@media only screen and (max-width: 700px) {
    .blog-content-wrapper {
        padding:50px 30px
    }
}

.blog-content-wrapper h1 {
    font-size: 5rem
}

@media only screen and (max-width: 700px) {
    .blog-content-wrapper h1 {
        font-size:4rem
    }
}

@media only screen and (max-width: 500px) {
    .blog-content-wrapper h1 {
        font-size:3rem
    }
}

.blog-content-wrapper .container {
    justify-content: space-between
}

.blog-content-wrapper .full-width-text-area {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.blog-content-wrapper .full-width-text-area h2+h3 {
    margin: 30px 0 0 0;
    display: block
}

@media only screen and (max-width: 600px) {
    .blog-content-wrapper a.btn {
        width:100%;
        max-width: inherit;
        margin: 0 0 10px;
        justify-content: center
    }
}

.blog-post-container {
    width: 32%;
    margin: 0 0 2%;
    background: #efded8;
    border-radius: 30px;
    align-content: flex-start;
    flex-direction: column
}

@media only screen and (max-width: 1200px) {
    .blog-post-container {
        width:49%
    }
}

@media only screen and (max-width: 700px) {
    .blog-post-container {
        width:100%;
        margin: 0 0 30px
    }
}

.blog-post-container h4 a {
    margin: 0 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left;
    line-height: 4rem
}

@media only screen and (max-width: 700px) {
    .blog-post-container h4 a {
        line-height:3rem
    }
}

.blog-post-container h4 a:hover {
    color: #000
}

.blog-img,.blog-post-container img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 30px
}

.blog-post-container img {
    max-width: 100%;
    object-fit: cover;
    object-position: center
}

.blog-text {
    padding: 40px;
    text-align: left;
    justify-content: flex-start;
    align-content: space-between;
    flex: 1
}

.post-featured-image {
    height: 500px;
    overflow: hidden;
    margin: 0 0 50px
}

@media only screen and (max-width: 550px) {
    .post-featured-image {
        height:inherit
    }
}

.post-featured-image img {
    border-radius: 14px
}

.next-prev-wrapper {
    background: #efded8;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: fit-content;
    padding: 25px;
    border-radius: 30px;
    font-weight: 500
}

ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    list-style: none;
    padding: 0
}

.page-numbers li {
    width: 20px
}

.grecaptcha-badge {
    display: none!important
}

.mobile-sticky-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #000;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    box-shadow: 0 0 5px 3px rgb(255 255 255 / .5);
    -webkit-box-shadow: 0 0 5px 3px rgb(255 255 255 / .5);
    -moz-box-shadow: 0 0 5px 3px rgb(255 255 255 / .5)
}

.mobile-sticky-menu a {
    margin: 0 5px;
    width: 45%;
    max-width: initial;
    justify-content: center
}

.mobile-sticky-menu a svg {
    width: 31px;
    fill: #000;
    padding: 5px;
    background-color: #d5b2a2;
    border-radius: 50%;
    height: auto
}

div#eb-bot-trigger {
    bottom: 90px!important
}

div#eb-bot-trigger.bot-active {
    bottom: 25px!important
}

html {
    padding-bottom: 90px
}

@media (min-width: 800px) {
    .mobile-sticky-menu {
        display:none
    }

    div#eb-bot-trigger {
        bottom: 25px!important
    }

    html {
        padding-bottom: 0
    }
}

@media(max-width: 400px) {
    .mobile-sticky-menu a {
        /* font-size:0; */
    }

    .mobile-sticky-menu a svg {
        /* margin: 0; */
        display: none;
    }

    .mobile-sticky-menu a {
        padding: 10px
    }
}

.padding-100-top-bottom:has(.reducepadd) {
    padding: 60px 0
}

.padding-100-top-bottom:has(.reducepadd) h2 {
    display: none
}

.padding-100-top-bottom:has(.reducepadd) a {
    color: #000
}

.padding-100-top-bottom:has(.reducepadd) a:hover {
    color: #50585d
}

@media only screen and (max-width: 1050px) {
    .padding-100-top-bottom:has(.reducepadd) {
        padding:60px 50px
    }
}

@media only screen and (max-width: 700px) {
    .padding-100-top-bottom:has(.reducepadd) {
        padding:50px 30px
    }
}

.page.page-id-354 .image-strip img,
.page.page-id-3989 .image-strip img {
    width: 100%;
    height: auto;
    min-height: inherit;
    max-height: inherit;
}

.smile-gallery-new-holder-featured, .smile-gallery-new-holder-see-more {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.smile-gallery-new-holder-see-more-btn {
    padding: 30px;
    text-align: center;
}
.see-more-btn span::before{
    content: "View more cases"
}
.active-see-more .see-more-btn span::before{
    content: "Hide cases"
}

.smile-gallery-new-holder-see-more {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s max-height;
}
.active-see-more .smile-gallery-new-holder-see-more{
    max-height: 3000px;
}
.smile-gallery-new-header .see-more-btn{
    display: none;
}
.page-id-4013 section.video-testimonials {
    padding-bottom: 0;
}
@media(max-width: 800px){
    .page-id-4013 section.video-testimonials {
        padding-bottom: 30px;
    }
    .smile-gallery-new{
        padding: 0;
    }
    .smile-gallery-new-holder-see-more-btn {
        padding: 10px;
    }
    .smile-gallery-new-holder-see-more-btn {
        display: block;
    }
    .active-see-more .smile-gallery-new-holder-see-more, .smile-gallery-new-holder-see-more{
        max-height: 999999999999999px;
    }
    .smile-gallery-new-holder-accordion{
        max-height: 0;
        transition: 1s;
        overflow: hidden;
    }
    .active-see-more .smile-gallery-new-holder-accordion{
        max-height: 10000px;
        padding: 30px 0;
    }
    .see-more-btn span::before{
        content: "See cases"
    }
    .active-see-more .see-more-btn span::before{
        content: "Hide cases"
    }
    .smile-gallery-contact, .smile-gallery-new-holder-see-more-btn{
        display: none;
    }
    .smile-gallery-new-header .see-more-btn{
        display: inline-flex;
    }
    .smile-gallery-new:nth-of-type(even) .smile-gallery-new-header {
        background-color: #9d877d;
    }
    .smile-gallery-new {
        border-bottom: 5px solid #eee;
    }
    .smile-gallery-new-item-image img {
        max-width: 300px;
        margin: 0 auto;
    }
}