/*
Theme Name: Invigour 2015
Theme URI: http://www.barques.co.uk
Author: Ross Whitehouse
Author URI: http://www.barques.co.uk
Description: A theme based on barquesbase.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Text Domain: bbase
Domain Path: /languages/
Tags:

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.

 barquesbase is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
	font-family: "Christopherhand";
	font-style: normal;
	font-weight: normal;
	src: local("Christopherhand"), url("comesinhandy.woff") format("woff");
}

/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/*body {
	background: url(./img/circles_@2X.png) repeat center center;
	background-size: 10px 10px;
}*/

body {
	font-family: "Open Sans", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =Global
----------------------------------------------- */

html,
body {
	height: min-content;
}

body {
	/*max-width: 100%;*/
	/*overflow-x: hidden;*/
	/*min-height: 100vh;*/
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font-size: 1.2em;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding-bottom: 10px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

li {
	font-size: 1.2em;
}

ul li ul li {
	font-size: 1em;
}

ul {
	list-style: none;
	margin-left: 0;
}

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;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-size: 1.2em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

.wsite-multicol {
	font-size: 14px;
}

/* Links */

a {
	color: #c5341d;
	text-decoration: none;
}

.footer a {
	color: #fff;
}

a:hover {
	color: #231f20;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}

/* Clearing */

.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 3.6em;
	z-index: 99999;
	background-color: #fbf9ed;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	display: block;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.footerInt .footerBox {
	float: left;
	width: 33.33%;
	color: white;
	font-size: 1em;
}

.footerBox.left {
	text-align: left;
}

.footerBox.middle {
	text-align: center;
}

.footerBox.right {
	text-align: center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-navigation li {
	float: left;
	position: relative;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu */

.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Content
----------------------------------------------- */

#page {
	max-width: 2500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	min-height: calc(100vh - 285px);
}

.home #page {
	padding-bottom: 10px;
}

.home .entry-content {
	text-align: center;
}

.sticky {
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.singleLink {
	float: right;
	font-size: 20pt;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.9em;
	color: #968f8f;
	text-align: center;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

#botbutton a {
	display: inline-block;
	padding: 10px;
	background-color: #a26b4f;
	color: #783918;
	text-decoration: none;
}

#botbutton a:hover {
	background-color: #000;
}

.entry-content img.size-full {
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 48%;
	text-align: left;
	padding-left: 2%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 48%;
	padding-right: 2%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
	/*display: none;*/
}

/* =Banner Image
----------------------------------------------- */

.theBanner img {
	width: 100%;
}

.theBanner {
	min-height: 550px;
}

.theText {
}

#headerImage {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	min-height: 550px;
}

.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: black;
	color: white;
	padding: 15px;
	opacity: 0.5;
}

.bannerSection {
	height: 556px;
	background-size: cover;
	background-position: center;
}

.bannerInner {
	width: 100%;
	text-align: center;
	display: block;
	border-top: #c5341d solid 3px;
	border-bottom: #c5341d solid 3px;
}

/* Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.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;
}

/* FONTS
--------------------------------------------------------------------------------------------------------------------------------------------- */

.content-area p,
.course-info p,
.availability-int p,
.home .content-area ul li {
	color: #414142;
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
}

.home .entry-content ul li {
	text-align: center;
}

.content-area #top-story p {
	color: #783918;
	font-size: 2em;
}

.content-area ul li,
.course-info ul li,
.availability-int ul li {
	color: #414142;
	font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
	line-height: 1.4em;
	padding-bottom: 8px;
	text-align: initial;
}

.footer p {
	color: #f7f7f7;
	font-size: 1.3em;
	font-family: "Open Sans", sans-serif;
}

.footer p a {
	color: #f7f7f7;
	font-size: 1.3em;
	font-family: "Open Sans", sans-serif;
}

.footer em,
.footer i {
	color: #f7f7f7;
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
}

.content-area h1,
h1 {
	color: #c5341d;
	font-size: 6em;
	line-height: 1em;
	font-weight: 300;
	margin: 50px 0px 25px 0px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.archive .content-area h1,
.archive h1 {
	margin-top: 0px;
}

.content-area h1.entry-title a {
	text-decoration: none;
}

h1.pageHeader {
	padding: 50px 2% 0 2%;
}

.entry-meta {
	font-size: 1.2em;
	color: #a26b4f;
	padding: 10px 0 10px 0;
}

.content-area h2 {
	color: #414142;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: 300;
	padding-bottom: 20px;
}

.availability-int h1 {
	color: #414142;
	font-size: 2.4em;
	line-height: 1.4em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding-bottom: 20px;
}

.availability-int h2 {
	color: #414142;
	font-size: 2.4em;
	line-height: 1.4em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding-bottom: 20px;
}

#news.content-area .news-inner h2 {
	color: #783918;
	text-align: center;
	padding-bottom: 50px;
}

#lowerBox.content-area h2 {
	padding-top: 20px;
	padding-bottom: 50px;
}

.feature-box h2 {
	color: #c5341d;
	font-size: 2em;
	line-height: 1em;
	font-weight: 200;
	margin: 0;
	/* text-transform: uppercase; */
	padding: 12px;
}

.content-area .feature-box p {
	color: #783918;
	font-size: 2em;
	font-family: "Open Sans", sans-serif;
	text-align: initial;
	font-weight: 400;
	text-align: center;
}

.feature-box.training h2 {
	padding-top: 0px;
	min-height: inherit;
}

.content-area h3 {
	color: #a26b4f;
	font-size: 2em;
	font-family: "Christopherhand", "Brush Script MT", cursive;
	font-weight: 300;
}

