/*!
Theme Name: gdw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdw
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.

gdw 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



.btn-primary {
	background-color: #414141;
	border: 0;
	color: #fff !important;
	border-radius: 0;
}





/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/

.site {
	max-width: 2400px;
	margin: auto;
}

.site-content {
       padding:0 4em;
}

.container {
	max-width: 1400px;
	margin: auto;
	padding: 0 20px;
}

.container-lg {
	max-width: 1000px;
   margin: auto;
}

.container-md {
	max-width: 800px;
   margin: auto;
}

.container-sm {
	max-width: 600px;
   margin: auto;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #3a3a3a;
    font-family: 'proxima-nova', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
    margin-bottom: 1em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
## FONTS
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6,
.main-navigation,
button,
.hero {
font-family: balboa-plus-fill, sans-serif; 
}

.site-branding {
    font-family: balboa-plus-primary, sans-serif;
    font-size: 2.9em;
}

/*--------------------------------------------------------------
# Choose Colours
--------------------------------------------------------------*/

.bg-1 {
	background: #fbf3e8;
}

.bg-2 {
	background: #6a6969;
   color:#fff;
}

.bg-3 {
	background: #a2bf9a;
   color: #fbf3e8;
}

.bg-3  a {
    color: #fbf3e8;
}

.bg-3  a:hover {
    color: #dc643d;
}

.bg-4 {
	background: #414141;
}

.site {
    background:#e7dfd4;
}

.site-info {
    background: #c85029;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: balboa-plus-inline, sans-serif;
}

.site-info a {
	color: #fff !important;
}

.site-footer {
    background: #dc643d;
    color: #fff;
}

.site-footer a {
	color: #fff;
}

ul#footer-menu-1 a, ul#footer-menu-2 a {
    	color: #fff;
}

.site-footer .fa {
	 color: #fff;
}

.site-footer .fa:hover {
	 color: #867878;
}	 

a {
	color: #414141;
}

a:visited {
	color: #414141;
}

a:hover, a:focus, a:active {
	color: #a2bf9a;
}

ul#footer-menu-1 a:hover, ul#footer-menu-2 a:hover {
    	color: #a2bf9a;
}

.main-navigation a, .site-branding a {
	color: #dc643d;
}

.main-navigation li a:hover, .main-navigation li:hover a {
	color: #a2bf9a;
}

.header-page h1 {
	color: #fff
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	transition: 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #a2bf9a;
   border: 2px solid #a2bf9a;
}

button.light {
  	color: #fbf3e8;
   border: 2px solid #fbf3e8;  
}

button.light:hover {
  	color: #a2bf9a;
   border: 2px solid #a2bf9a;  
}

button.border {
    border: 2px solid #414141 !important;
    color: #414141 !important;
}


button.border:hover {
    border: 2px solid #867878 !important;
    color: #867878 !important;
}

.c-hamburger span {
  background:#dc643d;
}

.c-hamburger span::before,
.c-hamburger span::after {
  background-color:#dc643d;
}

