/* =WordPress Core
-------------------------------------------------------------- */
.post-summary h4{font-size:22px!important;}
.post-summary h4, .post-summary .info, .post-summary .social-sharing-btn, .post-summary p{margin-bottom:1rem!important;}
.post-summary p{line-height:24px;}
.post-summary strong {font-weight: normal!important;}
.acblog{
   line-height:30px;
   margin-left: 1rem;
   margin-bottom: 3rem;
}
.acblog input.tnp-email {
    width: 100%;
    border-radius: 5px;
    border: 1px solid lightgrey;
    padding: 5px;
}
.acblog * {margin: 5px auto;}
.acblog input[type="submit"]{
    background-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px;
    padding: 7px 30px;
    border-radius: 25px;
    color: #71bf44;
    border: 3px solid #71bf44;
}
.acblog h1 {
    font-size: 24px;
    font-weight: bold;
    color: #1b3a6a;
}
.posts-container{
    width: 1400px;
    max-width: 90%;
    margin: auto;
}
.acblog ul {
    max-width: 90%;
    margin-left: 2rem;
}
.acblog section li{color:black;margin:1rem auto;}
.acblog a{color:#009ac6;}
.acblog li p {
    display: inline-block;
}