.content-area h5,
.course-info h3 {
	color: #a26b4f;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding-top: 25px;
}

.content-area h4 {
	color: #c5341d;
	font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

#secondary.content-area h3 {
	color: #a26b4f;
	font-size: 2em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-align: center;
}

.availability-int h4 {
	color: #363636;
	font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.content-area h4 a,
.content-area a h4 {
	color: #a26b4f;
	font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding: 10px 50px 10px 50px;
	border: 1px #c4c4c4 solid;
	text-decoration: none;
}

.availability-int h5 {
	color: #a26b4f;
	font-size: 1.2em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	width: 96%;
	padding: 10px 2% 10px 2%;
	border: 1px #c4c4c4 solid;
	text-decoration: none;
	background-color: #783918;
	float: left;
	margin-top: 15px;
}

.availability-int h5 a,
.availability-int h5 a:hover {
	text-decoration: none;
	color: #231f20;
}

.availability-int h5:hover {
	background-color: #c4c4c4;
}

.availability-int .course-info-col2 .download-box em p {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	color: #a26b4f;
	padding-bottom: 10px;
}

.content-area h4 a:hover,
.content-area a h4:hover {
	background-color: #c4c4c4;
}

#lowerBox.content-area h4 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.download-box {
	padding-top: 3em;
}

.footer h5 {
	color: #ffffff;
	font-size: 1.4em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
}

.footer h6 a,
.footer a h6 {
	color: #ffffff;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding: 10px 50px 10px 50px;
	border: 1px #f7f7f7 solid;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.menu-menus-menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-menus-menu-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-menus-menu-container ul li a {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-menus-menu-container ul li a {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 3%;
	display: block;
	text-decoration: none;
	background-color: #a26b4f;
	color: #783918;
	border-bottom: 1px solid #9c4e89;
	text-align: center;
}

.menu-menus-menu-container ul li ul li a {
	background-color: #9c4e89;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 2%;
	font-size: 0.6em;
}

.menu-menus-menu-container ul li a:hover {
	background-color: #9c4e89;
}

.menu-menus-menu-container ul li ul li a:hover {
	background-color: #000;
}

/* COLUMNS
--------------------------------------------------------------------------------------------------------------------------------------------- */

.one-half {
	width: 30%;
	float: left;
	position: relative;
	margin-right: 3%;
	padding-left: 17%;
}

.footerBox.one {
	background-position: left top;
	background-repeat: no-repeat;
	color: #783918;
	font-family: "Raleway";
}

.footerBox.one ul {
	padding: 0 0 20px 0;
}

.footerBox.one ul li {
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0 0px 0px 0px;
	font-size: 1.1em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-transform: none;
	display: block;
	color: #783918;
}

.one-forth {
	width: 25%;
	float: left;
}

.one-forth.footerBox {
	width: 20%;
	padding: 2%;
	float: left;
	min-height: 230px;
}

.one-forth.footerBox.one,
.one-forth.footerBox.two,
.one-forth.footerBox.three {
	/*border-right:1px solid #890000;;*/
}

.one-forth.footerBox.four {
	/*	border-left:1px solid #890000;*/
}

#news.content-area .news-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 85px;
}

.content-area {
	width: 100%;
	clear: both;
}

#primary.content-area,
#lowerBox.content-area {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#primary.content-area {
	max-width: 1200px;
	margin-left: initial;
	margin-right: initial;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
}

#primary.content-area.withside,
.blog #primary.content-area,
.single #primary.content-area,
.search #primary.content-area,
.archive #primary.content-area {
	width: 65%;
}

#primary.content-area.ftft.withside {
	margin-right: 5%;
	width: 45%;
}

.page-id-20 #primary.content-area {
	margin-right: 0;
	width: 100%;
}

.home #primary.content-area {
	max-width: 1200px;
	margin-left: initial;
	margin-right: initial;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	box-sizing: border-box;
}

#secondary.content-area {
	/* max-width: 1200px; */
	margin-left: initial;
	margin-right: initial;
	width: 25%;
	/* float: right; */
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}

.single-rooms #secondary.content-area {
	max-width: 275px;
}

#secondary.content-area.ftft {
	width: 45%;
	margin-top: 120px;
}

#lowerBox.content-area {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1200px;
	margin-bottom: 50px;
	background-color: #ba9778;
}

#lowerBox.content-area h3 {
	color: #fcf6d9;
	font-size: 6em;
	font-family: "Christopherhand", "Brush Script MT", cursive;
	font-weight: 300;
	line-height: 1em;
}

#lowerBox.content-area h3 strong {
	color: #783918;
}

#lower.content-area {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.lowerInternal {
	padding-bottom: 100px;
	width: 100%;
	float: left;
}

#news.content-area {
	width: 100%;
	background-color: #999191;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

.feature-box {
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	text-align: center;
	min-width: 300px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}

.feature-box.right {
	padding-right: 0;
	margin-right: 0;
}

.feature-box.left {
	padding-left: 0;
	background: #f0eee6;
	padding-bottom: 15px;
}

.home .homeBoxWrap {
	text-align: center;
}

.home .homeBoxWrap .feature-box {
	padding-bottom: 15px;
	padding-left: 0;
	background: #f0eee6;
	display: inline-block;
}

.feature-box.left:hover h2 {
	color: #231f20;
}

.homeBox .icon-box {
	position: relative;
	background-size: cover !important;
	width: 90%;
	margin: 5% auto;
}

.homeBox .icon-box:after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.homeBox:first-of-type .icon-box {
	text-align: left;
}

