﻿	@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	color:#7b807f;
    font-size: 1.5vw;
}
h1,h2,h3,h4,h5.h6{
	font-family: 'Raleway', sans-serif;
}
h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}
header {
    width: 100%;
}
header nav {
    background: black;
}
hr {
    margin: 2em 0;
    border-top: 1px solid #ccc;
}
hr.exec{
    border-top: 1px solid #d7b78f;
}
p {
    line-height: 4vmin;
}
.res-img {
	width:100%;
	height:auto;
    display: block;
}
.bgcolour-exec {
	background-color: #636568;
}
.bgcolour-exec *{
	color: #e4e4e4 !important;
}
.bgcolour-suits{
	background-color: #faf0e1;
	padding: 5vmin;
	border-bottom: solid #626361 2px;
	border-top: solid grey 1px;
	column-count: 2;	
}
.btn-red {
    background-color: #4BCCBD;
    color: white;
    padding: 3px 14px;
    border: 1px solid white;
    outline: 3px solid #4BCCBD;
	text-decoration:none;
    transition: all .2s ease-in-out;
}
.btn-grey {
    background-color: grey;
    color: white;
    padding: 3px 14px;
    border: 1px solid white;
    outline: 3px solid grey;
	text-decoration:none;
    transition: all .2s ease-in-out;
}
.btn-red:hover, .btn-grey:hover{
	background-color: #58585a;
    color: white;
    outline: 3px solid #58585a;
}
.btn-large {
    font-size: 2vw;
}
header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 3vh;
    min-height: 46px;
    padding-right: 16%;
}
header nav ul .nav-logo-main-btn, header nav ul .nav-logo-main-btn img{
    height: 3vh;
    min-height: 46px;
}
header nav ul li {
    text-align: center;
}
header nav ul a{
	color:white;
	text-decoration:none;
    font-size: 2.2vmin;
}
header nav ul a:hover{
	color:#626361;
}
header nav a#nav-promo {
    position: absolute;
    z-index: 99999999999;
    width: 192px;
    height: 64px;
    max-height: 64px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    top: 0px;
    right: 0;
    transition: all .2s ease-in-out;
}
header nav a#nav-promo:hover {
    transform: scale(1.1);
    transform-origin: right top;
    opacity: 0.8;
}
main #banner {
    position: relative;
    overflow: hidden;
}
main #banner img {
    width: 100%;
    height: auto;
}
main #banner #booking-form {    
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0 20px 26%;
    width: 75%;
    height: 6vmin;
    box-sizing: content-box;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 111;
    display: flex;
    align-items: center
}

main #banner #booking-form h3{
	color: white;
    display: inline;
    font-size: 3.5vmin;
    padding-right: 0px;
    text-transform: uppercase;
}
main #banner #booking-form input[type="text"] {

    padding: 10px;
    box-sizing: border-box;
}
main #banner #booking-form input[type="submit"] {
    background-color: #4BCCBD;
    color: white;
    padding: 10px 26px;
    margin-left: 10px;
    border: 1px solid white;
    outline: 3px solid #4BCCBD;
    font-size: 2.0vmin;
    transition: all .2s ease-in-out;
}
main #banner #booking-form input[type="submit"]:hover {
	background-color: #58585a;
    outline: 3px solid #58585a;
}

