.custom-article-page .container {
    max-width: 1495px;
    line-height: 25px;
}
.custom-article-page article h1 {
    font-weight: 300;
    font-size: 46px;
    color: #000 !important;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 20px;
}
.custom-article-page article .article_category_list ul{
	font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.custom-article-page article .entry-content{
	font-weight: 300;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
}
 .custom-article-page   #sidebar {
	float: left;
	width: 100%;
	padding-left: 0px;
}
 .custom-article-page .owl-carousel .owl-dots.disabled, 
 .custom-article-page .owl-carousel .owl-nav.disabled {
    display: block;
}
.custom-article-page .owl-theme .owl-dots{
	display: none;
}
.custom-article-page .article-all-grid-results {
    margin-top: 80px;
}
@media (min-width: 1201px) and (max-width: 1500px) {
    .custom-article-page .container {
        max-width: 90%;
    }
}
@media (max-width: 980px) {
	.custom-article-page article h1 {
		font-size: 36px;
	}
	#article-sidebar.ps-5 {
		padding-left: 0rem !important;
	}
	.custom-article-page .article-all-grid-results {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
   .custom-article-page article .entry-content {
		padding: 0px 0px 20px 0px;
	}
}