/*!
Theme Name: Brow Eyed Girl
Theme URI: http://underscores.me/
Author: Kin
Author URI: https://kinstudio.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: broweyed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Brow Eyed Girl is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* 
FONTS
-----------------------------------------------------
*/

/*@font-face {
    font-family: 'Bodoni Std';
    src: url('fonts/BodoniStd-BookItalic.woff2') format('woff2'),
        url('fonts/BodoniStd-BookItalic.woff') format('woff'),
        url('fonts/BodoniStd-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}*/

/*@font-face {
    font-family: 'Bodoni Italic';
    src: url('fonts/BodoniStd-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}*/

@import url("https://use.typekit.net/dia6vxi.css");

/*

72px Bodoni URW reg
48px Bodoni URW reg
32px Bodoni URW light
22px Bodoni URW light
22px Bodoni URW med
18px Niveau medium/LS 100px
16px Niveau Light and same for the rest of body text

font-family: bodoni-urw, serif;
light font-weight: 300;
regular font-weight: 400;
medium font-weight: 500;

font-family: niveau-grotesk, sans-serif;
light font-weight: 300;
medium font-weight: 500;

*/

.fsize-bod-72 {
    font-size: 62px;
    font-family: bodoni-urw, serif;
    font-weight: 400;
}

.fsize-bod-48 {
    font-size: 42px;
    font-family: bodoni-urw, serif;
    font-weight: 400;
}

.fsize-bod-32,
.entry-content h2 {
    font-size: 32px;
    font-family: bodoni-urw, serif;
    font-weight: 300;
}

.fsize-bod-22-m,
.single-courses .entry-content h3 {
    font-size: 22px;
    font-family: bodoni-urw, serif;
    font-weight: 500;
}

.fsize-bod-22-l {
    font-size: 22px;
    font-family: bodoni-urw, serif;
    font-weight: 300;
}

.fsize-niv-18 {
    font-size: 18px;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 500;
}

.fsize-niv-16 {
    font-size: 18px;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 300;
}

@font-face {
    font-family: 'Bodoni Std';
    src: url('fonts/BodoniStd-BookItalic.woff2') format('woff2'),
        url('fonts/BodoniStd-BookItalic.woff') format('woff'),
        url('fonts/BodoniStd-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* 
GENERAL
-----------------------------------------------------
*/

body,
html {
    background-color: #fff;
    color: #000;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 300;
    margin: 0px !important;
}

html { 
    overflow-y: scroll; 
}

#page {
    padding: 0rem 0rem;
}

#page .central-column {
    margin: 0 auto;
    max-width: 1100px;
}

#page .central-column-thin {
    margin: 0 auto;
    max-width: 1000px;
}

#page .central-column-wide {
    margin: 0 auto;
    max-width: 1600px;
}

/*#content {
    padding-top: 0px;
}*/

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.icon, 
.icon svg {
    display: inline-block;
}

.icon svg {
    /*width: 100%;*/
    vertical-align: middle;
}

.left {
    float: left;
    clear: none;
}

.right {
    float: right;
    clear: none;
}

.flexbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexbox-vert {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexbox-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class*=grid-], 
[class*=grid_], 
[class~=grid] {
    margin: 0 -3rem;
}

[class*=col-], 
[class*=col_], 
[class~=col] {
    padding: 0 3rem 4rem;
}


.smaller-grid {
    margin: 0 -1rem;
}

.smaller-grid [class*=col-], 
.smaller-grid [class*=col_], 
.smaller-grid [class~=col] {
    padding: 0 1rem 2rem;
}

.centered {
    text-align: center;
}

