/*!
Theme Name: Dog Friendly Holidays
Theme URI: http://underscores.me/
Author: Modern Print & Design
Author URI: https://www.modernprint.co.uk
Description: Dog Friendly Holidays (Nash Mountain Farm) 2019
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dog-friendly-hols
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Dog Friendly Holidays is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Links
# Menus
# Accessibility
# Captions
# Galleries
# Core Styling
# Responsiveness / Mobile Optimisation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1;
	font-family: 'Playfair Display', serif;
	clear: both;
	margin:0 0 0.75rem 0;
}

h1 {
	font-size:2.5rem;
}

h2 {
	font-size:2.25rem;
}

h3 {
	font-size:2rem;
}

h4 {
	font-size:1.75rem;
}

h5 {
	font-size:1.5rem;
}

h6 {
	font-size:1.25rem;
}

p {
	margin: 0 0 0.75rem 0;
	font-size: 1.125rem;
	line-height: 1.25;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0.75rem 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	padding: 0.75rem;
	padding-bottom:1.5rem;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	flex: 0 1 auto;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 0.75rem 0.375rem 0.75rem;
	margin: 0 0.75rem;
	color: #FFF;
	font-size: 1.375rem;
	position: relative;
	line-height: 1.65rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Core Styling
--------------------------------------------------------------*/

#masthead {
	background: #1a2c59;
	color: #FFF;
	border-bottom: 2px solid #f2d492;
	position: relative;
	z-index: 100;
}

.site-branding.grid-container.grid-x {
    height: 210px;
    background: url(img/dog-friendly-holidays-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0.75rem;
}

div#head-contact-right > p+p {
    margin-top: 0;
}

div#head-contact-right > p:first-child {
    margin-bottom: 0;
}

div#head-contact-left {
    text-align: right;
    padding: 0 5% 0 2.5%;
}

div#head-contact-right {
    padding: 0 2.5% 0 5%;
}

#primary-menu a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2d492;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

#primary-menu a:hover::after, #primary-menu a:focus::after, #primary-menu > .current-menu-item > a:after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

#masthead:after {
    content: '';
    position: absolute;
    bottom: -1.1875rem;
    height: 1rem;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(24,31,28,0.5) 0%, rgba(24,31,28,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(24,31,28,0.5) 0%,rgba(24,31,28,0) 100%);
    background: linear-gradient(to bottom,  rgba(24,31,28,0.5) 0%,rgba(24,31,28,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80181f1c', endColorstr='#00181f1c',GradientType=0 );
}

.slide {
    position: relative;
    width: 100%;
    height: 530px;
    color: #FFF;
}

.slide > img {
    width: 100%;
    height: 530px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.slide > div.grid-container.grid-x {
    height: 100%;
    align-items: center;
    z-index: 999;
    position: relative;
}

.slide-text > h1, .slide-text > h2 {
    margin: 0;
}

.slide-text > h1 {
    font-size: 3.25rem;
    line-height: 1.25;
}

.slide-text > p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
}

div#slideshow-wrapper {
    position: relative;
    height: 530px;
    display: block;
}

div#pager {
    width: 100%;
    height: 3rem;
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

div#pager > a {
    width: 2rem;
    height: 2rem;
    background: transparent;
    margin: 0 0.375rem;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.625);
}

div#pager > a.active {
    border-color: transparent;
    background: rgba(255,255,255,0.625);
}

div#slide-prev, div#slide-next {
    background: url(img/prev-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: calc(50% - 1.75rem);
    left: 0.75rem;
    cursor: pointer;
}

div#slide-next, div#static-next, div#touring-next {
    left: auto !important;
    right: 0.75rem;
    transform: rotate(180deg);
}

div#static-next, div#touring-next {
	right:0;
}

div#after-slide-banner {
    background: #44643f;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 0.75rem 0;
    border-bottom: 16px solid #f2d492;
    font-style: italic;
    min-height: 16px;
}

div#slideshow {
    height: 530px;
    display: block;
    overflow: hidden;
}

div#after-slide-banner p {
    margin: 0.75rem 0;
    line-height: 1;
}

section.image-bar {
	position:relative;
	min-height:250px;
	padding: 1.5rem 0;
}

section.green {
	background:#44643f;
	color: #FFF;
}

section.yellow {
	background: #f2d492;
}

section.cream {
	background: #fbf0db;
}

section.white {
	background: #ffffff;
}

section.image-bar > div.image-bar-img.left,
section.image-bar > div.image-bar-img.right {
	position:absolute;
	left:0;
	top:0;
	width: 400px;
	height: 100%;
	overflow: hidden;
}

section.image-bar > div.image-bar-img.right {
	left:auto;
	right:0;
}

section.image-bar > div.image-bar-img:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

section.image-bar.green > div.image-bar-img.left:before {
    background: -moz-linear-gradient(left,  rgba(68,100,63,0) 0%, rgba(68,100,63,0.7) 75%, rgba(68,100,63,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(68,100,63,0) 0%,rgba(68,100,63,0.7) 75%,rgba(68,100,63,1) 100%);
    background: linear-gradient(to right,  rgba(68,100,63,0) 0%,rgba(68,100,63,0.7) 75%,rgba(68,100,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#44643f',GradientType=1 );
}

section.image-bar.green > div.image-bar-img.right:before {
    background: -moz-linear-gradient(left,  rgba(68,100,63,1) 0%, rgba(68,100,63,0.7) 25%, rgba(68,100,63,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(68,100,63,1) 0%,rgba(68,100,63,0.7) 25%,rgba(68,100,63,0) 100%);
	background: linear-gradient(to right,  rgba(68,100,63,1) 0%,rgba(68,100,63,0.7) 25%,rgba(68,100,63,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44643f', endColorstr='#0044643f',GradientType=1 );
}

section.image-bar.yellow > div.image-bar-img.left:before {
	background: -moz-linear-gradient(left,  rgba(242,212,146,0) 0%, rgba(242,212,146,0.7) 75%, rgba(242,212,146,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(242,212,146,0) 0%,rgba(242,212,146,0.7) 75%,rgba(242,212,146,1) 100%);
	background: linear-gradient(to right,  rgba(242,212,146,0) 0%,rgba(242,212,146,0.7) 75%,rgba(242,212,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2d492', endColorstr='#f2d492',GradientType=1 );
}

section.image-bar.yellow > div.image-bar-img.right:before {
	background: -moz-linear-gradient(left,  rgba(242,212,146,1) 0%, rgba(242,212,146,0.7) 25%, rgba(242,212,146,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(242,212,146,1) 0%,rgba(242,212,146,0.7) 25%,rgba(242,212,146,0) 100%);
	background: linear-gradient(to right,  rgba(242,212,146,1) 0%,rgba(242,212,146,0.7) 25%,rgba(242,212,146,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d492', endColorstr='#00f2d492',GradientType=1 );
}

section.image-bar > div.grid-container {
    position: relative;
    z-index: 10;
}

main#main > section {
    padding: 3.5rem 0;
}

section.image-bar > div.image-bar-img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
}

#home-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    min-height: 100%;
    flex: 1;
}

#home-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(3) > p:first-of-type {
    margin-top: 0;
}

a.button {
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
}

a.button.yellow {
    background: #f2d492;
    color: #15221c;
}

div.highlight-boxes > div.cell.small-12.medium-4 {
    background: #1a2c59;
    color: #f2d492;
}

div.highlight-boxes > div > img, div.highlight-boxes > div > a > img {
    display: block;
    width: 100%;
}

div.highlight-boxes > div > img {}

div.highlight-boxes > div.cell.small-12.medium-4 > h2, div.highlight-boxes > div.cell.small-12.medium-4 > a > h2 {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 1.5rem 1rem;
    line-height: 1.1;
    font-size: 2rem;
    letter-spacing: 1px;
}

.highlight-boxes.grid-container.grid-x.align-middle.grid-margin-x {
    text-align: center;
}

.highlight-boxes > div > a {
    text-decoration: none;
    color: #f2d492;
    display: block;
}

div.highlight-boxes > div.cell.small-12.medium-4 > a > h2, div.highlight-boxes > div.cell.small-12.medium-4 > a > span {
    max-width: none;
    padding: 0 0.75rem;
    display: block;
}

div.highlight-boxes > div.cell.small-12.medium-4 > a > h2 {
	margin-top:1.5rem;
	font-size: 1.75rem;
}

div.highlight-boxes > div.cell.small-12.medium-4 > a > span {
	margin-bottom: 1.5rem;
}

.cell.small-12.medium-6.img-caption > img {
    display: block;
    width: 100%;
}

.cell.small-12.medium-6.img-caption {
    padding: 0 0.375rem;
}

.cell.img-caption-2 > div.cell.small-12.medium-6.img-caption:first-child {
    padding-left: 0;
}

.cell.img-caption-2 > div.cell.small-12.medium-6.img-caption:last-child {
    padding-right: 0;
}

.cell.small-12.medium-6.img-caption > img+span {
	display:block;
	background:#f2d492;
	text-align:center;
	padding:0.5rem;
}

section#home-dog-friendly-awards > div#dog-friendly-bg {
    position: absolute;
    overflow: hidden;
    background: #434c6b;
    border-top: 3rem solid #fff;
    border-bottom: 3rem solid #fff;
    height: 100%;
    width: 100%;
    top: 0;
}

div#dog-friendly-bg:after {
    content: '';
    position: absolute;
    background: url(img/paw.png);
    width: 200%;
    height: 300%;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-5.5deg);
}

section#home-dog-friendly-awards > div.grid-container {
    position: relative;
    z-index: 10;
}

main#main > section#home-dog-friendly-awards {
    position: relative;
    padding: 1.5rem 0;
}

h1#dog-friendly-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 3.5rem;
}

h1#dog-friendly-header > span {
	text-transform: uppercase;
	margin: 0 0.5rem;
	font-size: 3.5rem;
}

h1#dog-friendly-header > span.white-text {
    color: #FFF;
}

