/*
Theme Name: Origami Penguin Master
Theme URI: http://www.origamipenguin.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0
Author: Origami Penguin
Author URI: http://www.origamipenguin.com
Tags: bootstrap 3
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* =Theme customization starts here
-------------------------------------------------------------- */

body {

	background-image: url(images/bg.jpg);
	font-size: 100%;
	line-height: 20px;
	font-size: 12px;
	padding-top: 0;
	
}

h1, h2, h3, h4, h5 {

	font-family: 'Merriweather', serif;
	font-weight: 900;
}

h1 {

	text-transform: uppercase;
	color: white;
	padding: 15px;
	
}

hr {
	clear: both;
}

p, label, a, ul, ol {

	font-family: 'Merriweather', serif;
	font-weight: 600;
}

a {

	color: #d02817;
	
}

a:hover {

	color: #bd2516;
	
}

.padded-block {

	background-color: white;
	padding: 15px;
	border: 1px solid #e7e7e7;
}

.extra-top-margin {

	margin-top: 15px;
	
}

.extra-bottom-margin {

	margin-top: 15px;
	
}

.widget {

	text-align: center;
	margin-bottom: 10px;
	
}

ul.beer-list{

	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	
}

ul.beer-list li {

	background-image: url(images/beer-icon.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: 700;
	
}

p.tags {
	margin-top: 10px;
}

.tags a {
	color: #fff;
	background: #f23135;
	border: 0px;
	padding: 2px 5px;
	border-radius: 4px;
}

a.btn, #submit, button, input[type=submit] {
	color: #fff;
	background: #f23135;
	border: 0px;
	padding: 6px 12px;
	border-radius: 4px;
}

a.btn:hover, button:hover, input[type=submit]:hover {

	background: #bd2516;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

/* =Top Bar
-------------------------------------------------------------- */
.navbar-top p.italic-copy, .navbar-top .menu ul li {
	font-style: italic;
	color: white;
	margin-top: 5px;
	font-size: 11px;
}

.navbar-top {
	background-color: #333333;
	border-color: #e7e7e7;
	height:35px;
	margin-bottom: 20px;
	
}

#dropdownMenu1 {
	font-style: italic;
	color: #bd2516;
	display: inline-block;
	margin-top: 3px;
	font-size: 12px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	background-color: #3a383c;
	color:#fff;
}

.btn .caret {
	color: #d02817;
}

.navbar-top .menu ul li {
	list-style: none;
	position: relative;
}

.navbar-top ul.menu {
	padding: 5px 0 0 0;
}

.navbar-top .menu li > a {
	font-size: 11px;
}

.navbar-top .menu li ul {
	display: none;
	background-color: #333333;
	padding: 0;
	position: absolute;
    right: 0;
    width: 100%;
}

.navbar-top .menu li ul li {
	margin: 0;
	display: block;
}

.navbar-top .menu li:hover ul {
	display: block;
	z-index: 999;
	padding: 0 15px 15px 15px;
}

.menu-links-container {
	position: relative;
	z-index: 99999999999;
	padding: 0 15px 15px 15px;
}

/* Custom Responsive menu
--------------------------------------------------------------*/

#cssmenu {
  background: #d02817;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'Merriweather', serif;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;  
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
  z-index: 99999999999;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #3a383c;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #3a383c;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #d02817;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #d02817;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #d02817;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #3a383c;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #3a383c;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #3a383c;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 7px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
  
  #cssmenu > ul > li:hover > a, #cssmenu > ul > li > ul > li:hover > a {
	  color: #ffffff;
	}

}

/* =Main Nav
-------------------------------------------------------------- */

#cssmenu {
	background-color: #3a383c;
	border-color: #e7e7e7;
	margin-bottom: 20px;
}

/* =Downloads
-------------------------------------------------------------- */

.download-button {
	max-width: 300px;
}

/* =Social Icons
-------------------------------------------------------------- */

.social-icons {

	list-style: none;
	margin: 10px 10px;
	text-align: right;
}

.social-icon {

	float: right;
	
}

/* Basic jQuery Slider essential styles 
-------------------------------------------------------------- */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


/* =Home Page
-------------------------------------------------------------- */

.logo-wrapper {
	display: table-cell;
	text-align: center;
	margin-bottom: 20px;
}

.logo-wrapper img {
	text-align: center;
	
}

.head-border {

	border-bottom: 7px #d02817 solid;
	border-top: 7px #d02817 solid;
	
}