p {
    margin-top: 0px;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.entry-header p:last-of-type {
    margin-bottom: 0rem;
}

b, strong {
    font-weight: 400;
}

.page-content, 
.entry-content, 
.entry-summary {
    margin: 0;
}

iframe {
    border: none;
    width: 100%;
    display: block;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    letter-spacing: normal;
    margin: 0px 0px 1.5rem;
    font-weight: 400;
}

.hentry {
    margin: 0em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

pre {
    color: #000;
}

/* 
PARALLAX & BG IMAGES
-----------------------------------------------------
*/

.rellax-outer {
    position: relative;
    overflow: hidden;
}

.rellax,
.rellax-ind {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0px;
}

.parallax-horz-outer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 132%;
    overflow: hidden;
}

.dots-bg-wide {
    /*background-image: url('images/Brow-Eyed-Girl-dots-wide.svg');
    background-position: center;
    background-size: 110%;
    background-repeat: repeat;*/
    
    background-position: 25px 0;
    background-image: -o-radial-gradient(#fca9b9 8%, transparent 1%);
    background-image: radial-gradient(#fca9b9 8%, transparent 1%);
    background-size: 1.5rem 1.5rem;
    
    width: 200%;
    height: 200%;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}

/*.dots-bg {
    background-image: url('images/Brow-Eyed-Girl-dots-01.png');
    background-position: center;
    background-size: 217%;
    background-repeat: repeat;
    padding-bottom: 14rem;
}*/

/*// Colors
$bg-color: #fff;
$dot-color: #f9cbd5;*/

/*// Dimensions
$dot-size: 2px;
$dot-space: 22px;*/

.dots-bg {
    background-position: 25px 0;
    background-image: -o-radial-gradient(#fca9b9 8%, #fff 1%);
    background-image: radial-gradient(#fca9b9 8%, #fff 1%);
    background-size: 1.5rem 1.5rem;
}

.bg-img-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* 
LINKS & ROLLOVERS
-----------------------------------------------------
*/

a,
a svg > *,
button,
input.ninja-forms-field.square-button,
div.square-button,
.site-header,
.services-matrix .service h3 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-zoom img,
.fade-in,
.img-zoom .bg-img-cover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a,
a:visited,
a:focus {
    outline: none;
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fca9b9;
}

a.book-now:hover {
    color: #fca9b9;
}

.main-navigation a:hover {
    color: #000;
    text-decoration: underline;
}

i.black svg > *,
a:hover .rolls-black svg > * {
    fill: #4d4d4d;
}

i.pink svg > *,
a:hover .rolls-pink svg > *,
.not-at-top.home .site-header a:hover .rolls-pink svg > *,
.social-link:hover svg > *  {
    fill: #fca9b9;
}

i.white svg > * {
    fill: #fff;
}

i.grey svg > * {
    fill: #575756;
}

i.black svg > * {
    fill: #000;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    display: block;
}

a:hover .img-zoom img,
a.img-zoom:hover img,
a.img-zoom:hover .bg-img-cover,
.matrix-item.hovered .bg-img-cover,
.service-relationship.hovered img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fade-in {
    opacity: 0;
}

.fade-in.in-view {
    opacity: 1;
}

a.square-button,
input.ninja-forms-field.square-button,
div.square-button {
    border: 2px solid #fca9b9;
    background-color: transparent;
    color: #fca9b9;
    padding: 0.8rem 1.7rem;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

a.square-button:hover,
input.ninja-forms-field.square-button:hover {
    background-color: #fca9b9;
    color: #fff;
}

.matrix-item.hovered div.square-button,
.service-relationship.hovered div.square-button {
    background-color: #fce2e7;
    color: #4d4d4d;
}

div.square-button,
.service-square a.square-button,
.services-matrix div.square-button {
    border-color: #fce2e7;
    color: #fce2e7;
}

.service-square a.square-button:hover,
a:hover div.square-button {
    background-color: #fce2e7;
    color: #4d4d4d;
}

.service-square:nth-child(odd) .square-button,
.services-matrix .service-pink .square-button {
    border-color: #4d4d4d;
    color: #4d4d4d;
}

.service-square:nth-child(odd) .square-button:hover,
.services-matrix .service-pink:hover .square-button,
.service-pink.hovered div.square-button {
    background-color: #4d4d4d;
    color: #fce2e7;
}

/* 
HEADER
-----------------------------------------------------
*/

#book-menu {
    background-color: #333;
    padding: 0rem 3.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#book-menu > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#book-menu .book-now-wrapper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
}

a.book-now {
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 0.5rem;
    background-color: #333;
    color: #fff;
    display: inline-block;
    letter-spacing: 3px;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 500;
    width: auto;
}

.temp-message {
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 0.5rem;
    background-color: #f9cbd5;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    font-family: niveau-grotesk, sans-serif;
    font-weight: 500;
    width: 100%;
}

.temp-message {
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 300;
    background-color: #fca9b9;
}

.site-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background-color: #fce2e7;
}

.not-at-top .site-header {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

#content {
    margin-top: 154px;
}

.site-header #masthead-outer {
    padding: 0.6rem 5.6rem;
    height: 114px;
    position: relative;
}

.site-header #masthead-outer:before,
.site-header #masthead-outer:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5rem;
    height: 100%;
    background-image: url('images/bookend.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-header #masthead-outer:after {
    left: auto;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(v0deg);
}

.site-header #masthead-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2.5rem;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23575756FF' stroke-width='4' stroke-dasharray='2%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.site-branding svg {
    height: 25px;
}

.site-title {
    margin: 0px;
}

site-navigation-1 {
    float: none;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#site-navigation-2 {
    float: none;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#site-navigation-2 li li {
    text-align: left;
}

.main-navigation li {
    float: none;
    position: relative;
    display: inline-block;
    font-family: bodoni-urw, serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-right: 1rem;
}

.main-navigation .menu-menu-2-container li {
    margin-left: 1rem;
    margin-right: 0rem;
}

.main-navigation .menu-menu-2-container li li {
    margin-left: 0rem;
}

.main-navigation a {
    line-height: 1;
}

.main-navigation ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem 0rem 1rem 0rem;
    background-color: #fce2e7;
}

.main-navigation ul li:hover > ul, 
.main-navigation ul li.focus > ul {
    left: -2rem;
}

.main-navigation ul ul li {
    margin-right: 0rem;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 300;
}

.main-navigation ul ul li a {
    padding: 0.75rem 2rem 0.75rem 2rem;
    width: auto;
    background-color: transparent;
    display: block;
    white-space: nowrap;
}

.main-navigation ul ul li a:hover {
    /* background-color: #f9cbd5; */
    color: #000;
}

.social-link {
    margin-right: 0.75rem;
    margin-top: 0rem;
}

.social-link:last-of-type {
    margin-right: 1.5rem;
}

.social-link i {
    display: block;
}

.social-link svg {
    height: 18px;
    display: block;
}

#mobile-menu-wrapper {
    display: none;
}

/* 
FRONT PAGE
-----------------------------------------------------
*/

