.post-image img{
width: 100%;
}
.post-title{
width: 50%;
padding: 20px;
background: rgba(0,0,0,0.63);
position: absolute;
left: 30px;
top: 12%;
}
.post-title h3{
color: #fff;
}
.post-date span{
color: #000;
font-weight: 600;
}
.post-date{
padding: 10px;
background-color: #f2f2f2;
width: 100px;
border-radius: 3px;
margin-top: 25px;
}
.post-content{
color: #000;
margin-top: 25px;
}
.latest-news{
border-bottom: 2px solid #ddd;
padding: 30px 20px 30px 20px;
background: #f2f2f2;
margin-top: 20px;
margin-bottom: 20px;
}
.page-template-single-news .et_right_sidebar #left-area,
.error404 .et_right_sidebar #left-area{
padding-right: 0 !important;
width: 68% !important;
margin-right: 2%;
}
#left-area {
width: 68% !important;
}
.page-template-single-news .et_right_sidebar #right-area,
.error404 .et_right_sidebar #right-area{
width: 28% !important;
margin-left: 2%;
float: left;
}
#right-area{
width: 28% !important;
float: right;
}
.latest-news-thumbnail img{
display: block;
margin: 0 auto;
}
.latest-news-thumbnail{
margin-bottom: 20px;
}
.latest-news-content{
margin-bottom: 20px;
}
.latest-news-readmore{
border: none;
width: 150px;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
background-color: #0073d0;
color: #fff;
}
.latest-news-readmore:hover{
background-color: #000;
transition: all 0.3s ease-in-out;
}
.news_contactus {
margin: 0;
background-color: #e7e7e7;
padding: 9% 5% 9% 5%;
}
a#news_contactusbtn {
background-color: #0073d0;
color: #fafafa;
display: inline-block;
position: relative;
width: 96%;
left: 2%;
right: 2%;
padding: 3%;
text-align: center;
}
.page-template-single-news div#et-main-area,
.error404 div#et-main-area {
padding-top: 30px;
}
.page-template-single-news .entry-content .et_pb_section,
.error404 .entry-content .et_pb_section {
padding: unset;
}
.page-template-single-news .entry-content .et_pb_row,
.error404 .entry-content .et_pb_row {
padding: unset;
width: unset;
}
@media only screen and (min-width:981px){
body.page-template-single-news #left-area,
body.error404 #left-area {
float: left;
padding-right: 5.5%;
width: 68% !important;
}
body.page-template-single-news #right-area,
body.error404 #right-area {
width: 28% !important;
float: right;
}
}
@media screen and (max-width: 980px){
.single #left-area{
width: 100% !important;
}
.single #right-area{
width: 100% !important;
}
#left-area,#right-area {
width: 100% !important;
}
.et_pb_post {
margin-bottom: 42px;
}
}
@media screen and (max-width: 480px){
.page-template-single-news .et_right_sidebar #left-area,
.error404 .et_right_sidebar #left-area {
width: 100% !important;
}
.page-template-single-news .entry-content .et_pb_section,
.error404 .entry-content .et_pb_section {
padding: unset;
}
.page-template-single-news .et_right_sidebar #right-area,
.error404 .et_right_sidebar #right-area {
width: 100% !important;
margin-left: unset;
float: unset;
}
#right-area {
width: 100% !important;
}
.page-template-single-news .latest-news-readmore,
.error404 .latest-news-readmore {
width: 100%;
}
}