/*
Theme Name: Congress Centre
Theme URI: https://www.congresscentre.co.uk
Author: Web Intel
Author URI: https://www.webintelligent.co.uk
Description: Congress Centre custom WordPress theme.
Version: 1.0
Text Domain: congress
License: GPL V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sticky-post, full-width-template, custom-colors

-- Body
-- Nav
-- Back to top
-- WordPress edit
-- News/Search
-- Footer

*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');

/**  Body  **/

::-moz-selection {
    color: #fff;
    background: #e58127;
}

::selection {
    color: #fff;
    background: #e58127;
}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;

    position: relative;

    height: 100%;

    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial';
    font-size: 35px;

    margin-top: 0;

    border-bottom: 0 solid #131f25;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

a,
a:active,
a:visited {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    text-decoration: none;

    color: #ee8011;
    outline: none;
    box-shadow: none;
}

* {
    transition: all 300ms ease-in-out !important;
}

a:hover {
    text-decoration: none;

    color: #a1958a;
}

.fw-page-builder-content a,
.fw-page-builder-content a:active,
.fw-page-builder-content a:visited {
    text-decoration: underline;
}

*:active,
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

p {
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

/**  Sections/Columns  **/

.fw-container {
    padding-right: 40px;
    padding-left: 40px;
}

.content-wrap

section {
    background-size: cover !important;
}

.column-fixed-height {
    overflow-x: hidden;
}

.column-fixed-height > header {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    right: 15px;
    left: 15px;

    margin-bottom: 30px;
    z-index: 99;
}

.flex-row {
    display: flex;

    margin: 0;
}

/**  Room finder  **/

.room-finder {
    padding: 10px;

    border-radius: 4px;
    background-color: #e6e6e6;
}

.room-finder p {
    text-transform: uppercase;
    color: #6C6C6C;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.room-finder > p:before {
    content: url(images/RoomFinderFig.png);
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.room-finder label {
    display: block;
    text-transform: uppercase;
    color: #fd8606;
    font-size: 10px;
    margin: 0;
}

.room-finder .wrap-dropdown {
    display: inline-block;
    margin-right: 5px;
}

.room-finder input,
.room-finder select,
.room-finder textarea {
    background: #fff;
    font-size: 13px;
    padding: 2px 4px;
}

.room-finder button {
    color: #fff;
    background: #fd8606;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    padding: 2px 10px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}

.room-finder button:hover {
    background: #142326;
}

/**  Tel  **/

.telephone {
    font-size: 22px;
    font-weight: 600;

    display: inline-block;

    margin-right: 15px;
    padding-top: 10px;

    color: #676767;
}

/**  Social  **/

ul.social {
    display: inline-block;

    margin: 0;
    padding: 10px 0 0 0;

    list-style: none;

    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}

ul.social li {
    display: inline-block;

    margin-right: 5px;
}

ul.social li a {
    font-size: 10px;
    line-height: 22px;

    display: block;

    width: 22px;
    height: 22px;

    text-align: center;

    color: #fff;
}

ul.social li a:hover {
    background: #ee8011 !important;
}

/**  Nav  **/

.logo {
    position: absolute;

    display: block;

    max-width: 300px;
    z-index: 999999;
}

.navbar-collapse {
    padding: 0;
}

.navbar {
    z-index: 99;

    margin-bottom: 0;
    padding: 5px 0 15px 0;

    border-radius: 0;
}

.navbar .container {
    padding: 0 50px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-nav > li > a:after {
        margin: 0 7px!important;
    }
}

@media screen and (min-width: 1200px) {
    .navbar .col-xs-10 {
        width: 57%;
    }

    .navbar .hidden-xs {
        width: 26.333%;
    }

    .navbar-nav > li > a:after {
        margin: 0 9px;
    }

    .room-finder .wrap-dropdown {
        margin-right: 8px;
    }
}

.navbar-nav {
    margin-top: 15px;
}

.navbar-nav > li > a {
    font-size: 15px;

    padding: 0;

    text-transform: lowercase;

    color: #666;
}

.navbar-nav > li.current-page-ancestor > a,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover {
    color: #fd8606;
    background: none;
}

.navbar-nav > li > a:focus {
    background: transparent;
}

.navbar-nav > li > a:after {
    display: inline-block;

    width: 5px;
    height: 5px;
    margin: 0 10px;

    content: '';
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);

    border-radius: 50%;
    background: #ee8011;
}

.navbar-nav > li > a:hover:after {
    color: #bfb7b0;
}

.navbar-nav > li:last-of-type > a:after {
    display: none;
}

.tablet-wrap .room-finder {
    display: none;
}

li.mobile-menu {
	display: none;
}

/**  Hero  **/

#hero .circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;

    width: 280px;
    height: 280px;
    margin: auto;

    text-align: center;

    border: 1px solid rgba(0, 0, 0, .8);
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);

    justify-content: center;
}