main #banner a#logo-full{
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 20%;
	background: url('../images/logo2.png') white center bottom no-repeat;
	background-size: contain;
	height:20%;
    border: solid 1px #3e1f01;
    z-index: 99999999999;
    transition: all .2s ease-in-out;
}
main #contentbox{
    margin: 5vmin 5vmin 0 5vmin;
}
main h1 {
    color: #626361;
    font-size: 4vmin;
}
main h2 {
    font-size: 3.1vmin;
}
div#promo-box {
    display: flex;
    margin-right: -20px;
	margin-top:5vmin;
}
div#promo-box a{
	font-family: 'Raleway', sans-serif;
    flex: 1 1 25%;
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #ffffff;
    font-size: 2.2vmin;
	height:300px;
    min-height: 50vmin;
    /*padding: 50vmin 0 0.5vmin 1.3vmin;*/
    display: flex;
    align-items: flex-end;
}
div#promo-box a:hover{
	opacity: 0.7;
}
div#promo-box a span {
    background: rgb(75, 204, 189);
    display: block;
    flex: 1;
    padding: 1.5vmin 1vmin;
}
#article-box .row, .flexbox {
	display:flex;
	flex-wrap:wrap;
}
#article-box > .row.fullwidth {
	margin: 0 -5vmin;
}
#article-box article, #article-box article .left, #article-box article .right {
	flex: 1 1 50%;
}
#article-box article.fullflex {
	flex: 1 1 100%;
}
#article-box article.content-left h4,#article-box article.content-left p  {
    padding: 0 8% 0 0 ;
}
#article-box article.content-left h4  {
    color: #626361;
}
#article-box article.content-left p  {
    color: #282828;
}
#article-box article.suitimg  {
	position: relative;
	height:45vh;
}
#article-box article.suitimg .suitbtn {
	position:absolute;
	top: 4vh;
	left: 4vw;
}
#article-box hr {
    width: 94%;
    margin: 0;
}
#article-box hr.full {
    width: 100%;
}
#article-box h4 {
    text-transform: uppercase;
    padding: 0 8%;
    font-size: 3.5vmin;
}
#article-box h5 {
    font-size: 3.5vmin;
	color: grey;
	font-weight:normal;
	margin: 0 0 5vmin 0;
	padding:0;
}
#article-box article.bgcolour-suits h5 {
	color: black;
}
#article-box p {
    padding: 0 8%;
    line-height: 4vmin;
	color: #626361;
}
#article-box article.bgcolour-suits p {
	color: grey;
}
#info-box {
	background-color: #ededed;
	padding: 5vmin 0 5vmin 5vmin;
	display: flex;
}
#info-box .right{
	flex: 1 1 25%;
	margin-left: 5vmin;
	padding: 0 5vmin 5vmin 0;
    position: relative;
}
#info-box .left{
	flex: 1 1 25%;
	border-right: #ccc solid 1px;
	padding: 0 5vmin 5vmin 0;
    position: relative;
}
#info-box .btn{
	position: absolute;
    bottom: 0;
}
#info-box h4{
    text-transform: uppercase;
    padding: 0 8% 0 0;
    font-size: 3.5vmin;
	margin: 0;
	color:#282828;
}
footer {
	background-color: #282828;
    display: flex;
    padding: 0 5vmin 5vmin 5vmin;
    font-size: 2vmin;
    color: #eceaea;
}
footer h6 {
    font-size: 2vmin;
	font-weight:300;
    margin: 2.33em 0;
}
#footer1, #footer2, #footer3 {
	border-right: grey solid 1px;
}

#footer2 a, #footer3 a{
	display: block;
	text-decoration:none;
	color: #eceaea;
    margin-bottom: 1em;
}
#menu-footer-menu-1, #menu-footer-menu-2{
    list-style: none;
    margin: 2.33em 0;
    padding: 0;
}
#footer1 {
	flex: 1 1 39%;
	padding-right: 2vmin;
}
#footer2 {
	flex: 1 1 17%;
	padding-right: 2vmin;
	margin-left: 2vmin;
}
#footer3 {
	flex: 1 1 21%;
	padding-right: 2vmin;
	margin-left: 2vmin;
}
#footer4 {
    flex: 1 1 23%;
    margin-left: 2vmin;
    background: url(../images/logo_both.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#social-icon {
	display:flex;
	width:80%;
	margin-bottom:2.33em;
}
#social-icon a{
	margin-right:5px;
}

#footer4 input{
	display:block;
	margin-bottom: 9px;
}

#footer4 input[type="submit"]{
    margin-left: 3px;
    margin-top: 3px;
}
.slicknav_menu {
	display:none;	
}
div.row.bgcolour-exec.fullwidth:nth-child(odd) {
    flex-direction: row-reverse;
}
article.bgcolour-exec {
    overflow: hidden;
}
#article-box article ul {
	margin: 0 8%;	
}
#info-box p img {
    width: 100%;
    height: auto;
}
#location-info a {
    color: white;
}
.tp-parallax-wrap {
    top: initial !important;
    bottom: 21vmin !important;
    left: 0 !important;
}
.tp-caption {
    min-width: 73vw !important;
    max-width: 73vw !important;
    left: 0 !important;
    padding-left: 26vw !important;
    display: flex !important;
    white-space: initial !important;
    align-items: center;
}
input.wpcf7-form-control.wpcf7-submit {
    color: black !important;
}
/* responsive css */
@media only screen and (max-width : 600px) {
    main #banner {
        max-height: 30vh;
    }
    body {
        font-size: 4.5vw;
    }
    p {
        line-height: 6.5vmin;
    }
    #article-box p {
        line-height: 6.5vmin;
    }
    main #banner #booking-form {
        display:none;
    }
    div#promo-box, #article-box .row, .flexbox, #info-box {
        flex-wrap:wrap;
    }
    div#promo-box a {
        flex: 1 1 100%;
        padding: 11vmin 0 0.5vmin 1.3vmin;
        font-size: 7.2vmin;
        margin-bottom:2vmin;
    }
    #article-box h4, #article-box h5 {
        font-size: 5.5vmin;
    }
    #article-box article, #article-box article .left, #article-box article .right, #info-box .right, #info-box .left {
        flex: 1 1 100%;
    }
    #info-box h4 {
        font-size: 5.5vmin;
    }
    #info-box .left {
        margin-bottom: 8vmin;
    }
    #info-box .right {
        margin-left: 0;
    }
    a.slicknav_btn.slicknav_collapsed, .slicknav_btn {
        float: left;
    }
    header nav ul, #footer2, #footer3, #footer4  {
        display: none;
    }
    .slicknav_menu {
        display:block;

    }
    #footer1, #footer2, #footer3 {
        border-right: none;
    }
    .bgcolour-suits {
        column-count: 1;
    }
    .slicknav_menu {
        background: #626361;
    }
    .btn-large {
        font-size: 5vw;
    }

    .tp-parallax-wrap {
        display: none !important;
    }
    .tp-caption {
        display: none !important;
    }
    
    .slicknav_btn{
        background-color: unset;
    }
    .slicknav_menu .slicknav_icon-bar {
        width: 1.425em;
        height: 0.225em;
    }
    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: .288em;
    }
    header nav a#nav-promo {
        width: 37.5%;
    }
    
    
}


