/*!
Theme Name: Sherbrooke Castle Hotel
Theme URI: https://sherbrookecastlehotel.com
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Sherbrooke Castle Hotel by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Playfair Display', serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/

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

a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

.decor {
	font-family: 'Kaushan Script', cursive;
}

h2 {
    font-size: 35px;
    font-weight: 400;
    color: #333;
}

h3.decor {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 70px;
    font-weight: 400;
    line-height: 130px;
    z-index: 1;
    color: #f2f2f2;
}

h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.title-box h5, .title-box h2 {
    position: relative;
    z-index: 3;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--green: #8BAF1A;
	--pink: #E6007E;
	--gray: #F2F2F5;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}


/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
HEADER
================================
*******************************/

.main-logo {
    text-align: center;
    padding: 50px 0;
}

.main-logo img {
    width: 200px;
    height: auto;
}

.row.mid-align {
    align-items: center;
}

section.intro {
    padding: 0 0 50px;
}

.title-box {
    position: relative;
    text-align: center;
    padding: 30px 0;	
}

.header-menu {
    background: #c19b76;
    padding: 10px 20px;
}

ul.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

ul.main-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Barlow Semi Condensed';
    font-weight: 300;
}

ul.main-menu li {
    padding: 5px;
}

/*******************************
================================
FACILITIES
================================
*******************************/

section.facilities {
    padding: 100px 0;
}

.title-box.single-title h2 {
    font-size: 50px;
    margin: 10px 0 0;
}

.facilities-times {
    padding: 50px 0;
}

ul.facilities-time {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.facilities-time li {
    position: relative;
    display: flex;
    padding: 20px 0;
}

ul.facilities-time p {
    margin: 0;
    font-size: 20px;
}

ul.facilities-time span {
    width: 200px;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}

ul.fd-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.fd-list li {
    padding: 10px 0;
    font-size: 17px;
}

.facilities-notice {
    text-align: center;
    margin: 50px 0 0;
}

/*******************************
================================
RESTAURANT
================================
*******************************/

.menu-box {
    margin: 10px;
}

h4 {
    position: relative;
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 24px;
}

h4:after {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #c19b76;
}

.pdf-menu {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}

.main-btn a {
    background: #c19b76;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.main-btn img {
    width: 22px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px #fff;
}

.main-btn {
	margin-top: -3px;
}

.restaurant {
    margin-top: 50px;
    position: relative;
}

.restaurant:before {
    content: '';
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
}

.pdf-menu {
    position: relative;
}

section.book-a-table {
    padding: 100px 0;
}

.resp-container iframe {
    width: 100%;
    height: 530px;
}

.menu-box h4 {
    font-size: 20px;
}

/*******************************
================================
HISTORY
================================
*******************************/

section.history {
    padding: 100px 0;
}

.history-box .text-box {
    text-align: left;
}

.history-box p {
    font-size: 17px;
}

.history-box {
    margin: 50px 0;
}

.history-break {
    text-align: center;
    width: 90%;
    max-width: 850px;
    margin: 50px auto;
}

/*******************************
================================
TELEPHONE
================================
*******************************/

section.telephone {
    background: #C19B76;
    padding: 100px 0 20px;
}

.mid-text {
    text-align: center;
    margin: 50px auto 0;
    width: 90%;
    max-width: 900px;
}

.mid-text p {
    color: #fff;
}

section.telephone h2 {
    color: #fff;
}

section.telephone h3.decor {
    color: #000;
    opacity: 10%;
}

section.numbers {
    position: relative;
}

section.numbers:before {
    content: '';
    background: #C19B76;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -30px;
}

.numbers-box {
    position: relative;
    background: #EBE9E6;
}

.numbers-table {
    display: flex;
    flex-wrap: wrap;	
}

.country-col {
    display: block;
    width: 70%;
}

.dial-code {
    width: 30%;
}

.country-col span, .dial-code span {
    display: block;
    padding: 15px 5px;
    border: solid;
    border-width: 0px 0px 1px 1px;
}

.dial-code p, .country-col p {
    padding: 15px 5px;
    border: solid;
    border-width: 1px 0px 1px 1px;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.dial-code span {
    text-align: center;
}

.dial-code p, .dial-code span {
    border-right: solid 1px;
}

/*******************************
================================
FOOTER
================================
*******************************/

footer#colophon {
    background: #191919;
    padding: 20px 0;
    margin: 100px 0 0;
    text-align: center;
}

footer#colophon p {
    color: #fff;
}

footer#colophon span {
    color: #c19b76;
    font-weight: 600;
}


/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){


/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

.dial-code.hide-mobile p, .country-col.hide-mobile p {
    display: none;
}

img.menu-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1024px){
	
/* global */


img.menu-img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.restaurant {
    background-image: url(https://sherbrookecastlehotel.com/wp-content/uploads/2019/02/restaurant-devider.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 0 0 400px;
}

ul.main-menu a {
    font-size: 16px;
}
	

h3.decor {
    font-size: 130px;
}	
.history-box.rtl {
    direction: rtl;
}

.history-box.rtl .text-box {
    text-align: right;
}
	
.history-box.rtl .margin-right {
    margin-left: 20px;
    margin-right: 0;
}

.history-box.rtl .margin-left {
    margin-right: 20px;
    margin-left: 20px;
}

.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

@media (min-width: 1200px){
	
.dial-code p, .dial-code span {
    border-right: none;
}


.dial-code:last-child p, .dial-code:last-child span {
    border-right: solid 1px;
}
	
.country-col {
    display: block;
    width: 15%;
}

.dial-code {
    width: 10%;
}
	
.dial-code.hide-mobile p, .country-col.hide-mobile p {
    display: block;
}
}






















