/*
Theme Name: Quasimodo Restaurant Theme
Theme URI: http://quasimodo.restaurant/
Description: Theme for Quasimodo Restaurant Website
Version: 2.0
Author: Mario Karasch
Author URI: http://mariokarasch.com
License: All rights reserved
Text Domain: quasimodo
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments

MUF is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Table of content
-----------------------------------------------
0. Fonts
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/


/* =Fonts
----------------------------------------------- */

/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('assets/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('assets/fonts/roboto-v18-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('assets/fonts/roboto-v18-latin-regular.woff') format('woff2'), /* Super Modern Browsers */
url('assets/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
url('assets/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('assets/fonts/roboto-v18-latin-regular.svg') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('assets/fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Italic'), local('Roboto-Italic'),
url('assets/fonts/roboto-v18-latin-italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('assets/fonts/roboto-v18-latin-italic.woff') format('woff2'), /* Super Modern Browsers */
url('assets/fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
url('assets/fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('assets/fonts/roboto-v18-latin-italic.svg') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url('assets/fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
src: local('Roboto Black'), local('Roboto-Black'),
url('assets/fonts/roboto-v18-latin-900.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('assets/fonts/roboto-v18-latin-900.woff') format('woff2'), /* Super Modern Browsers */
url('assets/fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
url('assets/fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('assets/fonts/roboto-v18-latin-900.svg') format('svg'); /* Legacy iOS */
}

/* libre-baskerville-regular - latin */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
src: url('assets/fonts/libre-baskerville-v5-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'),
url('assets/fonts/libre-baskerville-v5-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('assets/fonts/libre-baskerville-v5-latin-regular.woff') format('woff2'), /* Super Modern Browsers */
url('assets/fonts/libre-baskerville-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
url('assets/fonts/libre-baskerville-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('assets/fonts/libre-baskerville-v5-latin-regular.svg') format('svg'); /* Legacy iOS */
}

/* libre-baskerville-italic - latin */
@font-face {
font-family: 'Libre Baskerville';
font-style: italic;
font-weight: 400;
src: url('assets/fonts/libre-baskerville-v5-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'),
url('assets/fonts/libre-baskerville-v5-latin-italic.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('assets/fonts/libre-baskerville-v5-latin-italic.woff') format('woff2'), /* Super Modern Browsers */
url('assets/fonts/libre-baskerville-v5-latin-italic.woff') format('woff'), /* Modern Browsers */
url('assets/fonts/libre-baskerville-v5-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('assets/fonts/libre-baskerville-v5-latin-italic.svg') format('svg'); /* Legacy iOS */
}

/* libre-baskerville-700 - latin */
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 700;
src: url('assets/fonts/libre-baskerville-v5-latin-700.eot'); /* IE9 Compat Modes */
src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'),
url('assets/fonts/libre-baskerville-v5-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('assets/fonts/libre-baskerville-v5-latin-700.woff') format('woff2'), /* Super Modern Browsers */
url('assets/fonts/libre-baskerville-v5-latin-700.woff') format('woff'), /* Modern Browsers */
url('assets/fonts/libre-baskerville-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('assets/fonts/libre-baskerville-v5-latin-700.svg') format('svg'); /* Legacy iOS */
}



/* =Global
----------------------------------------------- */
body {
color: #162026;
background-color: #F2F2F2;
word-wrap: break-word;
font-family: 'Roboto', sans-serif;
line-height: 1.7;
font-size: 14px;
}
a {
color: #d3953e;
text-decoration: none;
}
a:hover, a:focus {
color: #162026;
text-decoration: none;
}
hr {border-top: 1px solid #929EA5;
}
pre {
width: 100%; /* specify width */
white-space: pre-wrap; /* CSS3 browsers */
white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
white-space: -pre-wrap; /* Opera 4 thru 6 */
white-space: -o-pre-wrap; /* Opera 7 and up */
word-wrap: break-word; /* IE 5.5+ and up */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #0e181e;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}
h1, .h1 {
font-size: 28px;
}
h2, .h2 {
font-size: 24px;
}
h3, .h3 {
font-size: 20px;
}
h4, .h4 {
font-size: 16px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 13px;
}
p.has-drop-cap:not(:focus)::first-letter {
	font-family: 'Libre Baskerville', serif;
	font-size: 135px;
}
::-moz-selection {
color: #0e181e;
background: #d3953e;
}

::selection {
color: #0e181e;
background: #d3953e;
}

img {
height: auto; 
max-width: 100%;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { 
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
color: #162026;
border: 1px solid #8F9EA7;
border-radius: 0;
background-color: transparent;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
color: #0e181e;
border-color: #929EA5;
}
select {
background-color: #0e181e;
border: none;
padding: 5px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto;
padding-left: 3px;
vertical-align: top;
width: 100%;
color: #162026;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
border-radius: 0;
border: 1px solid #8F9EA7;
line-height: 1.42857143;
}
input.form-control, textarea.form-control {
background: transparent;
padding: 10px 10px;
border-radius: 0;
height: inherit;
border: 1px solid #8F9EA7;
}
select.form-control {
background-color: #fff;
color: #0e181e;
padding: 10px 10px;
height: 42px;
margin-bottom: 10px;
border-radius: 0;
line-height: 1.42857143;
border: 1px solid #8F9EA7;
}

.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {



display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}

.side-pull-left .main-content-inner {
float: left;
}
.side-pull-right .main-content-inner {
float: right;
}
.no-sidebar #secondary, .full-width #secondary {
display: none;
}
.no-sidebar .main-content-inner {
float: none;
margin: 0 auto;
}
.full-width .main-content-inner {
width: 100%;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
/* Clearing floats */
.clear:before, .clear:after, .gallery:before, .gallery:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .home-widget-area:before {
content: '';
display: table;
}
.clear:after, .entry-content:after, .gallery:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .home-widget-area:before {
clear: both;
}
/* =Content
----------------------------------------------- */


.hentry {
margin: 0;
}
.byline, .updated {
display: none;
}
.single .byline, .group-blog .byline {
display: inline;
margin-right: 0;
}
.page-content, .entry-content, .entry-summary {
margin: 1.5em 0 0;
}
.page-id-41 .entry-content {
margin-top: 0;
padding-top: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.main-content-area {
margin-top: 40px;
margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
font-size: 13px;
color: #6B6B6B;
}
.entry-meta {
margin-bottom: 30px;
}
footer.entry-meta {
margin-bottom: 0;
}
.site-header {
background-color: transparent;
}


/* XMAS XMAS XMAS XMAS */



/* XMAS XMAS XMAS XMAS */


.page-header {
margin-top: 0;
border-bottom: 0;
padding-bottom: 0;
}
.entry-meta .fa {
font-size: 14px;
margin-right: 3px;
}
.entry-meta span {
margin-right: 10px;
}
.entry-title {
color: #fff;
font-size: 28px;
margin-bottom: 30px;
}
.entry-title a {
color: #fff;
}
.entry-title a:hover {
color: #d3953e;
}
.btn.btn-default.read-more, a.more-link {
float: right;
margin-top: 10px;
font-size: 12px;
padding: 11px 13px;
border-radius: 4px;
}
.search .entry-summary > p:last-child:after {
content: "";
display: block;
clear: both;
}
hr.section-divider {
border-color: #E8E8E8;
margin-top: 50px;
margin-bottom: 50px;
}
/* author */
.author-bio {
clear: both;
width: 100%;
padding-top: 35px;
padding-bottom: 35px;
}
.author-bio .avatar {
float: left;
}
.author-bio-content h4 {
font-size: 14px;
margin-top: 0;
}
.author-bio .author-bio-content {
margin-left: 74px;
}
.secondary-content-box {
padding-top: 0;
padding-bottom: 0;
}
.single-view, .blog-item-wrap {
margin-bottom: 50px;
}
.post-inner-content {
padding: 0;
border-top: none;
}
.entry-title {
margin-top: 0;
}
.says {
display: none;
}
.comment-author .fn, .author-bio h4, .comment-reply-title {
text-transform: uppercase;
font-weight: 700;
}
#bbp-single-user-details #bbp-user-avatar img.avatar {
position: relative;
left: 0;
top: 0;
}
/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
display: inline-block;
color: #fff;
background-color: #d3953e;
border-radius: 4px;
padding: 2px 10px;
margin-left: 2px;
}
.page-links a span {
background-color: inherit;
border: 1px solid #E8E8E8;
color: #d3953e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.page-links a:hover span {
background-color: #d3953e;
border: 1px solid #d3953e;
color: #fff;
}
.pagination .fa-chevron-left, .pagination .fa-chevron-right {
font-size: 12px;
}
.pagination li a {
color: #d3953e;
}
.pagination li:hover a {
color: #d3953e;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
color: #FFF;
background-color: #d3953e;
border-color: #d3953e;
}
.pagination>li>a, .pagination>li>span {
padding: 9px 14px;
border-color: #dadada;
}
.bottom-pagination {
text-align: center;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
display: none;
}
/* =Media
----------------------------------------------- */

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.single-featured {
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
display: block;
margin: auto;
border: 2px solid #22313a;
margin-bottom: 20px;
}
.single-featured:hover {
opacity: 0.8;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
max-width: 100%;
}
/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
display: none;
}
.widget ul li {
list-style: none;
border-bottom: 1px solid #F2F2F2;
margin-bottom: 10px;
padding-bottom: 10px;
}
.widget_nav_menu ul li {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0 none;
}
.widget_nav_menu ul li a {
border-bottom: 1px solid #F2F2F2;
padding-top: 10px;
padding-bottom: 10px;
display: block;
}
.widget_nav_menu ul.sub-menu a {
padding-left: 10px;
border-left: 1px solid #F2F2F2;
}
.widget ul {
padding: 0;
line-height: 18px;
font-size: 14px;
}
.widget ul.nav.nav-tabs {
padding: 0;
}
#secondary .widget {
margin-bottom: 50px;
color: #C1C0C0;
overflow: hidden;
}
#secondary .widget:last-child {
margin-bottom: 0px;
}
.tab-content ul li {
list-style: none;
}
#secondary .widget_archive ul li:before, #secondary .widget_categories ul li:before, #secondary .widget_recent_comments ul li:before {
font-family: fontawesome;
margin-right: 10px;
}
#secondary .widget_archive ul li:before {
content: '\f073';
}
#secondary .widget_categories ul li:before {
content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
content: '\f0e5';
}
.well {
background-color: #fff;
padding: 30px;
border: 1px solid #DADADA;
overflow: hidden;
clear: both;
}
#secondary .widget > h3 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 25px;
margin-top: 0;
color: #636467;
}
#secondary .widget a {
color: #C1C0C0;
}
#secondary .widget a:hover {
color: #d3953e;
}
.widget ul ul {
padding: 20px 10px 0 10px;
}
.widget ul ul.sub-menu {
padding: 0 0 0 10px;
}
.widget #social ul li {
border-bottom: 0;
}
.not-found-widget {
margin-top: 30px;
}
@media (max-width: 767px) {


#secondary {
clear: both;
}

}
/* Custom Category Widget */
.cats-widget ul li span {
float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper:after {
content: "";
display: block;
clear: both;
}
.popular-posts-wrapper .post {
float: left;
clear: both;
margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
width: 60px;
height: 60px;
float: left;
display: block;
border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #DADADA;
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
border-radius: 4px;
opacity: 1;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
margin-left: 80px;
}
.widget .post-content > span {
display: block;
}
#secondary .widget .post-content a {
color: #d3953e;
}
#secondary .widget .post-content a:hover {
color: #DADADA;
}
.widget .post-content span {
font-size: 12px;
}
.tagcloud {
margin-top: 25px;
}
.tagcloud a {
padding: 6px 7px;
margin-right: 0;
margin-bottom: 4px;
line-height: 100%;
display: inline-block;
color: #FFF !important;
background-color: #DADADA;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 12px !important;
}
.tagcloud a:hover {
background-color: #d3953e;
border-color: #d3953e;
}
/* =Buttons
----------------------------------------------- */
.btn-default, .label-default, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, a.more-link {
background-color: #d3953e;
border-color: #d3953e;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;

}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, a.more-link:hover {
background-color: #162026;
border-color: #162026;
color: #FFF;
-webkit-transition: none;
-o-transition: none;
transition: none;

}
.btn.btn-default, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.more-link {
color: #FFF;
text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
margin-left: 0;
}
button, .button {
background-color: #d3953e;
border: none;
text-transform: uppercase;
border-radius: 4px;
color: #fff;
font-size: 12px;
padding: 5px 12px;
-webkit-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
button:hover, .button:hover {
background-color: #363636;
}
#subscription-toggle {
float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}
#infinite-handle span {
display: block;
text-align: center;
text-transform: uppercase;
margin-bottom: 10px;
border-radius: 4px;
padding: 20px;
background: transparent;
border: 1px solid #DADADA;
background: #fff;
color: #d3953e;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#infinite-handle span:hover {
background-color: #d3953e;
color: #fff;
}


.header-social-icons {
text-align: left;
}
.header-social-icons a {
color: #fff;
font-size: 16px;
margin-right: 5px;
}
.header-social-icons a:hover {
color: #d3953e;
}

#em-wrapper .full-screen-search-form {
display: none;
}



