﻿/*
Theme Name: SD Harper
Theme URI: https://sdharper.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: 4
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/

body {
	font-size:12pt;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
  color: #333333;
	background-color: #fafafa;
	opacity: 0;
	animation: page-load 0.1s forwards 1s linear;
}
@keyframes page-load {
0%{
	opacity: 0;
}
100%{
	opacity: 1;
}
}
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, footer, .copyright, .search form, .search .menu-price-container {
	width: 80%;
	margin: auto;
	max-width: 1920px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c {
	clear:both;
}
h1 {
	font-size: 40pt;
}
h2 {
	font-size: 18pt;
}
p,
.caravan-pick-items li,
.fleft li,
.caravan-listing-items li,
.caravan-detail-info td,
.caravan-detail-info-long li,
.categories-selection li {
	line-height:1.6em;
}
a {
	text-decoration: none;
}
img {
	border-style: none;
}
.center {
	text-align:center;
}
.absol {
	position:relative;
}
.line {
	border-top: solid thin #909299;
}
.caravan-pick-link, .tabs li a, .caravan-listing, .caravan-icons-images li, .desktop, .option-buttons a, .cta, .cta-link, .categories-selection li a, #searchform input, .search li a {
	transition: all 0.5s ease-in-out;
}
hr {
	border: solid 1px #e5e5e5;
	width: 200px;
	margin: 100px auto;
}
.home hr {
	margin: 60px auto;
}
/* -------------------- Padding and Margins -------------------- */
.home section {
	width: 100%;
}
.drop section {
  margin-bottom: 60px;
}
.dropmore, .cdetail footer, .tdetail footer {
	margin-top: 120px;
}
.down {
	margin-top:20px;
}
.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;
}
.leftcol {
	width: 25%;
}
.feature-long .rightcol,
.feature-long .leftcol {
	width: 100%;
}
.rightcol {
	width: 70%;
}
.rightcolfull {
	width: 100%;
}

