/*
Theme Name: Haven Child
Description: Haven is created by <a href="https://themefuse.com/">ThemeFuse</a>. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: https://themefuse.com/
Template: haven
Version: 1.9
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*Force Header Margins*/
.header-1 .fw-header-main .fw-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.fw-logo-retina.header-1 .fw-header:not(.fw-header-sticky-new-logo) .mmenu-link, .fw-logo-retina.header-5 .fw-header:not(.fw-header-sticky-new-logo) .mmenu-link {
    margin-top: 0px !important;
}

/*Make headers full viewport*/
section.fw-main-row-top.fw_theme_bg_fw-custom {
    height: 80vh !important;
}
section.fw-main-row-top.fw_theme_bg_fw-custom .fw-col-sm-12 .fw-col-inner {
    padding-top: 0 !important;
}
section.fw-main-row-top.fw_theme_bg_fw-custom .fw-col-sm-12 h1 {
    line-height: 80vh !important;
}
@media (max-width: 900px) {
    section.fw-main-row-top.fw_theme_bg_fw-custom .fw-col-sm-12 h1 {
        line-height: 40vh !important;
    }
    section.fw-main-row-top.fw_theme_bg_fw-custom {
        height: 40vh !important;
    }
}
/*Fix for Rooms style header sliders*/
@media (max-width: 767px) {
    .fw-fade-slider .item {
        height: 50vh !important;
    }
    .fw-col-no-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/*Limits the l/r content sections from looking bad on big screens*/
.limited-full-width-section {
    /*max-width: 1600px;*/
    /*margin: 0 auto;*/
}
/*fancy reserve link in main nav*/
.fw-site-navigation>ul>li.highlight-link a {
    color: #d1b02b !important;
}

/*Fix hardcoded helvetica*/
#mobile-menu .mm-listview, #mobile-menu .mm-title, #mobile-menu .mm-listview .mm-counter {
    font-family: 'Overpass' !important;
}

/*home page stylized boxes*/
.image-box-link * {
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}
.image-box-link a {
    display: block;
    color: #fff;
    line-height: 360px;
}
.image-box-link:hover a {
    color: rgb(209, 176, 43);
}
.image-box-link:hover .fw-main-row-overlay {
    opacity: 0.9;
}
.fw-imagebox-text {
    padding-bottom: 0;
}
.fw-imagebox-text img {
    margin-top: 25px;
}

/*better footer */
.fw-footer-menu ul li {
    font-family: "Overpass";
    font-size: 14px;
}
.fw-footer-middle  .fw-footer-menu ul li a {
    margin-left: 40px;
}
.fw-footer-widgets {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.fw-footer#colophon {
    border-top: 1px solid #e1e2e6;
    padding-top: 0;
    margin-top: 0;
}
.fw-footer .widget_text .textwidget p,
.fw-footer .widget_text .textwidget a {
    font-size: 14px;
}
.fw-footer .fw-col-md-3 {
    text-align: center;
    border-right: 1px solid #e1e2e6;
    padding: 30px 0;
    height: 170px;
    display: table;
}
.fw-footer .fw-col-md-3:nth-child(4) {
    border-right: none;
}
.fw-footer .fw-col-md-3 aside {
    display: table-cell;
    vertical-align: middle;
}

.fw-footer .fw-inner {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
}
.fw-copyright a { font-size: 13px !important; text-decoration: none !important; }
.fw-legal-policies { font-size: 11px; }
.fw-legal-policies a { color: #343851; }

.fw-footer .fw-footer-social a {
    font-size: 20px;
    margin: 0 6px;
}
.fw-footer .fw-footer-social a:hover,.fw-footer-widgets .widget a:hover, .fw-footer-widgets .widget .comment-author-link a:hover {
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
	color: #f69159 !important;
}
.fw-footer-middle {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .tf-sh-daee5b775239f95c07783f63159029c5 .fw-container-fluid {padding-top: 0 !important;}
    .tf-sh-e90ed0f1a9af35fc9ecef939124077d4 .fw-wrap-col-inner {
        height: 253px !important;
    }
    .fw-footer#colophon {
        padding-top: 30px;
    }
    .fw-footer .fw-row {
        padding-top: 30px;
    }
    .fw-footer .fw-col-md-3 {
        display: block;
        padding: 0;
        margin: 0;
        height: auto;
        border: none;
    }
    .fw-footer .fw-col-md-3 aside {
        display: block;
        margin-bottom: 30px;
    }
    .fw-footer-widgets { padding-bottom: 0; }

}
/*Overwriting weird stuff from the theme that's hardcoded green*/
.fw-site-navigation > ul > li > a {
    color: #56595a !important;
}
.fw-sticky-menu .fw-site-navigation > ul > li > a:after {
    background: #d1b02b;
}
.fw-sticky-menu .fw-site-navigation > ul > li.current-menu-item > a {
  color: #d1b02b;
}
.fw-sticky-menu .fw-site-navigation > ul > li > a:hover {
  color: #d1b02b;
}