h1#dog-friendly-header > span.green-text {
    color: #a9d26c;
}

h1#dog-friendly-header > span.blue-text {
    color: #577ab1;
    font-size: 5rem;
}

#home-dog-friendly-awards > div.grid-container.grid-x.align-middle.grid-margin-x.align-middle > div.cell.small-12.medium-9 {
    text-align: center;
    color: #FFF;
}

h1#dog-friendly-header+p {
    padding: 0 5rem;
    font-size: 1.575rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0;
}

#home-intro > div > div > p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
}

#slideshow .slide.text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 44;
}

body:not(.home) #slideshow .slide.text:after {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 75%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 25%,rgba(0,0,0,0) 75%);
	background: linear-gradient(to right,  rgba(0,0,0,0.4) 25%,rgba(0,0,0,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
}

footer#colophon {
    background: #1a2c59;
    color: #FFF;
}

div#content {
    position: relative;
}

div#content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(251,240,219,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(251,240,219,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(251,240,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbf0db',GradientType=0 );
    z-index: -1;
}

#colophon > div > div:nth-child(1) {
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
}

#colophon > div > div:nth-child(2), #colophon > div > div:nth-child(4) {
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

#colophon > div > div:nth-child(3) {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
}

#colophon > div > div {
    padding: 1.5rem 0.75rem;
    display: flex;
}

#colophon > div > div:nth-child(4) > a {
    font-size: 0.75rem;
    color: #FFF;
    text-decoration: none;
}

#colophon > div > div:nth-child(4) {
    padding: 0.75rem;
}

ul#footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#footer-menu a {
    color: #FFF;
    text-decoration: none;
    padding: 0.125rem 0;
    display: block;
}

#colophon > div > div:nth-child(3) > div > p {
    margin-bottom: 0;
}

#colophon > div > div:nth-child(3) > p:first-child {
    line-height: 1.5;
}

section.image-bar.yellow a {
    color: #44643f;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px dotted;
}

div#head-badge-left, div#head-badge-right {
    padding: 0;
}

a.side-gal-link {
    display: block;
    margin: 0.75rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}

