﻿/*
Theme Name: Boutique Farm Bothies
Theme URI: https://boutiquefarmbothies.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: 3 Build-1020
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/
:root {
	--main-color: #707070;
	--brown: #CCAF8C;
	--lgrey: #F1F1F1;
	--white: #ffffff;
    --blue: #A3D1EB;
    --green: #F1FCD8;
    --pink: #e37f91;
	--black: rgba(0, 0, 0, 0.1);
	--lightshadow: rgba(180, 180, 180, 0.2);
}
html {
	scroll-behavior: smooth;
}
body {
	font-size:16px;
    font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0;
	color: var(--main-color);
	background-color: var(--white);
}
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; }

/* -------------------- Animation -------------------- */

section {
	opacity: 0;
}
.inverse, .show-menu {
	animation: fade-in 0.3s forwards 0.3s linear;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

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

.container {
    width: 95%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.easy-reading {
	width: 80%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.easy-reading a {
	color: var(--brown);
}
.easy-reading a:hover {
	color: var(--blue);
}
a {
  text-decoration: none;
}
h1 {
   font-size: 2rem;
}
h1, h2, h3 {
	font-weight: normal;
}
h2 {
	font-size: 1.5rem;
}
p, .split-text__description li {
	line-height:2;
}
img {
	border-style: none;
}
svg {
	overflow: visible;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}


/* -------------------- Padding and Margins -------------------- */
.down {
	margin-top: 10em;
}
.drop {
	margin-top: 5em;
}
.ptb {
	padding-top: 5em;
	padding-bottom: 5em;
}
.align-center {
	align-self: center;
}
.desktop {
	display: none;
}
/* -------------------- unordered list -------------------- */
.social-icons ul, .footer-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-details li img {
	margin-bottom: 0.3em;
}
.social-icons ul {
	display: flex;
	justify-content: center;
}
.social-icons li {
	margin: 0 5px;
}
/* -------------------- Header -------------------- */
header {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.header-grid {
	display: grid;
	grid-template-columns: 1fr;
    grid-gap: 30px;
    position: relative;
    z-index: 1;
}
.logo-nav {
	display: grid;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	grid-template-columns: 1fr 100px 100px;
	grid-column: 1/-1;
}
.logo img {
	width: 100px;
	height: auto;
}
.bothy-image {
	z-index: -1;
}
.bothy-image img, .page-intro svg {
    width: 100%;
}
.logo-nav .book-now {
	display: none;
	align-self: center;
}
.social-icons {
	margin-top: 1em;
}
.navigation, .logo {
	align-self: center;
}
/* -------------------- Bothy Links -------------------- */
.bothy-links {
	background-color: var(--green);
	width: 100%;
	border-radius: 0 70px 70px 0;
	max-width: 1600px;
	box-sizing: border-box;
	padding: 20px;
}
.bothy-grid {
	display: grid;
	grid-gap: 20px;
	grid-template-rows: 1fr;
	grid-auto-flow: column;
	grid-auto-columns: 90%;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}
.bothy-selection {
	background-color: var(--blue);
	height: 200px;
	border-radius: 10px;
	box-shadow: 0 5px 1em var(--black);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.bothy-selection__text {
	position: absolute;
	bottom: -50px;
	left: -20px;
	transition: bottom 0.5s ease-in-out;
	background-color: var(--lgrey);
	border-radius: 60%;
	padding: 20px 40px 70px 40px;
}
.bothy-selection__text p, .bothy-selection__text h3 {
	margin: 0;
	font-weight: 700;
}
.bothy-selection__text h3 {
	line-height: 1;
}
.bothy-selection__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bothy-selection__image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: transform 0.5s ease-in-out;
}
.bothy-selection:hover .bothy-selection__image img {
	transform: scale(1.2);
	transform-origin: center;
}
.lightblue {
	color: var(--blue);
}
.main-color {
	color: var(--main-color);
}
/* -------------------- Navigation -------------------- */
.navigation {
    display: none;
}
nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li a {
	color: var(--main-color);
	padding: 10px;
}
nav li a:hover {
    color: var(--blue);
}
.current_page_item a,
.accommodation .acc-link a {
	font-weight: 700;
	/* background-color: var(--blue);
	color: var(--lgrey);
	border-radius: 5px; */
}
.current_page_item a:hover {
	color: var(--lgrey);
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#navoverlay {
	background-color: var(--brown);
	color: var(--white);
}
.mobile {
	display: none;
	opacity: 0;
}
.close-btn {
	display: block;
}
.menu-btn {
	cursor: pointer;
	width: 30px;
	position: absolute;
	top: 1em;
	right: 1em;
	color: var(--brown);
	overflow: hidden;
}
.mobile {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	z-index: 200;
}
.close-btn {
	width: 28px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 10px;
}
.show-menu {
	opacity: 0;
	display: block;
}
ul.sub-menu {
	display:none;
}
.nav .sub-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav .sub-menu li a {
	font-size: 16px;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}
.nav .sub-menu li {
	margin: 0;
}
.slideDown {
  display: block;
}
.menu-contents {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}
.nav ul:nth-child(1) {
	font-size: 1.5rem;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul:nth-child(3) {
	margin: 3em 0 0 0;
}
.nav ul, .contact-nav ul, .social-nav ul {
	flex-wrap: wrap;
}
.nav li, .contact-nav li, .social-nav li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.nav, .contact-nav, .social-nav {
	align-self: center;
	width: 100%;
	text-align: center;
}
.nav, .contact-nav {
	margin-bottom: 20px;
}
.nav li a, .contact-nav li a {
	color: var(--white);
}

/* -------------------- Hamburger Icon -------------------- */
#Rectangle_27, #Rectangle_28, #Rectangle_29,
#Rectangle_30, #Rectangle_31, #Rectangle_32 {
	transition: all 0.5s ease-in-out;
}
#Rectangle_27 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 30px);
}
#open-menu:hover #Rectangle_27 {
	transform: translate(332px, 30px);
}
#Rectangle_28 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 36px);
}
#open-menu:hover #Rectangle_28 {
	transform: translate(326px, 36px);
}
#Rectangle_29 {
	transform: translate(334px, 42px);
}
#open-menu:hover #Rectangle_29 {
	transform: translate(316px, 42px);
}
/* -------------------- Page Title / CTA -------------------- */
.page-title p, .page-title h1, .page-title h2 {
    color: var(--blue);
    margin: 0;
}
.page-title h1 {
    font-weight: 4rem;
    font-weight: 700;
    line-height: 1;
}
.page-title p {
    font-size: 2rem;
}
.page-intro {
    align-self: center;
	width: 80%;
	margin: auto;
}
.page-intro img, .welcome-text__svg img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
.page-intro .btn {
	text-align: center;
}
.page-title__single svg {
	width: 100%;
	max-width: 500px;
}
/* -------------------- Three Col -------------------- */
.three-col {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
	text-align: center;
}
.welcome-graphic img {
	width: 100%;
	max-width: 369px;
}
.home .welcome-graphic img {
	text-align: center;
	margin: auto;
}
.welcome-text {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.welcome-text__svg {
	text-align: center;
}
/* -------------------- Gallery / Banner -------------------- */
.banner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	position: relative;
}
.as-seen {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--lgrey);
	background-color: var(--brown);
	border: solid 2px var(--white);
	border-radius: 50%;
	transform: translate(-50%,-50%);
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	transition: all 0.5s ease-in-out;
}
.as-seen p {
	align-self: center;
	text-align: center;
}
.as-seen a {
	display: block;
	color: var(--white);
}
.as-seen a:hover {
	color: var(--lgrey);
}
.as-seen:hover {
	border: solid 2px var(--blue);
	box-shadow: 0 0 2em var(--main-color);
}
.banners {
	height: 60vh;
	border-radius: 10px;
	background-size: cover;
    background-position: center;
}
.banner {
    height: 80vh;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: var(--lgrey);
}
.banner h2 {
	align-self: center;
	text-shadow: 0 0 1em #151515;
	padding: 40px;
}
.blue-banner {
	color: var(--lgrey);
	background-color: var(--blue);
}
.gallery, .grid, .links {
	display: flex;
	flex-wrap: wrap;
}
.space {
	justify-content: space-between;
}
.gallery-item {
	float: left;
	width: 30%;
	flex-grow: 1;
	margin: 5px;
}
.gallery-item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.gallery-item img:hover {
	opacity: 0.6;
}
.gallery-item dd {
	display: none;
}
.blog:nth-child(1) {
	width: 100%;
	text-decoration: underline;
}
.svg svg, .welcome-text__svg svg {
	width: 80%;
	max-width: 400px;
}
/* -------------------- Picture Col -------------------- */
.picture-col {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.picture-col__image img {
	width: 100%;
	border-radius: 10px;
  }
.picture-col__image {
	align-self: flex-end;
}
/* -------------------- Split Grid -------------------- */
.split-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.split-text__description h2, .price-from h2 {
	color: var(--blue);
}
.split-waterpainting img {
	width: 100%;
	max-width: 400px;
}
.split-grid .main-content {
	align-self: center;
	margin-top: 3em;
}
.split-text__description iframe {
	width: 100%;
}
/* -------------------- Contact / Calendar -------------------- */
.contact-calendar-grid {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr;
}
.calendar iframe, .google-map iframe {
	width: 100%;
	border: none;
}
.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;
	border-radius: 5px;
}
.bookingform input:focus, .bookingform select:focus, .bookingform textarea:focus {
	background-color: var(--green);
}
.bookingform hr {
	margin: 20px auto;
	border: solid thin #fff;
}
.enquiry-form__input p:last-child {
	margin-top: 0;
	line-height: 1;
}
.enquiry-form__input p:first-child {
	margin: 0;
	font-weight: 700;
}
/* -------------------- Pricing Table -------------------- */
.tablegrey, .moveright {
	border: 1px solid var(--white);
	background-color: var(--blue);
	color: var(--white);
	text-align: right;
	width: 90px;
}
.pricing-table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.tablewhite {
	border-style: solid;
	border-width: 1px;
	border-color:var(--white) var(--white) var(--lgrey) var(--white);
}
.includes img {
	width: 100%;
	max-width: 400px;
}
/* -------------------- Testimonials -------------------- */
.owl-stage-outer {
	display: grid;
}
.owl-item {
	display: flex;
	height: 100%;
}
.testimonial-name p {
	/* font-weight: bold; */
	opacity: 0.7;
	color: var(--main-color);
}
.testimonial-grid {
	display: grid;
	grid-template-columns: 100px 1fr 100px;
	overflow: hidden;
}
.testimonial {
	padding: 2em;
	border: solid thin var(--black);
	display: flex;
}
.testimonial-name :is(p, h2) {
	margin: 0;
}
/* -------------------- Google Reviews -------------------- */
.google-reviews__stars {
	display: flex;
	align-items: center;
}
.google-reviews__stars img, .google-reviews__stars svg {
	width: 20px;
	height: auto;
}
.google-reviews__stars p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.google-reviews__stars a {
	color: currentColor;
}
.google-reviews__stars ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
/* -------------------- News / Projects -------------------- */
.news-projects-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 30px;
	margin: 2em 0;
}
.blue-banner .news-project a,
.purple-banner .news-project a {
	color: var(--lgrey);
}
.news-project a {
	color: var(--main-color);
}
.news-project__image {
	height: 300px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-color: var(--black);
	box-shadow: 0 0 1em var(--black);
	overflow: hidden;
}
.news-project__image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.news-project__image:hover img {
	opacity: 0.8;
}
.news-project:hover .news-project__image-link {
	opacity: 1;
}
.news-project__image-link {
	opacity: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}
