body {
    padding-top: 54px;
    font-family: 'Raleway', sans-serif;
    color: #193e4e;
    font-size: 0.9rem;
}
body.admin-bar {
    padding-top: 82px;
}
body.admin-bar .fixed-top {
    top: 31px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oregano', sans-serif;
    color: #193e4e;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}
a {
    color: #0069d9;
    font-weight: 600;
    transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
    color: #0069d9;
}
.widget-area a {
	color: #193e4e;
	text-decoration: underline;
}
.widget-area a:hover {
    color: #0069d9;
}
.btn {
    font-family: 'Oregano', sans-serif;
    font-size: 1.15rem;
    border-radius: 50px;
    padding-left: 1.25em;
    padding-right: 1.25em;
    background: #007ff5;
}
.btn,
.btn.focus, .btn:focus, button:focus,
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus,
.gform_wrapper .button,
.gform_wrapper .button.focus, .gform_wrapper .button:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
.clear:after, .clearfix:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/* Nav */
.navbar {
    background: #fff;
    padding: 0;
}
.navbar:after {
    content: '';
    height: 6px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: url(../img/menu_shadow.png) repeat-x left top;
    left: 0;
}
.navbar img {
    max-height: 4.5rem;
}
.menu {
    margin-left: auto!important;
    position: relative;
}
.menu .menu-item a {
    color: #193e4e;
    font-size: 0.9rem;
}
.menu .menu-item > a {
    padding-right: .75rem;
    padding-left: .75rem;
}
.menu .sub-menu {
    margin: 0; 
    border: none;
    border-radius: 0 0 12px 12px;
}
.menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    float: none;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.menu-item-has-children:hover > .sub-menu {
    display: block;
    padding: 0;
}
ul li.current-menu-item > a,
ul li.current-menu-ancestor > a {
    text-shadow: 1px 2px 3px rgba(86, 86, 86, 0.49);
}
.navbar-toggler {
    border: solid 1px #193e4e;
    padding: .25rem .5rem;
    font-size: 1.5rem;
}
.navbar-toggler span {
    color: #193e4e;
}


/* Umbrella as a background */
.hasUmbrella {
    position: relative;
}
.hasUmbrella:after {
    background: url(../img/umbrella.svg);
    content: "";
    height: 500px;
    width: 500px;
    display: block;
    position: absolute;
    
    background-position: top left;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 500;
    bottom: 0;
    left: -40px;
    opacity: 0.2;
}
.hasUmbrella > * {
    position: relative;
    z-index: 600;
}
@media only screen and (max-width: 991.89px) {
    .home .hasUmbrella:after {
        bottom: 0;
        left: auto;
        top: 20px;
        right: 20px;
    }
}


/* Intro Section */
.introSection {
    padding: 4em 0 6em 0;
}
.introSection h1 {
    margin-bottom: 0.75em;
}
.introSection img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

/* Services */
.servicesHome {
    margin-right: -50px;
    margin-left: -50px;
    padding-bottom: 1.5rem;
}
.servicesHome > * {
    padding-right: 50px;
    padding-left: 50px;
}
.servicesHome h3 {
    font-size: 1.9rem;
}
.servicesHome p {
    text-align: left;
}
.servicesHome img {
    -webkkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.17);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.17);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.17);
    margin-bottom: 1.75em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.servicesHome a:hover img {
    opacity: 0.8;
    box-shadow: none;
}

/* Services -- Top */
.servicesHomeTop {
    background: url(../img/services-bg-pink-body-small.jpg);
    background-position: top;
    background-position: top left;
    position: relative;
}
.servicesHomeTop:before {
    background: url(../img/services-bg-pink-top-1.png);
    content: "";
    height: 23px;
    top: -22px;
    display: block;
    position: relative;
    
    background-position: top left;
    margin-left: -15px;
    margin-right: -15px;
}
.servicesHomeTop .servicesHome {
    margin-top: 1.5em;
    padding-bottom: 2em;
}

/* Services -- Bottom */
.servicesHomeBottom {
    background: url(../img/services-bg-blue-body-small.jpg);
    background-position: top;
    background-position: top left;
    position: relative;
    text-align: center;
}
.servicesHomeBottom:before {
    background: url(../img/services-bg-blue-top-1.png);
    content: "";
    height: 23px;
    top: -22px;
    display: block;
    position: relative;
    
    background-position: top left;
    margin-left: -15px;
    margin-right: -15px;
}
.servicesHomeBottom .servicesHome > * {
    margin-top: 2rem;
}