.bg-2 {
    color: #fbf3e8;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/

.pad-1-0 {
	padding: 1em 0;
}

.pad-2-0 {
	padding: 2em 0;
}

.pad-3-0 {
	padding: 3em 0;
}

.pad-4-0 {
	padding: 5em 0;
}

.pad-1-1 {
	padding: 1em 1em;
}

.pad-2-1 {
	padding: 2em 1em;
}

.pad-3-1 {
	padding: 3em 1em;
}

.pad-4-1 {
	padding: 4em 1em;
}

.pad-1-2 {
	padding: 1em 2em;
}

.pad-2-2 {
	padding: 2em 2em;
}

.pad-3-2 {
	padding: 3em 2em;
}

.pad-4-2 {
	padding: 4em 2em;
}

.pad-4-2-1 {
	padding: 4em 2em 1em;
}

.pad-1-3 {
	padding: 1em 3em;
}

.pad-2-3 {
	padding: 2em 3em;
}

.pad-3-3 {
	padding: 3em 3em;
}

.pad-4-3 {
	padding: 4em 3em;
}

.pad-1-4 {
	padding: 1em 4em;
}

.pad-2-4 {
	padding: 2em 4em;
}

.pad-3-4 {
	padding: 3em 4em;
}

.pad-4-2 {
    padding: 4em 2em;
}

.pad-4-4 {
	padding: 4em 4em;
}

.pad-4-5 {
	padding: 4em 5em;
}

.pad-5-6 {
	padding: 5em 6em;
}

.pad-6-7 {
	padding: 6em 7em;
}

.pad-0-1 {
	padding: 0 1em;
}

.pad-0-2 {
	padding: 0 2em;
}

.pad-0-3 {
	padding: 0 3em;
}

.pad-0-4 {
	padding: 0 4em;
}

.pad-3-0-2 {
    padding: 3em 0 2em;
}

.pad-4-0-3 {
    padding: 4em 0 3em;
}

.pad-5-0-4 {
    padding: 5em 0 4em;
}

.pad-6-0-5 {
    padding: 6em 0 5em;
}

.pad-7-0-6 {
    padding: 7em 0 6em;
}

.pad-5-0 {
    padding: 5em 0;
}

.sectionpad {
    padding: 5em 20px;
}

.pad-0-0-5 {
    padding: 0 0 5em;
}

.pad-right {
    padding-right: 3em;
}

.pad-left {
    padding-left: 3em;
}

.page-id-12 .pad-right {
    padding-right: 1.5em;
}

.page-id-12 .pad-left {
    padding-left: 1.5em;
}
    
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-info {
	font-size: 11px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
}

.site-footer img {
	max-width: 110px;
   width: 100%;
}

.site-footer .fa, .site-footer .fas {
	 transition: 0.3s ease-in-out;
    padding-right: 10px;
}

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

.site-footer ul.social .fa {
	font-size: 2em;
}

span.contact {
    font-size: 1.3em;
    font-family: balboa-plus-inline, sans-serif;
    padding-right: 2em;
}

.contact-wrap {
    width: 89%;
    float: right;
    text-align: right;
    padding: 2em 0;
}

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

.site-header {
    width: 100%;
    background: #e7dfd4;
    padding: 0 3em;
}


.site-branding {
	float: left;
	padding-top: 5px;
   padding-bottom: 5px;
}
.site-branding img {
	max-width: 120px;
	width: 100%;
}

.header-page {
    background-position: center;
    height: 500px;
    background-size: cover;
    margin: 0 4em;
}

.header-wrap {
    display: flex;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    padding: 0 3em;
    background: rgba(162,191,164,0.6);
    max-width: 480px;
    max-width: 435px;
    margin-left: 1em;
    
}

.page-id-217 .header-wrap {
        background: rgba(162,191,164,0.8);
}

.header-page h1 {
    color: #e7dfd4;
    font-family: balboa-plus-inline, sans-serif;
    line-height: 1;
    font-weight: 600;
    font-size: 6em;
}

.page-id-219 .header-page {
    background-position: bottom;
}

.header-container {
    max-width: 1400px;
    margin: auto;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	width: 100%;
   max-width:500px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: space-between;

}


.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    display: none; /* Added */
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    /* left: auto; */
    display: block; /* Added */
}

.main-navigation ul ul li a {
    padding: 15px;
}

.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;
   color: #414141;
}

.main-navigation ul ul a:hover {
   color: #fff;
}

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

.main-navigation li {
		float: left;
		position: relative;
}

.main-navigation li a {
    padding: 25px 20px 15px;
    font-size: 1.3em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}




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

@media screen and (min-width: 750px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.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%;
}



.menu-toggle .main-navigation ul {
	display:none;
}

button.c-hamburger:hover {
    background: transparent;
}

.c-hamburger {
  display:none;
  position: relative;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  width: 20px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 3px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}

.c-hamburger span::before {
    top: -7px;
}