.block {
    padding: 6rem 2rem 8rem;
    position: relative;
}

.grey-block {
    background-color: #4d4d4d;
    color: #fff;
}

#fp-banner {
    min-height: calc( 100vh - 138px );
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-info {
    width: 50%;
    text-align: center;
    position: relative;
}

.banner-info .square-button {
    font-size: 20px; 
}

.slide-caption {
    margin-bottom: 3rem;
    color: #fff;
    line-height: 1.1;
    font-family: 'Bodoni Std';
    font-style: italic;
    font-size: 65px; 
    line-height: 1.2; 
    letter-spacing: -1px;
    padding: 0rem 2rem;
}

.slide-caption-m {
    display: none;
}

.page-header {
    text-align: center;
    padding: 6rem 2rem;
    position: relative
}

.page-header > blockquote,
.page-header h1 {
    background-color: rgba( 256, 256, 256, 1);
    display: inline-block;
    padding: 0rem 2rem;
    position: relative;
}

#fp-intro {
    background-color: #fff;
    position: relative;
}

#fp-intro .parallax-horz-outer {
    -webkit-transform: translateY(24rem);
    -ms-transform: translateY(24rem);
    transform: translateY(24rem);
    opacity: 0;
    height: 150%;
    -webkit-animation: slideup 2s ease-out 1s forwards;
    animation: slideup 2s ease-out 1s forwards;
}

@-webkit-keyframes slideup {
    0% {
        -webkit-transform: translateY(24rem);
        transform: translateY(24rem);
        opacity: 0;
    }
    25% {
        -webkit-transform: translateY(24rem);
        transform: translateY(24rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
        opacity: 1;
    }
}

@keyframes slideup {
    0% {
        -webkit-transform: translateY(24rem);
        transform: translateY(24rem);
        opacity: 0;
    }
    25% {
        -webkit-transform: translateY(24rem);
        transform: translateY(24rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
        opacity: 1;
    }
}

blockquote {
    margin: 0em;
    position: relative;
}

#fp-services {
    padding: 0rem 0rem 6rem;
}

.service-square {
    padding-bottom: 50%;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.inner-square {
    background-color: rgba(252, 226, 231, 0.85);
    position: absolute;
    top: 50%;
    right: 0px;
    min-width: 400px;
    min-height: 400px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-square:nth-child(even) .inner-square {
    background-color: rgba(61, 61, 61, 0.8);
    right: auto;
    left: 0px;
}

.service-square h3 {
    color: #4d4d4d;
    margin-bottom: 1.5rem;
    font-size: 32px;
}

.service-square:nth-child(even) h3 {
    color: #fce2e7;
}

#fp-services .service-menu {
    padding-top: 6rem ;
    padding-bottom: 2rem;
}

/*#fp-services [class*=grid-] .col:last-of-type .service-menu {
    padding: 6rem 0rem 4rem 2rem;
}*/

.service-menu-item,
.service-menu-outer > h2 {
    padding: 0rem 0rem 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #cbcbcb;
}

.service-menu-item .menu-item-txt {
    color: #989898;
}

/*.service-menu-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0rem;
}*/

/*.single .service-menu-item:last-of-type {
    border-bottom: 1px solid #cbcbcb;
}*/

.service-menu-item > .flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-menu-item h4 {
    text-transform: capitalize;
    margin-bottom: 0rem;
    margin-right: 2rem;
}

.menu-item-txt p {
    color: #989898;
    margin-bottom: 0px;
}

.service-menu .menu-item-price {
    color: #fca9b9;
    margin: 0.2rem 0rem 0rem auto;
    text-align: right;
}

/*#fp-mission .rellax-outer {
    padding-bottom: 100%;
}*/

#fp-mission {
    overflow: hidden;
}

#fp-mission .rellax-ind {
    height: 120%;
    top: -10%;
}

#fp-mission .parallax-horz-outer {
    height: 50%;
    bottom: 1rem;
}

#fp-mission .flexbox-vert {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

#fp-mission h2 {
    color: #fca9b9;
    text-transform: capitalize;
    margin-bottom: 0rem;
    position: relative;
}

#fp-mission .flexbox-vert div {
    background-color: rgba( 77, 77, 77, 0.9 );
    z-index: 1;
    position: relative;
}

#mission-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%;
}

#fp-gift-cards {
    padding: 4rem 2rem 4rem;
}

#fp-gift-cards img {
    display: block;
}

#fp-gift-cards h2 {
    color: #fca9b9;
}

#fp-gift-cards .gcards-big-text p {
    font-size: 18px;
}

#fp-gift-cards .gcards-link {
    margin-top: auto;
}

#fp-gift-cards .gcards-sub-text {
    margin-top: 2rem;
    font-size: 14px;
}

#fp-testimonials {
    padding: 8rem 0rem 10rem;
}

#page #fp-testimonials .central-column {
    max-width: 900px;
}

#fp-testimonials .rellax {
    background-image: url('images/marble-3000x2000.jpg');
    height: 130%;
}

#fp-testimonials .rellax:before,
#course-itinerary .rellax:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba( 256, 256, 256, 0.2 );
}

#fp-testimonials h2 {
    position: relative;
    margin-bottom: 4rem;
}

.slide {
    width: 100%;
}

.slide i svg {
    width: 130px;
}