a.side-gal-link > img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    /* max-width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
}

section#statics-intro:before, section#touring-intro:before, section#out-about-bar:before, section#blog-wrap:before, section#contact-map:before {
    content: '';
    width: 100%;
    height: 1rem;
    background: #87A879;
    display: block;
    position: absolute;
    top: -2.5rem;
    border-bottom: 1.5rem solid #f2d492;
    box-sizing: content-box;
}

section#statics-intro, section#touring-intro, section#out-about-bar, section#blog-wrap {
    margin-top: 2.5rem;
}

#statics-intro > div > div:nth-child(1) > img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

div#static-slider > div.slide,
div#touring-slider > div.slide{
    text-align: center;
    height: auto;
    display: inline-block;
}

div#static-slider > div.slide > a,
div#touring-slider > div.slide > a {
    display: block;
    margin: 0.75rem;
}

div#static-slider-wrap,
div#touring-slider-wrap{
    position: relative;
}

div#static-prev, div#static-next,
div#touring-prev, div#touring-next {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: calc(50% - 1.25rem);
    left:0;
    background: url(img/prev-next-static.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#static-slider > div.slide > a > img,
#touring-slider > div.slide > a > img {
    width: 100%;
}

main#main ul:not(.gform_fields) > li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

main#main ul:not(.gform_fields) > li:before {
    content: '•';
    font-size: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #f4d99f;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

body.page-id-10 .slide-text.cell.small-12.medium-6.medium-offset-6 {
    margin-left: 0;
    width: 40%;
}

section#static-bar-2 p {
    line-height: 1.25;
    margin: 0.75rem;
    text-align: left;
    color: #FFF;
}

#static-bar-2 > div > div:nth-child(1) {
    background: #44643f;
    margin-bottom: 1.5rem;
    color: #FFF;
    font-size: 1.25rem;
    text-align: left;
}

#static-bar-2 > div > div:nth-child(1) > p, #static-booking > div > div.cell.small-12.medium-4 > p {
    margin: 0.75rem 1.5rem;
}

#static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1) {
    padding: 0 3.5rem;
}

section#static-bar-3 {
    text-align: center;
}

#static-bar-3 > div > h2, #touring-bar-2 > div > h3 {
    margin-top: 0;
	text-align:center;
}

ul#gform_fields_1 > li#field_1_4, ul#gform_fields_1 > li#field_1_5 {
    flex: 1 1 50%;
    display: block;
}

ul#gform_fields_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul#gform_fields_1 input#input_1_9_1,
ul#gform_fields_1 input#input_1_10_1,
ul#gform_fields_2 input#input_2_6_1,
ul#gform_fields_2 input#input_2_7_1 {
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
}

#field_1_9 > div,
#field_1_10 > div,
li#field_2_6 > div,
li#field_2_7 > div{
	text-align:center;
}

	#field_2_6 a {
		color: #FFF;
		display:inline-block;
		border-bottom:2px dotted #FFF;
	}

#static-booking > div > div.cell.small-12.medium-4 {
    background: #44643f;
    padding: 0.75rem;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    color: #FFF;
}

#static-booking > div > div.cell.small-12.medium-6 > a,
#touring-booking > div > div.cell.small-12.medium-6 > a{
    background: #f2d492;
    display: inline-block;
    padding: 0.75rem;
    text-decoration: none;
    color: #404040;
    font-weight: bold;
    margin-top: 1rem;
    border: 2px solid rgba(0,0,0,0.125);
}

ul#gform_fields_1 > li {
    padding: 0 0.75rem;
    margin: 0 0 0.75rem 0;
    flex: 1 1 100%;
}

ul#gform_fields_1 > li > div {
    margin: 0;
}

ul#gform_fields_1 input, ul#gform_fields_1 textarea {
    margin: 0;
    width: 100%;
    background: #e7eae7;
    box-shadow: none;
    border: 1px solid #44643f;
    padding: 0.375rem 0.75rem;
}

ul#gform_fields_1 > li#field_1_4 {
    padding-right: 0.375rem;
}

ul#gform_fields_1 > li#field_1_5 {
    padding-left: 0.375rem;
}

#input_1_1_3_container {
    padding-right: 0.75rem;
}

#ui-datepicker-div > div > div > select {
    width: auto;
}

#static-booking > div > div.cell.small-12.medium-5.medium-offset-1 > h2,
#touring-booking > div > div.cell.small-12.medium-5.medium-offset-1 > h2{
    margin: 0 0.75rem 1rem 0.75rem;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #000;
}

#static-booking > div > div.cell.small-12.medium-5.medium-offset-1,
#touring-booking > div > div.cell.small-12.medium-5.medium-offset-1{
	background: #e7eee4;
}

form#gform_1, form#gform_2 {
    position: relative;
}

#gform_1 .gform_footer.top_label,
#gform_2 .gform_footer.top_label {
    position: absolute;
    bottom: 0.875rem;
    right: 0.875rem;
    width: 35%;
    margin: 0;
    padding: 0;
    height: 59px;
}

div#gform_wrapper_1 {
    margin: 0;
}

#static-booking > div > div.cell.small-12.medium-6 > h1,
#touring-booking > div > div.cell.small-12.medium-6 > h1{
    margin-top: 0;
}

#static-booking > div > div.cell.small-12.medium-6,
#touring-booking > div > div.cell.small-12.medium-6{
    padding: 2.5rem 0;
}

#field_1_4 > div, #field_1_5 > div {
    position: relative;
    height: 2.5rem;
    display: block;
}

#field_1_4 > div:after, #field_1_5 > div:after {content: '';position: absolute;top: 0;right: 0;height: 2.5rem;width: 2.5rem;background: url(img/cal-icon.png);background-position: 50%;display: block;pointer-events: none;background-repeat: no-repeat;border: 1px solid #44643f;background-color: #FFF;cursor: pointer;}

input#input_1_4, input#input_1_5 {
    height: 100%;
}

::placeholder {
    color: #87a879;
    font-weight:600;
}

body.page-id-10 .ui-datepicker-header,
body.page-id-12 .ui-datepicker-header{
    background-color: #b7cbaf;
    border-color: #87a879;
    border: 1px solid #87a879;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

body.page-id-10 #ui-datepicker-div > div > div > select,
body.page-id-12 #ui-datepicker-div > div > div > select{
    font-weight: bold;
}

body.page-id-10 .ui-datepicker-next, body.page-id-10 .ui-datepicker-prev,
body.page-id-12 .ui-datepicker-next, body.page-id-12 .ui-datepicker-prev{
    background: url(img/arrows.png);
    background-repeat: no-repeat;
    background-size: 60px 30px;
    background-position: 0 0;
    margin: 4px 2px 0 2px;
}

body.page-id-10 .ui-datepicker-next,
body.page-id-12 .ui-datepicker-next{
	background-position:100% 0;
}

body.page-id-10 div#ui-datepicker-div,
body.page-id-12 div#ui-datepicker-div{
    margin-top: 1px;
    border: 1px solid #87a87a !important;
    box-shadow: none;
    width: auto;
}

body.page-id-10 th,
body.page-id-12 th{
    color: #404040;
    font-weight: bold;
    font-size: 8pt;
    text-shadow: none !important;
}

body.page-id-10 .ui-datepicker tbody tr, body.page-id-10 .ui-datepicker thead,
body.page-id-12 .ui-datepicker tbody tr, body.page-id-12 .ui-datepicker thead{
    border-color: #87a879 !important;
}

body.page-id-10 td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled,
body.page-id-12 td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #dbe5d7;
}

body.page-id-10 .ui-datepicker tbody td,
body.page-id-12 .ui-datepicker tbody td {
    border-color: hsla(103, 21%, 57%, 1);
}

body.page-id-10 .ui-datepicker-calendar .ui-state-default,
body.page-id-12 .ui-datepicker-calendar .ui-state-default{
    background: #bfd1b8;
    color: #132a13;
    text-shadow: none;
    box-shadow: none;
}

body.page-id-10 .ui-datepicker-calendar .ui-state-active,
body.page-id-12 .ui-datepicker-calendar .ui-state-active{
    background: #86a879;
    margin: 0;
    border-color: #132a13;
    width: 30px;
    height: 30px !important;
}

body.page-id-10 div#ui-datepicker-div > *,
body.page-id-12 div#ui-datepicker-div > *{
    width: 100% !important;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
    margin: 0;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 1.75rem;
    border: 1px solid #132a13;
    background: #87a879;
    font-weight: bold;
    color: #FFF;
}

#touring-bar-1 > div > div > h4 {
    color: #FFF;
}

#touring-intro > div > div > h1 {
    color: #1a2c59;
}

.price-higlight {
    background: #fbf0db;
    border: 2px solid #f2d492;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
}

.price-higlight > p {
    margin: 0;
}

#out-about-pembrokeshire > div > div {
    background: #1a2c59;
    margin-bottom: 1.5rem;
    color: #FFF;
    display: flex;
    flex-direction: column;
}

#out-about-pembrokeshire > div > div > img {
    width: 100%;
    height: auto;
    display: block;
    flex: 0 1 300px;
}

#out-about-pembrokeshire > div > div > p {
    padding: 1rem;
}

#out-about-pembrokeshire > div > div > p > strong {
    color: #f2d492;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.25rem;
}

#out-about-pembrokeshire > div > div:nth-child(n+4) {
    background: #132a13;
}

#out-about-pembrokeshire > div > div:nth-child(n+7) {
    background: #44643f;
}

#out-about-bar > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1) {
    padding: 0 1.5rem;
}

#facebook-wrap > h3 {
    font-family: 'Open Sans';
    color: #1a2c59;
    display: flex;
    font-size:1.5rem;
}

#facebook-wrap > h3 > span {
    font-weight: 300;
    margin: 0 0.5rem;
}

#facebook-wrap > h3 > i {
    color: #4269b4;
}

#facebook-wrap > h3 > strong {
    color: #1a2c59;
}

div#news-wrap > h1 {
    color: #1a2c59;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #87a879;
    margin-bottom: 1.5rem;
}

div#news-wrap {
    padding-right: 4rem;
    position: relative;
}

#news-wrap article h1 > a {
	font-size:2rem;
    color: #44643f;
    font-family: 'Open Sans';
    text-decoration: none;
}

.posted-on {
    display: flex;
    flex-direction: column;
    background: #1a2c59;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    text-align: center;
    color: #FFF;
    line-height: 1.35rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem;
}

article > div.cell.small-3.medium-2.large-2, article > div.cell.small-12.medium-5.large-4 {
    flex-basis: auto;
    width: auto !important;
}

article > div.cell.small-9.medium-5.large-6 {
	flex-grow: 1;
}

#news-wrap article {
    justify-content: space-between;
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #87a879;
}

#cff > section {
    float: none;
    width: 340px;
    margin: 1rem auto;
    display: block;
    clear: both;
}

div#news-wrap:after {
    content: '';
    border-right: 2px solid #f2d492;
    width:0px;
    height:100%;
    position:absolute;
    display:block;
    top:0;
    right: 1.125rem;
}

#news-wrap article:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

a.side-news-img-wrap > img {
    width: 100%;
    height: 140px;
}

body.single article > img.attachment-big-thumb.size-big-thumb.wp-post-image {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
    max-width: 50%;
}

div#single-content {
    padding-right: 4.5rem;
    position: relative;
}

div#single-content article > header > div.entry-meta {
    flex-basis: 100px !important;
    width: auto !important;
    margin-right: 1.5rem;
}

body.single div#single-content > article > header > h1 {
    flex: 1 1 calc(100% - 130px);
    width: auto;
    color: #1a2c59;
    margin: 0;
}

#single-content > article > header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #87a879;
}

div#single-content:after {
	content: '';
    border-right: 2px solid #f2d492;
    width: 0px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 1.125rem;
}

article > div.cell.small-12.medium-5.large-4 {
    flex-basis: 250px;
}

.side-news-text-wrap > h3 {
    font-size: 1.325rem;
    margin: 0 0 0.5rem 0;
    line-height: 1;
    color: #f2d492;
}

#news-side > div > a.side-news-img-wrap {
    display: block;
}

.side-news-text-wrap {
    padding: 1rem;
}

.side-news-text-wrap > p {
    font-size: 0.875rem;
}

div.cell.small-12.news-tile.small {
    margin: 0 0 1.5rem 0;
    background: #44643f;
    color: #FFF;
    overflow: hidden;
}

a.ghost-button {
    color: #FFF;
    padding: 0.25rem;
    text-decoration: none;
    border: 3px solid #f2d492;
    display: block;
    margin: 0 auto;
    width: 120px;
    text-align: center;
}

#news-side h2 {
    color: #1a2c59;
    margin-bottom: 1.5rem;
}

div#news-side > div:nth-of-type(2) {
    background: #265026;
}

div#news-side > div:nth-of-type(3) {
    background: #193819;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav-links > a, .nav-links > span {
    flex: 0 1 1.5rem;
    margin: 0 0.25rem;
    background: #87a879;
    color: #FFF;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
}

.nav-links > a.prev, .nav-links > a.next {
    flex-basis: auto;
    background: #f2d492;
    color: #1a2c59;
    position: relative;
}

.nav-links > span {
    background: #193819;
    font-weight: bold;
}

.nav-links > a.next {
    margin-right: 0.75rem;
}

a.next.page-numbers:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #f2d492;
    right: -16px;
    top: 0;
}

.nav-links > a.prev {
    margin-left: 0.75rem;
}

a.prev.page-numbers:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 16px 0;
	border-color: transparent #f2d492 transparent transparent;
    left: -16px;
    top: 0;
}

.bot-bar.cell.small-9.grid-x > img:last-of-type {
    float: left;
    width: 50%;
    height: auto;
}

div#sign > img {
    flex: 0 1 50%;
    width: 50%;
    padding: 0;
}

div.top-bar.grid-x.grid-padding-x > div.cell.small-12.medium-5 > img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
}

.top-bar.grid-x.grid-padding-x {
    background: rgba(26, 44, 89, 0.7);
    padding: 1.5rem;
    color: #FFF;
    align-items: center;
    border: 2px solid #f2d492;
}

div.top-bar.grid-x.grid-padding-x > div.cell.small-12.medium-7 > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0;
    font-weight: 700;
}

.bot-bar {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #f2d492;
    border-top: 0;
}

.bot-bar > p, .bot-bar > div > div > p {
    font-size: 1rem;
}

section#contact-map {
    position: relative;
    margin-top: 2.5rem;
}

.acf-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#contact-map > div.grid-container.grid-x.grid-margin-x {
    position: relative;
    pointer-events: none;
}

#contact-map > div.grid-container.grid-x.grid-margin-x > div {
    pointer-events: all;
}

section#contact-form {
    background: url(img/grass.jpg);
    color: #FFF;
}

#contact-form p.highlight {
    background: rgba(0,0,0,0.25);
    padding: 0.75rem;
    max-width: 85%;
    margin: 1.5rem auto;
    border: 2px solid #87a879;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

form#gform_2 ::placeholder {
    color: white;
    text-transform:uppercase;
    font-weight:100;
}

form#gform_2 ul li input, form#gform_2 ul li textarea {
    background: rgba(253, 248, 238, 0.4);
    border: 2px solid #FFF;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin:0;
}

div#gform_wrapper_2 {
    max-width: 85%;
    margin: 2.5rem auto;
}

#gform_2 ul > li {
    padding: 0 0.75rem;
    margin: 0;
}

li#field_2_2, li#field_2_3 {
    display: inline-block;
    width: 50%;
}

li#field_2_2 input, li#field_2_3 input {
    width: 100%;
}

span#input_2_1_3_container {
    padding-right: 0.75rem;
}

span#input_2_1_6_container {
    padding-left: 0.75rem;
    padding-right: 0;
}

div#input_2_1 {
    width: 100%;
    margin: 0;
}

li#field_2_5 {
    width: 50%;
}

#input_2_5 > div {
    margin: 0 auto;
}

input#gform_submit_button_2 {width: auto;padding: 0.75rem 1.5rem;padding-right: 5rem;margin: 0 auto;border-radius: 0.75rem;border: none;background: url(img/send.png);background-color: #87a879;background-size: 2rem;background-repeat: no-repeat;background-position: calc(100% - 1.5rem) 50%;}

#gform_2 .gform_footer.top_label {
	bottom: 0;
	width: 50%;
}

#mobile-contact, #mobile-menu {
	display:none;
}

img.slide-mobile {
	display:none;
}

nav#blog-pagination {
	width:100%;
}

/*---------------------------------------------------------------*/
/* # Responsiveness & Mobile Optimisation ---------------------- */
/* --------------------------------------------------------------*/