#hero .content {
    padding: 10px;
}

#hero .content h1 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;

    color: #ee8011;
}

#hero .content p {
    font-size: 16px;
    font-weight: 300;

    color: #fff;;
}

#hero .carousel-indicators {
    bottom: 10px;
    left: 0;

    width: auto;
    margin: 0;
    padding: 20px;

    border-radius: 0 10px 10px 0;
    background: #000;
}

#hero .carousel-indicators li,
#hero .carousel-indicators li.active {
    display: block;
    float: none;

    width: 20px;
    height: 20px;
    margin: 0 0 8px 0;

    border: 3px solid #fff;
    background: #fff;
}

#hero .carousel-indicators li:last-of-type {
    margin-bottom: 0;
}

#hero .carousel-indicators li.active {
    background: #ee8011;
}

/**  Vertical carousel  **/

.carousel.vertical .carousel-inner {
    height: 100%;
}
.carousel.vertical .carousel-inner > .item {
    transition: .6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        transition: -webkit-transform .6s ease-in-out;
        transition:         transform .6s ease-in-out;
        transition:         transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            -ms-perspective: 1000;
        -webkit-perspective: 1000;
                perspective: 1000;
    }
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
        top: 0;

        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
        top: 0;

        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
        top: 0;

        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.carousel.vertical .carousel-inner > .active {
    top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    top: 0;

    width: 100%;
    height: 100%;
}
.carousel.vertical .carousel-inner > .next {
    top: 100%;
    left: 0;
}
.carousel.vertical .carousel-inner > .prev {
    top: -100%;
    left: 0;;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
    top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
    top: -100%;
    left: 0;
}
.carousel.vertical .carousel-inner > .active.right {
    top: 100%;
    left: 0;
}

/**  Dropdown  **/

.nav .dropdown-menu {
    position: relative;
    z-index: 0;
    display: block;
    visibility: hidden;
    width: auto;
    padding: 0;
    transition: all .25s ease-in-out;
    transform-origin: top center;
    -webkit-transform-origin: top center;
    opacity: 0;
    border: none;
    border-radius: 0;
    background: #e58127;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.nav li.dropdown > .dropdown-menu {
    position: absolute;
    top: 20px;
    left: 9px;
}

.nav li.dropdown.open > .dropdown-menu {
    z-index: 10;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(5px);
    transform: scale(1.1) translateY(5px);
}

.nav li .dropdown-menu ul {
    position: absolute;

    box-shadow: none;
}

.nav li .dropdown-menu .dropdown:hover > ul {
    position: relative;
}

.nav .dropdown-menu li:last-of-type a {
    border: none;
}

.nav .dropdown-menu li a {
    font-size: 13px;

    display: block;

    height: auto;
    padding: 10px 15px;

    transition: all .2s ease-in-out;

    color: #fff;
    border-bottom: 1px solid #fff;
}

.nav .dropdown-menu li a:hover,
.nav .dropdown-menu li.active a {
    color: #666;
    background: #fff;
}

.nav .dropdown-menu li:after {
    display: none;
}

/**  Page header  **/

.page-header {
    min-height: 135px;
    margin: 0;
    padding: 20px 0;

    border: none;
    background: #142326;
}

.page-header h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;

    display: inline-block;

    margin: 0;

    color: #fd8606;
}

.page-header h1 > span {
    color: #fff;
}

.page-header .container {
    padding: 0 60px;
}