.page-id-317 .bgcolour-exec {
    background-color: #636568;
}
.page-id-317 h5{
		display: none;
}
.page-id-317 .wpcf7 p{
    margin: 0.2em;
}
.page-id-317 .wpcf7{
    margin: 1em 0;
}
.page-id-317 .wpcf7 input, .page-id-317 .wpcf7 textarea{
	color: black !important;
}
.page-id-317 .wpcf7 textarea{
    height: 10vmin;
}


.page-id-133 div.row.bgcolour-exec.fullwidth{
    flex-direction: row-reverse; 
}
.page-id-133 div.row.bgcolour-exec.fullwidth:nth-child(odd) {
    flex-direction: initial;
}

.checkAvailability {
    margin-top: 25px;
}

/*----------form----------------*/
.label-before, .field input:focus + label::before, .field input.valid + label::before {line-height: 20px; font-size: 15px; top: -10px; background: linear-gradient(#f7fafb, #ffffff); padding: 0 6px; left: 9px;}
.field {position: relative;margin-bottom: 0px !important;height: 80px;}
.field label::before {content: attr(title1);position: absolute;top: 0;left: 15px;line-height: 48px;color: #313131;transition: 300ms all;font-size: 16px; font-weight: 100;}
.field input:focus {outline: 0;box-shadow: 0}
.field input:valid + label::before {content: attr(data-title1);}
.field.h100 {height: 140px;}
.label-before, .field input:focus + label::before, .field input:valid + label::before {line-height: 20px;font-size: 15px; top: -10px; background:linear-gradient(#fff, #fff);padding: 0 6px;color: #313131;left: 9px;}
.field label {cursor: text; color: #313131; font-size: 18px; vertical-align: top; display: inline-block; line-height: 20px;}
.field label.Selectlable::before {content: attr(title1); position: absolute; top: -4px; left: 9px; line-height: 5px; background: #fff !important; padding: 0px 9px;}
.field textarea:focus {outline: 0;}
.field textarea:valid + label::before {content: attr(data-title1);}
.label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {line-height: 20px;font-size: 15px;top: -10px;background: linear-gradient(#fff, #fff);padding: 0 6px;color: #313131;  left: 9px;}
.form-control {
    height: 50px;
    font-size: 16px;
    border: 1px solid #929292;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    background: #fff;
    color: #313131 !important;
    padding: 0 10px;
}
.form-submit {background-color: transparent;border: none;font-size: 16px;color: #fff;padding: 0px 2px 5px 2px;height: 33px;box-shadow:none;cursor:pointer;}
.form-submit:focus {box-shadow: none;outline: none;}
.field-validation-error {
    position: absolute;
    bottom: 8px;
    font-size: 14px;
    color: #b50007 !important;
    font-family: arial;
    font-weight: 300;
}
.valid {
    background: #fff url("../../regina/images/success.png") no-repeat scroll right 12px center;
    transition: all 0s ease-in-out 0s !important;
}
.input-validation-error {
    background: #fff url("../../regina/images/error.png") no-repeat scroll right 12px center;
    border: 1px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}
.form-control::placeholder, .form-control:focus {color: #313131; border-color: #666;}
.form-control:focus {background-color: #fff; box-shadow: inherit;}

.reservations_txt {line-height: 30px !important;}
.field.h100 {height: 130px;}
.h100 textarea.form-control {height: auto;}
.form-penal .select2-container .select2-choice {	height: 25px !important;	background-color: transparent;	border: none;	width: 100% !important;	font-weight: 100;	background: url('/Content/images/arrow.png') center right 0px no-repeat;	text-transform: capitalize;	top: 6px;	color: #49506b !important;	text-align: left;	padding-left: 0px;}
.form-penal .select2-container .select2-choice > .select2-chosen {	line-height: 25px;	font-size: 18px;	margin-left: 5px;}
.select2-results .select2-result-label {	font-size: 18px;	font-family: tiemannlight;}
.divshift.arrownone {	color: #313131;	font-size: 18px;	margin-top: -15px;	line-height: 20px;}
.d-none{display:none;}
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.px-50 {
    padding: 2% 8%;
}


@media only screen and (max-width : 1680px) {
    main #banner a#logo-full {
        left: 5%;
        width: 14%;
        height: 13%;
    }

    main #banner #booking-form {
        padding: 20px 0 20px 19%;
        width: 100%;
        height: 7vmin;
    }
        main #banner #booking-form h3 {
            font-size: 2.5vmin;
        }

    .head-book ul li {
        padding: 0 11px !important;
    }


}