/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
a {
	color:#337ab7;
}
a:hover {
	text-decoration:underline;
}
.post-container .title a {
	color:#616161;
}
.post-container .title a:hover {
	color:#337ab7;
	text-decoration:none;
}
#mobile-wrapper #mobile-scroll .mobile-navigation {
    text-align: right;
}
.post-article.category, .post-container .category h1 {
	font-family: 'Roboto',Verdana, Geneva, sans-serif;
	background:transparent;
	box-shadow: none;
	color:#616161;
	padding:0;
}
.suevafree-menu ul li a, .suevafree-mobile-menu ul li a {
	text-transform:lowercase;
}
img.size-thumbnail {
    margin: 2px 0;
}
.post-article, #sidebar .post-article {
	padding:20px;
}
.post-article .widget-box {
	padding:0 0 25px;
}
.post-article span.button {
	color:inherit;
	background:transparent;
	display:inline;
	padding:0;
}
.read-more { 
	display:inline;
	padding-left:.5em;
}
.read-more:after { 
	content:' >>';
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.widgets-list-layout-links {
    float: none;
    width: auto;
    margin-left: 55px;
}

@media screen and (max-width: 992px) and (min-width: 0px){
	.post-container, .product-container, #masonry .post-container {
		margin-bottom:10px;
	}
	.mobile-navigation {
			text-align: right;
			position: absolute;
    	top: -45px;
    	right: 15px;
	}
	.mobilemenu-box .mobile-navigation {
		position:static;
	}
}
@media screen and (min-width: 480px){
	.post-article, #sidebar .post-article {
		padding:35px;
	}
	#sidebar .post-article {
		padding-bottom:0;
	}
	.widgets-list-layout-links {
    margin-left: 65px;
	}
}