/*
	Theme Name: HEK Vermittlungs-Blog
	Theme URI: http://www.blackpearl-it.ch
	Description: HEK Vermittlungs-Blog WordPress Theme
	Version: 0.1
	Author: Daniel Sollberger | Black Pearl IT GmbH
	Author URI: http://www.blackpearl-it.ch
	Tags: HTML5, CSS3
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin:0;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	/*letter-spacing: 0.01em;*/
}
body {
	font: 19px/23px 'NeueHaasGroteskDisp Pro Roman', Arial, sans-serif;
	color:#000;
}

#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 98; /* Higher than anything else in the document */

 }

#background_span {
	position: absolute;
	background-color: #feff22;
	width: 100%;
	height: 50px;

}

ul {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 26px;
}


ul, li {
	text-decoration: none;
	list-style: none;
}

ul:not([class]) > li:not([class]):before {
  content: "- ";
  text-indent: -5px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

.block {
	display: block;
	float: left;
	position: relative;
	width:100%;
}

.engagement {
	margin: 15px 0 0px 0;
	display: inline-block;
	width: 100%;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#000;
	text-decoration:none;
}

p a {
	text-decoration: underline;
}

a:hover {
	color:red;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

a,
input {
    
    -webkit-tap-highlight-color: transparent;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

b, strong {
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif !important;
	font-weight: normal !important;

}

/*------------------------------------*\
    SOCIAL
\*------------------------------------*/

.social_stream {
	color: #98957e;
	display: block;
	position: relative;
	width: 100%;
	/*margin-top: 80px;*/
	float: left;
	height: auto;
}

.social_stream h2 {
	font-size: 29px !important;
	line-height: 32px !important;
	font-weight: normal !important;
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif !important;
	margin: 0 40px 35px 40px;
	padding:0 !important;
}

.social_stream img {
	border: 3px solid #98957e;
}


/*------------------------------------*\
    MENU
\*------------------------------------*/
/* li li:not(.sf-option-active) label.sf-label-checkbox {
    color: black !important;
} */

.sidebar-widget-6 button{
	margin-top: 20px!important;
	font: 19px/23px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
    border: 1px solid black;
    padding: 6px 10px 5px;
	text-decoration: none;
	margin-bottom: 36px;
	margin-right: 10px;
}
.sidebar-widget-6 button.standard_button.footer_button.active {
    cursor: auto;
}
button.standard_button.footer_button.active:focus {
    outline-color: white;
}
li.menu-item {
	list-style:  none;
	display: inline-block;
	margin-left: 20px;
}


.meta {
	float: right;
	background: grey;
}

aside h3 {
	padding: 0;
	margin: 0;
	font-size: 29px;
}

/* #filter_items {

} */
/* lang wpml */
nav.nav div {
    display: inline-block;
}
.mlang {
	margin-left: 20px;
}
a.link-lang {
	color: #000;
	
}
.active{
	color: #ff121c;
}
/* lang wpml */


iframe {
	position: relative;
	width: 100%;
	padding: 0 0 35px 0;
}

.filter_title:first-of-type {
	margin-bottom: 10px;
}

.filter_title {
	font-size: 29px;
	line-height: 29px;
	margin:0;
	top:-3px;
	position: relative;
}


.filter_title a {
	color: red;
}

.searchandfilter li[data-sf-field-input-type="checkbox"] label {
	padding: 0;
}

.sf-field-category h4 {
	padding: 0 0 13px 0;
	margin: 0;
	font-size: 29px;
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	font-weight: normal !important;
}

.sf-field-tag h4 {
	padding: 0 0 18px 0;
	margin: 0;
	font-size: 29px;
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	font-weight: normal !important;
}

li.sf-field-category {
	padding-bottom: 35px !important;
}

aside ul {
	padding: 0;
	margin: 20px 0;
	left: 0;
}

.searchandfilter ul {
	margin: 0;
	padding: 0;
}

.searchandfilter ul li {
	padding: 0;
	/*display: inline-block;*/
}

input[name=_sf_submit] {
	z-index:97;
	position: absolute;
	top: 101px;
	left: 40px;
	background-size: 20px;
	background-image: url('./img/icons/suche.png');
	background-position: 0px 10px !important;
	background-repeat: no-repeat;
	border:0;
	background-color: rgba(0,0,0,0);
	width: 40px !important;
	height: 40px !important;
	/*overflow: hidden;*/
}

input.sf-input-text {
	/*background-color: green;*/
	padding-top:1px !important;
}

.searchandfilter ul li li {
	padding: 0;
	margin: 0;
}
aside li,
label.sf-label-checkbox,
.sf-field-reset {
	font: 19px/23px 'NeueHaasGroteskDisp Pro Medium';
	margin: 0;
	padding: 0;
	cursor: pointer;
}

label.sf-label-checkbox:hover {
	color:red;
}


.sidebar-widget-1 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'NeueHaasGroteskDisp Pro Medium';
}
div.tagcloud {
	margin: 20px 0 0 0;
}

div.tagcloud a,
.sf-field-tag li,
.results_taglist {
	font: 19px/23px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	float: left;
	border: 1px solid red;
	padding: 6px 10px 5px !important;
	margin: 0 10px 10px 0 !important;
}


.sf-option-active {
	color: red;
}

.results_part {
	font: 19px/23px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	padding: 0 0 26px 0;
	display: table;
	width: 100%;
	position: relative;
}

.results_part h3 {
	font: 29px/32px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	}

.info p {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 26px;
}

.info h2 {
	font: 29px/32px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif !important;
	font-weight: normal;
	padding: 37px 0 27px 0 !important;
}

.results_catlist {
	color: red;
	padding: 0;
	display: inline-block !important;
}

.results_header {
	margin-bottom: 15px;
}

.current_page_item a {
	color: red;
}

.result_count {
	font: 19px/23px 'NeueHaasGroteskDisp Pro Regular', Arial, sans-serif;
	position: relative;
	top:-3px;
	margin: 0 0 12px 0;
	
}

.result_count h2 {
	margin: 0 40px;
	font-size: 19px;
	line-height: 23px;
}

div.sp-content-wrap {
	padding-top: 20px;
	margin: 0 10px;
	border-bottom: 1px solid black;
	position: fixed;
	height: 500px;
	overflow-y: auto;
}
div.sp-content-wrap > section > h3.widget-title  {
	/*background-color: blue;*/
	color: black;
	margin-bottom: 20px;
	font-size: 15px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1400px;
	width:100%;
	margin:0 auto 80px auto;
	position:relative;
}

.nobreak {
	white-space:nowrap;
}

/* main */
main {
	margin-top: 40px;
	padding: 0;
	width: 100%;
	display: block;
}
/* header */
.header {
	height: 50px;
	background: #feff22;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 40px ;
	margin: 0 0 0 0;
	z-index: 99;
}

.header a {
	text-decoration: none;
}
/* logo */
.logo {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;

}
.logo-img {

}
.logo-share {
	margin-left: 5px;
}
/* nav */
.nav {
	float: right;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.nav_mobile {
	background-color: #989683;
	
}

.nav_meta {
	display: none;
	width:100%;
	margin: 15px 40px;
	float: left;
}

.nav_meta h3 {
	font-family: 'NeueHaasGroteskDisp Pro Medium' !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
}

.nav_mobile li {
	display: block;
	font-family: 'NeueHaasGroteskDisp Pro Medium';
	font-size: 20px;
	line-height: 24px;
}

#stickywrapper {
		display: none;
		height: 48px;
	}

input[type="checkbox"] {
	display: none;
}
.nav li, .mlang span {
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
}
/* section */
/*section {
	float: left;
}*/
/* sidebar */
.sidebar {
	display: inline-block;
	float: left;
	vertical-align: top;
}

.sidebar-widget-1 > div > h3 {
	font-size: 29px;
	line-height: 29px;
	font-family: 'NeueHaasGroteskDisp Pro Regular',  Helvetica, Arial, sans-serif;
	color:#000;
}

.topMargin40 {
	margin-top:30px;
}




/* footer */

footer {
	/* margin-top: 80px !important; */
	float: left;

}

.footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}

.footer_line {
	margin: 0 40px;
	border-top: 1px solid black;
}

footer aside {
	width: 100%;
}

div.footer_content {
	position: absolute;
	width: 100%;
}

footer .standard_button {
	margin-top: -35px;
}

.desktop_footer { 
	margin-bottom: 3px;
	padding: 0;
}
/*
div.footer_content {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
		background-color: grey;
		
	}
*/

.ajax-loader {
	display: none !important;
}

.sidebar-widget-3,
.sidebar-widget-4,
.sidebar-widget-5,
.sidebar-widget-6 {
	padding: 35px 40px;
	float: left;
	/*border: 1px solid grey;*/
	width: 25%;
	min-width: 200px;
	font-size: 15px;
	line-height: 22px;
	/*height: auto;*/
}

.sidebar-widget-3 h3,
.sidebar-widget-4 h3,
.sidebar-widget-5 h3,
.sidebar-widget-6 h3 {
	width: 100%;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 22px;
}

.textwidget {
	font-size: 15px;
	font-family: 'NeueHaasGroteskDisp Pro Roman'; 
	max-width: 280px;
}

.textwidget p,
.textwidget h3 {
	width: 100%;
	display: block;
}

.social_media_icon {
	float: left;
	display: inline-block;
	margin: 20px 25px 20px 0;
	height: 25px;
	padding: 0 2px;
}

#text-5 {
	z-index: 9999999999;
}
#text-9,
#text-6,
#text-7,
#text-8 {/*
	background: blue;	*/
	bottom: 10px;
	position: relative;
	clear: both;
}

