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

*/
:root {
	--main-color: #381812;
	--cream: #F6EAC0;
	--grey: #E5E5E5;
	--lgrey: #e5e5e5;
    --brown: #988576;
    --yellow: #FFC331;
	--white: #ffffff;
	--border: #272727;
    --black: rgba(0, 0, 0, 0.1);
}
html {
	scroll-behavior: smooth;
}
body {
	font-size:12pt;
    font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0;
    color: var(--brown);
}
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; }

.adopt-today a, .adopt-today, .bone, .paw, .dog, .packages-button a, .available-dog-image {
    transition: all 0.5s ease-in-out;
}
section {
	opacity: 0;
}
.inverse {
	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: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c {
	clear:both;
}
a {
  text-decoration: none;
}
h1 {
   font-size: 3rem;
}
h1, h2, h3 {
	font-weight: 700;
}
h2 {
	font-size: 2rem;
}
p {
	line-height:1.6em;
}
img {
	border-style: none;
}
.bold {
	font-weight: 700;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}
hr {
	border: 1px dashed var(--brown);
	margin: 30px auto;
}
iframe {
	width: 100%;
	border: none;
}
/* -------------------- Group Colours -------------------- */
.main-color, .opening-hours h2, .easy-reading a {
	color: var(--main-color);
}
.cream-background {
	background-color: var(--cream);
}
.shadow, .available-dog:hover {
	box-shadow: 0 0 1em var(--black);
}
.yellow, .easy-reading a:hover, .link a:hover {
	color: var(--yellow);
}
.bone {
	background-image: url('images/Bone-Package.svg');
	background-position: right 100px;
}
.dog {
	background-image: url('images/Dog-Package.svg');
	background-position: right 150px;
}
.paw {
	background-image: url('images/Paw-Package.svg');
	background-position: right 100px;
}
.bone, .paw, .dog {
	background-repeat: no-repeat;
}
/* -------------------- Padding and Margins -------------------- */
.down {
	margin-top:5em;
	margin-bottom: 5em;
}
.pdown {
	padding-top: 5em;
	padding-bottom: 5em;
}
.drop {
	margin-top: 5em;
}
.dropdown {
	margin-bottom: 5em;
}
.nomargin p,
.nomargin h1,
.nomargin h2,
.nomargin h3 {
	margin: 0;
}
.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;
}
.align {
	align-self: center;
}
.barrk-banner img {
	width: 100%;
	height: auto;
	max-width: 600px;
	padding: 2em 0;
}
/* -------------------- unordered list -------------------- */
footer ul, .dog-profile-likes ul, .opening-hours ul, ul.tabs, .select-donation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tabs {
	display: flex;
}
.tab-selection ul {
	justify-content: center;
	flex-wrap: wrap;
}
.tab-selection li a {
	padding: 10px;
	display: block;
	color: var(--main-color);
}
.tab-selection li a:hover {
	color: var(--yellow);
}
ul.tabs .current a {
	color: var(--brown);
	border-bottom: 1px dashed var(--brown);
}
.tab-selection li {
	width: 100%;
}
.select-donation li {
	margin-bottom: 10px;
}
.select-donation li a {
	padding: 10px;
	display: block;
	color: var(--white);
	background-color: var(--main-color);
}
.select-donation li a:hover {
	background-color: var(--yellow);
}
/* -------------------- Header -------------------- */
header {
	width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    background-color: var(--white);
}
.logo {
    position: relative;
}
.logo img {
    width: 100%;
    max-width: 100px;
    position: absolute;
	left: 0;
	top: 10px;
}
.donation a {
	height: 100%;
	display: flex;
	width: 100%;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--yellow);
}
.donation a:hover {
    background-color: var(--brown);
}
.donation a p {
	align-self: center;
}
/* -------------------- Feature -------------------- */
.feature {
	height: 50vh;
	background-size: cover;
	background-position: 20%;
}

