/*!
Theme Name: evexia_theme
Author: V
Version: 1.1.0
*/

ul#menu-footnav {
    z-index: 1000;
    position: relative;
}

body.page .banner h1, body.archive .banner h1 {
    color: #fff;
}

.main-footer-nav {
    max-width: 650px;
    width: 100%;
}

body.archive .banner h1 span {
    font-size: 24px;
}

body.archive .contentbaner {
    min-height: 410px;
}

section.banner.frontbaner {
    padding-bottom: 158px;
}

body.single .metainfo span {
    color: #00F4A4;
    font-size: 12px;
}

body.single .relatedbox .metainfo span {
    color: #83A2A4;
}

body.single .relatedbox .metainfo {
    text-align: left;
}

body.single .metainfo {
    text-align: center;
}

h1.fzsm {
    font-weight: bold;
    font-size: 44px;
    color: #00F4A4 !important;
}

h1.titlesingle {
    max-width: 800px;
    margin: 0 auto 35px auto !important;
    line-height: 50px;
}

h1.fzbg {
    font-weight: bold;
    font-size: 60px !important;
    color: #fff !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #00f4a4;
    padding: 6px;
    border-radius: 20px;
    text-align: center;
    display: block;
    margin: 25px auto 0 auto;
}

li.current-menu-item a, li.current-menu-parent a {
    color: #fff;
}

.sec_b3_box img {
    margin-right: 160px;
}

.feedback-form div.wpcf7-response-output {
    color: #fff !important;
    border-radius: 20px;
}

.teambox {
    display: flex;
}

.tbox {
    flex: 0 0 30%;
}

.boxcontentwr {
    margin-bottom: -280px;
}

.btn1:hover {
    background: #00F4A4;
}

.btn2:hover {
    background: #08bb80;
}

.ptxtsec p {
    color: #83A2A4;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.sec_b2_img img {
    margin-top: -21px;
    margin-left: 87px;
}

.gb1 {
    font-size: 14px;
    color: #2AC19B;
    font-weight: bold;
}

.gb2 {
    font-size: 14px;
    color: #0C484C;
    font-weight: bold;
}

.sec_b4_img img {
    margin-left: 87px;
}

.relatedbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

p.undertitle {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    max-width: 560px;
    margin: 15px auto;
}

.relatedposts h4 {
    margin-bottom: 35px;
    color: #2AC19B;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

body.single .boxcontentwr {
    margin-bottom: -100px;
    max-width: 880px;
    margin: 0 auto 0 auto;
    background: #fff;
    padding: 80px;
    top: -166px;
    position: relative;
    border-radius: 25px;
}

.boxcontentwr_cat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.postbox {
    flex: 1 1 calc(33.333% - 20px);
    max-width: 33.333%;
    margin: 0 20px 20px 0;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.postbox:nth-of-type(3n) {
    margin-right: 0;
}

.postbox-thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .2s;
    width: 100%;
}

.postbox-thumb:hover {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.06);
}

.postbox img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 251;
    object-fit: cover;
}

.postbox-cat {
    display: inline-flex;
    padding: 8px 12px;
    background: #B7FFC070;
    font-size: 14px;
    color: #0C484C;
    line-height: .8;
    border-radius: 8px;
    margin-bottom: 20px;
}

.postbox h3 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
}

.postbox .metainfo {
    margin-bottom: 15px;
}

.postbox h3 a {
    color: #000;
    transition: .2s;
}

.postbox h3 a:hover {
    color: #0C484C;
}

.postbox p {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    line-height: 1.1;
    margin-bottom: 22px;
}

.postbox-more {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    color: #0C484C;
    margin: auto 0 0;
}

.postbox-more span {
    display: inline-block;
    border-bottom: 1px solid #0C484C;
}

.postbox-more svg {
    transition: .2s;
    position: relative;
    left: 0;
}

.postbox-more:hover svg {
    left: 8px;
}

span.readinfo {
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.featurboxtwo .improves-text {
    flex: 0 0 33%;
    padding: 0 35px 0 0;
}

@media (max-width: 1300px) and (min-width: 1150px) {
    .develop-wrap, .support-wrap {
        margin-left: 10%;
    }
}

@media (max-width: 1200px) {
    .postbox {
        flex: 1 1 calc(50% - 20px);
        max-width: 50%;
    }

    .postbox:nth-of-type(2n) {
        margin-right: 0;
    }

    .postbox:nth-of-type(2n + 1) {
        margin-right: 20px;
    }
}

@media (max-width: 1150px) and (min-width: 1050px) {
    .develop-wrap, .support-wrap {
        margin-left: 5%;
    }
}

@media (max-width: 991px) {

    .page-template-default h1.fzsm {
        font-weight: bold;
        font-size: 20px;
        color: #00F4A4 !important;
    }

    .banner-list {
        margin-top: 0px !important;
    }

    .page-template-tl-feat section.support.secboxsupp h2 {
        margin-bottom: 50px;
    }

    .secboxsupp .support-wrap {
        margin: 0 auto !important;
    }

    .sec_b4_img img {
        margin: 10px auto !important;
    }

    .sec_b2_img img {
        margin: 10px auto 35px auto !important;
    }
}

@media (max-width: 768px) {
    .featurboxtwo {
        display: block;
    }

    .sec1 img {
        margin-top: 0
    }

    .sec_b4_img img {
        margin: 10px auto !important;
    }

    .sec_b2_img img {
        margin: 10px auto 35px auto !important;
    }

    .banner-btn-wrap {
        margin-bottom: 15px;
    }

    section.banner.contentbaner {
        min-height: 520px;
    }

    section.banner.frontbaner {
        padding-bottom: 50px;
    }

    .boxcontentwr_cat, .relatedbox {
        display: block;
    }

    body.archive .contentbaner {
        min-height: 270px !important;
    }

    .postbox {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 0 auto 50px auto !important;
    }

    .postbox img {
        height: auto;
    }

    .postbox:nth-of-type(3n) {
        margin-right: 0;
    }

    .postbox:nth-of-type(2n) {
        margin-right: 0;
    }
}