.slide .testimonial {
    margin-left: 6rem;
}

.slide .testimonial p {
    font-size: 18px;
    line-height: 1.8;
}

.slide .testimonial .name {
    color: #fca9b9;
    margin-top: 2.5rem;
}

#fp-instagram {
    padding: 6rem 0rem 10rem;
}

#fp-instagram h2 {
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: 3px;
}

#fp-instagram h2 a {
    color: #fca9b9;
}

.bottom-dots {
    height: 250px;
    position: relative;
    margin-top: 0rem;
}

.bottom-dots .parallax-horz-outer {
    bottom: 0rem;
    height: 100%;
}

.home .bottom-dots {
    margin-top: 0rem;
}

.home .bottom-dots .parallax-horz-outer {
    height: 130%;
    bottom: 0rem;
}

/* 
SERVICES
-----------------------------------------------------
*/

header.page-header .parallax-horz-outer {
    bottom: 1rem;
    height: 100%;
}

.single-services .image-neg-text {
    overflow: hidden;
}

.single-services .image-neg-text .parallax-horz-outer,
.page-template-template-our_story .image-neg-text .parallax-horz-outer,
.single-courses .entry-header .parallax-horz-outer {
    opacity: 0;
    -webkit-animation: slideup 2s ease-out 0s forwards;
    animation: slideup 2s ease-out 0s forwards;   
}

.services-matrix-outer .rellax,
#course-itinerary .rellax {
    background-image: url('images/marble-3000x2000.jpg');
}

.services-matrix {
    position: relative;
}

.services-matrix-outer .services-matrix .col > * {
    height: auto;
    display: block;
}

.services-matrix-outer .services-matrix .col > img.wp-post-image {
    display: none;
}

.services-matrix img {
    display: block;
}

.services-matrix .service {
    background-color: #4d4d4d;
    text-align: center;
    padding: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-matrix .service h3 {
    color: #fce2e7;
}

.services-matrix .service-pink {
    background-color: #fce2e7;
}

.services-matrix .service-pink h3 {
    color: #4d4d4d;
}

.block.image-neg-text {
    padding: 5rem 2rem 6rem;
}

.image-neg-text > .flexbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.image-neg-text .rellax-outer {
    width: 50%;
    padding-bottom: 50%;
}

.image-neg-text .rellax-outer .bg-img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
}

.image-neg-text .neg-text {
    -webkit-transform: translateX(-75px);
    -ms-transform: translateX(-75px);
    transform: translateX(50px);
    margin-top: 13%;
}

.single .entry-header h1 {
    color: #fca9b9;
}

.image-neg-text .parallax-horz-outer {
    bottom: -10px;
    height: 51%;
}

.image-neg-text h1 {
    white-space: nowrap;
    margin-bottom: 0rem;
}

.single-service-content {
    padding: 3.5rem 2rem 8rem;
}

.single-services .single-service-content {
    background-color: #fff;
}

.service-menu-outer {
    margin-bottom: 4rem;
}

.service-menu-outer:last-child {
    margin-bottom: 0rem;
}

.service-menu-outer > h2 {
    text-transform: capitalize;
}

.service-menu-outer p.fsize-bod-22-m {
    text-transform: capitalize;
    margin-top: 2rem;
}

.menu-message {
    color: #989898;
    margin-top: 1.5rem;
}

.entry-content h2 {
    color: #fca9b9;
    margin-bottom: 1rem;
}

.tabs {
    background-color: #fce2e7;
}

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

.tabs__item a {
    padding: 1rem 6rem;
    font-size: 26px;
}

.tabs__item.active a {
    background-color: #fff;
}

.service-wrapper-mobile {
    display: none;
}

/* 
BLOG
-----------------------------------------------------
*/

.content-area {
    position: relative;
    overflow: hidden;
}

.blog .dots-bg-wide {
    background-size: 100%;
}

.blog .post,
.single-post .post,
.page-template-default .entry-content {
    padding: 3rem;
    background-color: #fff;
    margin-bottom: 4rem;
    position: relative;
}

.single-post .post {
    padding: 5rem;
}

.blog .entry-footer {
    margin: 0rem 0rem 0rem;
}

.blog .entry-content {
    margin-bottom: 1.5rem;
}

.single-post .content-area {
    padding-top: 6rem;
}

.entry-meta {
    color: #fca9b9;
    margin-bottom: 1.5rem;
}

.entry-meta .author {
    margin-right: 1rem;
}

.share-links {
    margin: 1rem 0rem 3rem;
}

.share-links a {
    margin-right: 2rem;
    display: inline-block;
}

.share-links button {
    padding: 0rem;
    border: none;
    background-color: transparent;
}

.share-links svg {
    height: 20px;
}

.share-links svg {
    height: 20px;
}

.share-links .copied-message {
    color: #fca9b9;
    font-size: 14px;
    margin-left: 1rem;
    display: none;
}

/* 
ABOUT
-----------------------------------------------------
*/

.neg-text .sub-text {
    color: #fca9b9;
    font-size: 20px;
    font-weight: 300;
}

.neg-text h2 {
    margin-bottom: 0rem;
}

/* 
GALLERY
-----------------------------------------------------
*/

.gallery-matrix {
    padding: 4rem 2rem 6rem;
}

.gallery-matrix [class*=grid-] {
    margin: 0 -0.3rem;
}

