/******************************************************************
Theme Name: Hillstation
Author: Myles Pineda
Version: 1.0.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@font-face {
  font-family:'MinionPro-Regular';
  src: url('library/fonts/MinionPro-Regular_gdi.eot');
  src: url('library/fonts/MinionPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('library/fonts/MinionPro-Regular_gdi.woff') format('woff'),
    url('library/fonts/MinionPro-Regular_gdi.ttf') format('truetype'),
    url('library/fonts/MinionPro-Regular_gdi.otf') format('opentype'),
    url('library/fonts/MinionPro-Regular_gdi.svg#MinionPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
/* Font Faces - END */
/*********************
LAYOUT STYLES
*********************/
body {
  background: url(library/images/hillstationnew_bg.png) no-repeat center center;
  background-size: cover;	
  color: #ccc;
	line-height: 140%;
	font-family: 'MinionPro-Regular';
	font-weight: 400;
	letter-spacing: 1px;
}
body.page-id-12 {
	background: url(library/images/body-bg.png) no-repeat center center;
  background-size: cover;
}
body.home {
	background: none;
  color: #656565;
  line-height: 120%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
a {
	color: #FFF;
}

a:hover {
	color: #93692C;
}

/*Header*/
.top-details-container {
	background-color: rgba(60,54,49,0.93);
	padding: 14px 0;
}
.top-details-container .top-details {
	color: #FFF;
}
.top-details-container .top-details p {
	font-size: 13px;
	margin-bottom: 0;
}
.top-details-container .top-details p span {
	font-size: 12px;
}
.top-details-container .social-media ul {
	margin: 0;
}
.top-details-container .social-media ul li a {
	color: #dbdbdb;
	font-size: 18px;
	line-height: 32px;
}
.top-details-container .social-media ul li a:hover {
	color: #ab905b;
}
.top-menu {
	background-color: rgba(26,60,71,0.9);
	height: 38px;
}
/*** Enter your style for global layout here ***/
p.ls-l span {
	color: #443F3B;
	font-size: 27.9px !important;
}
.ls-bottom-slidebuttons {
	top: -50px !important;
}
.ls-bottom-slidebuttons a {
	height: 10px !important;
	background: url(library/images/bullet.png) no-repeat center center !important;
	margin-right: 16px;
	width: 10px !important;
}
.ls-bottom-slidebuttons a.ls-nav-active {
	background: url(library/images/bullet-hover.png) no-repeat center center !important;
}
.ls-nav-prev {
	background: url(library/images/arrow-prev.png) no-repeat center center !important;
	height: 52px !important;
	left: 15% !important;
	top: 62% !important;
	width: 21px !important;
 	
}

.ls-nav-next {
	background: url(library/images/arrow-next.png) no-repeat center center !important;
	height: 52px !important;
	right: 15% !important;
	top: 62% !important;
	width: 21px !important;
}


/* Homepage - Enter any style for elements on homepage here */
#gallery, #maps, #top-section {
	background-size: cover
}
#title-bar {
	background-color: #280700;
}
#title-bar h3 {
	margin: 0;
}
#title-bar .title-left h3 { 
	color: #6D4A3A;
	font-size: 42px;
	padding: 8px 0;
}
#title-bar .title-left h3 span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.3px;
}
.title-right {
	background-image: url(library/images/title-right-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.title-right h3 {
	color: #FFF;
	display: inline-block;
	font-size: 22px;
	padding: 23px 0;
	padding-left: 60px;
	text-align: center;
	text-transform: uppercase;
}
#top-section {
	background-image: url(library/images/top-content-bg.jpg);
	background-position: center;
}
#top-section .title-bar {
	background-color: 
}
#top-section #about h4 {
	color: #633E26;
	font-size: 44px;
}
#top-section #about p {
	color: #CBCBCB;
	font-family: 'MinionPro-Regular', sans-serif;
	font-size: 14.3px;
	font-weight: 100;
	letter-spacing: 0.2px;
	line-height: 120%;
}
#top-section #events {
	position: relative;
	margin-left: 42px;
}