/* -------------------- Video -------------------- */
.help-to {
    display: flex;
    height: 98vh;
	overflow: hidden;
	color: var(--white);
}
.help-to video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
}
.help-to-text {
    align-self: center;
}
.help-to-text p,
.help-to-text h1 {
    margin: 0;
}
.help-to-text h1 {
    max-width: 600px;
    font-size: 2rem;
}
.adopt-today {
	width: 280px;
	margin-top: 2em;
	padding: 10px 0;
}
.adopt-today:hover {
    padding: 10px;
    background-color: var(--yellow);
}
.adopt-today a {
    display: flex;
    color: var(--white);
	font-weight: 700;
	margin-left: 0;
}
.adopt-today a:hover {
    margin-left: 20px;
}
.adopt-today p,
.adopt-today img {
    align-self: center;
    padding-right: 10px;
}
.steps {
    position: absolute;
    bottom: 0;
	width: 100%;
	display: none;
}
.steps-description {
    display: flex;
    width: 30%;
    padding: 10px;
	flex-grow: 1;
	border-radius: 10px 10px 0 0;
}
.steps-description:hover {
	background-color: white;
	color: var(--main-color);
}
.steps-description h2, .steps-description p {
	align-self: center;
}
.steps-description h2 {
    font-size: 4rem;
    margin: 0;
    color: var(--yellow);
}
.steps-description p {
    padding-left: 20px;
}
/* -------------------- Alert Notice -------------------- */
.alert-notice {
	color: var(--white);
	background-color: var(--brown);
	padding: 10px;
}
/* -------------------- Navigation -------------------- */
.navigation {
    display: flex;
    justify-content: center;
    
}
nav {
    margin: auto;
}
.navigation nav {
	display: none;
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#navoverlay {
	background-color: var(--yellow);
}
.mobile {
	display: none;
	opacity: 0;
}
.menu-btn {
	width: 28px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--main-color);
}
.mobile {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	text-align: center;
	z-index: 100;
}
.close-btn {
	width: 28px;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 15px;
	color: var(--lgrey);
	display: block;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
}
.close-btn:hover {
	transform: rotate(180deg);
}
.show-menu {
	opacity: 1;
	display: block;
	animation: fade-in 0.5s forwards linear;
}
.menu-contents {
	margin-top: 10em;
}
.nav li a {
	display: block;
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--main-color);
}
.nav li a:hover {
	color: var(--brown);
}
.nav, .contact-nav, .social-nav {
	width: 100%;
}
.nav ul, .contact-nav ul, .social-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-nav ul {
	display: flex;
}
.social-nav li a, .contact-nav a {
	padding: 10px;
	color: var(--lgrey);
}
.nav:nth-child(1) {
	margin-top: 100px;
	margin-bottom: 50px;
}
.social-nav {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	font-size: 20pt;
}
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;
}
/* -------------------- 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);
}
/* -------------------- Welcome -------------------- */
.paw-print {
	background-image: url('images/PawPrint.png');
	background-repeat: no-repeat;
	background-position: right -40px;
}
.half {
	width: 100%;
}
.dog-showcase {
	height: 600px;
	background-color: black;
	margin-bottom: 100px;
	width: 90%;
	border-radius: 10px;
	background-position: center;
}
.dog-showcase-description {
	position: absolute;
	bottom: -50px;
	background-color: var(--yellow);
	padding: 20px;
	right: -10%;
	width: 95%;
	color: var(--white);
	background-image: url('images/PawPrint.svg');
	background-position: center right;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.dog-showcase-link a {
	color: var(--white);
}
.dog-showcase-link a:hover {
	color: var(--main-color);
}
.dog-showcase-picture {
	display: flex;
	justify-content: center;
	height: 100%;
	opacity: 0;
	text-align: center;
}
/* .dog-showcase-picture:hover {
	background-color: var(--black);
	opacity: 1;
} */
.dog-showcase-picture h2 {
	margin: 0;
	align-self: center;
	color: var(--lgrey);
}
.dog-showcase-picture a {
	display: block;
	text-align: center;
}
/* -------------------- Page Titles -------------------- */
.page-title {
	color: var(--main-color)
}
.page-title h1 {
	font-size: 2rem;
}
.caps {
	text-transform: uppercase;
}
/* -------------------- Available Dogs Grid -------------------- */
.available-dog {
	width: 46%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	border: solid 1px var(--brown);
	margin: 20px;
	flex-grow: 1;
	position: relative;
}
.dog-status p {
	position: absolute;
	width: 100px;
	height: 100px;
	right: -20px;
	top: -10px;
	background-color: var(--yellow);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0;
	color: var(--main-color);
}
.available-dog-image {
	width: 250px;
	height: 250px;
	margin: auto;
	overflow: hidden;
	background-color: var(--brown);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	background-size: cover;
}
.available-dog-image:hover {
	transform: scale(1.1);
}
.available-dog-title {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.available-dog-title h2 {
	color: var(--main-color);
}
.available-dog-link {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
}
.available-dog-link:hover {
	background-color: var(--black);
	opacity: 1;
}
.available-dog-link p {
	margin: 0;
	align-self: center;
	color: var(--lgrey);
}
.available-dog-image a {
	width: 100%;
}
.appopen {
	display: none;
}
.clearall {
	opacity: 0;
}
/* -------------------- Dog Profile -------------------- */

.dog-profile-section {
	z-index: 1;
}
.dog-profile {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-size: cover;
	position: relative;
	margin: auto;
}
.dog-profile-back {
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	border: dashed 2px var(--border);
	background-color: var(--cream);
	opacity: 0.3;
	left: -20px;
	z-index: -1;
}
.easy-reading, .profile {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.dog-profile-likes {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}
.height {
	height: 300px;
	margin-top: -400px;
}
.profile .gallery {
	margin-top: -30px;
}
.gallery-icon img {
	border-radius: 10px;
}
.dog-profile-likes {
	text-align: center;
}
.wp-caption-text {
	margin: -20px auto auto auto;
	padding: 25px 1em 1em 1em;
	background-color: var(--grey);
	border-radius: 10px;
}
/* -------------------- Rehoming Steps -------------------- */
.rehoming-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	width: 95%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.rehoming-step {
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.rehoming-step-image {
	width: 100px;
	height: 100px;
	background-color: var(--main-color);
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}
.rehoming-step-description {
	border-top: dashed 2px var(--black);
}
.rehoming-step svg {
	width: 100px;
}
.rehoming-step-image svg {
	width: 70px;
	height: 70px;
	align-self: center;
	fill: var(--cream);
}
/* -------------------- Dog Enquiry -------------------- */
.barrk-enquiry {
	background-color: var(--grey);
}
.barrk-enquire p, .DateRequired, .Websitenotlisted {
	width: 100%;
}
.long .barrk-enquire p {
	width: 100%;
}
span.wpcf7-not-valid-tip {
	margin-top: -45px;
	background-color: lightyellow;
	padding: 10px;
}
.wpcf7-submit:hover {
	background-color: #272727;
	color: #fff;
}
.barrk-enquire input, .barrk-enquire select, .barrk-enquire textarea, .options-select input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 45px;
	color: var(--main-color);
	background-color: transparent;
}
.barrk-enquire input, .barrk-enquire select, .options-select input {
	border: 0;
	border-bottom: dashed thin var(--main-color);
	transition: all 0.5s ease-in-out;
}
.barrk-enquire textarea {
	border: dashed thin var(--main-color);
}
.barrk-enquire input:focus, .barrk-enquire select:focus, .options-select input:focus {
	border: dashed thin var(--main-color);
}
.barrk-enquire hr {
	width: 100px;
	margin: 20px auto;
	border: solid thin #fff;
}
.barrk-enquire .wpcf7-submit, .options-select .submit {
	width: 200px;
	cursor: pointer;
	background-color: var(--yellow);
	margin: 2em auto;
}
.barrk-enquire .wpcf7-submit:hover, .submit:hover {
	background-color: var(--brown);
}
input:focus, select:focus, textarea:focus {
	padding-left: 20px;
	background-color: var(--lgrey);
}
input::placeholder  {
	color: var(--main-color);
}
textarea::placeholder  {
	color: var(--main-color);
}
input:-ms-input-placeholder  {
	color: var(--main-color);
}
.options-select {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.option-title {
	font-weight: bold;
}
/* -------------------- Success Stories -------------------- */

.success-intro, .success-pics {
	width: 100%;
}
.success-intro {
	align-self: center;
}
.success-image:nth-child(1) {
	width: 100%;
}
.success-image {
	width: 46%;
	flex-grow: 1;
	margin: 10px;
}
.success-image img {
	width: 100%;
	object-position: center;
	object-fit: contain;
	height: 400px;
}
/* -------------------- Packages -------------------- */

.package-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	gap: 50px;
}
.packages {
	border: solid thin var(--lgrey);
	padding: 20px;
	border-radius: 10px;
}
.packages:hover {
	box-shadow: 0 0 1em var(--black);
}
.selected {
	border: none;
	box-shadow: 0 0 1em var(--black);
}
.package-title h2,
.package-title p, .best p {
	margin: 0;
	text-align: center;
}
.package-price {
	text-align: center;
	margin-top: 2em;
}
.package-price strong {
	font-size: 25pt;
}
.package-price strong,
.package-title h2 {
	color: var(--main-color);
}
.package-description {
	padding: 0 1em 1em 1em;
}
.package-description ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.package-description li {
	line-height: 1.9em;
}
.noselect {
	opacity: 0.2;
}
.best {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #FFB25A;
	display: flex;
	overflow: hidden;
	border-radius: 50%;
	right: -20px;
	top: -20px;
	padding: 2px;
	box-sizing: border-box;
}
.best p {
	font-weight: bold;
	align-self: center;
	line-height: 1;
}
.package-intro {
	grid-row: 1;
}
.packages-button a {
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
	display: block;
	color: var(--main-color);
	background-color: var(--yellow);
}
.packages-button a:hover {
	color: var(--lgrey);
	background-color: var(--brown);
}
/* -------------------- FAQ -------------------- */
.faq {
	background-image: url('images/PawPrint.png');
	background-repeat: no-repeat;
	background-position: center -50px;
	padding: 20px 0;
}
/* New Updated Accordion */

.wrapper {
	min-height: 0;
	display: inline-block;
	position: relative;
  }
  .wrapper label {
	  display: none;
  }
  @media (max-width: 550px) {
	.wrapper {
	  box-sizing: border-box;
	  transform: translate(0, 0);
	  max-width: 100%;
	  min-height: 100%;
	  margin: 0;
	  left: 0;
	}
  }
  .wrapper h2 {
	  display: block;
	  margin: 0;
	  cursor: pointer;
	  font-size: 12pt;
	  align-self: center;
	  width: 100%;
	  padding: 10px 10px 10px 0;
	  margin-bottom: -20px;
	  font-weight: normal;
	  color: var(--main-color);
	  border-bottom: solid thin var(--lgrey);
  }
  .wrapper h2::before {
	  content: "Q. ";
  }
  .wrapper p {
	position: relative;
	overflow: hidden;
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 40px;
	z-index: 2;
	padding: 0 20px;
	transition: all 500ms ease;
  }
  .wrapper p,
  .wrapper ul li i:before,
  .wrapper ul li i:after {
	transition: all 0.25s ease-in-out;
  }
  .wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .wrapper ul li {
	  position: relative;
	  padding: 0;
	  display: flex;
	  flex-wrap: wrap;
	  margin-bottom: 10px;
	  border-bottom: solid thin var(--lgrey);
  }
  .wrapper ul li i {
	position: absolute;
	transform: translate(-20px, 0);
	margin-top: 9px;
	right: 0;
  }
  .wrapper ul li i:before,
  .wrapper ul li i:after {
	content: "";
	position: absolute;
	background-color: var(--yellow);
	width: 3px;
	height: 16px;
  }
  .wrapper ul li i:before {
	transform: translate(2px, 0) rotate(45deg);
  }
  .wrapper ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
  }
  .wrapper ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
  }
  .wrapper ul li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
  }
  .wrapper ul li input[type=checkbox]:checked ~ i:before {
	margin-top: 9px;
	height: 9px;
	transform: translate(2px, 0) rotate(45deg);
  }
  .wrapper ul li input[type=checkbox]:checked ~ i:after {
	margin-top: 9px;
	height: 9px;
	transform: translate(-2px, 0) rotate(-45deg);
  }
  .wrapper ul li:nth-of-type(1) {
	border-top: none;
	animation-delay: 0.5s;
  }
  
  /* End of New Accordion */
