/*
Theme Name: Inn The Bar 2017
Theme URI: https://wemanageweb.co.uk
Description: Inn The Bar 2017 child theme based on Master Makoto
Version: 1.4
Author: We Manage Web
Author URI: https://wemanageweb.co.uk
Tags: bootstrap 4, responsive
Text Domain:  master-makoto
Template: master-makoto
*/

/* Theme Styles
	----------------------------------------------------------------- */
	
html#html {
    margin-top: 50px !important;
}
	
body, p, a, ol, ul, li {
	font-family: 'Open Sans', sans-serif;
	color: #2b2b2b;
}
	
h1, h2 {
	font-family: 'Oswald', sans-serif;
	color: #2b2b2b;
	margin-bottom: 30px;
}

h3, h4 {
	font-family: 'Oswald', sans-serif;
	color: #2b2b2b;
	margin-bottom: 1em;
}

h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 34px;
}

h2 {
	text-transform: uppercase;
}

h5, .h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
}

.script {
	font-family: 'Pacifico', cursive;
}

.p-bold {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

a {
	transition: all 0.8s;
}

a:hover {
	color: #2b2b2b;
	transition: all 0.8s;
	text-decoration: none;
}

hr {
	margin: 2.3em 0;
    border-top: 2px solid #afa99e;
}

body {
  background-color: #FFFFFF;
}

.background-white {
	background: white;
}

.background-black {
	background: #2b2b2b;
}

.background-dark-trans {
	background: rgba(0, 0, 0, 0.8);
}

.background-light-trans {
	background: rgba(255, 255, 255, 0.5);
}

.image-background {
	background-size: cover;
	background-position: center center;
}

.full-overlay {
	height: 100vh;
}

.featured {
	width: 100%;
	z-index: 9999;
	height: 100px;
	margin-top: -100px;
	display: block;
}

.black-border {
  border: solid 2px #000000;
}

.border-top {
  border: none;
}

.border-bottom {
  border: none;
}

.margin-top {
	margin-top: 60px;
}

.full-height-center-parent, .page-header-container {
  height: 100%;
  position: relative;
  display: table-cell !important;
  vertical-align: middle;
}

.full-height-center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-height {
  height: 100%;
  height: 100vh;
}

.padded-block {
  padding: 15px;
  border: solid 2px #000000;
  margin-bottom: 30px;
  border-radius: 0px;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.no-radius {
  border-radius: 0px;
}

.page-row {
  margin-top: 5px;
}

.breadcrumb {
  background-color: transparent !important;
  border-bottom: 1px solid black;
  border-radius: 0;
}

.img-grow-contain {
	overflow: hidden;
}

.grow {
	transition: all .2s ease-in-out;
}

.grow:hover {
	transform: scale(1.05);
}

form.wpcf7-form span.wpcf7-list-item {
    margin: 0 5px 0 0;
    width: 20px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
	border: 1px solid #ddd;
}

/* Buttons
	----------------------------------------------------------------- */

button, .btn, submit, input[type="submit"] {
	color: white;
	border: 0;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    transition: all 0.8s;
}

button:hover, .btn:hover, submit:hover {
	transition: all 0.8s;
	background-color: #2b2b2b;
	color: white;
}

.btn {
    margin-bottom: 2em;
    width: 100%;
}

.nav-tabs {
	clear: both;
	margin-top: 15px;
}

/* Dark Sections
	----------------------------------------------------------------- */
	
.dark {
	background-color: #2b2b2b;
}

.dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark li {
	color: white;
}

.dark input {
	color: #2b2b2b;
	padding: 5px;
}

.dark .widget h2:nth-of-type(1) {
	margin-top: 0;
}

/* Form Styles
	----------------------------------------------------------------- */
	
input, textarea {
	width: 100%;
}

input {
	border: 0;
	border-radius: 4px;
}

/* Gallery Styles
	----------------------------------------------------------------- */
	
.gallery .fp-tableCell {
  vertical-align: top !important;
  text-align: center;
}

.gallery-item img {
	border: 0px solid transparent !important; 
	padding: 10px;
}

.panel-default {
	border: 1px solid #2b2b2b;
}

.panel-default>.panel-heading {
	background-color: #2b2b2b;
	color: white;
}

.panel-title {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.panel-title a:hover {
	color: white;
}

.jp-carousel {
	bottom: 0px;
}

.jp-carousel-info {
	display: none;
}

/* Breadcrumbs
	----------------------------------------------------------------- */

.breadcrumbs {
	text-align: right;
}
	
/* Header Menu Styles
	----------------------------------------------------------------- */
	
.navbar-brand {
	background-color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	margin-right: 25px;
}

.navbar-brand>img {
    width: 45px;
    height: auto;
    display: block;
    max-width: none;
    margin: -18px 0 0 -18px;
}

.navbar-brand:hover {
	background-color: white !important;
}

.menu-bar {
	background-color: #2b2b2b;
	border-bottom: 2px solid white;
	height: 52px;
}

.menu-bar .menu {
  float: none;
  border: none;
}

.navbar-default {
	background-color: transparent;
	border: 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

#cssmenu > ul > li.active > a, #cssmenu > ul > li.current_page_parent > a, #cssmenu > ul > li:hover > a, .navbar-default .navbar-nav>li>a, .header-tel a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.header-tel a {
	float: right;
	margin-top: 10px;
}

.header-tel a:hover {
	color: white !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, #cssmenu ul li ul.active > a, #cssmenu ul li ul:hover > a {
  color: #000000;
}

#cssmenu ul li {
  float: none;
  display: inline-block;
  border: none;
}

.menu-bar {
  z-index: 10;
}
	
.menu-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul#menu-primary-menu {
	text-align: center;
}

.menu-bar .border-bottom {
	display: none;
}
	
#cssmenu #menu-button:after, #cssmenu #menu-button:before {
	border-top: 2px solid white;
}