#top-section #events h4 {
	color: #13454F;
	font-size: 59px;
	left: -129px;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	z-index: 9090;
	top: 75px;
}
#top-section #events .poster-image {
	background-image: url(library/images/notebook-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 25px 35px 15px;
}
#top-section .contact-info {
	color: #FFF;
	position: relative;
}
#top-section #contact-information, #top-section #contact-us {
	padding-left: 75px;
	padding-right: 30px;
}

#top-section .contact-info:before {
	content: ' ';
	position: absolute;
	background-image: url(library/images/spring-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0;
	letter-spacing: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	width: 41px;
}
#top-section .contact-info #contact-information {
	background-color: rgba(55,55,57,0.5);
	padding-bottom: 55px;
	padding-top: 30px;
}
#top-section #contact-information p {
	font-size: 27px;
	letter-spacing: 0;
	padding-bottom: 29px;
	text-align: right;
}
#top-section #contact-information p i {
	padding-right: 10px;
}
#top-section #contact-information span {
	font-size: 13.76px;
	text-transform: uppercase;
  padding-bottom: 29px;
}
#top-section #contact-information span.mobile {
  font-size: 26px;
}
#top-section #contact-information ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-section #contact-information ul li a {
	font-size: 16px;
	line-height: 130%;
}
#top-section #contact-information ul li a .fa {
	padding-right: 10px;
}
#top-section .contact-info #contact-us {
	background-color: rgba(73,11,0,0.57);
	padding: 40px 20px 50px 55px;
	text-align: center;
}
#top-section .contact-info #contact-us p {
	color: #FFF;
	font-size: 17px;
	line-height: 130%;
	margin-bottom: 0;
}
#top-section .contact-info #contact-us p span {
	color: #E7BA6C;
}
#top-section .contact-info #contact-us .click {
	background-image: url(library/images/pointer-left.png), url(library/images/pointer-right.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	padding: 0 70px;
}
#top-section #social {
	text-align: center;
}
#top-section #social h4 {
	background-color: rgba(0,0,0,0.9);
	color: #E6B96B;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 11px 0;
	text-transform: uppercase;
}
#top-section #social ul {
	margin-bottom: 0;
	padding: 14px 0;
}
#maps {
	background-image: url(library/images/maps-bg.jpg);
	color: #FFF;
	padding-top: 46px;
	padding-bottom: 46px
}
#maps .google-maps {
    margin-top: 95%;
}

#maps .google-maps ul.list-inline {
    display: table;
}

#maps .google-maps ul.list-inline li {
    display: table-cell;
    vertical-align: middle;
}

#maps .google-maps ul.list-inline li p {
	font-size: 20px;
	line-height: 90%;
    	margin-left: 0;
    	margin-right: 5px;
	margin-top: 15px;
}