.page-header .col-md-10 {
    min-height: 95px;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;

    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.page-header .menu-shortocode {
    float: right;

    min-width: 300px !important;
}

.taxonomy-description {
    margin-bottom: 40px;
}

.capacity {
    /*display: none;*/
}

.single-room .capacity {
    background: #142326;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}

.single-room .capacity .wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.single-room .capacity .wrap p {
    color: #e58127;
    font-size: 30px;
}

.page-header .menu-shortocode ul,
.rooms-header-box {
    margin: 0;
    padding: 0;

    list-style: none;
    max-height: 70px;
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.rooms-header-box {
    max-height: 130px;
}

.page-header .menu-shortocode ul li,
.rooms-header-box li {
    padding-right: 25px;
}

.page-header .menu-shortocode ul li a,
.rooms-header-box li a {
    font-size: 16px;

    color: #c8d1d2;
}

.page-header .menu-shortocode ul li.current_page_item a,
.page-header .menu-shortocode ul li.current-page-ancestor a {
    color: #fd8606;
}

/**  WordPress Specific  **/

.orange-font {
    color: #E58127;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.gallery-caption,
.wp-caption {
    padding: 5px;

    background: #fff;
}

.wp-caption-text,
.bypostauthor {
    color: #bfb7b0;
}

.sticky {
    text-align: left;
}

.screen-reader-text {
    display: none;
}

/**  WordPress edit  **/

.edit-link {
    position: fixed;
    z-index: 99;
    bottom: 40px;
    left: 40px;

    display: inline-block;

    transition: all 300ms ease-in-out;
}

.edit-link a {
    font-size: 13px;
    font-weight: bold;

    display: block;

    padding: 10px 20px;

    color: #fff;
    background: #ee8011;
}

.edit-link:hover a {
    color: #fff;
    background: #a1958a;
}

/**  News  **/

.latest-post {
    font-family: Arial;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e4e4e4;
}

.latest-post a {
    text-decoration: none;
}

.latest-post h2 {
    font-size: 14px;
    line-height: 1.3em;

    color: #4e2701;
}

.latest-post img {
    max-height: 200px;
    width: auto;
}

.latest-post .date-wrap {
    width: 50px;
    margin-bottom: 10px;

    text-align: center;
}

.latest-post .date-wrap .month {
    font-size: 14px;

    display: block;

    width: 100%;
    padding: 5px;

    text-transform: uppercase;

    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #000;
}

.latest-post .date-wrap .day {
    font-size: 14px;

    display: block;

    width: 100%;
    padding: 5px;

    background: #ee800f;
}

ul.categories {
    margin: 0;
    padding: 0;

    list-style: none;
}

ul.categories li a {
    font-size: 12px;

    color: #a8a8a8;
}

/**  Latest articles  **/

.latest-article {
    border: none;
    position: relative;
}

.latest-article h2 {
    color: #ee8011;
    margin-bottom: 5px;
}

.latest-article .date {
    color: #A8A8A8;
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px;
}

.latest-article p {
    font-size: 13px;
    padding-right: 20px;
}

.latest-article a.view-article {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 3px solid #A8A8A8;
    border-bottom: 3px solid #A8A8A8;
    right: 30px;
    bottom: 10px;
}

.latest-article a.view-article:hover {
    border-color: #ee8011;
}

/**  Contact form  **/

.wpcf7 label {
    font-weight: normal;

    display: inline-block;

    width: 25%;
}

.wpcf7 span.wpcf7-form-control-wrap {
    display: inline-block;

    width: 75%;
}

.wpcf7 span.wpcf7-form-control-wrap input,
.wpcf7 span.wpcf7-form-control-wrap textarea {
    margin: 0;
    
    background: #969696;
    padding: 3px 6px;
    color: #000;
    border: none;
    width: 100%;
}

.wpcf7 input[type='submit'] {
    float: right;
    border-radius: 4px;
    font-size: 14px;
    background: #142326;
    color: #fff;
    padding: 8px 18px;
    border: none;
}

.wpcf7 input[type='submit']:hover {
    background: #e58127;
}

/**  Testimonials  **/

.testimonial {
    position: relative;

    margin-bottom: 30px;
    padding: 25px 75px 25px 25px;

    cursor: pointer;

    color: #fff;
    border-radius: 7px;
    background: #142326;
}

.testimonial h3 {
    font-size: 14px;

    margin: 0;

    color: #e58127;
}

.testimonial p {
    font-size: 14px;

    margin: 0;

    color: #c8d1d2;
}

.testimonial:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 42px;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin-top: -5px;

    content: '';
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.testimonial:after {
    position: absolute;
    top: 50%;
    right: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -15px;

    content: '';

    border-radius: 50%;
    background: #e58127;
}

.testimonial .popup {
    position: absolute;
    z-index: -2;
    top: 90%;
    left: 0;

    width: 100%;
    padding: 15px;

    transition: all 500ms ease-in-out;

    opacity: 0;
    background: #666;
}

.testimonial .popup p {
    color: #fff;
}

.testimonial:hover .popup {
    z-index: 2;

    opacity: 1;
}

.testimonial:hover:before {
    right: 40px;

    margin-top: -6px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

/**  CTA block  **/

.gallery-wrap h2 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 20px 10px;
    color: #fff;
    background: #142326;
}

.gallery-wrap .slick-slide img {
    width: 100%;
}

/**  CTA block  **/

.cta-block {
    position: relative;

    margin-bottom: 30px;

    cursor: pointer;

    color: #fff;
    border-radius: 7px;
    background: #142326;
    overflow: hidden;
}

.cta-block header {
    padding: 20px 75px 20px 15px;
    position: relative;
}

.cta-block header a {
    color: #C8D1D2;
    text-decoration: none;
}

.cta-block header h3 {
    font-size: 17px;
    margin: 0;
}

.cta-block header span {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    border-radius: 50%;
    background: #fd8606;
}

.cta-block header span:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.cta-block img {
    width: 100%;
}

/**  News page  **/

.news-wrap {
    background: #F1F3F2;
    padding-top: 25px;
}

.news-wrap .news-items {
    background: #fff;
    overflow: hidden;
}

.news-wrap .news-items article {
    border-bottom: 1px solid #DEE0DF;
    padding: 30px;
    margin: 30px;
}

.news-wrap .news-items article:last-of-type {
    border-bottom: none;
}

.news-wrap .news-items article h2 {
    font-size: 18px;
    line-height: 1.3em;
    padding-right: 50px;
}

.news-wrap .news-items article h2 a:hover {
    color: #000;
}

.news-wrap .news-items article .date {
    font-size: 16px;
    color: #949494;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.news-wrap .news-items article .link {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 35px;
    height: 35px;
    content: '';
    border-radius: 50%;
    background: #e6e6e6;
}

.news-wrap .news-items article .link:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 14px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.news-wrap .news-items article .link:hover {
    background: #EE8011;
}

/**  Single news  **/

.single-news-post .back-to-news {
    display: block;
    border-bottom: 4px double #E0DEDE;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    color: #142326;
    font-family: Arial;
}

.single-news-post .back-to-news span {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 7px;
    background: #E58127;
    position: relative;
    margin: 0 10px -3px 0;
}

.single-news-post .back-to-news span:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 50%;
    margin-left: -2px;
}

.single-news-post {
    background: #fff;
    overflow: hidden;
    margin: 0 15px;
    padding: 25px 0;
    font-size: 14px;
}

.single-news-post h1 {
    font-size: 17px;
    color: #E58127;
}

.single-news-post .date {
    color: #cacaca;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
}

.single-news-post .date span {
    color: #E58127;   
}

.single-news-post img.attachment-post-thumbnail {
    float: right;
    margin: 0 0 20px 20px;
}

.post-nav {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #9F9F9F;
    padding-top: 15px;
    margin-top: 30px;
}

.post-nav .prev,
.post-nav .next {
    width: 50%;
    float: left;
}

.post-nav .next {
    text-align: right;
}

.post-nav .prev span,
.post-nav .next span {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 7px;
    background: #E58127;
    position: relative;
    margin-right: 5px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}

.post-nav .next span {
    margin-left: 5px;
    margin-right: 0;
}

.post-nav .prev span:before,
.post-nav .next span:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 50%;
    margin-left: -2px;
}

.post-nav .next span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -4px;
}

.post-nav .prev a,
.post-nav .next a {
    color: #4F4F4F;
    font-weight: bold;
}

/**  News sidebar  **/

.sidebar {
    padding-top: 70px;
    padding-left: 25px;
}

.sidebar .widget {
    background: #142326;
    padding: 30px 10px;
    border-radius: 10px;
    height: 400px;
    overflow: scroll;
}

.sidebar .widget h6 {
    font-size: 14px;
    font-weight: bold;
    color: #E58127;
    margin-bottom: 0;
}

.sidebar .widget .border {
    display: inline-block;
    width: 33.33%;
    height: 5px;
    background: #E58127;
    border-right: 1px solid #142326;
}

.sidebar .widget .border:nth-of-type(2) {
    background: #fff;
}

.sidebar .widget .border:nth-of-type(3) {
    background: #ccc;
}

.sidebar .widget ul {
    padding: 0 0 0 30px;
    margin: 25px 0 0 0;
    list-style-type: none;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #EE8011;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.sidebar .widget ul li:before {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    left: -30px;
    top: 10px;
}

.sidebar .widget ul li a {
    color: #fff;
}

.sidebar .widget ul li a:hover {
    color: #E58127;
}

.sidebar .widget ul li .post-date {
    color: #fff;
    font-style: italic;
    display: block;
    margin-top: 10px;
}

/**  Image tabs  **/

.img-tabs {
    position: relative;

    height: 668px;

    background: #142326;
}

.img-tabs .img-tab-wrap {
    font-size: 20px;
    font-style: italic;

    padding: 20px;

    color: #fff;
}

.img-tabs h2 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;

    color: #fff;
}

