/*--------------------------------------------------------------
>>> MASTER.CSS TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
	1.1 Forms
2.0 Header
3.0 Pages
	3.1 Home Page
6.0	Footer
7.0	Responsive
8.0 Formidable Forms
9.0 Utilities within the property
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/

.inner,
.home-content,
.site-content,
.sticky-contact,
#colophon {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 0 2%;
	border-radius: 3px;
}
.site-content {
	background-color: #fff;
}

h1, h3 {
    font-family: 'Montserrat', sans-serif;
   font-weight: normal;
}
h1 {
   color: #222;
}
.entry-content h3,
.entry-content h4 {
	font-size: 1.4em;
	font-weight: normal;
}
h2.widget-title {
	font-weight: normal;
}
#content {
	padding-top: 10px;
}
.entry-content ul {
	margin: 0 0 1em 0;
}
.entry-content li {
	font-weight: bold;
	margin-bottom: 0.75em;
	list-style: none;
}
.page-feature-image {
	max-height: 300px;
	overflow: hidden;
}
.page-feature-image img {
	width: 100%;
	height: auto;
}
.page-feature-image {
	margin-bottom: -4.5em;
	position: relative;
	z-index: -9;
}

/*--------------------------------------------------------------
1.1 Forms
--------------------------------------------------------------*/

.utilities_check {
	max-width: 432px;
}

.frm_form_fields h3 {
	background-color: #222;
	color: #fff;
	padding: 20px;
	border-radius: 3px;
}
.frm_form_fields h4 {
	background-color: #222;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.caps {
	text-transform: uppercase;
}
.danger {
	background-color: #f4dfdf;
	color: #000;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
}
.danger-border {
	border: 1px solid #b64949;
}
.danger-border h2 {
	color: #b64949;
}
.safe {
	background-color: #d6eae0;
	color: #000;
	padding: 20px;
	margin-bottom: 15px;
}
.utilities-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 10px 0;
    }
.utilities-flex div:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    flex-basis: 70%;
    padding-right: 5px;
    }
.utilities-flex div:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    flex-basis: 30%;
    position: relative;
    }
.utilities-flex img {
	display: block;
	border-radius: 3px;
}
.utilities-flex {
	position: relative;
}
.safe .utilities-flex div:nth-child(2)::after {
	content: "";
	background: url('/wp-content/uploads/uke-graphics/tick-green.svg') no-repeat left top;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.danger .utilities-flex div:nth-child(2)::after {
	content: "";
	background: url('/wp-content/uploads/uke-graphics/danger-red.svg') no-repeat left top;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.utilities-flex p {
	margin-bottom: 0;
}
.danger p:last-of-type,
.safe p:last-of-type {
	margin-bottom: 0;
}
.danger span,
.safe span {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/

.site-branding {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    }

.site-branding div,
.site-branding p {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }
.site-branding div {
	flex-basis: 25%;
    }
.site-branding p {
	flex-basis: 75%;
    }
.logo {
	width: 100%;
}
.logo img {
	display: block;
}
.logo a {
	display: block;
	margin: 0;
}
p.site-description {
	text-align: right;
	float: left;
    font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #222;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

@media screen and (max-width: 37.5em) {

	.site-branding div {
		flex-basis: 30%;
	    }
	.site-branding p {
		flex-basis: 70%;
	    }
	p.site-description {
		font-size: 16px;
		padding-left: 20%;
	}
}
   
    
#masthead {
	background-color: #f9f9f9;
	padding: 1em 0 0;
}

#secondary-navigation {
	margin-bottom: 0.75em;
}
.menu-secondary-menu-container {
	float: right;
}
.menu-secondary-menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}
.menu-secondary-menu-container li {
	float: left;
}
.header-contact {
	width: 50%;
	float: left;
	text-align: right;
}
.header-contact div {
	display: inline-block;
}
.header-contact a {
	text-decoration: none;
	font-weight: normal;
}
.header-contact {
	font-size: 1.6em;
	line-height: 1.1;
	letter-spacing: -1px;
}
.header-contact a:hover {
	color: #e0bf59;
}
ul#top-menu {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-flow: row wrap; 
	flex-flow: row wrap; 
	-webkit-justify-content: flex-end; 
	justify-content:flex-end;
	margin: 1em 0;
}
ul#top-menu li {
	-webkit-flex: 1 auto; 
	flex: 1 auto;
}
ul#top-menu > li > a {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 2%;
	padding: .5em 0;
	background-color: #222;
	border-radius: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	
}
ul#top-menu > li > a:hover {
	text-decoration: none;
	background-color: #e0bf59;
	color: #333;
}
ul#top-menu li.current-menu-item a {
	color: #333;
}