#maps .google-maps p.maps-description {
    background-image: url(library/images/arrow.png);
    background-position: 36px center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    margin-bottom: 0;
    padding-left: 100px;
    margin-top: 20px;
}
#bistro {
	background-color: #342f1a;
	padding: 18px 0
}
#bistro ul {
	display: table
}
#bistro ul li {
	display: table-cell;
	vertical-align: middle
}
#bistro ul li:first-child {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
#bistro ul li:first-child span {
	color: #e8ba6c;
	font-size: 51.56px;
	line-height: 45px
}
#bistro ul li img {
	padding-right: 13px
}
#bistro ul li:last-child {
	color: #fff;
	text-align: left
}
#bistro ul li:last-child h6 {
	text-transform: uppercase;
	font-size: 15.8px;
	margin-bottom: 0
}
#bistro ul li:last-child .phone-number {
	color: #e8ba6c;
	font-size: 19.63px;
	line-height: 0
}
#bistro ul li:last-child small {
	display: block;
	margin-top: 10px
}
#bistro ul .logo:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
#bistro p.bistro-website {
	font-size: 18px;
	line-height: 125%;
}
#gallery-page .gallery-title {
	background-image: url(library/images/film-bg.png);
	background-size: cover;
  padding-bottom: 16px;
  padding-top: 6px;
}
#gallery-page .gallery-title h2 {
	color: #D29F57;
  font-size: 32px;
}
#gallery {
	background-image: url(library/images/gallery-bg.jpg);
	padding-top: 21px;
	padding-bottom: 22px
}
#gallery .gallery-title {
	background-image: url(library/images/filmstrip.png);
	background-size: cover;
}
#gallery .gallery-title h2 {
	color: #71643c;
	text-transform: uppercase;
	margin: 0
}
.gallery-wrapper, .gallery-container .gallery-list-main {
	margin-top: 43px
}
 .gallery-wrapper a .image, .gallery-container .gallery-list-thumbnail {
	position: relative;
}
.gallery-container .gallery-list-thumbnail {
	background-image: url(library/images/album-bg.png);
	background-position: center top;
	background-size: cover;
	max-width: 265px;
	margin: 0 auto;
	padding: 29px 13px;
}
.gallery-wrapper a h3, .gallery-container .entry-title small {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	color: #242011;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.gallery-container .entry-title small {
	font-size: 14px;
}
.gallery-wrapper a:hover, .gallery-container a:hover {
	text-decoration: none
}
.gallery-wrapper a:hover .image:before, .gallery-container a:hover .gallery-list-thumbnail:before {
	opacity: 0;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-style: 50%
}
.gallery-wrapper a:hover h3, .gallery-container a:hover .entry-title small {
	color: #af905c
}
.image-lists li {
	margin: 20px 0;
}
.pagination a, .pagination span.current {
	border: 1px solid #999999;
	font-size: 18px;
	padding: 1px 8px;
}
/*Inner Page*/
.nav-tabs>li>a {
		color: #FFF;
    border-bottom-color: transparent;
  	display: block;
}
.nav-tabs>li>a:hover {
	color: #FFF;
}
#my-tab-content ul {
	list-style: none;
  padding-left: 0;
}
#my-tab-content ul li {
  line-height: 140%;
	margin-bottom: 25px;
}
#my-tab-content ul ul {
	padding-left: 20px;
}
video 
{
  	margin-bottom: 40px;
    min-width: 100%;
    min-height: 100%;
}
/*Gravity Forms*/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	background: #fff;
	border: 1px solid #B7B7B7;
  border-radius: 6px;
	color: #403c3e;
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 6px 8px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	height: 40px;
	width: 250px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 

}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
textarea,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea,
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
	width: 100%;
}
select {
    padding: 0 5px;

}
.gform_wrapper .top_label .gfield_label, .gform_wrapper .gfield_checkbox li label {
	font-size: 15px;
}
.datepicker {
	width: 100% !important;
}
input[type="submit"], button, div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type="image"], div.gform_wrapper .gform_footer input[type="submit"] {
	background-color: #c79c60;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
input[type="submit"]:hover, button:hover, div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type="image"]:hover, div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #a37b44;
}
.gform_wrapper .gfield_required {
	display: none;
}
/*Footer*/
.main-footer {
	background-color: #201b15;
	padding-bottom: 33px;
	padding-top: 33px
}
.main-footer #footer-logo {
	color: #493f32
}
.main-footer #footer-logo img {
	margin-right: 20px
}
.main-footer ul li {
	display: inline-block;
	position: relative
}
.main-footer ul li:last-child:before {
	display: none
}
.main-footer ul li:before {
	content: ' ';
	background-color: #fff;
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px
}
.main-footer ul li a {
	color: #fff;
	font-size: 12px;
	padding-right: 6px;
	text-transform: uppercase;
}
.main-footer ul li a:hover {
	color: #ab905b;
	text-decoration: none
}
/*** Enter your custom style for elements on homepage here ***/
/*********************
NAVIGATION
*********************/
nav.main-nav {
	position: relative;
}
nav.main-nav ul.nav {
 *zoom: 1;
}
nav.main-nav ul.nav:before, nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #999999;
	display: block;
	font-size: 12px;
	font-family: 'minion_proregular';
	padding: 10px 36px 7px 37px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	margin-right: 0;
	font-weight: 400;
}
nav.main-nav ul.nav > li:first-child > a {
	padding-left: 0;
}
nav.main-nav ul.nav > li:last-child > a {
	padding-right: 0;
}
nav.main-nav ul.nav > li.menu-item-has-children {
	position: relative;
}

