/*
Theme Name: Heinrich Böll Stiftung 2014
Author: NOSKE & SEMMLER FOR TEAM HELLOPHILIPP
Author URI: http://www.hellophilipp.de/
Version: 0.8
*/

.clearfix:before,
.clearfix:after,
#primary-sidebar:before,
#primary-sidebar:after,
.tagcloud:before,
.tagcloud:after,
.nav-menu:before,
.nav-menu:after,
.nav-links:before,
.nav-links:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after, #primary-sidebar:after, .tagcloud:after, .nav-menu:after, .nav-links:after {
    clear: both;
}

.clear {
	clear:both;
}

* {
	box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

/* Let's get this party started */
::-webkit-scrollbar { width: 6px; }


::-webkit-scrollbar-track-piece  {
	background-color: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #999999;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #999999;
}

body, html {
	background-color: #f0f0f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: DINWebPro, sans-serif;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
}

.page-title, .author-description {
	color: #252525;
}

.author-description {
	display: none;
}

.author-description {
	line-height: 1.3em;
}

#img-wrap {
	height: 100%;
}

.shariff {
	display: block;
	margin-bottom: 5px;
	margin-top: 35px;
}

.header-caption {
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 2px;
	right: 10px;
	bottom: 10px;
	font-size: 11px;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 5px 8px 3px;
}

#single-additionals-text:before {
	content: "";
	position: relative;
	height: 5px;
	width: 100%;
	display: block;
	background-color: #fff;
	margin: 30px 0 50px;
	border-bottom: 1px solid #d3d3d3;
}

#single-additionals-wraps {
	margin-bottom: 40px;
}

#mobile-nav {
	margin-bottom: 50px;
}

#main-content {
	padding-bottom: 50px;
}

.search-form {
	position: relative;
}

#page {
	width: 100%;
	overflow: hidden;
}

.page-header, .type-page > .entry-header {
	background-color: #fff;
	padding: 50px 0;
}

.type-page > .entry-header {
	margin: 0 -2000px;
	padding: 50px 2000px;
}

.hidden-headline .type-page > .entry-header {
	display: none;
}

.type-page > .entry-header h1 {
	font-size: 2em !important;
	margin: 0.67em 0 !important;
	font-weight: 700 !important;
}

#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	height: 63px;
	z-index: 99;
	border-bottom: 1px solid #f0f0f0;
}

.header-main a {
	color: inherit;
}

#masthead .header-main > * {
	float: left;
	font-weight: 500;
}

#masthead .header-main h1 {
	margin: 0;
}

#masthead .header-main > .right {
	float: right;
}

#site-header, #home-header {
	position: relative;
	overflow: hidden;
	margin-top: 63px;
	background-color: #000;
}

#home-header {
	padding-top: 41.66667%;
}

#home-header img {
	position: absolute;
	top: 0;
	width: 100%;
}

#site-header-dummy {
	position: relative;
	height: 63px;
	width: 100%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

#secondary {
	padding: 50px 0;
}

.only-mobile {
	display: none;
}

.col {
	box-sizing: border-box;
	float: left;
}

.col-1-offset {
	margin-left: 25%;
}

.col-1 {
	width: 25%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 75%;
}

.col-4 {
	width: 100%;
}

.box {
	color: #353535;
}

.coloured .box {
	color: #fff;
}

.coloured .box.white  {
	color: #000;
}

.box p {
	font-size: 18px;
	line-height: 1.5em;
}

.box.big p {
	font-size: 26px;
}

.box.medium p {
	font-size: 22px;
}

.box.small p {
	font-size: 15px;
}

.grid-boxes-wrapper .box {
	margin-bottom: 40px;
}

.b-prolog p {
	font-weight: 600;
	font-size: 24px;
}

.box.bordered, .grid-container.bordered {
	border: 1px solid #a5a5a5;
	padding: 30px 20px;
}

.box.white, .grid-container.white {
	background-color: #fff;
	padding: 30px 20px;
}

.box.coloured, .grid-container.coloured {
	color: #fff;
	padding: 0 20px;
}

.primary-sidebar.widget-area .col-1 {
	padding-right: 20px;
}

.primary-sidebar.widget-area .col-1 a {
	background-color: transparent;
	padding: 5px;
	display: inline-block;
	border: 1px solid #d2d2d2;
	max-width: 100%;

	-webkit-transition: 0.2s ease background-color;
	-moz-transition: 0.2s ease background-color;
	-o-transition: 0.2s ease background-color;
	transition: 0.2s ease background-color;
}

.single-post .col-4 {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

#site-header img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: -webkit-translateY(0);
	-moz-transform: -moz-translateY(0);
	transform: translateY(0);

}

#masthead .nav-menu {
	margin: 0;
}

#masthead .nav-menu li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0;

	-webkit-transition: 0.2s ease background-color;
	-moz-transition: 0.2s ease background-color;
	-o-transition: 0.2s ease background-color;
	transition: 0.2s ease background-color;
}