.img-tabs h2 span {
    color: #e58127;
}

.img-tabs img {
    width: 100%;
}

.img-tabs .fw-tabs {
    position: absolute;
    bottom: 0;

    width: 100%;
}

.img-tabs .fw-tabs ul {
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    flex-wrap: wrap;
}

.img-tabs .fw-tabs ul li {
    display: flex;
    flex-direction: column;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, .2);

    flex-grow: 1;
    flex-basis: 0;
    justify-content: center;
}

.img-tabs .fw-tabs ul li a {
    font-size: 15px;
    font-style: normal;
    line-height: 1.3em;

    padding: 10px;

    text-decoration: none;

    color: #fff;
}

.img-tabs .fw-tabs ul li.ui-state-active {
    position: relative;

    background: #e58127;
}

.img-tabs .fw-tabs ul li.ui-state-active:before {
    position: absolute;
    top: -20px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -12.5px;

    content: '';

    border-width: 0 12.5px 20px 12.5px;
    border-style: solid;
    border-color: transparent transparent #e58127 transparent;
}

/**  Sidebar menu  **/

.post-type-archive-room .widget_rooms ul > li:first-of-type {
    display: none;
}

.sidebar-menu {
    padding: 15px;

    border-radius: 7px;
    background-color: #142326;
}