.home h2 {
text-transform: uppercase;
padding-top: 50px;
font-size: 25px;
}
.home .wp-block-cover-text {
text-transform: uppercase;
font-size: 25px;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}


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


.list .events li {
background-color: #fff;
padding:5px 15px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
text-transform: uppercase;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
max-height: 120px;
}

.list .events li a .event-title {
color: #162026;
font-size: 1.3em;
margin: 0;
display: inline-block;
}

@media (min-width: 768px) {

.list h2 {
font-size: 24px;
}
.list .events li a .event-title {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.list .events li {
padding: 0;
}
.list .events li a .event-title {
margin: 25px 0 0 0;
}

.list .events li .event-data {
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
width: 100px;
height: 120px;
background-color: #d3953e;
float: left;
text-align: center;
margin-right: 15px;
color: #fff
}

.list .events li .event-data .date {
height: 120px;
vertical-align: middle;
}
.list .events li .event-data .day {
font-size: 30px;
line-height: 30px;
display: block;
font-weight: 900;
margin-top: 30px;
font-family: 'Libre Baskerville', serif;
}
.list .events li .event-data .month, .list .events li .event-data .year {
font-size: 18px;
}

.list .events li:hover .event-data {
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;

}
}
.list .events li .time {
color: #4c585f;
margin-top: -5px;
}
.list .events li a {
color: #4c585f !important;
}


.list .events li .event-image {
width: 120px;
float: left;
height: 120px;
background-size: cover;
background-color: #22313a;
background-position: center;
background-image: url(inc/images/no-image.png);
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
opacity: .8;
}

.list .events li:hover .event-image {
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
opacity: 1;

}

@media (max-width: 768px) {
.list .events li .event-image {
display: none;
}
}

.list .events li .event-tags {
font-size: 12px;
color: #4c585f;
}

.list .events li .ticket {
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
background-color: #d3953e;
position: absolute;
height: 120px;
width: 100px;
color: #fff !important;
right: 0;
top: 0;
text-align: center;
padding-top: 30px;
}

.list .events li .ticket i {
display: block;
font-size: 2.5em;
}
.list .events li .ticket a:hover i {
color: #d3953e !important;
}
.list .events h2 {
font-size: 20px;
}

.list .events li .event-support {
color: #162026;
display: block;
margin-top: 3px;
}
.list .events li a .event-title:hover, .list .events li .ticket:hover span, .list .events li .event-tags a:hover {
text-decoration: underline;
}

.list .events li:hover .ticket, .list .events li:hover .event-data {
background-color: #fff !important;
color: #162026 !important;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
}

.list .events li .changes {
font-size: 0.9em;
display: block;
font-weight: 600;
color: #046380;
margin-bottom: -25px;
margin-top: 10px;
text-transform: none !important;
}

.list .events li .canceled {
display: block;
font-weight: 600;
color: #e33c45;
margin-bottom: -15px;
margin-top: 10px;
text-transform: none !important;
}

.thumbnails .events li .canceled {
display: block;
font-weight: 600;
color: #e33c45;
margin-bottom: 2px;
}
.thumbnails .events li .changes {
display: block;
font-weight: 600;
color: #046380;
margin-bottom: 2px;
}

@media (min-width: 768px) {
.list .events h2 {
font-size: 30px;
}

.list .events li:hover {
background-color: #d3953e !important;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
}

.list .events li:hover a .event-title, .list .events li:hover .time, .list .events li:hover .event-tags a, .list .events li:hover .event-tags, .list .events li:hover .event-support, .list .events li:hover .canceled, .list .events li:hover .changes {
color: #fff !important;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
}

.home .wp-block-cover-text {
text-transform: uppercase;
font-size: 45px;
font-weight: 700;
font-family: 'Libre Baskerville', serif;
}
}


/* =Custom Styles
----------------------------------------------- */

.thumbnail {
border-radius: 0;
background-color: transparent;
border: 1px solid #ddd;
}

.navbar-header {
float: none;
text-align: center;
margin-bottom: 30px;
margin-top: 30px;
}


#logo {
margin: 0 auto;
}
@media (min-width: 768px) {
.navbar-fixed-top.top-nav-collapse .navbar-header {
margin-bottom: 15px;
margin-top: 0;
}
.navbar-fixed-top.top-nav-collapse #logo {
display: none;
}
}
#logo img {
width: 220px;
}
#logo .site-name {
font-weight: bold;
margin: 0;
}
#logo .site-name.hide-site-name {
display: none;
}
.site-branding {
margin-top: 20px;
margin-bottom: 20px;
}
.site-description {
color: #777;
font-weight: 200;
font-size: 16px;
}
.page-template-page-homepage-php .carousel {
margin-bottom: 10px;
}
@media (max-width: 768px) {

.navbar-header {
margin-top: 0;
margin-bottom: 0;
}

#logo {
width: 170px;
margin: 0;
}