.iframe iframe {
	width: 100%;
}
/* -------------------- Colours -------------------- */
.grad {
	background-image: linear-gradient( to bottom, #eff1f3, #fff );
}
.red {
	background-color: #C21E29;
}
.green, .mobile, .caravan-icons li a, .option-buttons a, .caravan-icons-images p, .page-numbers {
	background-color: rgba(140, 198, 63, 1);
}
.greenlight, .caravan-icons li a:hover {
	background-color: rgba(140, 198, 63, 0.8);
}
.greylight {
	background-color: rgba(73, 77, 88, 0.6);
}
.grey, .page-numbers.current {
	background-color: rgba(73, 77, 88, 1);
}
.orange, .current_page_item a, .option-buttons a:hover, .cta:hover, .cdetail .cselect, .page-numbers:hover {
	background-color: #F8931D;
}
.caravan-pick, .desktop, .caravan-listing {
	background-color: #fff;
}

/*  SVG Colours  */
.m-o {
	fill: #15193F;
}
.m-c {
	fill: #C21E29;
}

/*  Text Colours  */
.white, .cta, .cta a, footer, footer a, .copyright, .option-buttons a, .current_page_item a, nav li a, .current_page_item a:hover, .contact-nav a, .social-nav a, .caravan-icons li a, .caravan-icons-images li a, .cdetail .cselect a, .copyright a {
  color: #fff;
}
.greentxt, .caravan-pick-price h3, .leftcol h1, .caravan-pick-price a:hover, .caravan-listing-title h3, 
.caravan-detail-price h3, .caravan-detail-info-long li::before, .external-links-text h2, nav li a:hover, 
.categories-selection li a:hover, .carmenu-btn, footer a:hover, .copyright a:hover {
	color: rgba(140, 198, 63, 1);
}
.greytxt, .tabs a, .external-links-text p, .categories-selection li a, .search li a, .tabs .current a {
	color: #494D58;
}
.carmenu-btn:hover {
	color: #F8931D;
}
.caravan-pick-price a {
	color: #333;
}
/* Background Images */
.banner, .caravan-listing-image, .caravan-detail-image, .cta-link, .feature {
	background-size: cover;
	background-position: center;
}
.caravan-listing:hover, .caravan-pick:hover, .desktop:hover, .caravan-icons-images li:hover {
	box-shadow: 0 0 20px rgba(229, 229, 229, 0.5);
}
.caravan-listing:hover {
	border-bottom: solid thin #fff;
}

/* -------------------- Header -------------------- */

.clisting header {
	margin-bottom: 0;
}
.clisting h1 {
	margin: 0;
}
.top-telephone, .top-email {
  padding: 10px;
}
.logo {
	padding: 30px 0;
}
.logo img {
	width: 200px;
}
.logo-slogan {
  padding-bottom: 30px;
}
.feature {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.feature img, .featureimage img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.featureimage {
	width: 100%;

}
/* -------------------- Navigation -------------------- */
.navigation {
	width: 80%;
	margin: auto;
}
nav {
	width: 100%;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
nav li {
	flex-grow: 1;
}
nav li a {
	display: block;
	padding: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.more-pages {
	margin-top: 60px;
}
.page-numbers {
	padding: 10px;
	color: #fff;
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile,
.caravan-filter-options {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.top-nav {
	position: absolute;
	right: 40px;
	top: 20px;
}
.side-contact {
	position: absolute;
	bottom: 120px;
	transform: rotate(-90deg);
	width: 200px;
	left: -70px;
}
.top-nav a {
	text-transform: uppercase;
	font-weight: bold;
}
.mobile {
	display: none;
	opacity: 0;
}
.close-btn,
.carclose-btn {
	display: block;
}
.menu-btn {
	width: 28px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	display: none;
}
.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: 30px;
	top: 10px;
	color: #fff;
}
.show-menu {
	opacity: 1;
	display: block;
}
ul.sub-menu {
	display:none;
}
.slideDown {
  display: block;
}

/* -------------------- Caravan Filter -------------------- */
.caravan-filter {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	text-align: center;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	flex-direction: column;
}
.caravan-filter-options, .carmenu-btn {
	display: block;
}
.carmenu-btn {
	cursor: pointer;
	font-size: 20pt;
	align-self: center;
}
.show-car-menu {
	display: flex;
}
.caravan-filter-selections {
	align-self: center;
	background-color: #fafafa;
	width: 80%;
	box-sizing: border-box;
	padding: 20px;
	border: solid 20px #e5e5e5;
}
.carclose-btn {
	width: 28px;
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -60px;
	color: #fff;
}
.Hide-Additional-Information {
	display: none;
}
/* -------------------- Mobile -------------------- */
.nav:nth-child(1) {
	margin-top: 70px;
	margin-bottom: 50px;
}
.nav li a {
	color: #fff;
	display: block;
	font-size: 25pt;
}
.nav .current_page_item a {
	color: rgba(73, 77, 88, 1);
	background-color: transparent;
}
.contact-nav {
	margin-bottom: 30px;
}
/* -------------------- Unordered List -------------------- */
.tab ul, .caravan-pick-items ul, .option-buttons ul, .fleft ul, .search ul, .caravan-listing-items ul, .categories-selection ul, .caravan-detail-info-long ul, .nav ul, .social-nav ul, .contact-nav ul, .caravan-icons ul, .caravan-icons-images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .tab {
	margin-bottom: 0;
}
.inner .tab {
	margin-bottom: 30px;
	border-bottom: solid thin #e5e5e5;
}
.tab {
	width: 100%;
}
.tabs {
	display: flex;
}
.tabs li {
	text-align: center;
	width: 200px;
}
.tabs li a {
	opacity: 0.5;
	padding: 10px;
	display: block;
}
.tabs .current a {
	opacity: 1;
}
.tabs .current a {
	border-radius: 5px 5px 0 0;
}
.tabs .current {
	background-color: #e5e5e5;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.03);
}
.tabs li a:hover {
	opacity: 1;
}
/* -------------------- Categories -------------------- */
.categories-selection {
	margin-bottom: 30px;
}
.categories-selection p {
	font-weight: bold;
}
.categories-selection li a {
	display: block;
	padding: 10px;
	border-bottom: solid thin #e5e5e5;
}
.categories-selection li a:hover, .current-menu-item a {
	border-bottom: solid thin rgba(140, 198, 63, 1)!important;
}
.categories-selection .title {
	display: none;
}
.caravan-icons ul, .option-buttons ul, .caravan-icons-images ul {
	display: flex;
	flex-wrap: wrap;
}
.caravan-icons li, .option-buttons li, .caravan-icons-images li {
	flex-grow: 1;
	text-align: center;
	width: 20%;
	margin: 5px;
}
.caravan-icons img {
	width: 50px;
	display: block;
	margin: auto;
}
.caravan-icons-images img {
	width: 100%;
}
.caravan-icons li a, .option-buttons a {
	display: block;
	padding: 30px;
	border-radius: 10px;
}
.caravan-icons-images li:hover {
	opacity: 0.5;
}
.caravan-icons-images p {
	margin: 0;
	padding: 10px;
}
.menu-filter {
	align-self: center;
}
/* -------------------- Search -------------------- */

.search {
	background-color: #e5e5e5;
	padding: 10px;
	margin-bottom: 60px;
}
.pad {
	padding: 20px 10px;
}
.search input {
	padding: 10px;
	flex-grow: 1;
	border: solid thin #e5e5e5;
}
.search input:focus,
#searchform input:focus {
	border: solid thin rgba(140, 198, 63, 1);
}
.search input:nth-child(2) {
	width: 80%;
}
.search label {
	display: none;
}
.search ul {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
	justify-content: flex-start;
}
.search li {
	flex: 0 0 auto;
	width: 10%;
	border-right: solid thin #fff;
	margin-right: 20px;
	text-align: center;
	flex-grow: 1;
}
.search li a {
	opacity: 1;
}
.search li a:hover {
	opacity: 0.8;
}
.search b {
	font-weight: normal;
}
/* -------------------- Search -------------------- */
.search-results {
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e5e5e5;
	display: flex;
	flex-wrap: wrap;
}
#searchform input {
	border: solid thin #e5e5e5;
}
.search-results:hover {
	border-bottom: solid 1px #D49F6E;
}
.search-results-text h3, .search-results-text p {
	margin: 0;
}
.search-results-image {
	width: 200px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.search-results-text {
	flex-grow: 1;
	width: 60%;
}

/* -------------------- CTA Banner -------------------- */
.banner-boxes {
	display: flex;
	width: 100%;
}
.cta {
	flex-grow: 1;
	width: 48%;
	margin-bottom: 5px;
	border-radius: 10px;
}
.gap {
	gap: 10px;
}
.cta-link {
	height: 100%;
	opacity: 1;
}
.cta a {
	padding: 20px;
	display: block;
}
.cta-link strong {
	font-size: 20pt;
}

/* -------------------- Barbie -------------------- */

.sdbbq {
	width: 30%;
	flex-grow: 1;
	margin: 10px 10px 20px 10px;
	box-sizing: border-box;
	text-align: center;
}
.price {
	background-color: #8cc63f;
	padding: 10px;
	color: #fff;
}
.sdbbq img {
	width: 100%;
	height: auto;
}

.external-links {
	border-bottom: solid thin #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.external-links-pics {
	width: 250px;
}
.external-links-text {
	flex-grow: 1;
}
/* -------------------- Caravan Styles -------------------- */
.home .caravan-container {
	background-color: #fff;
	border: solid thin #e5e5e5;
	padding: 20px;
}
.caravan-pick {
	width: 33%;
	border-radius: 10px;
}
.caravan-pick-image {
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.caravan-pick-title {
	padding: 0 10px;
}
.caravan-pick-description {
	border-top: solid thin #e5e5e5;
	padding: 20px 0;
}
.caravan-pick-description {
	margin: 0 10px;
}
.caravan-pick-items, .caravan-pick-price {
	width: 48%;
	align-self: center;
}
.caravan-pick-items ul, .fleft ul, .caravan-listing-items ul, .caravan-detail-info-long ul {
	display: flex;
	flex-wrap: wrap;
}
.caravan-pick-items li, .fleft li, .caravan-listing-items li, .caravan-listing-group {
	width: 50%;
}
.trail .caravan-listing-group {
	width: 100%;
}
.caravan-pick-items li:nth-child(odd),
.fleft li:nth-child(odd),
.caravan-listing-items li:nth-child(odd) {
	font-weight: bold;
}
.caravan-pick-price {
	text-align: center;
}
.caravan-pick-price p,
.caravan-pick-price h3,
.caravan-listing-title h3,
.caravan-listing-title h2,
.caravan-detail-price h3,
.caravan-detail-price h1 {
	margin: 0;
}
.caravan-pick-price h3, .caravan-listing-title h3, .caravan-detail-price h3 {
	font-size: 18pt;
}
.caravan-pick-link,
.caravan-detail-link {
	display: flex;
	justify-content: center;
	height: 100%;
	opacity: 0;
	color: #fff;
}
.caravan-pick-link:hover {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	border-radius: 10px;
}
.caravan-detail-link:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.5);
}
.caravan-pick-link p,
.caravan-detail-link p,
.cta-link p {
	margin: 0;
	text-align: center;
	align-self: center;
}
.caravan-pick-link a, .caravan-detail-link a {
	display: block;
	text-align: center;
}
.caravan-listing {
	width: 100%;
	margin-bottom: 60px;
	border-radius: 5px;
	overflow: hidden;
}
.caravan-listing-image {
	width: 30%;
	height: 200px;
}
.caravan-listing-description {
	width: 68%;
}
.caravan-listing-items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-top: solid thin #e5e5e5;
}
.caravan-listing {
	border-bottom: solid thin #e5e5e5;
}
.caravan-listing-title {
	width: 100%;
	align-self: center;
	text-align: center;
}
.caravan-listing-title h3 {
	padding-right: 10px;
}
.caravan-listing-group,
.caravan-listing-title h2,
.caravan-listing-title h3 {
	align-self: center;
}
.caravan-pick-link p:nth-child(2) {
	display: none;
}
.desktop {
	padding: 20px;
	border: solid thin #e5e5e5;
}
/* -------------------- Caravan Detail -------------------- */

.caravan-detail-price {
	text-align: center;
}
.caravan-detail-info, .caravan-detail-gallery, .caravan-detail-image {
	width: 49%;
}
.tdetail .caravan-detail-info, .tdetail .caravan-detail-gallery {
	width: 100%;
}
.caravan-detail-info table, .caravan-detail-image img {
	width: 100%;
}
.caravan-detail-info td {
	padding: 5px;
}
.caravan-detail-info tr:nth-child(even) {
	background-color: #e5e5e5;
}
.caravan-detail-info td:nth-child(2n+1) {
	font-weight: bold;
}
.caravan-detail-info td:nth-child(2n) {
	text-align: right;
}
.caravan-detail-info-long li {
	width: 20%;
}
.caravan-detail-info-long li::before {
	content: "\f058";
	padding-right: 10px;
	font-family: "FontAwesome";
}
/* -------------------- Booking Form -------------------- */

.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 {
	width: 100px;
	margin: 20px auto;
	border: solid thin #fff;
}
/* -------------------- Gallery -------------------- */
.banner {
	height: auto;
	flex-grow: 1;
}
.facebook-feed {
	width: 27%;
}
.gallery, .grid, .links, #searchform {
	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;
	border-radius: 10px;
}
.gallery-item img:hover {
	opacity: 0.6;
}
.caravan-detail-image {
	border-radius: 10px;
}
.blog:nth-child(1) {
	width: 100%;
	text-decoration: underline;
}
.link {
	flex-grow: 1;
	width: 10%;
	position: relative;
	overflow: hidden;
	margin: 10px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

/* -------------------- Button -------------------- */
.button a {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
  background-color: #d19e5f;
}
.button a:hover {
  background-color: #272727;
}

/* -------------------- Video -------------------- */
video {
	width: 100%;
	display: block;
}
.googlemaps iframe {
	width: 100%;
}

/* -------------------- Footer -------------------- */
footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}
footer h4 {
	margin-top: 0;
}
.fleft {
	width: 30%;
	margin-right: 30px;
}
.fleft:nth-child(3) {
	margin-right: 0;
}
.copyright {
	font-size: 10pt;
	padding: 10px;
}
.copyright p {
	padding: 0;
	margin: 0;
}
/* -------------------- Google Reviews -------------------- */
.google-reviews__image {
	margin-top: -40px;
}
.google-reviews__image img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.google-reviews__stars {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-bottom: 40px;
}
.google-reviews ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
/* ------------------------ Woocommerce Override ------------------------ */
.cdetail .cart,
.sdshoppage .cart {
	display: none !important;
}
.shop-container {
	width: 100%;
}
.term-description {
	border-bottom: solid thin #e5e5e5;
	margin-bottom: 30px;
	text-align: center;
}
.sku_wrapper {
	display: none;
}
/* Products */
ul.painting-shop {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
}
.painting-shop li {
	transition: all 0.5s ease-in-out;
	padding: 10px;
	position: relative;
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 10px 20px 0;
	flex-grow: 1;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(229,229,229,1);
	border-radius: 10px;
}
.painting-shop-pic {
	height: 200px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.painting-shop a {
	display: block;
	width: 100%;
	color: #313131;
}
ul.painting-shop li .button {
	display: none;
}
.painting-shop li:hover, .inner .exhib-entry:hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(229,229,229,0.5);
}
.painting-shop .button {
	opacity: 0;
}
.painting-shop ins {
	content: "Sale";
	/* background-image: linear-gradient( to bottom, #0474a0, #97c09e ); */
	/* padding: 30px 20px 10px 20px; */
	border-radius: 100%;
	height: 70px;
	width: 70px;
	position: absolute;
	justify-content: center;
	top: 0;
	left: 0;
	display: flex;
	color: #fff;
	text-decoration: none;
	/* box-shadow: 0 2px 3px #313131; */
	background-color: #F8931D;
	place-items: center;
}

li.amount:nth-child(2) {
	color: red;
}
.product_meta {
	font-size: 10pt;
}
.woocommerce-ordering select {
	padding: 10px;
}
/* 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: 30px;
}
.woocommerce div.product form.cart {
	display: grid;
	margin-top: 2em;
}
.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 button.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%;
}
.cart-contents-count {
	position: absolute;
	top: 0;
	background-color: rgba(140, 198, 63, 0.8);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 1;
	overflow: visible;
	color: #ffffff;
	margin-left: 10px;
}

/* 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: 46%;
	align-self: center;
}
.main-content li {
	line-height: 1.6em;
}
.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: #00b0f0;
	text-decoration: none;
}
.woocommerce-tabs {
    width: 100%;
}
.summary b {
	font-size: 25pt;
}

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

/* My Account */
.acc .content {
	margin: auto auto 60px auto;
	border-radius: 10px;
}
.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: flex;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 90%!important;
}
.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;
}
.wc-proceed-to-checkout {
	display: inline-block;
}

