/*******************************************************************************
********************************************************************************
**                              Fonts
********************************************************************************
********************************************************************************/

@font-face {
	font-family: 'ArnoPro';
	src: url('fonts/arnopro/ArnoPro-Regular.eot');
	src: url('fonts/arnopro/ArnoPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/arnopro/ArnoPro-Regular.woff') format('woff'),
		url('fonts/arnopro/ArnoPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArnoPro';
	src: url('fonts/arnopro/ArnoPro-Bold.eot');
	src: url('fonts/arnopro/ArnoPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/arnopro/ArnoPro-Bold.woff') format('woff'),
		url('fonts/arnopro/ArnoPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'ArnoPro';
	src: url('fonts/arnopro/ArnoPro-Italic.eot');
	src: url('fonts/arnopro/ArnoPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/arnopro/ArnoPro-Italic.woff') format('woff'),
		url('fonts/arnopro/ArnoPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova Th';
	src: url('fonts/proxima/ProximaNovaT-Thin.eot');
	src: url('fonts/proxima/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/proxima/ProximaNovaT-Thin.woff') format('woff'),
		url('fonts/proxima/ProximaNovaT-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('fonts/proxima/ProximaNova-Semibold.eot');
	src: url('fonts/proxima/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/proxima/ProximaNova-Semibold.woff') format('woff'),
		url('fonts/proxima/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('fonts/proxima/ProximaNova-Regular.eot');
	src: url('fonts/proxima/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/proxima/ProximaNova-Regular.woff') format('woff'),
		url('fonts/proxima/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/brandon/BrandonGrotesque-Medium.eot');
	src: url('fonts/brandon/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/brandon/BrandonGrotesque-Medium.woff2') format('woff2'),
		url('fonts/brandon/BrandonGrotesque-Medium.woff') format('woff'),
		url('fonts/brandon/BrandonGrotesque-Medium.ttf') format('truetype'),
		url('fonts/brandon/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/brandon/BrandonGrotesque-Light.eot');
	src: url('fonts/brandon/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/brandon/BrandonGrotesque-Light.woff2') format('woff2'),
		url('fonts/brandon/BrandonGrotesque-Light.woff') format('woff'),
		url('fonts/brandon/BrandonGrotesque-Light.ttf') format('truetype'),
		url('fonts/brandon/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/brandon/BrandonGrotesque-Regular.eot');
	src: url('fonts/brandon/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/brandon/BrandonGrotesque-Regular.woff2') format('woff2'),
		url('fonts/brandon/BrandonGrotesque-Regular.woff') format('woff'),
		url('fonts/brandon/BrandonGrotesque-Regular.ttf') format('truetype'),
		url('fonts/brandon/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*******************************************************************************
********************************************************************************
**                              General
********************************************************************************
********************************************************************************/


body{
    font-size: 16px;
    color: #222;
    font-family: 'Proxima Nova Rg', sans-serif;
    padding-top: 200px;
    /*letter-spacing: .25em;*/
    line-height: 1.5;
}

p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-family: 'ArnoPro', sans-serif;
}

p:last-of-type {
    margin-bottom: 0px;
}

br {
    display: none;
}

p:empty {
    display: none;
}

a {
    color: #222;
    font-family: 'ArnoPro';
}

a:hover, a:focus {
    color: #ababab;
}

.align-text-right {
    text-align: right;
}

.align-text-left {
    text-align: left;
}

a.post-edit-link {
    display: none;
}

.site-inner {
    padding: 0px;
}

.heading {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Brandon Grotesque', sans-serif;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.paragraph-separator {
    margin-bottom: 30px;
}

p:last-of-type {
    margin-bottom: 0px;
}

/*******************************************************************************
********************************************************************************
**                              Menu
********************************************************************************
********************************************************************************/

.navbar .title-area.navbar-brand {
    float: none;
    display: block;
    margin: auto;
}

#header .navbar-collapse {
    float: none !important;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}

.navbar .nav {
    display: inline-block;
    float: none !important;
    text-align: center;
}

.navbar .nav > li > a {
    padding: 15px 20px;
    font-family: 'ArnoPro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .19em;
    text-transform: uppercase;
    line-height: 1em;
    border-left: 1px solid #ccc;
    color: #222;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #ababab;
}

.navbar .nav > li.button-menu > a {
    /*background-color: rgba(204, 204, 204, 0.5);*/
    background-color: #222;
    color: #fff;
    border-left: 1px solid #222;
}

.navbar .nav > li:first-of-type > a {
    border-left: 0px;
}

.navbar .nav > li.current-menu-item > a {
    position: relative;
}

.navbar .nav > li.current-menu-item > a:after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 2px solid #222;
    margin: 10px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.navbar .nav > li.current-menu-item.button-menu > a:after {
    display: none;
}

.navbar .nav > li.current-menu-item.button-menu > a, .navbar .nav > li.current-menu-item.button-menu > a {
    background-color: transparent;
    color: #222;
    border: 1px solid #222;
}

.navbar .nav ul li:last-child {
    border-radius: 0px;
}

.navbar .nav ul li:first-child {
    border-radius: 0px;
}

.navbar .nav ul li {
    background-color: #222;
}

.navbar .nav ul {
    border-radius: 0px;
    width: auto;
    min-width: 150px;
}

.navbar .nav > li > ul:before {
    border-color: transparent transparent #222 transparent !important;
}

.navbar .nav ul a {
    text-transform: uppercase;
    padding: 15px 10px 10px;
    line-height: 1;
    border-radius: 0px;
    text-align: center;
}

.navbar .nav ul a:hover, .navbar .nav ul a:focus {
    background-color: #fff;
    color: #222;
}

/*******************************************************************************
********************************************************************************
**                              Header
********************************************************************************
********************************************************************************/

#header.navbar.navbar-fixed-top {
    border-bottom: 0px;
    margin: 0px;
    position: absolute;
    margin-top: 20px;
}

/*******************************************************************************
********************************************************************************
**                              General Pages
********************************************************************************
********************************************************************************/

#intro-content {
    margin-bottom: 30px;
}

.services-page #intro-content {
    text-align: center;
}

.sub-heading {
    font-size: 14px;
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 300;
}

#bcancellation-section {
    padding-top: 50px;
}

/*******************************************************************************
********************************************************************************
**                              Home Page
********************************************************************************
********************************************************************************/

.home .content-wrap:before {
    content: "";
    min-height: 200px;
    display: block;
}

.home .content-wrap:after {
    content: "";
    min-height: 200px;
    display: block;
}

.btn-con > a {
    padding: 15px 25px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    border-color: #222;
    font-family: 'ArnoPro', sans-serif;
    letter-spacing: .3em;
    display: inline-block;
    opacity: 1;
}

.btn-con > a:hover, .btn-con > a:focus {
    opacity: 0.8;
}

.btn-con {
    display: block;
    margin-top: 20px;
}

.section-heading {
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #222;
}

.section-heading:after {
    content: "";
    display: block;
    width: 20px;
    border-bottom: 2px solid #222;
		margin: 20px auto;
		margin-right: 0px;
}

.home .section-heading:after {
		display: none;
}

.home .section-heading {
		margin-bottom: 20px;
}

/*#hq2-section .section-heading:after, #the-sanctuary .section-heading:after, #things-to-do-section .section-heading:after, #our-team-section .section-heading:after {
    margin: 20px auto;
    margin-right: 0px;
}*/



.home #house-marapi-section .content-wrap:before, .home #house-marapi-section .content-wrap:after {
    min-height: 150px;
}