.c-hamburger span::after {
     bottom: -7px
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

button.menu-toggle {
    margin-top: 20px;
}


/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/

ul.slides {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

.landing-image {
	height:350px;
	background-size:cover;
	background-position:center center;
	background-attachment: fixed;
	position:relative;
}

.landing-text {
    position: absolute;
    top: 40%;
    left: 3em;
    font-size: 2em;
    max-width: 780px;
    color: #fff;
    line-height: 1.4;
}

.flexslider .slider-container {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    right: 0;
    padding: 0 20px;
}

.slider-image, .slider-text {
    height:86vh;
    min-height: 600px;
}
.slider-text {
    position: relative;
    max-width: 520px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2em 4em 6em;
    top:0;
    bottom: 0;
    height: 700px;
    max-width: 480px;
}

.slider-wrap {
    background: #a2bf9a;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 700px;
    max-width: 480px;
    opacity: 0.6;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.slider-image {
    background-size: cover;
    background-position: center;
}

.hero {
	font-size: 7em;
	color: #e7dfd4;
   font-family: balboa-plus-inline, sans-serif;
    line-height: 1;
    font-weight: 600;
}

.hero span {
    font-size: 0.5em;
}

.hero h1 {
    font-size: 1em;
	color: #e7dfd4;
   font-family: balboa-plus-inline, sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

button.slider {
    display: block;
    border: 2px solid #dc643d;
    background: rgba(255,255,255,0.6) !important;
    padding: 10px 30px;
    margin-top: 2em;
    color: #dc643d;
    font-family: balboa-plus-fill, sans-serif;
    font-size: 20px;
}

ul.flex-direction-nav {
	display:none;
}



.flexslider {
    border: none !important;
    margin: 0 auto !important;
    background: #fbf3e8 !important;
}



.flex-control-paging li a {
    background: #fff;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 0em !important;
    box-shadow: none !important;
    width: 15px !important;
    height: 15px !important;
}


.flex-control-paging li a.flex-active {
    background: #fff !important;
}

.flex-control-paging li a, .flex-control-paging li a.flex-active {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0px;
}

.flex-control-paging li a {
    height: 20px !important;
    width: 20px !important;
	opacity:0.6 !important;
}

ul.flex-direction-nav {
	display:block;
}

.flex-direction-nav a {
    opacity: 1 !important;
    line-height: 55px;
    height: 70px;
}
.flex-direction-nav .flex-prev {
    left: 4em !important;
}
.flex-direction-nav .flex-next {
    right: 4em !important;
}

.flex-control-paging li a.flex-active {
	opacity:1 !important;
}

.flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 100;
}

.flex-direction-nav a.flex-next::before {
    content: '\f105';
}

.flex-direction-nav a::before {
    font-family: "FontAwesome";
    font-size: 80px;
    display: inline-block;
    content: '\f104';
    color: #fff;
    text-shadow: none;
}


/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.testimonials .flexslider {
    background: none !important;
}

.testimonial-slider {
	padding: 0;
}

.testimonial-title {
    font-size: 3em;
    padding: 0;
    margin-top: 20px;
    font-family: balboa-plus-primary, sans-serif;
    color: #dc643d;
}

.flexslider .testimonials img {
    height: auto;
    -moz-user-select: none;
    max-width: 150px;
    margin: 0 auto;
	width:auto;
}


li.testimonials {
    background: none;
	text-align: center;

}

li.testimonials p {
	margin: 2em auto 1em;
       color: #3a3a3a;
    font-size: 1.3em;
}



li.testimonials strong {
    color: #dc643d;
    font-weight: 700;
    font-size: 1em;
}

.testimonials .flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 100;
}

.testimonials .flex-direction-nav a::before {
    color: #a2bf9a;
}

.testimonials .flex-control-nav {
    display: none;
}

.testimonials .flex-active-slide {
    margin: auto;
    display: block;
}

.testimonial-wrapper {
    max-width: 80%;
    margin: auto;
}

.testimonials .flex-direction-nav .flex-prev {
    left: 0em !important;
}
.testimonials .flex-direction-nav .flex-next {
    right: 0em !important;
}




/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.gallery {
	margin-top: 4em;
}

.gallery-image {
	height: 250px;
	background-size:cover;
	background-position:center center;
	position:relative;
}

ul.gallery {
	margin: 0 auto;
	padding: 0;
	display: table;
	width: 100%;
}

ul.gallery li {
	display: inline-block;
	width: 23.5%;
	list-style: none;
	margin: 0.6%;
}

.pagination {
	text-align: center;
	margin-top: 2em;
}

.pagination a, .pagination a:visited {
	color: #7C7C7C;
}





/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

ul.grid {
	width:100%;
	padding:0;
	margin:0;
   list-style: none;
	display:flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

ul.grid li {
    width: 32%;
    margin: 1% 1% 1%;
}

ul.grid li:first-child {
        margin: 1% 1% 1% 0;
}

ul.grid li:nth-child(3n) {
        margin: 1% 0 1% 1%;
}

ul.grid li:nth-child(3n+1) {
        margin: 1% 1% 1% 0;
}

ul.grid li p {
	margin:3px 0;
}

ul.grid li h4 {
	margin-top: 10px;
}

.wrap {
	padding: 1em;
}

li.box {
	width:31.3%;
	margin: 1%;
	display:block;
	float:left;
	background:#fbf3e8;
}


li.box .wrap {
	padding: 30px 30px 40px;
}

li.border-box {
	margin: 1%;
	width:31.3%;
	display:block;
	float:left;
	background:#fff;
}

li.border-box .wrap {
	padding: 1em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.custom-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

a.moretag {
    display: block;
    margin-top: 10px;
}



/*--------------------------------------------------------------
## Custom Table
--------------------------------------------------------------*/

.custom-table {
	display:table;
	width:100%;
	padding:0;
	margin:0;
}

.custom-row {
	display:table-row;
}

.custom-col {
	display:table-cell;
	vertical-align: middle;
	background-size:cover;
	background-position:center;
}

.col-1-2 {
	width:50%;
}

.col-1-3 {
	width:33.3%;
}

.col-2-3 {
	width:66.6%;
}

.col-1-4 {
	width:25%;
}

.col-3-4 {
	width:75%;
}


/*--------------------------------------------------------------
## Repeater
--------------------------------------------------------------*/

ul.repeater {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}
ul.repeater li:nth-child(even) .repeater-image {
	float: left;
}
ul.repeater li:nth-child(2n) .repeater-text {
    float: right;
}
.repeater-wrap {
	display:table;
	padding: 0;
	margin: 0;
	width: 100%;
}

.repeater-image {
	width: 50%;
	float: right;
	min-height: 470px;
	background-size: cover;
	background-position: center;
}
.repeater-text {
    width: 50%;
    float: left;
    min-height: 470px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.posted-on {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85em;
}

/*--------------------------------------------------------------
## Search & Filter
--------------------------------------------------------------*/

.searchandfilter ul {
    margin: 0;
    padding: 0;
}

.searchandfilter ul li {
    display: inline-block;
}

.searchandfilter li[data-sf-field-input-type="radio"] label {
    background: #ddd;
    padding: 10px 20px;
    margin: 0 20px;
}

.searchandfilter li:first-child[data-sf-field-input-type="radio"] label {
    padding: 10px 20px;
    margin: 0 20px 0 0;
    transition: 0.3s ease-in-out;
}

.searchandfilter li[data-sf-field-input-type="radio"] label:hover {
    background: #414141;
    color: #fff;
}

.searchandfilter ul input[type="radio"], .searchandfilter input[type="radio"] {
    display: none;
}



/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography General
--------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
}

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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: block;
    border: 2px solid #dc643d;
    background: transparent !important;
    padding: 10px 30px;
    margin-top: 2em;
    color: #dc643d;
    font-family: balboa-plus-fill, sans-serif;
    font-size: 20px;
}



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: #454545;
	border: 0px;
	border-radius: 0px;
	padding: 19px;
	background:#fbf3e8;
	width:100%;
	margin: 5px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}


select {
	color: #969696;
	border: 0px;
	border-radius: 0px;
	padding: 15px 15px 15px 10px;
	background: #ddd;
	width:100%;
}

textarea {
	width: 100%;
	margin-bottom: 8px;
   height: 140px;
}



/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/



.accordion ul {
    margin: 0;
    padding: 0;
}


.accordion ul li {
    list-style: none;
    border-bottom: 10px solid #fff;
}

.accordion-inner {
    border: 1px solid #ddd;
    padding: 3em;
}

.accordion-inner ul {
    margin: 0 0 0 1.5em;
}

.accordion-inner ul li {
    list-style: inherit;
    padding-bottom: 5px;
}

.accordion-2 {
position: relative;
}


.accordion-2 ul {
    margin: 0;
    padding: 0;
}


.accordion-2 ul li {
    list-style: none;
}

.accordion-2 button::after {
	content: "\f107";
   font-family: FontAwesome;
	color: #fff;
	top: 0.6em;
	right: 20px;
   position: absolute;
   font-size: 1.8em;
}

.accordion-2 button[aria-expanded="true"]::after {
    content: "x";
    font-family: 'Varela Round', sans-serif;
    top: 19px;
    font-size: 1.2em;
}

.accordion-2 button:hover::after {
    color: #fff;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

button.border {
    background: none;
}

button.wide {
    width: 100%;
}


/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/


.nav-tabs {
    border-bottom: 0;
    margin: 0 auto 4em;
}


.tab-content .fade {
    background: transparent;
}

.nav-tabs .nav-link {
    background: #151e29;
    border: 0;
    color: #fff;
    padding: 1em 4em;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs .nav-link:hover {
    background-color: #8dc63f;
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #8dc63f;
        color: #000;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.grecaptcha-badge {
    z-index: 99;
}


.coursebooking a {
    color: #fbf3e8;
}

.coursebooking a:hover {
    color: #dc643d;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #d96443;
    padding: 1em;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    padding: 1em;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0px 1em;
}


.mobile {
    display: none;
}

.mobile-767 {
    display: none;
}

img.dog {
margin-right: 30px;
width: 70px;
margin-top: 2px;
border-radius: 5px;
}

.contactdeets {
    margin-top: 3em;
}

.contactdeets i {
        margin-right: 10px;
    color: #dc643d
}

.page-id-12 .wpcf7 input[type="submit"] {
    border: 2px solid #dc643d;
    color: #dc643d;
}

.page-id-12 .wpcf7 input[type="submit"]:hover {
    border: 2px solid #a2bf9a;
    color: #a2bf9a;
}


ul.services-list h4 {
    font-size: 1.8em;
}

ul.services-list ul {
    list-style: circle;
    padding: 0;
    margin: 20px 10px 0;
    color: #dc643d;
}

ul.services-list ul li {
    margin: 1% !important;
    width: 100%;
        padding: 0 5px !important;
}

ul.services-list ul li strong {
    color: #222;
    font-weight: 400;
    font-size: 1.1em;
}

ul.sections ul {
    list-style: circle;
    margin: 20px !important;
    padding: 0 !important;
    color: #dc643d;
}

ul.sections ul li strong {
    color: #222;
    font-weight: 400;
}

ul.sections ul li {
    padding: 0 5px !important;
}

.bookyourcourse {
    margin-top: 5em;
}

.bookyourcourse p {
        font-size: 1.2em;   
}
.bookyourcourse .wpcf7 p {
    font-size: 0.95em !important;
}

.bookyourcourse table.contact-details {
    margin-top: 1em;
    font-size: 1.4em;
}

.wpcf7 input[type="submit"] {
    margin-top: 5px;
    border: 2px solid #fbf3e8;
    color: #fbf3e8;
}

.wpcf7 input[type="submit"]:hover {
    border: 2px solid #dc643d;
    color: #dc643d;
}



span.booked {
    background: #be461f;
    color:#fff;
    padding: 5px 8px;
    border-radius: 3px;
}
ul.sections {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sections li {
    padding: 50px 0 30px;
    border-bottom: 2px solid #dc643d;
}

ul.sections li:last-child {
    border-bottom: 0;
}

ul.sections ul {
    margin: 0 0 40px;
}

ul.sections ul li {
    border-bottom: 0;
    padding: 0;
}

ul.sections h4 {
    margin-bottom: 1em;
}

ul.dates {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

ul.dates li {
    padding: 13px 0;
    border-bottom: 1px dashed #e7dfd4;
}

ul.dates li:last-child {
    border-bottom: 0;
}

.course-intro {
    font-size: 1.2em;
    font-weight: 400;
}

.coursedeets {
    font-family: balboa-plus-fill, sans-serif;
    font-size: 1.3em;
}
.coursedeets span {
    color: #dc643d;
    margin-right: 10px;
}

.doubleborder {
    border: 6px double #e7dfd4;
    padding: 0 20px;
}

li.three {
    margin-top: 0;
    margin-bottom: 0;
}

.inner {
    max-width: 400px;
    margin: 4em auto;
}

.box-image {
    height: 300px;
    background-size: cover;
}

.centertext {
    text-align: center;
}

ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list li {
    display: inline-block;
    padding: 0 15px;
}

ul.list li::after {
    content: '||';
    color: #dc643d;
    padding: 0 0 0 30px;
}

ul.list li:last-child::after {
    display: none;
}

ul.list h4 {
    display: inline;
}

.centertext ul.list {
    text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-id-12 .fa {
	font-size: 20px;
	padding-bottom: 15px;
}

table.contact-details {
	 margin-top: 4em;
}

ul.social {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 }

ul.social li {
	 display: inline-block;
	 padding: 0 8px;
}

ul.social li:first-child {
	 display: inline-block;
	 padding: 0 8px 0 0;
}
	 
.page-id-3 h4 {
	 margin-top: 2em;
}

.no-results {
    text-align: center;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Wordpress 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;
}




/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/

@media (max-width:1560px) {
    .site-header .container {
        padding: 0 4em;
    }
    .header-container {
        padding: 0 4em;
    }
    .flexslider .slider-container {
                padding: 0 5em;
    }
}


@media (max-width:1330px) {
.bookyourcourse table.contact-details {
    margin-top: 1em;
    font-size: 1.1em;
}
}



@media (max-width:1250px) {
.site-header .container {
    padding: 0 2em;
    max-width: 100%;
}
}

@media (max-width:1150px) {
.flexslider .slider-container {
    padding: 0 2em;
}
.header-container {
    padding: 0 1em;
}
.pad-4-2-1 {
    padding: 4em 0em 1em;
}
}

@media (max-width:1125px) {
.main-navigation li a {
    padding: 25px 10px 15px;
    font-size: 1.2em;
}
.main-navigation {
    max-width: 440px;
}
.contactdeets {
font-size: 1.2em;
}
}

@media (max-width:1065px) {
.site-content {
    padding: 0 2em;
}
.site-header {
    padding: 0 1em;
}
.site-footer img {
    max-width: 70px;
    margin-top: 15px;
}
.header-page {
    margin: 0 2em;
}
}

@media (max-width:1020px) {
.site-branding {
    font-family: balboa-plus-primary, sans-serif;
    font-size: 2.4em;
}
img.dog {
    margin-right: 15px;
    width: 60px;
    margin-top: 2px;
}
.site-branding {
    padding-top: 8px;
    padding-bottom: 5px;
}
.main-navigation li a {
    padding: 22px 10px 15px;
}
.slider-text {
    padding: 2em 2em 6em;
    max-width: 410px;
}
.slider-wrap {
    max-width: 410px;
}
.site-footer {
    font-size: 0.9em;
}
.coursedeets .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.coursedeets .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
 .coursedeets .col-md-5 {
        flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
 }
 .doubleborder .pad-4-2 {
    padding: 2em 0em;
}
.bookyourcourse {
    margin-top: 3em;
}
.pad-right {
    padding-right: 1em;
}
.contactdeets .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.contactdeets .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.contactdeets .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
}

@media (max-width:1000px) {
    td.icon {
        display: none;
    }
}

@media (max-width:935px) { 
.coursebooking .pad-2-2 {
    padding: 1em 1em;
}
}


@media (max-width:920px) { 
.main-navigation {
    max-width: 410px;
}
span.address {
    width: 100%;
    display: block;
}
span.phone {
    padding-right: 0;
}
.site-footer img {
    margin-top: 28px;
}
}

/*Width Menu Goes Responsive*/

@media (max-width:900px) { 
.c-hamburger {
	display: block;
}
.main-navigation ul {
    display: none;
}
.menu-toggle {
    display: block;
}

.main-navigation.toggled ul {
    display: block;
    width: 100%;
    background: #535353;
}
.main-navigation {
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
	width: 100%;
}

.main-navigation li {
    border-bottom: 1px solid #535353;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.main-navigation li:last-child {
    border-bottom: 0;
}
.main-navigation li a {
    padding: 20px;
}

.main-navigation ul ul {
    position: relative;
    box-shadow: 0 0 0;
}

.main-navigation ul ul a {
    width: 100%;
    color: #fff;
}
.main-navigation ul ul li {
    border-bottom: 1px solid #676767;
}
.main-navigation ul ul li:last-child {
    border-bottom: 0px;
}
.site-branding {
    width: 80%;
}
button.menu-toggle:hover {
    border: 0;
}
.hero {
    font-size: 5em;
}
.slider-text {
    max-width: 310px;
}
.slider-wrap {
    max-width: 310px;
}
.header-page h1 {
    font-size: 4em;
}
.header-wrap {
    max-width: 310px;
}
span.booked {
    font-size: 0.8em;
}
}



@media (max-width:845px) {
.bookyourcourse table.contact-details {
    font-size: 1em;
}
}


@media (max-width:800px) {
ul.gallery li {
	display: inline-block;
	width: 49%;
}
.gallery-image {
	height: 200px;
}


ul.grid {
   justify-content: space-between;
}

ul.grid li {
    width: 49%;
    margin: 1% 0;
}

ul.grid li:first-child {
        margin: 1% 0;
}

ul.grid li:nth-child(3n) {
        margin: 1% 0;
}

ul.grid li:nth-child(3n+1) {
        margin: 1% 0;
}
ul.grid li.three:last-child {
    width: 100%;
}
.contact-wrap {
    width: 100%;
    float: none;
    text-align: center;
}
.site-footer img {
    margin: 20px auto 0;
    display: block;
}
.site-info {
    text-align: center;
}
}

@media (max-width:777px) { 
span.booked {
    font-size: 0.7em;
}
}

@media (max-width:767px) { 
.pad-right {
    padding-right: 0;
}
.courseinfo {
    margin-bottom: 3em;
}
span.booked {
    font-size: 1em;
    margin-top: 2px;
    display: inline-block;
}
td.icon {
    display: block;
}
.bookyourcourse table.contact-details {
    font-size: 1.3em;
}
.coursedeets .col-md-3 {
    text-align: left;
}
.coursedeets .col-md-2 {
    text-align: left;
}
 .coursedeets .col-md-5 {
    text-align: left;
 }
 .coursedeets .col-md-4 {
    text-align: left;
 }
 .page-id-12 .pad-left {
    padding-left: 0;
}
.page-id-12 .pad-right {
    padding-right: 0;
}
.mobile-767 {
    display: block;
}
.desktop-767 {
    display: none;
}
}

@media (max-width:750px) { 
.slider-text {
    justify-content: center;
}
.slider-text {
    padding: 2em;
}
}

@media (max-width:700px) { 
.custom-table {
	display:block;
}

.custom-row {
	display:block;
}

.custom-col {
	display:block;
}

.col-1-2 {
	width:100%;
}

.col-1-3 {
	width:100%;
}

.col-2-3 {
	width:100%;
}

.col-1-4 {
	width:100%;
}

.col-3-4 {
	width:100%;
}
.background-image {
    min-height: 400px;
}
.pad-2-2 {
    padding: 1em 1em;
}
.coursedeets .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.coursedeets .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
 .coursedeets .col-md-5 {
        flex: 0 0 100%;
    max-width: 100%;
 }
}


@media (max-width:600px) { 
.repeater-text {
    width: 100%;
}
.repeater-image {
    width: 100%;
    min-height: 300px;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
.slider-wrap {
    display: none;
}
.slider-text {
    min-height: auto;
    height: auto !important;
    background: #a2bf9a;
    width: 100%;
    min-width: 100%;
    text-align: center;
}
.slider-image {
    height: 52vh;
    min-height: 280px;
}
.hero {
    font-size: 3em;
}
.hero h1 {
        color: #fbf3e8 !important;
}
button.slider {
    margin: 1em auto 0;
}
.hero span {
    font-size: 1em;
}
.container {
    padding: 0;
}
ul.grid li.three {
    width: 100%;
}
ul.list li {
    padding: 4px 10px;
}
ul.list li::after {
    content: '||';
    color: #dc643d;
    padding: 0 0 0 20px;
}
.inner {
    margin: 2em auto;
}
.header-wrap {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
padding: 20px 20px 10px;
text-align: center;
}
.header-page {
    position: relative;
}
.header-page h1 {
    font-size: 3em;
}
}

@media (max-width:535px) {
.site-content {
    padding: 0 20px;
}
.site-header .container {
    padding: 0 5px;
    max-width: 100%;
}
.site-branding {
    width: 93%;
}
.header-page {
    margin: 0px 20px;
}
}

@media (max-width:440px) {
img.dog {
    margin-right: 10px;
    width: 40px;
    margin-top: 2px;
}
.site-footer {
    padding: 2em 20px;
}
span.phone {
    display: block;
    width: 100%;
}
span.contact {
    padding: 0;
}
.site-info {
    padding: 5px 20px;
}
.bookyourcourse table.contact-details {
    font-size: 1em;
}

.contactdeets {
    font-size: 1em;
}
.contactdeets .col-md-3 {
    text-align: center;
}
.contactdeets .col-md-4 {
    text-align: center;
}
.contactdeets .col-md-5 {
    text-align: center;
}
}

@media (max-width:410px) {
.site-branding {
    font-size: 2em;
}
button.menu-toggle {
    margin-top: 15px;
}
}

@media (max-width:400px) {
.pad-1-4 {
	padding: 1em 2em;
}

.pad-2-4 {
	padding: 2em 2em;
}

.pad-3-4 {
	padding: 3em 2em;
}

.pad-4-4 {
	padding: 4em 2em;
}

ul.gallery li {
	display: inline-block;
	width: 100%;
	margin: 0.6% 0;
}

ul.grid li, li.box, li.border-box, li.grid-excerpt {
	width: 100%;
}
.testimonial-title {
    font-size: 2.3em;
}
li.testimonials p {
    font-size: 1.1em;
    padding: 0 15px;
}
}

@media (max-width:365px) {
img.dog {
    display: none;
}
.site-branding {
    width: 89%;
}
ul.list li {
    display: block;
    width: 100%;
}
ul.list li::after {
    display: none;
}
td.icon {
    display: none;
}
table.contact-details {
    word-break: break-all;
}
.contactdeets i {
    display: none;
}
.contactdeets .col-md-3, .contactdeets .col-md-4 {
    margin-bottom: 15px;
    word-break: break-all;
}
}

@media (max-width:301px) {
.site-branding {
    line-height: 1.1em;
}
button.menu-toggle {
    margin-top: 25px;
}
}


/*Max Heights*/

@media (max-height:880px) {
.slider-wrap {
    height: 600px;
}
.slider-text {
    height: 500px;
}
}