/*--------------------------------------------------*/
/* Notebooks / Low Res Laptops -------------------- */
/*--------------------------------------------------*/
@media only screen 
  and (min-width: 1025px) 
  and (max-width: 1440px) { 

		.grid-container {
			max-width: calc(100vw - 10rem);
			margin: 0 auto;
		}
	  
	  .slide>img, .slide {
		  position:static;
		  height:auto;
	  }
	  
	  div#slideshow-wrapper {
		  height:auto;
	  }
	  
	  div#slideshow {
    	height: 100%;
	  }
	  
	  #facebook-wrap {
		  margin:0;
	  }
	  
	  .cff-wrapper, .cff-wrapper > div {
        width: 100% !important;
	 }
	  
	  div#static-prev, div#touring-prev {
		  left: -2.5rem;
	  }
	  
	  div#static-next, div#touring-next {
		  right: -2.5rem;
	  }
	  
	  .slide>div.grid-container.grid-x {
    	position: absolute;
    	top: 0;
    	left: 5rem;
    	width: calc(100% - 10rem);
    	height: 100%;
	  }
	  
	  .slide-text>p, .main-navigation a {
		  font-size:1.125rem;
	  }
	  
	  .slide-text>h1 {
		 font-size:2.5rem;
	  }
	  
	  	h1 {
			font-size:2rem;
		}

		h2 {
			font-size:1.75rem;
		}

		h3 {
			font-size:1.5rem;
		}

		h4 {
			font-size:1.25rem;
		}

		h5 {
			font-size:1rem;
		}

		h6 {
			font-size:.75rem;
		}
	  
	  div.highlight-boxes>div.cell.small-12.medium-4>h2, div.highlight-boxes>div.cell.small-12.medium-4>a>h2 {
		  font-size:1.5rem;
	  }
	  
	  #facebook-wrap>h3 {
		  font-size:1.25rem;
	  }

}