.navbar-default .navbar-nav > li > a {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #162026;
}

.pull-right {
float: none !important;
}
.pull-left {
float: none !important;
}

}
/* =Navigation
----------------------------------------------- */

@media (min-width: 992px) {
.nav-wrapper {
padding: 0 6.5rem;
}
}
.post-navigation a, .page-numbers, .pagination .prev, .pagination .next {
border: 1px solid #DADADA;
background-color: #FFF;
padding: 8px 14px;
font-size: 12px;
border-radius: 4px;
margin: 0 0 1.5em;
overflow: hidden;
}
.post-navigation a {
display: block;
}
.post-navigation a:hover, .pagination .prev:hover .pagination .next:hover {
color: #FFF;
background: #d3953e;
text-decoration: none;
}
.pagination {
text-transform: uppercase;
display: block;
}
.post-navigation .nav-previous, .pagination .prev {
float: left;
}
.post-navigation .nav-next, .pagination .next {
float: right;
text-align: right;
}
.more-link {
float: right;
margin: 10px 0;
}
.single .nav-links {
margin-top: 30px;
}
.nav>li>a {
text-transform: uppercase;
}
.navbar.navbar-default span.search {
padding-top: 15px;
padding-bottom: 15px;
color: #fff;
cursor: pointer;
display: block;
}
.navbar.navbar-default span.search:hover {
color: #37a5d3;
}
.navbar.navbar-default {
background: none;
font-family: 'Roboto', serif;

font-weight: 500;
background-color: #fff;
}