/*--------------------------------------------------------------
3.0 Pages
--------------------------------------------------------------*/
#primary #pg-17-1,
#primary #pgc-13-2-0 {
	margin-bottom: 0;
}
#pg-sub-heading h2 {
	margin-bottom: 0;
}
.wpcf7-form p {
	margin: 0.25em 0 0.75em 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
	margin-top: 0.35em;
}

/*--------------------------------------------------------------
3.1 Home Page
--------------------------------------------------------------*/

.dismantle-accreds {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.dismantle-accreds div {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	padding: 20px;
}

.inner-home {
	overflow: hidden;
	color: #fff;
}
.inner-home article,
.inner-home .booking-form {
	width: 50%;
	float: left;
	padding: 1em 2%;
}

.page-template-page-home h1.entry-title {
	text-align: center;
	padding-top: 0.75em;
	margin-bottom: 0.5em;
	font-size: 2.6em;
	line-height: 1.2;
}
h2.intro {
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
h3.intro {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.home-intro {
	padding: 0 2%;	
}
#pl-2 #pg-2-0, #pl-2 .so-panel {
	margin-bottom: 0.25em;
}

/** Home Widgets **/

.home-widgets-outer {
	background-color: #e0bf59;
	overflow: hidden;
}
.home-widgets-inner {
	max-width: 768px;
	margin: 0 auto;
	padding: 1.5em 2%;
}
.home-block a {
	padding: 6em 0;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.home-block a span {
    font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	padding: 0.25em;
	}
h2.home-posts-title {
	padding-bottom: 0.5em;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #f9f9f9;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}
ul.home-posts {
	list-style: none;
	padding: 0;
	margin: 0 -1%;
}
ul.home-posts li {
	width: 25%;
	float: left;
	padding: 0.5em 1%;
}
ul.home-posts h3 {
	font-size: 1.4em;
	line-height: 1.2;
}
ul.home-posts a {
	color: #fff;
	text-decoration: none;
}
ul.home-posts a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
4.0 Posts
--------------------------------------------------------------*/

.post-previews {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.post-previews article {
	width: 33.333%;
	padding: 0 1%;
}
.post-previews .post-thumbnail {
	margin-bottom: 0.5em;
}
h2.entry-title {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
h2.entry-title a {
	text-decoration: none;
}
.post-previews p {
	margin-top: 0;
}
.read-more-but a {
	display: inline-block;
}
.post-previews .entry-content {
	border-bottom: 1px solid #ccc;
}
.single .post-thumbnail {
	margin-bottom: -3.6em;
}
.single header.entry-header {
	position: relative;
	z-index: 2;
	display: inline;
}
.single h1.entry-title {
	background-color: #fff;
	display: inline-block;
	padding: 0.5em 0.75em 0 0;
	margin-bottom: 0.5em;
}
.single .entry-meta {
	font-size: 0.85em;
	background-color: #f1f1f1;
	padding: 0.5em;
}
.single .entry-meta a {
	text-decoration: none;
}
.nav-links {
	border-top: 1px solid #f9f9f9;
	padding: 1em 0;
	overflow: hidden;
}
.nav-previous a,
.nav-next a {
	text-decoration: none;
}
.nav-links a:hover {
	color: #281e5d;
}
.nav-previous a:before {
	content: "\f190";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.nav-next a:after {
	content: "\f18e";
	font-family: FontAwesome;
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
5.0 Sidebar
--------------------------------------------------------------*/

#secondary {
	padding: 0 0 0 0;
	margin-bottom: 1em;
}
#secondary ul {
	margin: 0;
	padding: 0 0 0 0.75em;
	list-style: none;
}
#secondary li a {
	color: #e0bf59;
	display: block;
	text-decoration: none;
	padding: 0.4em 0 0.4em 1.3em;
	line-height: 1.3;
	border-bottom: 1px solid #f1f1f1;
}
#secondary li a:before {
	content: "\f18e";
	font-family: FontAwesome;
	width: 1.1em;
	padding: 0.2em 0.5em 0.2em 0;
	margin: 0 0 0 -1.4em;
}
#secondary li a:hover {
	color: #281e5d;
}
h3.widget-title {
	color: #e0bf59;
	background-color: #f1f1f1;
	padding: 0.15em 0 0.15em 0.6em;
	margin-bottom: 0.5em;
}
.search-form input[type="search"] {
	width: 60%;
	padding: 5px;
}
.search-form input[type="submit"] {
	padding: 10px;
	font-size: 1em;
}
search-form .search-submit {
	position: relative;
	top: -5px;
}


/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/

.site-info {
	text-align: center;
	font-size: 0.8em;
	padding: 0 2%;
}
.site-info,
.site-info a {
	color: rgba(0, 0, 0, .5);
	text-decoration: none;
}
.site-info a:hover {
	text-decoration: underline;
}
#colophon {
	padding: 1em 0;
}


/*--------------------------------------------------------------
7.0 Responsive
--------------------------------------------------------------*/

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

	ul#top-menu > li:first-of-type a {
		margin: 0 2% 0 0;
	}
	ul#top-menu > li:last-of-type a {
		margin: 0 0 0 2%;
	}
}

