/*
Theme Name: closeburnhouse
Author: Resonancy
Author URI:  https://resonancy.co
Description: Closeburn House is a child theme of the Beuh Theme, custom built for Closeburn House
License: GNU General Public License version 3.0
Template: beuh
*/

/* Global */

body {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	color: rgb(31, 26, 23);
}
h1, h2, h3, h4 {
	font-family: "PT Serif", serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1, h2 {
	font-weight: 700;
	margin-bottom: 1em;
}
#about h2,
#stay h2,
#location h2,
#events h2,
#contact h2,
#blog h2 {
	text-align: center;
	width: 100%;
}
#about.content,
#stay.content,
#location.content,
#events.content,
#contact.content,
#blog.content {
	padding-top: 60px;
}
p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}
a,
a:hover {
	color: rgb(58,66,25);
}
a:hover {
	text-decoration: underline;
}
.post-template-default a {
	text-decoration: underline;
}
.content {
	padding-top: 120px;
}
.other-menu.header {
	background-color: rgb(31, 26, 23);
}
/*#home {
	margin-top: 110px;
}*/
.menu-homepage-menu-container .navigation li a[href$="book-now/"], .menu-box li a[href$="book-now/"] {
	color: rgb(233,198,127);
}
.menu-homepage-menu-container .navigation li a, .menu-box li a {
	color: #fff;
	font-size: 17px;
}
.for-sticky {
	background-color: rgb(31, 26, 23);
}
.mobile-menu li a {
	font-size: 19px;
	color: #fff;
}
.mobile-menu {
	background-color: rgb(58,66,25);
	padding: 0;
}
.mobile-menu li a:hover {
	background-color: rgb(167,171,154);
	color: rgb(31, 26, 23);
	font-weight: 700;
}
.collapse.in,
.collapsing,
.collapse {
	width: 100%;
	display: block;
	position: absolute; /* ensure the primary nav doesn't jump around */
}
.mobile-menu.in {
    border: none;
    border-bottom: 1px solid rgb(233,198,127);
}
.menu-btn {
	border-color: rgb(233,198,127);
}
.menu-btn .fa-bars {
	color: rgb(233,198,127);
}
.caption-box h3 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 2.2em;
}
.caption-box p {
	font-weight: 400;
	font-size: 1.6em;
	letter-spacing: normal;
	text-transform: capitalize;
}
.caption-box .liner {
	display: none;
}
#footer {
	background-color: rgb(233,198,127);
}
#footer p,
#footer small {
	color: rgb(31, 26, 23);
	font-size: 15px;
}
#footer.content {
	padding: 1em 0;
}
.ack-country {
	font-weight: 700;
}

/* About */

#about {
	background-color: rgb(80,87,54); /* root branding colour */
	color: #fff;
}
#about .container {
	padding-left: 30px;
	padding-right: 30px;
}

/* Stay */

#stay {
	background-color: rgb(167,171,154);
	color: rgb(31,26,33);
}
#stay a[href$="book-now/"] {
	display: inline-block;
	background-color: rgb(80,87,54);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 2em;
}
#stay .container,
#events .container,
#location .container,
#blog .container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow:row wrap;
	-moz-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
#stay-text,
#stay-slider,
#events-text,
#events-slider,
#location-text,
#cbmap {
	width: 100%;
}
#stay-slider {
	margin-top: 1em;
}
#stay-text,
#events-text,
#location-text {
	padding-right: 15px;
}
/* Location */

#location {
	background-color: rgb(58,66,25);
	color: #fff;
}

/* Events */

#events {
	background-color: rgb(167,171,154);
	color: rgb(31,26,33);
}

/* Blog section */

#blog {
	background-color: rgb(123,129,104);
}
#blog .container ul li {
	list-style-type: none;
}
#blog .container ul li {
	width: 50%;
}
#blog .container ul li {
    width: 45%;
    border: 3px solid rgb(31,26,33);
    padding: 15px;
    margin: 1%;
    background-color: rgb(31,26,33);
}
#blog .container ul li a {
	color: rgb(233,198,127);
}
/* Contact */

#contact {
	background-color: #fff;
}
/* Book Now */

.page-template-page-general .blog-title {
	text-align: center;
	letter-spacing: 1px;
	padding: 0;
	font-size: 30px;
}
.for-sticky,
.header.other-menu {
	transition: none;
	padding: 5px 0;
}
.header.other-menu {
	position: fixed;
}
/* Blog landing page */

.sidebar .widgettitle {
	color: rgb(58,66,25);
	font-weight: 700;
}
.sidebar .widget {
	border-top: 4px solid rgb(233,198,127);
}
.blog-box {
	border-bottom: 4px solid rgb(233,198,127);
}
.blog-title {
	color: rgb(58,66,25);
}
.post-date,
.go-btn,
.form-submit #submit {
	color: rgb(233,198,127);
	background-color: rgb(31,26,33);
}
.form-submit #submit {
	border: 3px solid rgb(31,26,33);
}
.go-btn {
	font-size: 14px;
}
.go-btn:hover,
.form-submit #submit:hover,
.go-btn:focus {
	color: rgb(58,66,25);
	background-color: #fff;
	text-decoration: none;
	border: 3px solid rgb(58,66,25);
}
.navigation li a:hover,
.menu-box li a:hover {
	color: #fff;
}
.pagination>li>a, .pagination>li>span {
	color: rgb(31,26,33);
	border: none;
	font-weight: 700;
	padding: 0;
}
.pagination li a 
.pagination>li>a:hover, .pagination>li>span:hover,
.pagination>li>a:focus, .pagination>li>span:focus {
	color: rgb(31,26,33);
	background: transparent;
	text-decoration: underline;
}
.pagination>li:first-child>a {
	margin-right: 5px;
}
.pagination>li:last-child>a {
	margin-left: 5px;
}

/* Instagram plugin */

#sbi_load .sbi_load_btn,
#sbi_load .sbi_follow_btn a {
	color: rgb(233,198,127)!important;
	background-color: rgb(31,26,33)!important;
	text-decoration: none;
	border: 3px solid rgb(31,26,33)!important;
	border-radius: 0!important;
	text-transform: uppercase!important;
	font-weight: 700;
	letter-spacing: 3px!important;
}

#sbi_load .sbi_load_btn:hover,
#sbi_load .sbi_follow_btn a:hover {
	color: rgb(58,66,25)!important;
	background-color: #fff!important;
	text-decoration: none;
	border: 3px solid rgb(58,66,25)!important;
	border-radius: 0!important;
	text-transform: uppercase!important;
	font-weight: 700;
	letter-spacing: 3px!important;
}

/* Media Queries */

@media only screen and (min-width: 769px) {
	#stay-text,
	#stay-slider,
	#events-text,
	#events-slider,
	#location-text,
	#location-map,
	#location-text,
	#cbmap {
		width: 50%;
	}
	#stay h2,
	#events h2,
	#location h2 {
		width: 100%;
	}
	#stay-slider {
	margin-top: 0;
	}
	.caption-box h3 {
		font-size: 3.5em;
	}
	.caption-box p {
		font-size: 1.8em;
	}
}