﻿/*
Theme Name: The Mouries
Theme URI: http://themouriesspeybay.co.uk/
Description: WordPress theme built by <a href="http://www.hedleyenterprises.co.uk">hedley enterprises</a>. <strong>Web design</strong> starts with a coffee and a chat...
Version: 1
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/
body {
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
  color: #666666;
}
p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }


/* -------------------- General Styles -------------------- */

.container {
	width: 1200px;
	margin: auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c {
	clear:both;
}
h1 {
	font-size: calc(1em + 2vw);
}
h1, h2, h3, h4 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: calc(1em + 1vw);
}
h4 {
  font-size: 15pt;
  margin: 0;
}
p {
	line-height:1.6em;
}
img {
	border-style: none;
}
hr {
	margin: 40px auto;
	width: 200px;
	border: solid 1px #d4d4d4;
	opacity: 0.3;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}
.line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
}
.ndi, .nd, .n {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.display {
	opacity: 1;
}
.leftcol {
	width: 69%;
}
.rightcol {
	width: 25%;
}
/* -------------------- Padding and Margins -------------------- */

.down {
	margin-top:160px;
}
.drop {
  margin: 60px auto;
}
.top {
	margin-top: 60px;
}
.alignright {
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.alignleft {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* -------------------- Colours -------------------- */
.red {
	background-image: linear-gradient( to bottom, #eff1f3, #fff );
}
.blue, footer {
  color: #fff;
  background-color: #2c2b39;
}

/* -------------------- Header -------------------- */
header {
  padding: 20px 0;
  text-align: center;
}
.feature, .feature-inner {
	background-color: rgba(0, 0, 0, 1);
  background-size: cover;
  overflow: hidden;
	background-position: center;
}
.feature {
	height: 90vh;
}
.feature-inner {
	height: 50vh;
	background-position: center;
}
.feature img {
	width: 100%;
	height: auto;
	opacity: 0.8;
}
.tel {
  align-self: center;
}
.tel ul {
  display: flex;
  margin: 0;
  list-style: none;
}
.tel li {
  margin-left: 20px;
}
.slogan {
  align-self: center;
  width: 100%;
  text-align: center;
}
.slogan h1 {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
/* -------------------- Navigation -------------------- */
.navigation {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  z-index: 10;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#nav li {
	float: left;
	flex-grow: 1;
}
#nav li a {
	display: block;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#nav li a:hover {
	color: #CBA66C;
}

/* -------------------- Drop-Down -------------------- */
nav {
margin-bottom: -2px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: #a08c76;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block;
	padding: 20px;
	color: #fff; text-decoration: none;
}
nav ul ul {
	background: #283169; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #3C4D69;
	color: #DAC021;
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
/* Mobile Navigation */
.subtoggle, .subsidebar, .toggle {
		display:none;
}
#subsidebartoggler {
	display: none;
}

#main-nav_responsive {
  display:block;
    z-index: 99;
      margin: 0 auto;
  }

  #main-nav_responsive li {
      list-style:none;
      margin: 0 auto;
      padding-top: 2px;
  }

  #main-nav_responsive ul {
      padding: 0px;
      height: auto;
      z-index: 10000;
  }

	#main-nav_responsive ul li a {
		display: block;
		color: white;
		text-decoration: none;
		margin: 0;
		/* background: #85879c; */
		padding: 10px 0;
		cursor: pointer;
	}
	#main-nav_responsive ul li a:hover {
		color: #03B6FA;
	}

	#main-nav_responsive .sub-menu li a {
		background: #35342f;
		padding-left: 10px;
	}

.slideDown {
  display: block;
}
.mdisplay, .search {
	display: none;
}
#menu-main li {
	flex-grow: 1;
}
ul#menu-main {
	list-style: none;
}

ul.sub-menu {display:none;}

.current-menu-item a, .page_item a, .current_page_item a {
	background-color: #a08c76;
}


.subpage-wrap {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 30;
}
.subtoggle {
	transition: all 0.5s ease-in-out;
	z-index: 99999999;
	cursor: pointer;
	font-size: 30pt;
	color: #fff;
	padding: 5px 10px;
	border-radius: 100%;
}
.subtoggle:hover {
	color: #d4d4d4;
}
.subsidebar {
	overflow: scroll;
	position: fixed;
	top: 0;
	bottom: 0px;
	right: -100%;
	width: 100%;
	padding: 70px 30px 0 30px;
	background-color: #2c2b39;
	color: #fff;
	z-index: -9;
	opacity: 1;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.subsidebar h4 {
	font-size: calc(1em + 2vw);
}

#subsidebartoggler:checked + .subpage-wrap .subsidebar {
	right: 0px;
}
#subsidebartoggler:checked + .subpage-wrap .subtoggle {
	color: #a08c76;
}
#subsidebartoggler:checked + .subpage-wrap .subpage-content {
	padding-left: 180px;
}
.toggle {
	height:40px;
	width:40px;
  text-decoration: none;
  color: black;
	transition: all 0.5s ease-in-out;
  position: absolute;
  top: 45px;
  left: 20px;
  z-index: 1;
  cursor: pointer; }

