/*
Theme Name: Waggy Tails (Child)
Theme URI:http://www.waggy-tails-photography.co.uk
Author: Daly Design
Author URI: http://www.dalydesign.co.uk
Template:twentyseventeen
Version 0.1
*/

/*
*
*	Light grey = 	#ECECEC
*	Mid Grey =  	#535152
*	Dark Grey  = 	#393938
*	Red =			#BE1621
*	Pink =			#F09EC0
*	Faded Pink =	#F5BBD3
*	Faded Blue =	#E9F5F9
*	Burgundy =		#81243F
*
*/

@import url("../twentyseventeen/style.css");
@import url("../waggytails/nav.css");
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
/*
font-family: 'Lato', serif;
font-family: 'Lato', sans-serif;
*/


/*--------------------------------------------------------------
START Typography
--------------------------------------------------------------*/

.clearfix {
	clear: both;
}

body,
button,
input,
select,
textarea {
	color: #4D4D4D;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
	background-color: #FFF;
}
select {
	width: 100%;
}
h1 {
	color: #F09EC0;
	font-size: 21px;
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 20px 0;
}
h2,
.home.blog .entry-title {
	color: #000000;
	font-size: 21px;
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h3 {
	color: #F09EC0;
	font-size: 19px;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h4 {
	color: #F09EC0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h5 {
	color: #F09EC0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h6 {
	color: #F09EC0;
	font-size: 14px;
	font-size: 1.875rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}

p {
	font-family: 'Lato', sans-serif;
	margin: 0 0 1.5em;
	padding: 0;
	font-weight: 300;
	color: #4D4D4D;
	font-size: 10px;
	font-size: 0.85rem;
}
.single p {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', serif;
	padding: 0;
	line-height: normal;
}
ul, ol {
	list-style-position: outside;
    margin: 0 0 1.5em 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #4D4D4D;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-weight: 300;
}
.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border: none;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	box-shadow: none;
	font-size: 0.85rem;
}
a:link,
a:visited {
	color: #F09EC0;
}
a:hover, a:active, a:focus, .entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	box-shadow: none;
	color: #F09EC0;
	text-decoration: underline;
}
.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
	box-shadow: none;
}


.white-block a:link,
.white-block a:visited {
	color: #DFC000;
}
.white-block a:hover,
.white-block a:active,
.white-block a:focus {
	color: #000;
	text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #000;
	padding: 0.5em;
}
/*button:not(.menu-toggle),
input[type="button"]:not(.menu-toggle),
input[type="submit"]:not(.menu-toggle),
button:not(.dropdown-toggle),
input[type="button"]:not(.dropdown-toggle),
input[type="submit"]:not(.dropdown-toggle) {
	display: inline-block;
	background-color: #F09EC0;
	color: #FFFFFF;
	font-family: 'Lato', serif;
	font-weight: 300;
	padding: 12px 35px 12px 20px;
	background-image: url(assets/images/icons/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 8px auto;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
button:not(.menu-toggle):hover,
input[type="button"]:not(.menu-toggle):hover,
input[type="submit"]:not(.menu-toggle):hover,
button:not(.dropdown-toggle):hover,
input[type="button"]:not(.dropdown-toggle):hover,
input[type="submit"]:not(.dropdown-toggle):hover {
	text-decoration: none;
	background-color: #28292D;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background-image: url(assets/images/icons/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 8px auto;
}*/
button,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	background-color: #F09EC0;
	color: #FFFFFF;
	font-family: 'Lato', serif;
	font-weight: 300;
	padding: 12px 35px 12px 20px;
	background-image: url(../waggytails/assets/images/icons/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 8px auto;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background-color: #28292D;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	background-image: url(../waggytails/assets/images/icons/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 8px auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.dropdown-toggle {
	background-image: none;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	margin: 0 0 20px 0;
}
.wpcf7-response-output,
div.wpcf7-response-output {
	width: 100%;
	display: block;
	padding: 20px;
	margin: 0 0 25px 0;
}
.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ok {
	background-color:#2EB735;
	color: #FFF;
	border:none;
}
.wpcf7-validation-errors,
div.wpcf7-validation-errors,
.wpcf7-spam-blocked,
div.wpcf7-spam-blocked {
	background-color:#BE1621;
	color: #FFF;
	border:none;
}
.wpcf7-form-control-wrap {
	margin-bottom: 25px;
}
.wpcf7-response-output.wpcf7-display-none,
div.wpcf7-response-output.wpcf7-display-none {
	display: none;
}


.single-post .entry-title, .page .entry-title {
	font-size: 24px;
	font-size: 2.5rem;
}

h1.has-sub {
	margin-bottom: 6px;
}
h2.sub-title {
	margin-top: 0;
	padding-top: 0;
}

.site-content .wrap,
.site-header .wrap {
	padding: 0;
}
.page:not(.home) #content {
	padding-bottom: 0;
}