#masthead .nav-menu > li {
	display: block;
	float:left;
}

#masthead .nav-menu li a {
	display: inline-block;
	line-height: 1em;
	padding: 23px 10px;
	white-space: nowrap;
}

#masthead .nav-menu li a:hover {
	text-decoration: none;
}

#masthead .nav-menu li > ul {
	display: none;
	position: absolute;
	min-width: 100%;

	top: 100%;
	left: 0;
	background-color: red;
	padding: 0;
	margin: 0;
}

#masthead .nav-menu ul li > ul {
	min-width: 0;
}

#masthead .nav-menu li:hover > ul, .tablet #masthead .nav-menu li.hover > ul {
	display: block;
}

#masthead .nav-menu li > ul li {
	display: block;
	position: relative;
}

#masthead .nav-menu li > ul li a {
	padding: 12px 10px;
}

#masthead .nav-menu li > ul ul {
	left: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
}

#masthead .nav-menu li > ul ul li a {
	-webkit-transform: -webkit-translateX(0);
	-moz-transform: -moz-translateX(0);
	transform: translateX(0);
	-webkit-transition: .2s ease -webkit-transform;
	-moz-transition: .2s ease -moz-transform;
	transition: .2s ease transform;
	padding-right: 20px;
}

#masthead .nav-menu li > ul ul li:hover a {
	-webkit-transform: -webkit-translateX(10px);
	-moz-transform: -moz-translateX(10px);
	transform: translateX(10px);
}

.row {
	position: relative;
	max-width: 1485px;
	margin: 0 auto;
}

.single-post .row {
	max-width: 1000px;
}

#masthead .row, .single-post #masthead .row, #colophon .row {
	max-width: 1485px;
}

#masthead .header-main h1 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 23px 0;
}

#masthead a {
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: underline;
}

#search-container input[type=search] {
	margin-top: 15px;
	padding: 8px 30px 7px 10px;
	font-size: 16px;
	line-height: 1em;
	float: right;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100px;
	background-color: rgba(255,255,255,.15);
	box-shadow: inset -1px -1px #bdbdbd;
	border: none;
	outline: none;
	margin-left: 10px;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.author-description {
	font-size: 18px;
}

.page-title i {
	font-size: .7em;
	position: relative;
	bottom: 2px;
}

.icon-info-circled:hover, .icon-cancel-circled:hover {
	color: #252525;
}

.icon-cancel-circled {
	display: none;
}

.shariff li a, .icon-info-circled, .icon-cancel-circled {
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.icon-info-circled, .icon-cancel-circled {
	cursor: pointer;
}

#search-container input[type=search]:focus {
	width: 160px;
	background-color: rgba(255,255,255,.3);
}

#search-submit {
	background-color: transparent;
	outline: none;
	border: none;
	-webkit-appearance: none;
	margin-left: -35px;
	padding: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 16px;
}

#search-submit:hover {
	color: #eee;
}

#featured-intro {
	background-color: #fff;
	height: 46px;
}

#featured-intro span, #further-intro span {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 15px 0;
	font-weight: 500;
}

.widget-title, .b-title, .grid-container-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

.coloured .grid-container-title {
	color: #fff;
}

.coloured .grid-container-title:after {
	background-color: #fff;
}

#further-intro span {
	color: #fff;
}

article {
	padding: 30px 0;
}

.single article {
	padding: 30px 0 0;
}

article.type-page {
	padding-top: 0;
}

.hidden-headline article.type-page {
	padding-top: 30px;
}

#featured-post, #featured-post a, #content .coloured a.more-link, .coloured {
	color: #fff;
	border-color: #fff;
}

#content .grid-container a.more-link {
	margin-bottom: 30px;
}

#featured-post a.more-link. #content .coloured a.more-link {
	background-color: transparent;
}

#featured-post a.more-link:hover, #content .coloured a.more-link:hover {
	background-color: #fff;
}

.entry-meta, #single-additionals-text p {
	font-size: 14px;
	font-weight: 300;
}

.entry-meta a {
	font-weight: 500;
	color: #8C8C8C;
}

#featured-post .entry-content {
	font-size: 24px;
}

#content .post {
	color: #252525;
}

#featured-post .entry-title, #content .entry-title {
	font-size: 28px;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: .4em;
}

#content .entry-title a {
	color: #252525;
	line-height: 1.3em;
}

#content .entry-title a:hover {
	color: #000;
}

.single-post #content .entry-title {
	font-size: 54px;
	font-weight: 600;
	line-height: 1.2em;
}

.single-post #content .headline-printed .entry-title {
	display: none;
}

#content .entry-summary, #content .entry-content {
	font-size: 24px;
}

.entry-summary p {
	margin-top: 0;
	line-height: 1.4em;
}

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-shadow: none;
	border: 1px solid #fff;
	padding: 14px 18px 12px;
	color: #8d8d8d;
	border: 1px solid #8d8d8d;
	background-color: #fff;
}

.pagination .page-numbers, .pagination .page-numbers a {
	text-decoration: none;
}

