	/* =Responsive Structure
	----------------------------------------------- */

@media (max-width: 1920px) {

	body.temobile {
		-webkit-text-size-adjust: 100%; /* Iphone browser fix*/
	}

	body.temobile #forbottom {
		min-height: 0;
	}

	/* Column text and Readmore button visible on mobile devices */
	body.temobile .column-image {
		overflow: visible;
	}

	body.temobile .column-image-inside {
		display: none;
	}

	body.temobile .column-text {
		position: relative;
		top: 0;
		left: 0;
		display: table;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		color: inherit;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	body.temobile .columnmore {
		position: relative;
		bottom: 0;
	}

	body.temobile .column-image:hover .columnmore {
		bottom: 0;
	}

}

@media (max-width: 800px) {

	body {
		-webkit-text-size-adjust: 100%;
	} /* Iphone browser fix*/

	/* Column text and Readmore button visible on mobile devices */
	.column-image {
		overflow: visible;
	}

	.column-image-inside {
		display: none;
	}

	.column-text {
		position: static;
		display: inline-block;
		margin: 0 auto;
		padding: 10px 0;
		color: inherit;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	.columnmore {
		position: static;
		margin-bottom: 10px;
	}

	#header,
	#branding,
	#topbar-inner,
	#footer-widget-area {
		width: 100%;
	}

	.topmenu {
		float: left;
	}

	#header-full,
	#footer {
		min-width: 100%;
	}

	#wrapper,
	#colophon,
	#main,
	article.post,
	#container,
	#linky {
		width: auto;
	}

	#branding,
	#bg_image {
		min-height: 100px;
	}

	/* Header widget mobile fix */
	#branding {
		height: auto;
		overflow: hidden;
		padding: 10px 20px;
	}

	#header-widget-area {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	#header-widget-area .yoyo > li {
		margin-bottom: 2px;
	}

	#footer2 {
		margin-bottom: 0;
	}

	#footer {
		margin-top: 0;
	}

	#forbottom,
	#colophon {
		margin: 0 20px;
	}

	.presentation-page .slider-wrapper {
		margin: 0 auto;
	}

	.presentation-page #forbottom {
		margin: 0;
	}

	#front-text1,
	#front-text2 {
		font-size: .8em;
		padding: 20px 0;
	}

	#bg_image {
		width: 100%;
	}

	a#logo {
		height: 100%;
		display: block;
	}

	a#logo img {
		width: auto;
		max-width: 90%;
		height: 80%;
	}

	#site-title span a {
		font-size:.9em;
	}

	.safari a#logo img {
		max-height: 80px;
		height: auto;
	}

	#slefts,
	#srights {
		display: none;
	}

	div.menu {
		margin: 0 5px;
	}

	#container[class*='column'] #primary,
	#container[class*='column'] #secondary,
	#container[class*='column'] #content {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}

	#container[class*='column'] #content {
		margin-bottom: 25px;
	}

	.slider-wrapper {
		width: 100%;
	}

	#slider {
		width: auto;
		height: auto;
	}

	#forbottom #front-columns:not(.pp-columns1) > div {
		width: 47%;
		margin-bottom: 20px;
	}

	.column-image img {
		height: auto;
	}

	#content img,
	#content article.post img,
	#content article .wp-caption,
	article embed {
		max-width: 100%;
	}

	#site-title,
	#site-description {
		margin-left: 5px;
	}

	article.post,
	article.page {
		padding: 20px 10px 10px;
	}

	article.sticky {
		padding: 20px 5px 5px;
		border-width: 5px;
	}

	.footertwo .widget-area,
	.footerthree .widget-area,
	.footerfour .widget-area {
		width: 100%;
	}

	#header-container > div {
		height: 100%;
		margin: 0;
	}

}

@media (max-width: 650px) {
	body {
		font-size: .9em;
	}

	#forbottom,
	#colophon {
		margin: 0 10px;
	}

	.presentation-page #forbottom {
		margin: 0;
	}

	#branding {
		height: auto;
		padding: 10px;
	}

	a#logo img {
		max-height: 75%;
		max-width: 90%;
		width: auto;
		height: auto;
	}

	#front-text2 h1 {
		margin-bottom: 0;
	}

	#site-title span a {
		font-size: .8em;
	}

	#slider {
		border: 0;
	}

	.column-header-image {
		margin-bottom: 0;
	}

	.footermenu {
		display: table;
		margin: 0 auto;
		float: none;
	}

	#main {
		margin-top: 0;
	}

	#nav-toggle {
		display: block;
		float: left;
		margin: 0 auto;
		cursor: pointer;
		width: 100%;
		padding: 2px 4%;
	}

	#nav-toggle span::before {
		content: "\e820";
		font-family: "elusive";
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	#nav-toggle.active span::before {
		content: "\e814";
	}

}

@media (max-width: 480px) {
	body {
		padding: 0;
	}

	#page {
		margin-top: 0;
	}

	.magazine-layout #content article.post,
	.magazine-layout .search #content article {
		margin: 5px 0;
		width: 100%;
	}

	#forbottom #front-columns > div.pp-column {
		width: auto;
		max-width: 98%;
		float:none;
		margin: 25px auto;
		clear: both;
	}

}
