/*
Theme Name: Buccleuch Arms Hotel Moffat Theme
Theme URI: http://www.buccleucharmshotel.com
Description: Buccleuch Arms Hotel Moffat theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk
*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', 'Helvetica', 'Arial', serif;
	color:#404040;
	font-size:14px;
}

h1, h2, h3 {
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
	font-weight: 200;
	margin: 0;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

iframe{
	max-width: 100%;
}

.clearer {
	clear:both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color:#b80000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection {
	background: #b80000; /* Safari */
	color:#fff;
}

::-moz-selection {
	background: #b80000; /* Firefox */
	color:#fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 960px;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;

}

/* Heading */

.heading{
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
}

.logos{
	float: left;
	width: 50%;
	text-align: center;
}

.logos img{
	max-width: 100%;
	height: auto;
}

.buccleuch-logo{ 
	float: left;
	border-right: 1px solid #000;
	padding-right: 2%;
	width: 47%;
}

.beef-grill-logo{
	float: left;
	padding-left: 2%;
	width: 47%;
}

.header-contact{
	float: right;
	width: 38%;
	text-align: right;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
	margin-top: 10px;
	padding-right: 2%;
}

.header-contact h2{
	text-transform: uppercase;
	font-weight: 200;
}

.header-contact h2 span{
	text-transform: capitalize;
	font-style: italic;
}

.header-contact p{
	font-size: 12px;
	font-style: italic;
}

.header-contact a{
	color: #000;
	font-style: italic;
}
/* Navigation */

.nav {
	width: 100%;
	background-color: #404040;
	color: #fff;
	float: left;
}

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

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
}

.nav li {
	display: inline;
	list-style-type: none;
}

.nav a {
	position: relative;
	padding: 25px 20px 15px 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
	border-bottom: 10px solid #404040;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	font-weight: normal;
	border-bottom: 2px solid #b7bfc0;
}

.nav .menu li {
	list-style: none;
}

.nav .menu li {
	list-style: none;
	float: left;
}
 
.nav .menu li ul a:link, .nav .menu li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 

.nav .menu li ul {
	position: absolute;
	display: none;
	background: #404040;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	width: 200px;
	margin-left: 0px;
	padding-bottom: 5px;

	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px; 
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 3px 1px 4px black;

	box-shadow: 0 5px 10px #333;
	moz-box-shadow: 0 5px 10px #333;
	webkit-box-shadow: 0 5px 10px #333;
} 

.nav .menu li ul a {
	font-size: 14px;
}

.nav .menu li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
} 

.nav .menu li ul li a {
	border-bottom: 0px solid #404040;
}

.nav .menu li ul li a:hover {
	border-bottom: 0px solid #b7bfc0;
	color:#aaa;
}

/* Mobile Nav */

.arrow{
	display: none;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

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

.mobile-nav {
display: none;
float: left;
width: 100%;
}

.mobile-nav a {
color:#fff;
float: left;
width: 100%;
margin: 0;
background: #404040;
text-align: center;
padding: 10px 0;
font-style: italic;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
}

.mobile-nav ul li ul {
color:#fff;
font-size:80%;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
color: #fff;
}

.mobile-nav-header {
color:#fff;
width: 100%;
margin: 0;
background: #404040;
padding: 20px 0;
font-style: italic;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}


/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 25px;
}

/* Body */

.banner{
	float: left;
	width: 100%;
	background: url(images/bg-wood.jpg);
}

.responsive-slider.flexslider .slide-title a{
	display: none;
}

.responsive-slider.flexslider{
	margin: 0 !important;
}

.responsive-slider.flexslider img{
	width: 100%;
	height: auto;
}