.more-link, .pagination .prev, .pagination .next, .b-readmore-link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-shadow: none;
	border: 1px solid;
	padding: 0;
}

.more-link, .more-link span, .pagination .prev:hover, .pagination .prev:hover span, .pagination .next:hover, .pagination .next:hover span, .pagination .page-numbers.current, .b-readmore-link:hover {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	transition: .2s ease ;
	-webkit-transition-property: background-color, border-color;
	-moz-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
	text-decoration: none;
}

.pagination .prev, .pagination .next {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #8d8d8d;
	border: 1px solid #8d8d8d;
	background-color: #fff;
	float: left;
}

.pagination .next {
	float: right;
}

.post, .author-description {
	padding-right: 24%;
}

.single-post .post {
	padding-right: 0;
}

.single-post .post .size-full-wrap {
	display: block;
	margin: 40px -100px;
}

.single-post .post .size-full-wrap img {
	width: 100%;
	padding: 10px 0;
}

.alignleft {
	float: left;
	margin: 0 50px 20px -100px;
	width: 57% !important;
}

/**
* #2564 css fix
*/
.alignleft.size-thumbnail{
  width: auto !important;
  margin: 0 15px 20px 0;
}

figure {
	max-width: 100%;
	margin: 1em 0;
}

figure.alignleft {
	margin-top: 30px;
}

.wp-caption-text {
	font-weight: 200;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.3em;
	letter-spacing: 2px;
}

figure.alignleft .wp-caption-text {
	margin-top: 18px;
}

.alignleft img {
	max-width: 100%;
}

.more-link .more-link-text, .b-readmore-link {
	display: inline-block;
	padding: 13px 30px 11px;
	letter-spacing: 1px;
}

.pagination .link-text {
	display: inline-block;
	padding: 14px 40px 12px;
}

.more-link .icon-right {
	padding: 13px 10px 11px 8px;
	border-left: 1px solid #fff;
}

.pagination .icon-left {
	border-right: 1px solid #8d8d8d;
	padding: 14px 11px 12px 10px;
}

.pagination .icon-right {
	border-left: 1px solid #8d8d8d;
	padding: 14px 11px 12px 10px;
}

.paging-navigation {
	margin-top: 50px;
}

.page-numbers {
	/* display: none; */
}

.entry-content .more-link:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.single-post p, .single-post li {
	line-height: 1.5em;
}

#content {
	position: relative;
}

#content .border-bottom:after {
	content: '';
	visibility: visible;
	position: relative;
	width: 100%;
	height: 5px;
	background-color: #fff;
	border-bottom: 1px solid #d3d3d3;
}

#site-logo {
	display: table;
	height: 56px;
}

#site-logo img {
	max-height: 16px;
}

#site-logo a {
	display: table-cell;
	vertical-align: middle;
}

.widget-title {
	position: relative;
	min-height: 60px;
}

#colophon .widget-title, .b-title, .grid-container-title {
	position: relative;
	min-height: 0;
	margin-bottom: 40px;
}

.grid-container-title {
	padding-top: 30px;
}

.widget-title .line, .b-title .line {
	display: block;
	margin-top: 10px;
	width: 50px;
	height: 5px;
}

#colophon .widget-title:after, .b-title:after, .grid-container-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 50px;
	height: 5px;
}

.post-navigation {
	position: fixed;
	width: 100%;
	height: 0;
	top: 50%;
	margin-top: -45px;
	z-index: 10;
}

.post-navigation .nav-links {
	height: 0;
}

#mobile-nav .post-navigation .nav-links {
	height: auto;
}

#mobile-nav {
	display: none;
}

#mobile-nav .post-navigation {
	position: relative;
	margin: 0;
	top: 0;
	z-index: 0;
	height: auto;
}

.post-navigation a {
	position: relative;
	background-color: rgba(0,0,0,.1);
	color: #090909;
	font-size: 28px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;
}

#mobile-nav .post-navigation a {
	background-color: #fff;
	font-size: 17px;
	color: #8d8d8d;
	border: 1px solid #8d8d8d;
	background-color: #fff;
}

.post-navigation a span {
	padding: 30px 7px;
	display: inline-block;
}

#mobile-nav .post-navigation a span {
	padding: 11px 15px 9px;
	text-transform: uppercase;
}

#mobile-nav .post-navigation a span.icon-left {
	border-right: 1px solid #8d8d8d;
	padding: 11px 5px 9px;
}

#mobile-nav .post-navigation a span.icon-right {
	border-left: 1px solid #8d8d8d;
	padding: 11px 5px 9px;
}

.post-navigation a span.title-teaser {
	display: none;
	padding: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #000;
	font-weight: 400;
	max-width: 400px;
	line-height: 1.3em;
	height: 91px;
}

.post-navigation a span.title-teaser.right {
	float: left;
	border-right: 1px solid #f0f0f0;
}

.post-navigation a span.title-teaser.left {
	float: right;
	border-left: 1px solid #f0f0f0;
}