/* HEADER */

	.site-header {
		
	}
	.site-branding {
		text-align: center;
		margin: 0;
		padding: 0 0;
		display: block;
		background-color: #FFF;
	}
	/*body.page:not(.twentyseventeen-front-page) .site-branding {
		padding: 20px 0 20px 0;
	}*/
	.site-branding a:hover {
		opacity: 1;
		text-decoration: none;
	}
	.site-branding .wrap {
		max-width: 100%;
	}
	.custom-header {
		display: block;
	}
	.custom-logo-link {
    	padding: 20px 15px 0 15px;
		width: 100%;
		display: inline-block;
	}
	.custom-logo-link img {
		max-width: 215px;
	}
	.header-contact {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-color: #FFFFFF;
		border-bottom: 1px solid #ECECEC;
		padding: 0;
		position: relative;
	}
	.header-contact p {
		margin: 0;
		padding: 0;
		line-height: 22px;
		color: #81243F;
	}
	.header-contact p.message {
		width: 50%;
		text-align: left;
		float: left;
		display: inline-block;
		padding: 10px 0 10px 10px;
		max-width: 60%;
		line-height: normal;
	}
	.header-contact p.contact {
		width: 50%;
		text-align: right;
		float: right;
		display: inline-block;
	}
	
	a.header-book-btn {
		float: right;
		display: inline-block;
		font-weight: 700;
		font-size: 0.75rem;
		text-align: center;
		padding: 14px 20px 14px 20px;
		margin: 0;
	}
	a.header-book-btn:link,
	a.header-book-btn:visited {
		background-color: #F09EC0;
		color: #FFF;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}
	a.header-book-btn:hover,
	a.header-book-btn:active,
	a.header-book-btn:focus {
		background-color: #81243F;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		text-decoration: none;
	}
	
	a.header-social-icon {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin: 16px 6px 16px 6px;
		padding: 0;
		float: right;
	}

	a.header-social-icon.fb-icon:link,
	a.header-social-icon.fb-icon:visited {
		background-image: url(../waggytails/assets/images/icons/fb-icon-pink.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		background-size: 18px auto;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}
	a.header-social-icon.fb-icon:hover,
	a.header-social-icon.fb-icon:active,
	a.header-social-icon.fb-icon:focus {
		background-image: url(../waggytails/assets/images/icons/fb-icon-burgundy.png);
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}
	
	a.header-social-icon.ig-icon:link,
	a.header-social-icon.ig-icon:visited {
		background-image: url(../waggytails/assets/images/icons/ig-icon-pink.png);
		background-repeat: no-repeat;
		background-position: 0% 0%;
		background-size: 18px auto;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		margin: 16px 6px 16px 0;
	}
	a.header-social-icon.ig-icon:hover,
	a.header-social-icon.ig-icon:active,
	a.header-social-icon.ig-icon:focus {
		background-image: url(../waggytails/assets/images/icons/ig-icon-burgundy.png);
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
	}

	.single-featured-image-header {
		max-height: 650px;
	}
	.googleMapBlock {
		width:100%;
		height:450px;
	}

/* HEADER */



/* FOOTER */

	.site-footer {
		background-color: #FFFFFF;
		margin: 0;
		border: none;
		text-align: center;
	}
	.site-footer .wrap {
		padding-bottom: 1em;
    	padding-top: 1.5em;
		padding-left: .5em;
	    padding-right: .5em;
	}
	.site-footer .footer-small .wrap {
		padding-bottom: 0.8em;
    	padding-top: 0.8em;
	}
	.footer-logo img {
		max-width: 215px;
		margin: 0 0 0 0;
	}
	.site-footer .widget-area {
		width: 100%;
		display: inline-block;
	}

	.footer-contact {
		display: inline-block;
		width: 100%;
		margin: 0 auto 12px auto;
		text-align: center;
		background-color: #FFFFFF;
		padding: 5px 0 5px 0;
	}
	
	.footer-contact p {
		margin: 0;
	}
	
	a.footer-email:link,
	a.footer-email:visited {
		color: #4D4D4D;
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		margin: 0;
		padding: 5px 0 5px 28px;
		background-image: url(../waggytails/assets/images/icons/email-icon-pink.png);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		background-size: 20px auto;
		font-size: 1rem;
		display: inline-block;
		line-height: normal;
	}
	a.footer-email:hover,
	a.footer-email:active,
	a.footer-email:focus {
		color: #81243F;
		background-image: url(../waggytails/assets/images/icons/email-icon-burgundy.png);
		text-decoration: none;
	}

	a.footer-tel:link,
	a.footer-tel:visited {
		color: #4D4D4D;
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		margin: 0 50px 0 50px;
		padding: 5px 0 5px 28px;
		background-image: url(../waggytails/assets/images/icons/tel-icon-pink.png);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		background-size: 20px auto;
		font-size: 1rem;
		display: inline-block;
		line-height: normal;
	}

	a.footer-tel:hover,
	a.footer-tel:active,
	a.footer-tel:focus {
		color: #81243F;
		background-image: url(../waggytails/assets/images/icons/tel-icon-burgundy.png);
		text-decoration: none;
	}

	a.footer-social-icon.fb-icon:link,
	a.footer-social-icon.fb-icon:visited {
		color: #F09EC0;
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		margin: 0 4px 0 0;
		padding: 0 0 0 15px;
		background-image: url(../waggytails/assets/images/icons/fb-footer-icon-white.png);
		background-repeat: no-repeat;
		background-position: 0% 40%;
		background-size: 12px auto;
		font-size: 0.65rem;
		display: inline-block;
		line-height: normal;
		text-transform: uppercase;
		width: 12px;
		height: 22px;
	}
	a.footer-social-icon.fb-icon:hover,
	a.footer-social-icon.fb-icon:active,
	a.footer-social-icon.fb-icon:focus {
		color: #FFFFFF;
		background-image: url(../waggytails/assets/images/icons/fb-footer-icon-burgundy.png);
		text-decoration: none;
	}
	
	a.footer-social-icon.ig-icon:link,
	a.footer-social-icon.ig-icon:visited {
		color: #F09EC0;
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		margin: 0 0 0 4px;
		padding: 0 0 0 15px;
		background-image: url(../waggytails/assets/images/icons/ig-footer-icon-white.png);
		background-repeat: no-repeat;
		background-position: 0% 40%;
		background-size: 22px auto;
		font-size: 0.65rem;
		display: inline-block;
		line-height: normal;
		text-transform: uppercase;
		width: 22px;
		height: 22px;
	}
	a.footer-social-icon.ig-icon:hover,
	a.footer-social-icon.ig-icon:active,
	a.footer-social-icon.ig-icon:focus {
		color: #FFFFFF;
		background-image: url(../waggytails/assets/images/icons/ig-footer-icon-burgundy.png);
		text-decoration: none;
	}
	
	.full-width.footer-border {
		background-image: url(assets/images/paw-border-pink.png);
		background-repeat: repeat-x;
		background-position: 0 0;
		background-size: 250px auto;
		height: 35px;
		margin: 0;
		padding: 0;
		display: block;
	}
	.footer-small,
	.full-width.footer-small{
		margin: 0;
		background-color: #F5BBD3;
	}
	.footer-small p {
		font-size: 0.75rem;
		color: #81243F;
		margin: 0;
	}
	.footer-small a:link,
	.footer-small a:visited {
		color: #81243F;
		font-size: 0.75rem;
	}
	

/* FOOTER */



/* DEFAULT TEMPLATE STYLES */

	.entry-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body:not(.twentyseventeen-front-page) .entry-header {
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		padding: 2em 1em 0 1em;
		width: 100%;
    	float: none;
	}
	.entry-content,
	body.page-two-column:not(.archive) #primary .entry-content {
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		padding: 0 1em 2em 1em;
		width: 100%;
    	float: none;
	}
	
	.edit-link {
		display: none;
	}

	.two-col-left {
		width: 100%;
		display: block;
		float: left;
		clear: both;
		margin: 0 0 0 0;
		text-align: left;
	}
	.two-col-right {
		width: 100%;
		display: block;
		float: left;
		clear: both;
		margin: 0 0 0 0;
		padding: 0 1em 2em 1em;
	}
	.two-col-left .entry-header,
	body.page-two-column:not(.archive) #primary .two-col-left .entry-header,
	body:not(.twentyseventeen-front-page) .entry-header,
	.two-col-left.entry-content,
	body.page-two-column:not(.archive) #primary .two-col-left .entry-content {
		text-align: left;
	}
	body.single-press-reviews .entry-header {
		text-align: center;
	}
	body.single-press-reviews #primary .entry-content {
		text-align: center;
	}
	aside.widget-area.conditions,
	aside#secondary.widget-area,
	aside#secondary.widget-area.conditions {
		background-color: #E9F5F9;
		padding: 20px;
		margin: 0 0 40px 0;
	}

	aside#secondary.widget-area a:link,
	aside#secondary.widget-area a:visited {
		color: #000;
	}
	aside#secondary.widget-area a:hover,
	aside#secondary.widget-area a:active,
	aside#secondary.widget-area a:focus {
		color: #F09EC0;
		text-decoration: none;
	}
	.widget {
		padding-bottom: 0;
	}