.breadcrumb-wrapper {

	margin-bottom: 20px;
	padding: 10px 0 0 0;
	
}

p#breadcrumbs {

	margin-bottom: 0px;
	text-align: right;
	font-style: italic;
	font-size: 80%;
	
}

.horizontal-line {
	border-top: 1px solid #3a383c;
	text-align: center;
	margin: 30px 0 -10px 0;
	clear: both;
	
}

.horizontal-line img{

	margin: -25px auto 0 auto;
	text-align: center;
	
}

.strapline {

	text-align: center;
	margin-bottom: 20px;
	
}

.strapline-icon{

	margin: -20px;
	z-index: 99999;
	
}

.heading-banner {

	background: url(images/h1-top-left.png) top left no-repeat, url(images/h1-bottom-left.png) bottom left no-repeat, url(images/h1-top-right.png) top right no-repeat, url(images/h1-bottom-right.png) bottom right no-repeat;
	height: inherit;
	padding: 0 40px;
	
}

.strapline .outer-banner {

	margin: 0;
	margin-bottom: 15px;
	
}

.strapline .outer-banner .inner-banner h1 {

	background-color: #3a383c;
	padding: 15px;
	max-width: 90%;
	margin: 0 auto;
	
}

/* =Home Banner
-------------------------------------------------------------- */
.home-banner {
	margin-bottom: 20px;
}


/* =Page Content
-------------------------------------------------------------- */

.post_content img, .post_content a img {

	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	
} 

.post_content p {
	position: relative;
	z-index: 20;	
} 

.post_content .padded-block {
	margin-bottom: 30px;
}

.heading-wrap-corner-dark {

	background-image: url(images/15-black-corner.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	margin: -30px 0 0 -30px;
	
}

.heading-wrap-dark {

/* PB Fix */
	position: relative;
	z-index:88;
/* End */
	background: url(images/h1-top-right.png) top right no-repeat, url(images/h1-bottom-right.png) bottom right no-repeat;
	height: inherit;
	
}

.heading-wrap-corner-light {

	background-image: url(images/15-light-corner.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	margin: -30px 0 0 -30px;
	
}

.heading-wrap-light {

	background: url(images/h2-top-right.png) top right no-repeat, url(images/h2-bottom-right.png) bottom right no-repeat;
	height: inherit;
	
}

.heading-wrap-light h2 {

	background-color: #e8e8e8;
	padding: 10px 35px;
	position: relative;
	z-index: 100;
	margin: 0 60px 0 0;
	height: 50px;
	
}


.post_content h1, .post_content h2.home-first-head {

	color: white;
	background-color: #3a383c;
	background-image: none;
	padding: 15px 35px;
	position: relative;
	z-index: 100;
	margin: 0 60px 0 0;
	
}

.customer-comment h2 {
	margin: 0 0 10px 0;
}

/* PB - Comments Style */


ol.commentlist li {

	padding-right: 10px;
	background-color: #fff;
	
}

ol.commentlist li {

	margin-bottom:30px;
	padding:30px;
	border: 1px solid #e7e7e7;
	
}

ol.commentlist li.bypostauthor {

	background-color: #fff;
	
}

.commentlist article {

	background-color: #fff;
	
}


.comment .vcard > div {

	margin-top: 8px;
	padding: 0 10px;
	
}


.comment .vcard .comment-text {

	margin-left: 0;
	
}

.comment-respond {

	padding:30px;
	background: #fff;
	border: 1px solid #e7e7e7;
	
}
/* END PB */

/* =Full Width Template
-------------------------------------------------------------- */

.full-width-heading {

	margin: -30px 0 0 0;
	
}

.full-width-heading h1 {

	color: white;
	background-image: url(images/h1-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 15px 35px;
	position: relative;
	z-index: 100;
	margin: 0 60px 15px 0;
	text-align: center;
	
}

/* =Posts
-------------------------------------------------------------- */

.post-wrap {

	margin-bottom: 30px;
	
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar1 {

	margin-top: 15px;
	
}

.widget {
	background-color: white;
	padding: 15px;
	border: 1px solid #e7e7e7;
	clear: both;
}

.widget_recent_entries ul {

	list-style: none;
	margin:0;
	padding:0;
	
}

.widget_recent_entries ul li{
 	text-align: left;
 	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	clear: both;
	width: 100%;
}

.widget .textwidget {
	text-align: left;
	font-size: 1.3em;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

.widget .textwidget input{
	width: 100%;
}

.widget h3 {
	margin-top: 0;
	font-size: 20px;
}

.widget table {
	width: 100%;
}

.opening-hours {
	text-align: center;
}

#sidebar1 p, #sidebar1 .textwidget, #sidebar1 li {
	font-size: 12px;
}

#sidebar1 label {
	font-size: 14px;
}

/* =Contact
-------------------------------------------------------------- */

input[type=text], input[type=email], textarea {
	clear: both;
	width: 100%;
	border: 1px solid #ddd;
}

textarea {
	max-height: 300px;
}

label {
	margin-top: 5px;
}

/* =Downloads
-------------------------------------------------------------- */

.download-wrapper a {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.download-wrapper a img{
	margin-bottom: 2px;
}

.download-wrapper {
	margin-bottom: 30px;
	margin-right: 10px;
	float: left;
}

/* =404 Page
-------------------------------------------------------------- */

.error-page h1 {
    color: #3a383c;
    background-color: white;
    background-image: none;
    padding: 15px 0;
    position: relative;
    z-index: 100;
    margin: 0 60px 0 0;
    font-size: 50px;

}

/* =Footer
-------------------------------------------------------------- */

#inner-footer {
	margin-top: 40px;	
}

#footer-menu {
	border-bottom: 7px #d02817 solid;
	border-top: 7px #d02817 solid;
	margin-bottom: 10px;		
}

#footer-menu ul li {
	text-align: center;	
}

.inn-the-bar-footer {	
	background-color: white;
	margin-top: 15px;
	border: 1px solid #e7e7e7;
	padding:30px;
}


.footer-pub-logos {
	
/* here to style the footer logos from the associated plugin */

}
/*
.inn-the-bar-footer img {
	width: 5%;
	height: auto;
	float: left;
	margin: 10px 30px 0px 30px;
}
*/
.sign-off {
	color: white;
	background-color: #3a383c;
	padding: 10px 20px 2px 20px;
	border: 1px solid #e7e7e7;	
}

/* Testimonials */
#pb-testimonials {

	display:none;
	position: relative;
	padding:10px;
	margin-bottom:10px;
	z-index:999;
	
}