.post-navigation a:hover span.title-teaser {
	color: #fff;
	display: inline-block;
}

.post-navigation a:hover span.title-teaser h4 {
	margin: 0;
}

.post-navigation a:nth-child(1) {
	float: left;
}

.post-navigation a:nth-child(2) {
	float: right;
}

#featured-image-wrap {
	position: absolute;
	left: 50%;
	margin-left: -65px;
	margin-top: -49px;
	border: 4px solid white;
	border-radius: 50%;
	overflow: hidden;
}

#userarchive-image-wrap {
	position: absolute;
	border-radius: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -65px;
	width: 130px;
	height: 130px;
	overflow: hidden;
}

.post-image-wrap {
	margin: 30px 0;
	position: relative;
	display: inline-block;
	border: 10px solid white;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
}

.post-image-wrap img {
	width: 240px;
	height: 240px;
}

#comment-form-user-input-wrap > div {
	float: left;
	width: 50%;
}

.comment-body {
	margin-bottom: 50px;
}

.comment-body > div {
	float: left;
}

.comment-info-wrap {
	width: 25%;
}

.comment-content-wrap {
	width: 75%;
}

.comment-content-wrap p, .comment-content-wrap .reply {
	padding-left: 10px;
}

#comment-form-user-input-wrap > div:first-child {
	padding-right: 20px;
}

#comment-form-user-input-wrap > div:last-child {
	padding-left: 20px;
}


#comment-form-user-input-wrap input,
#comment-form-user-input-wrap textarea,
.comment-form-comment textarea {
	-webkit-appearance: none;
	outline: none;
	border: 1px solid transparent;
	background-color: #fff;
	box-shadow: 0 4px 0 #dadada;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;
}

#comment-form-user-input-wrap .comment-form-comment textarea {
	height: 247px;
}

.comment-form-comment textarea {
	width: 50%;
	max-width: 50%;
}

#comment-form-user-input-wrap input:focus, #comment-form-user-input-wrap textarea:focus, .comment-form-comment textarea:focus {
	 color:#fff;
	 border-color:#fff;
	 box-shadow: 0 4px 0 #999;
}

#comment-form-user-input-wrap input[type="submit"] {
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-size: 20px;
	font-weight: 400;
	color: black;
	height: 47px;
	line-height: 32px;
	width: 100%;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;

}

#comment-form-user-input-wrap input[type="checkbox"] {
	height: auto;
}

#comment-form-user-input-wrap input {
	height: 42px;
}

#comment-form-user-input-wrap label, .comment-form-comment label {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #555555;
	font-weight: 500;
	/* letter-spacing: 3px; */
}

#comment-form-user-input-wrap label .hint {
	color: #b0b0b0;
}

.sbaw_author {
	display: table;
}

.sbaw_author > div {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	 border-radius: 50%;
	 overflow: hidden;
	 border: 1px solid #ebebeb;
}

#colophon .sbaw_author a {
	vertical-align: middle;
	margin-top: 13px;
	display: table-cell;
}

#comments h2, #comments h3 {
	margin-top: 10px;
	margin-bottom: 35px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.comments-title {
	padding-top: 10px;
}

.comment-list {
	list-style: none;
	padding-left: 0;
}

#comments .fn {
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5em;
	margin-top: 0;
	display: inline-block;
}

#comments p, #comments .comment-meta a {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5em;
	display: block;
}

#comments .comment-meta a, .reply a {
	font-size: 13px;
}

#comments #respond p, .comment-content-wrap p {
	margin: 0 0 32px;
}

#comments .comment-meta .comment-edit-link {
	font-size: 16px;
}

.children {
	position: relative;
	padding-left: 25px;
}

.children:before {
	content: '\e807';
	font-family: 'fontello';
	position: absolute;
	left: 0;
	top: 22px;
}

.children li {
	list-style: none;
}

.grid-slots-wrapper {
	margin: 0 -15px;
}

.grid-slots-wrapper .grid-slot {
	padding: 0 15px 30px;
}

.grid-slots-wrapper .grid-slot div {
	width: 100% !important;
	overflow: hidden;
}

.box h3 a {
	color: #353535;
	border-color: #353535;
}

.coloured .box h3 a {
	color: #fff;
	border-color: #fff;
}

blockquote {
	display: block;
	position: relative;
	margin: 40px -50px;
	padding: 40px 50px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
}

div.text-highlight {
	display: block;
	position: relative;
	margin: 40px -55px;
	padding: 60px 55px;
	background-color: #7f7f7f;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
}

blockquote:before {
	content: '\e805';
	position: absolute;
	text-align: center;
	display: inline;
	left: -30px;
	font-size: 32px;
	line-height: 60px;
	font-family: 'fontello';
	color: #c2c2c2;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 50%;

}

blockquote:after {
	content: '\e806';
	display: inline;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: -30px;
	font-size: 32px;
	top: 50%;
	margin-top: -30px;
	font-family: 'fontello';
	color: #c2c2c2;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 50%;
}