.sidebar-menu .widget-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sidebar-menu ul li {
    font-size: 15px;
}

.sidebar-menu ul li.current-cat a {
    color: #e58127;
}

.sidebar-menu ul li a {
    display: block;

    padding: 7px 5px;

    text-decoration: none;

    color: #c8d1d2;
    border-bottom: 1px solid #e58127;
}

.sidebar-menu ul li:last-of-type a {
    padding-bottom: 0;

    border: none;
}

.sidebar-menu ul li a small {
    font-size: 12px;
    display: block;
}

.sidebar-menu ul li.current-page-ancestor > a,
.sidebar-menu ul li.current_page_item > a,
.sidebar-menu ul li a:hover {
    color: #e58127;
}

.sidebar-menu ul li .sub-menu {
    display: none;
}

.sidebar-menu ul li.current-page-ancestor .sub-menu,
.sidebar-menu ul li.current_page_item .sub-menu {
    display: block;
}

.sidebar-menu ul li .sub-menu li a {
    border-bottom: 1px solid #e58127;
    padding: 10px 10px 10px 25px;
    font-size: 14px;
}

.page-id-274 #menu-item-279 .sub-menu {
    display: block!important;
}

.parent-pageid-299 #menu-item-306 .sub-menu {
    display: block!important;
}

.parent-pageid-299 .col-sm-6.downloads {
    display: none!important;
}

/**  Small page header  **/

.small-header.no-image {
    margin: 0;
}