/** Mobile 600px **/

@media screen and (max-width: 37.5em) {

/** Header **/

#masthead {
	padding: 0.5em 0 0;
}
#secondary-navigation {
	display: none;
}
.menu-secondary-menu-container {
	float: none;
	margin: 0 auto;
	display: table;
}
#sub-menu li:last-of-type a {
	border-right: none;
}
#secondary-navigation {
	width: 100%;
	text-align: center;
}
#site-navigation button.menu-toggle {
	width: 100%;
	margin: 0 0 0.3em 0;
}
#site-navigation button {
	font-size: 1.2em;
}
.main-navigation ul#top-menu {
	display: none;
}
ul#top-menu {
	margin: 0;
}
.main-navigation.toggled ul#top-menu {
	display: block;
}
ul#top-menu li {
    width: 50%;
}
ul#top-menu li.menu-item-has-children {
	width: 100%;
}
ul#top-menu li.menu-item-has-children a {
	margin: 0.25em 1%;
}
ul#top-menu > li > a {
	margin: 0.25em 2%;
	background-color: #281e5d;
}
.main-navigation ul ul {
	display: block!important;
	position: relative;
	width: 98%;
	top: 0;
	left: 0;
	z-index: 1;
	box-shadow: none;
	margin: 0.25em 1%;
	background-color: #543d6f;
}
.main-navigation ul ul a {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0.15em;
}

/** Home **/

.post-previews article,
.inner-home article {
	width: 100%;
}
#services-outer section {
	width: 96%;
	margin: 0 2% 1em 2%;
}
ul.home-posts li {
	width: 100%;
}

/** Sidebar **/

#secondary {
	border-left: none;
	padding: 0 0 0 0;
}

/** Pages **/

#content {
	padding-top: 0.5em;
}

.page-feature-image {
	margin-bottom: 0;
}

/** Posts **/

.post-thumbnail {
	margin-bottom: 0;
}

/** Type Styles **/

h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	line-height: 1.3;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.6;
}
.entry-content li {
	line-height: 1.3;
	margin-bottom: 0.25em;
}
.entry-content ul {
	margin: 0 0 0.5em 0;
}
.wp-caption .wp-caption-text {
	margin: 0.2em 0;
}

}

/*--------------------------------------------------------------
8.0 Formidable Forms
--------------------------------------------------------------*/

button a {
	color: #222;
	text-decoration: none;
}
button a:hover {
	color: #222;
}