/*------------------------------------*\
    SINGLE
\*------------------------------------*/

.single_wrapper { 
	padding: 0 40px 74px 40px;
	width: 66.666666%;
	top: -10px;
	float: left;
 }

 .single_wrapper p {
 	font: 20px/26px 'NeueHaasGroteskDisp Pro Roman', Arial, sans-serif;;
 	padding: 0 160px 26px 0;
 }

.wrapper h2,
 .single_wrapper h2 {
 	font: 20px/26px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
 	padding: 0 160px 26px 0;
 }

.navi_item_single {
	width: 33.333%;
	height: auto;
	float: left;
	padding: 0 40px;
}

.navi_meta {
	border-top: 1px solid black;
	width: 100%;
	padding: 15px 0 0 0;
	float: left;
}

.navi_meta p span {

	font-size: 20px;
	line-height: 24px;
}

.navi_sidebars {
	float: left;
	padding: 0 0 50px 0;
}

.navi_sidebars a {
	text-decoration: none;
}

 .single_title {
 	font-family: 'UniversBlack', Arial, sans-serif;
 	font-size: 48px;
 	line-height: 56px;
 	position: relative;
 	margin: 0;
 	padding: 0 0px 0 0;
 }

.alignone {
	margin: 0;
	padding: 0;
}