.news-project__image-link p {
	align-self: center;
}
.news-project__description {
	margin-top: 1em;
	padding: 10px;
}
.date p, .category p, .title h2 {
	margin: 0;
}

/* -------------------- Tour -------------------- */

ul.tabs {
	margin: 1em 0;
	padding: 1em 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
}
.tabs li {
	flex: 0 0 auto;
	width: auto;
	margin-left: 10px;
}
.tabs li a {
	color: var(--blue);
	border: solid thin var(--brown);
	padding: 10px;
	border-radius: 5px;
	display: block;
}
.tabs .current a {
	background-color: var(--blue);
	color: var(--lgrey);
	border: solid thin var(--blue);
	box-shadow: 0 0.5em 1em var(--lightshadow);
}
.tour-image {
	text-align: center;
}
.tour-image svg {
	width: 100%;
	max-width: 200px;
}
.mini {
	margin-bottom: 30px;
}
.tour-iframe iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
}
/* -------------------- Price From -------------------- */
.price-from {
	position: relative;
	z-index: 1;
}
.price-from-text {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.price-from-text h2 {
	font-weight: 700;
	margin-bottom: 0;
}
.price-from-text p {
	margin-top: 0;
}
.price-from-picture {
	position: absolute;
	top: 0;
	z-index: -1;
}
.price-from-picture img {
	width: 100%;
	max-width: 500px;
}
.price-from img {
	width: 100%;
	max-width: 500px;
}
/* -------------------- Room Details -------------------- */
blockquote {
    margin: 0;
    font-size: 1.5rem;
    max-width: 500px;
    color: var(--main-color);
}

summary {
    padding: 1em 0 0.5em 0;
    cursor: pointer;
    outline: none;
    color: var(--main-color);
    margin-top: 2em;
	margin-bottom: 1em;
	border-bottom: solid thin var(--main-color);
	font-size: 1.5rem;
}
details p {
	padding-bottom: 2em;
}
/* details > summary {
	list-style: none;
} */
details[open] summary {
    border-bottom: solid thin var(--brown);
}
details[open] p {
	animation-name: comein;
	animation-duration: 500ms, 200ms;
	animation-delay: 0ms, 500ms;

}
@keyframes comein {
	0% {
	  opacity: 0;
	}
	  100% {
		  opacity: 1;
	}
}

/* -------------------- Button -------------------- */
.btn a {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
}
.btn-outline a {
	color: var(--white);
	border: solid 1px var(--brown);
	background-color: var(--brown);
	box-shadow: 0 0.5em 1em var(--lightshadow);
}
.btn a:hover {
	background-color: var(--blue);
	color: var(--white);
	border: solid 1px var(--blue);
}

/* -------------------- Cookie Notice -------------------- */

.cookie-notice {
    width: min(80%, 470px);
    z-index: 50;
    box-sizing: border-box;
    position: fixed;
    bottom: 5%;
    left: 50%;
    max-width: 500px;
    background: var(--white);
    border: solid thin var(--black);
    box-shadow: var(--boxshadow) var(--black);
    transform: translateX(-50%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    align-items: center;
    padding: 1em;
    opacity: 0;
    animation: fade-in .3s forwards 2s linear;
}
.cookie-notice p {
    margin: 0;
}
.cookie-notice a {
	color: var(--main-color);
}
.cookie-notice-header {
	font-weight: bold;
}
.cookie-notice button {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	outline: solid thin var(--brown);
	outline-offset: 5px;
	background-color: var(--brown);
	border: none;
	font-weight: bold;
	color: var(--white);
	cursor: pointer;
}
.cookie-notice button:hover {
	outline: solid thin var(--blue);
	outline-offset: 5px;
	background-color: var(--blue);
	color: var(--white);
}
/* -------------------- Footer -------------------- */
.stay-connected__form {
	margin-top: 3em;
}
.stay-connected__title h3 {
	color: var(--blue);
	font-weight: bold;
	padding: 0 10px;
	font-size: 2rem;
}
.stay-connected__text {
	padding: 0 10px;
}
.youremail {
	border-radius: 50px;
	border: solid thin var(--brown);
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.submit {
	position: absolute;
	right: 0;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 50px;
	border: solid thin var(--brown);
	background-color: var(--brown);
	color: var(--white);
	font-weight: bold;
	width: 100px;
	cursor: pointer;
}
footer {
	margin-top: 5em;
	background-color: var(--green);
	border-radius: 50px 50px 0 0;
	padding: 80px 0 20px 0;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.footer-logo svg {
	width: 75px;
	height: auto;
}
.footer-details {
	text-align: center;
}
.copyright {
	font-size: 12px;
}
.sheep {
	margin-bottom: -200px;
	text-align: right;
}
.sheep img {
	width: 100%;
	max-width: 500px;
}
footer a {
	color: var(--main-color);
}
footer a:hover {
	color: var(--brown);
}
.instagram {
	display: none;
}
.copyright img {
	width: 150px;
	height: auto;
}

/* ------------------------ Map ------------------------ */
.map-outline {
	width: 95%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.map-outline img {
	width: 100%;
	height: auto;
}
.map-location__barley {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: 20%;
	text-align: center;
}
.map-location__farm {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 10%;
	bottom: 50%;
}
.map-location__dairy {
	position: absolute;
	width: 80%;
	height: 30px;
	left: 0;
	top: 50%;
	text-align: center;
}
.map-location__sheep {
	position: absolute;
	width: 80%;
	height: 30px;
	left: 0;
	bottom: 50%;
	text-align: right;
}
.map-outline svg {
	width: 40px;
	height: auto;
	fill: var(--pink);
}
.map-outline svg:hover {
	animation: bounce 2s ease-in-out alternate infinite;
	transform-origin: center bottom;
}
@keyframes bounce {
	from,
	0%,
	53%,
	to {
	  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  transform: translate3d(0, 0, 0);
	  fill: var(--pink);
	}
  
	40%,
	43% {
	  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  transform: translate3d(0, -30px, 0) scaleY(1.1);
	  fill: var(--brown);
	}
  
	70% {
	  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
  
	80% {
	  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  transform: translate3d(0, 0, 0) scaleY(0.95);
	}
  
	90% {
	  transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}
.video-map video {
	width: 100%;
	border-radius: 10px;
}
/* ------------------------ Woocommerce Override ------------------------ */
.paypal-button {
	display: none;
}
.check .paypal-button {
	display: block;
}
.check input {
	border: solid 1px var(--line);
}
.check input:focus {
	border: solid 1px var(--brown);
}
.shop-container {
	width: 100%;
}
.shop-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 30px;
}
.term-description {
	border-bottom: solid thin #e5e5e5;
	margin-bottom: 30px;
	text-align: center;
}
.woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 1fr;
}
.sku_wrapper,
.gift-bag .woocommerce-Price-amount {
	display: none;
}
.gift-bag {
	max-width: 290px;
	margin: auto;
	text-align: center;
	justify-content: center;
	margin-bottom: 3em;
}
.gift-bag p {
	margin: 0;
}
.gift-bag a {
	color: var(--brown);
}
.gift-bag a:hover {
	color: var(--main-color);
}
.gift-bag .woocommerce .add_to_cart_inline {
	border: none!important;
}
/* Products */
ul.painting-shop {
	display: flex;
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
}
.painting-shop li {
	transition: all 0.5s ease-in-out;
	position: relative;
	margin: 20px 10px 20px 0;
	box-shadow: 0 0 10px rgba(229,229,229,1);
	border-radius: 10px;
	overflow: hidden;
	flex-grow: 1;
}
.painting-shop li:hover {
	filter: grayscale(1);
	opacity: 0.8;
}
.painting-shop h2 {
	font-size: 1.5rem;
}
.painting-shop-description {
	background-color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.painting-shop-pic {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.painting-shop a {
	display: block;
	width: 100%;
	color: var(--main-color);
}
.painting-shop li:hover, .inner .exhib-entry:hover {
	background-color: #fff;
	box-shadow: 0 0 10px var(--black);
}
.painting-shop .button {
	opacity: 0;
}
.painting-shop ins {
	content: "Sale";
	background-color: var(--brown);
	padding: 1em;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	position: absolute;
	justify-content: center;
	bottom: 5vh;
	right: 0;
	display: flex;
	color: var(--lgrey);
	text-decoration: none;
}
.painting-shop img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
ins .woocommerce-Price-amount {
	align-self: center;
}
li.amount:nth-child(2) {
	color: red;
}
.product_meta {
	font-size: 10pt;
}
.woocommerce-ordering select {
	padding: 10px;
}
/* Product Titles */
.woocommerce-loop-category__title .count {
	display: none;
}
.woocommerce-loop-product__title {
	font-size: 14pt;
	text-decoration: none;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	text-decoration: none;
}
.price {
	display: block;
	margin: 10px auto;
	font-weight: bold;
}
.your-price {
	padding-right: 10px;
}
.card-products h2 {
	width: 100%;
	display: block;
}
.card-products img {
	opacity: 0;
}
.woocommerce div.product form.cart .button {
	display: block;
	width: 200px;
	margin-top: 0;
}
.woocommerce div.product form.cart {
	display: inline-grid;
	width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #C21E29!important;
}
.woocommerce-variation-pricing .price {
	align-self: center;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #313131!important;
}
.up-sells {
	width: 100%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce input.button {
	width: 100%;
	text-align: center;
	align-self: end;
}
.related .painting-shop li {
	background-color: #fff;
}
.related {
	padding: 60px 0;
}
.related h3 {
	text-align: center;
	width: 100%;
}
.coupon {
	display: flex;
}
.coupon .input-text {
	width: 100% !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	box-sizing: border-box;
}

/* Single Product Styling */
.product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-name a {
	color: #C21E29;
}
.posted_in {
	display: none;
}
.woocommerce-product-gallery {
	width: 46%;
}
.summary {
	width: 100% !important;
	align-self: center;
}

.entry-summary {
	order: 2;
}
.woocommerce-product-gallery {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100% !important;
	margin-left: auto;
	align-self: flex-start;
}
.variations select, #giftoption, #nameforgift {
	padding: 10px;
}
.white .quantity {
	float: none !important;
	margin: 0 4px 20px 0;
	height: 50px;
}
.input-text {
	padding: 10px;
}
.strat-options ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.wide {
	width: 100%;
}
.woocommerce-variation.single_variation {
	margin-bottom: 30px;
	width: 320px;
	font-weight: bold;
	border-bottom: solid 1px #e5e5e5;
}
.start-options {
	color: #001f5b
}
.reset_variations {
	color: var(--brown);
	text-decoration: none;
}
.woocommerce-tabs {
    width: 100%;
}
.summary b {
	font-size: 25pt;
}

.wc-tabs-wrapper {
	width: 95%;
	margin: auto;
	display: none;
}

/* My Account */
.acc .content {
	margin: auto auto 60px auto;
	border-radius: 10px;
}
.content {
	margin: auto;
}
.tab-nav {
	width: 100%;
	margin-bottom: 60px;
}
.woocommerce-Addresses {
	display: flex;
	flex-grow: 1;
}
.woocommerce-Address {
	width: 48%;
	border-radius: 10px;
	height: 300px;
	margin: 10px;
	box-sizing: border-box;
	padding: 20px;
	display: grid;
	transition: all 0.5s ease-in-out;
}
.woocommerce-Address header {
	height: auto;
	margin:0;
}
.woocommerce-MyAccount-content form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.address-fields p {
	width: 48%;
}
.card-type {
	width: 60%;
	margin: auto;
	text-align: center;
}
.address-fields p:nth-child(1n+3) {
	width: 100%;
}
.myaccount input, .myaccount textarea {
	border: solid thin #e5e5e5;
}
.myaccount .woocommerce form.login {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border-radius: 0;
}
dl.variation p {
	display: initial;
	font-weight: bold;
	font-size: 12pt;
	line-height: 1.5em;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
	color: var(--brown);
}
#billing_country_field {
	padding-top: 2em;
	padding-bottom: 2em;
}
#billing_phone_field {
	padding-top: 2em;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: solid 1px var(--brown);
}
fieldset {
	width: 100%;
	margin-top: 40px;
	border: solid thin #e5e5e5;
}
.checkout.woocommerce-checkout {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	grid-gap: 100px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left!important;
	width: 90%!important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%!important;
}
#order_review_heading {
	/* width: 100%; */
	display: none;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 60px;
	font-weight: bold;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
	margin-bottom: 2em;
	margin-top: 60px;
}
#order_review {
	margin-top: 3em;
}
.variations .bold {
	font-size: 10pt;
	margin-bottom: -10px;
	font-weight: bold;
}
.woocommerce-cart-form__cart-item img {
	height: 150px;
	width: 100px;
}
.strat-options {
	width: 100%;
}
.woocommerce-product-gallery img {
	border-radius: 10px;
}
.woocommerce-remove-coupon {
	color: var(--offpink);
}
.breadcrumb {
	margin-top: 2em;
	border-bottom: dashed 1px var(--brown);
	padding-bottom: 10px;
	margin-bottom: 5em;
	display: flex;
	justify-content: center;
}
.breadcrumb a {
	color: var(--main-color);
}
.breadcrumb-seperate {
	color: var(--brown);
}
.thwepo-extra-options input {
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: solid thin var(--brown);
	margin-top: 10px;
}
.woocommerce-message a {
	color: var(--brown);
}
.shopping-basket-icon {
	position: fixed;
	bottom: 5px;
	left: 5px;
}
.cart-contents span {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--brown);
	transition: all 0.5s ease-in-out;
	color: var(--white);
}
.cart-contents-bag span {
	background-color: var(--blue);
	width: 25px;
	height: 25px;
	display: flex;
	position: absolute;
	top: -10px;
	right: -20px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: var(--white);
}
/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices


*/

/* -------------------- 700 -------------------- */
@media all and (min-width: 40em) {
.header-grid {
	grid-template-columns: 1fr 1fr;
}
}


/* -------------------- 800 -------------------- */

@media all and (min-width: 50em) {
.picture-col {
	grid-template-columns: 1fr 1fr 1fr;
}
.feature-background {
	background-size: contain;
}
ul.tabs {
	justify-content: center;
}
.page-intro {
	width: 100%;
}
.page-intro .btn {
	text-align: left;
}
.bothy-selection {
	height: 300px;
}
.bothy-links {
	width: 95%;
}
.gallery-item {
	width: 20%;
}
.submit {
	width: 150px;
}
.bothy-grid {
	grid-auto-columns: 80%;
}
.bothy-links {
	padding: 40px;
}
.desktop {
	display: block;
}
}


/* -------------------- 1200 -------------------- */

@media all and (min-width: 75em) {
.header-grid {
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 100px 1fr;
}
.bothy-image {
	grid-column: 2;
	grid-row: 1/-1;
}
.bothy-links {
    margin-top: -100px;
}
.nav-mobile-button {
	display: none;
}
.split-grid {
	grid-template-columns: 2fr 1.5fr;
}
.navigation {
	display: block;
	grid-column: 2;
	grid-row: 1;
}
.logo-nav {
	grid-template-columns: 100px 2fr 100px 200px;
	grid-row: 1;
	grid-gap: 30px;
}
.logo-nav .book-now {
	display: block;
}
.social-icons {
	margin-top: 0;
	align-self: center;
}
h1 {
	font-size: 2rem;
}
 
h2 {
	font-size: 2rem;
}
.title h2 {
	font-size: 1.5rem;
}
.contact-calendar-grid {
	grid-template-columns: 1fr 2fr;
}
.bothy-grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	overflow-x: visible;
}
.footer-grid {
	grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
}
.footer-details {
	text-align: left;
}
.welcome-text {
	width: 100%;
}
.three-col .welcome-graphic, .instagram {
	display: block;
}
/* -------------------- Drop-Down -------------------- */
.sub-menu {
	margin-top: -5px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
	z-index: 10;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: var(--brown);
	border-radius: 5px;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block;
	padding: 10px;
	color: var(--main-color);
	text-decoration: none;
}
nav ul ul {
	background: var(--brown); border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: var(--lgrey);
	font-weight: normal!important;
}
nav ul ul li a:hover {
	background: var(--blue);
	color: var(--white);
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices with bigger screens


*/


@media all and (min-width: 1900px) {

}