/*--------------------------------------------------*/
/* Tablets (Landscape) ---------------------------- */
/*--------------------------------------------------*/
/* Landscape */
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {

	.site-branding.grid-container.grid-x {
		background-size: auto calc(100% - .5rem);
		background-position: 50% 0.75rem;
		height: 150px;
	}
	  
	  div#head-contact-left {
		  padding: 0 2.5rem 0 0.75rem;
	  }
	  
	  div#head-contact-right {
		  padding: 0 0.75rem 0 2.5rem;
	  }
	  
	  div#head-contact-left p, div#head-contact-right p {
		  font-size:.875rem;
	  }
	  
	  .main-navigation {
		  padding:0.5rem 0 0.75rem 0;
	  }
	  
	  .main-navigation a {
		  font-size:1rem;
	  }
	  
	  div#slideshow-wrapper {
		background: #123;
		height: auto;
	}

	div#slideshow {
		height: 100%;
	}

	div.slide {
		height: auto;
	}

	.slide > img {
		position:relative;;
		top: auto;
		left: auto;
		z-index: -1;
		height: auto;
		width: 100%;
	}
	  
	  .slide > div.grid-container.grid-x {
		  position:absolute;
		  top:0;
		  left:0;
		  width:100%;
		  padding:0.5rem 4rem;
	  }

	div#pager {
		bottom: 0;
	}

	.slide-text > h1, .slide-text > h2 {
		font-size: 1.5rem;
	}

	.slide-text > p {
		font-size: 0.925rem;
		margin: 0.5rem 0;
	}
	  
	  .grid-margin-x {
		  margin-left:auto;
	  }
	  
	  	  section.image-bar > div.image-bar-img.left, section.image-bar > div.image-bar-img.right {
		  display:none;
	  }
	  
	  .highlight-boxes.grid-container.grid-x.align-middle.grid-margin-x {
		  align-items:stretch;
	  }
	  
	  section#home-dog-friendly-awards > div#dog-friendly-bg {
		  border:none;
	  }
	  
	  h1#dog-friendly-header > span,
	  h1#dog-friendly-header > span.blue-text {
		  font-size:3rem;
	  }
	  
	  h1#dog-friendly-header+p {
		  font-size:1.325rem;
	  }
	  
	  #slideshow > div > div > div.slide-text {
		  width:50%;
		 }

	  body.home #slideshow > div > div > div.slide-text {
		 margin-left: 50%;
	  }
	  
	  div#slide-prev,
	  div#slide-next {
		width: 2.5rem;
		height: 2.5rem;
		top: calc(50% - 1.25rem);
	  }
	  
	  body:not(.home) #slideshow .slide.text:after {
		}
	  
	  #static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1){
		  padding: 0 0.75rem;
	  }
	  
	  #static-booking > div > div.cell.small-12.medium-5.medium-offset-1,
	  #touring-booking > div > div.cell.small-12.medium-5.medium-offset-1 {
		  width: calc(50% - 1.5rem);
		  margin-left:auto;
	  }
	  
	  main#main > section {
		  padding: 2.5rem 0;
		 }
	  
	  #out-about-pembrokeshire > div > div > img {
		  flex: 0 1 auto;
		 }
	  
	  div#news-wrap:after {
		display: none;
	}

	div#news-wrap {
		padding: 0;
		display:flex;
		flex-wrap:wrap;
		width: calc(65% - 1.5rem);
	}
	  
	#news-wrap article {
		width: calc(50% - 1.5rem);
		  margin: 0.75rem;
		align-content:flex-start;
		 }

	#news-wrap article h1,
	#news-wrap article h1 > a {
		font-size: 1.5rem;
		line-height: 1;
	}
	  
	  #news-wrap article:nth-child(even) {
		  margin-left:0;
	  }

	article.post > div.cell.small-3.medium-2.large-2 {
		flex: 1 1 100%;
	}

	.posted-on {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 0;
		flex-direction: row;
	}

	.posted-on > span {
		margin: 0.25rem;
	}

	article.post.grid-x > div {
		margin: 0.5rem auto;
		padding: 0;
	}

	article > div.cell.small-12.medium-5.large-4 {
		flex-basis: 100%;
	}

	article > div.cell.small-12.medium-5.large-4 a,
	article > div.cell.small-12.medium-5.large-4 a > img {
		width: 100%;
	}

	#blog-pagination {
		margin-bottom: 1.5rem;
	}
	
	div#facebook-wrap {
		width:calc(35% - 1.5rem);
	}

	  #cff {
		width: 100% !important;
		max-width: 100%;
	}
	  
	  #cff > section, #facebook-wrap > h3 {
		  text-align:center;
		  align-items: center;
		  justify-content: center;
		  width: 100%;
		  display: block;
		 }
	  
	  div#facebook-wrap {
		  padding: 0;
		 }
	
	section#blog-wrap > div {
		align-items:flex-start;
	}
	
	#colophon > div > div:nth-child(3) p {
		font-size:1rem;
	}
	
	#contact-map > div.grid-container.grid-x.grid-margin-x > div {
		width: calc(50% - 1.5rem);
	}

	.top-bar.grid-x.grid-padding-x, .bot-bar {
		padding:0.75rem;
	}

	#field_2_6 > div {
		text-align:center;
	}
	
	#field_2_6 a {
		color: #FFF;
		display:inline-block;
		border-bottom:2px dotted #FFF;
	}
	
	#contact-form > div > div:nth-child(2) * {
		max-width:none;
	}
	  
}