.gallery-matrix [class*=col-] {
    padding: 0 0.3rem 0.6rem;
}

.gal-image-item .img-zoom {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.gal-image-item.col-4 .img-zoom {
    padding-bottom: 100%;
    display: block;
}

.gal-image-item .bg-img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* 
MISCELLANEOUS PAGES
-----------------------------------------------------
*/

.page-template-default article > .block {
    padding-top: 0rem;
}

.entry-content strong {
    font-family: bodoni-urw, serif;
    font-weight: 500;
    font-size: 18px;
}

.entry-content ul {
    list-style: none; 
    padding-left: 1em;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.entry-content ul li:before {
    content: "\2022"; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
    color: #fca9b9;
}

/* 
COURSES
-----------------------------------------------------
*/

.single-courses .entry-header {
    padding: 0px 0px 155px 0px;
}

.single-courses .entry-header .rellax-outer {
    /*padding-bottom: 50%;*/
    min-height: 750px;
}

.single-courses .entry-header .rellax-outer .rellax {
    height: 110%;
    top: -5%;
}

.single-courses .entry-header .neg-text {
    padding: 4rem 4rem 8rem;
    background-color: #4d4d4d;
}

.single-courses .entry-header .neg-text > * {
    height: auto;
    max-width: 550px;
}

.single-courses .entry-header .neg-text h1 {
    margin-bottom: 0rem;
}

.single-courses .entry-header .entry-content h2 {
    margin-bottom: 2rem;
    line-height: 1.2;
}

.single-courses .entry-header .entry-content,
.single-courses .entry-content a {
    color: #fff;
}

.single-courses .entry-header .neg-text .square-button {
    margin-top: 2rem;
}

.single-courses .entry-header .parallax-horz-outer {
    height: 250px;
    /*bottom: -155px;*/
}

.single-courses section:not(#course-itinerary) .central-column > h2 {
    color: #fca9b9;
}

#course-details .central-column > .entry-content {
    margin-bottom: 2rem;
}

#course-details .fsize-bod-22-m,
#course-itinerary .fsize-bod-22-m,
#requirements .fsize-bod-22-m,
.single-courses .entry-content h3,
.single-courses .entry-content h4 {
    /*font-size: 18px;*/
    margin-bottom: 0rem;
}

#course-itinerary .rellax {
    margin-left: -2rem;
}

#course-itinerary .central-column {
    position: relative;
}

#course-more-info {
    padding: 6rem 2rem 6rem;
}

#course-register {
    padding: 4rem 2rem 6rem;
}

/* 
MODAL
-----------------------------------------------------
*/

.modal {
    display: none;
}

.fancybox-container .fancybox-content {
    padding: 0px;
    /* overflow: hidden; */
    max-width: 600px;
    border: 3px solid #4d4d4d;
}

.fancybox-container .fancybox-content:after {
    content: '';
    position: absolute;
    width: calc( 100% - 8px);
    height: calc( 100% - 8px);
    border: 3px solid #4d4d4d;
    top: 4px;
    left: 4px;
}

.fancybox-container .fancybox-content .modal-image {
    display: block;
}

.modal-inner {
    padding: 3rem 3rem 3rem;
    text-align: center;
}

.modal-inner .modal-title {
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 0rem;
    color: #4d4d4d;
    letter-spacing: 3px;
}

.modal-text p {
    font-size: 16px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.modal-subscribe {
    margin-top: 1.5rem;
}

.modal-subscribe-text {
    font-size: 14px;
    /*text-align: left;*/
}

.modal-subscribe .nf-field-container {
    margin-bottom: 1rem;
}

.modal-link {
    margin-top: 1.5rem;
}

.modal-inner .nf-response-msg {
    margin-top: 1.5rem;
}

.modal-inner .nf-response-msg p {
    font-size: 18px;
}

.modal-inner .nf-after-form-content {
    text-align: center;
}

/* 
FOOTER
-----------------------------------------------------
*/

.site-footer .central-column-wide {
    padding: 6rem 0rem;
}

.footer-column {
    padding: 0rem 2rem;
}

.footer-column h2 {
    color: #fca9b9;
    text-transform: capitalize;
}

#address {
    min-width: 275px;
    text-transform: uppercase;
}

#map {
    width: 100%;
    max-width: 600px;
}

#opening-times {
    min-width: 240px;
}

#mailchimp {
    max-width: 600px;
    margin-left: auto;
}

.nf-before-form-content {
    display: none;
}

#nf-field-5-container {
    margin-bottom: 0px;
}

.field-wrap>div .mailchimp-email-input,
.nf-field-element input:not(.square-button), 
.nf-field-element textarea,
textarea:focus {
    border: none !important;
    border-bottom: 2px solid #fca9b9 !important;
    padding: 0.3rem 0rem;
    color: #666 !important;
    font-family: niveau-grotesk, sans-serif;
    outline: none;
    border-radius: 0px;
}

::-webkit-input-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

::-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::-ms-input-placeholder {
    color: #666;
}

#nf-field-8-container,
.nf-after-form-content {
    text-align: right;
}

.google-map {
    position: relative;
    overflow: hidden;
    padding-bottom: 300px;
    width: 100%;
}

.site-info {
    padding: 1.5rem 2rem;
    background-color: #f9cbd5;
    color: #4d4d4d;
}