.navbar-fixed-top {
padding-top: 0px;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.navbar-fixed-top.top-nav-collapse {
padding-bottom: 0;
padding-top: 10px;
-webkit-box-shadow: 0 3px 5px 1px #A1B0B9;
box-shadow: 0 3px 5px 1px #A1B0B9;}
.navbar-default .navbar-nav > li > a {
color: #fff;
line-height: inherit;
}
.navbar > .container .navbar-brand {
color: #DADADA;
font-size: 20px;
margin: 10px 0;
font-family: 'Roboto', sans-serif;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
border-right: none;
border-left: none;
}
.navbar {
border-radius: 0;
}
.navbar-default {
border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > .caret, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #d3953e;
background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu > li:hover, .navbar-default .navbar-nav .dropdown-menu > li:focus {
color: #fff;
/*background-color: transparent;*/
background-color: #d3953e;
}
.navbar-default .navbar-nav .dropdown-menu > li {
background-color: #22313a;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li:hover>a, .dropdown-menu>li:hover>.caret {
background-color: transparent;
color: #fff;
}
.dropdown-menu>li>.caret {
color: #636467;
}
.navbar-default .navbar-nav.quasirestaurant-mobile-menu > li:hover > ul.dropdown-menu {
display: none;
}
.navbar-default .navbar-nav.quasirestaurant-mobile-menu > li.open > ul.dropdown-menu {
display: block;
}
.navbar-default .navbar-nav.quasirestaurant-mobile-menu > li:hover > a {
color: #777;
}
.navbar-default .navbar-nav.quasirestaurant-mobile-menu > li:hover > a, .navbar-default .navbar-nav.quasirestaurant-mobile-menu > li:hover > .caret {
color: #fff;
}
.navbar-default .navbar-nav.quasirestaurant-mobile-menu > li.open > a, .navbar-default .navbar-nav.quasirestaurant-mobile-menu > li.open > .caret {
color: #d3953e;
}
.dropdown-menu {
font-size: 16px;
text-transform: uppercase;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
color: #d3953e;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
color: #fff;
}
.nav-tabs {
border-bottom: 2px solid #22313a;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: #d3953e;
background-color: #22313a;
border: 1px solid #22313a;
}
.nav-tabs > li > a {
color: #929EA5;
font-size: 17px;
}
.nav-tabs > li > a:hover {
border-color: #22313a;
color: #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
background-color: #22313a;
}

.list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-item:last-child {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.list-group-item {
background-color: #22313a;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 2px solid #162026;
}
blockquote {
border-left: 2px solid #22313a;
}
.blockquote-reverse, blockquote.pull-right {
border-right: 2px solid #22313a;
}
blockquote .small, blockquote footer, blockquote small {
color: #929EA5;
}
.panel-group .panel {
border-radius: 0;
border: 0;
position: relative;
}
.panel-group .panel .panel-heading.collapsed::before {
content: "\f107";
position: absolute;
top: 50%;
right: 0;
width: 35px;
margin-top: -10px;
text-align: center;
height: 20px;
line-height: 20px;
font-size: 19px;
font-family: FontAwesome;
-webkit-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}

.panel-default > .panel-heading {
color: #fff;
background-color: #22313a;
border-color: #162026;
border-radius: 0;
cursor: pointer;
}


.panel-default > .panel-heading .panel-title {
font-weight: 400;
margin-top: 5px;
}
.panel-default > .panel-heading:hover {
color: #fff;
}

.panel {
background-color: #0e181e;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #162026;
}
#menu-info-menue li.current-menu-item a {
color: #d3953e;
}



.full-screen-search-form {
margin-bottom: 15px;
}

.em-search-main {
display: inline-block;
border-bottom: 1px solid #fff;
}

.em-search-text {
display: table-cell;
background-color: transparent !important;
border: none !important;

}
.em-search-submit {
display: table-cell !important;
background-color: transparent !important;
border: none;
}


@media (min-width: 769px) {
	.navbar-fixed-top.top-nav-collapse {
padding-bottom: 10px;
}
.em-search-main {
display: table;
}

.full-screen-search-form {
margin-bottom: 0;
float: right;
}

.dropdown-menu .caret {
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px dashed;
float: right;
top: 7px;
position: relative;
}
.dropdown-menu>li>a {
display: inline-block;
}
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
display: inline-block;
background-color: transparent;
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,  .navbar-default .navbar-nav .dropdown-menu > li.active > .caret,  .navbar-default .navbar-nav .dropdown-menu > li.open > a {
color: #d3953e;
}
.navbar-default .navbar-nav > li:hover > a,  .navbar-default .navbar-nav > li:hover > .caret,  .dropdown-menu>li>.caret {
color: #fff;
}
.navbar-default .navbar-nav li.open > a,  .navbar-default .navbar-nav li.open > .caret {
color: #d3953e;
}
.site-navigation-inner .dropdown-menu > .active,  .navbar-default .navbar-nav .dropdown-menu > li:hover,  .navbar-default .navbar-nav .dropdown-menu > li:focus {
background-color: transparent;
}
.dropdown-menu > li.dropdown.open {
padding-bottom: 0;
}
}
@media (min-width: 1024px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
}

.dropdown-menu > li > a {
color: #fff;
padding: 0;
}
.dropdown-menu > li {
padding: 10px 15px;
}
.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
border: none;
}
.dropdown-menu > .active {
background-color: #d3953e;
color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>.caret {
color: #fff;
background-color: transparent;
}
.dropdown-menu .divider {
background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu ul.dropdown-menu {
top: -2px;
left: 100%;
border-radius: 0;
padding: 0;
}
.navbar-nav > li > .dropdown-menu {
padding: 0;
}
.navbar-nav > li {
margin-right: 5px;

position: relative;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
color: #4c4c4c;
}
.navbar-nav > li::after {
right: 25px;
}
@media (min-width: 767px) {

.navbar-nav > li {
float: left;
}
.navbar-nav > li:last-child {
padding-right: 0;
}
.navbar-fixed-top {
padding-bottom: 30px;
padding-top: 30px;
}

}
.navbar-nav > li > a {
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 3.5px;
color: #fff;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
max-width: 100%;
white-space: normal;
padding-top: 0;
padding-bottom: 0;
}

.navbar-nav > li > .caret {
margin-left: 10px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-nav > li:hover > .caret {
color: #d3953e;
}
.navbar-toggle {
z-index: 99999;
top: -10px;
border: none;
margin-right: 0;
}
.navbar-collapse {
text-align: center;
padding: 0;
}
.navbar-toggle .icon-bar {
color: #fff;
width: 28px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 5px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
background-color: #162026;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #162026;
}
.nav.navbar-nav {
float: none;
text-align: center;
display: inline-block;
font-family: 'Libre Baskerville', serif;
}
@media (max-width: 767px) {
.nav.navbar-nav {
width: 100%;
float: none;
}
.navbar > .container .navbar-brand {
margin: 0;
}


.menu-item-search {
font-size: 3em;
left: 15px;
}



}
.navigation .wp-pagenavi-pagination a {
border-radius: 0;
margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span {
font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current, .navigation .wp-pagenavi-pagination a:hover {
background-color: #d3953e;
border-color: #d3953e;
color: #FFF;
text-decoration: none;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
color: #d3953e;
}
.nav-links {
text-align: center;
}
@media(max-width:767px) {
.post-inner-content {
padding: 0;
}

.month-menu a h2, .type-menu a h2 {
margin-top: 0;
}

.single-event .tour::after, .single-event .tour::before {
display: none;
}
.single-event .event-website {
margin-bottom: 15px;
}
.comment-list .children {
padding-left: 10px;
}
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a, #image-navigation .nav-next a {
padding: 5px 20px;
border: 1px solid #E8E8E8;
border-radius: 4px;
display: block;
}
#image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
background-color: #d3953e;
color: #fff;
}
#image-navigation .nav-previous, #image-navigation .nav-next {
margin: 10px 0;
}
#image-navigation .nav-previous a {
float: left;
}
#image-navigation .nav-next a {
float: right;
}
/* =Gallery
-------------------------------------------------------------- */

.gallery {
margin-bottom: 20px;
}
.gallery-caption {
display: none;
}
.gallery h3 {
font-size: 18px;
margin: 0;
color: #d3953e;
text-transform: uppercase;
font-family: 'Libre Baskerville', serif;
line-height: 26px;
border-bottom: 2px solid #fff;
padding-bottom: 5px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
border: 2px solid #22313a;
}
.gallery-item:hover {
border-color: #d3953e;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
display: none;
}
/* =Footer

----------------------------------------------- */

#footer-area {
color: #929EA5;
background-color: #162026;
font-size: 17px;
}
#footer-area a {
color: #929EA5;
}
#footer-area .footer-widget-area {
padding: 40px 0 20px 0;
overflow: hidden;
}
#footer-area ul li, #footer-area .widget_nav_menu ul li a {
border-color: #162026;
}
#footer-area .site-info nav ul li {
border-bottom: none;
}
.widgettitle {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 25px;
margin-top: 0;
color: inherit;
}
#footer-area .widget ul li {
list-style: none;
}
.footer-nav.nav li {
position: relative;
display: inline-block;
}
.footer-nav.nav {
margin-bottom: 2px;
}
.footer-nav.nav ul {
padding: 0;
list-style: none;
}
.footer-widget {
overflow: hidden;
text-align: center;
}
.copyright {
margin-top: 10px;
}
#colophon {
background-color: #0e181e;
padding: 10px 0;
}
.site-info a {
color: #777;
}
.site-info a:hover {
color: #162026;
}
#footer-area a:focus, #footer-area a:hover {
color: #fff;
background: transparent;
}
#footer-area .widgettitle {
color: #fff;
text-transform: uppercase;
font-size: 20px;
font-weight: 700;
}
.menu-footer-menu-container {
display: inline-block;
}
.menu-footer-menu-container .menu {
list-style: none;
overflow: hidden;
margin-bottom: 0;
line-height: 15px;
padding-left: 5px;
}
.menu-footer-menu-container .menu li {
float: left;
margin: 0 5px;
}
.site-info {
color: #45545D;
font-size: 12px;
text-align: center;
}
.footer-nav.nav > li > a:hover {
background-color: transparent;
}
.scroll-to-top {
background-color: #22313a;
color: #fff;
bottom: 4%;
cursor: pointer;
display: none;
position: fixed;
right: 20px;
z-index: 999;
font-size: 16px;
text-align: center;
line-height: 40px;
width: 40px;
border-radius: 4px;
-webkit-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
background-color: #d3953e;
}
.footer-widget-area .widget {
margin-bottom: 30px;
}
.footer-widget-area .widget_calendar table, .footer-widget-area .widget ul, .footer-widget-area .widget ul > li:last-child, .footer-widget-area .popular-posts-wrapper .post:last-child {
margin-bottom: 0;
}
.site-info .nav ul, .site-info .nav li, .site-info .nav > li > a {
display: inline-block;
}
.site-info .nav a {
padding: 10px 15px;
text-transform: uppercase;
}
@media (max-width: 768px) {
.site-info, .copyright {
text-align: center;
}
.footer-nav.nav, .copyright {
float: none;
}
}