#cssmenu #menu-button {
	color: white;
}

#cssmenu #menu-button:after {
	border-bottom: 2px solid white;
}

.navbar-default .navbar-collapse {
    background-color: white;
}

/* Home Page Styles
	----------------------------------------------------------------- */
	
#fullpage {
	margin-top: -30px;
}

.intro {
    padding: 1em 1em 2em 1em;
}

.section {
	padding: 6em 0;
	position: relative;
}

.section.posts {
  color: #000000;
}

.section.posts a {
  color: #89ccc6;
}

.section.posts a:hover {
  text-decoration: none;
}

.page-post h2 {
  margin-top: 0px;
}

.latest-news {
	text-align: center;
}

.table {
	height: 90vh;
    width: 100%;
    display: table;
    z-index: 0;
    position: relative;
    padding: 0;
    margin: 0;
}

.table-cell {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 10;
}

.banner-content {
    margin-top: 7em;
    padding-bottom: 2em;
}

.banner-content h1 {
	font-size: 25px;
}

.banner-content h1, .banner-content p {
	color: white;
}

.banner-content p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.banner-content .btn {
	margin: 5px 0 5px 0;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 15px;
}
	
.site-logo img.logo-img {
	display: block;
	margin: 100px auto 45px auto;
	max-width: 400px;
	height: auto;
}

.latest-posts {
    margin: 4em 0 0 0;
}

.latest-news h3 {
    margin: 0 0 50px 0px;
    font-size: 35px;
}
	
.latest-posts .post-excerpt {
	display: none;
}

.latest-posts .post-wrapper:nth-of-type(2) {
	display: none;
}

.latest-posts .post-wrapper:nth-of-type(3) {
	display: none;
}

.latest-posts h4 {
    margin: 1em 0;
    line-height: 1.3em;
    min-height: 50px;
}

.today-flash {
    position: relative;
    width: 100%;
    padding: 2em 0 1.5em 0;
    z-index: 9;
}

.event-today, .offer-today {
	font-style: font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

.event-today a, .offer-today a {
	color: white !important;
}

/* Grid
	----------------------------------------------------------------- */
.blog-post-grid .row {
	display: flex;
	flex-wrap: wrap;
}

.blog .row .grid-item {
  display: flex; 
}
	
.blog .grid-item:nth-of-type(2n+1) {
	clear: both;
}

/* Event Styles
	----------------------------------------------------------------- */
	
.banner-wrapper {
	margin-bottom: 20px;
}

.act-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.event-acts h4 {
	font-size: 28px;
}

.home-highlights {
    margin-top: 4em;
    clear: both;
}
	
.home-highlights h3 {
	margin: 0 0 50px 0px;
	font-size: 35px;
}

.more-btn {
	text-align: center;
}

.event-item .thumb {
    margin-bottom: 1em;
}
	
.event-item h3 {
	margin: 0.3em 0 1em 0;
	text-transform: uppercase;
	font-size: 18px;
}

.event-item a.more {
    margin-top: 1em;
}

.event-item.large h3 {
    font-size: 21px;
}

.event-item.large p {
    font-size: 16px;
}

.date-wrapper {
    float: right;
    margin-left: 1em;
}
	
.event-date {
	padding: 5px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	clear: both;
	margin: 0 0 15px 0;
}

.event-date-day {
	font-weight: 400;
	clear: both;
	color: white;
	margin: 0 0 -10px 0;
	font-size: 14px;
	line-height: 10px;
} 

.event-date-date {
	font-weight: 700;
	clear: both;
	font-size: 35px;
	color: white;
	margin: -20px 0 -20px 0;
	line-height: 30px;
}

.event-date-date sup {
	font-weight: 500;
	font-size: 14px;
	top: -1.0em;
}

.event-date-month {
	font-weight: 400;
	clear: both;
	color: white;
	margin: -10px 0 0 0;
	font-size: 14px;
	line-height: 10px;
}

.event-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 2em;
}