.homeBox:last-of-type .icon-box {
	text-align: right;
}

.course-info-col1 {
	float: left;
	width: 48%;
}

.course-info-col2 {
	float: right;
	width: 48%;
}

.course-info-wrap {
	width: 100%;
	padding-top: 50px;
	margin-top: 0px;
	padding-bottom: 50px;
	background-color: #f1f1f1;
	float: left;
}

.availability-wrap {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #afe6d1;
	float: left;
}

.lower-columns {
	width: 100%;
	float: left;
}

.left-column {
	width: 55%;
	float: left;
	margin-top: 100px;
}

.right-column {
	width: 30%;
	float: right;
	margin-top: 100px;
	min-height: 580px;
}

#primary.content-area .left-column .entry-content {
	margin-top: 0;
}

/* MAIN BLOCKS
--------------------------------------------------------------------------------------------------------------------------------------------- */

/* ARCHIVE
-------------------------------------------------------- */

.archive .site-content {
	margin-top: 80px;
	margin-bottom: 80px;
}

/* CONTACT PAGE
-------------------------------------------------------- */

.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.map {
	position: relative;
	margin-bottom: 112px;
}

.map:after {
	padding-bottom: 100%;
	display: block;
	content: "";
}

.contactWrap {
	font-size: 1em;
}

.contactWrap .name {
	color: #c5341d;
}

.contactWrap a {
	text-decoration: none;
}

.contactWrap p {
	margin-bottom: 0.5em;
}

.contact-left h2 {
	border-bottom: black 1px solid;
	padding-bottom: 5px;
	max-width: 600px;
	text-transform: uppercase;
	color: #c5341d;
	letter-spacing: 4px;
	font-size: 3em;
	font-weight: 500;
}

.contactWrap .contactBox {
	margin: 30px 0;
}

#primary.content-area.contact-left {
	width: 65%;
	display: inline-block;
}

#secondary {
	width: 35%;
	float: right;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 30px;
}

.single-who-we-are #secondary {
	text-align: center;
	padding-top: 100px;
}

.single-what-weve-done #secondary {
	padding-top: 100px;
}

#secondary.contactTestimonial {
	padding-top: 178px;
}

.contactContent {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 200px;
}

.contactContent p {
	font-size: 1.5rem;
	font-weight: 600;
}

#secondary h3 {
	color: #c5341d;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 3em;
	border-bottom: solid 1px black;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.testimonial {
	font-size: 1.5em !important;
	box-sizing: border-box;
	height: 600px !important;
	font-weight: 200;
}

.quote {
	position: relative;
	padding: 60px 0 30px;
}

.startQuote,
.endQuote {
	color: #c5341d;
	font-size: 3em;
	position: absolute;
	left: 1px;
	top: 0;
}

.endQuote {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}

.author {
	font-size: 1em;
	font-style: italic;
}

.home .quote {
	font-style: italic;
}

.home .testimonial p {
	width: 90%;
	margin: 5px auto;
	text-align: left;
}

.home .author {
	text-align: right;
	margin-top: 15px;
}

.home .testimonialSlider {
	width: 90%;
	margin: 100px auto;
}

.home .testimonial {
	height: auto !important;
}

/*	WHO WE ARE
================================================================== */

.teamBoxes {
	margin-top: 100px;
}