blockquote p {
	line-height: 1em;
	padding: 0;
	margin: 0;
	padding: .08em 0;
	font-family: 'Droid Serif', serif;
	font-style: italic;
}

.grid-slots-wrapper .grid-slot {
	display: block;
	float: left;
}

.grid-slot iframe {
	max-width: 100%;
	width: 100%;
	display: block;
	margin:0;
	padding: 0;
}

#colophon, #colophon a {
	color: #ebebeb;
	font-size: 14px;
}

#colophon ul {
	margin: 0;
	padding: 0;
}

#colophon ul li {
	list-style: none;
	line-height: 1.3em;
}

#colophon ul#recentcomments li, #colophon .widget_recent_entries li {
	margin-bottom: 10px;
	font-weight: 500;
}

.comment-excerpt, #colophon .post-date {
	font-weight: 300;
	display: block;
}

#colophon > .row aside {
	padding-bottom: 60px;
	padding-right: 20px;
}

#colophon .site-info, #colophon .site-info a {
	padding: 15px 0;
	font-weight: 500;
	color: #fff;
}

#colophon .site-info span {
	float: right;
	padding: 0;
}

.tagcloud a {
	font-size: 14px !important;
	display: block;
	color: #fff;
	float: left;
	padding: 5px 7px;
	outline: none;
	margin: 0 1px 1px 0;
	font-weight: 500;

	-webkit-transition: 0.1s ease background-color;
	-moz-transition: 0.1s ease background-color;
	-o-transition: 0.1s ease background-color;
	transition: 0.1s ease background-color;
}

.tagcloud a:hover {
	text-decoration: none;
}

#colophon h1 {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ebebeb;
	margin: 40px 0;
}

#colophon h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 50px;
	height: 5px;
	background-color: #ebebeb;
}

#site-wrap {
	position: relative;
	width: 100%;
	background-color: #f0f0f0;
	z-index: 1;

	-webkit-transition: .5s cubic-bezier(.1,.95,.49,.99) -webkit-transform;
	-moz-transition: .5s cubic-bezier(.1,.95,.49,.99) -moz-transform;
	transition: .5s cubic-bezier(.1,.95,.49,.99) transform;
}

#menu-wrap {
	visibility: hidden;
	padding-left: 46px;
	z-index: 0;
	position: fixed;
	width: 100%;
	top: 45px;
	min-height: 100%;
	height: 100%;
}

.tablet #menu-wrap {
	padding-left: 50%;
}

#menu-wrap.menu-open {
	visibility: visible;
}

#menu-shadow {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 46px;
	box-shadow: 0px 0 5px 3px rgba(0,0,0,.2);
}

.tablet #menu-shadow {
	width: 50%;
}

#scroll-wrap {
	height: 100%;
	width: 100%;
	padding-bottom: 45px;
	opacity: 0;

}

.navigation-color-bg {
	margin-bottom: 50px;
}

#menu-wrap.menu-open #scroll-wrap {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	transition: .5s ease all;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}

#header-image-text {
	position: absolute;
	bottom: 20%;
	padding: 0 10px;
}

#home-header > div > .row {
	height: 100%;
}

.home #header-image-text, .page #header-image-text {
	bottom: 20%;
}

#header-image-text span {
	display: inline;
	font-size: 54px;
	color: #fff;
	font-weight: 600;
	padding: .2em 0 .1em;
	line-height: 1.35em;
	background-color: rgba(0,0,0,.6);
	box-shadow: 10px 0 0 rgba(0,0,0,.6), -10px 0 0 rgba(0,0,0,.6);
}

#header-image-text span span {
	background-color: transparent;
	box-shadow: none;
}

#header-image-text span a {
	color: #fff;
}

#header-image-text span a:hover {
	text-decoration: none;
}

#menu-wrap ul.mobile-nav-menu {
	padding: 20px 0;
}

/* Testing */

#menu-wrap {
	background-color: #f0f0f0 !important;
}

#menu-wrap ul.mobile-nav-menu li {
	position: relative;
	font-weight: 500;
}

#menu-wrap ul.mobile-nav-menu li a {
	color: #fff;
	display: block;
	padding: 11px 30px 10px;
}

#menu-wrap ul {
	padding: 0;
	margin:0;
}

#menu-wrap ul a:hover {
	text-decoration: none;
}

#menu-wrap ul ul {
	display: none;
}

#menu-wrap ul li {
	border-bottom: 1px dotted rgba(0,0,0,.2);
}

#menu-wrap ul ul li:last-child {
	border: none;
}

#menu-wrap ul.mobile-nav-menu ul li a {
	padding-left: 40px;
}

#menu-wrap ul.mobile-nav-menu ul ul li a {
	padding-left: 50px;
}

#menu-wrap a {
	cursor: default;
}

#menu-wrap li {
	list-style: none;
	margin: 0;
}