.home #hq2-section .content-wrap:before, .home #hq2-section .content-wrap:after {
    min-height: 180px;
}

.home #hg-simegeror .content-wrap:before, .home #hg-simegeror .content-wrap:after {
    min-height: 180px;
}

.home #the-sanctuary .content-wrap:before, .home #the-sanctuary .content-wrap:after {
    min-height: 180px;
}

.home #rooms-section .content-wrap:before, .home #rooms-section .content-wrap:after {
    min-height: 180px;
}

.home #things-to-do-section .content-wrap:before, .home #things-to-do-section .content-wrap:after {
    min-height: 180px;
}

.home #cuisine-section .content-wrap:before, .home #cuisine-section .content-wrap:after {
    min-height: 180px;
}

.home #our-team-section .content-wrap:before, .home #our-team-section .content-wrap:after {
    min-height: 180px;
}

#house-marapi-section, #hq2-section, #hg-simegeror, #the-sanctuary, #rooms-section, #things-to-do-section, #cuisine-section {
		margin-bottom: 50px;
}

/*******************************************************************************
********************************************************************************
**                              Pages
********************************************************************************
********************************************************************************/

.services-page .content-wrap, .our-team .content-wrap {
    text-align: center;
    padding: 30px 30px 0px;
}

.services-page .content-wrap > p, .our-team .content-wrap > p {
    font-size: 14px;
}