.featureBoxWrap {
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

.teamBoxes .featureBoxWrap {
	width: 25%;
	float: left;
}

.teamBoxes .feature-box,
.serviceBoxes .feature-box,
.caseBoxes .feature-box {
	margin: 0;
	min-width: 0;
	width: 100%;
	display: block;
	float: none;
	padding-top: 15px;
}

.teamBoxes .iconBox {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.teamBoxes .iconBox:after {
	padding-bottom: 100%;
	content: "";
	display: block;
}

.teamBoxes .role {
	font-size: 1rem;
}

a.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/*	WHAT WE DO
================================================================== */

.serviceBoxes {
	text-align: center;
}

.serviceBoxes .featureBoxWrap {
	max-width: 33%;
	float: left;
	/*height: 450px;*/
	width: 100%;
	margin: 30px 0;
	display: inline-block;
	vertical-align: top;
}

.serviceBoxes div:nth-of-type(n + 4) {
	float: none;
}

.serviceBoxes .featureBoxWrap .feature-box {
	/*height: 420px;*/
}

.serviceBoxes .lCol,
.caseBoxes .lCol {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.caseBoxes .lCol .iconBox {
	position: relative;
}

.caseBoxes .lCol .iconBox .iconInner {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	border-radius: 50px;
}

.serviceBoxes .rCol,
.caseBoxes .rCol {
	text-align: left;
	padding: 15px;
	box-sizing: border-box;
}

.serviceBoxes .rCol h2,
.caseBoxes .rCol h2 {
	font-size: 1.6rem;
}

.serviceBoxes .rCol p,
.caseBoxes .rCol p {
	color: black;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 0 !important;
	padding: 0 12px;
}

.serviceBoxes .iconBox:after,
.iconBox:after {
	padding-bottom: 75%;
	content: "";
	display: block;
}

.single .iconBox {
	margin-bottom: 50px;
}

/*	WHAT WE'VE DONE
================================================================== */

.text {
	font-size: 1rem;
	padding-left: 10px;
}
.caseBoxes,
.serviceBoxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.caseBoxes .featureBoxWrap,
.serviceBoxes .featureBoxWrap {
	max-width: 33.33%;
	/*float: left;*/
	width: 100%;
	/*height: 485px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caseBoxes .feature-box .serviceBoxes .feature-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

a.project {
	display: block;
	height: 200px !important;
	width: 200px !important;
	margin: auto;
	float: none;
}

.projectsWrap h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 32px 0 50px;
}

/* FOOTER
-------------------------------------------------------- */

.footer {
	background-color: #231f20;
	width: 100%;
	position: relative;
	float: left;
	border-top: solid 3px #c5341d;
}

.footerInt {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

.site-header {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #231f20;
	position: relative;
	z-index: 1000;
}

.site-content {
	padding-bottom: 40px;
	padding-top: 0px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.course-info {
	padding-bottom: 50px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.availability-int {
	padding-bottom: 50px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

/* NEWS BLOCKS (HOME)
--------------------------------------------------------------------------------------------------------------------------------------------- */

#top-story {
	width: 100%;
	float: left;
	min-height: 400px;
	margin-bottom: 50px;
}

#second-stories {
	width: 100%;
	float: left;
	min-height: 285px;
	margin-bottom: 80px;
}

.sub-story {
	width: 49%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.dateb {
	width: 100%;
	padding: 0px 0 6px 0;
	float: left;
	font-family: "Open Sans", sans-serif;
	color: #414142;
	font-size: 1.4em;
}

.main-image {
	width: 49%;
	margin-left: 1%;
	float: right;
}

.main-text h3 {
	color: #783918;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.sub-story .main-text h3 {
	color: #a26b4f;
	font-size: 24px;
	font-family: "Christopherhand", "Brush Script MT", cursive;
	font-weight: 300;
	line-height: 26px;
}

.main-text h3 a {
	color: #783918;
	text-decoration: none;
}

.main-text h3 a:hover {
	color: #231f20;
	text-decoration: none;
}

.sub-story .main-text h3 a {
	color: #a26b4f;
	text-decoration: none;
}

.sub-story .main-text h3 a:hover {
	color: #231f20;
	text-decoration: none;
}

.sub-story .main-text {
	width: 44%;
	padding: 2%;
	float: left;
	border: 3px solid #fff;
	min-height: 148px;
}

.main-text .read-more a {
	color: #414142;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding: 10px;
	margin-top: 20px;
	display: inline-block;
	border: 2px solid #ffffff;
}

.main-text .read-more a:hover {
	border: 2px solid #000;
	color: #000;
}

/* FOOTER
----------------------------------------------- */

/* MAIN NAV
----------------------------------------------- */

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #c5341d;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 200;
}

.main-navigation .current-menu-item {
	position: relative;
}

.main-navigation .current-menu-item:after,
.post-type-archive-who-we-are .menu-item-79:after,
.single-who-we-are .menu-item-79:after,
.post-type-archive-what-we-do .menu-item-78:after,
.single-what-we-do .menu-item-78:after,
.post-type-archive-what-weve-done .menu-item-76:after,
.single-what-weve-done .menu-item-76:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 40px;
	background: #231f20;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-navigation .current-menu-item a,
.post-type-archive-who-we-are .menu-item-79 a,
.single-who-we-are .menu-item-79 a,
.post-type-archive-what-we-do .menu-item-78 a,
.single-what-we-do .menu-item-78 a,
.post-type-archive-what-weve-done .menu-item-76 a,
.single-what-weve-done .menu-item-76 a {
	color: #231f20;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main-navigation a:hover {
	color: #231f20;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main-navigation ul li ul li a {
	display: block;
	text-decoration: none;
	color: #783918;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.main-navigation {
	/* background-color: #783918; */
	width: 70%;
	padding: 0;
	float: right;
	color: #783918;
	width: calc(100% - 350px);
	margin-top: 10px;
	text-align: right;
	margin-bottom: 20px;
}

.logo {
	max-width: 330px;
	/*    width: 20%;*/
	padding: 0;
	/* float: left; */
	color: #783918;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
	box-sizing: border-box;
	display: inline-block;
}

.screen-reader-text {
	display: none !important;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 50px;
	padding-top: 0px;
	text-align: right;
}

.main-navigation li {
	float: none;
	position: relative;
	padding: 0;
	display: inline-block;
}

.loginBut,
.search-submit {
	background-color: #c5341d;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0px;
	display: inline-block;
	line-height: 35px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	border: none;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	width: 100%;
	color: #fff !important;
}

.loginButton {
	float: right;
	margin: 0;
	padding: 0;
	min-width: 30px;
	max-width: 70px;
	max-height: 63px;
	cursor: pointer;
}

.searchButton {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	min-width: 30px;
	max-width: 70px;
	max-height: 63px;
	cursor: pointer;
}

.loginButton img,
.searchButton img {
	margin: 0;
	padding: 0;
}

.searchForm {
	display: block;
	position: absolute;
	top: 63px;
	right: 0;
	max-width: 345px;
	z-index: 2000;
}

.searchFormInt {
	width: 100%;
	float: left;
	/* background-image: url(img/w90.png); */
	padding: 0 0 20px 0;
}

.searchFormInt input[type="search"] {
	padding: 8px;
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border: 1px solid #c5341d;
	width: 100%;
	clear: both;
}

.gform_body ul,
.gform_body ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.memberLogin input[type="checkbox"]:checked + label span {
	background: url(img/check_radio_sheet.png) -22px top no-repeat;
}

.site-info {
	width: 100%;
	padding-top: 25px;
	display: inline-block;
	text-align: center;
}

.courses-image {
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.courses-menu .listCol1,
.courses-menu .listCol2 {
	width: 250px;
	float: left;
}

.course-children .listCol1 {
	width: 44%;
	float: left;
	padding-right: 2%;
}

.course-children .listCol2 {
	width: 44%;
	float: right;
	padding-right: 0%;
}

.course-children ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.course-children ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.course-children ul li a {
	padding: 10px;
	width: 98%;
	margin: 0;
	list-style: none;
	border: 1px solid #fff;
	text-decoration: none;
	color: #505050;
	text-align: center;
	display: block;
}

.course-children ul li a:hover,
.course-children ul li.current_page_item a {
	margin: 0;
	list-style: none;
	border: 1px solid #c5c5c5;
	text-decoration: none;
	color: #a26b4f;
	text-align: center;
}

.scrolldown {
	text-align: center;
	display: inline-block;
	width: 100%;
	float: left;
}

#story,
.single #story {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #c5341d;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog .content-area h2,
.archive .content-area h2,
.single .content-area h1,
.search .content-area h1 {
	color: #c5341d;
	font-size: 3em;
	line-height: 1em;
	font-weight: 200;
	margin: 100px 0 50px;
	/* text-transform: uppercase; */
	padding: 0 0 10px 0;
}

.cat-links,
.tags-links {
	font-size: 0.9em;
}

.search .content-area p,
.archive .content-area p {
	margin-bottom: 10px;
}

.search .content-area h1,
.archive .content-area h1 {
	padding-bottom: 5px;
}

.search h1.pageHeader,
.archive h1.pageHeader {
	padding: 50px 0 30px 0;
}

.search .entry-summary,
.archive .entry-summary {
	margin: 5px 0 0;
}

.single.single-menus .content-area h1,
h1 {
	font-size: 7em;
}

.blog .content-area h2 a,
.archive .content-area h2 a {
	color: #c5341d;
	text-decoration: none;
}

.blog .content-area h2 a:hover,
.archive .content-area h2 a:hover {
	color: #231f20;
	text-decoration: none;
}

.blog .main-image,
.single .main-image,
.archive .main-image {
	width: 40%;
	margin-left: 1%;
	float: left;
	padding-bottom: 20px;
}

.single .main-image {
	width: 100%;
	margin-left: 0;
	float: left;
	padding-bottom: 20px;
}

.single .main-image {
	margin-top: 30px;
}

.main-text,
.single .main-text {
	width: 98%;
	padding: 2% 50px 2% 2%;
	float: left;
	min-height: inherit;
	box-sizing: border-box;
}

.single #secondary h3 {
	font-weight: 200;
}

.single .main-text {
}

.single #secondary.content-area {
	margin-top: 0px;
}

.single.single-rooms #secondary.content-area {
	margin-top: 50px;
	background-color: #783918;
	padding: 15px;
	box-sizing: border-box;
}

.single.single-rooms #secondary.content-area h1,
.single.single-rooms #secondary.content-area h2,
.single.single-rooms #secondary.content-area h3,
.single.single-rooms #secondary.content-area h4,
.single.single-rooms #secondary.content-area h5,
.single.single-rooms #secondary.content-area h6,
.single.single-rooms #secondary.content-area p,
.single.single-rooms #secondary.content-area li,
.single.single-rooms #secondary.content-area a {
	color: #fff;
}

.single.single-rooms #secondary.content-area h3 {
	color: #fff;
}

.single.single-menus #secondary.content-area {
	margin-top: 50px;
}

.blog .dateb,
.single .dateb {
	width: 100%;
	padding: 0px 0 10px 0;
	float: none;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	color: #783918;
	font-size: 1.2em;
	text-transform: uppercase;
}

.blog .main-text .read-more a:hover {
	color: #000;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding-top: 10px;
	padding-bottom: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 0;
	margin: 3px 5px;
	margin: 2px;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #a26b4f;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.nav-previous,
.nav-next {
	text-decoration: none;
	border: 0;
	padding: 20px 0 20px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #918f8f;
}

.nav-previous a,
.nav-next a {
	text-decoration: none;
}

.gform_validation_container {
	display: none;
}

.gform_confirmation_wrapper {
	color: #a26b4f;
	font-size: 26px;
	line-height: 35px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding-bottom: 20px;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider.ipt_uif_heading span.ipt_uif_divider_text {
	color: #a26b4f !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_text_icon {
	background-color: #d6eaae !important;
	color: #000;
	text-shadow: 0 0 1px #fff;
	border-color: #a26b4f !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label .ipt_uif_question_required {
	color: #e33b3b !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content {
	border: 1px solid #ddd;
	background: #ffffff !important;
	color: #362b36;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:before,
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:after {
	background-color: #d6eaae !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text .ipt_uif_text_icon {
	background-color: #d6eaae !important;
	color: #000;
	text-shadow: 0 0 2px #fff;
	border-color: #a26b4f !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider a.ipt_uif_scroll_to_top {
	color: #a26b4f !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ui-state-default,
.ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content .ui-state-default,
.ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-header .ui-state-default {
	border: 1px solid #a26b4f !important;
	background: #d6eaae !important;
	font-weight: bold;
	color: #a26b4f !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix td,
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix th {
	border-right-color: #a26b4f !important;
	border-bottom-color: #a26b4f !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_radio:checked + label:after {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a26b4f), to(#a26b4f)) !important;
	background-image: -webkit-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -moz-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -ms-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -o-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-color: #a26b4f;
	color: #783918;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text span.subtitle {
	color: #868686 !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label label.ipt_uif_question_subtitle {
	color: #589b5b !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a26b4f), to(#a26b4f)) !important;
	background-image: -webkit-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -moz-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -ms-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -o-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-color: #a26b4f !important;
	color: #783918;
}

.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
	background-color: #a26b4f !important;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a26b4f), to(#a26b4f)) !important;
	background-image: -webkit-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -moz-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -ms-linear-gradient(top, #a26b4f, #a26b4f) !important;
	background-image: -o-linear-gradient(top, #a26b4f, #a26b4f) !important;
	color: #783918;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input[type="image"] {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	padding: 10px !important;
	background-color: #a26b4f !important;
	color: #fff !important;
	font-size: 1.6em !important;
	text-transform: uppercase !important;
	border: 0 !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 98% !important;
}

.downloadBox {
	width: 325px;
	height: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
	/* float: left; */
	overflow: hidden;
	border: 1px solid #ccc;
}

.downloadBoxes {
	display: inline-block;
	width: 100%;
	text-align: center;
}

ul.downloadCats {
	margin: 0;
	padding: 20px 0 40px 0;
	list-style: none;
	text-align: center;
}

ul.downloadCats li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

ul.downloadCats li a {
	margin: 0 5px 0 5px;
	padding: 10px;
	text-decoration: none;
	border: 2px solid #a26b4f;
	font-size: 1.6em;
}

ul.downloadCats li a:hover,
ul.downloadCats li.current-cat a {
	background-color: #a26b4f;
	color: #783918;
}

article#post-46,
.downloadResults article {
	display: inline-block;
	vertical-align: top;
}

.searchBox {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}

.searchBox input.searchText {
	width: 75%;
	padding: 10px;
	border: 2px solid #a26b4f;
	font-size: 1.6em;
	color: #c31111;
	display: inline-block;
	vertical-align: bottom;
}

.searchBox input.subImage {
	width: 49px;
	height: 49px;
	display: inline-block;
	vertical-align: bottom;
}

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	/*  display: block;*/
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	min-height: 556px;
}

/** THEME
===================================*/

.bx-wrapper {
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	background: #fff;
	min-height: 556px;
	margin: 0 auto 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.85em;
	font-family: Arial;
	font-weight: bold;
	color: #783918;
	padding-top: 0;
	margin-top: -80px;
	position: relative;
	z-index: 100;
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #783918;
	font-family: Arial;
	display: block;
	font-size: 0.85em;
	padding: 10px;
}

.bannerInner .bannerCenter {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

.bannerInner {
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	/* position: relative; */
	/* vertical-align: middle; */
	display: table;
	height: 450px;
	line-height: 550px;
	text-align: center;
}

.bannerInner .bannerCenter p {
	color: #c5341d;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	padding: 0 0 10px 0;
	margin: 0;
}

.headerText {
	float: right;
	padding: 30px 60px 0 0;
	width: 50%;
	text-align: right;
	font-size: 3em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
	width: 94% !important;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li a {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: dotted 1px #c5341d;
	width: 100%;
	color: #c5341d;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
}

.widget ul li a:hover {
	border-bottom: dotted 1px #fff;
	color: #231f20;
}

.widget select {
	margin: 50px;
	border: 1px solid #111;
	background: transparent;
	width: 100%;
	padding: 5px 35px 5px 5px;
	font-size: 1.4em;
	border: 1px solid #a26b4f;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(img/menubg.png) no-repeat right #a26b4f;
	color: #783918;
	margin: 0;
	/* -webkit-appearance: none; */
	-webkit-border-radius: 0px;
	font-family: "Open Sans", sans-serif;
}

footer .social div,
header .socialTop div {
	height: 45px;
	width: 45px;
	display: inline-block;
	vertical-align: top;
	background-size: 100%;
	margin: 0 5px;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
	.widget select {
		background: none;
		padding: 5px;
	}
}

#map {
	height: 100%;
	min-height: 500px;
}

#map div.gm-style-cc {
	display: none;
}

ul.foodMenu {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

ul.foodMenu li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #a26b4f;
	width: 100%;
	float: left;
}

span.foodMenuPrice {
	float: right;
}

.page-id-35 #bookatable {
	max-width: 300px;
}

.ui-content {
	border: 1px solid #fcf6d9 !important;
	background-color: #fcf6d9 !important;
}

.single-menus th {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	color: #a26b4f;
	padding: 0 0 5px 0;
}

.single-menus td {
	font-family: Raleway, sans-serif;
	font-size: 1.4em;
	color: #414142;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #a26b4f;
}

th.menualcvol,
td.menualcvol,
th.menusizetwo,
td.menusizetwo,
th.menusizeone,
td.menusizeone {
	text-align: center;
}

li#menu-item-1574 a {
	color: #783918;
	background-color: #a26b4f;
}

li#menu-item-1574 a:hover {
	color: #a26b4f;
	background-color: #783918;
}

td.menutitle {
	display: table-cell;
	width: 60%;
}

.page-template-template-rooms .feature-text {
	background-color: #783918;
	color: #fff;
	padding: 10px;
}

.page-template-template-rooms .feature-text p {
	color: #fff;
	font-size: 1.4em;
}

.socialTop {
	float: right;
	padding-left: 30px;
}

.socialTop .one-forth.socialBox {
	padding-left: 10%;
	float: right;
}

.subscribeForm {
	padding-top: 20px;
	position: relative;
	float: left;
	width: 100%;
}

article#post-42 {
	float: left;
	width: 63%;
	box-sizing: border-box;
}

#events {
	display: block;
	width: 100%;
	padding-left: 35px;
	padding-top: 50px;
	float: left;
	box-sizing: border-box;
	margin: 0;
	/* max-width: 300px; */
}

#events h2 {
	color: #783918;
	font-size: 4em;
	line-height: 1em;
	font-family: "Christopherhand", "Brush Script MT", cursive;
	font-weight: 200;
	margin: 0;
	/* text-transform: uppercase; */
	padding: 0 0 20px 0;
}

