@font-face {
    font-family: 'iosa_mnregular';
    src: url("../fonts/iosamn-regular-webfont.woff2") format("woff2"), url("../fonts/iosamn-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-70px);
    }
    to {
        opacity: 1.0;
        transform: translateY(0);
    }
}

/* ==========================================================================
   General Layout
   ========================================================================== */
* {
    box-sizing: border-box;
}

body {
    font-family: 'iosa_mnregular';
    margin: 0;
    background-color: #f9f3eb;
}

h1, h2, h3, h4, h5, h6, li, a {
    font-family: 'iosa_mnregular';
}

p {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

svg {
    width: 45px;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    background-color: #fff;
}

.object-fit {
    object-fit: cover;
}

/* ==========================================================================
   Hover / Buttons
   ========================================================================== */
.menu-link:hover {
    color: #cba988;
    transition: all 280ms ease-in-out;
}

.button {
    background-color: #cba988;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 680ms ease-in-out;
    display: block;
}

@media (max-width: 619px) {
    .button {
        margin-top: 45px;
    }
}

.button:hover {
    background-color: #312b29;
    color: #fff;
}

.button-prices {
    background-color: #cba988;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 185px;
    margin: auto;
    margin-top: 30px;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 680ms ease-in-out;
    display: block;
}

.button-prices:hover {
    background-color: #fff;
    color: #312b29;
}

.footer-copyright a:hover, .footer-copyright p:hover, .footer-copyright svg:hover {
    color: #fff !important;
    transition: all 480ms ease-in-out;
}

.footer-social svg:hover path {
    fill: #fff;
    transition: all 480ms ease-in-out;
}

/* ==========================================================================
   Responsive Hamburger
   ========================================================================== */
@media (max-width: 1079px) {
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 0.25s ease-in-out;
        -ms-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        -webkit-text-size-adjust: none;
    }
    html {
        height: 100%;
    }
    body {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        overflow-y: visible;
    }
    #nav-toggle {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
    }
    #nav-toggle:checked ~ nav#main #nav-container #nav-wrap {
        right: 0;
    }
    #nav-toggle:checked + #nav-toggle-label, #nav-toggle:checked + #nav-toggle-label.slide-out {
        background: transparent;
        right: 0;
    }
    #nav-toggle:checked + #nav-toggle-label #hamburger span, #nav-toggle:checked + #nav-toggle-label.slide-out #hamburger span {
        width: 0%;
    }
    #nav-toggle:checked + #nav-toggle-label #hamburger span:nth-child(1), #nav-toggle:checked + #nav-toggle-label.slide-out #hamburger span:nth-child(1) {
        -webkit-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
    #nav-toggle:checked + #nav-toggle-label #hamburger span:nth-child(2), #nav-toggle:checked + #nav-toggle-label.slide-out #hamburger span:nth-child(2) {
        -webkit-transition-delay: 0.125s;
        -ms-transition-delay: 0.125s;
        -moz-transition-delay: 0.125s;
        transition-delay: 0.125s;
    }
    #nav-toggle:checked + #nav-toggle-label #hamburger span:nth-child(3), #nav-toggle:checked + #nav-toggle-label.slide-out #hamburger span:nth-child(3) {
        -webkit-transition-delay: 0.25s;
        -ms-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    #nav-toggle:checked + #nav-toggle-label #cross span:nth-child(1), #nav-toggle:checked + #nav-toggle-label.slide-out #cross span:nth-child(1) {
        height: 100%;
        -webkit-transition-delay: 0.625s;
        -ms-transition-delay: 0.625s;
        -moz-transition-delay: 0.625s;
        transition-delay: 0.625s;
    }
    #nav-toggle:checked + #nav-toggle-label #cross span:nth-child(2), #nav-toggle:checked + #nav-toggle-label.slide-out #cross span:nth-child(2) {
        width: 100%;
        -webkit-transition-delay: 0.375s;
        -ms-transition-delay: 0.375s;
        -moz-transition-delay: 0.375s;
        transition-delay: 0.375s;
    }
    #nav-toggle:checked + #nav-toggle-label ~ nav#main #nav-container a#logo.slide-out, #nav-toggle:checked + #nav-toggle-label.slide-out ~ nav#main #nav-container a#logo.slide-out {
        left: 25px;
    }
    #nav-toggle-label {
        height: 80px;
        width: 80;
        position: fixed;
        z-index: 99999;
        right: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        -webkit-transition: 0.25s ease-in-out;
        -ms-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    #nav-toggle-label.slide-out {
        right: -75px;
    }
    #nav-toggle-label #cross {
        position: absolute;
        right: 28px;
        top: 20px;
        width: 40px;
        height: 40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-toggle-label #cross span {
        display: block;
        background: #cba988;
    }
    #nav-toggle-label #cross span:nth-child(1) {
        height: 0%;
        width: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        -webkit-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
    #nav-toggle-label #cross span:nth-child(2) {
        width: 0%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        -webkit-transition-delay: 0.25s;
        -ms-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    #nav-toggle-label #hamburger {
        position: absolute;
        height: 28px;
        width: 40px;
        top: 28px;
        right: 28px;
    }
    #nav-toggle-label #hamburger span {
        display: block;
        width: 100%;
        height: 2px;
        position: relative;
        margin: 0 0 11px 0;
        background: #cba988;
    }
    #nav-toggle-label #hamburger span:nth-child(1) {
        -webkit-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    #nav-toggle-label #hamburger span:nth-child(2) {
        -webkit-transition-delay: 0.625s;
        -ms-transition-delay: 0.625s;
        -moz-transition-delay: 0.625s;
        transition-delay: 0.625s;
    }
    #nav-toggle-label #hamburger span:nth-child(3) {
        -webkit-transition-delay: 0.75s;
        -ms-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        transition-delay: 0.75s;
    }
    nav {
        font-family: "adelle-sans", sans-serif;
        text-transform: lowercase;
    }
    nav#main {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 15px;
        line-height: 16px;
        text-align: center;
        height: 0;
    }
    nav#main #nav-container {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        height: 0;
    }
    nav#main #nav-container #nav-wrap {
        text-align: left;
        width: 36%;
        height: 100%;
        background: rgba(255, 255, 255, 0.78);
        position: fixed;
        z-index: 0;
        right: -36%;
        -webkit-transition: 0.55s ease-in-out;
        -ms-transition: 0.55s ease-in-out;
        -moz-transition: 0.55s ease-in-out;
        transition: 0.55s ease-in-out;
    }
    nav#main #nav-container #nav-wrap.open {
        left: 440px;
    }
    nav#main #nav-container #nav-wrap a {
        display: inline-block;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        color: #000;
        position: relative;
        overflow: hidden;
    }
    nav#main #nav-container #nav-wrap a.active:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #93d8ff;
    }
    nav#main #nav-container #nav-wrap a.active:hover:before {
        background: #ffcf91;
    }
    nav#main #nav-container #nav-wrap a .menu-link {
        display: block;
        height: 28px;
        width: 28px;
        margin-left: -14px;
        text-align: center;
        line-height: 28px;
        position: absolute;
        top: 11px;
        left: 50%;
        font-size: 13px;
        background: #93d8ff;
        color: #061a26;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    nav#main #nav-container #nav-wrap a:hover {
        color: #cba988;
    }
    nav#main #nav-container #nav-wrap a:hover .menu-link {
        background: #ffcf91;
    }
}