.services-page .content-wrap > h3, .our-team .content-wrap > h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

address.address {
    margin-top: 20px;
}

.rbs_gallery_button {
    display: none;
}

#enquire-section button.btn.btn-default.btn-hg {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    border-color: #222;
    font-family: 'ArnoPro', sans-serif;
    letter-spacing: .3em;
    display: inline-block;
    opacity: 1;
    border-radius: 0px;
}

#enquire-section button.btn.btn-default.btn-hg:hover, #enquire-section button.btn.btn-default.btn-hg:focus {
		opacity: 0.8;
}

section#enquire-section {
    text-align: center;
    padding: 50px 0 0;
}

.modal-content {
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: #000;
}

.robo_gallery .rbsTitle {
		display: none;
}

.rbsZoomIcon {
    background: #222 !important;
    border: 1px solid rgb(255, 255, 255) !important;
}

.rbsZoomIcon:hover {
    border: 1px solid rgb(255, 255, 255) !important;
    background: #222 !important;
		opacity: .8 !important;
}

.rbs-img-container {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

/*******************************************************************************
********************************************************************************
**                              Footer
********************************************************************************
********************************************************************************/

.bottom-menu-inverse .content-wrap:after, .bottom-menu-inverse .content-wrap:before {
    display: none;
}

.footer-title {
    font-family: 'ArnoPro', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px !important;
    line-height: 2.1em;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #222;
    margin-top: 50px;
}

.bottom-menu-inverse {
    background-color: #fff;
    color: #222;
    padding: 50px 0px;
}

.bottom-menu-inverse .container {
    border-top: 1px solid #ccc;
}

.bottom-menu-inverse .content-wrap {
    text-align: center;
    padding: 0px;
}

.site-footer .creds p {
    margin-bottom: 5px;
}

.thank-you header#header {
    display: none;
}

.thank-you footer.site-footer.bottom-menu-inverse {
    display: none;
}

body.thank-you {
    background: #fafafa url(http://sailmarapi.co.za/wp-content/uploads/2017/07/Coming-Soon-3.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#thank-you-section #intro-content .featured-image {
    margin-bottom: 30px;
}

#thank-you-section #intro-content .featured-image > img {
    max-width: 500px;
}

#thank-you-section {
		text-align: center;
}

#thank-you-section #intro-content .back-to-site > a {
    color: #ababab;
    font-size: 20px;
    font-style: italic;
		font-weight: bold;
}

#thank-you-section #intro-content .heading {
		color: #ababab;
		font-size: 30px;
		font-style: italic;
}


/*******************************************************************************
********************************************************************************
**                              Form
********************************************************************************
********************************************************************************/

.gform_wrapper ul li.gfield.cust_input input, .gform_wrapper ul li.gfield.cust_input textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    line-height: normal;
    border-radius: 2px;
}

.gform_wrapper ul li.gfield.cust_input .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input {
    width: 100% !important;
}

.gform_wrapper {
    max-width: 100% !important;
    margin: 0px !important;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 30px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin: 0px;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-family: 'ArnoPro', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    letter-spacing: 1px;
    border-color: #222;
    background-color: transparent;
    border-radius: 3px;
    color: #222;
    padding: 15px 30px;
    line-height: normal;
}

.gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: #222;
    color: #fff;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper .ginput_complex label {
    font-family: proxima-nova;
    font-style: normal;
    font-size: 13px !important;
    font-weight: normal !important;
}

.gform_wrapper .ginput_complex input[type=text] {
    margin-bottom: 5px !important;
}

.select {
    width: 100%;
}

.select .btn {
    width: 100% !important;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #222;
    font-family: sans-serif;
    font-size: 14px;
    line-height: normal;
    border-radius: 2px !important;
}

.select .btn:hover, .select .btn:focus {
    background: transparent;
}

.btn.btn-primary:active, .btn-group.open .btn.btn-primary.dropdown-toggle, .btn.btn-primary.active {
    background-color: #fafafa;
    border: 1px solid #ccc;
    color: #222;
}

.dropdown-menu.dropdown {
    padding: 0px;
    border-radius: 0px;
}

.dropdown-menu li:first-child > a {
    border-radius: 0px;
}

.dropdown-menu li:last-child > a {
    border-radius: 0px;
    padding-top: 8px;
}

.select .caret {
    border-bottom-color: #222;
    border-top-color: #222;
}

.dropdown-menu li.active > a, .dropdown-menu li.selected > a, .dropdown-menu li.active > a.highlighted, .dropdown-menu li.selected > a.highlighted {
    background: #222;
    color: #ffffff;
}

.dropdown-menu li.active > a:hover, .dropdown-menu li.selected > a:hover, .dropdown-menu li.active > a.highlighted:hover, .dropdown-menu li.selected > a.highlighted:hover, .dropdown-menu li.active > a:focus, .dropdown-menu li.selected > a:focus, .dropdown-menu li.active > a.highlighted:focus, .dropdown-menu li.selected > a.highlighted:focus {
    background: #222;
    color: #ffffff;
}

.dropdown-menu li > a {
    color: #222;
		padding: 10px 15px 5px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:active, .dropdown-menu li > a:focus {
    background: #222;
    color: #fff;
    outline: none;
}

.ui-datepicker {
    width: auto !important;
		border: 7px solid #222 !important;
		border-radius: 0px !important;
}

.ui-datepicker td a {
    border-radius: 0px;
    box-shadow: none !important;
    background: #fff !important;
		color: #222 !important;
		font-weight: normal !important;
}

.ui-datepicker th {
    color: #222;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #222;
		border-radius: 0px;
}

.ui-datepicker-title select {
    padding: 5px 10px;
    margin: 5px 0px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ccc;
}

.ui-datepicker .ui-datepicker-next {
    border-left: 0px;
    border-radius: 0px;
}

.ui-datepicker .ui-datepicker-prev {
    border-right: 0px;
    border-radius: 0px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 44px;
		background: none !important;
}

.ui-datepicker:before {
    border-color: transparent transparent #222;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background-color: #222;
}

.ui-datepicker-calendar .ui-state-active {
		border: 1px solid #222 !important;
		color: #222 !important;
		box-shadow: none !important;
		outline: none !important;
}

#huge_it_portfolio_content_1 .og-grid > li {
    width: 275px !important;
}

#huge_it_portfolio_content_1 .og-grid li > a > img {
    width: 100% !important;
}

a.social-media {
    margin-right: 15px;
}

a.social-media:last-of-type {
    margin-right: 0px;
}

div#form-col-row {
    clear: both;
}

.contact-details-col {
    border-right: 1px solid #ccc;
    min-height: 100px;
}

.contact-details-col:nth-child(3) {
    border-right: 10px;
}

.contact-details-col .paragraph-separator {
    margin-bottom: 20px;
    font-weight: 500;
}