.sidebar {
	overflow: scroll;
	position: fixed;
	top: 55px;
	bottom: 0px;
	left: -415px;
	-webkit-transition: all 0.15s ease-out 0;
	-moz-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 315px;
	padding-top: 100px;
	background: #BA4C57;
	color: #fff;
	z-index: 98;
}
#sidebartoggler {
  display: none; }
  #sidebartoggler:checked + .page-wrap .sidebar {
    left: 0px; }
  #sidebartoggler:checked + .page-wrap .toggle {
    left: 10px; }
  #sidebartoggler:checked + .page-wrap .page-content {
    padding-left: -180px;
}
.subtoggle img, .menublog img {
	width: 100%!important;
	height: auto!important;
	transition: all 0.5s ease-in-out;
}
.subsidebar a {
	text-decoration: none;
}
.subsidebar a:hover {
	color: #fff;
}
.subsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subsidebar li {
	margin: 0;
}
/* -------------------- Bridge -------------------- */
.bridge {
	background-image: url('images/bridge-outline.jpg');
	background-position: 100% 30%;
	background-repeat: no-repeat;
	height: 100vh;
}
.bridge-text, .bridge-pic {
  width: 48%;
  align-self: center;
}
.bridge-text p {
  margin-bottom: 60px;
}
.bridge-pic .gallery {
	text-align: right;
	justify-content: center;
}
.bridge-pic img {
  width: 50%;
}
.bridge-pic .gallery-item {
	width: 40%;
	flex-grow: 0;
}
.bridge-pic .gallery-item:nth-child(1) {
	margin-top: 160px;
}
.bridge-pic .gallery-item{
	margin-top: 30px;
}
/* -------------------- Mix Photos Banner -------------------- */
.height {
  height: auto;
}
.mix {
  width: 50%;
  text-align: center;
  align-self: center;
  box-sizing: border-box;
}
.mix:nth-child(1) {
  margin-top: -50px;
  width: 60%;
}
.mix:nth-child(2) {
  padding: 50px;
  width: 40%;
}
.mix:nth-child(3) {
  padding: 50px;
  width: 40%;
}
.mix:nth-child(4) {
  margin-left: auto;
  margin-top: -50px;
}
.mix img {
  width: 100%;
}
/* -------------------- Fixed Price -------------------- */
.fixed {
  background-image: url('images/prices.jpg');
  background-size: cover;
	background-position: center;
  height: 80vh;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #fff;
}
.fixed-text {
  align-self: center;
}
.fixed h2 {
	font-size: calc(1em + 2vw);
  margin: 0;
}
.fixed h3 {
	font-size: calc(1em + 1vw);
  margin: 0;
}
/* -------------------- Icons -------------------- */

.icons {
	width:62px;
	height:62px;
	margin-left: 5px;
	margin-top:20px;
}
.icons img {
	width: 100%;
	height: auto;
}
.youtube {
	background: #c61800;
}
.twitter {
	background: #4099ff;
}
.facebook {
	background: #4966b6;
}
.twitter:hover, .facebook:hover, .mobile {
	background: #0066CC;
}

/* -------------------- Gallery -------------------- */

.gallery, .grid {
	display: flex;
	flex-wrap: wrap;
}
.space {
	justify-content: space-between;
}
.gallery-item {
	float: left;
	width: 20%;
	flex-grow: 1;
	margin: 5px;
}
.gallery-item img, .link img {
	width: 100%;
	height: auto;
}
.gallery-item img:hover, .link img:hover {
	opacity: 0.6;
}
.blog:nth-child(1) {
	width: 100%;
	text-decoration: underline;
}
.link {
	flex-grow: 1;
	width: 40%;
	margin: 10px;
	transition: all 0.5s ease-in-out;
}