#secondary.content-area #events h3 {
	color: #a26b4f;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	text-align: left;
}

#secondary.content-area #events h2 a {
	text-decoration: none;
}

#secondary.content-area #events .main-text {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 0;
	float: left;
	min-height: inherit;
	border-bottom: 1px solid #dac870;
}

.home #secondary.content-area {
	width: 33%;
	box-sizing: border-box;
}

#secondary.content-area #events .dateb {
	font-size: 1.2em;
}

article .key h3 {
	color: #c5341d;
	text-transform: uppercase;
	font-size: 2rem;
}

article .key > div {
	margin: 10px 0;
}

article .key table td {
	text-align: center;
}

article .key .iconImg {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}

article .key span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.clear {
	width: 100%;
	clear: both;
}

/* MOBILE STUFF -------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	.site-content {
		margin-left: 3%;
		margin-right: 3%;
	}
	#primary.content-area.withside,
	.blog #primary.content-area,
	.single #primary.content-area {
		margin-right: 5%;
		width: 50%;
	}
	#secondary.content-area {
		width: 44%;
	}
}

@media screen and (max-width: 1065px) {
	.single.single-menus .content-area h1,
	h1 {
		font-size: 5em;
		margin-top: 20px;
	}
	.teamBoxes {
		margin-top: 50px;
	}
	.contactContent {
		margin-bottom: 115px;
	}
	#second-stories {
		width: 94%;
		float: left;
		min-height: 285px;
		margin-bottom: 80px;
		margin-left: 3%;
		margin-right: 3%;
	}
	.headerText {
		float: left;
		padding: 20px;
		width: 100%;
		text-align: left;
		font-size: 3em;
		font-family: "Open Sans", sans-serif;
		font-weight: 600;
		box-sizing: border-box;
	}
	#main {
		display: block;
		margin-top: 20px;
	}
	.main-image {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		float: left;
		padding: 1px;
	}
	.sub-story .main-image {
		width: 38%;
		margin-left: 0%;
		margin-right: 2%;
		float: left;
		padding: 1px;
	}
	#news.content-area .news-inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#lowerBox.content-area {
		padding-top: 50px;
		padding-bottom: 50px;
		max-width: 770px;
		padding-left: 3%;
		padding-right: 3%;
		width: 94%;
	}
	#lowerBox.content-area h2 {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.sub-story {
		width: 100%;
	}
	.main-image img {
		height: auto;
		width: 100%;
	}
	.main-text {
		width: 90%;
		padding: 2%;
		float: left;
		min-height: inherit;
		margin: 0 3% 20px 3%;
	}
	.sub-story .main-text {
		width: 55%;
		padding: 1%;
		float: left;
		border: 0px solid #fff;
		min-height: inherit;
		margin: 0 2% 20px 0%;
	}
	#top-story {
		width: 100%;
		float: left;
		min-height: inherit;
		margin-bottom: 20px;
	}
	.feature-box {
		text-align: center;
		min-width: inherit;
		display: inline-block;
	}
	.left,
	.right {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.icon-box {
		width: 90%;
		margin-bottom: 20px;
	}
	.site-content {
		padding-bottom: 20px;
		padding-top: 0px;
		max-width: 1180px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 4%;
		padding-right: 4%;
	}
	.site-header {
		width: 100%;
		padding: 0;
		margin: 0;
		color: #783918;
		position: relative;
		z-index: 1000;
	}
	.logo {
		display: block;
		width: 15%;
		padding: 0;
		float: left;
		color: #783918;
		padding-left: 5%;
		padding-top: 3px;
		padding-bottom: 3px;
		display: none;
	}
	.main-navigation {
		background-color: #c5341d;
		width: 100%;
		padding: 0;
		float: left;
		color: #fff;
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#headerImage {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		height: 400px;
		min-height: 0;
	}
	.bx-wrapper,
	.bx-viewport,
	.bannerSection,
	.bannerInner {
		min-height: 0;
		height: 400px;
		box-sizing: border-box;
		line-height: 0;
	}
	.menu-toggle {
		display: block;
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		color: #fff;
		float: left;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 12px;
		padding-bottom: 12px;
		width: 94%;
	}
	.main-navigation.toggled .nav-menu {
		display: block;
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		color: #c5341d;
		float: left;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		float: left;
		position: relative;
		width: 100%;
	}
	.main-navigation ul li {
		background-color: white;
		border-bottom: 1px solid #eaabd0;
		text-align: center;
	}
	.main-navigation ul li ul li {
		background-color: #fcf6d9;
		padding: 10px 0 10px 0;
		border-bottom: 0;
	}
	.main-navigation ul li ul li a {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.main-navigation ul ul {
		box-shadow: none;
		display: block;
		float: left;
		left: 0;
		position: relative;
		top: 0;
		z-index: 99999;
		width: 100%;
		padding: inherit;
		margin-bottom: 0;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		color: #c5341d;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.availability-wrap {
		width: 94%;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #afe6d1;
		float: left;
		padding-left: 3%;
		padding-right: 3%;
	}
	.logo {
		display: block;
		width: 92%;
		padding: 0;
		float: left;
		color: #783918;
		padding-left: 4%;
		padding-top: 10px;
		padding-bottom: 30px;
		text-align: center;
		max-width: 100%;
	}
	.logo img {
		max-width: 330px;
		width: 100%;
	}
	.socialTop {
		float: right;
		padding-left: 0;
	}
	nav h1 {
		font-size: 3em;
		margin: 10px 0;
	}
	.logo {
		width: 100%;
		padding: 0;
	}
	.headerText {
		display: none;
	}
	.content-area h1 {
		font-size: 5em;
	}
	.main-navigation ul ul a {
		width: 92%;
	}
	.course-children .listCol1,
	.course-children .listCol2 {
		width: 94%;
		float: none;
		padding-right: 2%;
		display: inline-block;
	}
	#primary.content-area .entry-content {
		margin-top: 40px;
	}
	.featureBoxes {
		display: block;
		text-align: center;
	}
	.blog #story,
	.single #story {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #a26b4f;
		margin-bottom: 20px;
	}
	.blog .content-area h2 a {
		color: #a26b4f;
		text-decoration: none;
	}
	.blog .content-area h2 a:hover {
		color: #783918;
		text-decoration: none;
	}
	.blog .main-image,
	.single .main-image {
		margin: 0;
		padding-bottom: 20px;
	}
	.blog .main-text,
	.single .main-text {
		/*width: 44%;*/
		width: 90%;
		padding: 2%;
		float: left;
		min-height: inherit;
		text-align: left;
	}
	.blog .main-text .read-more a:hover {
		color: #783918;
	}
	.wp-pagenavi {
		clear: both;
	}
	.wp-pagenavi {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.testimonial {
		height: 800px !important;
	}
}