@media (max-width: 619px) {
    nav#main #nav-container #nav-wrap {
        text-align: left;
        width: 100%;
        height: 450px;
        background: #fff;
        border-top: 1px solid #f5ece0;
        position: fixed;
        z-index: 0;
        right: unset;
        left: unset;
        top: -450px;
        -webkit-transition: 0.55s ease-in-out;
        -ms-transition: 0.55s ease-in-out;
        -moz-transition: 0.55s ease-in-out;
        transition: 0.55s ease-in-out;
    }
    #nav-toggle:checked ~ nav#main #nav-container #nav-wrap {
        top: 80px;
        left: 0;
    }
}

.sidebar {
    display: none;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.site {
    /* The sticky */
}

.site header {
    position: relative;
}

.site #nav-toggle {
    display: none;
}

@media (max-width: 1079px) {
    .site #nav-toggle {
        display: inline-block;
    }
}

.site .responsive-logo {
    display: none;
}

@media (max-width: 1079px) {
    .site .responsive-logo {
        display: flex;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.78);
        padding-left: 20px;
    }
    .site .responsive-logo svg {
        width: 205px;
        height: 25px;
        margin-top: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 619px) {
    .site .responsive-logo {
        background-color: #fff;
        box-shadow: 2px 3px 4px rgba(68, 68, 68, 0.2);
        position: relative;
        z-index: 2;
    }
}

.site nav {
    position: absolute;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.78);
    width: 100%;
    max-width: 1240px;
    transition: all 680ms ease-in-out;
}

@media (max-width: 1079px) {
    .site nav {
        background-color: transparent;
        transition: none;
    }
}

.site nav .active {
    color: #ffcf91 !important;
}