nav.main-nav ul.nav > li.menu-item-has-children:after {
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	
}
nav.main-nav ul.nav > li.menu-item-has-children:hover:after  {
	color: #7705DD;
}
nav.main-nav ul.nav > li:last-child > a {
	margin-right: 0;
}

nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a, nav.main-nav ul.nav > li:hover > a, .nav>li>a:focus, .nav>li>a:hover {
	color: #93692C;
	background-color: transparent;
	position: relative;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: 400;
}
nav.main-nav ul.nav li ul {
	background: #FFF;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	visibility: hidden;
	width: 150px;
	z-index: 99;
	border: 1px solid #EAEAEA;
}
nav.main-nav ul.nav li:hover ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #878787;
	display: block;
	padding: 9px 14px;
	text-decoration: none;
	border-bottom: 1px solid #EAEAEA;
	font-size: 1.4rem;
	font-weight: 400;
}
nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a, nav.main-nav ul.nav li ul li a:hover {
	background-color: transparent;
	color: #7705DD;
}
nav.main-nav  .logo {
	top: -42px;
}
nav.main-nav  .logo a {
	padding: 0 14px !important
}

#wprmenu_menu .wpr_social_icons a {
	text-decoration: none;
}
/*Blog*/
.postlist ul li {
	background-color: rgba(26,60,71,0.7);
	border-top: 4px solid #93692C !important;
	margin-bottom: 60px;
	padding: 22px 40px 40px 40px !important;
	position: relative;
}
.postlist ul li .entry-title {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.postlist ul li  .post-list-date {
	background-color: #032945;
	color: #FFF;
	margin-bottom: 0;
	padding: 16px;
}

/*********************
BACK TO TOP
*********************/
.cd-top {
	background: url(../fonts/cd-top-arrow.svg) no-repeat center 50% rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1023px) {
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 1.75rem;
}
h2.entry-title {
	font-size: 1.375rem;
}
.post-list-thumbnail {
	margin-right: 15px;
}
.table-style-1 td, .table-style-1 th {
	padding-left: 10px;
}
.cd-top {
	bottom: 20px;
	right: 20px;
}
/*** Enter your custom style here ***/
}
 @media (max-width: 767px) {
html {
	font-size: 87.5% !important;
}
.post-list-thumbnail {
	float: none;
	margin: 0 0 10px;
	margin: 0 auto;
}
.post-list-thumbnail img {
	margin-bottom: 15px;
}
.postlist > article.post {
	margin-top: 25px;
	padding-top: 25px;
}
.top-menu {
	display: none;
}
.csColumn {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}
.cd-top {
	bottom: 10px;
	right: 10px;
}
/*** Enter your custom style here ***/
}
 @media (max-width: 480px) {
.g-recaptcha {
	-moz-transform: scale(0.925);
	-webkit-transform: scale(0.925);
	transform: scale(0.925);
	transform-origin: left center 0;
}
#fancybox-content .g-recaptcha {
	-moz-transform: scale(0.725);
	-webkit-transform: scale(0.725);
	transform: scale(0.725);
	transform-origin: left center 0;
}
/*** Enter your custom style here ***/
}