div.wp-caption {
	margin-bottom: 40px;
}

.post_category_single {
	font: 20px/24px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	color: red;
	display: block;
	width: 100%;
	padding: 15px 0 0 0;
}

.post_meta_single {
	font: 20px/24px 'NeueHaasGroteskDisp Pro Roman', Arial, sans-serif;
	margin: 0 0 35px 0;
}

.post_excerpt_single {
	font: 26px/31px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
 	padding: 0 160px 26px 0;
}



.post_imagecaption_single {
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0 30px 0 !important;
}

.wp-caption, 
p.wp-caption-text {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 0 0px 0 !important;
}

div.post_highlight {
	padding: 0px;
	background: yellow;
	outline: 5px solid yellow;
}

.youtube-embed {
	margin: 14px 0 40px 0;
}

#srm_gmp_embed_1 {
	margin: 0 !important;

}


#hek-maps {
	width: 100%;
	height: 73.65% !important;
	padding-bottom: 56.615%;
}
 .google-maps {
        position: relative;
        padding-bottom: 75%; /*This is the aspect ratio*/
        height: 72.3%;
        overflow: hidden;
    }
 /*.google-maps {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 73.65% !important;
    }
*/
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/* Images */


img.wp-caption.alignnone {
	width: 100% !important;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    /*max-width: 97.5%;*/
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

img.h800 {
	max-height: 800px;
}
img.h750 {
	max-height: 750px;
}
img.h700 {
	max-height: 700px;
}
img.h800 {
	max-height: 800px;
}
img.h650 {
	max-height: 650px;
}
img.h600 {
	max-height: 600px;
}
img.h550 {
	max-height: 550px;
}
img.h500 {
	max-height: 500px;
}
img.h450 {
	max-height: 450px;
}
img.h400 {
	max-height: 400px;
}
img.h350 {
	max-height: 350px;
}
img.h300 {
	max-height: 300px;
}
img.h250 {
	max-height: 250px;
}
img.h200 {
	max-height: 200px;
}
img.h150 {
	max-height: 150px;
}
img.h100 {
	max-height: 100px;
}

.wp-caption { max-width: 100%; }


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	margin-top: 0;
	word-break: keep-all;
}