@media (max-width: 899px) {
    .site nav {
        height: 60px;
    }
}

.site .sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: #fff !important;
    z-index: 9999;
}

.site .navbar-collapse {
    display: flex;
    justify-content: space-between;
    height: 100px;
}

@media (max-width: 619px) {
    .site-header__image {
        display: flex;
        height: 100vh;
    }
}

.site-header__image img {
    max-width: 1240px;
    width: 100%;
}

@media (max-width: 619px) {
    .site-header__image .desktop {
        display: none;
    }
}

.site-header__image .responsive {
    display: none;
}

@media (max-width: 619px) {
    .site-header__image .responsive {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: 0% 0%;
    }
}

.site-header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1079px) {
    .site-header__logo {
        display: none;
    }
}

.site-header__logo a {
    padding: 30px;
    border-right: 1px solid #f5ece0;
}

.site-header__logo svg {
    display: block;
    width: 180px;
    height: 22px;
}

.site-header__secondlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-left: 1px solid #f5ece0;
}

@media (max-width: 1149px) {
    .site-header__secondlogo {
        display: none;
    }
}

.site-header__secondlogo a, .site-header__secondlogo img {
    display: block;
}

.site-header__nav {
    display: block;
}

.site-header__nav ul {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 30px;
    margin: 0;
}

@media (max-width: 1079px) {
    .site-header__nav ul {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        padding-top: 35px;
        height: auto;
    }
}

.site-header__nav li {
    list-style: none;
    margin-right: 28px;
}

@media (max-width: 1079px) {
    .site-header__nav li {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 25px;
    }
}

.site-header__nav a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1279px) {
    .site-header__fb {
        display: none;
    }
}

.site-header__box {
    left: 0;
    width: 52%;
    z-index: 999;
    background-color: #fff;
    opacity: 0.95;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    text-align: center;
}

@media (max-width: 1069px) {
    .site-header__box {
        top: 0;
    }
}

@media (max-width: 767px) {
    .site-header__box {
        margin-top: 0;
        width: 100%;
        max-width: 560px;
    }
}

@media (max-width: 619px) {
    .site-header__box {
        margin-top: -215px;
    }
}

@media (max-width: 509px) {
    .site-header__box {
        margin-top: -238px;
        width: 100%;
    }
}

.site-header__hero h1 {
    font-size: 30px;
    margin-top: 35px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 20px;
}

.site-header__sub h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 25px;
}

.site-header__sub:before {
    content: "";
    display: block;
    max-width: 110px;
    width: 100%;
    margin: 0 auto;
    background-color: #e3d9cf;
    height: 1px;
}

.site-header__logo-mobile {
    display: none;
}

