/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

/*===========================================================News post page==============================================*/
* {
	box-sizing: border-box;
}
.x-container.max.width.main.page-template-news {
	max-width: 1200px;
	width: 95%;
}
.parent-container {
	width: 100%;
	height: 500px;
	position: relative;
}
.news-hero-image {
	background-image: url(/wp-content/uploads/2021/04/Paste-2021-04-01-14-44-57.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.news-healdine_text {
	width: 100%;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.news-healdine_text h1 {
	text-align: left;
	margin: 0 auto;
	font-family: inherit;
	font-size: 3em;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0em;
	text-transform: none;
	color: #000;
	max-width: 1000px;
	margin: 0 auto;
}
.allPost-container {
	margin-top: 40px;
}
/*two col layout*/
.news-column img {
	position: relative;
    top: 0;
    left: 0;
    width: 88%;
    object-fit: cover;
    height: 100%;
}
.news-thumbnail-container {
	height: 100%;
/* 	width:60%; */
}
.news-column {
	width: 50%;
	padding: 10px;
	float: left; 
}
.colImg{
	width:33%;
}
.news-row:after {
  content: "";
  display: table;
  clear: both;
}
.news-row-border {
	border-bottom: 1pt solid black;
	padding: 15px 0px 0px 0px;
	/*display: flex;*/
}
.news-post-date {
	font-weight: bold;
	font-size: 18px;
}
.news-post-title {
	font-size: 20px;
	font-weight: bold;
}
nav.pagination {
	/*     background: #db605d; */
	color: #fff;
	display: block;
	width: auto;
	float: left;
	margin: 4px 4px 4px 0;
	padding: 15px 18px 14px 18px;
	text-decoration: none;
}

nav.pagination .page-numbers:hover {
	background: #24221D;
	color: #fff;
	text-decoration: none;
}

nav.pagination .current {
	background: #24221D;
	color: #fff;
	padding: 15px 18px 14px 18px;
}
.col-sidebar {
	margin-top: 55px;
}
/*pagination dots*/
span.page-numbers.dots {
    color: black;
    font-weight: 700;
}

/*read-more button*/
.read-more {
    background-color: #000000;
    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.read-more a{
	color:white;
	
}
.more-link {
    display: none;
}
.news-post-catgName ul > li {
    list-style: none;
	font-size: 18px;
    font-weight: 800
}

news-post-title a:link {
	color:black !important;
}
.news-post-date{
	color:#000000;
}
.news-post-catgName li a {
    color: #000000;
}
.news-post-catgName {
    float: right;
}