/* -------------------- Button -------------------- */
.rightcol .button {
	text-align: center;
}
.button a, .slogan a, .mix a {
	padding: 10px 15px;
	text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.slogan a, .mix a {
	color: #666666;
  background-color: #fff;
}
.button a {
	color: #fff;
  background-color: #a08c76;
}
.button a:hover, .slogan a:hover, .mix a:hover {
  color: #fff;
  background-color: #2c2b39;
}

/* -------------------- Video -------------------- */

.videocontainer {
	width: 100%;
	height: 98vh;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
}
.videocontainer img {
width: 100%;
}
.videocontainerin {
	width: 100%;
	height: 58vh;
	overflow: hidden;
	position: relative;
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -10;*/
}
.video-responsive {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article:nth-child(odd) .our-chat-text {
    order: -1;
}
/* -------------------- Things to do -------------------- */
.frame iframe {
	width: 100%;
	height: 500px;
	border: none;
}
/* -------------------- Calendar -------------------- */

.wpcf7-submit {
	width: 60%;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background-color: #272727;
	color: #fff;
}
.bookingform input, .bookingform select, .bookingform textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	border: solid thin #dfdfdf;
}
.bookingform input:focus, .bookingform select:focus, .bookingform textarea:focus {
	background-color: #dfdfdf;
}
.bookingform hr {
	margin: 20px auto;
	border: solid thin #fff;
}
.directions form {
	display: flex;
	flex-wrap: wrap;
}
.directions input {
	width: 100%;
	padding: 10px;
}
.directions input:nth-child(3) {
  width: 30%;
}
.directions {
	margin-bottom: 60px;
}
/* -------------------- Footer -------------------- */
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid medium #fff;
}
footer a, .copyright a, .tel a, .fixed a {
	color: #fff;
	text-decoration: none;
}
footer a:hover, .tel a:hover, .fixed a:hover {
	color: #a08c76;
}
.copyright a:hover {
	color: #2c2b39;
}
.footer-col {
  padding: 30px;
}
.footer-col h4 {
	margin: 0 0 20px 0;
}
.footer-col ul, .directions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.directions li:nth-of-type(3) {
  padding: 10px 0;
}
.footer-col li:nth-of-type(3) {
  padding: 10px 0;
}
.footer-col:nth-child(1) {
  align-self: center;
}
.copyright {
  color: #fff;
  background-color: #a08c76;
  font-size: 8pt;
  padding: 5px 30px;
}


@media screen and (max-height: 920px) {
	.height {
		height: auto;
	}
	}

	@media screen and (max-height: 795px) {
		.height {
			height: 130vh;
		}
}

@media screen and (max-height: 768px) {
	.height {
		height: auto;
	}
}



@media screen and (max-width: 1200px) {
.container {
	width: 95%;
}
.subtoggle, .subsidebar, .toggle {
		display:block;
}
.navigation nav, .tel {
	display: none;
}
.navigation {
	height: 20px;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
nav li {
	width: 100%;
}
nav li a {
	padding: 10px;
	text-align: center;;
	font-size: calc(1em + 0.5vw);
}
nav li a:hover {
	color: #a08c76;
	background-color: transparent;
}
.current-menu-item a, .page_item a, .current_page_item a {
	background-color: transparent;
	color: #a08c76;
}
.subsidebar ul {
	margin-top: 60px;
}
.tele a {
		color: #fff;
}
.tele a:hover {
		color: #a08c76;
}
}

@media screen and (max-width: 990px) {
.bridge {
	height: auto;
	background-position: center center;
}
.bridge-text, .bridge-pic {
	width: 60%;
	margin: 60px auto;
}
.bridge-pic .gallery-item:nth-child(1) {
	margin-top: 100px;
}
.leftcol, .rightcol {
	width: 100%;
}
.rightcol {
	margin-top: 60px;
}
}


@media screen and (max-width: 790px) {

.bridge-text, .bridge-pic {
	width: 80%;
	margin: 60px auto;
}
.mix:nth-child(1) {
  margin-top: -50px;
  width: 100%;
}
.mix:nth-child(2) {
  padding: 50px;
  width: 50%;
}
.mix:nth-child(3) {
  padding: 50px;
  width: 50%;
}
.mix:nth-child(4) {
  margin-left: auto;
  margin-top: -50px;
	display: none;
}
}

@media screen and (max-width: 725px) {

.bridge-text, .bridge-pic {
	width: 80%;
	margin: 60px auto;
}
.footer-col:nth-child(1) {
	width: 100%;
}
}
@media screen and (max-width: 600px) {
	.link {
		width: 100%;
		margin: 10px 0;
	}
	.logo {
	text-align: left;
	margin-left: 30px;
}
.subpage-wrap {
	right: 10px;
}
}
@media screen and (max-width: 500px) {
.footer-col {
	width: 100%;
}
.mix:nth-child(3), .mix:nth-child(2) {
  width: 100%;
}
.gallery-item {
	width: 40%;
}
}

@media screen and (max-width: 400px) {
.logo img {
	width: 100%;
}
.logo {
	width: 200px;
}
}