/*Media Queries*/

@media(min-width: 1900px ){
    #maps .google-maps {
        transform: translate(50px, 23px);
    }
}
@media(min-width: 1201px) {
	
}
@media (min-width:1200px) {
	#maps {
		background-position: center
	}
	#main-content {
		margin-top: 210px;
		padding-bottom: 40px;
		padding-top: 20px;
		min-height: 610px;
	}
	.home #main-content {
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
  .page-id-10 #main-content {
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	#maps .google-maps {
	    background-image: url(library/images/point-maps.png);
	    background-position: right 33%;
	    background-repeat: no-repeat;
	    -webkit-background-size: auto;
	    background-size: auto;
	}
}

@media(min-width:1024px) {
	.logo-wrapper {
		display: none;
	}
	.top-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 9999;
	}
	.about-container {
		width: 31%;
		padding-right: 30px;
	}
	.events-container {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		width: 38.6%;	
	}
	.contact-info {
		padding-left: 0;
		width: 30.4%;
	}
}
@media (max-width:1024px) {
	nav.main-nav ul.nav > li > a {
		font-size: 10px;
		padding: 10px 6px 12px 6px;
	}
}
@media(max-width: 1199px) {
	nav.main-nav ul.nav > li > a {
  	padding: 10px 16px 7px 17px;
  }
}
@media(max-width: 1023px) {
	li.logo {
	 	display: none;
	}
	.top-content {
		background-color: rgba(26,60,71,0.9);
	}
  nav.main-nav ul.nav > li > a {
  	padding: 10px 16px 7px 17px;
  }
  
}
@media (min-width:992px) {
	.gallery-wrapper a .image:before, .gallery-container a .gallery-list-thumbnail:before {
		-webkit-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5)
	}
	header .social-media {
		text-align: right;
	}
}
@media (max-width:992px) {
	#bistro ul li:first-child span {
		font-size: 30px;
		line-height: 1
	}
	nav.main-nav ul.nav > li > a {
		padding: 10px 7px 7px 8px;
	}
	.logo-wrapper {
		background-color: rgba(26,60,71,0.9);
		padding: 10px 0;
	}
	.top-content, #main-content, #footer-logo, #top-section #contact-information p, #maps .google-maps ul.list-inline li p {
		text-align: center;
	}
	#top-section #contact-information p {
		padding-bottom: 0;
	}
	#top-section .contact-info:before {
		display: none;
	}
	#top-section #contact-information, #top-section #contact-us {
		padding: 30px;
		text-align: center;
	}
	#top-section .contact-info {
		padding-top: 30px;
	}
	#top-section #events {
		margin-left: 0;
	}
	#top-section #events h4 {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);	
	}
	#top-section #events .poster-image {
		padding: 35px 25px 35px 15px;
		max-width: 410px;
		margin: 0 auto;
	}
	#title-bar {
		padding: 20px 0;
	}
	#title-bar .title-left h3 {
		font-size: 30px;
	}
	#footer-logo span {
		display: block;
		padding: 10px 0;
	}
	.title-right {
		max-width: 390px;
		text-align: left;
	}
	.title-right h3 {
		margin: 0;
	}
	#maps .google-maps {
		margin-top: 5%;
	}
	#maps img {
		margin: 0 auto;
	}
	#maps .google-maps ul.list-inline {
		display: block;
		text-align: center;
	}
	#maps .google-maps ul.list-inline li {
		display: block;
	}
	#maps .google-maps p.maps-description {
		background: none;
		padding-left: 0;
	}
}
@media (min-width: 768px)  {

}
@media(max-width: 767px)  {
	.banner-area {
		display: none;
	}
	#top-section #events .poster-image {
		padding: 35px 15px;
	}
}
@media(max-width: 480px) {
	#bistro, #bistro ul li:last-child {
		text-align: center;
	}
	#bistro ul li {
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	#bistro ul li:first-child {
		-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
}