.small-header {
    margin: 0 -30px 30px -30px;
}

.small-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 300;

    margin: 0;
    padding: 20px 10px;

    color: #fff;
    background: #142326;
}

/** Buttons **/

a.tour,
a[href$='.pdf'],
a[href$='.docx'] {
    font-size: 18px;

    position: relative;

    padding-right: 60px;

    text-decoration: none;

    color: #000;
}

.tour:before,
a[href$='.pdf']:before,
a[href$='.docx']:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 11px;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin-top: -5px;

    content: '';
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.tour:after,
a[href$='.pdf']:after,
a[href$='.docx']:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -15px;

    content: '';

    border-radius: 50%;
    background: #e58127;
}

.tour:hover:before,
a[href$='.pdf']:hover:before,
a[href$='.docx']:hover:before {
    right: 9px;

    margin-top: -6px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

a.download-pdf {
    display: block;
    background: #142326;
    border-radius: 5px;
    padding: 14px;
    color: #C8D1D2;
    margin-bottom: 5px;
}

a.download-pdf:before {
    right: 26px;
}

a.download-pdf:after {
    right: 15px;
}

a.download-pdf:hover:before {
    right: 24px;

    margin-top: -6px;
}

.downloads h3 {
    color: #E58127;
    font-size: 16px;
    margin-top: 15px;
}

a.risk-link:before, .risk-link:after {
	display: none!important;
}

a.risk-link {
	font-size: 1rem;
    padding-right: 0px;
    color: #ee8011;
}

a.risk-link:hover {
	color: #a1958a;
}


/**  Modal  **/

.modal-content {
    border-radius: 0;
}

/**  Footer  **/

footer {
    font-size: 12px;

    padding: 15px 0;

    color: #b8b4b7;
    border-top: 10px solid #fd8606;
    background: #142326;
}

footer .container {
    padding: 0 40px;
}

footer .row {
    display: flex;

    flex-wrap: wrap;
}

footer .col-sm-3 {
    position: relative;
}

footer .col-sm-3:after {
    position: absolute;
    top: 0;
    right: 20px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: #b8b4b7;
    box-shadow: inset 0 40px #142326;
}

footer .col-sm-3:last-of-type:after {
    display: none;
}

footer h6,
footer .col-sm-3 .textwidget p > a {
    font-size: 12px;

    color: #b8b4b7;
}

footer h6:before,
footer .col-sm-3 .textwidget p > a:before {
    position: relative;

    display: inline-block;

    width: 5px;
    height: 10px;
    margin-right: 15px;

    content: '';

    background: #ee8011;
}

footer h6:after,
footer .col-sm-3 .textwidget p > a:after {
    position: absolute;
    top: 3px;
    left: 20px;

    width: 0;
    height: 0;

    content: '';

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ee8011;
}

footer .col-sm-3 .textwidget {
    margin-bottom: 20px;
}

footer .col-sm-3:last-of-type .textwidget:not(:first-of-type) {
    font-size: 14px;

    padding: 5px;
    background: #142326 ;
}

footer ul {
    margin: 0;
    padding: 0 0 0 20px;

    list-style: none;
}

footer ul li a,
footer ul li a:active,
footer ul li a:visited {
    font-size: 12px;

    text-transform: uppercase;

    color: #b8b4b7;
}

footer h6 {
    font-size: 12px;

    position: relative;

    text-transform: uppercase;

    color: #b8b4b7;
}

footer h6:after {
    top: 1px;
    left: 5px;
}

footer .copyright {
    font-family: 'Arial';

    margin-top: 20px;

    letter-spacing: 1px;

    color: #666;
}

footer .copyright a {
    color: #666;
}

footer .copyright .col-sm-3 {
    text-align: right;
}
footer .col-sm-3:last-of-type .textwidget:not(:first-of-type) {
	background-color:#142326;
}
/**  Cookie bar  **/

body #catapult-cookie-bar {
    padding: 20px;

    border-top: 1px solid #fd8606;
}

body #catapult-cookie-bar a {
    font-weight: bold;

    text-decoration: underline;
}

body #catapult-cookie-bar a:hover {
    color: #fd8606;
}