/* About*/
.aboutSection {
    position: relative;
}
.aboutSection:before {
    background: url(../img/about-top-1.png);
    content: "";
    height: 23px;
    top: -22px;
    display: block;
    position: relative;
    
    background-position: top left;
    margin-left: -15px;
    margin-right: -15px;
}
.aboutSection .introSection {
    z-index: 600;
    position: relative;
}

/* Footer */
footer {
    background: url(../img/footer-bg-body.jpg);
    
    background-position: top;
    background-position: top left;
    position: relative;
    text-align: center;
}
footer:before {
    background: url(../img/footer-top-1.png);
    content: "";
    height: 23px;
    top: -22px;
    display: block;
    position: relative;
    
    background-position: top left;
}
.footerLogo img {
    width: 100%;
    height: auto;
    padding: 1rem 0 2rem;
}
.accreditation img {
    height: 65px;
    width: auto;
}
.contactDetails {
    text-align: left;
    color: #fff;
}
.contactDetails a {
    color: #fff;
    font-weight: 400;
}
.contactDetailItem {
    margin-left: 28px;
}
.contactDetailItem:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    border: none;
    vertical-align: top;
    position: absolute;
    left: 15px;
}
.contactDetailItemAddress:before {
    content: "\f015";
}
.contactDetailItemTel:before {
    content: "\f095";
}
.contactDetailItemEmail:before {
    content: "\f0e0";
}
.contactDetailSocialMedia {
    text-align: center;
}
.contactDetailSocialMedia a {
    font-size: 1.5rem;
    margin: 1rem .45rem 2rem;
    background: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    color: #3a92d2;
    line-height: 3rem;
    position: relative;
    top: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contactDetailSocialMedia a:hover,
.contactDetailSocialMedia a:active,
.contactDetailSocialMedia a:focus {
    top: -5px;
    opacity: 0.85;
}
.accreditation {
    margin: .5rem 0;
}
.subFooter {
    border-top: 1px solid #fff;
    margin-top: 1rem;
    padding: .6rem 0;
}
.subFooter * {
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 0;
}
.subFooter a:hover,
.subFooter a:focus,
.subFooter a:active {
    color: inherit;
}


@media only screen and (min-width: 576px) {
    /* Services */
    .servicesHomeTop {
        background: url(../img/services-bg-pink-body-medium.jpg);
    }
    .servicesHomeBottom {
        background: url(../img/services-bg-blue-body-medium.jpg);
    }
}
@media only screen and (min-width: 768px) {
    /* Footer */
    .footerLogo,
    .contactDetails,
    .accreditation {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .contactDetailSocialMedia {
        text-align: left;
        margin-left: 28px;
        margin-right: -.45rem;
    }
    .contactDetailSocialMedia a {
        font-size: 1.1rem;
        margin: .5rem .25rem 2rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
    .footerLogo img {
        padding: 0;
    }
    .accreditation {
        text-align: right;
    }
    .accreditation img {
        height: 50px;
    }
    .subFooter > * {
        display: inline-block;
        width: 49%;
    }
    .subFooter > *:first-child {
        text-align: left;
    }
    .subFooter > *:last-child {
        text-align: right;
    }
    
}
@media only screen and (min-width: 992px) {
    /* General */
    body {
        padding-top: 56px;
    }
    /* Nav */    /* Nav */
    .navbar-expand-lg .menu .menu-item > a {
        padding: 1.9rem 1.5rem;
    }
    .navbar-expand-lg .menu .sub-menu .menu-item > a {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .sub-menu {
        -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
        -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    }
    /*.menu > .menu-item:nth-child(1) > .sub-menu {
        background: #c8e1f4;
    }
    .menu > .menu-item:nth-child(2) > .sub-menu {
        background: #c7d3e8;
    }
    .menu > .menu-item:nth-child(3) > .sub-menu {
        background: #e7cfe2;
    }
    .menu > .menu-item:nth-child(4) > .sub-menu {
        background: #d7cae1;
    }
    .menu > .menu-item:nth-child(5) > .sub-menu {
        background: #e8dcea;
    }
    .menu > .menu-item:nth-child(6) > .sub-menu {
        background: #f8eef6;
    }*/
    .menu::after {
        content: '';
        display: inline-block;
        float: none;
        position: absolute;
        background: url(../img/menu-bg.png);
        width: calc(100% + 30px);
        height: 82px;
        background-size: 100% 82px;
        background-repeat: no-repeat;
        margin-left: -15px;
        margin-right: -15px;
        top: 0;
        left: 0;
    }
    .menu .menu-item {
        z-index: 500;
    }
    .menu .menu-item:hover > a {
        color: #000;
    }
    .menu .sub-menu .menu-item:hover > a {
        color: #0069d9;
    }
    /* Intro */
    .introSection img {
        margin-top: 0;
    }
    /* Services */
    .servicesHomeTop .servicesHome {
        margin-top: -6em;
    }
    .servicesHomeTop {
        background: url(../img/services-bg-pink-body.jpg);
    }
    .servicesHomeBottom {
        background: url(../img/services-bg-blue-body.jpg);
    }
}
@media only screen and (min-width: 1200px) {
    /* General */
    .container {
        max-width: 1190px;
    }
    /* Services */
    .servicesHomeBottom {
        text-align: left;
    }
    /* Footer */
    .footerLogo {
        text-align: left;
    }
    .footerLogo img {
        width: 75%;
    }
    .accreditation img {
        height: 65px;
    }
}


@media only screen and (max-width: 991.89px) {
    /* Nav */
    .navbar img {
        margin-left: 5px;
    }
    .navbar-toggler {
        margin-right: 5px;
    }
    .menu .menu-item a {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .menu .sub-menu > li > a {
        padding-left: 2rem !important;
        font-size: 0.8em !important;
    }
    /* Services */
    .servicesHome { /* --- Will it cause any issue? --- */
        margin-right: -15px;
        margin-left: -15px;
    }
    .servicesHome > * {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* About */
    .aboutSection img {
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 575.89px){
    .servicesHome img {
        width: 60%;
    }
}


/*---------------------------*/
/*------ Standard Page ------*/
/*---------------------------*/
.page-template-default .introSection h1 {
    font-size: 4rem;
    margin-bottom: 0;
    text-align: center;
}
.pageMainBody {
    padding-bottom: 6em;
}
.pageMainBody ul li {
    position: relative;
    list-style: none;
}
.pageMainBody ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #b6bd68;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    top: 8px;
    position: absolute;
    left: -15px;
}
.sidebar {
    margin-top: 2.5rem;
}
.sidebar .widget-area {
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.sidebar .widget-area > .widget {
    padding: 1.5rem;
    background-position: top left;
    position: relative;
}
.sidebar .widget-area > .widget:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sidebar .widget-area > .widget:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sidebar .widget-area > .widget:not(:last-child) {
    padding-bottom: 2.5rem;
}
.widget_media_gallery {
    background: url(../img/widget-gallery-body.jpg);
}
.widget_media_gallery a {
    display: block;
    float: left;
    margin: 0 1% 1% 0;
    width: 100%;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.widget_media_gallery a:nth-of-type(3n) {
    margin-right: 0;
}
.widget_media_gallery a:hover {
    transform: scale(1.05);
}
.widget_media_gallery img {
    width: 100%;
    height: auto;
}
.widget_media_gallery .gallery .gallery-item img{
    border:3px solid transparent !important;
}
.widget_media_gallery .gallery dl.gallery-item {
    margin-bottom:0;
    margin-top:0 !important;
}
.widget_text {
    background: url(../img/widget-booking-body.jpg);
}
.widget_text:before {
    background: url(../img/widget-booking-top.png);
    content: "";
    height: 23px;
    top: -20px;
    display: block;
    position: absolute;
    background-position: top left;
    width: 100%;
    left: 0;
}
.widget:only-of-type:before {
    background:none;
}
@media only screen and (min-width: 768px) {
    .mainContentArea {
        padding-right: 7%;
    }
    .sidebar {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .page-template-default .introSection h1 {
        font-size: 4rem;
        margin-bottom: 0;
        text-align: left;
    }
}
@media only screen and (max-width: 767.89px){
    .page-template-default .hasUmbrella:after {
        bottom: 0;
        left: auto;
        top: 20px;
        right: 20px;
    }
}
/* Body background image */ 
.page-template-default {
    background-repeat: no-repeat;
    background-size: contain;
}
.scheme_two,
.page-therapies {
    background-image: url(../img/therapies-bg.jpg);
}
.scheme_three,
.page-training {
    background-image: url(../img/training-bg.jpg);
}
.scheme_four,
.page-supervision {
    background-image: url(../img/supervision-bg.jpg);
}
.scheme_five,
.page-about {
    background-image: url(../img/about-bg.jpg);
}
.scheme_six,
.page-contact {
    background-image: url(../img/contact-bg.jpg);
}