/*
	Theme Name: Sauerwald Theme
	Theme URI: http://www.sauerwald.de
	Description: Theme f&uuml;r Sauerwald (Basis: Genesis + Altitude Pro)
	Author URI: http://www.freymedia.de

	Version: 1.1

	Template: genesis
	Template Version: 2.1

*/

/* # Local Fonts
---------------------------------------------------------------------------------------------------- */


@import url(//www.sauerwald.de/wp-content/themes/sauerwald17/css/local-fonts.css);

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


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

html {
  -webkit-box-sizing: 	border-box;
  -moz-box-sizing: 		border-box;
  box-sizing: 			border-box;
}

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

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

.clearfix:before,
.entry-content:before,
.entry: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; }

.clearfix:after,
.entry-content:after,
.entry: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
--------------------------------------------- */

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9dee4+0,ffffff+50,d9dee4+100 */
	background: #d9dee4; /* Old browsers */
	background: -moz-linear-gradient(left,  #d9dee4 0%, #ffffff 50%, #d9dee4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d9dee4 0%,#ffffff 50%,#d9dee4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d9dee4 0%,#ffffff 50%,#d9dee4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dee4', endColorstr='#d9dee4',GradientType=1 ); /* IE6-9 */
	color: #111;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.fixed {
	-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;
}