body button#catapultCookie {
    font-size: 12px;
    font-weight: bold;

    padding: 10px;

    border-radius: 0;
}

@media (max-width: 991px) {
    .navbar .container,
    .fw-container {
        padding-left: inherit;
        padding-right: inherit;
    }

    .room-finder p {
        float: left;
        margin-right: 15px;
    }

    .room-finder form {
        float: left;
    }

    .tablet-wrap {
        position: relative;
    }

    .tablet-wrap .room-finder {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 5px 10px;
    }

    .page-header {
        padding: 40px 0 20px 0;
    }

    .latest-post .date-wrap {
        width: 100%;
    }

    #hero .circle {
        height: 220px;
        width: 220px;
    }
    #hero .content h1 {
        font-size: 24px;
    }

    .telephone {
        font-size: 18px;
    }

    .single-news-post img.attachment-post-thumbnail {
        max-width: 175px;
    }

    .img-tabs {
        height: 598px;
    }

    .img-tabs .fw-tabs ul li {
        flex: 1 0 25%;
    }
}

@media (max-width: 768px) {
    .nav .dropdown-menu {
        display: none;
    }

    .tablet-wrap {
        width: 50%;
        float: left;
        padding: 0 5px 5px 0;
    }

    .tablet-wrap .room-finder {
        display: block;
        position: static;
    }

    .tablet-wrap .room-finder form {
        display: block;
        background: #e6e6e6;
        position: absolute;
        width: 200%;
        right: 0;
        padding: 10px;
        border-radius: 5px;
        bottom: -55px;
        right: -1px;
        display: none;
    }

    .tablet-wrap .room-finder form.show-finder {
        display: block;
    }

    .room-finder p {
        float: none;
        margin: 0;
		font-size: 12px;
    }

    .tablet-wrap:last-of-type {
        padding-right: 0
    }

    .navbar {
        padding: 5px 0 0px 0;
    }

    .navbar-collapse.in {
        overflow: visible;
    }

    .navbar-toggle {
        background: #e6e6e6;
        border-radius: 4px;
        margin: 0;
        width: 100%;
        text-align: left;
        z-index: 9999;
    }

    .navbar-toggle .name {
        color: #6C6C6C;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 5px;
    }

    .navbar-toggle .bars {
        display: inline-block;
    }

    .navbar-toggle .icon-bar {
        background: #ee8011;
    }

    .navbar-nav {
        margin: 0;
        background: #e6e6e6;
        border-radius: 0 0 4px 4px;
    }

    .navbar-nav > li > a {
        padding: 5px 10px;
    }

    .navbar-nav > li > a:after {
        display: none;
    }
	
	li.mobile-menu {
		display: inline-block;
	}

    .page-header,
    .page-header .col-sm-10 {
        min-height: auto;
    }

    .single-news-post img.attachment-post-thumbnail {
        max-width: 200px;
    }

    .img-tabs {
        height: auto;
    }

    .img-tabs .fw-tabs {
        position: static;
    }

    .img-tabs .fw-tabs ul li {
        flex: 1 0 100%;
    }

    .flex-row {
        display: block;
    }

    footer .col-sm-3 {
        flex: 2 0 50%;
    }

    footer .copyright .col-sm-3 {
        text-align: left;
    }
}

@media (max-width: 600px) {

    .page-header .menu-shortocode {
        float: none;
        margin-top: 10px;
    }
	
	#hero .content h1 {
		margin-bottom: 5px;
	}
	
	#hero .content p {
		line-height: 1.2em;
	}

    .page-header .menu-shortocode ul li a {
        font-size: 14px;
    }

    .navbar ul.social {
        display: none;
    }

    .navbar-toggle {
        padding: 4px 10px;
    }

    .room-finder {
        padding: 5px 10px
    }

    .logo {
        top: 15px;
    }

}

@media (max-width: 500px) {
    .post-nav .prev,
    .post-nav .next {
        width: 100%;
        float: none;
        text-align: center;
    }

    .post-nav .prev a,
    .post-nav .next a {
        background: #ee8011;
        display: block;
        color: #fff;
        padding: 10px;
        margin-top: 2px;
    }

    .page-header .menu-shortocode {
        float: none;
        margin-top: 15px;
    }

    footer .col-sm-3 {
        flex: 1 0 100%;
        border-bottom: 1px solid #b8b4b7;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    footer .col-sm-3:after {
        display: none;
    }
}