.event-item a.thumb {
	display: block;
	margin: 0!important;
}


.event-cat {
	color: white;
	padding: 10px 0 30px 0;
	min-width: 200px;
	position: absolute;
	right: -77px;
	text-align: center;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -10px;
    margin-left: -118px;
}

h3.upcoming-events {
    margin-top: 5px;
    text-align: center;
}

.events-page-content {
    padding-top: 50px;
    padding-right: 2em;
}

.events-page-content div.sharedaddy h3.sd-title {
    margin-top: 4em;
    display: block;
}

.event-details .event-date {
	color: white;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
}

.event-details h2 {
	margin-bottom: 15px;
}

.event-description {
	padding: 15px 0 15px 0;
}

.event-type, .event-type a {
	font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.events-list-container {
    max-height: 100%;
    overflow: visible;
    border: none;
    padding: 0;
}

/* Offer Styles
	----------------------------------------------------------------- */

.today-highlight {
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: white;
    position: absolute;
    padding: 9px 15px 10px 15px;
    left: 15px;
    top: 0;
    z-index: 3;
}

/* Page Styles
	----------------------------------------------------------------- */
	
.main-content {
	margin-top: 0;
	 margin-bottom: 4em;
}
	
.main-content h1 {
	padding: 0.6em 0 1.2em 0;
    border-bottom: 2px solid #afa99e;
}

.page-banner {
    max-height: 30vh;
    margin-top: 3em;
}

.home .page-banner {
   margin-bottom: 3em;
   margin-top: 0;
}

.page-banner img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}
	
/* Blog Styles
	----------------------------------------------------------------- */
	
.blog .meta-links {
	margin-top: 30px;
}
	
.main-content article {
	padding: 0;
	border-bottom: 1px solid gray;
}

.main-content article .attachment-thumbnail {
	padding: 10px;
	border: 2px solid black; 
}
	
.main-content article h2 {
	margin-top: 0;
}
	
.post-container { 
	background-color: white;
	padding: 20px;
    border: solid 2px #000000;
    text-align: left;
}

.post-container img {
  height: auto;
  width: 100%;
  top: 0;
}

.page-post-sticky h2, .post-sticky h2, .post-container h2 {
  margin-top: 0px;
}

.post-sticky, .post-container {
  margin-bottom: 30px;
}

.post-sticky h2, .post-container h2 {
  margin-top: 5px;
}

.post-container .post-excerpt-full {
  width: 100%;
}

.page-post.left .excerpt-container {
  margin-right: 2px;
}

.page-post.right .excerpt-container {
  margin-left: 2px;
}

.page-post .excerpt-container {
  padding: 5px 5px 5px 5px;
  border: 2px solid #000000;
}

p.postmetadata {
	margin-bottom: 0px;	
}
	
.container-fluid.single {
  background-size: cover;
  background-position: top left;
  padding-top: 70px;
  padding-bottom: 30px;
  height: auto;
  position: relative;
  z-index: 0;
}

.container-fluid.single:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #89ccc6, #89ccc6);
  opacity: .6;
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.post .padded-block {
  background-color: #FFFFFF;
}

article.sticky {
	background-color: rgba(0, 0, 0, 0.10);
	padding: 15px 0;
}
	
/* Blog Posts Styles
	----------------------------------------------------------------- */
	
.post-wrapper:nth-of-type(3n+1) {
	clear: both;
}

.back-blog {
	margin-bottom: 50px;
}

/* Blog Archives
	----------------------------------------------------------------- */

.taxonomy-description, .blog-description {
	font-size: 16px;
	text-align: center;
	font-style: italic;
}

/* Sidebar Styles
	----------------------------------------------------------------- */
	
.sidebar {
	margin-top: 0;
	background-color: white;
	border: 2px solid black;
}