@media (max-width: 1079px) {
    .site-header__logo-mobile {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 619px) {
    .site-header__logo-mobile {
        margin-top: 0;
        margin-bottom: 0 !important;
        border-top: 1px solid #f5ece0;
        border-bottom: 1px solid #f5ece0;
    }
}

.site-header__social-mobile {
    display: none;
}

@media (max-width: 1079px) {
    .site-header__social-mobile {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .site-header__social-mobile svg {
        height: 30px;
    }
    .site-header__social-mobile svg path {
        fill: #cba988;
    }
    .site-header__social-mobile svg circle {
        fill: #cba988;
    }
    .site-header__social-mobile svg:hover path {
        fill: #000;
        transition: all 480ms ease-in-out;
    }
    .site-header__social-mobile svg:hover circle {
        fill: #000;
    }
}

@media (max-width: 619px) {
    .site-header__social-mobile {
        margin-bottom: 0 !important;
    }
}

.site-header__container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    margin-bottom: -45px;
}

@media (max-width: 619px) {
    .site-header__container {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 399px) {
    .site-header__container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.site-header__container:before {
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-7.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.site-header__container:before {
    background: inherit;
    content: '';
    display: block;
    height: 21%;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    background: #fff;
}

@media (max-width: 1069px) {
    .site-header__container:before {
        display: none;
    }
}

div.team-container img {
    border-radius: 250px;
}

/* ==========================================================================
   Philosophy Section
   ========================================================================== */
.philosophy-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    margin-top: 120px;
}

@media (max-width: 399px) {
    .philosophy-container {
        margin-top: 25px;
    }
}

.philosophy-container:after {
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-5.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

@media (max-width: 1069px) {
    .philosophy-container:after {
        display: none;
    }
}

.philosophy-container:after {
    background: inherit;
    content: '';
    display: block;
    height: 15%;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    background: white;
}

@media (max-width: 1069px) {
    .philosophy-container:after {
        display: none;
    }
}

.philosophy-images {
    display: flex;
    max-width: 1070px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

@media (max-width: 1069px) {
    .philosophy-images {
        margin-top: 0;
        position: relative;
    }
}

@media (max-width: 499px) {
    .philosophy-images {
        margin-top: 0;
        position: relative;
        top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        margin-bottom: 0;
    }
}

.philosophy-images img {
    width: 100%;
}

.philosophy-images ul {
    display: flex;
    padding: 0;
}

@media (max-width: 1069px) {
    .philosophy-images ul {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 660px;
        margin: 0 auto;
    }
}

.philosophy-images li {
    list-style: none;
}

@media (max-width: 1069px) {
    .philosophy-images li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 30px 0 0 0;
    }
}

@media (max-width: 649px) {
    .philosophy-images li {
        width: 48%;
    }
}

@media (max-width: 499px) {
    .philosophy-images li {
        margin: 15px 0 0 0;
    }
}

.philosophy-images li:nth-child(1) {
    padding: 0;
}

@media (max-width: 499px) {
    .philosophy-images li:nth-child(1) {
        height: 205px;
    }
}

.philosophy-images li:nth-child(2) {
    padding-left: 39px;
}

@media (max-width: 1069px) {
    .philosophy-images li:nth-child(2) {
        padding: 0;
    }
}

@media (max-width: 499px) {
    .philosophy-images li:nth-child(2) {
        height: 205px;
    }
}

.philosophy-images li:nth-child(3) {
    padding-left: 45px;
}

@media (max-width: 1069px) {
    .philosophy-images li:nth-child(3) {
        padding: 0;
    }
}

.philosophy-images__second {
    display: flex;
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    z-index: 999;
    margin-top: -55px;
}

@media (max-width: 1029px) {
    .philosophy-images__second {
        margin-top: -130px;
    }
}

@media (max-width: 499px) {
    .philosophy-images__second {
        margin-top: 0;
    }
}

.philosophy-images__second img {
    width: 100%;
}

.philosophy-images__second ul {
    display: flex;
    padding: 0;
}

@media (max-width: 1069px) {
    .philosophy-images__second ul {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 660px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
}

@media (max-width: 499px) {
    .philosophy-images__second ul {
        padding-bottom: 75px;
    }
}

.philosophy-images__second li {
    list-style: none;
}

@media (max-width: 1069px) {
    .philosophy-images__second li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 30px 0 0 0;
    }
}

@media (max-width: 649px) {
    .philosophy-images__second li {
        width: 48%;
    }
}

@media (max-width: 499px) {
    .philosophy-images__second li {
        margin: 15px 0 0 0;
    }
}

.philosophy-images__second li:nth-child(1) {
    padding: 0;
}

@media (max-width: 499px) {
    .philosophy-images__second li:nth-child(1) {
        height: 205px;
    }
}

.philosophy-images__second li:nth-child(2) {
    padding-left: 39px;
}

@media (max-width: 1069px) {
    .philosophy-images__second li:nth-child(2) {
        padding: 0;
    }
}

@media (max-width: 499px) {
    .philosophy-images__second li:nth-child(2) {
        height: 205px;
    }
}

.philosophy-images__second li:nth-child(3) {
    padding-left: 45px;
}

@media (max-width: 1069px) {
    .philosophy-images__second li:nth-child(3) {
        padding: 0;
    }
}

@media (max-width: 1069px) {
    .philosophy-images__second .landscape-second {
        width: 100%;
    }
}

@media (max-width: 649px) {
    .philosophy-images__second .landscape-second img {
        width: 48%;
    }
}

@media (max-width: 1069px) {
    .philosophy-images .landscape {
        width: 100%;
    }
}

@media (max-width: 649px) {
    .philosophy-images .landscape img {
        width: 48%;
    }
}

.philosophy-landscape__first {
    position: absolute;
    max-height: 205px;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1069px) {
    .philosophy-landscape__first {
        position: relative;
        margin-left: 0;
        max-width: 316px;
    }
}

.philosophy-landscape__second {
    position: relative;
    top: 230px;
    max-height: 205px;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1069px) {
    .philosophy-landscape__second {
        top: 0;
        max-width: 316px;
    }
}

.philosophy-portrait {
    max-height: 435px;
    max-width: 317px;
    width: 100%;
}

.philosophy-hero {
    background-color: #312b29;
    padding-bottom: 145px;
    position: relative;
    padding-top: 155px;
    margin-top: -220px;
}

@media (max-width: 1024px) {
    .philosophy-hero {
        padding-bottom: 175px;
        margin-top: -105px;
    }
}

@media (max-width: 649px) {
    .philosophy-hero {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 499px) {
    .philosophy-hero {
        padding-bottom: 35px;
        padding-top: 15px;
        margin-top: 0;
    }
}

.philosophy-hero:after {
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-5.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.philosophy-hero:before {
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-5.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.philosophy-hero:before {
    background: inherit;
    content: '';
    display: block;
    height: 130px;
    left: 0;
    right: 0;
    z-index: 0;
    top: 0;
    position: absolute;
    -webkit-backface-visibility: hidden;
    background: #fff;
    top: -120px;
}

@media (max-width: 1024px) {
    .philosophy-hero:before {
        display: none;
    }
}

.philosophy-hero:after {
    background: inherit;
    content: '';
    display: block;
    height: 150px;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1024px) {
    .philosophy-hero:after {
        display: none;
    }
}

.philosophy-hero__title {
    padding-top: 115px;
}

@media (max-width: 1024px) {
    .philosophy-hero__title {
        padding-top: 0;
    }
}

.philosophy-hero__title h2 {
    color: #ddba99;
    font-size: 28px;
    text-align: center;
}

@media (max-width: 1024px) {
    .philosophy-hero__text {
        max-width: 770px;
        margin: 0 auto;
    }
}

.philosophy-hero__text p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
    margin-right: 140px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (max-width: 1234px) {
    .philosophy-hero__text p {
        margin-right: auto;
    }
}

@media (max-width: 1029px) {
    .philosophy-hero__text p {
        text-align: center;
        max-width: none;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    .philosophy-hero__text p {
        max-width: none;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.philosophy-hero__second {
    max-width: 1070px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 85px;
}

@media (max-width: 1079px) {
    .philosophy-hero__second {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px;
        padding-top: 0;
        margin-top: -45px;
    }
}

@media (max-width: 659px) {
    .philosophy-hero__second {
        padding-bottom: 10px;
    }
}

.philosophy-hero__content {
    max-width: 608px;
    width: 100%;
}

@media (max-width: 1029px) {
    .philosophy-hero__content {
        text-align: center;
        padding-right: 35px;
        padding-left: 35px;
        max-width: 770px !important;
        margin: 0 auto;
    }
}

@media (max-width: 659px) {
    .philosophy-hero__content {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

.philosophy-hero__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
}

.philosophy-hero__content h2 {
    font-size: 18px;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    background-color: #312b29;
}

.services-content,
.hairextension-content {
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.services-content h2 {
    color: #ddba99;
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 70px;
}

@media (max-width: 767px) {
    .services-content h2 {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.services-content p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 100;
}

@media (max-width: 768px) {
    .services-content p {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.services-repeater {
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 90px;
    width: 100%;
    max-width: 880px;
}

@media (max-width: 767px) {
    .services-repeater {
        padding-top: 15px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 45px;
    }
}

.services-repeater ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .services-repeater ul {
        display: block;
    }
}

.services-repeater img {
    display: block;
    margin: 0 auto;
}

.services-repeater li,
.hairextension-content li {
    padding-bottom: 15px;
    list-style-type: none;
    position: relative;
    border-right: 1px solid #4b403a;
    width: 33.333%;
    padding: 0 30px 0 30px;
    flex: 0 0 33.333333%;
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 767px) {
    .services-repeater li,
.hairextension-content li {
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 30px;
        width: 100%;
        border-bottom: 1px solid #4b403a;
        border-right: none;
        flex: none;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.hairextension-content li {
    border-color: #f5f5f5;
}

@media (max-width: 767px) {
    .services-repeater li:nth-child(1),
.hairextension-content li:nth-child(1) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .services-repeater li:nth-child(2),
.hairextension-content li:nth-child(2) {
        padding-top: 40px;
    }
}

.services-repeater li:nth-child(3),
.hairextension-content li:nth-child(3) {
    border: none;
}

@media (max-width: 767px) {
    .services-repeater li:nth-child(3),
.hairextension-content li:nth-child(3) {
        margin: 0;
        padding-right: 0;
        padding-top: 40px;
    }
}

.services-repeater li:nth-child(3) img,
.hairextension-content li:nth-child(3) img {
    padding-right: 0;
}

.services-repeater h2 {
    text-align: center;
}

.services-repeater p {
    color: #ddba99;
    line-height: 24px;
}

.services-repeater h2 {
    color: #fff;
}

.services-repeater p, .services-repeater h2 {
    width: 100%;
    text-align: center;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-hero {
    text-align: center;
}

.team-hero h2,
.hairextension-hero h2 {
    font-size: 28px;
    padding-top: 50px;
    color: #c9a07a;
    text-align: center;
}

@media (max-width: 767px) {
    .team-hero h2,
    .hairextension-hero h2 {
        padding-top: 10px;
    }
}

.team-hero p,
.hairextension-hero p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
}

@media (max-width: 999px) {
    .team-hero p,
    .hairextension-hero p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.team-content {
    padding-bottom: 90px;
}

@media (max-width: 549px) {
    .team-content,
    .hairextension-hero {
        padding-bottom: 60px;
    }
}

.team-content ul,
.hairextension-content ul {
    display: flex;
    padding: 0;
    flex-direction: row;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 999px) {
    .team-content ul,
    .hairextension-content ul {
        overflow: hidden;
        display: block;
    }
}

.team-content li,
.hairextension-content li {
    list-style-type: none;
    width: 33.333%;
    text-align: center;
}

@media (max-width: 999px) {
    .team-content li,
    .hairextension-content li {
        width: 50%;
        float: left;
        display: inline;
    }
    .team-content li:nth-child(2),
    .hairextension-content li:nth-child(2) {
        padding-bottom: 60px;
    }
}

@media (max-width: 549px) {
    .team-content li,
    .hairextension-content li {
        width: 100%;
    }
    .team-content li:nth-child(1),
    .hairextension-content li:nth-child(1) {
        padding-bottom: 60px;
    }
    .team-content li:nth-child(3),
    .hairextension-content li:nth-child(3) {
        padding-bottom: 60px;
    }
}

.team-content li:first-child,
.hairextension-content li:first-child {
    padding-left: 0;
}

@media (max-width: 1029px) {
    .team-content img,
    .hairextension-content img {
        max-width: 225px;
    }
}

@media (max-width: 999px) {
    .team-content img,
    .hairextension-content img {
        max-width: none;
    }
}

.team-content h2, .team-content p,
.hairextension-content h2, .hairextension-content p {
    text-align: center;
    font-weight: 100;
}

.team-content h2,
.hairextension-content h2 {
    padding-top: 10px;
    font-size: 21px;
    margin-bottom: -5px;
}

.team-content p,
.hairextension-content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

@media (max-width: 549px) {
    .team-content p
    .hairextension-content p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ==========================================================================
   Prices Section
   ========================================================================== */
.prices-container {
    background-color: #312b29;
}

.prices-hero {
    text-align: center;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px;
}

@media (max-width: 549px) {
    .prices-hero {
        padding-bottom: 65px;
        padding-top: 20px;
    }
}

.prices-hero h2 {
    color: #ddba99;
    font-size: 28px;
}

.prices-hero p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (max-width: 649px) {
    .prices-hero p {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

.prices-button {
    border: 1px solid #cba988;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #cba988;
}

.prices-button h3 {
    font-size: 16px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-map__content {
    max-width: 420px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    margin-top: 75px;
    margin-left: 85px;
}

@media (max-width: 899px) {
    .contact-map__content {
        width: 40%;
        height: 390px;
        position: absolute;
        z-index: 1;
        margin-top: 30px;
        margin-left: 30px;
        max-height: none;
    }
    .contact-map__content ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 659px) {
    .contact-map__content {
        width: 100%;
        position: relative;
        margin: 0 auto;
        height: auto;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-map__content ul {
        text-align: center;
        padding: 0;
    }
}

.contact-map__content li {
    list-style-type: none;
}

.contact-map__content h2 {
    font-size: 24px;
    color: #c9a07a;
    margin-top: 40px;
}

.contact-map__content p {
    font-size: 14px;
    font-weight: 100;
    padding-top: 10px;
    margin-bottom: -5px;
}

.contact-map__content a {
    text-decoration: underline;
}

.contact-map__content a:hover {
    color: #cba988;
}

.contact-map__content a p {
    font-weight: 500;
    margin-bottom: -10px;
}

.contact-map__content a p svg {
    width: 24px;
    margin-right: 10px;
}

.contact-map__content a p svg path {
    fill: #c9a07a;
}

.contact-map__content .map-link {
    display: none;
}

@media (max-width: 659px) {
    .contact-map__content .map-link {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
}

.contact-hero {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 579px) {
    .contact-hero {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-hero h2 {
    color: #c9a07a;
    font-size: 28px;
    margin-top: 70px;
}

@media (max-width: 659px) {
    .contact-hero h2 {
        margin-top: 20px;
    }
}

.contact-hero p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 35px;
    font-weight: 100;
}

.contact-form {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

@media (max-width: 659px) {
    .contact-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
}

.contact-form ul {
    padding: 0;
}

.contact-form li {
    list-style-type: none;
    padding-bottom: 5px;
    width: 50% !important;
    display: inline-block;
}

@media (max-width: 549px) {
    .contact-form li {
        width: 100% !important;
        display: block;
    }
}

.contact-form li:nth-child(2) {
    padding-left: 10px;
}

@media (max-width: 549px) {
    .contact-form li:nth-child(2) {
        padding-left: 0;
    }
}

.contact-form li:nth-child(3) {
    padding-bottom: 25px;
    width: 100% !important;
}

.contact-form .gfield_checkbox li {
    width: 100%;
    padding: 0;
}

#map {
    width: 100%;
    height: 450px;
    background-color: grey;
    position: relative;
}

@media (max-width: 659px) {
    #map {
        display: none;
    }
}

#map button {
    display: none;
}

#map a img {
    display: none;
}

#map .gmnoprint, #map .gm-style-cc {
    display: none;
}

.gform_button {
    background-color: #cba988;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-size: 16px;
    font-family: 'iosa_mnregular';
    text-transform: uppercase;
    border: none;
    margin-top: -70px;
    border-radius: 0;
    cursor: pointer;
}

.gform_button:hover, .gform_button:focus {
    background: #312b29 !important;
    color: #fff !important;
}

textarea:focus, input:focus {
    outline: none;
    background: #fff !important;
}

input:focus {
    outline: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

#input_1_1, #input_1_10, #input_1_9, #input_1_8 {
    max-width: 260px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ece8e5;
    background-color: #faf8f7;
    font-family: 'Roboto', 'sans-serif';
    padding-left: 15px;
    font-size: 13px;
    -webkit-appearance: none;
}

@media (max-width: 549px) {
    #input_1_1, #input_1_10, #input_1_9, #input_1_8 {
        max-width: 550px !important;
    }
}

input {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c9a07a;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c9a07a;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c9a07a;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c9a07a;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c9a07a;
}

.gform_confirmation_message {
    color: #4a8f44;
    background: rgba(105, 174, 89, 0.07);
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 10px;
}

.ginput_container, #input_1_8 {
    max-width: 540px !important;
}

.gfrom_wrapper, .gform_footer {
    text-align: center;
    margin: 0 auto !important;
}

.gform_footer input {
    display: inline;
    margin: 0 !important;
}

input::placeholder, textarea::placeholder {
    color: #beb0a2;
}

.gform_body .gfield.gfield_error input[type='text'], .gform_body .gfield.gfield_error input[type='checkbox'], .gform_body .gfield.gfield_error textarea {
    border: 1px solid #e16230 !important;
    background: rgba(225, 98, 48, 0.02);
    max-width: 240px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 255, 255, 0.25) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important;
}

.gform_wrapper .gform_footer {
    padding-top: 22px !important;
}

.gfield_description, .gfield_required, .validation_error, .gfield_label {
    display: none !important;
}

.gr_ver_2 {
    display: none !important;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
footer {
    background-color: #312b29;
}

.footer-container {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 25px;
}

@media (max-width: 1069px) {
    .footer-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer-logo {
    float: left;
}

@media (max-width: 899px) {
    .footer-logo {
        margin-right: 30px;
    }
}

.footer-logo svg {
    width: 170px;
    height: 40px;
}

.footer-logo svg path {
    fill: #aa9d90;
}

.footer-copyright {
    max-width: 292px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 899px) {
    .footer-copyright {
        max-width: none;
    }
}

@media (max-width: 859px) {
    .footer-copyright {
        display: inline-block;
    }
}

.footer-copyright p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 100;
    color: #f9f3eb;
}

@media (max-width: 359px) {
    .footer-copyright p {
        font-size: 12px;
    }
}

.footer-copyright svg {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.footer-copyright svg .st1 {
    fill: #cba988;
}

.footer-copyright a p {
    color: #cba988;
}

.footer-social {
    float: right;
    margin-top: -35px;
}

@media (max-width: 859px) {
    .footer-social {
        margin-top: -75px;
    }
}

@media (max-width: 649px) {
    .footer-social {
        margin-top: -80px;
    }
}

.footer-social a {
    padding-right: 15px;
}

.footer-social svg {
    width: 30px;
    height: 30px;
}

.footer-social svg path {
    fill: #9a8e83;
}

#field_1_1 {
    width: 48% !important;
    margin: 0 4% 0 0 !important;
    padding: 0 !important;
}

@media (max-width: 549px) {
    #field_1_1 {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
}

#field_1_1 input {
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

#field_1_9 {
    width: 48% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 549px) {
    #field_1_9 {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
}

#field_1_8 {
    width: 100% !important;
    max-width: none !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}

@media (max-width: 549px) {
    #field_1_8 {
        margin-bottom: 15px !important;
    }
}

#field_1_8 textarea {
    display: block;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

textarea {
    min-height: 120px;
    resize: vertical !important;
}

.gform_ajax_spinner {
    display: none;
}

#firstHeading {
    font-size: 15px;
    font-weight: 500;
}

.address-line {
    font-weight: 400;
}

.view-link a {
    color: #427fed !important;
}

.view-link a:hover {
    text-decoration: underline;
}

#field_1_10 {
    width: 100% !important;
    padding-right: 0 !important;
}

#field_1_10 .ginput_container_checkbox {
    margin-top: 0 !important;
}

#field_1_10 .gfield_checkbox {
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

#field_1_10 .gchoice_1_10_1 {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
}

#field_1_10 .gchoice_1_10_1 input {
    display: block !important;
    width: 16px !important;
    flex: 0 0 16px !important;
    height: 16px !important;
    margin: 0 10px 0 0 !important;
    background: #faf8f7;
    border: 1px solid #ece8e5;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

#field_1_10 .gchoice_1_10_1 input:focus {
    background: #faf8f7 !important;
}

#field_1_10 .gchoice_1_10_1 input:checked {
    background: #cba988 !important;
}

#field_1_10 .gchoice_1_10_1 label {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #000 !important;
}

#field_1_10 .gchoice_1_10_1 label a {
    color: #cba988;
}

#field_1_10 .gchoice_1_10_1 label a:hover {
    text-decoration: underline;
}

.cookie-notice-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1279px) {
    .cookie-notice-container {
        flex-wrap: wrap;
    }
}

.cookie-notice-container #cn-notice-text {
    line-height: 18px;
}

@media (max-width: 1279px) {
    .cookie-notice-container #cn-notice-text {
        width: 100%;
        flex: 0 0 100%;
    }
}

.cookie-notice-container #cn-notice-text a {
    color: #cba988;
}

.cookie-notice-container #cn-notice-text a:hover {
    text-decoration: underline;
}

.cookie-notice-container #cn-accept-cookie {
    max-width: 110px !important;
    margin: 0 0 0 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media (max-width: 1279px) {
    .cookie-notice-container #cn-accept-cookie {
        margin: 10px 0 0 0 !important;
    }
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: none;
    padding: 25px 30px;
}