#menu-wrap li.menu-item-has-children:after {
	content: '\e809';
	padding: 11px 0 10px;
	line-height: 1em;
	display: inline-block;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 7px;
	top: 0;
	font-family: 'fontello';
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-transform: rotate(0) translate3d(0, 0, 0);
	-moz-transform: rotate(0) translate3d(0, 0, 0);
	transform: rotate(0) translate3d(0, 0, 0);
}

#menu-wrap li.menu-item-has-children.open:after {
	-webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
	-moz-transform: rotate(-90deg) translate3d(0, 0, 0);
	transform: rotate(-90deg) translate3d(0, 0, 0);
}

#single-additionals-text a {
	color: #252525;
	font-weight: 500;
}

.social_share_privacy li {
	float: none;
}

.social_share_privacy ul {
	height: auto;
	width: 100%;
}

#single-additionals-text .post-categories {
	display: inline;
}

#single-additionals-text .post-categories li {
	list-style: none;
	display: inline;
}

.mobile-only.entry-header {
	display: none;
	padding-top: 30px;
}

#comments {
	margin-top: 100px;
}

.a_tablet {
	display: none;
}

@media only screen and (max-width: 1680px) {

	.row {
		padding: 0 30px;
	}

	.single-post .col-4 {
		max-width: 700px;
	}

	.single-post .post .size-full-wrap {
		margin: 0 -75px;
	}

	.alignleft {
		margin-left: -75px;
	}

	#content .entry-summary, #content .entry-content, #featured-post .entry-content {
		font-size: 22px;
	}

	div.text-highlight, blockquote p {

	}

}

@media only screen and (max-width: 1280px) {

	.single-post .col-4 {
		max-width: 600px;
	}

	.single-post .post .size-full-wrap {
		margin: 0 -50px;
	}

	#content .entry-summary, #content .entry-content, #featured-post .entry-content {
		font-size: 20px;
	}

	#comments .fn, #comments p {
		font-size: 17px;
	}

	#comments .comment-meta .comment-edit-link, .reply a {
		font-size: 15px;
	}

	.alignleft {
		margin-left: -50px;
	}

	div.text-highlight, blockquote p {

		line-height: 1.4em;
	}

	#content .more-link-text {
		line-height: 1em;
	}

	.post-image-wrap {
		border: 8px solid white;
	}

	.post-image-wrap img {
		width: 180px;
		height: 180px;
	}

	#header-image-text span, .single-post #content .entry-title {
		font-size: 36px;
	}

	.widget-title, .b-title {
		font-size: 14px;
	}

	#comments {
		padding: 0 66px;
	}

	.logged-in .form-submit {
		padding: 0 66px;
	}

	#comment-form-user-input-wrap .comment-form-comment textarea {
		height: 241px;
	}

	.post, .author-description {
		padding-right: 16.66666%;
	}

	.box p {
		font-size: 16px;
	}

	.box.big p {
		font-size: 22px;
	}

	.box.medium p {
		font-size: 19px;
	}

	.box.small p {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1180px) {

	.post-image-wrap img {
		width: 120px;
		height: 120px;
	}

	.post-image-wrap {
		border: 6px solid white;
	}

	div.text-highlight {
		padding: 35px;
	}

}

@media only screen and (max-width: 850px) {

	.single-post .post .size-full-wrap, blockquote, div.text-highlight {
		margin: 0;
	}

	.alignleft {
		margin: 0 30px 0px 0;
		width: 50% !important;
	}
}

