/*
 * Display Custom Post WordPress Plugin CSS For Frontend Custom Post Display 
*/  

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* .custom-post-block {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    margin-bottom: 10px;
} */

.custom-post-thumb img{
    width: 370px!important;
}

.newspublisedDate{
    font-family: 'Lato';
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9da8ad;
  margin-left: 14px;
  padding-bottom: 0px;
}
.innerwrapper {
    /* padding: 10px; */
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14)!important;
    border-radius: 5px;
    overflow: hidden;
}
.custom-post-block .innerwrapper h2 {
    margin: 0px 10px 25px 15px;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
   letter-spacing: normal;
    color: #47515c;
    line-height: 1.4;
}
.custom-post-block {
    width: 33%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    margin-bottom: 20px;
}
.custom-post-block h2 a {
    color: #405e77;
    text-decoration: none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
.custom-post-block h2 a:hover,
.custom-post-block h2 a:active{
	opacity: 0.8;
	color: #405e77;
}
.custom-post-block h2 a:hover{
	color: #222;
}
.custom-post-block .innerwrapper p {
    margin-bottom: 15px;
}
.custom-post-block a.read-more.button {
    color: #fff;
    text-decoration: none;
    background-color: #405e77;
    padding: 8px 11px;
    box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
    font-size: 14px;
    display: inline-block;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
.custom-post-block a.read-more.button:hover{
	opacity: 0.8;
}
.custom-post-thumb img {
    width: 370px;
}
.custom-post-nav-links a {
    background-color: #405E77;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
} 
.custom-post-nav-links a:hover,
.custom-post-nav-links a:visited,
.custom-post-nav-links a:active,
.custom-post-nav-links span.page-numbers.current{
	opacity: 0.8;
    background-color: #405E77;
    color: #fff !important; 
    padding: 7px 12px;
}
.custom-post-nav-links {
    margin-top: 10px;
    padding-left: 10px;
}
@media screen and (max-width:767px){
.custom-post-block {
    width: 100%;
    padding: 0;
}
.custom-post-nav-links {
    padding-left: 0;
}
}