.sidebar .widget {
	padding-bottom: 15px;
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
}

.sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-col {
  background-color: #FFFFFF;
  color: #000000;
}

.widget-top-left {
  border-right: 3px solid #2b2b2b;
}

.widget-top-right {
  border-left: 3px solid #2b2b2b;
}

.widget-cell {
  display: table-cell;
  height: 100%;
  min-height: 210px;
}

.equal-height {
  overflow: hidden;
}

.textwidget {
  padding-bottom: 15px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.widget_background {
  background-color: #FFFFFF;
  display: table;
}

.sidebar .widget {
	background-color: white;
}

.blog-sidebar .widget {
	background-color: #ffffff;
    padding: 20px;
    border: solid 2px #000000;
    text-align: left;
    margin-bottom: 15px;
}

.blog-sidebar .widget h3 {
	margin-top: 0;
}

.blog-sidebar .widget ul {
	padding: 0;
	margin: 0;
}

.blog-sidebar .widget li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

.blog-sidebar .widget li a {
	color: white;
	border: 0;
	display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    transition: all 0.8s;
}

.blog-sidebar .widget li a:hover {
	color: white;
	background-color: #2b2b2b;
}
	
/* Footer Styles
	----------------------------------------------------------------- */
	
.mailing-list-strip {
	padding: 4em 0;
	position: relative;
}

.mailing-list-strip .script {
	font-size: 50px;
}
	
.menu-footer-container ul li a {
  color: #000000 !important;
}
	
.main-footer {
  color: white;
  border: none;
  margin-top: 0;
  padding: 50px 0;
  position: relative;
}

.main-footer .site-logo img{
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  text-align: center;
}

.main-footer p{
  color: white;
  font-size: 12px;
}

.main-footer a {
	color: white;
	text-decoration: underline;
}

.main-footer a:hover {
	color: #2b2c2d;
}

.main-footer .widget ul li {
	margin-bottom: 5px;
}

.main-footer .widget a {
	text-decoration: none;
}

.main-footer .btn, .main-footer button {
	border: 1px solid white;
}

.footer-btn {
	width: 100%;
	margin-bottom: 2px;
}

.footer-btn:hover {
	color: white !important;
}

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

.main-footer .widget h3, .main-footer .widget h4, .main-footer .widget {
	color: white;
	text-align: left;
}

.main-footer .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mc_signup #mc_signup_form .mc_var_label {
    color: #fff;
    margin: 1em 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
}

#mc_signup #mc_signup_submit {
    margin-top: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

	
/* Media Queries
	----------------------------------------------------------------- */

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
/*
	.menu-bar {
	    background: blue;
	}
*/
	
	.event-item .thumb img,
	.main-content article .attachment-thumbnail {
	    width: 100%;
	    height: auto;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
/*
	.menu-bar {
	    background: green;
	}
*/
	
	.btn {
	    width: auto;
	}
	
	.banner-content {
	    margin-top: 0;
	}
	
	.banner-content h1 {
		font-size: 40px;
	}
	
	.banner-cont p {
		font-size: 20px
	}
	
	.banner-content .btn {
	    margin: 2em 10px 0 10px;
	    font-size: 21px;
	}
	
	.event-today, .offer-today {
		font-size: 15px;
	}
	
	.event-today {
		text-align: left;
	}
	
	.offer-today {
		text-align: right;
	}
	
	.navbar-default .navbar-collapse {
	    background-color: transparent;
	}
	
	.navbar-default .navbar-nav>li>a:hover  {
	    color: white;
	}
	
	.sticky-wrap h3 {
		margin-top: 10px;
		font-size: 24px;
	}
	
	.latest-posts .post-excerpt {
		display: block;
	}
	
	.latest-posts .post-wrapper:nth-of-type(2) {
		display: block;
	}

	.latest-posts .post-wrapper:nth-of-type(3) {
		display: block;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/*
	.menu-bar {
	    background: red;
	 }
*/
	 
	.banner-content {
	    padding-bottom: 0;
	    width: 76%;
	    margin-left: 12%;
	    margin-right: 12%;
	    margin-top: 5em;
	}
	 
	.intro {
	  padding: 2em 3em 3em 3em;
	}
	
	h1 {
		font-size: 55px;
	}
	
	.main-content h1 {
	    padding: 0.1em 0 0.6em 0;
	}
	
	.events-list-container {
	    max-height: 740px;
	    overflow: scroll;
	    border: 2px dotted #afa99e;
	    padding: 10px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
/*
	.menu-bar {
	    background: yellow;
	}
*/
}