/*
Theme Name: The Fox
Author: Arthaus Visual Communications
Author URI: http://www.arthaus.co.uk/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ==========================================================================
  
  0.  Font Face
  1.  Document Setup (body, common classes, vertical rhythm, structure etc)
  2.  Header Styles
  3.  Navigation & Menus
  4.  Carousel styling
  5.  Blog filters
  6.  Main Content Styles
  7.  blog Styles
  8.  footer Styles
  9.  media queries

============================================================================= */

/* ==========================================================================
    0.  Font-Face
============================================================================= */
@font-face {
	font-family: sans-serif;
    src:url('font/GothamBook.eot'),
        url('font/GothamBook.woff') format('woff'),
        url('font/GothamBook.ttf') format('truetype');
}

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


/* ==========================================================================
    1.  Document Setup (body, common classes, vertical rhythm, structure etc)
============================================================================= */
* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    background: #E4D9C2;
    color: #fff;
    font-family: sans-serif;
    font-weight: 300;
    height: 100%;
    line-height: inherit;
}

html {
    height: 100%;
    min-height: 100%;
    position: relative;
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    text-decoration: underline;
}
.blk-txt a { color: #474747; }

.btn.btn-action {
    float: right;
    font-size: 18px;
    line-height: 35px;
    background-color: #2F3535;
    border-radius: 0;
    padding: 0 45px 0 15px;
    margin: 15px 0 0 25px;
    display: none;
}

.btn.btn-action:after {
    font-size: 30px;
    color: #B9BEAB;
    right: 12px;
}

.btn.btn-action:hover {
    color: white;
}

#menu-item-214 a {
    background: none;
    padding-right: 0;
}

#menu-item-630, #menu-item-631 {
    display: block;
}

@media (min-width: 768px) {
    .btn-action {
        display: block !important;
    }

    #menu-item-630, #menu-item-631 {
        display: none !important;
    }
}

.navbar-collapse {
    max-height: none;
    padding: 0;
}

a:hover { text-decoration: none; }

a:hover { color: white; text-decoration: none; }

a.btn {
    font-family: Arial,Sans-Serif;
    font-size: 10px;
    line-height: 16px;
    padding: 0 20px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
a.btn:hover { color: #B9BEAB; }

a.btn:after {
    color: #474747;
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

p {font-size: 13px; font-weight: 300;}

nav {font-family: sans-serif; font-weight:700;}

.navbar {
    border-bottom: solid 1px #2F3535 !important;
    border-radius: 0 !important;
}

h1 {
    font-family: sans-serif;
}

h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: sans-serif;
}

h3 {
    font-family: sans-serif;
}

h4 {
    font-size: 26px;
    font-family: sans-serif;
}

h6 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 14px 0 8px;
    text-transform: uppercase;
}

blockquote {
    border-left: none;
    border-top: 2px solid #FFF9ED;
    font-family: 'Angelina';
    font-size: 32px;
    line-height: 30px;
    margin: 0;
    padding: 18px 0;
}

.testimonioal-column blockquote p {
    font-size: 30px !important;
    padding: 0 0 25px 0;
}

.row div:first-child blockquote { border: none; padding-top: 0; }

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

ul, menu, dir {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
} /*Overriding the browswers defaults*/

/* ==========================================================================
    2.  Header Styles
============================================================================= */
header { overflow: hidden; position: relative; }

#logo {
    background: url('images/logo.svg') no-repeat 0 0 / contain;
    display: inline-block;
    float: left;
    height: 50px;
    margin: 15px 0 11px;
    text-indent: -9999px;
    width: 140px;
}
.home #logo { background-image: url('images/logo.svg'); width: 105px; background-size: contain;}

.latest-blog {
    background: rgba(176, 169, 156, .9);
    bottom: 0;
    padding: 0 10px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}

.latest-blog h3 {
    color: #2D2D2D;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 10px 0 0;
}