/*

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


*/

@media screen and (max-width: 1400px) {
.container, footer, .copyright {
	width: 90%;
}
.cta:nth-child(4) {
	display: none;
}
.logo-slogan {
	padding-bottom: 20px;
}
.logo {
	padding: 20px 0;
}
.logo img {
	width: 150px;
}
}

@media screen and (max-width: 1100px) {
.leftcol, .rightcol, .home .leftcol {
	width: 100%;
}
.fleft {
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid thin #e5e5e5;
}
.search li {
	width: 30%;
}
}

@media screen and (max-width: 990px) {
.navigation, .top-email, .desktop {
	display: none;
}
.navigation-mobile, .menu-btn {
	display: block;
}
.nav li {
	margin-bottom: 10px;
}
.home .caravan-container,
.cdetail .caravan-container,
.tdetail .caravan-container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
}
.caravan-pick {
	flex: 0 0 auto;
	width: 60%;
	margin-right: 20px;
}
.caravan-detail-info-long li {
	width: 30%;
	flex-grow: 1;
}
.caravan-detail-info, .caravan-detail-gallery, .caravan-detail-image {
	width: 100%;
}
.caravan-detail-image {
	height: 100vh;
}
.caravan-detail-info {
	margin-bottom: 60px;
}
.caravan-detail-info-long li {
	width: 40%;
}
.clisting .leftcol {
	margin-bottom: 0;
}
h1 {
	font-size: 30pt;
}
.banner {
	height: auto;
	width: 50%;
}
.checkout.woocommerce-checkout {
	flex-wrap: wrap;
}
#order_review {
	margin-top: 5em;
}
.painting-shop li {
	width: 46%;
}
}
@media screen and (max-width: 680px) {
.caravan-pick-items, .caravan-pick-price {
	width: 100%;
}
.caravan-pick-items li:nth-child(2n) {
	text-align: right;
}
.caravan-pick {
	width: 80%;
	margin-right: 40px;
}
.clisting .caravan-container {
	display: flex;
	flex-wrap: wrap;
}
.caravan-detail-image {
	height: 50vh;
}
.caravan-listing-group {
	display: none;
}
.caravan-listing {
	width: 40%;
	flex-grow: 1;
	margin: 5px;
}
.caravan-listing-image {
	width: 100%;
	height: 200px;
}
.caravan-listing .caravan-pick-link {
	opacity: 1;
	color: #fff;
	justify-content: flex-start;
	background-color: rgba(0, 0, 0, 0.2);
}
.caravan-listing .caravan-pick-link p {
	text-align: left;
	align-self: flex-end;
	margin-bottom: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
}
.caravan-pick-link p:nth-child(2) {
	display: block;
	background-color: #F8931D;
	order: -1;
	text-align: center;
}
.caravan-listing-title {
	border-bottom: solid thin rgba(73, 77, 88, 0);
	width: 100%;
	padding: 10px;
	text-align: left;
}
.caravan-listing {
	background-color: #fff;
}
.caravan-listing-description, .facebook-feed {
	width: 100%;
}
.caravan-listing-title h3 {
	display: none;
}
.caravan-listing-title h2 {
	font-size: 12pt;
	padding: 10px 0;
}
.caravan-icons li {
	width: 40%;
}
.caravan-icons-images li {
	width: 40%;
}
.banner {
	height: 300px;
	width: 100%;
}
}