@media (max-width: 767px) {
    .footer-container {
        display: block;
    }
}

@media (max-width: 1023px) {
    .footer-logo {
        display: none;
    }
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    width: 80px;
    flex: 0 0 80px;
    float: none;
}

.footer-social a {
    display: block;
    height: 30px;
    padding-right: 0;
}

.footer-social svg {
    display: block;
}

.footer-copyright {
    display: flex;
    align-items: center;
    max-width: none;
    width: auto;
}

@media (max-width: 1023px) {
    .footer-copyright {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .footer-copyright {
        display: block;
    }
}

.footer-copyright p {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.footer-copyright .rnf {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .footer-copyright .rnf {
        display: none;
    }
}

.footer-copyright .rnf span {
    color: #cba988;
}

.footer-copyright .rnf svg {
    display: block;
}

.footer-links {
    display: flex;
    justify-content: center;
    margin: 0 30px 0 5px;
    padding: 0;
}

@media (max-width: 599px) {
    .footer-links {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
    }
}

.footer-links li {
    margin: 0 5px;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
}

@media (max-width: 599px) {
    .footer-links li {
        margin: 0 10px 0 0;
    }
}

.footer-links a {
    font-size: 14px;
    line-height: 18px;
    color: #cba988;
}

.simple-page {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 160px 30px 80px 30px;
}

.simple-page h1 {
    margin-bottom: 50px;
}

.simple-page p {
    font-weight: 300;
    line-height: 22px;
}

.simple-page p strong {
    font-weight: 500;
}

/*# sourceMappingURL=main.css.map */

/* TEAM */

div.team-container {
    background-color: #f9f3eb!important;
}

/* HAIR EXTENSIONS */

div.hairextension-content {
    margin-bottom: 50px!important;
}

div.hairextension-content h2 {
    color: #cba988;
}


div.hairextension-container div.hairextension-content:nth-child(2) ul li img {
    height: 60px!important;
    width: auto;
}

/* BRAUT */

.page-id-354 div.site-header__nav ul {
    display: none!important;
}