/* -------------------- Volunteer -------------------- */
.volunteer-background {
	background-image: url(images/PawPrint-Cream.svg),
	  linear-gradient(to right,var(--brown), var(--brown));
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: 90%;
    	color: #ffffff;
}
.volunteer {
	display: grid;
	grid-template-columns: 1fr;
}
.volunteer-title, .volunteer-button {
	align-self: center;
}
.volunteer-title h3, .volunteer-buttons h3 {
	color: var(--cream);
	font-size: 2rem;
}
.volunteer-title img {
	width: 100%;
	max-width: 400px;
}
.volunteer-button {
	text-align: center;
	margin-bottom: 2em;
}
.volunteer-buttons .volunteer-button:nth-child(3) {
	margin-top: 1em;
}
.volunteer-info {
	grid-column: 1/-1;
}
/* -------------------- Gallery / Banner -------------------- */
.gallery, .grid, .links {
	display: flex;
	flex-wrap: wrap;
}
.space {
	justify-content: space-between;
}
.gallery-item {
	float: left;
	width: 20%;
	flex-grow: 1;
	margin: 5px;
}
.gallery-item img {
	width: 100%;
	height: auto;
}
.gallery-item img:hover {
	opacity: 0.6;
}
.blog:nth-child(1) {
	width: 100%;
	text-decoration: underline;
}
/* -------------------- Button -------------------- */
.button {
	text-align: center;
}
.button a, .volunteer-button a {
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	display: inline-block;
}
.volunteer-button a {
	background-color: var(--yellow);
	width: 290px;
	color: var(--main-color);
}
.button a {
	background-color: var(--main-color);
	color: var(--white);
}
.button a:hover {
  background-color: #272727;
}
.link {
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}
.link a {
	color: var(--main-color);
}
/* -------------------- Footer -------------------- */
footer {
	display: grid;
	grid-template-columns: 1fr;
	width: 95%;
	max-width: 1300px;
	margin: 3em auto 0 auto;
	gap: 30px;
}
footer a {
	color: var(--brown);
}
footer a:hover {
	color: var(--yellow);
}
.footer-logo img {
	width: 100px;
	align-self: center;
}
.copyright {
	grid-column: 1 /-1;
	font-size: 10pt;
	border-top: solid 1px var(--lgrey);
}