.featured-image {
    text-align: center;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

/*******************************************************************************
********************************************************************************
**                              Media Quiries
********************************************************************************
********************************************************************************/

@media (max-width: 1199px) {

    .home #hq2-section .content-wrap:before, .home #hq2-section .content-wrap:after {
        min-height: 140px;
    }

    .home #house-marapi-section .content-wrap:before, .home #house-marapi-section .content-wrap:after {
        min-height: 115px;
    }

    .home #hg-simegeror .content-wrap:before, .home #hg-simegeror .content-wrap:after {
        min-height: 125px;
    }

    .home #the-sanctuary .content-wrap:before, .home #the-sanctuary .content-wrap:after {
        min-height: 110px;
    }

    .home #rooms-section .content-wrap:before, .home #rooms-section .content-wrap:after {
        min-height: 115px;
    }

    .home #things-to-do-section .content-wrap:before, .home #things-to-do-section .content-wrap:after {
        min-height: 115px;
    }

    .home #cuisine-section .content-wrap:before, .home #cuisine-section .content-wrap:after {
        min-height: 130px;
    }

    .home #our-team-section .content-wrap:before, .home #our-team-section .content-wrap:after {
        min-height: 115px;
    }


}

@media (max-width: 1024px) {

    span.indicator {
        display: none;
    }

    .site-inner {
        margin-top: 0px;
    }

}

@media (max-width: 991px) {

    body {
        padding-top: 100px;
    }

    .navbar .title-area.navbar-brand {
        float: left;
        margin: 0 !important;
    }

    #header.navbar.navbar-fixed-top {
        margin-top: 0px;
        border-bottom: 1px solid #F8F8F8;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-toggle {
        border: 0;
        border-radius: 0px;
        margin-right: 0;
        outline: none;
    }

    .navbar-default .navbar-toggle {
        border-color: #222;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #222;
    }

    .contact-details-col .paragraph-separator {
        margin-bottom: 10px;
    }

    address.address {
        margin-top: 10px;
    }

    .contact-details-col {
        min-height: 80px;
        margin-bottom: 20px !important;
    }

    .column_wrapper > div {
        margin-bottom: 0px;
    }

    #yacht-benefits .content-wrap > p, #hg-benefits .content-wrap > p, #house-benefits .content-wrap > p, #rooms-benefits .content-wrap > p, .site-inner .our-team .content-wrap > p {
        min-height: 110px;
    }

    #yacht-benefits .content-wrap, #hg-benefits .content-wrap, #house-benefits .content-wrap, #rooms-benefits .content-wrap, .site-inner .our-team .content-wrap {
        padding: 30px;
    }

    .mobile-block-separator {
        margin-bottom: 30px !important;
    }

    .home #hq2-section .content-wrap:before, .home #hq2-section .content-wrap:after {
        min-height: 85px;
    }

    .home #house-marapi-section .content-wrap:before, .home #house-marapi-section .content-wrap:after {
        min-height: 45px;
    }

    .home #hg-simegeror .content-wrap:before, .home #hg-simegeror .content-wrap:after {
        min-height: 55px;
    }

    .home #hg-simegeror .content-wrap:before, .home #hg-simegeror .content-wrap:after {
        min-height: 75px;
    }

    .home #the-sanctuary .content-wrap:before, .home #the-sanctuary .content-wrap:after {
        min-height: 50px;
    }

    .home #rooms-section .content-wrap:before, .home #rooms-section .content-wrap:after {
        min-height: 55px;
    }

    .home #things-to-do-section .content-wrap:before, .home #things-to-do-section .content-wrap:after {
        min-height: 55px;
    }

    .home #cuisine-section .content-wrap:before, .home #cuisine-section .content-wrap:after {
        min-height: 90px;
    }

    .home #our-team-section .content-wrap:before, .home #our-team-section .content-wrap:after {
        min-height: 55px;
    }

    .section-heading {
        font-size: 20px;
    }

    .header-image .site-header .title-area {
        height: 50px !important;
        width: 200px !important;
        background-size: contain !important;
    }

    .header-image .title-area, .header-image .site-title, .header-image .site-title a {
        height: 50px !important;
        width: 200px !important;
    }

    .navbar .nav > li > a {
        border-left: 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar .nav > li:first-child {
        border-radius: 0;
    }

    .navbar .nav > li:last-child {
        border-radius: 0;
    }

    .nav-secondary ul li.current-menu-item {
        background: #222;
    }

    .nav-secondary ul.nav li.current-menu-item a {
        color: #fff !important;
    }

    .navbar .nav > li.current-menu-item > a:after {
        display: none;
    }

    section#enquire-section {
        padding: 0;
    }

    span.indicator {
        display: block;
        top: 0px;
        position: absolute;
        right: 0;
    }

    .navbar .nav ul a {
        border: 0 !important;
        color: #fff !important;
        padding: 15px 10px 10px !important;
    }

    .navbar .nav ul li {
        background-color: #222 !important;
        text-align: center;
    }

    .navbar .nav ul a:hover, .navbar .nav ul a:focus {
        background-color: #fff;
        color: #222 !important;
    }


}