@media only screen and (max-width: 768px) {

	.not-mobile {
		display: none;
	}

	.only-mobile {
		display: block;
	}

	.pagination .page-numbers {
		padding: 7px 10px 6px;
		font-size: 14px;
	}

	.pagination .page-numbers.next, .pagination .page-numbers.prev {
		padding: 0;
	}

	.pagination .icon-left, .pagination .icon-right {
		display: inline-block;
		border: none;
		padding: 7px 3px 5px 5px;
		font-size: 14px;
	}

	#site-header-dummy, #site-logo {
		height: 40px;
	}

	.post-image-wrap img {
		width: 240px;
		height: 240px;
	}

	.post-image-wrap {
		border: 10px solid white;
	}

	#comment-form-user-input-wrap > div, .social_share_privacy {
		padding-left: 0;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.comment-body > div {
		float: none;
	}

	.comment-info-wrap {
		width: 100%;
	}

	.comment-content-wrap {
		width: 100%;
	}


	#comment-form-user-input-wrap > div:first-child {
		padding-right: 0;
	}

	#comment-form-user-input-wrap > div:last-child {
		padding-left: 0;
	}

	.alignleft {
		float: none;
		margin: 0 0 20px 0;
		width: 100% !important;
	}

	body, #search-container input[type=search], .widget-title, #featured-intro span, #further-intro span, #comments .comment-meta .comment-edit-link {
		font-size: 18px;
	}

	#content .entry-summary, #content .entry-content {
		font-size: 18px;
	}

	blockquote p, div.text-highlight {
		/* font-size: 18px; */
	}

	.single-post #content .entry-title {
		font-size: 32px;
	}

	#header-image-text span, .single-post #content .entry-title {
		font-size: 32px;
	}

	.comment-form-comment textarea {
		max-width: 100%;
		width: 100%;
	}

	.col-1-offset {
		margin-left: 0;
	}

	.col-1, .col-2, .col-3 {
		width: 100%;
		float: none;
	}

	.widget.col-1 {
		width: 50%;
		display: inline-block;
	}

	.primary-sidebar.widget-area .col-1 {
		padding-right: 10px;
		padding-top: 30px;
	}

	.primary-sidebar.widget-area .col-1:nth-child(2n) {
		padding-right: 0;
		padding-left: 10px;
	}

	.primary-sidebar.widget-area .col-1:first-child {
		padding-top: 30px;
	}

	.post, .author-description {
		padding-right: 0;
	}

	.row {
		padding: 0 30px;
	}

	#featured-image-wrap, #userarchive-image-wrap {
		display: none;
	}

	blockquote {
		margin: 40px 0;
		padding: 40px 25px;
	}

	.grid-slots-wrapper, .grid-slot, [class^="grid-container-right-space-"], [class*=" grid-container-right-space-"] {
		float: none;
		width: 100% !important;
		margin-bottom: 20px;
	}

	#masthead {
		height: 45px;
	}

	#site-header, #home-header {
		margin-top: 45px;
	}

	#menu-icon {
		position: relative;
		padding: 7px 10px;
		margin-right: -15px;
		line-height: 0;
		cursor: pointer;
	}

	#menu-icon [class^="icon-"]:before, #menu-icon [class*=" icon-"]:before {
	  font-size: 30px;
	  margin-right: 3px;
	  line-height: 5px;
	  margin-left: 3px;
	}

	#menu-icon .menu-icon-wrap {
		height: 0px;
		margin-top: 6px;
		-webkit-transition: .5s ease all;
		-moz-transition: .5s ease all;
		transition: .5s ease all;
		-webkit-transform: rotate(0) translate3d(0, 0, 0);
		-moz-transform: rotate(0) translate3d(0, 0, 0);
		transform: rotate(0) translate3d(0, 0, 0);
	}

	#menu-icon.menu-open #icon-1 {
		-webkit-transform: rotate(-45deg) translate3d(-4px, 5px, 0);
		-moz-transform: rotate(-45deg) translate3d(-4px, 5px, 0);
		transform: rotate(-45deg) translate3d(-4px, 5px, 0);
	}

	.gecko #menu-icon.menu-open #icon-1 {
		-webkit-transform: rotate(-45deg) translate3d(-4px, 4px, 0);
		-moz-transform: rotate(-45deg) translate3d(-4px, 4px, 0);
		transform: rotate(-45deg) translate3d(-4px, 4px, 0);
	}

	#menu-icon.menu-open #icon-2 {
		-webkit-transform: translate3d(7px, 0, 0);
		-moz-transform: translate3d(7px, 0, 0);
		transform: translate3d(7px, 0, 0);
		opacity: 0;
	}

	#menu-icon.menu-open #icon-3 {
		-webkit-transform: rotate(45deg) translate3d(-1px, -7px, 0);
		-moz-transform: rotate(45deg) translate3d(-1px, -7px, 0);
		transform: rotate(45deg) translate3d(-1px, -7px, 0);
	}

	#masthead .header-main h1 {
		padding: 15px 0 13px;
	}

	#colophon > .row aside {
		padding-bottom: 20px;
	}

	.pagination .prev, .pagination .next {
	/* 	width: 50%; */
	}

	.pagination {
		text-align: center;
	}

	.pagination .link-text {
		display: inline-block;
		padding: 10px 5px 8px;
		font-size: 15px;
	}

	.pagination .link-text {
		display: none;
	}

	.home #header-image-text, .page #header-image-text {
		padding-top: 30px;
	}

	.post-navigation {
		display: none;
	}

	#mobile-nav, #mobile-nav .post-navigation {
		display: block;
	}

	#site-wrap {
		-webkit-transform: -webkit-translateX(0);
		-moz-transform: -moz-translateX(0);
		transform: translateX(0);
	}

	.widget-title {
		min-height: 0;
		margin-bottom: 20px;
		font-size: 16px;
	}

	#content .entry-title {
		font-size: 24px;
	}

	.entry-header {
		display: none;
	}

	#featured-post .entry-header, .single .entry-header {
		display: block;
	}

	.mobile-only.entry-header, .mobile-only.entry-header .entry-meta {
		display: block;
	}

	.mobile-only h1 {
		margin-top: 1.3em;
		margin-bottom: 0;
	}

	.navigation-color-bg {
		margin-bottom: 0;
	}

	article {
		padding: 0 0 30px;
	}

	#featured-post article {
		padding-top: 30px;
	}

	.post-image-wrap {
		margin: 10px 0 20px;
		position: relative;
		display: inline-block;
		border: 1px solid #d2d2d2;
		padding: 5px;
		border-radius: 0;
		overflow: hidden;
	}

	.post-image-wrap img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.col-1 {
		text-align: left !important;
	}

	#colophon .site-info, #colophon .site-info a {
		font-size: 12px;
	}

	#colophon * {
		font-size: 14px !important;
	}

	.search-box {
		color: #fff;
	}

	.search-form label {
		display: block;
		position: relative;
		padding: 0 30px;
	}

	#search-container input[type=search] {
		position: relative;
		margin-left: 0;
		width: 80%;
		float: none;
	}

	#search-container input[type=search]:focus {
		width: 80%;
	}

	#search-submit {
		margin-left: -35px;
		padding: 0;
		width: 30px;
		height: 30px;
		position: relative;
		right: auto;
		top: 0;
	}

	#single-additionals-wraps:after {
		content: "";
		position: relative;
		height: 5px;
		width: 100%;
		display: block;
		background-color: #fff;
		margin: 50px 0;
		border-bottom: 1px solid #d3d3d3;
	}

	div.text-highlight {
		padding: 25px;
	}

	blockquote:before {
		text-align: center;
		font-size: 32px;
		line-height: 60px;
		left: 50%;
		top: -30px;
		margin-top: 0;
		margin-left: -30px;
		width: 60px;
		height: 60px;
	}

	blockquote:after {
		line-height: 60px;
		text-align: center;
		position: absolute;
		font-size: 32px;
		left: 50%;
		top: auto;
		bottom: -30px;
		margin-top: 0;
		margin-left: -30px;
		width: 60px;
		height: 60px;
	}

	#comments .fn {
		font-size: 15px;
	}

	#comments .comment-meta .comment-edit-link, .reply a {
		font-size: 13px;
	}

	#comments p {
		font-size: 15px;
	}

	.grid-slots-wrapper {
		margin: 0;
	}

	.grid-slots-wrapper .grid-slot {
		padding: 0 0 30px;
	}

	.header-caption {
		font-size: 9px;
	}

	.box p {
		font-size: 16px;
	}

	.box.big p {
		font-size: 18px;
	}

	.box.medium p {
		font-size: 16px;
	}

	.box.small p {
		font-size: 11px;
	}

	.header-caption {
		right: 25px;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	.a_tablet {
		display: block;
	}

	.no-tablet {
		display: none;
	}


}