.table-hover > tbody > tr:hover {
background-color: transparent;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
border: 1px solid #22313a;
}
.eventcheck {
color: #cacaca;
}
.eventcheck a {
color: #fff;
}



/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
color: #fff;
}
.social-icons, #menu-social {
position: relative;
text-align: center;
}
.quasirestaurant-social #menu-social {
text-align: left;
}
#secondary .widget .social-icons {
text-align: left;
}
.social-icons a {
font-size: 18px;
line-height: 40px;
list-style: none;
display: inline-block;
text-align: center;
height: 40px;
width: 40px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 3px;
background-color: #DADADA;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
transition: background-color 0.5s;
}
#menu-social li {
border: none;
display: inline-block;
margin: 0;
}
.social-icons li a {
font-size: 18px;
line-height: 40px;
list-style: none;
display: inline-block;
text-align: center;
height: 40px;
width: 40px;
margin-right: 5px;
margin-bottom: 5px;
border-radius: 3px;
background-color: #DADADA;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
transition: background-color 0.5s;
}

#menu-social li a span {
display: none;
}
#menu-social li a[href*="facebook.com"]:hover {
background-color: #4265b9 !important;
}
#menu-social li a[href*="twitter.com"]:hover {
background-color: #55ACEE !important;
}
#menu-social li a[href*="dribbble.com"]:hover {
background-color: #ea4c89 !important;
}
#menu-social li a[href*="flickr.com"]:hover {
background-color: #ff0084 !important;
}
#menu-social li a[href*="plus.google.com"]:hover {
background-color: #d62408 !important;
}
#menu-social li a[href*="skype.com"]:hover {
background-color: #0bbff2 !important;
}
#menu-social li a[href*="pinterest.com"]:hover {
background-color: #c31e26 !important;
}
#menu-social li a[href*="linkedin.com"]:hover {
background-color: #005987 !important;
}
#menu-social li a[href*="vimeo.com"]:hover {
background-color: #1bb6ec !important;
}
#menu-social li a[href*="tumblr.com"]:hover {
background-color: #35506b !important;
}
#menu-social li a[href*="youtube.com"]:hover {
background-color: #df3333 !important;
}
#menu-social li a[href*="instagram.com"]:hover {
background-color: #F95B60 !important;
}
#menu-social li a[href*="/feed"]:hover {
background-color: #f39c12 !important;
}
#menu-social li a[href*="foursquare.com"]:hover {
background-color: #2398C9 !important;
}
#menu-social li a[href*="soundcloud.com"]:hover {
background-color: #F50 !important;
}
#menu-social li a[href*="github.com"]:hover {
background-color: #4183C4 !important;
}
#menu-social li a[href*="xing.com"]:hover {
background-color: #006567 !important;
}
#menu-social li a[href*="spotify.com"]:hover {
background-color: #81b71a !important;
}
#menu-social li a[href*="mailto"]:hover {
background-color: #d3953e !important;
}
#menu-social li a[href*="t.me"]:hover, #menu-social li a[href*="telegram.me"]:hover {
background-color: #0088cc !important;
}
#menu-social li, #menu-social ul {
border: 0!important;
list-style: none;
padding-left: 0;
}
#menu-social li a[href*="twitter.com"] .fa:before {
content: "\f099"
}
#menu-social li a[href*="xing.com"] .fa:before {
content: "\f168"
}
#menu-social li a[href*="facebook.com"] .fa:before {
content: "\f09a"
}
#menu-social li a[href*="github.com"] .fa:before {
content: "\f09b"
}
#menu-social li a[href*="/feed"] .fa:before {
content: "\f09e"
}
#menu-social li a[href*="dribbble.com"] .fa:before {
content: "\f17d"
}
#menu-social li a[href*="skype.com"] .fa:before {
content: "\f17e"
}
#menu-social li a[href*="foursquare.com"] .fa:before {
content: "\f180"
}
#menu-social li a[href*="spotify.com"] .fa:before {
content: "\f1bc"
}
#menu-social li a[href*="soundcloud.com"] .fa:before {
content: "\f1be"
}
#menu-social li a[href*="vimeo.com"] .fa:before {
content: "\f194"
}
#menu-social li a[href*="youtube.com"] .fa:before {
content: "\f167"
}
#menu-social li a[href*="instagram.com"] .fa:before {
content: "\f16d"
}
#menu-social li a[href*="flickr.com"] .fa:before {
content: "\f16e"
}
#menu-social li a[href*="tumblr.com"] .fa:before {
content: "\f173"
}
#menu-social li a[href*="pinterest.com"] .fa:before {
content: "\f0d2"
}
#menu-social li a[href*="plus.google.com"] .fa:before {
content: "\f0d5"
}
#menu-social li a[href*="linkedin.com"] .fa:before {
content: "\f0e1"
}
#menu-social li a[href*="mailto"] .fa:before {
content: "\f003"
}
#menu-social li a[href*="t.me"] .fa:before {
content: "\f2c6"
}
#menu-social li a[href*="telegram.me"] .fa:before {
content: "\f2c6"
}
@media (max-width: 992px) {
.site-branding {
text-align: center;
}
.side-pull-left .main-content-inner, .side-pull-right .main-content-inner {
float: none;
}
}
/* =Call For Action
----------------------------------------------- */
.cfa {
padding: 30px 0px;
background: #FFF;
border-bottom: 1px solid #DADADA;
text-align: center;
}
.cfa-text {
font-size: 22px;
color: #d3953e;
display: block;
padding-top: 10px;
}
.cfa-button {
background-color: transparent;
color: #d3953e;
padding: 15px 30px;
border-color: #d3953e;
}
.cfa-button a {
color: #d3953e;
}
.cfa-button:hover {
background-color: #d3953e;
color: #fff;
}
@media (max-width: 767px) {
.cfa {
padding: 0 0 20px;
}
.cfa-button {
padding: 10px 16px;
margin-top: 10px;
}
}
/* =Elements when no javaScript is present
----------------------------------------------- */
#submit, .tagcloud, .comment-reply-link, .widget_rss ul, button[type=submit], .postform, table#wp-calendar {
display: none;
}
.no-js #submit, .no-js .tagcloud, .no-js .comment-reply-link, .no-js .widget_rss ul, button[type=submit], .no-js .postform, .no-js table#wp-calendar {
display: block;
}
/* WooCommerce Support */
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
padding: 6px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 10px 30px 20px;
}
.woocommerce .main-content-inner {
background-color: #fff;
border: 1px solid #dadada;
padding: 45px 50px;
}
/* Video Post */
.blog-item-wrap .entry-video > iframe {
margin: 0 auto;
display: block;
max-width: 100%;
width: 100%;
}
/* Flex Slider */
.flexslider .flex-control-nav {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
}
.slide a img {
width: 100%;
opacity: 0.7;
height: 410px;
}
.slide .event-data {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
bottom: 15%;
width: 65%;
}
.slide .event-data h1.event-name {
font-size: 3.75em;
color: #fff;
letter-spacing: 1px;
line-height: 1.25;
margin: 15px 0 0;
position: relative;
text-transform: uppercase;
font-weight: 900;
font-family: 'Libre Baskerville', serif;
text-shadow: 1px 1px 3px #0e181e;
}