@media (max-width: 767px) {

    .contact-details-col {
        min-height: 100%;
        border: 0;
    }

    .footer-title {
        margin-top: 20px;
    }

    .things-to-do-col {
        margin-bottom: 20px;
    }

    .paragraph-separator {
        margin-bottom: 20px;
    }

    #yacht-benefits .content-wrap > p, #hg-benefits .content-wrap > p, #house-benefits .content-wrap > p, #rooms-benefits .content-wrap > p, .site-inner .our-team .content-wrap > p {
        min-height: 100%;
    }

    #yacht-benefits .content-wrap, .services-page #content-section .content-wrap, #hg-benefits .content-wrap, #house-benefits .content-wrap, #rooms-benefits .content-wrap, .site-inner .our-team .content-wrap {
        padding: 20px 0;
    }

    .gform_wrapper ul li.gfield.cust_input input, .gform_wrapper ul li.gfield.cust_input textarea {
        line-height: normal !important;
    }

    #thank-you-section #intro-content .featured-image > img {
        max-width: 260px;
    }

    #thank-you-section {
        padding: 50px 0;
    }

    .mobile-block-separator {
        margin-bottom: 20px !important;
    }

    .home #hq2-section .content-wrap:before, .home #hq2-section .content-wrap:after {
        display: none;
    }

    .home #house-marapi-section .content-wrap:before, .home #house-marapi-section .content-wrap:after {
        display: none;
    }

    .home #hg-simegeror .content-wrap:before, .home #hg-simegeror .content-wrap:after {
        display: none;
    }

    .home #hg-simegeror .content-wrap:before, .home #hg-simegeror .content-wrap:after {
        display: none;
    }

    .home #the-sanctuary .content-wrap:before, .home #the-sanctuary .content-wrap:after {
        display: none;
    }

    .home #rooms-section .content-wrap:before, .home #rooms-section .content-wrap:after {
        display: none;
    }

    .home #things-to-do-section .content-wrap:before, .home #things-to-do-section .content-wrap:after {
        display: none;
    }

    .home #cuisine-section .content-wrap:before, .home #cuisine-section .content-wrap:after {
        display: none;
    }

    .home #our-team-section .content-wrap:before, .home #our-team-section .content-wrap:after {
        display: none;
    }

    .home #hq2-section .content-wrap, .home #house-marapi-section .content-wrap, .home #hg-simegeror .content-wrap, .home #the-sanctuary .content-wrap, .home #rooms-section .content-wrap, .home #things-to-do-section .content-wrap, .home #cuisine-section .content-wrap, .home #our-team-section .content-wrap {
        text-align: center;
        padding: 30px 0;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    #house-marapi-section, #hq2-section, #hg-simegeror, #the-sanctuary, #rooms-section, #things-to-do-section, #cuisine-section {
        margin-bottom: 0px;
    }

    .heading {
        font-size: 20px;
    }

    .section-heading {
        font-size: 18px;
    }

    #header .navbar-collapse.collapse {
        padding-left: 0px;
    }

    .navbar .nav {
        margin: 0;
    }

    body {
        padding-top: 85px;
    }

    .bottom-menu-inverse {
        padding: 20px 0px;
    }


}