.banner-hr{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.banner-hr img{
	width: 100%;
	height: auto;
}

.home-content{
	text-align: left;
	float: left;
	width: 100%;
	margin: 20px 0;
}

.home-content h1{
	text-transform: uppercase;
	font-weight: 200;
	font-size: 26px;
}

.home-content h1 span{
	font-style: italic;
	text-transform: capitalize;
}

.home-left{
	float: left;
	width: 48%;
}

.home-book{
	border: 1px solid #b7bfc0;
	float: left;
	padding: 10% 20%;
	width: 58%;
	background: url(images/home-book.jpg) no-repeat;
	background-position: center center;
	margin-bottom: 4%;
}

.home-book a{
	padding: 10%;
	border: 1px solid #b7bfc0;
	color: #fff;
	background: url(images/home-black.png);
	float: left;
	font-size: 26px;
	width: 79%;
}

.home-book a:hover{
	cursor: pointer;
	background: #000;
}

.home-book a h2{
	text-transform: uppercase;
	font-weight: 200;
}
.home-book a h2 span{
	font-style: italic;
	text-transform: capitalize;
}

.home-history{
	float: left;
	padding: 5%;
	border: 1px solid #b7bfc0;
	width: 88%;
	background: url(images/home-history.png) no-repeat;
	background-position: center center;
	background-size: auto;
}

.home-history a{
	border: 1px solid #b7bfc0;
	color: #fff;
	background: url(images/home-black.png);
	padding: 5%;
	width: 89%;
	float: left;
}

.home-history a:hover{
	cursor: pointer;
	background: #000;
}

.home-history h2{
	text-transform: uppercase;
}

.home-history h2 span{
	font-style: normal;
	font-style: italic;
	text-transform: none;
}

.home-right{
	float: right;
	width: 48%;
}

.home-sign-up{
	float: left;
	border: 1px solid #b7bfc0;
	padding: 5%;
	width: 88%;
	margin-bottom: 4%;
	background: url(images/home-sign.jpg) no-repeat;
	background-position: center center;
}

.home-sign-up h2{
	text-transform: uppercase;
	font-weight: 200;
	font-size: 20px;
}

.home-sign-up h2 span{
	font-style: italic;
	text-transform: none;
}

.home-grill-tab{
	float: left;
	border: 1px solid #b7bfc0;
	padding: 20% 5%;
	width: 88%;
	background: url(images/home-grill.jpg) no-repeat;
	background-position: center center;
}

.home-grill-tab a{
	border: 1px solid #b7bfc0;
	color: #fff;
	background: url(images/home-black.png);
	float: left;
	width: 89%;
	padding: 5%;
}

.home-grill-tab a:hover{
	background: #000;
}

.grill-logo{
	float: left;
	width: 45%;
}

.grill-logo img{
	width: 100%;
	height: auto;
}

.grill-text{
	float: right;
	width: 50%;
	text-align: left;
}

.page-left{
	float: left;
	width: 25%;
	margin-top: 20px;
}

.children{
	float: left;
	width: 100%;
}

.children ul li{
	list-style: none outside none;
}

.children li{
	text-align: left;
}

.children ul{
	margin: 20px 0;
	padding: 0;
}

.children a{
	color: #404040;
	font-size: 16px;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
}

.children a:hover, .children .current_page_ancestor > a, .children .current_page_item > a {
	font-style: italic;
}

.inner-book a{
	font-size: 14px;
}

.inner-history a{
	font-size: 12px;
}

.inner-testimonial{
	float: left;
	padding: 5% 3%;
	border: 1px solid #b7bfc0;
	width: 93%;
	background: url(images/inner-wood.jpg);
	color: #fff;
	margin-top: 4%;
}

.inner-testimonial span{
	font-style: italic;
	font-size: 20px;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
	float: left;
	width: 100%;
	margin: 20px 0;
	font-weight: 100;
}

.page-right{
	float: right;
	width: 70%;
	margin-top: 40px;
}

.page-right h1{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 100;
	font-size: 24px;
	font-style: italic;
}

.page-content{
	float: left;
	width: 100%;
	text-align: left;
}

.page-content h2{
	font-style: italic;
	font-weight: 100;
}

.page-content span.testimonial{
	font-style: italic;
	font-size: 20px;
	font-family: 'Libre Baskerville', 'Georgia', 'Times', serif;
}

.inner-hr{
	float: left;
	width: 100%;
}

.inner-hr img{
	width: 100%;
	height: auto;
}

.single-staff{
	float: left;
	width: 44%;
	margin: 2% 3%;
	min-height: 480px;
}

.single-staff h2 {
	margin-top: 10px;
}

#mc_embed_signup{
	float: left;
	width: 100%;
	margin-top: 15px;
}

#mce-EMAIL{
	float: left;
	width: 64%;
	padding: 2%;
	font-family: 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	border: 1px solid #dddddd;
	box-shadow: inset 0 0px 5px #dddddd;
	moz-box-shadow: inset 0 0px 5px #dddddd;
	webkit-box-shadow: inset 0 0px 5px #dddddd;
}

#mc-embedded-subscribe{
	float: left;
	width: 25%;
	border: none;
	font-family: 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 2% 0;
	border: none;
	background: #b7bfc0;
}

.rooms-text, .guest-type-text, .extra-type-text, .booko-extra-detail, .booko-extra-text {
	padding: 2%;
	width: 96%;
	margin: 0;
	float: left;
}

.booko-available-room-prices{
	width: 40%;
}

.booko-extra-text{
	font-size: 14px;
}

.booko-extra-detail{
	padding: 0;
}


/* Footer */

.credit {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Lato', 'Helvetica', 'Arial', serif;
	font-size: 10px;
	margin: 20px 0 5px 0;
}

.footer {
	width: 100%;
	float: left;
	background: #404040;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	padding: 30px 0 5px 0;
	margin-top: 20px;
}

.footer h2{
	font-size: 20px;
	font-weight: 200;
	font-style: italic;
}

.footer a{
	color: #fff;
}

.footer-left{
	float: left;
	text-align: left;
	margin-right: 50px;
}

.footer-left a{
	font-weight: 400;
}

.footer-middle{
	float: left;
	text-align: left;
}

.footer-middle ul {
	margin: 0;
	padding: 0;
}

.footer-middle ul li {
	list-style: none outside none;
}

.footer-middle a:hover {
	font-style: italic;
}

.footer-right{
	float: right;
	width: 25%;
}

.footer-right img{
	width: 30%;
}

.top, .bottom{
	width: 100%;
	float: left;
}

.top{
	border-bottom: 1px solid #b7bfc0;
}