/* DEFAULT TEMPLATE STYLES */


a.gold-btn,
a.gold-btn:link,
a.gold-btn:visited {
	display: inline-block;
	background-color: #F09EC0;
	color: #FFFFFF;
	font-family: 'Lato', serif;
	font-weight: 300;
	padding: 12px 35px 12px 20px;
	background-image: url(../waggytails/assets/images/icons/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 8px auto;
	font-size: 0.85rem;
	letter-spacing: 1px;
}
a.gold-btn:hover,
a.gold-btn:active,
a.gold-btn:focus {
	text-decoration: none;
	background-color: #28292D;
}

.full-width {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 30px 0;
}
.home-content-container {
	text-align: center;
	margin: 30px 10px 0px 10px;
	padding: 0;
}
.home-content-container h4 {
	font-size: 1.35rem;
}
.home-content-container p {
	text-align: center;
}
.finest-pic {
	margin: 0 0 30px 0;
}


.featured-box-left {
	width: 100%;
	display: inline-block;
	margin: 0;
	text-align: center;
	padding: 10px 10px 20px 10px;
}
.featured-box-right {
	width: 100%;
	display: inline-block;
	margin: 0;
	text-align: center;
}
.featured-box-left h4,
.featured-box-right h4 {
	margin: 0;
}

.grey-block h4 {
	color: #F09EC0;
}
.featured-box-left.about-sp {
	position: relative;
}
.featured-box-left.about-sp h2,
.featured-box-left.about-sp h4 {
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	font-size: 1.35rem;
	color: #F09EC0;
}
.featured-box-left.about-sp.services h3 {
	text-align: left;
	color: #333;
	font-size: 1rem;
}
.featured-box-left.about-sp p {
	text-align: left;
}
.grey-block p:not(.sub-heading) {
	color: #FFFFFF;
}
img.home-featured-image {
    width: 100%;
}
.home-featured-box.section_1,
.home-featured-box.section_2,
.home-featured-box.section_3,
.home-featured-box.section_4 {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	text-align: center;
	float: left;
}

.home-featured-box.section_2 img,
.home-featured-box.section_3 img {
	width: 200%;
	max-width: none;
}
.home-featured-box {
	height: 250px;
}
.home-featured-box img {
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.home-featured-box a {
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
	color: #FFF;
	position: absolute;
	top: 0;
	font-size: 1rem;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.home-featured-box a span {
	z-index: 2;
	width: auto;
	height: auto;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Lato', serif;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	border: 2px solid #FFF;
	background-color: rgba(0, 0, 0, 0.1);
}
.home-featured-box a:hover {
	background-color: rgba(255, 255, 255, 0.3);
	color: #FFF;
	font-size: 1.45rem;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.home-featured-box a:hover span {
	background-color: rgba(0, 0, 0, 0.1);
}
.home-featured-box:hover img {
	transform: scale(1.5) translate(-32%, -32%);
	transition: all 10s;
	-webkit-transition: all 10s;
	-moz-transition: all 10s;
}
.featured-box-left.has-img {
    display: inline-block;
	float: left;
	overflow: hidden;
}
.featured-box-right.has-img {
    display: inline-block;
	float: right;
	overflow: hidden;
}
.featured-box-right.has-img.about-service  {
    display: inline-block;
	float: right;
	overflow: unset;
	position: unset;
}
.featured-box-right.has-img.about-sp img {
	border-bottom: 6px solid #F09EC0;
}
.featured-box-right.has-img.about-service img.home-featured-image {
	border-bottom: 6px solid #F09EC0;
	width: 100%;
}
.mob-hide {
	display: none;
}

/* TOUR DIARY LIST STYLE */

	.tour-diary-block {
		width: 100%;
		display: block;
		float: left;
		clear: both;
		margin: 0 0 40px 0;
		text-align: center;
	}
	.tour-diary-block a {
		color: #000;
		display: block;
    	width: 100%;
		float: left;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tour-diary-block a:nth-of-type(odd) {
		background-color: #F3F3F4;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tour-diary-block a:hover {
		background-color: #F09EC0;
		color: #FFF;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tour-diary-block .td-row {
		width: 100%;
		display: table;
		float: left;
		clear: both;
		margin: 0 0 0 0;
		border-bottom: 1px solid #FFF;
		text-align: left;
	}
	.tour-diary-block .td-row .td-row-title {
		display: none;
	}
	.tour-diary-block .td-row .td-row-title h1 {
		color: #0093da;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		text-align: left;
		letter-spacing: -1px;
		font-size: 0.85rem;
		margin: 0 0 10px 0;
		line-height: normal;
	}
	.tour-diary-block .td-row .td-row-content-block {
		width: 70%;
		display: table-cell;
		float: left;
		clear: both;
		margin: 0 0 0 0;
		padding: 15px;
	}
	.tour-diary-block .td-row .td-row-btn {
		width: 30%;
		display: table-cell;
		float: right;
		clear: none;
		margin: 0 0 0 0;
		padding: 15px;
		background-color: #A6A6A6;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tour-diary-block a:hover .td-row .td-row-btn {
		background-color: #000;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.tour-diary-block .td-row .td-row-btn p {
		color: #fff;
		text-align: center;
		display: block;
		width: 100%;
		font-size: 13px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		vertical-align: middle;
	}

	.tour-diary-block .td-row .td-row-content-block .td-row-content {
		width: 100%;
		display: block;
		float: left;
		clear: none;
		margin: 0;
	}
	.tour-diary-block .td-row .td-row-content-block .td-row-content p {
		font-family: 'Roboto', sans-serif;
		font-size: 13px;
	}
	.tour-diary-name{
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px!important;
	}
	.tour-diary-name a:link,
	.tour-diary-name a:visited {
		color: #000;
	}
	.tour-diary-name a:hover,
	.tour-diary-name a:active,
	.tour-diary-name a:focus {
		color: #BE1621;
		text-decoration: none;
	}
	.tour-diary-block .td-row .td-row-content-block p,
	.tour-diary-block .td-row .td-row-btn p {
		margin: 0;
	}

/* TOUR DIARY LIST STYLE */

.home-full-ad-wrapper {
	position: relative;
	min-height: 400px;
}
.home-full-ad {
	width: 100%;
	display: inline-block;
	background-repeat: no-repeat;
    background-size: cover;
	min-height: 400px;
	z-index: 0;
	left: 0; top: 0;
	filter: brightness(80%);
	position: absolute;
}
.home-full-ad-text {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 40px 0 40px 0;
	background-repeat: no-repeat;
    background-size: cover;
	min-height: 400px;
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
}
.home-full-ad-text h2 {
	font-size: 2rem;
	line-height: 1.75rem;
	color: #FFF;
	margin: 0 0 20px 0;
}
.home-full-ad-text p {
	color: #FFF;
}

.accreditations {
	padding: 10px 10px 20px 10px;
	text-align: center;
}
.accreditations .accreditation-image-block {
	margin: 0 10px 20px 10px;
	width: auto;
    height: 45px;
    display: inline-block;
}
.accreditations .accreditation-image-block img {
	height: 100%;
	max-width: 100%;
}
.light-grey-block {
	padding: 30px 0 30px 0;
	text-align: center;
	background-color: #F7F2F6;
}
.kind-words h3 {
	margin: 0 0 0 0;
	padding: 35px 0 0 0;
	background-image: url(../waggytails/assets/images/icons/kind-words-icon.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 27px auto;
	font-size: 1.35rem;
}
.kind-words p {
	margin: 0;
}
.kind-words-content {
	background-image: url(../waggytails/assets/images/kind-words-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 30px 0 30px 0;
	background-color: #000;
}
.kind-words-content p {
	margin: 0;
	color: #FFFFFF;
	font-style: italic;
	font-size: 0.75rem;
	text-transform: none;
	text-align: center;
	padding: 0 20px;
}
.sub-heading {
	color: #979497;
	font-family: 'Lato', sans-serif;
	font-size: 0.65rem;
	text-transform: uppercase;
	text-align: center;
}
.hiw-block {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	float: left;
	padding: 20px 35px;
}

.hiw-block h5 {
	font-family: 'Lato', serif;
	padding: 75px 0 0 0;
	color: #F09EC0;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.hiw-block h5 {
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 60px auto;
}
.hiw-block h5.ingredients {
	background-image: url(../waggytails/assets/images/icons/ingredients-icons.png);
}
.hiw-block h5.kitchen {
	background-image: url(../waggytails/assets/images/icons/kitchen-icons.png);
}
.hiw-block h5.service {
	background-image: url(../waggytails/assets/images/icons/service-icons.png);
}
.hiw-block h5.cleaning {
	background-image: url(../waggytails/assets/images/icons/cleaning-icons.png);
}

.hiw-block p:last-of-type {
	margin: 0;
}
.hiw-block p a {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
}
.grey-block {
	background-color: #28292D;
}
.site-content {
	padding: 0;
}
.content-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 2em 1em;
}

.child-page-block {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	float: left;
}
.child-page-block img {
	z-index: 1;
	display: block;
}
.child-page-block a {
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
	color: #FFF;
	position: absolute;
	top: 0;
	font-size: 1rem;
}
.child-page-block a span {
	z-index: 2;
	width: auto;
	height: auto;
	padding: 10px 20px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	font-family: 'Lato', serif;
	font-weight: 300;
	position: relative;
	margin: 28% 0 0 0;
}
.child-page-block a:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #F09EC0;
	font-size: 1.45rem;
}
.child-page-block a:hover span {
	background-color: transparent;
	margin: 26% 0 0 0;
}
.single-featured-image-header img {
	width: 100%;
}

.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.widget ul {
	margin: 0 0 20px 0;
}
.widget ul li,
.widget ol li {
	padding: 0;
}
.widget ul li a,
.widget ol li a {
	padding: 5px 0;
	display: block;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.tour-detail-list {
	width: 100%;
	text-align: left;
	display: inline-block;
}
.tour-detail-block {
	width: 32%;
	display: inline-block;
	clear: none;
	margin: 0 0 20px 0;
	padding: 60px 0 0 0;
}

.tour-detail-block.number-of-days {
	background-image: url(../waggytails/assets/images/icons/Calendar-Icon.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 0% 0%;
}
.tour-detail-block.comfort-level {
	background-image: url(../waggytails/assets/images/icons/Comfort-Icon.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 0% 0%;
}
.tour-detail-block.adventure-level {
	background-image: url(../waggytails/assets/images/icons/Adventure-Icon.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 0% 0%;
}
.tour-detail-block.difficulty-level {
	background-image: url(../waggytails/assets/images/icons/Difficulty-Icon.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 0% 0%;
}
.tour-detail-block.distance {
	background-image: url(../waggytails/assets/images/icons/Distance-Icon.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 0% 0%;
}

.tour-detail-block p {
	color: #000;
	font-weight: 900;
	line-height: 1;
    text-transform: uppercase;
	font-size: 0.65rem;
}
.tour-detail-block .detail-value {
	color: #F09EC0;
	font-family: 'Lato', serif;
	font-weight: 300;
	font-size: 2.5rem;
	margin: 0;
    padding: 0;
    line-height: 1;
}

.image-block {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}

.forcefullwidth_wrapper_tp_banner {
	margin-top: 0!important;
}

/* SLIDE OVERLAYS */

.slide-overlay {
	display: none;
}

/* SLIDE OVERLAYS */

.contact-block {
	border: 1px solid #F09EC0;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
}
.contact-block h4 {
	color: #F09EC0;
}
.contact-block p:last-of-type {
	margin: 0;
}
.testimonial-heading a {
	font-size: 1.2rem;
}

.small-title {
	color: #81243F;
	font-size: 1.25rem;
}
a.pink_btn {
	display: inline-block;
	font-weight: 700;
	font-size: 0.75rem;
	text-align: center;
	padding: 15px 25px 15px 25px;
	margin: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.pink_btn:link,
a.pink_btn:visited {
	background-color: #F09EC0;
	color: #FFF;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.pink_btn:hover,
a.pink_btn:active,
a.pink_btn:focus {
	background-color: #81243F;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
a.pink_btn.left {
	margin: 0;
}
a.blue_btn {
	display: inline-block;
	font-weight: 700;
	font-size: 0.75rem;
	text-align: center;
	padding: 15px 25px 15px 25px;
	margin: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.blue_btn:link,
a.blue_btn:visited {
	background-color: #C9E7EF;
	color: #FFF;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.blue_btn:hover,
a.blue_btn:active,
a.blue_btn:focus {
	background-color: #81243F;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
a.blue_btn.left {
	margin: 0;
}

.paws {
	position: relative;
}
.paws-block-left {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 34px;
	height: 34px;
	background-image: url(assets/images/icons/paw-single.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 34px auto;
	opacity: 0.8;
}
.paws-block-right {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	background-image: url(assets/images/icons/paw-single.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 34px auto;
	opacity: 0.8;
}
.featured-box-left.about-sp .paws-block-left {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 34px;
	height: 34px;
	background-image: url(assets/images/icons/paw-single.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 34px auto;
	opacity: 0.8;
}
.featured-box-left.about-sp .paws-block-right {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 34px;
	height: 34px;
	background-image: url(assets/images/icons/paw-single.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 34px auto;
	opacity: 0.8;
}

.featured-box-left.services .paws-block-left {
	top: 10px;
	left: 15px;
}
.featured-box-left.services .paws-block-right {
	top: 10px;
	right: 15px;
}

.testimonial-block {
	font-size: 0;
}
.home-testimonial-img {
	width: 90%;
	display: inline-block;
	margin: 0 5% 0px 5%;
	-webkit-border-radius: 60px 60px 0 0;
	-moz-border-radius: 60px 60px 0 0;
	border-radius: 60px 60px 0 0;
	overflow: hidden;
	font-size: 0;
	position: relative;
	min-height: 360px;
}
.home-testimonial-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.home-testimonial-text {
	width: 90%;
	display: inline-block;
	margin: 0 5% 20px 5%;
	background-color: #E9F5F9;
	box-sizing: border-box;
	padding: 70px 30px 70px 30px;
	position: relative;
	-webkit-border-radius: 0 0 60px 60px;
	-moz-border-radius: 0 0 60px 60px;
	border-radius: 0 0 60px 60px;
}
.home-testimonial-text p.name {
	color: #F09EC0;
	font-size: 1rem;
	margin: 0;
}
.quotation-block-left {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 50px;
	height: 35px;
	background-image: url(assets/images/icons/quotation-open-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50px auto;
	opacity: 0.8;
}
.quotation-block-right {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 35px;
	background-image: url(assets/images/icons/quotation-close-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50px auto;
	opacity: 0.8;
}

.services-slider {
	width: 100%;
	margin: 0 0 30px 0;
	display: block;
}

.services-slider img { 
	width: auto; 
	height: 500px; 
	display: block; 
	margin: 0 10px 0 0;
}

.large_img {
	height: 500px;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	display: none;
}
.featured-box-right.has-img .accreditation-logos {
	display: inline-block;
	width: 100%;
	margin: 25px 0 25px 0;
	text-align: center;
}
.featured-box-right.has-img .accreditation-logos img.accreditation-logo {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 10px;
	position: unset;
	left: unset;
	top: unset;
	height: 45px;
}
.entry-content.services-reviews-container,
body.page-two-column:not(.archive) #primary .entry-content.services-reviews-container,
.wrap.services-reviews-container {
	padding: 0 1em 0 1em;
}

.wrap.entry-content.favourites,
body.page-two-column:not(.archive) #primary .wrap.entry-content.favourites {
	padding: 0 0 30px 0;
	width: 100%;
    margin: 0;
    max-width: 100%;
	font-size: 0;
}
.services-reviews {
	width: 100%;
	display: block;
	background-color: #E9F5F9;
}
.services-reviews-container {
	position: relative;
}
.services-reviews-container .quotation-block-left {
	left: 3%;
}
.services-reviews-container .quotation-block-right {
	right: 3%;
}
.service-review-1 {
	width: 72%;
	display: inline-block;
	margin: 30px 14% 30px 14%;
	text-align: center;
}
.service-review-2 {
	width: 72%;
	display: inline-block;
	margin: 0 14% 30px 14%;
	text-align: center;
}
.service-review-1 .name,
.service-review-2 .name {
	color: #F09EC0;
	font-size: 1rem;
	margin: 0;
}
h4.caption_title {
	color: #81243F;
	margin: 30px 0 30px;
}

.favourites_block {
	width: 100%;
	display: inline-block;
	margin: 0;
	position: relative;
}

.wrap.entry-content.favourites {
	width: 100%;
	padding: 0;
}

.prev_arrow, .next_arrow {
	background-color: #f00;
}
input.wpapp_other_amt_input {
    margin: 0 auto;
}

.right-col-img-block {
	width: 100%;
	display: block;
	margin: 0 0 80px 0;
	padding: 0;
}












@media screen and (min-width: 20em){

	.home-featured-box.section_2 img,
	.home-featured-box.section_3 img {
		width: 170%;
		max-width: none;
	}

	.site-footer .wrap {
		padding-left: 2em;
	    padding-right: 2em;
	}
	
}









@media screen and (min-width: 35em){
	
	
	/* HEADER */
	
	.header-contact p.message {
		line-height: 22px;
		padding: 14px;
		width: auto;
		max-width: none;
	}
	
	.header-contact p.contact {
		width: auto;
	}
	
	/* HEADER */
	.home-featured-box {
		width: 50%;
	}
	.home-featured-box a span {
		
	}
	.home-featured-box a:hover span {
		
	}
	.home-featured-box.section_2 img,
	.home-featured-box.section_3 img {
		width: 120%;
		max-width: none;
	}
	.hiw-block {
		width: 48%;
		margin: 0 1% 20px 1%;
	}
	.hiw-block:nth-of-type(odd) {
		margin: 0 1% 20px 1%;
	}
	.hiw-block:nth-of-type(even) {
		margin: 0 1% 20px 1%;
	}
	
}
















@media screen and (min-width: 48em){
	
	h1 {
		font-size: 32px;
		font-size: 2rem;
		margin: 0 0 30px 0;
	}
	h2,
	.home.blog .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
		margin: 0 0 10px 0;
	}

	h3 {
		font-size: 24.8px;
		font-size: 1.55rem;
		margin: 0 0 10px 0;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
		margin: 0 0 10px 0;
	}

	h5 {
		font-size: 16px;
		font-size: 1rem;
		letter-spacing: 0.15em;
		margin: 0 0 10px 0;
	}

	h6 {
		font-size: 14px;
		font-size: 1.875rem;
		margin: 0 0 10px 0;
	}

	p {
		margin: 0 0 1.5em;
		font-size: 1rem;
	}
	a,
	a:link,
	a:visited,
	a:hover,
	a:active,
	a:focus {
		box-shadow: none;
		font-size: 1rem;
	}
	
	h2.widget-title {
		font-size: 1.5rem;
	}
	button, input[type="button"], input[type="submit"] {
		padding: 15px 35px 15px 20px;
	}

	.wrap,
	.navigation-top .wrap {
		max-width: 1200px;
	}
	
	.main-navigation ul {
		text-align: center;
	}
	
	
	/* HEADER */
		
		.header-contact p.message {
			line-height: 22px;
			padding: 14px;
			width: auto;
		}
		.header-contact p.contact {
			width: auto;
		}
		a.header-social-icon {
			margin: 16px 10px 16px 10px;
		}
		a.header-social-icon.ig-icon:link,
		a.header-social-icon.ig-icon:visited {
			margin: 16px 20px 16px 0;
		}
		.custom-logo-link {
			width: auto;
			padding: 20px 20px 0 20px;
		}
		.custom-logo-link img {
			max-width: 304px;
		}

		.navigation-top {
			position: relative;
		}
	/* HEADER */
	
	
	/* FOOTER */
		.site-footer .footer-small .wrap {
			padding-bottom: 1em;
			padding-top: 1em;
		}
		.footer-logo img {
			max-width: 265px;
			margin: 0 0 10px 0;
		}
		
		a.footer-email:link,
		a.footer-email:visited {
			margin: 0;
			padding: 5px 0 5px 35px;
			background-position: 0% 50%;
			background-size: 26px auto;
			font-size: 1.25rem;
			line-height: normal;
		}

		a.footer-tel:link,
		a.footer-tel:visited {
			margin: 0 50px 0 50px;
			padding: 5px 0 5px 37px;
			background-position: 0% 50%;
			background-size: 28px auto;
			font-size: 1.25rem;
			line-height: normal;
		}
		
		.footer-small p,
		.footer-small a,
		.footer-small a:link,
		.footer-small a:visited,
		.footer-small a:hover,
		.footer-small a:active,
		.footer-small a:focus {
			font-size: 0.75rem;
		}
	
	.footer-small p.social {
		display: inline-block;
		margin: 0;
		width: 33.33%;
	}
	.footer-small p.copy {
		display: inline-block;
		float: left;
		margin: 0;
		width: 33.33%;
	}
	.footer-small p.web {
		display: inline-block;
		float: right;
		margin: 0;
		width: 33.33%;
	}
	/* FOOTER */
	
	
	
	/* DEFAULT TEMPLATE STYLES */

		.entry-header,
		body.page-two-column:not(.archive) #primary .entry-header {
			max-width: 1200px;
			margin: 0 auto;
			text-align: center;
			padding: 2em 1em 0 1em;
			width: 100%;
    		float: none;
		}
		.entry-content,
		body.page-two-column:not(.archive) #primary .entry-content {
			max-width: 1200px;
			margin: 0 auto;
			text-align: center;
			padding: 0 1em 2em 1em;
			width: 100%;
    		float: none;
		}
		body.single-press-reviews .entry-header {
			max-width: 1200px;
			margin: 0 auto;
			text-align: left;
			padding: 2em 1em 0 1em;
			width: 100%;
    		float: none;
		}
		body.single-press-reviews #primary .entry-content {
			max-width: 1200px;
			margin: 0 auto;
			text-align: left;
			padding: 0 1em 2em 1em;
			width: 100%;
    		float: none;
		}
	
		.single-press-reviews.has-sidebar:not(.error404) #primary {
			width: 100%;
		}
		.single-press-reviews.has-sidebar #secondary {
			width: 100%;
		}

	/* DEFAULT TEMPLATE STYLES */
	
	
	
	
	.two-col-left {
		width: 65%;
		display: block;
		float: left;
		clear: both;
		margin: 0 5% 0 0;
		text-align: left;
	}
	.two-col-right {
		width: 30%;
		display: block;
		float: left;
		clear: none;
		margin: 30px 0 0 0;
		padding: 0;
	}
	.home-content-container {
		text-align: center;
		padding: 0 15% 0 15%;
		margin: 30px 0 30px 0;
	}
	
	.home-featured-box.section_1 {
		width: 48%;
		overflow: hidden;
		margin: 0 2% 20px 0;
	}
	.home-featured-box.section_2 {
		width: 48%;
		overflow: hidden;
		margin: 0 0 20px 2%;
	}
	.home-featured-box.section_3 {
		width: 64%;
		overflow: hidden;
		margin: 0 2% 20px 0;
		clear: both;
	}
	.home-featured-box.section_4 {
		width: 34%;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	.home-featured-box {
		height: 230px;
		margin-bottom: 1rem!important;
	}
	
	
	
	
	.home-featured-box a span {
		
	}
	.home-featured-box a:hover span {
		
	}
	
	.featured-box-left {
		width: 50%;
		display: inline-block;
		margin: 0;
		padding: 30px;
		float: left;
		text-align: center;
	}
	.featured-box-left.services {
		width: 50%;
		display: inline-block;
		margin: 0;
		padding: 0 30px 30px 0;
		float: left;
		text-align: center;
	}
	.featured-box-right {
		width: 50%;
		display: inline-block;
		margin: 0;
		text-align: left;
		padding: 30px;
	}
	.featured-box-left.has-img,
	.featured-box-right.has-img {
		padding: 0;
		position: relative;
		min-height: 320px;
	}
	.featured-box-left.has-img.about-sp,
	.featured-box-right.has-img.about-sp {
		padding: 0;
		position: relative;
		min-height: 640px;
	}
	.featured-box-left.has-img img,
	.featured-box-right.has-img img {
		max-width: none;
		height: 100%;
		width: auto;
	}
	.featured-box-left.has-img img {
		position: absolute;
		right: 0;
		top: 0;
	}
	.featured-box-right.has-img img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.featured-box-left.has-img.about-sp img,
	.featured-box-right.has-img.about-sp img {
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
	}
	
	.featured-box-right.has-img.about-sp img {
		border-bottom: none;
		border-right: 6px solid #F09EC0;
	}
	
	.featured-box-right.has-img.about-service img.home-featured-image {
		width: 100%;
		height: auto;
		position: unset;
		border-bottom: none;
		border-right: 6px solid #F09EC0;
		left: unset;
		top: unset;
	}
	
	.mob-hide {
		display: inline-block;
	}
	
	.home-tour-diary h2 {
		font-size: 4.5625rem;
		line-height: 4rem;
		margin: 0 0 10px 0;
	}
	
	/* TOUR DIARY LIST STYLE */
	
	.tour-diary-block {
		width: 100%;
		display: block;
		float: left;
		clear: both;
		margin: 0 0 40px 0;
	}

	.tour-diary-block .td-row {
		width: 100%;
		display: table;
		float: left;
		clear: both;
		margin: 0 0 0 0;
	}
	.tour-diary-block .td-row:first-of-type {
		padding: 0 0 0 15px;
	}
	.tour-diary-block .td-row .td-row-title {
		width: 12.2%;
		display: block;
		float: left;
		clear: none;
		margin: 0;
	}
	.tour-diary-block .td-row .td-row-title:nth-of-type(2) {
		width: 38%;
	}
	.tour-diary-block .td-row .td-row-title:nth-of-type(3) {
		width: 9.3%;
	}
	.tour-diary-block .td-row .td-row-title:nth-of-type(4) {
		width: 11%;
	}
	.tour-diary-block .td-row .td-row-title:last-of-type {
		width: 14.8%;
	}
	.tour-diary-block .td-row .td-row-content-block {
		width: 100%;
		display: table-cell;
		float: left;
		clear: both;
		margin: 0 0 0 0;
	}
	.tour-diary-block .td-row .td-row-btn {
		width: 15%;
		display: table-cell;
		float: none;
		margin: 0 0 0 0;
		background-color: #A6A6A6;
		vertical-align: middle;
	}
	
	.tour-diary-block .td-row .td-row-content-block .td-row-content {
		width: 14%;
		display: block;
		float: left;
		clear: none;
		margin: 0;
		padding: 0 5px;;
	}
	.tour-diary-block .td-row .td-row-content-block .td-row-content:nth-of-type(2) {
		width: 45%;
	}
	.tour-diary-block .td-row .td-row-content-block .td-row-content:nth-of-type(3) {
		width: 11%;
	}
	.tour-diary-block .td-row .td-row-content-block .td-row-content:nth-of-type(4) {
		width: 13%;
	}
	.tour-diary-block .td-row .td-row-content-block .td-row-content:nth-of-type(5) {
		width: 16%;
	}
	
	/* TOUR DIARY LIST STYLE */

	.home-full-ad-wrapper {
		min-height: 560px;
	}
	.home-full-ad {
		min-height: 560px;
	}
	.home-full-ad-text h2 {
		font-size: 3.5rem;
		line-height: 3.2rem;
	}
	
	.support-logos {
		padding: 50px 0;
	}
	img.support-logo {
		height: 80px;
		margin: 0 50px 0 0;
	}
	
	.child-page-block {
		width: 50%;
	}
	.child-page-block a span {
		margin: 30% 0 0 0;
	}
	.child-page-block a:hover span {
		margin: 29% 0 0 0;
	}
	
	.forcefullwidth_wrapper_tp_banner {
/*		margin-top: -97px!important;*/
	}
	
	/* SLIDE OVERLAYS */

/*	ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-caption .slide-overlay {
		display: block;
		width: auto;
		max-width: 50%;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 20px;
		text-align: center;
	}
	ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-caption .slide-ovelray p.slide-title {
		color: #FFF;
		font-family: 'Lato', serif;
		font-weight: 300;
		font-size: 2.5rem;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-caption .slide-ovelray p.slide-caption {
		color: #FFF;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 2.5rem;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}*/
	
	.slide-overlay {
		display: block;
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	p.slide-title {
		color: #FFF;
		font-family: 'Lato', serif;
		font-weight: 300;
		font-size: 1.5rem!important;
		margin: 0 0 10px 0!important;
		padding: 0;
		text-transform: uppercase;
		text-align: center;
	}
	p.slide-caption {
		color: #FFF;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 0.75rem!important;
		line-height: 17px!important;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		text-align: center;
	}

	/* SLIDE OVERLAYS */
	
	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: 0;
	}
	.nav-links .nav-title {
		padding: 0 0 0 30px;
	}
	
	.image-block {
		width: 32%;
		clear: none;
		margin: 0 1.33% 20px 0;
	}
	.image-block:nth-of-type(3n),
	.image-block:last-of-type {
		margin: 0 0 20px 0;
	}
	
	.sub-heading {
		font-size: 0.75rem;
	}
	.kind-words h3 {
		font-size: 1.75rem;
	}
	.kind-words-content p {
		font-size: 1rem;
	}
	.featured-box-left.about-sp p {
		text-align: left;
	}
	.featured-box-left.about-sp h2,
	.featured-box-left.about-sp h4 {
		font-size: 1.75rem;
		padding: 35px 0 0 0;
		text-align: left;
	}
	.featured-box-left.services h2 {
		padding: 15px 0 0 0;
	}
	.home-content-container h4 {
		font-size: 1.75rem;
	}
	.accreditations .accreditation-image-block {
		margin: 30px 10px 30px 10px;
		height: 100px;
	}
	.accreditations p {
		margin: 0 10% 1.5em 10%;
	}
	
	.paws-block-left {
		top: 25px;
		left: 25px;
		width: 76px;
		height: 87px;
		background-image: url(assets/images/icons/paws-left.png);
		background-size: 76px auto;
	}
	.paws-block-right {
		top: 25px;
		right: 25px;
		width: 76px;
		height: 87px;
		background-image: url(assets/images/icons/paws-right.png);
		background-size: 76px auto;
	}
	.featured-box-left.about-sp .paws-block-left {
		display: none;
	}
	.featured-box-left.about-sp .paws-block-right {
		top: 65px;
		right: 25px;
		width: 76px;
		height: 87px;
		background-image: url(assets/images/icons/paws-right.png);
		background-size: 76px auto;
	}
	.featured-box-left.services .paws-block-right {
		top: 5px;
	}
	.testimonial-block {
		margin: 80px 0 0 0;
		display: inline-block;
		background-color: #E9F5F9;
	}
	.home-testimonial-img {
		width: 40%;
		float: left;
		display: inline-block;
		margin: 0 0 0px 0;
		-webkit-border-radius: 0 90px 90px 0;
		-moz-border-radius: 0 90px 90px 0;
		border-radius: 0 90px 90px 0;
		overflow: hidden;
		min-height: 400px;
		height: 500px;
	}
	.home-testimonial-img img {
		min-width: 100%;
		height: 100%;
		width: auto;
		max-width: none;
	}
	
	.home-testimonial-text {
		width: 60%;
		float: left;
		display: inline-block;
		margin: 0px 0 0px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 60px 110px 60px 120px
	}
	
	.quotation-block-left {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 60px;
		height: 45px;
		background-image: url(assets/images/icons/quotation-open-icon.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 60px auto;
		opacity: 0.8;
	}
	.quotation-block-right {
		position: absolute;
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 45px;
		background-image: url(assets/images/icons/quotation-close-icon.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 60px auto;
		opacity: 0.8;
	}
	
	.large_img {
		height: 650px;
		background-attachment: fixed;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-bottom: 40px;
	}
	
	.featured-box-right.has-img .accreditation-logos img.accreditation-logo {
		margin: 25px 15px 25px 15px;
		height: 80px;
	}
	
	
	
	.entry-content.services-reviews-container,
	body.page-two-column:not(.archive) #primary .entry-content.services-reviews-container,
	.wrap.services-reviews-container {
		padding: 0 1em 0 1em;
	}
	.services-reviews-container .quotation-block-left {
		left: 1%;
	}
	.services-reviews-container .quotation-block-right {
		right: 1%;
	}
	.service-review-1 {
		width: 35%;
		display: inline-block;
		margin: 30px 5% 30px 10%;
		float: left;
		text-align: left;
	}
	.service-review-2 {
		width: 35%;
		display: inline-block;
		margin: 30px 10% 30px 5%;
		float: left;
		text-align: left;
	}
	
	.favourites_block {
		width: 33.33%;
		display: inline-block;
		margin: 0;
		height: 200px;
		overflow: hidden;
	}
	.favourites_block img {
		z-index: 1;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		max-width: 125%;
	}
	.DDhalf {
		max-width: 400px!important;
/*    	margin: 0 auto!important;*/
	}
	.DDquarter {
		max-width: 200px!important;
/*    	margin: 0 auto!important;*/
	}	
	
}
/* END @MEDIA SCREEN AND (MIN WIDTH 48EM) */




@media screen and (min-width: 60em) {

	.home-featured-box {
		height: 310px;
		margin-bottom: 1rem!important;
		text-align: center!important;
	}






}











@media screen and (min-width: 68em) {
	
	.hiw-block,
	.hiw-block:nth-of-type(odd),
	.hiw-block:nth-of-type(even) {
		width: 23%;
		margin: 0 2.33% 0 0;
	}
	.hiw-block:first-of-type {
		width: 23%;
		margin: 0 2.33% 0 0.5%;
	}
	.hiw-block:last-of-type {
		width: 23%;
		margin: 0 0.5% 0 0;
	}
	
	.home-testimonial-img img {
		min-width: 100%;
		max-width: 120%;
		height: auto;
	}
	
	.home-testimonial-text {
		width: 60%;
		float: left;
		display: inline-block;
		margin: 90px 0 50px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 60px 10% 60px 180px
	}
	
	.quotation-block-left {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 100px;
		height: 70px;
		background-image: url(assets/images/icons/quotation-open-icon.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100px auto;
		opacity: 0.8;
	}
	.quotation-block-right {
		position: absolute;
		bottom: 30px;
		right: 10%;
		width: 100px;
		height: 70px;
		background-image: url(assets/images/icons/quotation-close-icon.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100px auto;
		opacity: 0.8;
	}
	
	.favourites_block {
		width: 33.33%;
		display: inline-block;
		margin: 0;
		height: 300px;
		overflow: hidden;
	}
	
	.favourites_block img {
		z-index: 1;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		max-width: 110%;
	}
	.home-featured-box {
		height: 340px;
		margin-bottom: 1rem!important;
	}
	

}
















@media screen and (min-width: 100em) {
	
	.single-featured-image-header {
		max-height: 730px;
	}
	.single-featured-image-header img {
		margin-top: -6%;
	}
	
	.testimonial-block {
		background-color: transparent;
	}
	.home-testimonial-img {
		width: 40%;
		float: left;
		display: inline-block;
		margin: 0 0 50px 0;
		-webkit-border-radius: 0 90px 90px 0;
		-moz-border-radius: 0 90px 90px 0;
		border-radius: 0 90px 90px 0;
		overflow: hidden;
		min-height: 400px;
		height: 500px;
	}
	.home-testimonial-img img {
		min-width: 100%;
		max-width: 120%;
		height: auto;
	}

}











/* Miscellaneous */

.red,
.required {
	color: #BE1621;
}
.black {
	color: #000000;
}
.burgundy {
	color: #81243F;
}
.pink {
	color: #F09EC0;
}
.light-pink {
	color: #F5BBD3;
}
.blue {
	color: #C9E7EF;
}
.light-blue {
	color: #E9F5F9;
}

/* Miscellaneous */