::-moz-selection 	{ background-color: #111; color: #fff; }
::selection 		{ background-color: #111; color: #fff; }

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

a:hover { color: #666; }

.content-sidebar-wrap a,
.content-sidebar-wrap a:hover,
.sidebar a,
.sidebar a:hover,
.footer-widgets a,
.footer-widgets a:hover { color: #dc052d; }

a,
a:visited,
a:focus,
a:active,
a:hover { outline: 0; }

p { padding: 0; }

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

li { list-style-type: none; }

b,
strong { font-weight: 800; }

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

blockquote { margin: 20px 40px; color: #999; }

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

mark { padding: 2px 8px 0px 8px; background-color: #82ac02; color: #fff; }


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

h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Roboto', sans-serif; font-weight: 400; line-height: 1.2; }

h1 { font-size: 28px !important; }

h3,
h5 { font-weight: 700; }

.subtitle { margin-bottom: 16px; font-size: 21px; text-transform: uppercase; }


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

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

img { height: auto; }

.featured-content img,
.gallery img { width: auto; }

a.entry-image-link { /*display: block;*/ margin-bottom: 20px; }

/*a.entry-image-link img,
.featured-image img { width: 100%; }*/

.featured-image > a,
a.entry-image-link img { position: relative; display: block; }


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

.gallery { overflow: hidden; margin-bottom: 28px; }

.gallery-item {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.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 .gallery-item img { height: auto; margin: 0; border: none; }


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

input,
select,
textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
    color: #444;
    font-size: 15px;
    box-shadow:			none;
    -moz-box-shadow: 	none;
    -webkit-box-shadow: none;
}

input:focus,
textarea:focus { border: 1px solid #ccc; outline: none; }

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

::-moz-placeholder 			{ color: #ccc; opacity: 1; }
::-webkit-input-placeholder { color: #ccc; }

input:focus::-webkit-input-placeholder	{ color: transparent !important; }
input:focus::-moz-placeholder			{ color: transparent !important; }
input:focus:-moz-placeholder			{ color: transparent !important; }


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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-from-category > a,
body .ui.builder_button,
body a.shortcode.button,
body a.tf_popup,
cookie-notice .cn-button:not(.cn-button-custom),
.cn-revoke-cookie {
    width: auto;
	padding: .625em 1.25em;
    border: 0 none transparent;
	border-radius: 0;
	background-color: #dc052d !important; /* neccessary bcs of themify buttons, same @:hover */
    color: #fff !important;
    font-family: Roboto, sans-serif;
	font-weight: 700 !important; /* neccessary bcs of themify buttons */
	line-height: 150%;
	text-align: center;
	text-transform: none;
    white-space: normal;
    cursor: pointer;
	text-decoration: none !important;
	box-shadow:			0 0 0 transparent;
	-moz-box-shadow: 	0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.more-from-category > a:hover,
body .ui.builder_button:hover,
body a.shortcode.button:hover,
body a.tf_popup:hover { background-color: #555 !important; color: #fff !important; }

.button { display: inline-block !important; }

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover { background-color: #ddd; cursor: not-allowed; }

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


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

.site-inner {
	float: none; 
	clear: both;
	position: relative;
	margin: 0 auto 40px;
	z-index: 9;
	-word-wrap: break-word;
}

.wrap { float: none; margin: 0 auto; }


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds { float: left; margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths { width: 48.717948717948715%; }

.one-third,
.two-sixths { width: 31.623931623931625%; }

.four-sixths,
.two-thirds { width: 65.81196581196582%; }

.one-fourth { width: 23.076923076923077%; }

.three-fourths { width: 74.35897435897436%; }

.one-sixth { width: 14.52991452991453%; }

.five-sixths { width: 82.90598290598291%; }

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


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

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

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

.author-box .avatar { width: 88px; height: 88px; }

.entry-comments .avatar { width: 60px; height: 60px; }

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

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

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


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

.breadcrumb { padding: 20px 40px; background-color: rgba(255, 255, 255, 0.4); font-size: 14px; }

.archive-description,
.author-box { 
	background-color: #fafafa; /* older browsers */
	background-color: rgba(255,255,255, 0.2);
	padding: 40px;
	font-size: 20px;
}

.archive-description *:last-child,
.author-box *:last-child { margin-bottom: 0; padding-bottom: 0; }

.archive-description p:last-child,
.author-box p:last-child { margin-bottom: 0; }

a.more-link,
.more-link a {
    display: block;
    font-family: Roboto, sans-serif;
    text-align: right;
    text-decoration: none !important;
    text-transform: uppercase;
}

span.more-link { display: block; margin-top: 18px; }

a.more-link:before,
.more-link a:before { content:'\25B8'; }

.page-template-page_blog .more-link { margin: 0; text-align: right; }

.page-template-page_blog .more-link a {
    display: inline-block;
    padding: 8px 24px;
    background-color: #111;
    color: #fff;
}

.page-template-page_blog .more-link a:hover { background-color: #666; }

.more-from-category { margin-top: 20px; }


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

.search-form { overflow: hidden; margin-bottom: 20px; }

.content .search-form > input[type="search"] { max-width: 80%; }

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


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

.archive-title,
.author-box-title { margin-bottom: 20px; font-weight: 700; text-transform: uppercase; }

h4.widget-title,
.sidebar h4.widgettitle { font-family: Roboto; letter-spacing: 1px; text-transform: uppercase; }

h4.widget-title { margin-bottom: 24px !important; color: #aaa; }

.entry-title { font-family: Roboto, sans-serif !important; font-weight: 300 !important; }

.sidebar .entry-title { font-size: 24px; text-align: left; }

.entry-title,
.entry-title a { color: #aaa !important; }

.entry-title a:hover { color: #666; }

.comment-title {
    border-bottom: 1px solid #888;
    color: #888;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 10px;
}


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

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

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

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

a.alignnone { display: inline-block; }

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

/* !important = Gutenberg override, else aligning center doesn't work */
img.centered,
.aligncenter { clear: both; display: block !important; margin: 0 auto 24px !important; }

/* Gutenberg override, else aligning center doesn't work */
.wp-block-image .aligncenter { text-align: center; }

.wp-block-image,
.wp-block-image img { max-width: 100%; }
/* Gutenberg override, else aligning center doesn't work - END */

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

.sidebar .wp-caption {
    display: block;
    float: none;
    margin: 0 auto 24px;
    text-align: center;
}

.wp-caption-text { line-height: 1.5; text-align: center; }

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

.gallery-caption,
.entry-content .gallery-caption { margin: 0 0 10px; }

.post-password-form input { width: auto; }

.post-password-form input[type="submit"] { padding: 25px; }


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

.widget ol,
.widget ul { margin-bottom: 18px; }

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

.widget ul li { margin-bottom: 10px; padding: 0 10px 10px; border-bottom: 1px solid #ddd; }

.widget ul ul { padding-top: 10px; }

.widget li li {
	margin-left: 30px;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 0 none transparent;
}

.widget .entry { padding: 0; background-color: transparent; }


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

.site-header {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 999;
}

.site-header.fixed { max-width: 100%; background-color: rgba(255,255,255,0.98); }

.site-header.fixed > .wrap { border-bottom: none; }

.admin-bar .site-header { top: 32px; }


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

.site-header .title-area,
.site-title > a { width: 128px; height: 127px; }

.site-header.fixed .title-area { width: 64px; height: 64px; margin: 10px 20px 10px 0; }

.title-area * { line-height: 1; }

.site-title a,
.site-title a:hover { color: #fff !important; }

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

.site-title { font-size: 16px !important; } /* prevent difference btw defaults <p> & homes <h1> ... */

.site-title > a { display: block; text-indent: -9999px; }

.site-header.fixed .site-title,
.site-header.fixed .site-title > a { width: 64px; height: 60px; }

.site-header.fixed .site-title > a { background-size: contain !important; }

.site-description { 
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}


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

.genesis-nav-menu { font-family: Roboto, sans-serif; text-transform: uppercase; line-height: 1; }

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

.genesis-nav-menu li li { margin-left: 0; }

.genesis-nav-menu a {
    position: relative;
    display: block;
    color: #111;
    font-weight: 400;	
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	letter-spacing: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    position: relative;
    width: 200px;
	padding: 12px 16px;
    border: medium none;
	background-color: #f5f5f5;
	border-top: 1px solid rgba(255,255,255,0.4);
    color: #444;
    font-size: 14px;
}

.genesis-nav-menu .sub-menu li:first-child > a { border-top-color: transparent; }

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a { background-color: #57b3ee !important; color: #fff; }

.genesis-nav-menu .sub-menu .sub-menu { margin: -46px 0 0 199px; }

.genesis-nav-menu .sub-menu .sub-menu a { background-color: #eee; }

.genesis-nav-menu .sub-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .sub-menu .current-menu-ancestor > a { background-color: #4fabe6 !important; }

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

.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 */
}


/* ## Fixed at scrolling
--------------------------------------------- */

.site-header.fixed .genesis-nav-menu { text-align: right; }

.site-header.fixed .genesis-nav-menu > li > a { padding-top: 29px; padding-bottom: 29px; }

.site-header.fixed .genesis-nav-menu > li > a,
.site-header.fixed .genesis-nav-menu > li > a:hover,
.site-header.fixed .genesis-nav-menu > li.current-menu-item > a,
.site-header.fixed .genesis-nav-menu > li.current-menu-ancestor > a { background-color: transparent; }

.site-header.fixed .genesis-nav-menu > li > a { color: #111; }

.site-header.fixed .genesis-nav-menu > li > a:hover,
.site-header.fixed .genesis-nav-menu > li.current-menu-item > a,
.site-header.fixed .genesis-nav-menu > li.current-menu-ancestor > a { color: #666; }

.site-header.fixed .genesis-nav-menu .sub-menu { margin-top: -14px; }


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

/*.nav-primary { margin-top: 80px; }*/

.nav-primary .genesis-nav-menu {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
	text-align: center;
	z-index: 9999;
}

.nav-primary .genesis-nav-menu a { color: #111; }


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

.site-footer .nav-secondary .genesis-nav-menu { margin-bottom: 8px; padding-bottom: 9px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.nav-secondary .genesis-nav-menu a { margin-left: 2px; padding: 0 16px; letter-spacing: 1px; }

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.current-menu-ancestor > a { color: #666; }


/* ## Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	display: none;
	padding: 10px 40px;
	background-color: #181716;
	line-height: 2;
	cursor: pointer;
}

.responsive-menu-icon::before {
    position: relative;
    top: 6px;
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
}

.responsive-menu-icon::after { color: #fff; content: "men\00fc"; font: 500 22px/1 Roboto, sans-serif; }


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

/* ## Misc
--------------------------------------------- */

.entry-content > *:last-child,
.widget:last-child,
.widget-wrap > :last-child,
.widget-wrap div.textwidget > :last-child,
.entry-comments:last-child,
.entry-pings:last-child,
.comment-respond:last-child,
.widget p:last-child > .button.alignleft,
.widget p:last-child > .button.alignright { margin-bottom: 0 !important; }

.entry-content a,
.entry-footer a,
.sidebar .widget a { text-decoration: underline; }

.entry-content a:hover,
.entry-footer a:hover,
.sidebar .widget a:hover { text-decoration: none; }

.entry-content li { padding-bottom: 5px; }

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

.entry-content ol ol > li,
.widget ol ol > li { list-style-type: lower-latin; }

.entry-content code,
.widget code { background-color: #000; color: #ddd; }


/* Front Page
--------------------------------------------- */

#front-page-1 { margin-bottom: 40px; }

/* hide themifys script paragraph */
#front-page-1 .textwidget > p { margin: 0; }


/* ## Content
--------------------------------------------- */

.content { float: left; }

.full-width-content .content { width: 100%; }


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

.feat-image,
.category-image { margin-bottom: 33px; }

.feat-image,
.feat-image *,
.category-image,
.category-image * { line-height: 1 !important; }

.entry { padding: 40px; background-color: rgba(255, 255, 255, 0.8); }

.blog .entry,
.archive .entry,
.page-template-page_blog .entry,
.search-results .entry { margin-bottom: 40px; }

.blog .entry:last-of-type,
.archive .entry:last-of-type,
.page-template-page_blog .entry:last-of-type { margin-bottom: 0; }


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

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

.entry-header { margin-bottom: 20px; }

.entry-footer { margin: 35px -40px -40px; background-color: #f7f7f7; }

.entry-meta { color: #999; font-size: 14px; }

.entry-footer .entry-meta { margin-bottom: 0; padding: 18px 40px 17px; }

/* to proof ... */
.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	margin-right: 5px;
	margin-top: 2px;
	font: normal 20px/1 "dashicons";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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

.entry-footer a { color: #999; }


/* ## Entry Content
--------------------------------------------- */

.entry-content ol,
.entry-content ul,
.entry-content .ui.module-accordion ul { margin-bottom: 15px; margin-left: 40px; }

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

.entry-content ul ul,
.entry-content ol ul,
.entry-content .ui.module-accordion ul ul 	{ margin-bottom: -5px; margin-left: 16px; }

.entry-content ol ol,
.entry-content ul ol 						{ margin-bottom: -5px; margin-left: 18px; }

.entry-content .entry-image {
    float: none;
/*    width: 100%;
    height: auto;*/
    margin: 0 0 18px !important;
}


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

.pagination { clear: both; margin: 40px 0 0; text-align: center; }

.pagination + * { margin-top: 40px; }

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

.archive-pagination li { display: inline; }

.archive-pagination li a {
	display: inline-block;
	background-color: #666;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.archive-pagination li:first-child a { margin-left: 0; }

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


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

.entry-comments,
.entry-pings { margin: 0 0 80px; border-bottom: 1px solid #ccc; }

.entry-comments:last-child,
.entry-pings:last-child { margin-bottom: 0; }

.entry-comments,
.entry-pings { padding-bottom: 20px; }

.comment-list .comment-respond { padding-bottom: 40px; }

.comment-respond a,
.entry-comments a,
.entry-pings a { color: #000; text-decoration: underline; }

p.comment-meta { margin-bottom: 10px; }

.entry-comments .comment,
.entry-comments .comment-reply { margin-bottom: 35px; }

.comment-header { font-weight: 500; }

.comment-header a { text-decoration: none; }

.entry-comments .comment { padding-bottom: 5px; border-bottom: 1px solid #ccc; }

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

.comment-content,
.entry-comments .comment { clear: both; }

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author { margin: 0; }

.entry-comments .children .comment { border: none; }

.comment-respond label { display: block; font-weight: 800; }

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

.comment-list li,
.ping-list li { list-style-type: none; }


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

.sidebar { float: right; }

.sidebar .widget { margin-bottom: 40px; padding: 40px; background-color: rgba(255, 255, 255, 0.8); }

.sidebar .entry-title { font-size: 16px !important; font-weight: bold !important; }

.sidebar,
.sidebar .entry-title,
.sidebar .entry-title a { color: #666 !important; }

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 { margin-bottom: 8px; }

.sidebar p:last-child { margin-bottom: 0; }

.sidebar li { margin-bottom: 6px; list-style-type: none; word-wrap: break-word; }

.sidebar ul > li:last-child { margin-bottom: 0; }
.entry-comments ul.children { margin-left: 40px; }

.ping-list .reply { display: none; }


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

.footer-widgets {
	position: relative;
	clear: both;
	text-align: left;
	z-index: 9;
}

.footer-widgets .wrap { margin-bottom: 30px; }

.footer-widgets .widget-area { width: 100%; }

.footer-widgets .widget { margin-bottom: 40px; }

.footer-widgets .widget:last-of-type,
.footer-widgets p:last-child { margin-bottom: 0; }

.footer-widgets *,
.footer-widgets a { color: #666 !important; }

.footer-widgets a:hover { color: #222 !important; }

.footer-widgets a.button { color: #fff !important; }

.footer-widgets a.more-link,
.footer-widgets p.more-link a { text-decoration: underline !important; }

.footer-widgets a.more-link:hover,
.footer-widgets p.more-link a:hover { text-decoration: none !important; }

.footer-widgets li { margin-bottom: 10px; padding-bottom: 10px; }


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

.site-footer > .wrap {
	padding: 0 0 10px 0;
	color: #999;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer h1 { display: inline; margin: 0; line-height: inherit; }

.site-footer a { color: #999; }

.site-footer a:hover { color: #444; }

.site-footer .totop { margin-left: 30px; }


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

/* ## Borlabs Cookie
--------------------------------------------- */

a._brlbs-btn-cookie-preference { text-decoration: none; }


/* ## 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: #fa9d2e;
	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: #feac42; }

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


/* ## MailPoet (former WYSIJA)
--------------------------------------------- */

.widget_wysija_cont { margin-bottom: 45px; }


/* ## Popups - WordPress Popup
--------------------------------------------- */

body .spu-box {	padding: 35px; border-radius: 0; }


/* ## Themify Builder
--------------------------------------------- */

/* ### Accordions
---------------------------------------- */

body div.module-accordion 				{ margin-bottom: 2em; }

body div.module-accordion:last-child,
body ul.module-accordion			 	{ margin-bottom: 0; margin-left: 0; }

body .ui.module-accordion .accordion-title a { padding-right: 1.5em; padding-left: 1.5em; }

body ul.module-accordion .accordion-content { padding: 1.5em; }

body ul.module-accordion .accordion-content > *:last-child { margin-bottom: 0; }

.accordion-content .fancybox-pdf:last-child,
.accordion-content .fancybox-pdf:last-child img { margin-bottom: 0; }


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

/*@regular button style line 200-something*/


/* ### Fancy Heading
---------------------------------------- */

.module-fancy-heading span { text-transform: uppercase; }

h1.fancy-heading { font-size: 36px; }
h2.fancy-heading { font-size: 32px; }
h3.fancy-heading { font-size: 28px; }

.module-fancy-heading .sub-head::before { margin-bottom: .75em !important; border-top-color: #dc052d !important; }

.module-fancy-heading .sub-head { font-weight: 600; }


/* ### Image Pro
---------------------------------------- */

.module-pro-image.entrance-effect-partial-overlay .image-pro-overlay { top: 86%; }

.module-pro-image .image-pro-overlay:not(.partial-overlay) .image-pro-title { margin: .5em 0; }


/* ### Popup
---------------------------------------- */

body.themify-popup-showing .mfp-wrap .mfp-inline-holder .mfp-content { max-width: 700px !important; }


/* ### Slider 
---------------------------------------- */

body .themify_builder_slider_wrap .carousel-nav-wrap { padding: 0; }
	
.themify_builder_row *[class*="slide"] li,
.themify_builder_row li[class*="slide"] { list-style-type: none; }

body .themify_builder_slider .slide-image { margin: 0; }

/* #### Home header slider
------------------------------- */

/* just temporary for demo */
.tb_section-headerslider {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,ffffff+50,ffffff+75,ffffff+100&0+0,0.5+25,0.75+50,0.5+75,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.tb_section-headerslider .module-slider { margin-bottom: 0; }

.tb_section-headerslider li { margin: 0 !important; padding: 0 !important; border: 0 none transparent !important; }

.tb_section-headerslider .carousel-wrap { margin-bottom: -16px; }

.tb_section-headerslider .themify_builder_slider .slide-image { margin: 0; }


/* ## Ubermenu
--------------------------------------------- */

.ubermenu-main .ubermenu-nav > li.menu-item { vertical-align: middle; }

body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target						{ padding-right: 25px !important; }
body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target.ubermenu-noindicator { padding-right: 20px !important; }

body .ubermenu.ubermenu-main .ubermenu-item-level-0.search:hover > .ubermenu-target,
body .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { background-color: transparent; color: #aaa; }

body .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target.search { padding-left: 0; padding-right: 0 !important; }

body .ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit,
body .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit { background-color: #555; color: #fff; }

body .ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit:hover,
body .ubermenu .ubermenu-submenu .ubermenu-searchbar-drop .ubermenu-search-submit:hover { background-color: #dc052d !important; }

body .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-target { color: #555 /*#888*/ !important; }

body .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-current-menu-ancestor > .ubermenu-target,
body .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-target:hover,
body .ubermenu-skin-grey-white .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target { color: #dc052d /*#555*/ !important; }

body .ubermenu-item.ubermenu-has-submenu-flyout .ubermenu-submenu { padding: 5px 0; }

body .ubermenu .ubermenu-submenu .ubermenu-submenu .ubermenu-submenu { display: none; }


/* ## YouTube
--------------------------------------------- */

.fluid-width-video-wrapper,
.fluid-width-video-wrapper + * { margin-top: 35px; }


/* # MediaMedia Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap { max-width: 1200px; }
	
	.site-header.fixed .title-area { width: 64px; height: 64px; }
	
	.site-header.fixed .genesis-nav-menu > li > a { padding-right: 15px; padding-left: 15px; }
	
	.sidebar { width: 360px; }
	
}

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

	.site-header.fixed > .wrap { max-width: 100%; padding: 0 40px; }	
	

}

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

	.site-inner,
	.wrap { max-width: 1140px; }
	
}

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

	.site-header.fixed .nav-primary .genesis-nav-menu > li > a { padding-right: 0; padding-left: 25px; }

}

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

	.site-header.fixed .nav-primary .genesis-nav-menu > li > a { font-size: 16px; }
	
}

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

	.sidebar { width: 300px; }

}

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

	.site-inner,
	.wrap { max-width: 980px; }
	
}

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

	.site-header.fixed { position: fixed; }
	
	.nav-primary .genesis-nav-menu > li > a { padding: 25px 40px 10px 15px; }
	
	.genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		width: 200px;
		-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 */
	}
	
	.nav-primary .genesis-nav-menu > li > a { font-size: 18px; }
	
	.site-header.fixed .nav-primary .genesis-nav-menu > li > a { font-size: 14px; }	
	
	.nav-primary .genesis-nav-menu > li > a:hover,
	.nav-primary .genesis-nav-menu > li.current-menu-item > a,
	.nav-primary .genesis-nav-menu > li.current-menu-ancestor > a,
	.nav-primary .genesis-nav-menu .v .current-menu-item > a:hover { background-color: #181716; color: #fff; }
	
	.footer-widgets .footer-widget-area { width: 25%; }

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 { float: left; padding-right: 60px; }

	.footer-widgets-4 { float: right; }	
	
}

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

	.nav-primary { margin-top: 20px; text-align: center; } /* center the responsive menu button */

	.footer-widgets .widget-area { margin-bottom: 40px; text-align: center; }	
	
	.footer-widgets .widget-area:last-child { margin-bottom: 0;}
	
}

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

	.module-pro-image.entrance-effect-partial-overlay .image-pro-overlay { top: 68% !important; }

}

@media only screen and (max-width: 1151px) and (min-width: 641px) {

	.image-pro-title { font-size: 18px; }

}

@media only screen and (max-width: 1151px) and (min-width: 641px) {

	.image-pro-caption { display: none; }

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

	input,
	select,
	textarea { padding: 8px 20px; }
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-from-category > a { padding: 8px 24px; }
	
	.site-header > .wrap { 
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: 			center; /* vertical aligning of items */
		-webkit-align-items: 	center;
		-ms-flex-align: 		center;
		-webkit-align-content: 	center; /* vertical aligning of rows / multi line content */
		-ms-flex-line-pack: 	center;
		align-content: 			center;
	}	

	.site-header > .wrap > * { display: block; min-height: 100%; }

	.title-area { margin: 20px 20px 20px 40px; }	
	
	.site-header > .wrap > .nav-primary {
		-webkit-box-flex: 	1; /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 		1; /* OLD - Firefox 19- */
		-webkit-flex: 		1; /* Chrome */
		-ms-flex:			1; /* IE 10 */
		flex: 				1;
	}	
	
	body .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop,
	body .ubermenu-skin-grey-white.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop { border-top: 1px solid #e0e0e0 !important; }

	/* search widget etc */
	.after-header { display: none; }
	
	.site-footer,
	.site-footer * { font-size: 11px !important; }

}

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

	.site-inner,
	.wrap { max-width: 950px; }
	
}

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

	input,
	select,
	textarea { padding: 16px 20px; }
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-from-category > a { padding: 16px 24px; }	
	
	.site-header { position: static; }
	
	.title-area { margin: 20px auto; text-align: center; }

	.title-area,
	.content,
	.sidebar,
	.search-form input[type="search"] { width: 100%; }
	
	body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { font-size: 16px; }
	
	/* hide close icons for search dropdown */
	.search .ubermenu-sub-indicator-close,
	.search .ubermenu-submenu li.ubermenu-retractor-mobile{ display: none !important; }
	
	.search .ubermenu-submenu li { width: 100% !important; }
	
	.search .ubermenu-submenu .ubermenu-search .ubermenu-searchform { height: 60px !important; }
	
	.search .ubermenu-submenu .ubermenu-search input.ubermenu-search-input { background-color: #fff !important; }
	
	.nav-secondary .genesis-nav-menu { text-align: center; }
	
	.nav-secondary.nav-top { padding: 25px 15px 0; }
	
	.nav-secondary.nav-bottom { padding: 0 15px 25px; }
	
	.nav-secondary .genesis-nav-menu a:hover,
	.nav-secondary .genesis-nav-menu li.current-menu-item > a,
	.nav-secondary .genesis-nav-menu li.current-menu-ancestor > a { background-color: transparent; color: #666; }
	
	/* after-header search widget for responsive search (>= 1024px via widget) */
	.after-header {	display: block; margin: 40px auto !important; }

	.after-header .widget {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #fff;	
		text-align: center;
	}
	
	.after-header .widget:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0 none transparent;	
	}
	/* after-header search widget for responsive search (>= 1024px via widget) - END */
	
	.NextendAccordionMenuWidget * { font-size: 14px !important; line-height: 36px !important; }
	
	.content + .sidebar { margin-top: 80px; }
	
	.full-width-content .content { padding: 0; }
	
	.sidebar * { text-align: center; }

	.sidebar .widget { width: 100%; margin-bottom: 40px; }

	.sidebar-primary .no-mobile { display: none; }

	.sidebar .alignleft,
	.sidebar .aligncenter,
	.sidebar .alignright,
	.sidebar .alignnone { float: none; display: block; margin: 0 auto 24px; }
	
	/* don't display breaks after positioned elements, they have a bottom margin! */
	.sidebar [class^="align"] + br { display: none; }
	
	.site-footer,
	.site-footer * { font-size: 13px !important; }
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds { width: 100%; margin: 0; }
	
}

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

	.site-inner,
	.wrap,
	.after-header {	max-width: 768px; }
	
}

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

	.ubermenu-skin-grey-white.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop { border-top: 1px solid #e0e0e0!important; }
	
	body .ubermenu .ubermenu-colgroup .ubermenu-column,
	body .ubermenu .ubermenu-custom-content-padded,
	body .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor,
	body .ubermenu .ubermenu-submenu-padded,
	body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
	body .ubermenu .ubermenu-target,
	body .ubermenu .ubermenu-widget,
	body .ubermenu-responsive-toggle { padding: 13px 20px !important; }

}

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

	.nav-primary > .wrap { margin-bottom: 25px; background-color: #fff; }
	
	body .ubermenu .ubermenu-colgroup .ubermenu-column,
	body .ubermenu .ubermenu-custom-content-padded,
	body .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor,
	body .ubermenu .ubermenu-submenu-padded,
	body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
	body .ubermenu .ubermenu-target,
	body .ubermenu .ubermenu-widget,
	body .ubermenu-responsive-toggle { padding: 20px !important; }	
	
}

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

	body .ubermenu .ubermenu-colgroup .ubermenu-column,
	body .ubermenu .ubermenu-custom-content-padded,
	body .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor,
	body .ubermenu .ubermenu-submenu-padded,
	body .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
	body .ubermenu .ubermenu-target,
	body .ubermenu .ubermenu-widget,
	body .ubermenu-responsive-toggle { text-align: center; }
	
	.ubermenu-sub-indicator,
	.ubermenu-sub-indicator-close,
	.ubermenu-submenu { display: none !important; }	
	
	.ubermenu-nav > li { border-bottom: 1px solid #eee !important; }
	
	.search .ubermenu-submenu > li { border-bottom: 1px solid #eee !important; }
	
	.search .ubermenu-search { padding: 0 20px 20px 20px !important; }
	
	.search .ubermenu-submenu.ubermenu-submenu-drop { border: 0 none transparent !important; }	
	
	.search .ubermenu-search input.ubermenu-search-input {
		-moz-box-shadow: 	0 0 12px 0 rgba(0,0,0,0.1) inset;
		-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.1) inset;
		box-shadow: 		0 0 12px 0 rgba(0,0,0,0.1) inset;
	}
	
}

@media only screen and (min-width: 801px) {
	
/* ## fonts & tags defaults over 800px
--------------------------------------------- */

	body { font-size: 16px; }
	
	.sidebar,
	.footer-widgets,
	.entry-meta,
	.wp-caption-text,
	.entry-comments,
	.entry-pings,
	.comment-respond { font-size: 14px; }
	
	.nav-secondary .genesis-nav-menu a { font-size: 12px; line-height: 2; }
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-from-category > a { font-size: 16px; font-weight: 400; }	
	
	h1, h2, h3, h4, h5, h6 { margin: 0 0 12px; }
	
	h1 { font-size: 28px !important; }
	h2 { font-size: 24px; }
	h3 { font-size: 21px; }
	h4 { font-size: 21px; }
	h5 { font-size: 18px; }
	h6 { font-size: 18px; }
	
	h4.widget-title,
	.sidebar h4.widgettitle { font-size: 16px; font-weight: 700; }	

	.archive-title,
	.author-box-title { font-size: 24px !important; }

	.entry-title { margin-bottom: 5px; font-family: Roboto, sans-serif !important; font-size: 36px !important; }

	p { margin: 0 0 18px; }
	
	hr { margin: 25px 0 20px; }
	
	body .su-box,
	body .su-note { font-size: 14px; }	
	
	body .tribe-events-read-more,
	body .tribe-events-widget-link a { font-size: 16px; font-weight: 400; }	
	
	
/* ## The Rest
--------------------------------------------- */

	.archive-pagination li a { margin-left: 2px; padding: 8px 14px; }
	
	.archive-pagination .pagination-omission { padding: 0 0 0 3px; }	

}

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

/* ## fonts & tags reset for mobile devices
--------------------------------------------- */

	body { font-size: 18px; }
	
	.entry-meta,
	.sidebar,
	.wp-caption-text,
	.entry-comments,
	.entry-pings,
	.comment-respond,
	.nav-secondary .genesis-nav-menu a { font-size: 16px; }
	
	.nav-secondary .genesis-nav-menu a { line-height: 2.5; }
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.more-from-category > a { font-size: 18px; font-weight: 500; }
	
	h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }
	
	h1 { font-size: 36px !important; }
	
	h2 { font-size: 32px; }
	h3,
	h4 { font-size: 28px; }
	h5,
	h6 { font-size: 24px; }
	
	h4.widget-title,
	.sidebar h4.widgettitle { font-size: 24px; font-weight: 400; }	

	.archive-title,
	.author-box-title { font-size: 36px !important; }
	
	.entry-title { margin-bottom: 10px; font-size: 42px !important; }

	p { margin: 0 0 35px; }
	
	hr { margin: 35px 0 30px; }	
	
	
/* ## The Rest
--------------------------------------------- */
	
	.site-title,
	.site-title a,
	.site-description { margin: 0 auto; text-align: center; }
	
	.site-title a { margin-bottom: 20px; }

	.content *,
	.sidebar * { word-wrap: break-word; }

	.site-inner,
	.wrap,
	.after-header { width: 100%; max-width: none; padding: 0 2.5%; }
	
	/* to proof */
	.wrap .wrap,
	.feat-image .wrap { padding: 0 !important; }

	.module-pro-image.entrance-effect-partial-overlay .image-pro-overlay { top: 0 !important; }

	.image-pro-title { text-transform: uppercase; }
	
	.image-pro-action-button { font-size: 14px; }	

	.nav-secondary.nav-top { display: none; }	
	
	.nav-secondary.nav-bottom .wrap	{ padding: 0; }
	
	.content-sidebar-wrap img.alignleft,
	.content-sidebar-wrap img.alignright {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto 40px;
	}

	.archive-pagination li a { margin-left: 8px; padding: 12px 18px; }
	
	.archive-pagination .pagination-omission { padding: 0 0 0 10px; }
	
}
	
@media only screen and (min-width: 668px) {

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

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

}

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

	.alignleft,
	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft,
	.alignright,
	a.alignright,
	img.alignright,
	.wp-caption.alignright { display: block; float: none; margin: 0 auto 24px; }

}

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

	.image-pro-caption { display: none; }

	.site-inner { padding: 0; }
	
}