/* singel posts area */
article.post table thead th{
	background-color:#1f3457;
	border: solid 1px black;
	text-align:center;
    color: white;
    vertical-align: middle!important;
}
article.post table thead{
	border-bottom:solid 1px black;
}
.section-3{
    display: none;
}
/* Footer area */
.color-blue {
    color: #085DAD;
  }
footer {
    background: white !important;
 }
 .gcp-footer .footer-top{
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.gcp-footer .right{
    background-color: #f2f2f2;
    height: 215px;
    margin-top: 15px;
    border-radius: 10px;
}
.gcp-footer a{
    color: #212529;
}
.gcp-footer .right .min-read {
    border-bottom: solid 3px #8cc739;
    width: fit-content;
}
.gcp-footer .right a:hover > .min-read {
    border-bottom: none
}
.gcp-footer .right h5{
    margin-top: 10px;
}

@media(max-width:850px){
    .gcp-footer .footer-top{
    flex-direction: column;
    }
    .gcp-footer .left div:last-child{
    margin-top: 15px;
    }
    .gcp-footer .right div:last-child{
    margin-top: 35px;
    }
}
@media(max-width:500px){
    .gcp-footer .right div:last-child{
        margin-top: 10px;
        }
}
/* End Footer */