@media screen and (max-width: 800px) {
	.testimonial {
		height: 500px !important;
	}
	.contact-left h2 {
		max-width: none;
	}
	.contactContent {
		margin-bottom: 40px;
	}
	.contactContent h1 {
		margin-top: 60px;
	}
	#primary.content-area.contact-left,
	#secondary.contactTestimonial {
		display: block;
		width: 100%;
		padding: 0;
	}
	.caseBoxes .featureBoxWrap {
		max-width: 50%;
	}
	.single-who-we-are #secondary,
	.single-what-weve-done #secondary {
		display: none;
	}
	.teamBoxes .featureBoxWrap {
		width: 50%;
	}
	article#post-42 {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.home #secondary.content-area {
		width: 100%;
	}
	#events {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-top: 50px;
		float: left;
	}
	#secondary.content-area #events .main-text {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	.booknow {
		display: none;
	}
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
	.food-box {
		width: 100%;
	}
	.content-area .food-box h4 a {
		font-size: 1.2em;
	}
	.single-menus td,
	.single-menus th {
		font-size: 1em;
	}
	#primary.content-area,
	#primary.content-area.withside,
	.blog #primary.content-area,
	.single #primary.content-area,
	#primary.content-area.ftft.withside {
		max-width: 1200px;
		margin-left: initial;
		margin-right: initial;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0;
	}
	#secondary.content-area,
	#secondary.content-area.ftft {
		/* max-width: 1200px; */
		margin-left: initial;
		margin-right: initial;
		width: 100%;
		/* float: right; */
		display: inline-block;
		vertical-align: top;
		margin-top: 50px;
	}
	.one-half {
		width: 100%;
		float: left;
		position: relative;
	}
	.blog .main-image,
	.single .main-image {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		float: none;
		padding-bottom: 20px;
	}
	.blog .main-text,
	.single .main-text {
		width: 90%;
		padding: 2%;
		float: left;
		min-height: inherit;
		text-align: left;
	}
	.feature-box {
		width: calc(47% - 5px);
	}
	.serviceBoxes .featureBoxWrap {
		max-width: 50%;
	}
	.left-column,
	.right-column {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		float: left;
	}
	article#post-46,
	.downloadResults article {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		display: inline-block;
		vertical-align: top;
	}
	.searchBox {
		width: 96%;
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
	}
	ul.downloadCats li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		width: 100%;
	}
	ul.downloadCats li a {
		margin: 0 5px 0 5px;
		padding: 10px;
		text-decoration: none;
		border: 2px solid #a26b4f;
		font-size: 1.6em;
		display: block;
		margin-bottom: 5px;
	}
	.downloadBox {
		max-width: 325px;
		height: 240px;
		margin-left: 0;
		margin-bottom: 10px;
		display: inline-block;
		/* float: left; */
		overflow: hidden;
		border: 1px solid #ccc;
	}
}