.site-info small {
    font-size: 14px;
}

.site-info small:nth-child(even) {
    margin-left: auto;
}

/* 
RESPONSIVE
-----------------------------------------------------
*/


/* Smaller Screens ----------- */
@media only screen 
and (min-width : 1024px) 
and (max-width : 1500px) 
and (orientation : landscape) {
    
    .site-header #masthead-inner {
        padding: 2rem 2rem;
    }
    
    .main-navigation li {
        font-size: 1.3vw;
        margin-right: 0.5rem;
    }

    .main-navigation .menu-menu-2-container li {
        margin-left: 0.2rem;
        margin-right: 0rem;
    }
    
    .slide-caption {
        font-size: 55px;
    }
    
    .site-branding svg {
        height: 20px;
        max-width: calc( 100vw - ( 14rem + 700px ) );
    }
    
    #content {
        margin-top: 134px;
    }
    
    #fp-banner {
        min-height: calc( 100vh - 134px );
    }
    
}


/* iPad landscape and below ----------- */
@media only screen 
and (max-width: 1024px) {

    .not-at-top .site-header {
        -webkit-transform: translateY(-57px);
        -ms-transform: translateY(-57px);
        transform: translateY(-57px);
    }
    
    #masthead {
        width: 100vw;
    }
    
    #book-menu {
        padding: 0rem 0rem;
    }
    
    #header-social,
    #header-social *,
    .flex-dummy {
        display: none;
    }
    
    a.book-now {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-pack: center; 
        -ms-flex-pack: center; 
        justify-content: center;
    }
    
    a.book-now span {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .site-branding svg {
        height: 20px;
        max-width: initial;
    }
    
    .menu-toggle-wrapper {
        text-align: right;
        margin-left: 2rem;
    }
    
    .menu-toggle {
        display: inline-block;
        width: auto;
        padding: 0rem;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        width: 23px;
        height: 12px;
        position: relative;
    }

    .menu-toggle:before,
    .menu-toggle:after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #54565a;
    }

    .menu-toggle:after {
        bottom: 0px;
        top: auto;
    }
    
    .menu-toggle svg {
        width: 30px;
    }
    
    .site-header #masthead-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .main-navigation,
    #mobile-menu-wrapper .sub-menu {
        display: none;
    }
    
    #mobile-menu-wrapper {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100%;
        background-color:  #fca9b9;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 6rem 4rem 2rem;
    }
    
    .menu-toggled #mobile-menu-wrapper {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .mobile-menu-inner {
        max-height: calc(100vh - 6rem);
        overflow-y: scroll;
        padding-bottom: 4rem;
    }
    
    .menu-close {
        display: block;
        padding: 0rem;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        position: absolute;
        top: 2rem;
        right: 2rem;
    }
    
    .menu-close svg {
        width: 40px;
    }
    
    #mobile-menu-wrapper .sub-menu {
        0px 0px 1rem 1rem;
    }
    
    #mobile-menu > li {
        margin-bottom: 0.5rem;
    }
    
    #mobile-menu a {
        font-family: bodoni-urw, serif;
        font-size: 45px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0px;
    }
    
    #mobile-menu li li a {
        font-size: 25px;
    }
    
    #fp-services .central-column {
        padding: 0rem 2rem;
    }
    
    #address {
        min-width: 275px;
        text-transform: uppercase;
    }
    
    #mobile-menu-wrapper .social-link {
        margin-top: 2rem;
        display: inline-block;
    }
    
    #mobile-menu-wrapper .social-link svg {
        height: 30px;
    }

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
    
    
    
}


/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
    
    .single-courses .entry-header .rellax-outer {
        min-height: 500px;
    }
    
    #course-itinerary .rellax {
        margin-left: -3rem;
    }

    .tabs__item a {
        padding: 1rem 3rem;
        font-size: 26px
    }
    
}