@media screen and (max-width: 580px) {
.option-buttons li {
	width: 40%;
}
.cta {
	width: 100%;
}
.cta:nth-child(1) {
	margin-right: 0;
}
.home .search {
	margin-bottom: 30px;
}
.search li {
	width: 60%;
}
}

@media screen and (max-width: 480px) {
.logo-slogan img {
	width: 300px;
}
.cta:nth-child(1) {
	margin-right: 0;
}
.caravan-pick-image {
height: 200px;
}
.caravan-pick {
	width: 90%;
	margin-right: 20px;
}
h1 {
	font-size: 25pt;
}
.search input:nth-child(2) {
	width: 70%;
}
.caravan-filter-selections {
	width: 100%;
}
}

@media screen and (max-width: 400px) {
.container, footer, .copyright {
	width: 95%;
}
.caravan-detail-info-long li {
	width: 100%;
}
.logo {
	padding: 10px 0;
}
.logo img {
	width: 50px;
}
.logo-slogan {
	display: none;
}
.tabs li {
	width: auto;
	margin-right: 20px;
}
}

@media (display-mode: standalone) {
	.inner .logo,
	.inner .logo-slogan {
		display: none;
	}
}

@media print {
.container, footer, .copyright {
	width: 100%;
}
header {
margin-bottom: 0;
}
.logo-slogan, .navigation, .top-telephone, .top-email, .caravan-detail-image {
	display: none;
}
.caravan-detail-gallery {
	width: 100%;
	margin-bottom: 40px;
}
.logo {
	width: 100px;
	margin: auto;
}
.logo img {
	width: 100%;
}
.fleft {
	width: 40%;
	margin-right: 0;
}
.caravan-detail-info-long li {
	width: 30%;
}
}