.latest-blog a { color: #353526; text-decoration: none; }

.blog-post {
    display: none;
    margin: 0;
    padding: 0 0 10px;
}
.blog-post:nth-of-type(1) { display: block; }
.blog-post:nth-of-type(3) { border:none; }

.latest-blog h4 {
    font-family:Arial, Sans-Serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
    padding: 5px 0 0;
}

.latest-blog h4 a { color: #fff; }

.latest-blog p {
    color:#1d1d1d;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 5px 0;
}

.blog-border h3 { color:#000; font-family:Arial, Sans-Serif;}

/* ==========================================================================
    3.  Navigation & Menus
============================================================================= */
#menu_container {
    background-color:#B9BEAB;
    
    background-size: cover;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

.phone-number {
    float: right;
    font-size: 36px;
    margin: 0 15px 0;
    font-family: sans-serif, Sans-Serif;
}

h1 img {margin-top:15px !important; margin-bottom: -25px !important;}
.navbar > .container .navbar-brand {
    display: block;
    height: 95px;
    margin: 10px 0 0 10px;
    padding: 0;
    text-indent: -9999px;
    width: 230px;
}

.navbar { min-height:1px; }/*Override bootstrap min-height*/
.navbar > .container .navbar-brand:focus { outline: none; }

.navbar, .navbar h1 { margin: 0; }

.navbar-nav { margin: 0; }

.navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 5px 12px 5px 7px;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-nav > li > a:hover, .nav > li > a:focus { background-color: transparent; outline: none; }

.navbar-nav > li:last-child > a { background: none; padding-right: 0; }

.navbar .navbar-nav > li > a { color: #fff; }
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li.active > a { color: #2F3535; }

.navbar-toggle {
    background: #aaa;
    border: none;
    padding: 7px 6px;
    clear:right;
    margin: 22px 15px;
}

.navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    width: 20px;
}

.navbar-toggle .icon-bar + .icon-bar { margin-top: 2px; }

.navbar-nav > li > a {
    color: #666;
    font-weight: 700;
    padding: 12px 10px;
    text-transform: uppercase;
}

.img-nav ul li { display:inline; list-style-type:none; padding-right: 15px; }

.subnav { -moz-padding-start: 0px; }

.jumptos { padding-top: 20px; }

/* ==========================================================================
    3.  Blog filters
============================================================================= */
.filter {
    background: #6D6D6D;
    display: none;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    position: fixed;
    top: 105px;
    width: 100%;
    z-index: 3;
}
.blog .filter, .single .filter { display: block; }

.filter-fields { display: none; }
.display-filter .filter-fields { display: block; }


.search-filter a {
    background: #f8f9f3;
    color: #474747;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 160px;
}
.search-filter a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
}
.display-filter .search-filter a:after { content: "\f077"; }

.search-filter a:hover { color: #6D6D6D; }

.filter label { display: block; position: relative; }
.filter label:after {
    content: "\f002"; 
    font-family: FontAwesome;
    font-weight: normal;
    color: #676767;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 1px;
}

.dropdown_list { position: relative; }

.dropdown_list a, .search-field {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .1);
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin: 3px 0;
    padding: 0 30px 0 10px;
    position: relative;
    text-decoration: none;
}
.search-field {
    background: #fff;
    border: none;
    width: 100%;
}
.search-field:focus { outline: none; }

.dropdown_list a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 19px;
    color: #555;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.dropdown_list select {
    bottom: 0;
    font-size: 13px;
    left: 0;
    opacity: 0;
    filter: aplha(opacity=0);
    padding: 3px 0;
    position: absolute;
    width: 100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    z-index: 2;
}

.search-form { position: relative; }

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

.search-submit {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: aplha(opacity=0);
    width: 30px;
}


/* ==========================================================================
    4.  Main Content Styles
============================================================================= */

#content_container {   height: 100%; margin: 144px auto 0; width: 100%; }

.home #content_container { margin-top: 78px; }

.mobile_banner {
    background: url('https://the-fox.pub/wp-content/themes/The%20Fox/images/1_welcome_fox.jpg') no-repeat;
    background-position: center 0; 
    background-attachment:scroll;
    background-size: cover;
    height: 0;
    padding-bottom: 60%;
}

.banner_container {
    background-color:#343434;
    position:relative;
    z-index: 1;
}
.banner {
    width:100%;
    max-height:530px;
    min-height: 60px;
    overflow:hidden;
}

.banner ul { display: none; margin: 0; padding: 0; }

/*.banner img {width: 100% !important;}*/

article {
    padding: 30px 0 50px;
    position: relative;
}
article:after {
    background: #6D6D6D;
    border: 2px solid #6D6D6D;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    bottom: -26px;
    color: white;
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 50px;
    height: 52px;
    left: 50%;
    line-height: 30px;
    margin-left: -26px;
    position: absolute;
    text-align: center;
    width: 52px;
    z-index: 2;
}

section article:last-child:after { display: none; }

.chalk-board {
    background-color:#B9BEAB;
    color: #2F3535;
 }
 
.barrels { background-color:#822F00; background: url(images/barrels.jpg) center no-repeat; }

.wallpaper {
    background: url(images/wallpaper.png);
    padding: 0 0 50px;
    background-color: white;
}

.wallpaper-overlay {
    background: rgba(109,109,109,0.2);
    padding: 30px 0;
}

.leather {
    background: url(images/food-bg.jpg) center no-repeat;
    background-size: cover;
    color: white;

}

.trip_advisor {
    max-width: 100%;
    margin: 10px 0;
}
 
.chalk-board, .barrels, .leather {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blk-txt { color: #474747; }

.ctas { padding: 0 10px; text-align: left; }

.ctas a { text-decoration: none; }

.ctas p { color: #474747; font-size: 14px; }

.supplier {
    color: #000;
    background-color: white;
    padding: 15px;
}

.supplier img { width: 100%; }

article.chalk-board.contact-section {
    background-color: #2E3535;
    color: white;
}

.rooms {
    color: #fff;
    background-color: #2F3535;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
}

.rooms a { color: #fff; }

.rooms a.btn:after { color: #cec5b5; }

.rooms p { color: #fff; }

.rooms-popout h6{margin:0 0 5px 0; text-transform:uppercase;}
.rooms-popout p{font-weight:500; font-size:14px; line-height:1;}

.info-panel {
    background: #B9BEAB;
    margin: 0 10px;
    padding: 15px 5px;
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
}

.active-room {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #B9BEAB transparent;
    display: none;
}

.info-panel p {
    font-size: 13px;
}

.sticky-tape {
    background: #fff;
    padding: 10px;
    position: relative;
    float: right;
}

img.img-custom.wp-post-image {
    width: 100%;
    height: auto;
}

.title-img {
    height: 34px;
    padding: 0 15px;
    vertical-align:baseline;
}

.book {
    background: url(images/phone.png) 140px 25px no-repeat;
    background-size: 98px;
    padding-top: 50px;
    padding-left: 20px;
}

.book p { font-size: 12px; }

.book img { margin:-80px 0 0 20px; }
.book p:nth-child(3) { margin-top: -20px;}

.map { padding-left:20px; }

/* ==========================================================================
    11.  blog Styles
============================================================================= */
.container-masonry {
    height: 100%;
}

.load-more-posts {
    background: #ACAC9C;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin: 10px auto 20px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}
.load-more-posts:hover {
    color: #fff;
    background: #333;
}

#blog_posts {
    color: #444;
    font-family: 'sans-serif', sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 20px 0 5px;
}

#blog_posts h1, #blog_posts h2, #blog_posts h3, #blog_posts h4, #blog_posts h5, #blog_posts h6 { font-family: 'sans-serif', sans-serif; }

#blog_posts h2 {
    color: #6D6D6D;
    display: block;
    font-family: inherit;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 22px 0;
    text-transform: none;
}
#blog_posts h2:before,
#blog_posts h2:after { display: none; }

#blog_posts h4 {
    font-size: 19px;
    letter-spacing: -1px;
    margin: 0;
    padding: 10px 5px;
}

#blog_posts h4 a { color: #6D6D6D; }

#blog_posts h4 a:hover { color: #333; }

#blog_posts a { text-decoration: none; }

#blog_posts blockquote:before,
#blog_posts blockquote:after {
    background: url(images/blockquote-grey.png) 0 0 no-repeat;
    height: 27px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}
#blog_posts blockquote:after {
    background-position: right 0;
    bottom: -10px;
    left: auto;
    right: 0;
    top: auto;
}

#blog_posts blockquote {
    border: none;
    color: #777;
    font-family: 'sans-serif', sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    margin: 5px 0 15px;
    padding: 10px 0 10px 35px;
    position: relative;
}

.post { padding: 20px 0 50px; }

.post a { color: #474747; text-decoration: underline; }
.post a:hover { color: #6D6D6D; }

.grid-sizer { width: 100%; }

#blog_posts .post {
    background: #fff;
    -webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .1);
    float: left;
    margin: 0 1% 15px 0;
    padding: 5px;
    width: 95.4%;
}

#blog_posts .post:before,
#blog_posts .post:after { display: none; }

.single #blog_posts .post {
    float: none;
    padding: 5px 10px;
    margin: 0 0 30px;
    width: auto;
}


.post p {
    color: #858585;
    font-size: 12px;
    margin: 0;
    padding: 0 5px 10px;
}
.single .post p { font-size: 14px; font-weight: normal; overflow: visible; padding: 0 0 15px; }

.meta {
    border-top: 1px solid #eee;
    color: #858585;
    font-size: 11px;
    font-style: italic;
    line-height: 36px;
    padding: 0 5px;
}

.single-post .meta {
    border-bottom: 1px solid #EEEEEE;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 25px;
}

.meta ul { margin: 0; padding: 0; }

.meta li {
    display: inline-block;
    list-style: none;
    margin-right: 24px;
}

.meta a { color: #6D6D6D; }

.meta a.comments-link {
    color: #858585;
    margin: 0 0 0 5px;
}
.meta a:hover { color: #333; }

.meta .icon-stack {
    float: right;
    font-size: 15px;
    margin: 5px 0 0;
}

a.post-permalink-icon { color: #6D6D6D; }
a:hover.post-permalink-icon { color: #333; }

.single-post img.pull-right {
    margin: 0 0 20px 20px;
    height: auto;
    width: 205px;
}

.single-post .backtoblog {
    color: #EA9924;
    float: left;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 30px;
    position: relative;
    z-index: 1;
}

#comments {
    border-top: 1px solid #eee;
    clear: both;
    padding: 0 20px;
}

#comments h3 {
    color: #EA9924;
    font-size: 27px;
    font-weight: 300;
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.children { list-style: none; }

.comment_content {
    margin-left: 60px;
}

.comment-author {
    font-size: 19px;
    font-weight: 400;
}

.comment span.avatar {
    background: #f1f1f1;
    border-radius: 3px;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
}

.commentmetadata {
    font-size: 13px;
    margin-bottom: 15px;
}

.commentlist li.comment:first-child > div {
    border-top: medium none;
}
.commentlist li.comment > div {
    border-top: 2px solid #F7F7F8;
    padding-top: 20px;
}

#respond {
    background: #eee;
    margin: 30px -20px 5px;
    padding: 0 15px;
}

#comments h3#reply-title { color: #545454; padding: 20px 0 15px; }

.comments-title { font-size: 30px; }

.form-control { margin-bottom: 5px; font-size:14px; }
.comment-meta, .comment-body p, .reply {  margin-left: 40px; }
.comment-body { margin-top: 20px; }

.form-submit #submit {
    background: none repeat scroll 0 0 #acac9c;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    font-weight: 500;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    width: 100px;
    color:#fff;
}
.form-submit #submit:hover {
    transition: all 0.3s ease-in-out 0s;
    background: none repeat scroll 0 0 #333;
    color:#fff;
}

/* ==========================================================================
    12.  footer Styles
============================================================================= */
footer {
    background: #6D6D6D;
}
footer p {
    display: inline;
    color: #A8A8B7;
    font-size: 11px;
    margin: 10px 0;
}

#map_canvas {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}

.arthaus-signature {
    color: white;
    float: right;
}
.arthaus-signature a {
    color: white;
    text-decoration: none;
}

.arthaus-signature a:hover { color: #fff; }

.tp-bullets.simplebullets.round .bullet {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    width: 10px !important;
    bottom: -260px !important;
}

/* ==========================================================================
    9.  media queries
============================================================================= */
/*Solving Safari and iPad problem of bg img positioning*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .chalk-board { background-repeat:repeat-x; }
}

/* Small devices (tablets 768px and up) */
@media (min-width: 768px) {
    h2 { font-size: 48px; }
    h4 { font-size: 30px; }
    p {font-size: 14px; }    
    .title-img { height: 50px; }

    blockquote {
        border-left: 2px solid #FFF9ED;
        border-top: none;
        height: 100px;
        padding: 0 0 0 25px;
    }
    .row div:first-child blockquote { border: none; padding-left: 0; }

    /* == top bar == */
	.header-notice > .container > a.takeaway-delivery-link {
		margin-right: 15px;
	}
	
    #menu_container { position: static; }
  
    #logo { height: 94px; width: 250px; }
    .home #logo { width: 188px; }

    #content_container { margin-top: 200px; }
    .home #content_container { margin-top: 144px; }
    
    .navbar-nav { clear: right; float: right; }

    .latest-blog {
        bottom: auto;
        height:530px;
        left: auto;
        right:40px;
        padding: 0 20px;
        width: 276px;
    }
    
    .latest-blog h3 { font-size: 20px; margin: 20px 0 10px; }

    .blog-post { display: block; border-bottom: 1px solid #7c7872; margin: 0 0 7px; }
    
    /* == Blog filters == */
    .filter { height: 45px; padding: 5px 0; top: 145px; }

    .filter-fields { display: block; }

    .search-filter { display: none; }

    .filter .col-sm-3 {
        border-left: 1px solid #dad4c8;
        border-right: 1px solid #9a9488;
        height: 35px;
    }
    .filter .col-sm-3:first-child { border-left: none; }
    .filter .col-sm-3:last-child { border-right: none; }

    /* == Blog content == */
    #main_container section#blog_posts { padding: 20px 0 82px; }

    .single #blog_posts .post { padding: 5px 30px; }

    #respond { margin: 30px -10px; padding: 0 30px 15px; clear: both; }
    
    #blog_posts .post {
        float: left; margin: 0 10px 28px 0; width: 215px;
    }
    .single-post img.pull-right { width: 205px; }

    #commentform input[type=text].form-control { width: 70%; }
    
    .navbar-nav > li > a { padding: 12px 14px 12px 7px; font-size: 12px; background: url(images/spoon.png) no-repeat right center; }


    .rooms-popout {height:250px;}
    .rooms-popout:nth-child(2) { padding-left:15px; }
    .rooms { height:375px; margin-bottom: 0; }

    .trip_advisor { max-width: 90%; }

    .supplier { height:400px; }

    .book { background: url(images/phone.png) 190px 18px / 110px no-repeat; }
    .book h6 { font-size: 18px; }
    .book p { font-size: 16px; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-nav > li > a {font-size: 15px; text-decoration: none; }
    h2 { font-size: 50px; }
    p { font-size: 17px; }
    .title-img { height: auto; }    
    .room-imgs { width: 680px; }
    .rooms-popout {height:240px;}
    .rooms { height:375px; }
    .trip_advisor { max-width: 80%; }
    .book { background: url(images/phone.png) 240px 0 no-repeat; }
    .book h6 { font-size: 20px; }
    .book p { font-size: 20px; font-weight: 300; }
}

.the-food-section {
    background: url(images/food-bg.jpg) center no-repeat;
    background-size: cover;
    color: white;
}

.header-notice {
    background-color: #2F3535;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 3px 0;
}

.header-notice a {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.header-notice a:hover {
	text-decoration: underline;
	color: white;
	cursor: pointer;
}

.owl-carousel-rooms .owl-controls{
    position: unset;
    bottom: unset;
    right: unset;
}

.owl-carousel-rooms .owl-controls .owl-pagination .owl-page span {
    background: #2F3535;
}

.owl-carousel-rooms .owl-controls .owl-pagination {
    display: none;
}

.owl-carousel-third .owl-controls{
    position: unset;
    bottom: unset;
    right: unset;
}

.owl-carousel-third .owl-controls .owl-pagination .owl-page span {
    background: #2F3535;
}

.owl-carousel-third .owl-controls .owl-pagination {
    display: none;
}

@media (max-width: 768px) {

    .owl-buttons .owl-prev {
      display: none !important;
    }
  
    .owl-buttons .owl-next {
      display: none !important;
    }

    .owl-carousel-rooms .owl-controls{
        position: absolute;
        bottom: -10px;
        right: 10px;
    }

    .owl-carousel-rooms .owl-controls .owl-pagination {
        display: block;
    }

    .owl-carousel-third .owl-controls{
        position: absolute;
        bottom: -26px;
        right: 10px;
    }

    .owl-carousel-third .owl-controls .owl-pagination {
        display: block;
    }
  
}
	
@media (max-width: 549px) {
	.header-notice > .container {
		text-align: center;
	}	
	
	.header-notice > .container > a.takeaway-delivery-link {
		display: block;
		float: unset;
		margin-top: 5px;
	}
}

@media (min-width: 550px) {
	.header-notice > .container > a.takeaway-delivery-link {
		float: right;
	}	
}