.slide a .event-data .event-date, .slide a:hover .event-data .event-date {
font-size: 1.3125em;
color: #fff;
letter-spacing: 1px;
font-family: 'Libre Baskerville', serif;
text-shadow: 1px 1px 3px #0e181e;
}
.slide a .event-data .btn-slide {
color: #0e181e;
border-color: #fff;
background-color: #fff;
margin-top: 15px;
border-width: 1px;
text-transform: uppercase;
font-weight: 600;
-webkit-box-shadow: 1px 1px 3px #0e181e;
box-shadow: 1px 1px 3px #0e181e;
padding: 12px 33px;
}
.slide a .event-data .btn-slide:hover {
color: #fff;
border-color: #d3953e;
background-color: #d3953e;
}

.slide a img.icon {
opacity: 1;
width: 160px;
}


.slide .event-tags {
display: block;
}
.slide .event-tags a {
background-color: #fff;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
background-image: none !important;
opacity: 0;
background-color: #162026;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
letter-spacing: 1px;
padding: 8px 14px !important;
}

.carousel .carousel-control.left i, .carousel .carousel-control.right i {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.carousel .carousel-control.left i {
padding-left: 16px;
}

.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
opacity: 1;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
}
.carousel-control.right {
right: -30px;
}
.carousel-control.left {
left: -30px;
}
.carousel-control.right:hover, .carousel-control.left:hover {
color: #d3953e;
}

.carousel-control {
color: #fff;
top: 43%;
bottom: auto;
padding-top: 2px;
width: 60px;
height: 60px;
text-shadow: none;
opacity: 1;
border: none;
background: none;
font-size: 30px;
}
/*
Carousel Fade

Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
}
.btn {
border-radius: 0;
}





/* Single Event Styles */




.single-event .information {
background-color: #fff;
color: #162026;
padding: 15px;
line-height: 2em;
padding-top: 60px;
overflow: hidden;
}
.single-event h1 {
color: #162026;
font-size: 25px;
text-transform: uppercase;
font-family: 'Libre Baskerville', serif;
}
.information h2, .information h3 {
color: #162026;
text-transform: uppercase;
font-family: 'Libre Baskerville', serif;
}
.single-event .support {
color: #4c585f;
font-size: 20px;
text-transform: uppercase;
font-family: 'Libre Baskerville', serif;
margin-top: 0;
}
.event .details .table {
font-size: 16px;
}
.event .details .table tr {
background-color: transparent !important;
}
.event .details .table tr td {
padding: 5px 0;
border: 0;
}
.single-event .thumbnail {
overflow: hidden;
position: relative;
border: none;
padding: 0;
}
.single-event .thumbnail:hover {
border-color: #37a5d3;
}
.single-event .event-image {
z-index: 9;
position: relative;
}
.single-event .event-image a {
margin-top: 20px;
min-height: 150px;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
overflow: hidden;
max-height: 215px;
border: 1px solid transparent;
}
.single-event .event-image a:hover {
border-color: #546067;
}

.single-event .thumbnail .photocredit {
background-color: #fff;
color: #1C1C1C;
position: absolute;
bottom: 25px;
right: 0;
padding: 0 10px 0 5px;
line-height: 25px;
font-size: .85em;
font-style: italic;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.single-event .thumbnail:hover .photocredit {
background-color: #22313a;
color: #fff;
}
.single-event .details {
background-color: #22313a;
color: #fff;
font-size: 20px;
position: relative;
padding: 15px;
width: 100%;
margin-bottom: 20px;

}

.event .event-video {
margin-top: 20px;
}
.entry-title {
font-size: 24px;
text-align: center;
font-family: 'Libre Baskerville', serif;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
margin: 20px 0;
display: block;
}

.container.about, .container.booking, .container.contact {
	margin: 20px auto;
}
.container.quasimodo-menu {
	margin: 10px auto;
}
.container.welcome {
	margin-top: 20px;
}
.container.hours {
	margin-bottom: 20px;
}


#quasimodomenu, #quasimodorestaurant, #quasimodobooking, #quasimodocontact {
	height: 60px;
}


@media (min-width: 769px) {
	
	
#quasimodomenu, #quasimodorestaurant, #quasimodobooking, #quasimodocontact {
	height: 70px;
}
	
	.container.about, .container.booking, .container.contact {
	margin: 100px auto;
}
.container.quasimodo-menu {
	margin: 50px auto;
}
.container.welcome {
	margin-top: 100px;
}
.container.hours {
	margin-bottom: 100px;
}
	

.single-event h1 {
font-size: 35px;
}

.navbar-default .navbar-nav > li > a {
font-size: 16px;
letter-spacing: 2.0px;
}

.entry-title {
font-size: 36px;
margin: 20px 0 50px;
line-height: 1;
}
.entry-title span {
color: #fff;
background: #162026;
display: inline-block;
padding-left: 40px;
padding-right: 40px;
z-index: 2;
}
.entry-title span::before, .entry-title span::after {
background: #ddd;
bottom: 50%;
content: "";
display: block;
height: 1px;
left: 0;
position: absolute;
top: 50%;
width: 100%;
z-index: -1;
}