@media only screen and (max-width: 480px) {

	#header-image-text span, .single-post #content .entry-title {
		font-size: 22px;
	}

	.home #header-image-text, .page #header-image-text {
		padding-top: 30px;
	}

	#colophon .site-info span {
		display: none;
	}

	#comments, .logged-in .form-submit {
		padding: 0;
	}

	.header-caption {
		font-size: 7px;
	}

	.shariff li, #mobile-nav .post-navigation a {
		margin-right: 0 !important;
		margin-bottom: 5px !important;
		text-align: left;
	}

	#mobile-nav .post-navigation a span {
		display: inline-block;
		font-weight: 500;
	}

	#mobile-nav .post-navigation a span.icon-left {
		float: left;
	}

	#mobile-nav .post-navigation a span.icon-right {
		float: left;
		border-right: 1px solid #8d8d8d;
		border-left: none;
	}

	.shariff li a {
		width: 100%;
		height: 40px;
	}

	.shariff li a .share_text {
		position: absolute;
		left: 50px;
	}

	.row {
		padding: 0 15px;
	}


	.header-caption {
		right: 10px;
	}

	.widget.col-1 {
		width: 100%;
		display: inline-block;
	}

	.primary-sidebar.widget-area .col-1 {
		padding-right: 0;
		padding-top: 30px;
	}

	.primary-sidebar.widget-area .col-1:first-child {
		padding-top: 0px;
	}

	.primary-sidebar.widget-area .col-1:nth-child(2n) {
		padding-left: 0;
	}
}


@media print {
	#site-header {
		background-color:transparent;
	}

	#site-header,
	#img-wrap,
	#img-wrap > .row.clearfix,
	#img-wrap > .row.clearfix > .col-4.col{
		height: auto !important;
	}
	#img-wrap {
		background:none !important;
	}

	#header-image-text {
		position:relative;
		bottom:auto;
	}


	.header-image-text-inline,
	.single-post #content .entry-title {
		font-size:32px !important;
	}

	ul.shariff-buttons,
	#primary-navigation,
	.navigation.post-navigation,
	.search-box,
	#respond,
	p.form-submit,
	.site-info > span,
	.edit-link,
	.home a.more-link,
	.home .navigation.paging-navigation,
	#colophon .site-info span,
	#site-header .header-caption
	{
		display:none !important;
	}

	#home-header {
		padding-top: 0;
	}

	.entry-content a:after {
		content: " (" attr(href) ") ";

	}

}

div.licence { opacity:.5; width:70%; margin:0 auto; }
div.licence .media-license__caption {
	display:none;
}div.licence img { display:inline;}
.post-image-wrap:hover + .licence {
	opacity: 1;
}