/* ------------------------ Woocommerce Override ------------------------ */
.paypal-button {
	display: none;
}
.about_paypal {
	color: var(--brown);
}
.check .paypal-button {
	display: block;
}
.check input {
	border: solid 1px var(--line);
}
.check input:focus {
	border: solid 1px var(--brown);
}
.shop-container {
	width: 100%;
}
.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: grid;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.painting-shop li {
	transition: all 0.5s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
	max-width: 377px;
}
.painting-shop-description .price {
	color: var(--brown);
	font-weight: bold;
}
.painting-shop-pic {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0 0 1em var(--black);
	transition: opacity 0.5s ease-in-out;
}
.painting-shop-pic:hover {
	opacity: 0.8;
}
.painting-shop a {
	display: block;
	width: 100%;
	color: var(--main-color);
}
.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;
	top: 0;
	right: 0;
	display: flex;
	color: var(--lgrey);
	text-decoration: none;
}
ins .woocommerce-Price-amount {
	align-self: center;
}
li.amount:nth-child(2) {
	color: var(--brown);
}
.product_meta {
	font-size: 10pt;
}
.woocommerce-ordering select {
	padding: 10px;
}
.stock {
	display: none;
}
.mbcshop span.onsale {
	background-color: var(--brown)!important;
}
/* Product Titles */
.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: 2em;
}
.woocommerce div.product form.cart {
	display: inline-grid;
	width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--brown)!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;
	flex-wrap: wrap;
}
.coupon .input-text {
	width: 100% !important;
}
.coupon .input-text {
	background-color: var(--lgrey);
	border: none;
	color: var(--main-color);
}
.home .woocommerce a.button, .mbcshop .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: var(--lgrey);
	display: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	box-sizing: border-box;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 50px;
}