#pb-testimonials {
	margin:0px;
	padding:20px;
	border:none;
	color:#fff;
	margin-bottom:20px;
	font-size: 150%;	
}

.testimonialWrap {
	background: url(images/quotes-open.png) top left no-repeat, url(images/quotes-close.png) bottom right no-repeat;
	padding: 0 120px;
	margin: 20px -50px;	
}

#pb-testimonials cite {

	text-align:center;
	
}

#Testimonial_wrap blockquote {

	text-align: center;
	border-left: none;
	min-height: 130px;
	
}

/* Events and Offers Centeral */

.pbEvent {

	background:#3a383d;
	margin-bottom: 15px;
	
}
.eventTitle {

	position:relative;
	top:10px;
	left:-15px;
	margin-bottom:20px;
	background:#e8e8e8;
	padding:5px;
	max-width:80%;
	padding-left:30px;
	
}

.eventContent {

	max-width: 65%;
	color:#e8e8e8;
	margin: 10px 0 0 15px;
	
}

.eventReadMore {

	margin: 15px;
	
}

.eventImage {

	overflow:hidden;
	width:150px;
	height:auto;
	-webkit-transform:rotate(-60deg);		
	-moz-transform:rotate(-60deg);
	-o-transform:rotate(-60deg);
	-ms-transform:rotate(-60deg);
	position:relative;
	top:-120px;
	
}

.italic {

	font-style:italic;
	
}

.contentImage {

	overflow:hidden;
	max-width: 25%;
	height:auto;
	position:relative;
	overflow:hidden;
	width:100px;
	height:auto;
	-webkit-transform:rotate(10deg);		
	-moz-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	position:relative;
	margin:-75px 0px 0 0;
	
}



.contentContent {

	color:#e8e8e8;
	margin: 0 0 0 15px;
	max-width: 65%;
	float: left;
	
}

.contentBlock:nth-of-type(3n) {

	clear: both;
}

.evimg {

	margin-right:-90px;
	

}

.wpcf7-form {


	width:100%;
	padding: 10px 20px; 
	margin-bottom:10px; 
	
}
 