.font_roman {
	font-family: 'NeueHaasGroteskDisp Pro Roman', Helvetica, Arial, sans-serif;
}

.font_medium {
	font-family: 'NeueHaasGroteskDisp Pro Medium', Helvetica, Arial, sans-serif !important;
}

.font_bold {
	font-family: 'NeueHaasGroteskDisp Pro Bold', Helvetica, Arial, sans-serif;
}

.font_universe {
	font-family: 'UniversBlack', Helvetica, Arial, sans-serif;
}

@font-face {
	font-family: 'NeueHaasGroteskDisp Pro Bold';
	src: url('./fonts/NHaasGroteskDSPro-75Bd.eot');
	src: url('./fonts/NHaasGroteskDSPro-75Bd.eot?#iefix') format('embedded-opentype'),
		url('./fonts/NHaasGroteskDSPro-75Bd.woff') format('woff'),
		url('./fonts/NHaasGroteskDSPro-75Bd.ttf') format('truetype'),
		url('./fonts/NHaasGroteskDSPro-75Bd.svg#NHaasGroteskDSPro-75Bd') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGroteskDisp Pro Medium';
	src: url('./fonts/NHaasGroteskDSPro-65Md.eot');
	src: url('./fonts/NHaasGroteskDSPro-65Md.eot?#iefix') format('embedded-opentype'),
		url('./fonts/NHaasGroteskDSPro-65Md.woff') format('woff'),
		url('./fonts/NHaasGroteskDSPro-65Md.ttf') format('truetype'),
		url('./fonts/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGroteskDisp Pro Roman';
	src: url('./fonts/NHaasGroteskDSPro-55Rg.eot');
	src: url('./fonts/NHaasGroteskDSPro-55Rg.eot?#iefix') format('embedded-opentype'),
		url('./fonts/NHaasGroteskDSPro-55Rg.woff') format('woff'),
		url('./fonts/NHaasGroteskDSPro-55Rg.ttf') format('truetype'),
		url('./fonts/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg') format('svg');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'UniversBlack';
	src: url('./fonts/UniversLT-ExtraBlackExt.eot');
	src: url('./fonts/UniversLT-ExtraBlackExt.eot?#iefix') format('embedded-opentype'),
		url('./fonts/UniversLT-ExtraBlackExt.woff') format('woff'),
		url('./fonts/UniversLT-ExtraBlackExt.ttf') format('truetype'),
		url('./fonts/UniversLT-ExtraBlackExt.svg#UniversLT-ExtraBlackExt') format('svg');
	font-weight: 900;
	font-style: normal;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 0px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 0px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 0px 20px;
}
a img.alignnone {
	margin:5px 20px 0px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 0px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}*/

.bypostauthor {

}

/*------------------------------------*\
    COLORS
\*------------------------------------*/

.red {
	color: #ff121c;
}

/*------------------------------------*\
   POST ELEMENTS
\*------------------------------------*/


.navi_item {
	width: 33.333%;
	height: auto;
	right: 0px;
}


.big_post_wrapper {
	float: left;
	left: 0;
	width: 66.66666%;
	/*display: inline-block;*/
}

.post_wrapper {
	/*display: block;*/
	/*background-color: yellow;*/
	
	/*width:28%;*/
	margin: 0 0 40px 0;
	padding: 0 40px;
	/*border: 1px solid black;*/
	/*float: left;*/
	/*background: #e6e5e4;*/
	/*border: 1px solid #b6b5b4;*/

}

.info_wrapper {
	width: 50% !important;
	float: left;
}

.info_wrapper p {
	padding-top: 40px;
}

.post_thumbnail {
	display: block;
	/*background: red;*/
	width: 100%;
	min-height: 20px;
}

.post_category {
	font: 20px/24px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	color: red;
	display: block;
	/*background: green;*/
	width: 100%;
	padding: 10px 0 5px 0;
}

.post_title,
.post h2 {
	font-size: 29px;
	line-height: 32px;
	margin: 0 0 5px 0;
}

.post_excerpt {
	font: 20px/24px 'NeueHaasGroteskDisp Pro Roman', Arial, sans-serif;
	margin: 0 0 15px 0;
}

.post_tags {
	font: 20px/24px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	display: block;
}


.standard_button a{
	display: inline-block;
	font: 19px/23px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	border: 1px solid black;
	padding: 6px 10px 5px;	
	text-decoration: none;
}

.standard_button a:hover {
	color: red;
	border: 1px solid red;
}

#share_button {
	margin-top: 16px;
}
.share_button {
	display: inline-block;
}