@media screen and (max-width: 600px) {
	.archive .site-content {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	h1.entry-title {
		text-align: center;
	}
	.testimonial {
		height: 600px !important;
	}
	.serviceBoxes .featureBoxWrap {
		max-width: 450px;
		display: block;
		float: none;
		margin: 15px auto;
		height: auto;
	}
	.serviceBoxes .featureBoxWrap,
	.serviceBoxes .featureBoxWrap .feature-box,
	.caseBoxes .featureBoxWrap,
	.caseBoxes .featureBoxWrap .feature-box {
		height: auto;
		min-height: min-content;
	}
	.serviceBoxes .featureBoxWrap:first-of-type {
		margin-top: 0;
	}
	.serviceBoxes .featureBoxWrap:last-of-type {
		margin-bottom: 0;
	}
	.feature-box.left {
		width: calc(100% - 5px);
	}
	.caseBoxes .featureBoxWrap {
		max-width: 100%;
	}
	.archive .site-content {
		margin: 40px 0px;
	}
	.footerInt .footerBox {
		float: none;
		width: 100%;
	}
	.serviceBoxes .rCol,
	.caseBoxes .rCol {
		padding: 10px;
		word-wrap: break-word;
	}
}

.banner-credit {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.48);
	color: white;
	padding: 16px 32px 16px 16px;
	font-style: oblique;
	line-height: 1;
}