/*  Rooms  */

.room-box {
    margin-bottom: 30px;
}

.room-box:nth-child(2n+1) {
    clear: left;
}

.room-box-inner {

    text-align: center;
    overflow: hidden;

    color: #fff;
    background: #142326;
    border-radius: 5px;
}

.room-box-inner .featured-image {
    max-height: 210px;
}

.room-box-inner .featured-image img {
    display: none;
}

.room-box-inner .featured-image img.active {
    display: block;
}

.room-box-inner h2 {
    position: relative;
    text-align: left;
    font-size: 18px;
    margin: 0;
}

.room-box-inner h2 a {
    color: #C8D1D2;
    display: block;
    padding: 20px;
}

.room-box-inner h2 a span {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -12.5px;
    display: block;
    width: 25px;
    height: 25px;
    content: '';
    border-radius: 50%;
    background: #ee8011;
}

.room-box-inner h2 a span:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    content: '';
    transition: all 300ms ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.main-container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.tags-box .col-sm-3 a {
    display: block;

    width: 10px;
    height: 10px;
    margin: 20px auto;

    border-radius: 50%;
    background: #fff;
    opacity: .3;
}

.tags-box .col-sm-3.active a {
    opacity: 1;
}

.tags-box .col-sm-3.active {
    background: #ee8011;
}

.tags-box .col-sm-3.active * {
    color: #fff;
}

.tags-box a span.tag-box-title {
    color: #C8D1D2;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}

span.tag-box-number {
    font-size: 24px;
    padding-bottom: 10px;
    display: block;
}

#AboutUsLeftNav {
    float: left;

    box-sizing: border-box;
    width: 100%;
    padding: 14px;
    margin-bottom: 30px;

    border-radius: 7px 7px 7px 7px;
    background-color: #142326;
}

#AboutUsLeftNav .rooms-sidebar-box {
    margin: 0;
    padding: 0;
}

#AboutUsLeftNav li:first-child {
    float: left;

    border: none;
}

#AboutUsLeftNav li {
    display: inline;
    float: left;

    width: 100%;

    border-top: 1px solid #e58127;
}

#AboutUsLeftNav li a {
    font-size: 15px;
    font-weight: normal;

    float: left;

    padding: 8px 0 8px 30px;

    text-decoration: none;

    color: #c8d1d2;
}

#AboutUsLeftNav li a:hover {
    color: #e58127;
}

.below-sidebar {
    font-size: 18px;
    font-style: italic;
}

/*  Single room  */

.single-room .single-news-post img.attachment-post-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
}

.single-room .single-news-post h2 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 20px 10px;
    color: #fff;
    background: #142326;
}

.single-room .single-news-post {
    background: none;
    padding: 0;
}

.single-room .sidebar {
    padding-top: 0;
}

.single-room .single-news-post .post {
    background: #fff;
}

.single-room .single-news-post .post .content {
    padding: 30px;
}

.single-room .single-news-post .post .content .fw-container,
.single-room .single-news-post .post .content .fw-container section {
    padding: 0 !important;
}

.rooms-sidebar-box li a.active,
.rooms-header-box li a.active {
    color: #e58127 !important;
}

/*  Tables  */

body .fw-table table > thead > tr > th,
body .fw-table table > tbody > tr > th,
body .fw-table table > tfoot > tr > th,
body .fw-table table > thead > tr > td,
body .fw-table table > tbody > tr > td,
body .fw-table table > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px solid #e58127;
}


/* COVID 19 */

.goodtogo {
    position: absolute;
    left: -310px;
    width: 200px;
    bottom: 33px;
}

.goodtogo-wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .goodtogo {
        bottom: -37px;
        left: 0px;
        width: 100px;
    }
    .goodtogo-wrap {
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 768px) {
     .goodtogo {
        left: -265px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .goodtogo {
        left: -245px;
    }
}

@media screen and (min-width: 992px) {
      .goodtogo {
        left: -280px;
    }
}
@media screen and (min-width: 1200px) {
    .goodtogo {
        left: -310px;
    }
}

#menu-item-666 {
	display: none;
}