.share_button_addon a{
	display: none;
	border-left: 0px !important;
	border-color: rgba(0,0,0,.5);
	color: rgba(0,0,0,.5);
}

.post-edit-link {
	width: 100%;
	text-align: right;
	display: block;
	font: 20px/24px 'NeueHaasGroteskDisp Pro Roman', Arial, sans-serif !important;
	font-weight: normal;
}

.footer_button {
	position: relative;
	bottom: 0px;
}
/*
.pagination_wrapper:before {
	margin-right: 5px;

}*/
.pagination_wrapper {
	float: left;
	margin: 36px 40px 75px 40px;
}

.pagination_wrapper:empty {
	margin-bottom: 	0px;
}

.current,
.current-cat a{
	color: red;
}

.page-numbers {
	padding: 0 5px;
}

 /* {
	color:red !important;
} */

input[name=EMAIL],
input[value=Anmelden],
input[value=Subscribe]
 {
	font-size: 19px !important;
	line-height: 23px !important;
	padding-left: 0 !important;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/


.search_bar {
	padding: 40px;	
}

.ui-helper-hidden-accessible {
	float: left;
	padding: 40px 80px;
	display: none;
}

.VS-search,
.VS-search-box {
	background: #fff !important;
	border: none !important;
	border-bottom: 1px solid black !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.post {
	/*float: left;*/
	/*width: 33.333%;*/
	/*padding: 0 40px;*/

}

.search_form {
	/*position: relative;*/
	display: block;
	width: 100%;
	padding: 0 40px;
	
}

li.sf-field-search label input {
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	background-position: 0px 24px;
	background-repeat: no-repeat;
	background-size: 22px;
	margin-top: 15px;
}

.post_category_search_result {
	font: 20px/24px 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	color: red;
	display: block;
	/*background: green;*/
	width: 100%;
	padding: 10px 0 5px 0;
}

/* .magnifier {
	
} */


/*------------------------------------*\
    MASONRY
\*------------------------------------*/

.stamp {
	/*background: orange;*/
}

#mscontent {
	padding: 0;
	margin: 0;
	width:100%;
	border:none;
	clear: both;
}

#mscontent:after {
  content: '';
  /*display: block;*/
  /*clear: both;*/
}



article {
	/*float: left;*/
	width: 100%;
	/*margin-bottom: 50px;*/
	/*position: relative;*/
}

article > :last-child { 
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	/*background-color: green !important;*/
 }

h1, h2, h3, h4, h5, h6, a {
-ms-word-wrap: break-word;
word-wrap: break-word;
}



/*------------------------------------*\
    FORM
\*------------------------------------*/



.wpcf7 input,
input.sf-input-text {
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	padding: 20px 0 10px 40px;
	font-size: 29px;
	line-height: 32px;
}

.sf-input-text {
	width: auto;
	padding: 0;
	margin:0 0 57px 0;
}

.wpcf7 .standard_button {
	font-family: 'NeueHaasGroteskDisp Pro Medium';
	border: none;
	background: none;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}


/*------------------------------------*\
    SLIDER
\*------------------------------------*/


.soliloquy-pager {
	display: none;
}

a.soliloquy-prev,
a.soliloquy-next {
	width: 40px !important;
	height:120px !important;
	background-size: 40px 120px !important;
	margin-top: -60px !important;
	background-color: rgba(0,0,0,0)!important;
	margin-left:15px !important;
	margin-right:15px !important;
} 

a.soliloquy-prev {
	background-image: url('./img/slideshow_arrow_prev.png') !important;
}

a.soliloquy-next {
	background-image: url('./img/slideshow_arrow_next.png') !important;
}

.soliloquy-container .soliloquy-caption {
	bottom:-50px !important;
	text-align: left !important;
	background-color: rgba(0,0,0,0) !important;
}

.soliloquy-container {
	margin-top: 6px !important;
	margin-bottom: 40px !important;
}

.soliloquy-caption-inside {
	font: 15px/18px 'NeueHaasGroteskDisp Pro Regular', Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 0 !important;
	color:black !important;
	text-align: left !important;
}

/*------------------------------------*\
    RELATED YARPP
\*------------------------------------*/

.related {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
}

