/*
Theme Name: Fotoatelier Design
Description: A child theme
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*.pagination {margin: 110px 0 50px; }*/


.post-navigation {margin: 0px 0px;}
.post-navigation .screen-reader-text {display: none;}
.nav-previous {width: 50%; float:left; padding: 20px 0px;}
.nav-next {width: 50%; float:right; text-align: right; padding: 20px 0px;}
.nav-next a {text-align:right;}

.category-fotoblog .post_info {display: none !important;}
body.fotoblog .title_subtitle_holder, .widget_categories .cat-item-31{display: none;}
body.fotoblog .content, body.fotoblog .content .container {background-color: #666;color: #ffffff;}
.nav-links a, body.fotoblog .entry_title, body.fotoblog aside .widget h5 {color: #fff;}


body.fotoblog .two_columns_75_25>.column1 {width: 100%;}
body.fotoblog .two_columns_75_25>.column2 {display: none;}

.content {
	margin-bottom: 50px;
}
.content h3 
{
	margin: 20px 0;
}

p [
	margin-bottom: 10px
]


@media screen and (max-width:600px) {
	.nav-next, .nav-previous {width: 100%;float: left;text-align:left;}
	.nav-next a {text-align:left !important;}
}



@media screen and (min-width:1000px) {
	body.fotoblog .content .container {
    position: relative;
    top: -80px;
	}
}