.subscribe-box input {
width: 20em;
margin-bottom: 0;
}
}
@media (min-width: 992px) {

.navbar-default .navbar-nav > li > a {
font-size: 18px;
letter-spacing: 1px;
}

.single-event .event-image {
margin-bottom: -70px;
}
.single-event .event-image a {
margin-top: 0;
min-height: 450px;
max-height: 600px;
border: 1px solid transparent;
}

.single-event .details {
position: absolute;
right: 0;
min-height: 510px;
margin-bottom: 0;
}
.event .event-video {
margin-top: 65px;
border: 1px solid transparent;
}
.event .event-video:hover {
border-color: #546067;
}
.single-event .information {

}
}
.single-event .details .week {
display: table;
color: #546067;
width: 100%;
cursor: default;

text-transform: uppercase;
}
.single-event .details .week span {
display: table-cell;
text-align: center;
font-size: 16px;
width: 13%;
border-bottom: 1px solid #546067;
}
.single-event .details .week span.mo.Mo, .single-event .details .week span.di.Di, .single-event .details .week span.mi.Mi, .single-event .details .week span.do.Do, .single-event .details .week span.fr.Fr, .single-event .details .week span.sa.Sa, .single-event .details .week span.so.So {
font-size: 1.4em;
color: #fff;
width: 22%;
border-color: #fff;
}
.single-event .details .day {
font-size: 40px;
font-family: 'Libre Baskerville', serif;
}
.single-event .details .month {
}
.single-event .details .year {
}
.single-event .details .time {
font-size: 16px;
}
.details table small {
white-space: nowrap;
font-size: 75%;
}
.single-event .event-categories, .single-event .event-categories li {
list-style: none;
padding: 0;
margin: 0;
display: inline;
}
.single-event .event-categories a {
color: #fff;
}
.single-event .promoter {
font-family: 'Libre Baskerville', serif;
margin-bottom: 10px;
float: left;
}
.single-event .tags {
font-size: 15px;
display: block;
color: #162026;
margin-bottom: 10px;
float: right;
margin-right: -15px;
}
.single-event .tags i {
color: #fff;
margin-right: 5px;
}
.single-event .tags a {
color: #1C1C1C;
background-color: #fff;
font-size: 0.85em;
padding: 2px 5px;
}
.single-event .tags a:hover {
color: #fff;
background-color: #0e181e;
}
.single-event .links {
margin-top: 130px;
background-color: #22313a;
padding: 12px;
color: #fff;
}
.single-event .links a {
color: #fff;
}
.single-event .links a:hover {
text-decoration: underline;
}
.single-event .alert-info, .single-event .alert-danger {
margin-right: -15px;
}
.single-event .description {
height: 250px;
display: block;
}
.single-event .read-more {
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(60%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
display: block;
z-index: 10;
padding: 100px 0 15px;
position: relative;
text-align: center;
margin-bottom: -15px;
}
.single-event .read-more a {
height: 30px;
}
.single-event .collapse.in {
display: block;
height: inherit;
}
html.slb_overlay object, html.slb_overlay embed, html.slb_overlay iframe {
visibility: inherit !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: #22313a !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
background-color: #0e181e !important;
}
.single-event .tour {
display: inline-block;
letter-spacing: 4px;
position: relative;
text-align: center;
font-size: 1.875rem;
margin-bottom: 15px;
}
.single-event .event-presenters {
margin-top: 10px;
background-color: #0e181e;
padding: 12px;
color: #fff;
font-size: 0.85em;
}
.single-event .event-presenters a:hover{
color: #d3953e;
text-decoration: underline;
}
.single-event .event-presenters strong {
float: left;
margin-right: 5px;
}
.single-event .event-presenters ul {
display: inline;
margin: 0;
padding: 0;
}
.single-event .event-presenters ul li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.single-event .event-presenters ul li::after {
content: ", ";
}
.single-event .event-presenters ul li:last-child::after {
content: "";
}
.single-event .event-website {
display: block;
color: #fff;
margin-top: 15px;
}
.single-event .event-website:hover {
text-decoration: underline;
}
.btn-default.ticket {
font-size: 16px;
color: #1C1C1C;
background-color: #fff;
border-color: #fff;
width: 100%;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.btn-default.ticket:hover {
color: #fff;
background-color: #0e181e;
border-color: #0e181e;
}
.no-ticket {
color: #989898 !important;
background-color: #fff !important;
border-color: #fff !important;
text-decoration: line-through !important;
cursor: no-drop;
}
.no-ticket a {
display: none;
}
.single-event .event-desc span.Sold.Out {
display: block;
font-weight: 700;
color: #e33c45;
}
.single-event .event-desc span.Canceled {
display: block;
font-weight: 700;
color: #e33c45;
}

.single-event .share {
list-style: none;
padding: 0;
font-size: 1.5em;
display: inline-block;
margin-top: 10px;
}
.single-event .share li {
float: left;
}
.single-event .share .icon {
background-color: #fff;
width: 35px;
height: 35px;

text-align: center;
}
.single-event .share li.icon {
margin-bottom: 10px;
}
.single-event .share .icon a {
color: #162026;
font-size: 18px;
}
.single-event .share .icon:hover a {
color: #fff;
}
.single-event .share .icon.facebook:hover {
background-color: #4265B9;
}
.single-event .share .icon.twitter:hover {
background-color: #55ACEE;
}
.single-event .share .icon.instagram:hover {
background-color: #F95B60;
}
.single-event .share .icon.pinterest:hover {
background-color: #C31E26;
}
.single-event .share .icon.google-plus:hover {
background-color: #D34836;
}
.join {
display: table;
width: 100%;
margin-top: 15px;
}
a.fb-event {
font-size: 12px;
background-color: transparent;
color: #fff;
text-align: center;
line-height: 1.2em;
padding: 3px 0;
display: table-cell;
margin-bottom: 10px;
margin-top: 5px;
border: 1px solid #fff;
width: 50%;
}
a.fb-event strong {
font-size: 1.3em;
}
a.fb-event:hover {
background-color: #4265B9;
border-color:#4265B9;
color: #fff;
}
.ical, .gcal {
display: table-cell;
background-color: transparent;
border: 1px solid #fff;
padding: 1px 3px;
color: #fff;
font-size: 14px;
letter-spacing: 1px;
width: 50%;
text-align: center;
border-left-color: #22313a;
vertical-align: middle;
}
.ical:hover {
background-color: #FF3B2F;
color: #fff;
border-color: #FF3B2F;
}

.ical.visible-xs {
background-color: #37a5d3;
color: #fff;
padding: 5px;
text-align: center;
}



.alert {
border-radius: 0;
margin-bottom: 15px;
}
.alert-danger {
color: #fff;
background-color: #B9121B;
border-color: #B9121B;
}
.alert a {
color: #fff;
text-decoration: underline;
}
.alert strong {
text-transform: uppercase;
}
.alert-info {
color: #fff;
background-color: #046380;
border-color: #046380;
}

.single-event .event-price {
margin-bottom: 20px;
display: block;
line-height: 1.25em;
}
.single-event .event-price small {
font-size: .69em;
}
.rem-logo-img {
display: none !important;
}
.month-menu {
background-color: #22313a;
clear: both;
display: inline-block;
overflow: hidden;
text-align: left;
margin-bottom: 10px;
width: 50%;
float: left;
}

.type-menu {
background-color: #22313a;
text-align: right;
display: inline-block;
margin-bottom: 10px;
width: 50%;

}
.type-menu a {
margin: 0;
display: inline-block;
padding: 0 15px;
border-left: 10px solid #162026;
}
.month-menu a {
padding: 0 15px;
border-right: 10px solid #162026;
margin: 0;
display: inline-block;
}

.month-menu span, .type-menu span {
color: #ccc;
font-size: 1.5em;
font-weight: 100;
margin: 0 10px;
}
.month-menu a h2 {
color: #fff;
text-transform: uppercase;
}
.type-menu a h2 {
color: #929EA5;
}
.month-menu a h2, .type-menu a h2 {
font-size: 1.2em;
font-weight: 400;
margin: 15px 0;
text-transform: uppercase;
}

.month-menu a h2:hover, .type-menu a h2:hover {
color: #d3953e;
}

@media (max-width: 992px) {
.single-event .alert-info, .single-event .alert-danger {
margin-left: -15px;
}
.single-event .event-image {
position: relative;
margin: 0 -15px;
}

.single-event .video-wrapper, .single-event .event-info {
padding: 0;
}

.month-menu, .type-menu {
text-align: center;
}
.month-menu a, .type-menu a {
margin: 0 10px;
}
}


.subscribe-box {
color: #162026;
padding: 30px 10px 25px;
font-size: 15px;
}
.subscribe-box a {
color: #162026;
}
.subscribe-box a:hover {
color: #162026;
text-decoration: underline;
}

.subscribe-box h3 {
color: #162026;
margin-bottom: 1.75em;
margin-top: 2.3em;
}
.subscribe-box input {
background: transparent;
color: #162026;
border-color: #162026;
border-width: 1px;
border-radius: 0;
letter-spacing: 1px;
margin-right: 1em;
padding: .85em 1.2em;
margin-bottom: 15px;
}
.subscribe-box input:focus {
color: #000;
border-color: #d3953e;
}
.subscribe-box input:hover {
border-color: #d3953e;
}
.subscribe-box .btn {
font-size: .93em;
letter-spacing: 2.6px;
padding: 1.31em 1.75em;
vertical-align: top;
background-color: transparent;
border: 1px solid;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #162026;
cursor: pointer;
display: inline-block;
line-height: 1;
text-transform: uppercase;
}

.subscribe-box .btn:hover, .subscribe-box .btn:focus {
border-color: #d3953e;
background-color: transparent;
}
.subscribe-box input[type="checkbox"] {
margin-right: 0;
padding-right: 0;
display: inline;
width: auto !important;
margin-left: -10px;
}
.newsletter-form {
background-color: #fff;
margin: 10px 0;
}
.newsletter-form h3 {
color: #d3953e;
margin: 0 0 20px;
}
.mc4wp-response {
text-align: center;
padding-bottom: 15px;
margin-top: -15px;
}
.mc4wp-response .mc4wp-alert {
color: #e33c45;
font-weight: 900;
}

.btn-all-events {
border: 2px solid #d3953e;
text-transform: uppercase;
border-radius: 0;
display: block;
color: #fff;
font-size: 1.7em;
font-weight: 900;
margin-top: 10px;
background-color: #d3953e;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
letter-spacing: 1px;
padding: 8px 14px !important;
}
.newsletter-form small {
letter-spacing: 1px;
}
.menu-social-menu-container {
overflow: hidden;
}

#menu-info-menue, #menu-social-menu {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
#menu-social-menu {
display: inline-block;
}
#menu-social-menu li {
float: left;
margin-right: 12px;
border: 2px solid #fff;
}
#menu-social-menu li a {
display: table-cell;
padding: 5px;
color: #fff;
text-decoration: none;
font-weight: 700;
text-align: center;
font-size: 1.7em;
width: 45px;
height: 45px;
line-height: 36px;
}
#menu-social-menu li:hover {
border-color: #d3953e;
}

