#main-content.archive-page.category-page {
    padding-top: 45px;
}

/*Header*/
#topbar .container {
    display: flex;
    justify-content: flex-end;
}
#header #logo {
    max-width: 280px !important;
}
#mobile-header .logo {
    margin: 27px 0 !important; 
    max-width: 180px !important;
}

/*Footer*/
#footer .widget-area .address p,
#footer .widget-area .phone p,
#footer .widget-area .fax p,
#footer .widget-area .email p {
    font-size: 13px;
}
body #footer .social-widget .social-icons span a {
    color: #fff !important;
}
body #footer .social-widget .social-icons span a:hover {
    background-color: #006838 !important;
}
#footer .multi-col-widget #block-7 figure {
    margin-bottom: 0 !important;
}



/*Home page*/
.hm-half-col-1 {
    max-width: 340px;
    margin-left: auto;
}
.hm-half-col {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.hm-half-col-2 {
    max-width: 340px;
    margin-right: auto;
}

/*About Page*/
.about-counter-sec .counter h2:after {
    background-color: #fff !important;
}

/*Team page */
body.page-id-2546 #titlebar,
body.page-id-134 #titlebar ,
body.page-id-539 #titlebar,
body.page-id-2232 #titlebar,
body.page-id-2225 #titlebar,
body.page-id-1512 #titlebar,
body.page-id-2680 #titlebar,
body.page-id-3 #titlebar,
body.page-id-3106 #titlebar,
body.page-id-1983 #titlebar,
body.page-id-1986 #titlebar,
body.page-id-2226  #titlebar,
body.page-id-477  #titlebar{
    display: none;
}


.our-team-banner-con {
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
}


/*New banner img*/
.two-col-banner {
    min-height: unset !important;
}
.two-col-banner .content-col {
    padding-left: 8rem;
}
.two-col-banner .content-col > div {
    max-width: 538px;
}
.full-wd-img, .full-wd-img * {
    width: 100%;
    height: 100%;
}

/*term page*/
body.category h1.term-name {
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    color: #006838;
    margin-top: 0;
    margin-bottom: 8rem;
}
body.category .entry-image img {
    width: 100%;
}

/*Single Blog*/
#main-content.single-blog {
    margin-top: 0;
    padding-top: 40px;
}

/*Search page*/
html body .search-page .post .entry-type span {
   background-color: #006838 !important;
} 

.short-info {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}





@media only screen and (max-width: 767px) {
    /* home */
    .hm-half-col-1, .hm-half-col-2, .hm-half-col {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /*New Banner*/
    .two-col-banner .content-col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /*Privacy and terms*/
    body .privacy-content-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

}