/*--------------------------------------------------*/
/* Tablets (portrait) ----------------------------- */
/*--------------------------------------------------*/
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

	html,
	body {
		width: 100vw;
		overflow-x: hidden;
	}

	div#head-contact-left{
		display: none;
	}
	  
	  div#head-badge-left, div#head-badge-right {
		  padding: 0.75rem 0.75rem;
		  order:1;
		 }
	  
	  div#head-badge-right {
		  margin-left:auto;
		  margin-right:0;
		  order:2;
	  }
	  
	  div#head-contact-right {
		  order:3;
		  width:100%;
		  display: flex;
		  align-items: center;
		  justify-content: space-evenly;
		  margin: 0;
		  padding: 0.375rem 0.75rem;
		  background: #123;
		 }
	  
	  div#head-contact-right > p {
		  margin:0;
	  }

	.site-branding.grid-container.grid-x {
		background-size: auto calc(100% - 3.5rem);
		background-position: 50% 0.75rem;
		height: auto;
		min-height: 80px;
		padding: 0;
	}
	  
	#site-navigation {
	padding: 0.5rem;
	}

	.main-navigation ul {
		display: flex;
		/* flex-wrap: wrap; */
	}

	.main-navigation li {
		flex: 1 1 auto;
	}
	  
	  .main-navigation a {
		  font-size:1.125rem;
		  margin:0;
		  /* padding: 0; */
		 }

	div#slideshow-wrapper {
		background: #123;
		height: auto;
	}

	div#slideshow {
		height: 100%;
	}

	div.slide {
		height: auto;
	}

	.slide > img {
		position: relative;
		top: auto;
		left: auto;
		z-index: 32;
		height: auto;
		width: 100%;
	}

	.slide > div.grid-container.grid-x {
		background: #123;
		display: block;
		height: auto;
	}

	#slideshow .slide-text {
		padding: 0.75rem 0.75rem 2.75rem 0.75rem;
		margin:0;
		width:100%;
		text-align:center;
	}

	.slide-text > h1 {
		font-size: 1.625rem;
	}

	.slide-text > p {
		font-size: 1rem;
		margin: 0.5rem 0;
	}

	div#slide-prev,
	div#slide-next {
		width: 2rem;
		height: 2rem;
		top: 160px;
	}

	div#slide-prev {
		left: 0.5rem;
	}

	div#slide-next {
		right: 0.5rem;
	}

	#slideshow .slide.text:after {
		display: none;
	}

	div#pager {
		bottom: 0;
	}

	main#main > section {
		padding: 1.5rem 0;
	}

	.grid-margin-x {
		margin-left: auto;
		padding: 0 0.75rem;
	}
	  
	  #home-about > div > div.cell.img-caption-2.small-12.medium-6.large-5.grid-x {
		  display:flex;
		  width: calc(100% - 1.5rem);
		  flex-direction: row;
		  order: 2;
		 }
	  
	  #home-about > div > div.cell.img-caption-2.small-12.medium-6.large-5.grid-x > div {
		  width: calc(50% - 0.75rem);
		  margin: 0.75rem 0.375rem;
		 }
	  
	  #home-bar-2 > div.grid-container.grid-x.align-middle.grid-margin-x > div,
	  #home-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(3) {
		  width:calc(50% - 1.5rem);
	  }
	  
	  #home-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1),
	  #home-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(2) {
		  width:calc(50% - 1.5rem);
	  }
	  
	  #home-about > div > div.cell.small-12.medium-6.large-7 {
		  width: calc(100% - 1.5rem);
		  text-align:center;
		  margin-bottom: 1.5rem;
		 }

	div.highlight-boxes > div.cell.small-12.medium-4 {
		margin-bottom: 1rem;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.325);
		align-self:stretch;
	}

	div.highlight-boxes > div.cell.small-12.medium-4 > h2,
	div.highlight-boxes > div.cell.small-12.medium-4 > a > h2 {
		font-size: 1.125rem;
		padding: 0.75rem;
		width: 100%;
		max-width: none;
	}
	  
	  section.image-bar > div.image-bar-img.left, section.image-bar > div.image-bar-img.right {
		  display:none;
	  }


	section.image-bar > div.grid-container.grid-x.align-middle.grid-margin-x img.bar-image {
		margin: 0 0 0.75rem 0;
	}

	.cell.img-caption-2 > div.cell.small-12.medium-6.img-caption {
		padding: 0;
	}

	#home-about > div > div.cell.img-caption-2.small-12.medium-6.large-5.grid-x > div {
		margin: 0 0.75rem 0.75rem 0;
	}
	  
	  #home-about > div > div.cell.img-caption-2.small-12.medium-6.large-5.grid-x > div:nth-child(2) {
		  margin-right:0;
		  margin-left:0.75rem;
	  }

	h1#dog-friendly-header {
		flex-wrap: wrap;
	}

	h1#dog-friendly-header + p {
		padding: 0;
		margin: 0.75rem 0;
		font-size: 1.125rem;
		line-height: 1.25;
	}

	section#home-dog-friendly-awards > div#dog-friendly-bg {
		border: none;
		margin-left:-2.5rem;
	}
	  
	  main#main > section#home-dog-friendly-awards {
		  padding: 2.5rem;
	  }
	  
	  #home-dog-friendly-awards > div.grid-container.grid-x.align-middle.grid-margin-x.align-middle > div.cell.small-12.medium-9 {
		  width:50%;
		  margin-right:0;
		  margin-left:auto;
	  }

	h1#dog-friendly-header > span {
		font-size: 1.5rem;
		flex: 1 1 calc(50% - 1rem);
		line-height: 1.5;
	}

	h1#dog-friendly-header > span.blue-text {
		display: none;
	}

	#home-dog-friendly-awards > div.grid-container.grid-x.align-middle.grid-margin-x.align-middle > div.cell.small-12.medium-3 img {
		max-width: 240px;
		margin: 0 auto;
		display: block;
	}

	#colophon > div > div:nth-child(1),
	#colophon > div > div:nth-child(2),
	#colophon > div > div:nth-child(3),
	#colophon > div > div:nth-child(4) {
		text-align: center;
		flex-direction: column;
		justify-content: space-between;
		padding: 0.75rem 0;
	}

	#colophon > div > div:nth-child(2) {
		order: 1;
		width: 30%;
	}

	#colophon > div > div:nth-child(1) {
		order: 3;
		width: 100%;
	}

	#colophon > div > div:nth-child(3) {
		order: 2;
		width: 70%;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}

	#colophon > div > div:nth-child(4) {
		order: 4;
	}

	#colophon > div > div:nth-child(3) > p:first-child,
	#colophon > div > div:nth-child(3) > div > p {
		font-size: 1rem;
		line-height: 1;
	}

	#colophon > div > div:nth-child(2) > img {
		max-height: 200px;
		margin-top: 0.75rem;
	}

	ul#footer-menu {
		display: none;
	}

	#colophon > div > div:nth-child(3) > div > p.tel-no {
		margin-bottom: 0.5rem
	}

	#statics-intro > div > div:nth-child(1) > img {
		margin: 0 auto 0.75rem auto;
	}

	#static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1) {
		padding: 0;
	}
	  
	  #static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div {
		  width:calc(75% - 1.5rem);
	  }
	  
	  #static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div.cell.small-12.medium-6.grid-x{
		  width:calc(25% - 1.5rem);
		  flex-direction:column;
	  }
	  
	  #static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div.cell.small-12.medium-6.grid-x > div {
		  width:100%;
	  }
	  
	  section#static-bar-2 p {
		  font-size:1rem;
		  line-height:1.1;
	  }

	div#static-slider-wrap,
	div#touring-slider-wrap {
		padding-bottom: 2.5rem;
	}

	#static-pager,
	#touring-pager {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 2.5rem;
		z-index: 99;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#static-pager a,
	#touring-pager a {
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		background: #FFF;
		border-radius: 50%;
		margin: 0 0.25rem;
	}

	#static-pager a.active,
	#touring-pager a.active {
		background: #44643f;
	}

	div#static-next,
	div#static-prev,
	div#touring-next,
	div#touring-prev {
	}

	#static-bar-3 > div > h2,
	#touring-bar-2 > div > h3 {
		font-size: 1.5rem;
		max-width: 80%;
		margin: 0.5rem auto;
	}

	#static-booking > div > div.cell.small-12.medium-4 {
	}

	#input_1_1_3_container {
		padding-right: 0;
	}

	ul#gform_fields_1 > li#field_1_4,
	ul#gform_fields_1 > li#field_1_5 {
		width: 100%;
		flex: 1 1 100%;
		padding: 0 0.75rem;
	}

	#gform_1 .gform_footer.top_label,
	#gform_2 .gform_footer.top_label {
		position: static;
		padding: 0 0.75rem 0.75rem 0.75rem;
		width: 100%;
	}

	#field_1_9 > div > label {
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}

	#field_1_9 > div > span.gfield_required {
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	#touring-bar-1 > div > div > h4 {
		font-size: 1.25rem;
		margin: 0.75rem 0;
	}

	#touring-intro > div > div:nth-child(1) > img {
		margin-bottom: 0.75rem;
	}

	#touring-booking > div > div.cell.small-12.medium-6 > div > p > strong {
		display: block;
		margin-top: 0.75rem;
	}

	#touring-booking > div > div.cell.small-12.medium-6 {
		padding-top: 1.5rem;
	}

	#out-about-pembrokeshire > div > div > img {
		flex: 0 0 auto;
	}

	#out-about-bar > div.grid-container.grid-x.align-middle.grid-margin-x > div, #out-about-bar > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1) {
		padding: 0;
		width:calc(100% - 1.5rem);
		margin:0 .75rem;
		text-align:center;
	}
	  
	  #out-about-bar > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(2) > img {
		  margin:0.75rem auto;
	  }

	div#news-wrap:after {
		display: none;
	}

	div#news-wrap {
		padding: 0;
		width: calc(100% - 0.75rem);
		display:flex;
		flex-wrap:wrap;
	}
	  
	  #news-wrap article {
		  width: calc(50% - 1.5rem);
		  margin: 0.75rem;
		  align-content: space-between;
		 }

	#news-wrap article h1,
	#news-wrap article h1 > a {
		font-size: 1.5rem;
		line-height: 1;
	}

	article.post > div.cell.small-3.medium-2.large-2 {
		flex: 1 1 100%;
	}

	.posted-on {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 0;
		flex-direction: row;
	}

	.posted-on > span {
		margin: 0.25rem;
	}

	article.post.grid-x > div {
		margin: 0.5rem auto;
		padding: 0;
	}

	article > div.cell.small-12.medium-5.large-4 {
		flex-basis: 100%;
	}

	article > div.cell.small-12.medium-5.large-4 a,
	article > div.cell.small-12.medium-5.large-4 a > img {
		width: 100%;
	}

	#blog-pagination {
		margin-bottom: 1.5rem;
	}

	  #cff {
		width: 100% !important;
		max-width: 100%;
	}
	  
	  #cff > section, #facebook-wrap > h3 {
		  text-align:center;
		  align-items: center;
		  justify-content: center;
		 }

	main#main > section#contact-map {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}

	.acf-map {
		position: static;
		height: 40vh;
		overflow: hidden;
		order: 2;
	}

	#contact-map > div.grid-container.grid-x.grid-margin-x {
		padding: 0;
	}

	#contact-map > div.grid-container.grid-x.grid-margin-x > div {
		margin: 0;
		width: 100%;
	}
	  
	  div#sign {
		  width: 100%;
		  display: flex;
		  flex-direction: row;
		  background: #EEE;
		  margin-top: 1.5rem;
		 }

	div#sign > img, div#sign > div {
		width: calc(50% - 1.5rem);
		flex: 0 1 calc(50% - 1.5rem);
		margin: 0 0.75rem;
	}
	  
	  div#sign > img {
		  margin-left:0;
		  margin-right:1.5rem;
	  }

	#sign-text {
		padding: 0;
		width: 100%;
	}

	.bot-bar {
		border: none;
		order:1;
	}
	  
	 #gform_2 ul > li#field_2_6, #gform_2 ul > li#field_2_5{
		  width: calc(50% - 1rem);
		 }

	#contact-form > div > div:nth-child(1) > p {
		font-size: 1rem;
	}

	#contact-form p.highlight {
		margin: 0 auto;
		max-width: none;
	}

	div#gform_wrapper_2 {
		max-width: none;
	}
	  
	#gform_1 ul,
	#gform_2 ul {
		  display:flex;
		  flex-direction:row;
		  flex-wrap:wrap;
	  }

	#gform_2 ul > li {
		width:100%;
		padding: 0;
		margin: 0.5rem 0;
	}

	#gform_2 .top_label div.ginput_container {
		margin: 0;
	}

	#gform_2 ul > li#field_2_2,
	#gform_2 ul > li#field_2_3 {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	#field_2_6 > div > label {
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}

	#field_2_6 > div > span.gfield_required {
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	#field_2_6 > div > label > a {
		color: #FFF;
		text-decoration: none;
		border-bottom: 3px dotted #f2d492;
	}

	#field_2_6 > div {
		text-align: center;
	}

	input#gform_submit_button_2 {
		height: auto;
	}
	  
	  #static-booking > div > div.cell.small-12.medium-5.medium-offset-1, #touring-booking > div > div.cell.small-12.medium-5.medium-offset-1 {
		  margin-left:0.75rem;
		  width:calc(50% - 1.5rem);
	  }
	  
	  #input_1_7 > div {
		  margin:0 auto;
	  }
	  
	  	
	div#facebook-wrap {
		padding-left:0;
		width: calc(100% - 1.5rem);
	}
	  
	  	#field_2_6 a {
		color: #f1d392;
	}

}