.related_title {
	width: 100%;
	display: block;
	position: relative;
	padding: 0px 40px 35px 40px;
	float: left;
}


.related article {
	/*background: blue;*/
	/*height: 520px;*/
}

.yarpp-related {
	margin: 0 0 15px 0 !important;
	position: relative !important;
	top: -4px !important;
	z-index: 0;
	clear: both;
}

.yarpp-related h3{
	font-size: 29px !important;
	line-height: 32px;
	font-family: 'NeueHaasGroteskDisp Pro Medium', Arial, sans-serif;
	font-weight: normal !important;
	padding: 0 !important;
}

.yarpp-related a {
	font-weight: normal !important;
}

.yarpp-related-none {
	display: none;
}

/*------------------------------------*\
    SLIDEPANEL
\*------------------------------------*/


/* Container */
/*#sidebar-sliding-panel {
	display: none !important;
}*/

/* Inside wrapper. */
.sp-wrap {
	z-index: 99999999999;
}

/* Container for widgets. */
.sp-content {
	height: 1200px;
	background-color: #fff;
}

/* Inside wrapper for widgets. */
/* .sp-content-wrap {} */

/* Individual widgets. */
.sp-content .widget {
	width: 100%;
	color: #000;
}
/* .sp-content .widget-title {} */

/* Toggle button. */
.sp-toggle {display: none;}

/* Toggle button link. */
.sp-toggle a {}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (min-width: 1140px) {

	.post_wrapper,
	.post_sizer {
		width: 33.33%;
		/*background: blue;*/
	}

	.big_post_wrapper {
		width: 66.66%;
	}

	.nav_mobile {
		display: none;
	}

	.mobile_footer {
		display: none;
	}

	.desktop_footer > div {
		padding-top: 0;
	}

	.sidebar-widget-3,
	.sidebar-widget-4,
	.sidebar-widget-5,
	.sidebar-widget-6 {
		padding-bottom: 0;
	}

	#text-13 {
		position: relative;
		top: -28px;
	}
}

@media (max-width: 1199px) {

	.post_excerpt_single {
		padding: 0 0 40px 0;
	}


	.single_wrapper p {
	 	line-height: 26px;
	 	padding: 0 0px 26px 0;
 	}

 	.social_media_icon {
	float: left;
	display: inline-block;
	margin: 20px 25px 50px 0;
	height: 25px;
	padding: 0;
}
}


/* 2 columns */
@media (max-width: 1139px) {
	.navi_item,
	.post_wrapper,
	.post_sizer {
		width: 50% ;
		/*background: blue;*/
	}

	.yarpp_wrapper {
		width: 33.33%;
	}
	.nav_mobile {
		display: none;
	}

	.big_post_wrapper {
		width: 50%;
	}

	.desktop_footer {
		display: none;
	}

	.sidebar-widget-3,
	.sidebar-widget-4,
	.sidebar-widget-5,
	.sidebar-widget-6 {
		width: 50%;
		float: left;
		height: 280px;
	}

	#text-2,
	#text-3,
	#text-4 {
		height: 130px;
	}

	footer .standard_button {
		margin-top: 55px;
	}
}

@media (max-width: 959px) {

	.navi_item_single {
		display: none;
	}

	.single_wrapper {
		width: 100%;
	}
}