.wpcf7-form input, .wpcf7-form textarea{ 

	width:100%;
    	margin: 4px 0 8px 0;
    	padding: 5px 7px;
	color: #4f4f4f;
    	font-size: 14px;
    	vertical-align: middle;
    	
}
 
.wpcf7-form p { 

	color:#3a383c; 
	margin-top:10px; 
	margin-bottom:10px; 
	
}
 
.wpcf7-form .wpcf7-submit { 

	background:#3a383c;
	border-radius:7px;	
	cursor:pointer; 
	width:100px;
	margin:7px 0;
	padding: 5px 15px;
	color:#fff; 
	
}

.bold {

	font-weight: bold;
	
}

/* Paul Berry - Nav fixes */
.icon-bar {

  	background-color: #d02817 !important;
  	
}


/* Paul Berry - make this span act like a P tag (block level) */
.navbar-top span.italic-copy {

	font-style: italic;
	color: white;
	display:inline-block;
	margin-top: 5px;
	font-size: 12px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	
}


/* Event Plugin Styles 
------------------------------------------------------------------- */

#wp-calendar th {
	text-align: center;
}

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

.eo-events li{
	text-align: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

time, .meta {
	font-size: 16px;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-style: italic;
}

.fc-header .fc-corner-right, .fc-header .ui-corner-right {
  min-height: 22px;
}

/* Download Monitor Styles */

.download-box {
	width: 100%;
}

.download-box p{
	line-height: 15px;
}

/* Media Queries */

@media(max-width:767px){
	h1 {
		font-size: 2.3em;
	}
	
	h2 {
		font-size: 2.3em;
	}
	
	h3 {
		font-size: 2.3em;	
	}
	
	.testimonialWrap {
		background: url(images/quotes-open.png) top left no-repeat, url(images/quotes-close.png) bottom right no-repeat;
		background-size: 15%;
		padding: 0 60px;
		margin: 20px -50px;
	}
	
	#nav-wrapper {
		background-color: white;
	}
	

	.limited-container {
		max-width: 1400px;
		max-height:200px;
		margin: 0 auto;
		background-color: white;
		overflow: hidden;
	}
	
	.slider-left, .slider-right {
		margin: 80% 0;
	}

}

/* Media Queries */

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
	
	/* Download Monitor Styles */

	.download-box {
		min-height: 310px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {
	
}

/* Large Devices, Wide Screens */	
@media(min-width : 1025px) {
		
}


/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
	
	/* Home Page */
	
	.home-banner {
		min-height: 639px;
	}
	
	/* Download Monitor Styles */

	.download-box {
		min-height: 290px;
	}

}


/* Trip Advisor  */ 

.widSSP {
        
        width:100%!important;

}

.widSSPData {

        background:transparent!important;
        border:solid 1px #d02817!important;
}

.widSSPBranding {

        border:none!important;

}

.widSSPBranding dt {

        display:block!important;
        padding:6px!important;
        background:#fff;
        height:50px!important;
        width:95%!important;

}

.widSSPBranding dl dt img {

        display:block!important;

}

.widSSPBranding dl dd {

        display:none!important;

}

.widSSPBranding dl dd, .widSSPBranding dl dd a {

        color:#d02817!important;
        font-style:normal!important;
        font-size:12px!important;

}

.widSSPSummary dl dt {

        color:#fff!important;

}

.widSSPTrvlRtng dl dd div, .widSSPTrvlRtng dl dd div b {

        color:#d02817!important;
        font-weight:normal!important;

}

.widSSPTrvlRtng dl dd img {

        padding:3px!important;
        background:#fff;
        -moz-border-radius: 6px;
        border-radius: 6px;

}

.widSSPPopIdx b, .widSSPPopIdx span i {

        color:#d02817!important;
        font-weight:normal!important;

}

.widSSPDig1 sup  {

        color:#d02817 !important;

}

.widSSPAll a {

        color:#d02817!important;

}

.widSSPAll .widSSPReadReview {

        margin-left:1px!important;

}

.widSSPLegal {

        text-align:center!important;
        color:#fff!important;
        font-size:10px!important;

}

.widSSPSummary dl dt {

        color:#d02817 !important;

}

/* Social Media */ 

iframe {
 
	width:100% !important;

	}

#twitter-widget-0 {

   	width: 100% !important;
   	min-width: 100% !important;

}

#CDSSCROLLINGRAVE {

	width:100% !important;

}

marquee {

	width:100% !important;

}