/* all tablets portrait and phones ----------- */
@media only screen 
and (max-width: 768px) { 

    .menu-toggle-wrapper {
        margin-left: 1rem;
    }
    
    #mobile-menu-wrapper {
        padding: 6rem 2rem 2rem;
    }
    
    #content {
        margin-top: 158px;
    }
    
    h1.fsize-bod-48 {
        font-size: 36px;
    }
    
    .block {
        padding: 6rem 3rem 8rem;
    }
    
    .page-header > blockquote, 
    .page-header h1 {
        margin: 0rem;
    }
    
    .banner-info {
        width: 60%;
    }
    
    .slide-caption {
        font-size: 50px;
    }
    
    .dots-bg-wide {
         -webkit-transform: translateX(0px); 
         -ms-transform: translateX(0px); 
         transform: translateX(0px); 
    }
    
    .page-header > blockquote {
        font-size: 36px;
    }
    
    #fp-services > .flexbox {
        display: block;
    }
    
    .service-square {
        width: 100%;
    }
    
    .service-square .bg-img-cover  {
        width: 50%;
    }
    
    .inner-square {
        background-color: rgba(252, 226, 231, 1);
        min-width: 50%;
        min-height: 100%;
    }
    
    #service-1 {
        left: 50%;
    }
    
    .service-square:nth-child(even) .inner-square {
        background-color: rgba(61, 61, 61, 1);
    }
    
    #fp-services .service-menu {
        padding-top: 4rem;
    }
    
    #fp-mission .parallax-horz-outer {
        height: 30%;
        bottom: auto;
        top: 33%;
    }
    
    #fp-mission h2 {
        margin-top: 6rem;
    }
    
    #fp-gift-cards .gcards-link {
        text-align: left;
        padding-top: 10px;
    }
    
    #page #fp-testimonials .central-column {
        padding: 0rem 3rem;
    }
    
    #content .services-matrix .service {
        padding: 0rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .services-matrix-outer .services-matrix .col > * {
        height: auto;
        display: block;
        width: 50%;
    }
    
    .services-matrix .wrapper {
        padding: 0rem 1rem;
    }
    
    .services-matrix .col.image,
    .services-matrix .blank {
        display: none;
    }
    
    .services-matrix-outer .services-matrix .col > img.wp-post-image {
        display: block;
    }
    
    #content .services-matrix a.service:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }
    
    .single-service-content .entry-content {
        margin-bottom: 3rem;
    }

    .block.image-neg-text {
        padding: 3rem;
    }
    
    .image-neg-text > .flexbox {
        display: block;
    }
    
    .image-neg-text .rellax-outer {
        width: 100%;
        padding-bottom: 100%;
    }
    
    .image-neg-text .neg-text {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        margin-top: auto;
        margin-top: 6rem;
    }
    
    .image-neg-text h1,
    .single-courses .entry-header .neg-text h1 {
        white-space: normal;
        line-height: 1.1;
        font-size: 40px;
    }
    
    .image-neg-text .parallax-horz-outer {
        bottom: auto;
        height: 30%;
        top: 53%;
    }
    
    .single-services .image-neg-text .parallax-horz-outer {
        top: 55%;
    }
    
    .single-service-content {
        padding: 3rem;
    }
    
    .entry-content h2 {
        color: #fca9b9;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .page-header {
        padding: 4rem 2rem;
    }
    
    .blog .post, 
    .single-post .post, 
    .page-template-default .entry-content {
        padding: 4rem;
        margin-bottom: 4rem;
    }
    
    .single-post .post {
        margin-bottom: 4.5rem;
    }
    
    .fsize-bod-32 {
        font-size: 32px;
        margin-top: 2rem;
        line-height: 1.1;
    }
    
    .blog .entry-content {
        margin-bottom: 1rem;
    }
    
    .gallery-matrix.block,
    .page-template-template-our_story article > section.block {
        padding: 3rem 3rem 2rem;
    }
    
    .page-template-default article > section.block {
        padding: 0rem 0rem 4rem;
    }
    
    .site-footer .central-column-wide {
        padding: 1rem 0rem 0rem;
        display: block;
    }
    
    .footer-column {
        padding: 0rem 2rem 3rem;
    }
    
    #map {
        width: 100%;
        max-width: 100%;
    }
    
    #mailchimp {
        max-width: 100%;
        margin-left: auto;
    }

}