#menu-social-menu li:hover a {
color: #d3953e;
}

#menu-info-menue li a {
background-color: #22313a;
text-transform: uppercase;
display: block;
margin-bottom: 5px;
padding: 5px 15px;
font-size: 1.2em;
color: #fff;
}
#menu-info-menue li a:hover {
background-color: #0e181e;
color: #d3953e;
}

@media (max-width: 767px) {
#wpadminbar {
display:none;
}
.wp-block-cover, .wp-block-cover-image {
min-height: 100px;
}

.schema-faq-section {
margin-bottom: 20px;
}

.single-event .promoter {
float: none;
text-align: center;
}
#menu-info-menue li a {
margin-bottom: 5px;
padding: 1px 10px;
font-size: 1.1em;
}
.single-event .event-image a {
height: 150px;
}

.subscribe-box input {
margin-right: 0;
}
.newsletter-form small {
letter-spacing: 0;
}
.subscribe-box input {
width: inherit;
margin-bottom: 15px;
}

.single-event .thumbnail .event-image {
height: 220px;
}
.main-content-area {
margin-top: 0;
}
.navbar-nav > li {
margin-right: 0;
position: relative;
}
.navbar.navbar-default {
	padding-top:  10px;
margin-bottom: 0;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #22313a;
}

#logo img {
width: inherit;
height: auto;
}


.social-links li {
display: inline;
padding: 0;
}
.icon-circle {
font-size: 2em;
}
.social-links li:after {
display: none;
}
.social-links li:last-child {
margin-right: 0;
}
.btn-all-events {
font-size: 1.2em;
}



}
.btn-all-events:hover {
color: #162026;
background-color: #fff;
border: 2px solid #fff;
-webkit-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
}
.page-template-page-info p {
line-height: 2.2;
}

.page-template-page-info .entry-content .information, .page-id-949 .entry-content .information, .page-id-951 .entry-content .information, .page-id-953 .entry-content .information, .page-id-8 .entry-content .information {
background-color: #fff;
color: #162026;
padding: 25px 15px 15px 15px;
line-height: 2em;
overflow: hidden;
}


span.wpcf7-list-item {
display: inline-block;
margin: 10px 0 0 0;
}
.wpcf7-form a {
color: #162026 !important;
text-decoration: underline;
}

.wpcf7-form label {
margin-top: 25px;
margin-bottom: 0;
}
.page-template-page-info .entry-content {
margin: 0;
}
span.wpcf7-list-item {
margin: auto !important;
}
input.wpcf7-form-control.wpcf7-text {
width: 100%;
padding: 10px 10px;
margin-bottom: 10px;
}

.highlights {}


.highlights .slide .event-data h1.event-name {
font-size: 42px;
}
.highlights .slide .event-data .event-support {
text-transform: uppercase;
font-size: 22px;
}

.highlights .new {
background-color: #fff;
color: #162026;
padding: 0px 15px;
height: 410px;
z-index: 9;
position: relative;
overflow: hidden;
}

.highlights .new h2 {
color: #d3953e;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 900;
font-family: 'Libre Baskerville', serif;
font-size: 18px;
text-align: center;
}
.highlights .new .date {
color: #4c585f;
}
.highlights .new a {
color: #162026;
text-transform: uppercase;
font-size: 14px;
font-weight: 900;
}
.highlights .new a:hover {
color: #d3953e;
}
.highlights .new table {
z-index: 10;
}
.highlights .new .fade {
z-index: 20;
height: 160px;
width: 100%;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
position: absolute;
bottom:0;
left:0;
opacity: 1;
text-align: center;
}
.highlights .new .fade a {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
}
@media (min-width: 992px) {
.highlights .col-md-9 {
padding-right: 5px;
}
.highlights .col-md-3 {
padding-left: 5px;
}
}

@media (min-width: 1200px) {
.slide a img, .highlights .new {
height: 500px;
}

}

.quasimodo-menu {
font-size: 1.1em;
}

.quasimodo-menu .table > tbody > tr > td, .quasimodo-menu .table > tbody > tr > th, .quasimodo-menu .table > tfoot > tr > td, .quasimodo-menu .table > tfoot > tr > th, .quasimodo-menu .table > thead > tr > td, .quasimodo-menu .table > thead > tr > th {
padding: 10px 0px;
}
.quasimodo-menu .table > tbody > tr > td:nth-child(2) {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	text-align:  right;
}
.quasimodo-menu h3 {
text-transform: uppercase;
margin-top: 40px;
color: #d3953e;
}
.quasimodo-menu strong {
text-transform: uppercase;
font-family: 'Libre Baskerville', serif;
}
.quasimodo-menu em {
color: #606060;
text-transform: none;
}