  /* 
Theme Name: Woof n Wanders
Theme URI: 
Author: Lebus Global
Version: 2.0 
Tags: Simple, effective 
*/ 
 /* Global Styles - Start */

	body {
		margin: 0;
		padding: 0;
		background-color: #bbd5ec;
		color: black;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		line-height:1.7;
	}

a:link, a:visited {
	text-decoration: none;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


	
	
	p, h2 {
		padding: 0;
		margin: 0;
	}
	
	h2 {
		font-weight: 600;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
			/*GridCols*/
	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}
	
	.col {
		padding:1em;
		margin: 8px;
	}
	
	
	[class*='col-'] {
		width:100%;
		float: left;
		min-height: 1px;
	}
	
	.col-mob-1 {width:8.33333%;}
	.col-mob-2 {width:16.66667%;}
	.col-mob-3 {width:25%;}
	.col-mob-4 {width:33.33333%;}
	.col-mob-5 {width:41.66667%;}
	.col-mob-6 {width:50%;}
	.col-mob-7 {width:58.33333%;}
	.col-mob-8 {width:66.66667%;}
	.col-mob-9 {width:75%;}
	.col-mob-10 {width:83.33333%;}
	.col-mob-11 {width:91.66667%;}
	.col-mob-12 {width:100%;}
	
	.header {
		overflow: hidden;
		height: auto;
		padding: 10px;
	}
	
	.row_container, .section_container, .section_container_about, .content{
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}

.right_image {
	height: 450px;
	background-size: cover;
	background-position: center;
}
	
	.button_container {
		text-align: right;
		padding: 5px;
	}
	
	.book_now:link, .book_now:visited {
		text-align: center;
		color: white;
		text-decoration: none;
		padding: 10px;
		border-radius: 20px;
		background-color: #d3944a;
		border: thin white solid;
		display: inline-block;
		width: 30%;
	}
	
	.book_now:hover {
		background-color: #7f5025;
	}
	
	.logo {
		width: 50%;
		margin: 0 auto;
	}
	
		.image_break {
		background-image: url("https://woofnwanders.co.uk/wp-content/uploads/2026/01/break.jpeg");
		background-position: center;
		background-size: cover;
		overflow: hidden;
			height: 600px;
	}
	
	.hero {
		background-image: url("https://woofnwanders.co.uk/wp-content/uploads/2026/01/Hero-scaled.jpeg");
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}
	
	.hero_text {
		background-color: rgba(0,0,0,0.35);
		margin:20px;
		color: white;
		height: auto;
		text-align: center;
		padding-top: 20%;
		padding-bottom: 150px;
	}

	.hero_pages {
		background-image: url("https://woofnwanders.co.uk/wp-content/uploads/2026/01/Hero-scaled.jpeg");
		background-position: center;
		background-size: cover;
		overflow: hidden;
	}
	
	.hero_text_pages {
		background-color: rgba(0,0,0,0.35);
		margin:20px;
		color: white;
		height: auto;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.row1 {
		padding: 10px;
		height: auto;
		overflow: hidden;
	}
	
	.image, .box {
		height: 300px;
		background-position: center;
		background-size: cover;
	}
	
	.box_text {
		padding: 5px;
		text-align: center;
		color: black !important;
		background-color: white;
		min-height: 180px;
	}
	
	.service_link:link, .service_link:visited {
		padding: 5px;
		display: block;
	}
	
	
	.contact_us {
		height: auto;
		padding: 10px;
	}
	
	.footer {
		text-align: center;
		padding: 10px;
	}

.footer_logo {
	width: 200px;
	margin: 0 auto;
}
	
	
	 @media only screen and (min-width: 768px) {
        		.col-dt-1 {width:8.33333%;}
	.col-dt-2 {width:16.66667%;}
	.col-dt-3 {width:25%;}
	.col-dt-4 {width:33.33333%;}
	.col-dt-5 {width:41.66667%;}
	.col-dt-6 {width:50%;}
	.col-dt-7 {width:58.33333%;}
	.col-dt-8 {width:66.66667%;}
	.col-dt-9 {width:75%;}
	.col-dt-10 {width:83.33333%;}
	.col-dt-11 {width:91.66667%;}
	.col-dt-12 {width:100%;}
		 
		 
		 .hero {
			 position: relative;
height: 700px;
		 }
		 
		 .hero_text {
			 position: absolute;
			 right: 0;
			 text-align: center;
			 width: 50%;
			 top:0;
			 bottom: 0;
			 margin:0;
			vertical-align: middle;
		 }
		 
	}