/* 
	Theme Name: LEADER BiggeLand
	Theme URI: https://leader-biggeland.de/
	Description: Theme f&uuml;r die LEADER-Region BiggeLand (Base: Genesis / Infinity Pro)
	Author: Frey Print + Media
	Author URI: http://www.freymedia.de

	Version: 1.0.0

	Template: genesis
	Template Version: 2.4

*/

@import "css/responsive-menu.css"; /* infinities */
@import "css/flyout-search.css";

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after { box-sizing: inherit; }


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before { content: " "; display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after { clear: both; content: " "; display: table; }


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html { font-size: 62.5%; /* 10px browser default */ }

body {
	margin: 0;
	background-color: #fff;
	color: #666;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	overflow-x: hidden;
	overflow-y: visible;
}

html { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.front-page .overlay,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

button,
input,
select,
textarea {
	color: #404040;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a { color: #666; text-decoration: underline; }

a:hover,
a:focus { color: #333; text-decoration: none; }

input[type="submit"]:hover { color: #666; }

p,
address { margin: 0 0 1.5em; }

ol,
ul { margin: 0; padding: 0; }

li { list-style-type: none; }

li > ul,
li > ol { margin-bottom: 0; margin-left: 0; }


dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

hr {
	clear: both;
	margin-bottom: 2em;
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
}

mark { background-color: #f5f5f5; color: #000; }

b,
strong { font-weight: 700; }

blockquote,
cite,
dfn,
em,
i { font-style: italic; }

blockquote { margin: 2em; }

blockquote, q { quotes: "" ""; }

blockquote:before,
blockquote::before,
blockquote:after,
blockquote::after,
q:before,
q::before,
q:after,
q::after { content: ""; }

blockquote:before,
blockquote::before {
	content: "\201C";
	display: block;
	position: relative;
	top: -10px;
	left: -20px;
	height: 0;
	font-size: 30px;
}

pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; color: #333333; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; white-space: pre-wrap; }

abbr,
acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #fff9c0; text-decoration: none; }

big { font-size: 125%; }


/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 { clear: both; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0 0 40px;
	color: #333333;
    font-family: Raleway;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	line-height: 1.25;
}

body h1,
body h2 { text-transform: uppercase; }

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 { text-align: inherit !important; }

h1 { font-size: 42px; }

h2 { font-size: 36px; }

h3 { font-size: 36px; }

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 { margin-bottom: 10px; }

h4 { font-size: 30px; }

.entry-content h4 { margin-top: 40px; }

h5 { font-size: 18px; }

h6 { font-size: 14px; }



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption { max-width: 100%; }

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

img.vertical { vertical-align: top; }

figure { margin: 0; }


/* Gallery
--------------------------------------------- */

.gallery { overflow: hidden; }

.gallery-item {
	float: left;
	width: 100%;
	margin: 0 0 2em;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item { width: 50%; }

.gallery-columns-3 .gallery-item { width: 33%; }

.gallery-columns-4 .gallery-item { width: 25%; }

.gallery-columns-5 .gallery-item { width: 20%; }

.gallery-columns-6 .gallery-item { width: 16.6666%; }

.gallery-columns-7 .gallery-item { width: 14.2857%; }

.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery-columns-9 .gallery-item { width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: left; }

.gallery img { height: auto; padding: 4px; border: 1px solid #eee; }

.gallery img:hover,
.gallery img:focus { border: 1px solid #999; }

.gallery-caption { display: block; }


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	width: 100%;
	padding: 16px;
	background-color: #f5f5f5;
	border: 0 none transparent /*1px solid #eee*/;
	border-radius: 0;
	color: #000;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

select,
select:hover,
select:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus { background-color: #eee; outline: none; }

input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"],
textarea { -webkit-appearance: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] { width: auto; }

::-webkit-input-placeholder 			{ color: #aaa; }
:-moz-placeholder						{ color: #aaa; opacity: 1; } /* FF 4-18 */
::-moz-placeholder 						{ color: #aaa; opacity: 1; } /* FF 19+ */
:-ms-input-placeholder 					{ color: #aaa; } /* IE 10+ */

input:focus::-webkit-input-placeholder 	{ color: transparent; }
input:focus:-moz-placeholder 			{ color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder 			{ color: transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder 		{ color: transparent; } /* IE 10+ */

button,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
.button {
	width: auto;
	padding: 12px 20px;
	background-color: #3da1d7;
	border: 0;
	border-radius:			0;
	-moz-border-radius: 	0;
	-webkit-border-radius: 	0;
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
}

.button.large { padding: 20px 30px; font-size: 12px; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus { background-color: #000; color: #fff; }

.entry-content .button:hover,
.entry-content .button:focus { color: #fff; }

.button { display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small { padding: 8px 16px; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	border-width: 0;
	background-color: #f5f5f5;
	color: #666;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button { display: none; }


/* Tables
--------------------------------------------- */

table {
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
}

tbody { border-bottom: 1px solid #eee; }

td,
th { text-align: left; }

td { padding: 6px; border-top: 1px solid #eee; }

th { padding: 0 6px; font-weight: 400; }

td:first-child,
th:first-child { padding-left: 0; }


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	border: 0;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 	0 0 2px 2px rgba(0,0,0,.6);
	box-shadow: 		0 0 2px 2px rgba(0,0,0,.6);
	z-index: 100000; /* Above WP toolbar. */
}

.more-link { position: relative; }


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner { clear: both; }

.home .site-inner { margin-top: 0 !important; }


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content { float: right; width: 66.66666667%; padding: 60px 0; }

.home .content { padding-top: 0; }

.content-sidebar .content { float: left; }

.full-width-content .content {
	float: none;
	width: 100%;
/*	max-width: 840px;*/
	margin-left: auto;
	margin-right: auto;
	border-right: none;
}

/*.full.full-width-content .content { max-width: 100%; }*/

/* Primary Sidebar */

.sidebar-primary { float: right; width: 33.33333333%; }

.sidebar-content .sidebar-primary { float: left; }


/* Column Classes
--------------------------------------------- */
/* deleted - solved via Visual Composer */


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar { float: left; border-radius: 50%; }

.author-box .avatar,
.alignleft .avatar { margin-right: 24px; }

.alignright .avatar { margin-left: 24px; }

.comment .avatar { margin: 0 16px 24px 0; }


/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.breadcrumb { text-align: left; }

.after-entry { padding-bottom: 60px; }

.author-box { padding-bottom: 20px; line-height: 1.5; }

.breadcrumb {
	margin: 20px 0 40px;
	padding: 18px 0;
	background-color: #fafafa;
	font-size: 14px;
}

.after-entry,
.author-box,
.breadcrumb { margin-bottom: 60px; padding-bottom: 40px; border-bottom: 1px solid #eee; }

.archive-description { margin-bottom: 30px; font-weight: 300; }

.first { clear: both; margin-left: 0; }


/* Search Form
--------------------------------------------- */

.search-form { position: relative; overflow: hidden; }

.search-form:before,
.search-form::before {
	content: "\f4a5";
	position: absolute;
	color: #999;
	font-family: "ionicons";
}

.entry-content .search-form { width: 50%; margin: 40px auto; text-align: right; }

.search-form input[type="search"] { padding-top: 12px; padding-bottom: 10px; }

.post-password-form input[type="submit"],
.search-form input[type="submit"],
.widget_product_search input[type="submit"] { margin-top: 10px; }

.widget_search input[type="submit"],
.widget_product_search input[type="submit"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* Titles
--------------------------------------------- */

h1.entry-title,
h1.archive-description .entry-title,
.archive-title,
.author-box-title,
.tribe-events-page-title,
.tribe-events-single-event-title {
	display: inline-block;
	color: #333 !important;
	font-size: 48px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-align: left;
}

h1.entry-title:after,
h1.entry-title::after,
.archive-description .entry-title:after,
.archive-description .entry-title::after,
.archive-title:after,
.archive-title::after,
.author-box-title:after,
.author-box-title::after,
.tribe-events-page-title:after,
.tribe-events-page-title::after,
.tribe-events-single-event-title:after,
.tribe-events-single-event-title::after {
	content: "";
	display: block;
	margin: 20px -40px 0 0;
	border-bottom: 10px solid #3da1d7 /* default: #ace256 */;
}

body.single-post h1.entry-title:after,
body.single-post h1.entry-title::after,
body.single-post .archive-description .entry-title:after,
body.single-post .archive-description .entry-title::after,
body.single-post .archive-title:after,
body.single-post .archive-title::after,
body.single-post .author-box-title:after,
body.single-post .author-box-title::after,
.tribe-events-page-title:after,
.tribe-events-page-title::after,
.tribe-events-single-event-title:after,
.tribe-events-single-event-title::after { width: 20%; }

h2.entry-title { margin-bottom: 20px; }

.entry-title a,
.sidebar .widget-title,
.sidebar .widgettitle a { color: #333; text-decoration: none; }

.entry-title a:hover,
.entry-title a:focus { color: #3da1d7; }

.widget-title,
.widgettitle {
    margin-bottom: 20px;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: inherit;
    text-transform: uppercase;
}


/* WordPress
--------------------------------------------- */

a.aligncenter img { display: block; margin: 0 auto; }

a.alignnone { display: inline-block; }

.alignleft { float: left; text-align: left; }

.alignright { float: right; text-align: right; }

a.alignleft,
a.alignnone,
a.alignright { max-width: 100%; }

img.centered,
.aligncenter { display: block; margin: 0 auto 30px; }

img.alignnone,
.alignnone { margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft { margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright { margin: 0 0 20px 20px; }

.wp-caption-text {
	margin: 0.875e, 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text { margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video { margin: 0 0 30px; }

ul.sitemap { margin: 0 auto !important; width: 80%; max-width: 400px; }

.sticky { display: block; }

.hentry { margin: 0; }

.byline,
.updated:not(.published) { display: none; }

.bypostauthor { display: block; }

.entry-content > .post-edit-link,
.entry-content > .post-edit-link + #vc_load-inline-editor { display: inline-block; margin-top: 50px; margin-right: 20px; }


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget { width: 100%; margin: 0 0 25px; word-wrap: break-word; }

.widget,
.widget a { color: #222; }

.widget:last-of-type,
.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type { margin-bottom: 0; }

.widget ol,
.widget ul { padding-left: 0 !important; }

.widget ol > li {
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: -20px;
}

.widget ul > li { margin-bottom: 5px; padding-bottom: 5px; list-style-type: none !important; }

.widget ul > li:last-of-type { padding-bottom: 0; }

.widget li li { margin: 0 0 0 30px; padding: 0; border: 0; }

.widget_calendar table { width: 100%; }

.widget_calendar td,
.widget_calendar th { text-align: center; }

.widget_search,
.widget_archive { padding: 0 !important; background-color: transparent !important; }

.widget_rss .rss-widget-icon { display: none !important; }

.widget_rss .widgettitle,
.widget_rss .widgettitle a { text-decoration: none; }

.widget_rss a.rsswidget { display: block; }


/* Featured Content
--------------------------------------------- */

.featured-content .widget-title { margin-bottom: 30px; }

.footer-widgets .featured-content .entry,
.sidebar .featured-content .entry { margin-bottom: 15px; padding-bottom: 15px; }

.footer-widgets .featured-content .entry-header,
.sidebar .featured-content .entry-header { text-align: left; }

.footer-widgets .featured-content .entry-header::after,
.sidebar .featured-content .entry-header::after { display: none; }

.footer-widgets .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.25;
}

.footer-widgets .featured-content .entry-meta,
.sidebar .featured-content .entry-meta { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }

.footer-widgets .featured-content .entry-meta a,
.sidebar .featured-content .entry-meta a { color: #000; text-decoration: none; }

.footer-widgets .featured-content .entry-meta a:hover,
.footer-widgets .featured-content .entry-meta a:focus,
.sidebar .featured-content .entry-meta a:hover,
.sidebar .featured-content .entry-meta a:focus { color: #3da1d7; }

.footer-widgets .featured-content .entry-image,
.sidebar .featured-content .entry-image { vertical-align: top; }

.featured-content a.alignleft,
.featured-content a.alignright,
.featured-content .entry:last-of-type { margin-bottom: 0; }

.featured-content a.aligncenter,
.featured-content a.alignleft,
.featured-content a.alignnone,
.featured-content a.alignright { border-bottom-width: 0; }

.featured-content .entry:last-of-type { padding-bottom: 0; border-bottom: none; }

.featured-content .more-posts-title { display: block; padding-top: 30px; }


/* To top
---------------------------------------------------------------------------------------------------- */

.to-top {
	position: fixed;
	overflow: hidden;
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
	background: #f3f3f3 url(//leader-biggeland.de/wp-content/themes/leader-biggeland/images/to-top.svg) no-repeat center 50%;
	visibility: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: 		alpha(opacity=0); /* IE 5-7 */
	-moz-opacity: 	0; /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	opacity: 		0; /* Good browsers */
	-webkit-transition: all .3s;
	-moz-transition:	all .3s;
	transition:			all .3s;
	z-index: 10000;
}

.to-top.top-is-visible {
	visibility: visible;
	-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: 		alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 	1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 		1; /* Good browsers */
}

.to-top.top-fade-out {
	-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: 		alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 	0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5; /* Good browsers */
}

.to-top:hover {
	-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: 		alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 	1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 		1; /* Good browsers */
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow:	0 0 10px rgba(150,150,150,0.2);
	-moz-box-shadow:	0 0 10px rgba(150,150,150,0.2);
	box-shadow:			0 0 10px rgba(150,150,150,0.2);
	z-index: 9999;
}

.site-header > .wrap { width: 100%; padding: 0; }


/* Title Area
--------------------------------------------- */

.header-image .title-area { width: 138px; min-height: 45px; padding: 0; }

.site-title {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus { color: #000; text-decoration: none; }

.header-image .site-title > a { width: 138px; min-height: 45px; background-size: contain !important; }

.site-description,
.site-title { margin-bottom: 0; }

.header-image .site-title,
.site-description { display: block; height: 0; text-indent: -9999px; }


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu { clear: both; width: 100%; line-height: 1; }

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu > .menu-item { position: relative; }

.genesis-nav-menu a {
	display: block;
	padding: 0 1.5em;
    color: #555;
	font-family: Raleway, sans-serif;
	font-size: 14px;
    font-weight: 500;
	letter-spacing: 2px;
	text-decoration: none;
    font-style: normal;
}

/*.genesis-nav-menu .menu-item:hover { position: static; }*/

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a { color: #3da1d7; text-decoration: none; }

.genesis-nav-menu .sub-menu a { position: relative; padding: 20px; word-wrap: break-word; }


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus { position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: 		alpha(opacity=100); /* IE 5-7 */
	-moz-opacity: 	1; /* Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity: 		1; /* Good browsers */	
}


/* Primary Navigation 
--------------------------------------------- */

/* just temporary */
body > .nav-primary { display: none; }


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary { text-align: right; }

.nav-secondary .genesis-nav-menu a { font-size: 12px; }


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog .content .entry { margin-bottom: 60px; padding-bottom: 30px; border-bottom: 1px solid #eee; }

.page .content .entry { border-bottom: none; }

.page .content .entry,
.single .content .entry { padding-bottom: 0; }

.entry:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0 none transparent; }

/* genesis 
.entry-content ol,
.entry-content ul { margin-bottom: 30px; margin-left: 40px; }*/

/* bober */
.entry-content ol,
.entry-content ul { margin: 0 0 1.5em 0; padding-left: 2em; }

.entry-content ol > li { list-style-type: decimal; }

.entry-content ul > li { list-style-type: disc; }

.entry-content code { background-color: #000; color: #eee; }

.center { text-align: center; }


/* Entry Meta
--------------------------------------------- */

.entry-header { text-align: left; }

body.archive .entry-header { text-align: center; }

.entry-header:after,
.entry-header::after {
	content: "";
	display: block;
	width: 2.5%;
	margin: 0 auto 36px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

body.page .entry-header:after,
body.page .entry-header::after { display: none; }

.entry-categories,
.entry-tags { display: block; }

.entry-comments-link:before,
.entry-comments-link::before { content: "\2014"; margin: 0 6px 0 2px; }

.entry-footer { text-align: right; }

.entry-footer:before,
.entry-footer::before {
	content: "";
	display: block;
	width: 2.5%;
	margin: 20px auto 0;
	padding-top: 36px;
	border-top: 1px solid #ccc;
}

.entry .entry-footer:empty:before,
.entry .entry-footer:empty::before { display: none; }


/* Pagination
--------------------------------------------- */

.pagination { clear: both; margin: 40px 0; }

.adjacent-entry-pagination { margin-bottom: 0; }

.archive-pagination a { color: #666; font-size: 18px; font-weight: 700; }

.archive-pagination a:hover,
.archive-pagination a:focus { color: #3da1d7; }

.archive-pagination li { display: inline; }

.archive-pagination li a {
	display: inline-block;
	padding: 8px 12px;
	background-color: #f5f5f5;
	color: #666;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li.active a { background-color: #666; color: #fff; }

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings { margin-bottom: 40px; background-color: #fff; font-size: 20px; }

.comment-list li { padding: 40px 0 0 30px; }

.comment-list .depth-1 { padding-left: 0; }

.comment-header { margin-bottom: 30px; line-height: 1.5; }

.comment-content { clear: both; }

.comment-content ul > li { list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] { width: 50%; }

.comment-respond label { display: block; margin-right: 12px; }

.comment-header p { margin-bottom: 0; }

.entry-pings .reply { display: none; }


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

.sidebar { padding-bottom: 80px; font-size: 16px; text-align: center; }

.sidebar-primary .widget { background-color: #fafafa; margin-top: 5px; padding: 50px 40px; }

.sidebar-primary .widget:first-of-type { margin-top: 75px; }


/* Offscreen Content
---------------------------------------------------------------------------------------------------- */

.no-scroll { overflow: hidden; }

.offscreen-content {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba( 255, 255, 255, 1.0);
	text-align: center;
	overflow-y: scroll;
	z-index: 10000;
}

.offscreen-content .wrap { max-width: 720px; margin-right: auto; margin-left: auto; }

.offscreen-container {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;	
	text-align: center;
}

.offscreen-container .widget-area {
	display: table-cell;
	width: 100%;
	padding-bottom: 20px;
	vertical-align: middle;
}

/* Offscreen Content Icon
--------------------------------------------- */

.ion-ios-close-empty,
.ion-ios-more { font-size: 36px; }

.ion-ios-close-empty { margin-right: 10px; }

.offscreen-content-icon,
.offscreen-content-toggle { 
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 10000;
}

.admin-bar .offscreen-content-icon,
.admin-bar .offscreen-content-toggle { top: 52px; }

.offscreen-content button,
.offscreen-content-icon button {
    padding: 2px 10px 2px 12px;
    background-color: #fff;
	color: #666;
	font-size: 20px;
}

.offscreen-content button:hover,
.offscreen-content-icon button:hover { color: #3da1d7; }


/* Call to Action Banner
---------------------------------------------------------------------------------------------------- */

.calltoaction {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3ca432+0,087fc1+100 */
	background: #3ca432; /* Old browsers */
	background: -moz-linear-gradient(left,  #3ca432 0%, #087fc1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3ca432 0%,#087fc1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3ca432 0%,#087fc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca432', endColorstr='#087fc1',GradientType=1 ); /* IE6-9 */
	text-align: center;
}

.calltoaction > .wrap { padding: 2.5em 0; }

.calltoaction * { color: #fff; }


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	background-color: #fafafa;
	font-size: 20px;
	text-align: center;
}

.footer-widgets > .wrap { padding: 4em 0 1.5em; }

.footer-widgets p { margin-bottom: 20px; }

.footer-widgets .button { margin-top: 10px; background-color: #666; color: #fff; }

.footer-widgets .button:hover { background-color: #3da1d7; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer { padding: 1em 0; background-color: #333; text-align: center; }

.site-footer * {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-footer p { margin-bottom: 0; }

.site-footer p,
.site-footer a { color: #fff; }

.site-footer a:hover,
.site-footer a:focus { color: #3da1d7; }


/* Fadein Effect
---------------------------------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; } to { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; } to { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; } to { opacity: 1; }
}

@-ms-keyframes fadein { 
	from { opacity: 0; } to { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; } to { opacity: 1; }
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Contact Form 7
------------------------------------------------------------------------------------------ */

body .wpcf7-form { clear: both; }

body .wpcf7 input[type="text"],
body .wpcf7 input[type="email"],
body .wpcf7 textarea { margin: 0 10px 0 0; }

body div.wpcf7-response-output{ margin: 1.5em 0!important; padding: 0.5em 1em !important; }

body div.wpcf7,
body div.wpcf7-response-output { width: auto; }

body span.wpcf7-not-valid-tip {
	position: relative;
	display: block;
	width: auto;
	margin: 5px 0 0;
	padding: 0;
	border: 0 none;
	color: #d72029;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	letter-spacing: 1px;
    z-index: 100;
}

body div.wpcf7-mail-sent-ok,
body div.wpcf7-mail-sent-ng,
body div.wpcf7-spam-blocked,
body div.wpcf7-validation-errors { border: 0 none; color: #fff; text-align: center; }

body div.wpcf7-mail-sent-ng,
body div.wpcf7-spam-blocked,
body div.wpcf7-validation-errors { background-color: #d72029; }

body div.wpcf7-mail-sent-ok { background-color: #8dc603; }


/* Cookie Law Info Bar
------------------------------------------------------------------------------------------ */

body #cookie-law-info-bar {
    padding: 10px 20px;
	border-top: 0 none transparent !important;
	background-color: #999 !important;
	color: #fff !important;
    font-size: 14px;
}

body #cookie-law-info-bar span { line-height: 1.625; }

body #cookie-law-info-bar a { color: #fff !important; text-decoration: underline; }

body #cookie-law-info-bar .cli-plugin-main-button { text-decoration: none !important; }

body .cli-plugin-button,
body .cli-plugin-button:visited,
body .medium.cli-plugin-button,
body .medium.cli-plugin-button:visited { font-size: 12px; text-transform: uppercase; text-shadow: 0 0 0 transparent; }

body .cli-plugin-button,
body .cli-plugin-button:visited { padding-top: 7px; border-bottom: 0 none transparent; }

body .cli-plugin-button,
#cookie-law-info-again { background-color: #666 !important; }

body .cli-plugin-button:visited,
body .cli-plugin-button:hover,
#cookie-law-info-again:hover { background-color: #444 !important; }

#cookie-law-info-again { 
	padding-bottom: 15px;
	border: 0 none transparent !important;
	color: #fff !important;
	font-style: italic !important;
}


/* ## Events Calendar (Modern Tribe)
--------------------------------------------- */

body .events-list .type-tribe_events { text-align: center; }

body .tribe-events-list-widget .tribe-event-title { font-weight: inherit; }

body h2.tribe-events-page-title { margin-bottom: 60px !important; }

body .tribe-events-list-widget .tribe-list-widget { padding-left: 0; }

body .tribe-events-event-meta .fn { font-weight: 700; }

body .tribe-events-event-meta address.tribe-events-address { font-weight: 400; }

body #tribe-events-content { clear: both; margin-bottom: 0; padding: 0; }

body #tribe-events-footer { margin-bottom: 0; }

body #tribe-events .type-tribe_events .entry-title { font-size: 28px !important; text-transform: uppercase; }

body #tribe-events .type-tribe_events .entry-title a { color: #999; }

body #tribe-events-content a { text-decoration: underline; }

body .tribe-events-read-more {
	display: inline-block !important;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 0 0 transparent;
	-moz-box-shadow: 	0 0 0 0 transparent;
	box-shadow:			0 0 0 0 transparent;
}

body .tribe-events-read-more,
body .tribe-events-widget-link a {
    width: auto;
	padding: 10px 20px;
    border: 0 none;
    background-color: #08c;
    color: #fff !important;
	font-family: Raleway;
	font-size: 14px;
	font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    white-space: normal;
    cursor: pointer;
}

body .widget .tribe-events-read-more,
body .widget .tribe-events-widget-link a { width: 100%; }

body .tribe-events-read-more:hover,
body .tribe-events-widget-link a:hover { background-color: #0074ad; color: #f7f7f7 !important; }

body #tribe-events-pg-template {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

body #tribe-events .tribe-events-button,
body #tribe_events_filters_wrapper input[type="submit"],
body .tribe-events-button, .tribe-events-button.tribe-active,
body .tribe-events-button.tribe-inactive, .tribe-events-button,
body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a { background-color: #47a2dc; }

body #tribe-events .tribe-events-button:hover,
body #tribe_events_filters_wrapper input[type="submit"]:hover,
body .tribe-events-button, .tribe-events-button.tribe-active:hover,
body .tribe-events-button.tribe-inactive, .tribe-events-button:hover,
body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]:hover,
body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover { background-color: #60bbf5; }


/* ### Overviews
---------------------------------------- */

body #tribe-events-header .tribe-events-sub-nav { margin-bottom: 30px; }

body .tribe-events-event-cost span { margin: 0 auto; }

body .tribe-events-list .type-tribe_events,
body .tribe-events-list .tribe-events-loop .tribe-event-featured { margin-bottom: 0; padding: 2.25em 0; border-bottom: 1px solid #ddd !important; }


/* #### Tribe bar
----------------------------------- */

body #tribe-bar-views li.tribe-bar-views-option { margin-bottom: 0 !important; }

body #tribe-bar-views li.tribe-bar-views-option { font-size: 13px; font-weight: 400; }

body #tribe-bar-views .tribe-bar-views-option:last-child a { border-radius: 0 0 0; }

body #tribe-bar-views .datepicker table tr td span.active.active,
.datepicker table tr td.active.active { background-color: #b30e1f; }


/* #### Calendar view
----------------------------------- */

/* ##### Day selected (tribe-bar)
-------------------------------- */

body .tribe-events-day-time-slot h5 { font-family: Raleway, sans-serif; }


/* ##### Monthly
-------------------------------- */

body #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	max-height: 32px;
	font-size: 12px;
	font-weight: 500;
	/*word-wrap: break-word;*/
}

body #tribe-events .tribe-events-othermonth .tribe_events h3.tribe-events-month-event-title a { color: #333; }


/* ##### List
-------------------------------- */

body .tribe-events-list .type-tribe_events { text-align: center; }

body .tribe-events-list .tribe-events-list-separator-month { margin-top: -1px; }

body .tribe-events-list a.tribe-events-read-more,
body .tribe-events-list a.tribe-events-read-more:hover { margin: 20px 0 10px; }

body .tribe-events-list .tribe-events-event-image { display: none; }

body .tribe-events-list .tribe-events-event-image + div.tribe-events-content { width: 100%; }

body .tribe-events-list .tribe-events-content { padding: 0 !important; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured,
body .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured,
body .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap,
body .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover { background-color: transparent; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured * { color: inherit !important; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-read-more { color: #fff !important; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a { color: #3ca432 !important; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:hover { color: #333 !important; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-read-more,
body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-widget-link a { background-color: #3ca432; }

body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-read-more:hover,
body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-widget-link a:hover { background-color: #b4ce60; }


/* #### Single view
----------------------------------- */

body.single-tribe_events .entry {
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 0 transparent;
	-moz-box-shadow:	0 0 0 0 transparent;
	box-shadow:			0 0 0 0 transparent;
}

body.single-tribe_events .tribe-events-event-image { margin: 30px 0; padding: 0; background-color: #f5f5f5!important; }

body.single-tribe_events .tribe-events-event-image,
body.single-tribe_events .tribe-events-event-image img { line-height: 0.6 !important; } /* to hide bottom space, whereever it's from ... */


/* #### Widget 
----------------------------------- */

body .tribe-events-list-widget .tribe-event-title { margin-bottom: 4px !important; font-size: 16px; font-weight: 500; }

body .tribe-events-list-widget .tribe-event-title a { color: inherit !important; }

body .tribe-events-list-widget .duration { font-weight: normal; }

body .tribe-events-list-widget ol li { margin-bottom: 18px; }

body .tribe-events-list-widget ol > li { padding: 0; text-indent: 0; }

body .tribe-events-list-widget .tribe-event-featured,
body .tribe-events-venue-widget .tribe-event-featured,
body .tribe-mini-calendar-list-wrapper .tribe-event-featured,
body .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event { background-color: transparent; }

body .tribe-events-list-widget .tribe-event-featured .tribe-event-duration { color: inherit; }

body .tribe-events-widget-link > a { float: right; letter-spacing: 0; }


/* Genesis simple share
------------------------------------------------------------------------------------------ */

.entry-content .share-after {
    clear: both;
    margin: 0 0 25px;
    padding-top: 25px;
    text-align: center;
}


/* Mailpoet (former WYSIJA)
------------------------------------------------------------------------------------------ */

.calltoaction .widget_wysija_cont input,
.calltoaction .widget_wysija_cont select,
.calltoaction .widget_wysija_cont textarea { color: #aaa !important; }

.calltoaction .widget_wysija_cont input:focus,
.calltoaction .widget_wysija_cont select:focus,
.calltoaction .widget_wysija_cont textarea:focus { color: #666 !important; }

.calltoaction .widget_wysija_cont input[type="submit"],
.calltoaction .widget_wysija_cont input[type="submit"]:focus { color: #fff !important; }

.calltoaction .formError {
	-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE 8 */
	filter: 		alpha(opacity=95); /* IE 5-7 */
	-moz-opacity: 	0.95; /* Netscape */
	-khtml-opacity: 0.95; /* Safari 1.x */
	opacity:		0.95; /* Good browsers */
}

.calltoaction .formError .formErrorContent {
	width: auto;
	padding: 10px 20px;
	border: 0 none transparent;
    background-color: #d72029;
	font-family: inherit;
    font-size: 13px;
}

.calltoaction .widget_wysija_cont .updated,
.calltoaction .widget_wysija_cont .error,
.calltoaction .widget_wysija_cont .xdetailed-errors,
.calltoaction .widget_wysija_cont .login .message {
    margin: 0;
    padding: 0;
    border: 0 none transparent;
    border-radius: 0 0 0 0;
    background-color: transparent;
    font-weight: normal;
}


/* ## Leaflet Maps Marker
--------------------------------------------- */

/* ### Layer + location list
------------------------------ */

/* #### Layer 
--------------------*/

body .leaflet-popup-content-wrapper {
	border-radius: 			0;
	-moz-border-radius: 	0;
	-webkit-border-radius: 	0;
}

body .leaflet-popup-content,
body .leaflet-popup-content:last-child { margin: 20px !important; }

/* to override every contents :last-child margin-bottom: 0! */
body .leaflet-popup-content img:last-child { margin-bottom: 12px !important; }


/* #### Search filter*/

body .lmm-listmarkers-table .dropbtn { height: 50px !important; padding: 18px 24px 18px 18px; text-align: right; }

body .lmm-listmarkers-table .dropbtn.up {
	background-position: 85% 10px !important; /* old browsers */
	background-position: calc(100% - 10px) center !important;
}

.lmm-listmarkers-table .dropdown .up {
    background-position: 100% center no-repeat !important; /* old browsers */
    background-position: calc(100% - 10px) center !important;
}

body .lmm-listmarkers-table .dropdown-content a { padding: 12px; }


/* #### Location list */

body .lmm-panel,
body .leaflet-container,
body .lmm-listmarkers table { border: 0 none transparent !important; }

body .lmm-panel { background-color: #f2f2f2!important; }

body .lmm-panel-text { color: transparent !important; }

/*old:
body .mapsmarker.layermap { width: auto !important; margin: 20px -40px 0 -40px !important; }*/

body .lmm-listmarkers-table tr:nth-child(n) { border: 0 1px 0 1px solid #fafafa; }

body .lmm-listmarkers-table tr:nth-child(2n) { background-color: #fafafa; }

body .lmm-listmarkers-table td { padding: 30px 0 25px !important; border: 0 none transparent !important; }

/* instead of padding for content wrap; for changing even & odd backgrounds */
body .lmm-listmarkers-table td:first-child { padding-left: 40px !important; }
body .lmm-listmarkers-table td:last-child { padding-right: 40px !important; }

/* no padding if the last row is an odd one (transparent background) */
body .lmm-listmarkers-table tr:nth-child(2n+1):last-child td { padding-bottom: 0 !important; }

body td.lmm-listmarkers-icon { padding-right: 10px !important; }

body .lmm-listmarkers-markername {
	display: inline-block;
    margin-bottom: 5px !important;
	font-size: 18px;
	font-weight: 600;
}

body .lmm-listmarkers img { margin-bottom: 12px !important; }

.lmm-listmarkers img.alignleft 	{ margin-right: 24px !important; }
.lmm-listmarkers img.alignright { margin-left: 24px !important; }

body .lmm-listmarkers-hr { clear: both; margin-top: 20px; }

body .lmm-listmarkers-table ul,
body .lmm-listmarkers-table ol { margin-bottom: 30px; }

body .leaflet-popup-content { font-size: 13px !important; font-weight: 400; }

body .mmp-popup-name { font-weight: 700; }


/* Visual Composer
------------------------------------------------------------------------------------------ */

.home-markets .vc_col-has-fill .vc_column-inner { background-size: cover; }

body .widget_recent_entries .post-date { display: block; }

body.news .vc_grid-container .vc_custom_heading h4 { font-size: 21px; }

body .vc_grid-container .vc_gitem-link.vc_btn3 {
    background-color: #0088cc !important;
	color: #f7f7f7 !important;
    border: 0 0 0 transparent;
	border-radius: 0;
}

body .vc_grid-container .vc_gitem-link.vc_btn3:hover { background-color: #0074ad !important; }


	/* Massive Addons
	-------------------------------------------------------------------------------- */
	
	body .mpc-accordion .mpc-accordion-item__heading:hover,
	body .mpc-accordion .mpc-accordion-item__heading.mpc-active,
	body .mpc-icon.mpc-icon-hove:hover i,
	body .mpc-parent-hover:hover .mpc-icon.mpc-icon-hover i,
	body .mpc-active .mpc-icon.mpc-icon-hover i { color: #087fc1 !important; }
	

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

@media only screen and (min-width: 1366px) {

	.site-inner,
	.site-header > .wrap,
	.calltoaction > .wrap,
	.nav-secondary > .wrap,
	.footer-widgets .wrap,
	.site-footer > .wrap { max-width: 1280px; margin: 0 auto; }

}

@media only screen and (max-width: 1365px) {

	.site-inner,
	.site-header > .wrap,
	.calltoaction > .wrap,
	.nav-secondary > .wrap,
	.footer-widgets .wrap,
	.site-footer > .wrap {
		max-width: 100%;
		margin: 0 auto;
		padding-right: 2.5%;
		padding-left: 2.5%;
	}

}

@media only screen and (min-width: 1281px) {

	body #tribe-events-pg-template { margin-top: 62px !important; }

}

/*@media only screen and (max-width: 1280px) {

	.site-header,
	.site-inner { padding-right: 60px; padding-left: 60px; }

}*/

@media only screen and (max-width: 1280px) and (min-width: 981px) {

	body #tribe-events-pg-template { margin-top: 70px !important; }
	
}

@media only screen and (min-width: 1025px) {

	.site-header { position: fixed; top: 0; }
	
	.site-header > .wrap { display: table; }
	
	.title-area,
	.site-header .nav-primary { display: table-cell; vertical-align: middle; }
		
	.site-header .nav-primary { float: right; }

}

@media only screen and (min-width: 1024px) {

	.header-image .site-title > a {	float: left; }
	
	.sidebar-content .content { padding-left: 60px; }
	
	.content-sidebar .content { padding-right: 60px; }	
	
	.to-top { right: 30px; bottom: 30px; }
	
	.wysija-paragraph { width: 25%; float: left; padding-right: 2%; }

}

@media only screen and (max-width: 1024px) {

	.title-area { display: block; margin: 0 auto; }

}

@media only screen and (max-width: 1024px) and (min-width: 800px) {

	.title-area { margin-top: 2em; }

}

@media only screen and (max-width: 1023px) {

	.sidebar-primary,
	.content,
	.footer-widgets .widget-area,
	.after-header .widget { width: 100%; }
	
	.header-image .site-title > a {
		display: block;
		margin: 0 auto;
		background-position: center top !important;
		text-align: center;
	}

	.genesis-nav-menu a { padding-right: 10px; padding-left: 10px; }
	
	.to-top {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}
	
	.wysija-submit.wysija-submit-field { margin: 0 auto; }

}

@media only screen and (max-width: 1023px) and (min-width: 601px) {

	.wysija-paragraph { width: 33%; float: left; padding-right: 2%; }

}

@media only screen and (min-width: 801px) {

	.genesis-nav-menu a { line-height: 5.5; }
	
	.genesis-nav-menu > .menu-item:before,
	.genesis-nav-menu > .menu-item::before,
	.genesis-nav-menu > .menu-item:hover:before,
	.genesis-nav-menu > .menu-item:hover::before {
		content: "/"; 
		position: absolute;
		top: 50%;
		left: 0;
		height: 1em;
		color: rgba(51,51,51,0.22) !important;
		line-height: 1;
		text-align: center;
		margin-top: -.5em;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.genesis-nav-menu > .menu-item:first-of-type:before,
	.genesis-nav-menu > .menu-item:first-of-type::before { display: none; visibility: hidden; }	
	
	/* Primary Navigation
	--------------------------------------------- */

	.site-header .nav-primary { text-align: center; }

	.site-header .nav-primary .genesis-nav-menu li li { margin-left: 0; }	
	
	.genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		width: 240px;
		background-color: #fff;
		z-index: 99;
		text-align: left;
		-webkit-box-shadow: 0 0 0 7px #f2f2f2;
		-moz-box-shadow: 	0 0 0 7px #f2f2f2;
		box-shadow: 		0 0 0 7px #f2f2f2;
		-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		filter: 		alpha(opacity=0); /* IE 5-7 */
		-moz-opacity: 	0; /* Netscape */
		-khtml-opacity: 0; /* Safari 1.x */
		opacity: 		0; /* Good browsers */
		-webkit-transition: opacity .25s, top .25s, visibility .25s;
		transition: 		opacity .25s, top .25s, visibility .25s;
		-ms-transition:     opacity .25s, top .25s, visibility .25s;
		-o-transition:      opacity .25s, top .25s, visibility .25s;
		transition:         opacity .25s, top .25s, visibility .25s;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		-ms-filter: 	"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
		filter: 		alpha(opacity=100); /* IE 5-7 */
		-moz-opacity: 	1; /* Netscape */
		-khtml-opacity: 1; /* Safari 1.x */
		opacity: 		1; /* Good browsers */
	}
	
	.genesis-nav-menu .sub-menu a {
		width: 240px;
		padding: 5px 20px;
		border: 1px solid #eee;
		border-top: 0;
		background-color: #fff;
		font-size: 13px;
		line-height: 2;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu { margin: -37px 0 0 246px; }
	
	/* search widget etc */
	.after-header { display: none; }
	
	.search-form:before,
	.search-form::before { left: 15px; top: 6px; font-size: 20px; }

	.search-form input[type="search"] {	padding-left: 40px; font-size: 16px; }
	
	.footer-widgets .widget-area { float: left; width: 25%; margin-bottom: 40px; }
	
	.footer-widget .widget-area:nth-of-type(3+n) { clear: both; }

	.footer-widgets.widget-area { padding: 0 5%; }
	
	.mapsmarker .lmm-search-markers { width: 300px !important; background-position: 270px center; padding-right: 40px; }
	
	body .lmm-listmarkers-table .dropbtn { width: 380px; }

	body .lmm-listmarkers-table .dropdown-content { width: 240px; }
	
}

@media only screen and (max-width: 800px) {

	.site-header { position: relative; padding: 1em 0; } /* not static - responsive menu */
	
	.site-header > .wrap,
	.title-area,
	.site-header .genesis-nav-menu { display: block; }

	.site-header > .wrap { position: relative; }
	
	.title-area { padding-bottom: 0; }

	.header-image .site-title > a {
		display: block;
		float: none;
		margin: 0 auto;
		background-position: center !important;
	}
	
	.genesis-nav-menu li,
	.header-image .title-area { float: none; }

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title { text-align: center; }

	/* infinity mobile menu styles saved @ css/responsive-menu.css */

	.site-inner { padding: 60px 5% 25px; }

	.content,
	.content-sidebar .content,
	.sidebar-content .content { float: none; padding: 0; }
	
	.content-sidebar .content { border-right: none; }
	
	.sidebar-content .content { border-left: none; }
	
	.nav-secondary > .wrap { padding-bottom: 30px; }

	.nav-secondary .genesis-nav-menu a { line-height: 3; }
	
	.search-form:before,
	.search-form::before { left: 36px; top: 8px; font-size: 24px; }

	.search-form input[type="search"] {	padding-left: 70px; font-size: 21px; }

	/* after-header search widget for responsive search (>= 1024px via menu item) */
	.after-header .widget { margin-top: 25px; text-align: center; }
	
	.after-header .widget.widget_search { margin-top: 0; }
	/* after-header search widget for responsive search (>= 1024px via menu item) - END */	
	
	.sidebar .widget { padding: 5%; }

	.sidebar .widget:last-child { border-bottom: none; }
	
	.footer-widgets .widget-area { width: 100%; margin-bottom: 40px; }
	
	.footer-widgets .widget-area:last-of-type { margin-bottom: 0; }
	
	.site-footer { padding-top: 40px; padding-bottom: 40px; }

	.site-footer .genesis-nav-menu a { padding-right: 10px; padding-left: 10px; }
	
	.mapsmarker.layermap .lmm-listmarkers-popuptext-only,
	.mapsmarker.layermap .lmm-listmarkers-popuptext-only img { display: block !important; }
	
	.mapsmarker.layermap .lmm-listmarkers-popuptext-only img { float: none !important; margin: 24px auto !important; }
	
	.mapsmarker .lmm-search-markers {
		width: 100% !important;
		margin-bottom: 20px;
		background-position: 270px center !important;
		background-position: calc(100% - 10px) center !important;
	}
	
	.mapsmarker .lmm-listmarkers-table .dropdown { float: none; display: block; right: 0; }
	
	.mapsmarker .lmm-listmarkers-table .dropbtn { width: 100%; height: auto !important; padding-top: 2rem; padding-bottom: 2rem; }
	
	body .lmm-listmarkers-table .dropdown-content { width: 100%; }
	
}

@media only screen and (min-width: 601px) {

	.site-footer .wrap { padding-right: 60px; padding-left: 60px; }

}

@media only screen and (max-width: 600px) {

	.wysija-paragraph { width: 100%; }

	.footer-widgets .wrap,
	.site-footer .wrap { padding-right: 20px; padding-left: 20px; }

	.offscreen-content p { line-height: 1.5; }

}
