@media (min-width: 1200px) {
.top-articles article .article-content p {
	font-size: 17px;	
	line-height: 24px;	
}
body > .container:first-of-type {
	
}
body > .container:first-of-type .row ul.breadcrumb {
	
}
.article-page .article-main-image {
	
	margin-bottom: 25px;
}
section h5 {
	font-size: 16px;
	line-height: 140%;
}
.articles-page .top-content {
	margin-top: 30px;
}
.category-list-grid .article-single .border, .category-list-column .article-single .border {
   
    border: 1px solid white;
	}
	.category-list-grid .article-single .border p, .category-list-column .article-single .border p {
    font-family: 'latobold';
	}
	.recent-recipes article p {
  
    font-size: 17px;
	}
	body .article-page{
	font-size:16px;
	}
	body .article-page ul li{list-style:circle}
	body .article-page ul, body .article-page ol{
	margin-left:20px;
	}
	body .article-page ul li, body .article-page ol li{
	margin-bottom:10px;
	}
	body .article-page h2{
	font-weight:bold;
	}
	.article-page ul.social {
	
	
	background: #EEE;
	padding: 10px 14px 0px 0;
}
.article-page .top-content .main-title {
	
	margin-bottom: 65px; 
	
}
.article-page .article-main-image {
	
	background-position: center;
}
.articles-page .article-small {
    width: 48%;
    float: left;
    margin: 0 10px;
    padding: 20px;
	min-height: 300px;
}
.articles-page .article-small .heading {
    font-size: 19px;
  
}
.category-list-grid .article-single h3, .category-list-column .article-single h3{
    padding: 7px 15px;
}

}


h4.prev {
	font-size: 15px;
	line-height: 1.2;
}


header .user-navigation .user-actions ul.actions li.login {
	
	display: none;
}

.category-list-link {
	
	display: none;
}
.recent-recipes .more-articles {
	
	padding-bottom: 20px;
}
footer .col-right p {
	
	margin-top: 24px;
	
	text-align: center;
}
.articles-page h1.font-lines {
	
	margin-bottom: 10px;
}

@media (max-width: 960px) {
.main-banner {
    background-image: url(../images/header.jpg);
    background-size: cover;
    height: 90px;
}
.top-articles aside .article-small {
    width: 33%;
   
}
.category-list-grid{
    margin-top: 5px;
}
.category-list-column {
    
    margin-bottom: 25px;
}
.article-page .article-main-image {
    height: 245px;
    width: 100%;
    background-size: cover;
     background-position: center;
	     margin-bottom: 15px;
}
.articles-page .line {
    border-top: none;
    margin-bottom: 0;
}
.articles-page .article-small .main-image {
    width: 97%;
   
}
h4.prev, .articles-page .article-small .heading {
    
    width: 97%;
}
.container h5 {
    width: 97%;
    padding: 10px;
}
.articles-page .top-content {
    margin-top: 10px;
}
}
@media (max-width: 500px) {
.top-articles aside .article-small {
	min-height: 181px;
}
.top-articles aside .article-small {
	width: 49.9%;
	text-align: center;
}
.top-articles aside .article-small .heading {
	display: block;
	width: 100%;
	margin-left: 0;
	max-width: 100%;
	padding: 12px;
}
.top-articles aside .article-small .main-image img {
	
	-o-object-fit: cover;
	object-fit: contain;
}
}
.article-page .top-content p img {
	width:100% !important;
	margin:15px auto !important;
	height: auto !important;
}