@media (max-width: 759px) {

	.mlang {
		margin-left: 0px;
		float: right;
	}

	li.sf-field-search label input {
		margin-top: 0px;
	}

	input[name=_sf_submit] {
		top: 167px;
		left: 20px;
	}

	.header {
		padding: 15px;
	}

	.post_wrapper {
		padding: 0 15px;
	}

	.nav_meta {
		margin: 10px 15px 15px 15px !important;
		display:block;
	}
	nav.nav {
		display: none;

	}

	.navi_item_single {
		display: none;
	}

	li.menu-item {
		margin-left: 0px;
	}
	
	.navi_item {
		display: none;
	}
	.nav_mobile {
		display: block;
		padding: 15px 15px;
	}
	

	#sticky {
	    background-color: white;
	      -webkit-transform: translate3d(0px,0px,0px);
	      width: 96%;
	      position: relative;
	}
	
	#stickywrapper {
		display: block;
	}

	#sticky.stick {
	    margin: 0 !important;
	    position: fixed;
	    top: 0;
	    z-index: 10;
	    padding: 10px 15px;
	    -webkit-transform: translate3d(0px,0px,0px);
	    width: 100%;
	    border-bottom: 1px solid black;
	}
	 
	.result_count h2 {
		margin: 0 15px;
	}
	

	#filter_items {
		display: none;
	}
	.post_wrapper,
	.info_wrapper,
	.post_sizer,
	.post {
		width: 100% !important;
		border: 0px solid #b6b5b4;
	}

	.post_wrapper,
	.post_sizer {
		width: 100%;
	}

	.engagement {
		margin: 15px 0 5px 0;
	}
	
	.single_wrapper {
		width: 100%;
		padding: 0 15px;
	}

	.single_wrapper p {
	 	line-height: 26px;
	 	padding: 0 0 26px 0;
 	}
	
	.single_title {
		padding: 0;
	}
	
	.related_title {
		padding: 20px 15px;
	}

	.sidebar-widget-3,
	.sidebar-widget-4,
	.sidebar-widget-5,
	.sidebar-widget-6 {
		padding: 20px 15px;
		width: 100%;
		height: auto;
	}

	#text-2,
	#text-3,
	#text-4 {
		height: auto;
	}

	.pagination_wrapper {
		margin: 40px 15px;
	}

	.footer_line {
		margin: 0 15px;
	}

	.search_form {
		padding: 0 15px;
	}
	
	.footer_line {
		margin: 0 10px 10px 10px;
	}

	.wpcf7 input,
	input.sf-input-text {
		border: none;
		border-bottom: 1px solid black;
		width: 100%;
		padding: 10px 0 10px 40px;
		font-size: 29px;
		line-height: 32px;
	}

	.footer_button {
		margin-top: 25px !important;
	}
	

}
/*@media (min-width: 640px) {

	nav.nav {
		display: inline-block;
	}

	
	
	.sp-toggle {
		display: none !important;
		position: absolute;
		top:0px;
	}

	
}*/
@media (max-width: 640px) {

	/*li.sf-field-search label input {
		margin-top: 150px;
	}*/
	
	input[name=_sf_submit] {
		top: 152px;
		left: 20px;
	}

	.nobreak {
		white-space:nowrap;
		margin-bottom: 3px;
		display: block;
	}

	main {
		margin-top: 0;
	}
	.wrapper {
		margin: 0;
		width: 100%;
	}

	.header {
		padding: 15px 10px 15px 10px;
	}

	.logo {
		display: block;
	}
	.navi_item {
		display: none;
	}
	.navi_item_single {
		display: none;
	}

	.nav_mobile {
		display: block;
		padding: 10px 10px;
	}

	.nav_mobile_single {
		margin-bottom: 35px;
	}
	
	.social_stream {
		/*margin-top: 80px;*/
	}

	.social_stream h2 {
		margin: 0 20px 40px 20px;
	}

	.related_title {
		padding: 20px 10px;
	}


	 div#the-sticky-div.nav_meta.my-toggle.sticky {
	     position: fixed;
	     top: 0 ;
	     z-index: 9999;
	     background: white;
	     margin: 0;
	     padding: 10px 10px;
	     -webkit-transform: translate3d(0px,0px,0px);
	  }

	.nav_meta {
		margin: 10px 10px !important;
	}

	li.menu-item {
		padding: 0;
		margin: 0;
	}
	
	nav.nav {
		display: none;
	}

	nav.nav_mobile {
		display: block;
	}

	#sticky.stick {
	    padding: 10px;
	}

	.post_wrapper,
	.post_sizer,
	.post {
		width: 100%;
		padding: 0 10px;
	}
	/* article {
		
	} */

	.single_wrapper {
		width: 100%;
		padding: 0 15px;
	}

	.single_wrapper p {
		padding: 0 0 26px 0;
	}
	.single_title {
	 	font-size: 26px;
	 	line-height: 31px;
	 }

	 .soliloquy-caption {
	 	display: block !important;
	 }

	
	/*article.post_highlight {
		background-color: yellow !important;
		border: 3px solid black !important;
	}*/

	.pagination_wrapper {
		padding-bottom: 40px;
		margin: 0 10px 20px 10px;
	}

	.footer_line {
		margin: 0 10px 20px 10px;
	}

	.sidebar-widget-3,
	.sidebar-widget-4,
	.sidebar-widget-5,
	.sidebar-widget-6 {
		padding: 27px 10px 0 10px;
		width: 100%;
	}


	footer .standard_button {
		margin-top: 20px;
	}
	
}