.inner .woocommerce table.shop_table td {
	border-top: solid thin var(--lgrey);
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background-color: var(--lgrey);
	border: dotted 1px var(--lgrey);
	color: var(--main-color);
}
.inner .woocommerce .col2-set .col-1, .inner .woocommerce-page .col2-set .col-1 {
	width: 90%;
}
.inner .woocommerce form .form-row .select2-container {
	padding: 10px 0;

}
select {
	color: var(--main-color);
}
.inner .woocommerce-error, .inner .woocommerce-info, .inner .woocommerce-message {
	background-color: transparent;
	color: var(--main-color);
	box-shadow: 0 0 1em var(--black);
}
form .woocommerce-NoticeGroup {
	grid-column: 1 /-1;
}
.inner #add_payment_method #payment, 
.inner .woocommerce-cart #payment, 
.inner .woocommerce-checkout #payment {
	background: var(--white);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 5px;
}

/* Single Product Styling */
.shop-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-name a {
	color: var(--main-color);
}
.posted_in {
	display: none;
}
.woocommerce-product-gallery, .summary {
	width: 100%!important;
	align-self: center;
}
.entry-summary {
	order: 2;
}
.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;
}
.layout-container {
	width: 95%;
	margin: 3em auto;
	padding: 3em;
	box-sizing: border-box;
	background-color: var(--grey);
	border-radius: 10px;
	max-width: 1600px;
}
.wc-tabs-wrapper {
	width: 95%;
	margin: auto;
	display: none;
}
.flex-viewport {
	border-radius: 10px;
	margin-bottom: 1em;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 10px!important;
}