/*--------------------------------------------------*/
/* Smartphones ------------------------------------ */
/*--------------------------------------------------*/
@media only screen and (min-width: 1px) and (max-width: 767px) {

	html,
	body {
		width: 100vw;
		overflow-x: hidden;
	}

	#masthead {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999;
		width: 100%;
	}

	div#head-badge-left,
	div#head-badge-right,
	div#head-contact-left,
	div#head-contact-right {
		display: none;
	}

	.site-branding.grid-container.grid-x {
		background-size: auto calc(100% - 1rem);
		background-position: 0.5rem 0.75rem;
		height: auto;
		min-height: 80px;
		padding: 0;
	}

	#page {
		margin-top: 83px;
	}

	#site-navigation {
		position: fixed;
		top: 83px;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		background: #1a2c59;
		z-index: 999;
		padding: 0;
		overflow-y: scroll;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		height: calc(100% - 123px);
	}

	.main-navigation li {
		flex: 1 1 100%;
		min-height: 3rem;
	}

	#mobile-contact {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0f1933;
		height: 2.5rem;
		line-height: 2.5rem;
	}

	#mobile-contact > a {
		margin: 0;
		padding: 0;
		border-bottom: 3px dotted #f2d492;
	}

	#mobile-contact > i {
		font-size: 1.5rem;
		margin-right: 0.5rem;
		color: #f2d492;
	}

	#mobile-menu {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.5rem 0.5rem 0.25rem 0.5rem;
		font-size: 1.5rem;
		text-transform: uppercase;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		text-align: center;
		height: 80px;
		width: 60px;
		transition: all 0.2s ease-in-out;
	}

	#mobile-menu i {
		font-size: 2rem;
		flex: 1 1 100%;
		color: #f2d492;
		transition: all 0.2s ease-in-out;
	}

	#mobile-menu.active i {
		transform: rotate(15deg);
		margin-bottom: 0.5rem;
	}

	#mobile-menu span {
		font-size: 0.625rem;
		display: block;
		text-align: center;
		flex: 1 1 100%;
	}

	#mobile-menu.active {
		background: #0f1933;
	}

	div#slideshow-wrapper {
		background: #123;
		height: auto;
	}

	div#slideshow {
		height: 100%;
	}

	div.slide {
		height: auto;
	}

	.slide > img {
		position: relative;
		top: auto;
		left: auto;
		z-index: 32;
		height: auto;
		width: 100%;
	}

	.slide > div.grid-container.grid-x {
		background: #123;
		display: block;
		height: auto;
	}

	.slide-text {
		padding: 0.75rem 0.75rem 2.5rem 0.75rem;
	}

	.slide-text > h1 {
		font-size: 1.625rem;
	}

	.slide-text > p {
		font-size: 1rem;
		margin: 0.5rem 0 0 0;
	}

	div#slide-prev,
	div#slide-next {
		width: 2rem;
		height: 2rem;
		top: 160px;
	}

	div#slide-prev {
		left: 0.5rem;
	}

	div#slide-next {
		right: 0.5rem;
	}

	#slideshow .slide.text:after {
		display: none;
	}

	div#pager {
		bottom: 0;
	}

	img.slide-desktop {
		display: none;
	}

	img.slide-mobile {
		display: block;
	}

	main#main > section {
		padding: 1.5rem 0;
	}

	.grid-margin-x {
		margin-left: auto;
		padding: 0 0.75rem;
	}

	div.highlight-boxes > div.cell.small-12.medium-4 {
		margin-bottom: 1rem;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.325);
	}

	div.highlight-boxes > div.cell.small-12.medium-4 > h2,
	div.highlight-boxes > div.cell.small-12.medium-4 > a > h2 {
		font-size: 1.5rem;
		padding: 0.75rem;
	}

	section.image-bar > div.image-bar-img {
		display: none;
	}

	section.image-bar > div.grid-container.grid-x.align-middle.grid-margin-x img.bar-image {
		margin: 0 0 0.75rem 0;
	}

	.cell.img-caption-2 > div.cell.small-12.medium-6.img-caption {
		padding: 0;
	}

	#home-about > div > div.cell.img-caption-2.small-12.medium-6.large-5.grid-x > div {
		margin: 0 0 0.75rem 0;
	}

	h1#dog-friendly-header {
		flex-wrap: wrap;
	}

	h1#dog-friendly-header + p {
		padding: 0;
		margin: 0.75rem 0;
		font-size: 1.125rem;
		line-height: 1.25;
	}

	section#home-dog-friendly-awards > div#dog-friendly-bg {
		border: none;
	}

	h1#dog-friendly-header > span {
		font-size: 1.5rem;
		flex: 1 1 calc(50% - 1rem);
		line-height: 1.5;
	}

	h1#dog-friendly-header > span.blue-text {
		display: none;
	}

	#home-dog-friendly-awards > div.grid-container.grid-x.align-middle.grid-margin-x.align-middle > div.cell.small-12.medium-3 img {
		max-width: 240px;
		margin: 0 auto;
		display: block;
	}

	#colophon > div > div:nth-child(1),
	#colophon > div > div:nth-child(2),
	#colophon > div > div:nth-child(3),
	#colophon > div > div:nth-child(4) {
		text-align: center;
		flex-direction: column;
		justify-content: space-between;
		padding: 0.75rem 0;
	}

	#colophon > div > div:nth-child(2) {
		order: 1;
	}

	#colophon > div > div:nth-child(1) {
		order: 2;
	}

	#colophon > div > div:nth-child(3) {
		order: 3;
	}

	#colophon > div > div:nth-child(4) {
		order: 4;
	}

	#colophon > div > div:nth-child(3) > p:first-child,
	#colophon > div > div:nth-child(3) > div > p {
		font-size: 1rem;
		line-height: 1;
	}

	#colophon > div > div:nth-child(2) > img {
		max-height: 200px;
		margin-top: 0.75rem;
	}

	ul#footer-menu {
		display: none;
	}

	#colophon > div > div:nth-child(3) > div > p.tel-no {
		margin-bottom: 0.5rem
	}

	#statics-intro > div > div:nth-child(1) > img {
		margin: 0 auto 0.75rem auto;
	}

	#static-bar-1 > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1) {
		padding: 0;
	}

	div#static-slider-wrap,
	div#touring-slider-wrap {
		padding-bottom: 2.5rem;
	}

	#static-pager,
	#touring-pager {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 2.5rem;
		z-index: 99;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#static-pager a,
	#touring-pager a {
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		background: #FFF;
		border-radius: 50%;
		margin: 0 0.25rem;
	}

	#static-pager a.active,
	#touring-pager a.active {
		background: #44643f;
	}

	div#static-next,
	div#static-prev,
	div#touring-next,
	div#touring-prev {
		top: auto;
		bottom: 0;
		z-index: 999999;
	}

	#static-bar-3 > div > h2,
	#touring-bar-2 > div > h3 {
		font-size: 1.5rem;
	}

	#static-booking > div > div.cell.small-12.medium-4 {
		margin-bottom: 0.75rem;
	}

	#input_1_1_3_container {
		padding-right: 0;
	}

	ul#gform_fields_1 > li#field_1_4,
	ul#gform_fields_1 > li#field_1_5 {
		width: 100%;
		flex: 1 1 100%;
		padding: 0 0.75rem;
	}

	#gform_1 .gform_footer.top_label,
	#gform_2 .gform_footer.top_label {
		position: static;
		padding: 0 0.75rem 0.75rem 0.75rem;
		width: 100%;
	}

	#field_1_9 > div > label {
		width: calc(100% - 2.5rem);
		display: inline-block;
		vertical-align: middle;
	}

	#field_1_9 > div > span.gfield_required {
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	#touring-bar-1 > div > div > h4 {
		font-size: 1.25rem;
		margin: 0.75rem 0;
	}

	#touring-intro > div > div:nth-child(1) > img {
		margin-bottom: 0.75rem;
	}

	#touring-booking > div > div.cell.small-12.medium-6 > div > p > strong {
		display: block;
		margin-top: 0.75rem;
	}

	#touring-booking > div > div.cell.small-12.medium-6 {
		padding-top: 1.5rem;
	}

	#out-about-pembrokeshire > div > div > img {
		flex: 0 0 auto;
	}

	#out-about-bar > div.grid-container.grid-x.align-middle.grid-margin-x > div:nth-child(1) {
		padding: 0;
	}

	div#news-wrap:after {
		display: none;
	}

	div#news-wrap {
		padding: 0;
	}

	#news-wrap article h1,
	#news-wrap article h1 > a {
		font-size: 1.5rem;
		line-height: 1;
	}

	article.post > div.cell.small-3.medium-2.large-2 {
		flex: 1 1 100%;
	}

	.posted-on {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 0;
		flex-direction: row;
	}

	.posted-on > span {
		margin: 0.25rem;
	}

	article.post.grid-x > div {
		margin: 0.5rem auto;
		padding: 0;
	}

	article > div.cell.small-12.medium-5.large-4 {
		flex-basis: 100%;
	}

	article > div.cell.small-12.medium-5.large-4 a,
	article > div.cell.small-12.medium-5.large-4 a > img {
		width: 100%;
	}

	#blog-pagination {
		margin-bottom: 1.5rem;
	}

	#cff,
	#cff > section,
	#cff > section > iframe {
		width: 100% !important;
		max-width: 100%;
	}

	main#main > section#contact-map {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
	}

	.acf-map {
		position: static;
		height: 65vh;
		overflow: hidden;
	}

	#contact-map > div.grid-container.grid-x.grid-margin-x {
		padding: 0;
	}

	#contact-map > div.grid-container.grid-x.grid-margin-x > div {
		margin: 0;
		width: 100%;
	}

	div#sign > img {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 0.75rem;
		order: 2;
	}

	#sign-text {
		padding: 0;
	}

	.bot-bar {
		border: none;
	}

	#contact-form > div > div:nth-child(1) > p {
		font-size: 1rem;
	}

	#contact-form p.highlight {
		margin: 0 auto;
		max-width: none;
	}

	div#gform_wrapper_2 {
		max-width: none;
	}

	span#input_2_1_3_container {
		padding-right: 0;
	}

	span#input_2_1_6_container {
		padding: 0;
	}

	#gform_2 ul > li {
		padding: 0;
		margin: 0.5rem 0;
	}

	#gform_2 .top_label div.ginput_container {
		margin: 0;
	}

	#gform_2 ul > li#field_2_2,
	#gform_2 ul > li#field_2_3 {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	#field_2_6 > div > label {
		width: calc(100% - 3.5rem);
		display: inline-block;
		vertical-align: middle;
	}

	#field_2_6 > div > span.gfield_required {
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	#field_2_6 > div > label > a {
		color: #FFF;
		text-decoration: none;
		border-bottom: 3px dotted #f2d492;
	}

	#field_2_6 > div {
		text-align: center;
	}

	input#gform_submit_button_2 {
		height: auto;
	}
	
	div#facebook-wrap {
		padding-left:0;
	}

}