/*
CTC Separate Stylesheet
Updated: 2019-06-15 08:38:49
*/

.main-header {
    color: #fff;
    margin: 0 auto;
    height: 500px;
    background: url('../coldfeet-adventure/assets/images/background.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 15px !important;
    width: 100%; }
.related-posts {
    clear: both;
    position: relative;
    padding-top: 30px !important;}

/* Sidebar widgets */
.sidebar-widget,
.sidebar .tabs-widget {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

.sidebar-widget .widget-title {
    background: #333331;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 15px;
}

.sidebar-widget .widget-title:before {
    background: #ed1c24;
    height: 5px;
    right: 15px;
    width: 45px;
}

.sidebar-widget > div,
.sidebar-widget > ul,
.sidebar-widget .searchform {
    padding: 25px;
}

.sidebar .searchform .s {
    border: 1px solid #e8e8e8;
    box-shadow: none;
    color: #777;
    height: 44px;
}

.sidebar .searchform .s::placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.sidebar .search-button {
    background: #ed1c24;
    height: 44px;
    width: 44px;
}

.sidebar .search-button:hover,
.sidebar .search-button:focus {
    background: #333331;
}

/* WordPress block widgets used by the active sidebar. */
.sidebar-widget.widget_block > div {
    padding: 0;
}

.sidebar-widget.widget_block .wp-block-heading {
    background: #333331;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
}

.sidebar-widget.widget_block .wp-block-heading::after {
    background: #ed1c24;
    content: "";
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.sidebar-widget.widget_block .wp-block-group__inner-container > ul,
.sidebar-widget.widget_block .wp-block-group__inner-container > ol {
    margin: 0;
    padding: 25px;
}

.sidebar-widget.widget_search {
    padding: 0;
}

.sidebar-widget.widget_search .wp-block-search__label {
    display: none;
}

.sidebar-widget.widget_search .wp-block-search__inside-wrapper {
    border: 0;
}

.sidebar-widget.widget_search .wp-block-search__input {
    border: 1px solid #e8e8e8;
    box-shadow: none;
    color: #777;
    height: 44px;
    min-width: 0;
    padding: 8px 10px;
}

.sidebar-widget.widget_search .wp-block-search__input::placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.sidebar-widget.widget_search .wp-block-search__button {
    align-items: center;
    background: #ed1c24;
    border: 0;
    color: transparent;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-left: 0;
    padding: 0;
    width: 44px;
}

.sidebar-widget.widget_search .wp-block-search__button::before {
    color: #fff;
    content: "\\f002";
    font-family: "FontAwesome";
    font-size: 13px;
}

.sidebar-widget.widget_search .wp-block-search__button:hover,
.sidebar-widget.widget_search .wp-block-search__button:focus {
    background: #333331;
}

/* Keep the off-canvas navigation above the page and its overlay on small screens. */
@media screen and (max-width: 960px) {
    .mobile-menu {
        z-index: 1001;
    }

    .menu-btn {
        z-index: 1002;
    }
}
