.blog-sidebar .recent-post-widget .post .img-holder img { 
    width: 100%;
}
@media screen and (min-width: 992px){
	.wpo-site-header #navbar > ul > li > a:hover:before, .wpo-site-header #navbar > ul > li.active > a:before {
		opacity: 1;
		visibility: visible;
	}
}
.wpo-site-footer  h3.widget-title {
    font-size: 20px;
    color: #fff; 
    text-transform: uppercase;
    position: relative;
    font-family: "Futura PT Demi";
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: '';
	
}
.pagination-wrapper .pg-pagination li span {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: #232f4b;
    background: #ebf4fc;
    display: block;
}
.wpo-contact-pg-section form .submit-area {
    text-align: initial;
    width: auto;
    margin-bottom: inherit;
    margin-left: inherit;
    margin-top: 3px;
}
#je_contact button[type="submit"], .qcbutton a.je_button {
    background: #3757f7;
    background: linear-gradient(to left, #3757f7, #071e93);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 15px 45px;
    border: 0;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative; 
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
	height: inherit;
}
.wpo-contact-pg-section .wpo-contact-form-area{
	margin-bottom: -124px !important;
}