/* all phones ----------- */
@media only screen 
and (max-width: 767px) {

    #book-menu .book-now-wrapper {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }
    
    a.book-now {
        font-size: 14px;
    }
    
    #mobile-menu a {
        font-size: 30px;
    }
    
    .menu-toggle svg {
        width: 25px;
    }
    
    a.book-now span {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    .site-header #masthead-outer {
        padding: 0.3rem 2.8rem;
        height: 75px;
        position: relative
    }
    
    .site-header #masthead-inner {
        padding: 1.3rem 1.2rem;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23575756FF' stroke-width='2' stroke-dasharray='1%2c 3' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .site-header #masthead-outer:before, .site-header #masthead-outer:after {
        width: 2.4rem;
        background-size: cover;
    }
    
    .site-branding a, 
    .site-branding i, 
    .site-branding svg {
        display: block;
        max-width: calc( 100vw - 10.5rem );
    }

    .site-branding svg {
        height: 12.5px;
    }

    .menu-toggle-wrapper {
        margin-left: auto
    }

    .menu-toggle {
        display: block;
        padding: 0rem;
    }

    .menu-toggle svg {
        width: 20px
    }
    
    #content {
        margin-top: 112px;
        overflow: hidden;
    }
    
    .block,
    #course-more-info,
    #course-register {
        padding: 2rem 2rem 3rem;
    }

    #fp-banner {
        min-height: calc( 100vh - 113px );
    }
    
    .banner-info {
        text-align: center;
        padding-left: 1rem;
        -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
        transform: translateY(-2rem);
    }
    
    .banner-info {
        width: 60%;
    }
    
    .slide-caption-d {
        display: none;
    }
    
    .slide-caption-m {
        display: block;
    }
    
    .slide-caption {
        font-size: 33px;
        margin-bottom: 1.5rem;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    
    .banner-info .square-button {
        font-size: 16px;
        padding: 0.5rem 1rem;
    }
    
    /*.slide-caption br {
        display: none;
    }*/
    
    .parallax-horz-outer {
        padding-bottom: 0.1rem;
    }
    
    .dots-bg-wide,
    .dots-bg {
        background-position: 4px center;
        background-image: -o-radial-gradient(#fca9b9 8%, transparent 0%);
        background-image: radial-gradient(#fca9b9 8%, transparent 0%);
        background-size: 1rem 1rem;
    }
    
    .page-header {
        padding: 3rem 2rem 3.6rem;
    }
    
    .page-header > blockquote {
        font-size: 25px;
        padding: 0rem 1rem 0rem;
        line-height: 1.3;
    }
    
    .inner-square {
        min-width: 50%;
        min-height: 100%;
        padding: 1rem;
        max-width: 50%;
        text-align: center;
    }
    
    .service-square h3,
    .services-matrix .service h3 {
        margin-bottom: 1rem;
        font-size: 20px;
        margin-top: 0rem;
        line-height: 1.2;
    }
    
    .service-square .square-button,
    .services-matrix .square-button {
        padding: 0.5rem 1rem;
        font-size: 11px;
    }
    
    #fp-services {
        padding: 0rem 0rem 3rem;
    }
    
    #fp-services .service-menu {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    
    .fsize-bod-72 {
        font-size: 50px;
    }
    
    .fsize-bod-32, 
    .entry-content h2 {
        font-size: 36px;
    }
    
    #fp-mission h2 {
        margin-top: 3.0rem;
    }
    
    #fp-mission .parallax-horz-outer {
        height: 10%;
        bottom: auto;
        top: 23%;
        padding-bottom: 0.1rem;
    }

    #fp-gift-cards .gcards-sub-text {
        text-align: left;
    }
    
    #fp-testimonials {
        padding: 2rem 0rem 2rem;
    }
    
    #fp-testimonials h2 {
        position: relative;
        margin-bottom: 1rem;
    }
    
    .slide i svg {
        width: 50px;
    }
    
    .slide .testimonial p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    #page #fp-testimonials .central-column {
        padding: 0rem 2rem;
    }
    
    .slide .testimonial {
        margin-left: 1rem;
    }
    
    #fp-instagram {
        padding: 2rem 0rem 0rem;
    }
    
    #fp-instagram h2 {
        text-align: center;
        margin-bottom: 2rem;
        letter-spacing: 3px;
        margin-top: 0rem;
        font-size: 20px;
    }
    
    .block.image-neg-text,
    .page-template-template-our_story article > section.block {
        padding: 2.2rem 2rem 1.5rem;
    }
    
    .image-neg-text .parallax-horz-outer {
        top: 41%;
        padding-bottom: 1px;
    }
    
    .image-neg-text .neg-text {
        margin-top: 4rem;
    }
    
    .neg-text h2 {
        margin-bottom: 0rem;
        line-height: 1.2;
    }

    #sb_instagram.sbi_col_10 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item, 
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 50%;
    }

    /* SERVICES */
    
    .single-service-content .entry-content {
        margin-bottom: 1.5rem;
    }
    
    .service-menu-outer {
        margin-bottom: 2rem;
    }

    .service-wrapper-dektop {
        display: none;
    }

    .service-wrapper-mobile {
        display: block;
    }

    .accordion {
        margin-bottom: 2rem;
    }

    .accordion-header {
        background-color: #fce2e7;
        padding: 1.25rem;
        font-size: 22px;
    }

    .accordion-header h3 {
        margin: 0px;
    }

    .accordion-header .open-close {
        margin-left: auto;
    }

    .accordion-header .open-close svg {
        width:  20px;
        -ms-transform: rotate(270deg) translateX(0px);
        -webkit-transform: rotate(270deg) translateX(0px);
        transform: rotate(270deg) translateX(0px);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .accordion-active.accordion .accordion-header svg {
        -webkit-transform: rotate(90deg) translateX(0px);
        -ms-transform: rotate(90deg) translateX(0px);
        transform: rotate(90deg) translateX(0px);
    }

    .accordion .accordion-content {
        display: none;
        padding-top: 2rem;
    }

    /* BLOG */
    
    .page-template-template-our_story article .image-neg-text .parallax-horz-outer {
        top: 32%;
        padding-bottom: 1px;
    }
    
    .blog .post, .single-post .post, 
    .page-template-default .entry-content,
    .gallery-matrix.block {
        padding: 2rem;
    }
    
    .gal-image-item > a {
        padding-bottom: 100%;
    }
    
    .page-id-16 section.fade-in {
        opacity: 1;
    }
    
    h1.fsize-bod-48 {
        font-size: 36px;
    }
    
    /* COURSES */
    
    .single-courses .entry-header .rellax-outer {
        min-height: 350px;
    }
    
    .single-courses .entry-header .neg-text {
        padding: 2rem 2rem 8rem;
    }
    
    .single-courses .entry-header .entry-content h2 {
        font-size: 22px;
        padding-top: 5px;
    }
    
    /* CAREERS */
    
    #page .nf-form-cont .one-half, 
    #page .nf-form-cont .three-sixths, 
    #page .nf-form-cont .two-fourths {
        width: 100%;
        margin-left: 0px;
    }
    
    /* FOOTER */

    .modal-inner .modal-title {
        font-size: 24px;
    }

    .modal-inner {
        padding: 2rem 2rem 1rem;
        text-align: center;
    }

    .modal-text p {
        font-size: 14px;
    }
    
    .fancybox-container .fancybox-content {
        max-width: 100%;
    }
    
    .footer-column {
        padding: 0rem 2rem 2rem;
    }
    
    .footer-column h2 {
        margin-bottom: 0.5rem;
    }
    
    .site-info,
    .site-info small {
        display: block;
        text-align: center;
    }
    
}

/* smaller phones ----------- */
@media only screen 
and (max-width: 375px) {
    

    
}