/* 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, .woocommerce-info, .woocommerce-message {
    width: 100%!important;
}*/
fieldset {
	width: 100%;
	margin-top: 40px;
	border: solid thin #e5e5e5;
}
.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left!important;
	width: 90%!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;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: url(svg/basket-icon.svg);
    margin-top:10px;
    font-style:normal;
    font-weight:400;
	vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
	background-color: var(--yellow);
	font-weight: bold;
	border-radius: 10px;
	padding: 1px 6px;
	line-height: 1;
	vertical-align: top;
	font-size: 10pt;
}
#order_review {
	margin-top: 3em;
}
.variations .bold {
	font-size: 10pt;
	margin-bottom: -10px;
	font-weight: bold;
}

.strat-options {
	width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color: var(--brown);
}
.showcoupon {
	color: var(--brown);
}
#billing_country_field {
	margin-top: 3em;
	margin-bottom: 3em;
}
#billing_phone_field {
	margin-top: 3em;
}
#billing_email_field {
	margin-bottom: 3em;
}
.woocommerce-product-gallery img {
	border-radius: 10px;
}
.main-content {
	color: var(--main-color);
}
/* ------------------------ Checkout Options ------------------------ */
.checkout-options {
	display: flex;
	padding: 20px 0;
	justify-content: flex-start;
}
.menu-price-container {
	width: 95%;
	max-width: 400px;
}
.menu-price-container ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.menu-price-container li {
	flex-grow: 1;
}
.menu-price-container a {
	color:var(--main-color);
	text-decoration: none;
}
.menu-price-container a:hover {
	color: var(--brown);
}



/*

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


*/

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

@media all and (min-width: 50em) {
.volunteer {
	grid-template-columns: 1fr 1fr;
}
.volunteer-button {
	margin-bottom: 0;
}
.help-to-text h1,
.page-title h1 {
    font-size: 4rem;
}
.dog-profile, .dog-profile-back {
	width: 400px;
	height: 400px;
}
.tab-selection li {
	width: 300px;
}

/* -------------------- Navigation -------------------- */
/* .navigation {
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(--yellow);
	color: var(--white);
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
}


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

@media all and (min-width: 75em) {
header {
    grid-template-columns: 120px 1fr 200px;
}
footer {
	grid-template-columns: 1fr 1fr 1fr 100px;
}
.menu-btn {
	display: none;
}
.navigation-mobile {
	display: none;
}
.package-grid {
	grid-template-columns: 1fr 1fr 1fr;
}
.rehoming-steps {
	grid-template-columns: 1fr 100px 1fr 100px 1fr;
}
.rehoming-step {
	width: initial;
}
.barrk-enquire p, .DateRequired, .Websitenotlisted {
	width: 49%;
}
.current_page_item a {
	color: var(--yellow);
	font-weight: bold;
}
.steps {
	display: initial;
}
.stepdown {
	margin-top: 5em;
}
.dog-profile-likes {
	grid-template-columns: 1fr 1fr;
}
.half {
	width: 48%;
}
.success-intro, .success-pics {
	width: 48%;
}
.success-image:nth-child(1) {
	margin-top: -100px;
}
.available-dog {
	width: 30%;
}
.navigation nav {
	display: block;
}
.logo img {
	left: initial;
	right: 0;
}
.checkout.woocommerce-checkout {
	grid-template-columns: 2fr 1fr;
	grid-gap: 100px;
}
.shop-grid {
	grid-template-columns: 1fr 1fr;
}
}

/*

	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) {

}


/* @media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: white;
  }
} */
