/*!
Theme Name: Fortasse
Description: Fortasse
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fortasse
Tags: 
*/

.post-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 45px;
    background-color: var(--truehelp-white8, #dfe9d3);
    color: var(--truehelp-black5, #000000);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid var(--truehelp-black5, #000000);
    transition: all 400ms ease;
}

.post-pagination li.active a, .post-pagination li.active span {
    color: var(--truehelp-white, #FFFFFF);
    background-color: var(--truehelp-base, #30630b);
    border-color: var(--truehelp-base, #30630b);
}

.blog-details__title{
    margin-top : 30px;
}

.page-template-services .post-pagination{
    justify-content: center;
}
.wpcf7-form p{
    margin-bottom: 0;
}
.sec-title.about {
    text-align: center;
}
.one .about-one__text h4 {
    margin-bottom: 20px;
}
.one .about-one__text img{
    width: 100%;
}
.row.two-col{
    padding: 0 20%;
}

.page-header .page-header__bg{
	background-position:center;
}

.main-footer__shape-1,
.main-footer__shape-2,
.main-footer__shape-3,
.main-footer__shape-4{
	display:none;
}
.preloader {
    position: fixed;
    background-color: #354221 !important;
}