.room-header .fw-col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.home #fw-footer-menu #menu-item-955 {
    display: none;
}
.fw-footer-widgets.fw-subscribe {
    padding-top: 0;
}
.fw-footer-widgets.fw-subscribe .fw-inner {
    border-top: none;
}
@media (min-width: 767px) {
    .fw-subscribe p {
        display: block;
        width: 20%;
        float: left;
        margin: 15px 2.5% 60px;
        box-sizing: border-box;
    }
}
.fw-subscribe {
    display: none;
}
.fw-subscribe.show { display: block; }
.fw-subscribe .wpcf7 .wpcf7-form input {
    padding: 6px 15px;
}
.fw-subscribe .wpcf7 .wpcf7-form input.wpcf7-submit {
    margin-top: 30px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.fw-footer-widgets.fw-subscribe .fw-inner {
    border-top: none;
    padding-top: 40px;
    background: #badad8;
    background-size: cover;
}
.fw-subscribe h3,
.fw-subscribe label {
    color: #554845;
}

.fw-subscribe h4,
.fw-subscribe label {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
	color: #554845 !Important;
}

.fw-subscribe div.wpcf7-response-output {
    clear: both;
    width: 100%;
}

input[type="text"], input[type="password"], input[type="search"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], textarea {
    color: #3c4059;
}
label {
    color: #3c4059;
}
.custom-checkbox label:before {
    display: none !important;
}

.fw-table .heading-row th {
    background-color: #fff;
    color: #d1b02b;
    font-family: 'Overpass';
    font-size: 20px;
    text-transform: uppercase;
}
.fw-table tr td:last-child {
    font-family: 'Overpass';
}
.fw-table-striped table > tbody > tr:nth-child(odd) {
    background-color: #fff;
}
.fw-table-striped table > tbody > tr:hover {
    background-color: #fff;
}


.page-id-16 .quick-reservation .fw-column-height-custom {
    overflow: visible;
}

.offer-image-box .fw-imagebox-title-wrap { margin-bottom: 0; }
.offer-image-box .fw-imagebox-btn { padding-top: 0; }

.fw-gallery.fw-gallery-type2 .fw-gallery-image.fw-block-image-parent .fw-overlay-title {
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    font-size: 16px !important;
    letter-spacing: 0px;
    color: #ffffff !important;
}

.cf7-mimic-button {
    font-family: 'Voltaire';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
    background-color: #f69159;
    border-color: transparent;
    border-width: 0;
    color: #554845;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 13px;
    line-height: 24px;
    margin-top: 37px;
    padding: 16px 30px;
    text-transform: uppercase;
    outline: none;
}

/*Booking Widget Mobile Styles - Steve October 10, 2021*/
@media (max-width: 767px) {
    .quick-reservation-section .fw-heading {
        margin-bottom: 0;
    }
    .page-template .fw-external-booking.horizontal .fw-external-booking-form-item {
        padding:  20px !important;
        margin: 0 !important;
        width: 100%;
    }
    .page-template .fw-external-booking.horizontal .fw-external-booking-form-item:nth-child(3),
    .page-template .fw-external-booking.horizontal .fw-external-booking-form-item:nth-child(4),
    .page-template .fw-external-booking.horizontal .fw-external-booking-form-item:nth-child(5) {
        display: none;
    }
    .page-template .fw-external-booking.horizontal .fw-external-booking-form-item .fw-external-booking-separator {
        display:  none;
    }
    .page-template .fw-external-booking .fw-external-booking-form-item:before {
        right:  32px;
    }
    .fw-external-booking.horizontal .fw-external-booking-form-wrap {
        padding-bottom: 20px;
    }
}
