/*
Theme Name: Elision Child
Theme URI: http://demo.qodeinteractive.com/elision/
Description: A child theme of Elision Theme
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.0
Template: elision
*/
@import url("../elision/style.css");

.clearfix:before, .clearfix:after {
    clear: both;
    display: block;
    content: '';
}
.vc_column-inner::after, .vc_column-inner::before {
    clear: both;
    display: block;
    content: '';
}

/* header */
header {
    border-bottom: 1px solid #007c59;
    background: #fff;
}
.header_inner_right {
    display: none;
}

/* menu */
nav.main_menu > ul > li > a.current span,
nav.main_menu > ul > li.current > a span {
    background: rgba(0,124,89,0.8);
    color: #fff;
}
.dark .mobile_menu_button span {
    color: #000 !important;
}

/* title */
.title {
    background: none;
    height: 160px;
}
.content .title .title_holder {
    position: relative;
    top: 0 !important;
}
.title .title_holder .container {
    vertical-align: bottom;
}

/* content */
.content {
    margin-bottom: 50px;
}
.content .container .container_inner {
    padding: 40px 0 0 0;
}
.content .container h2 {
    margin-bottom: 10px;
}
.content .container h3 {
    margin-bottom: 10px;
}
.content .container h4 {
    margin-bottom: 10px;
}
.content .container h5 {
    margin-bottom: 10px;
}
.content .container h6 {
    margin-bottom: 10px;
}
.content .container p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.content .container .wp-caption {
    max-width: 100%;
}
.wpb_row.vc_row-fluid {
    margin-left: -15px;
    margin-right: -15px;
}


/* footer */
footer {
    margin-top: 40px;
}
footer #text-2 {
    display: none;
}
body.home footer #text-2 {
    display: block;
}
.footer_top {
    padding: 25px 25px;
    text-align: center;
}
footer p {
    font-size: 13px;
}
.footer_bottom {
    height: 50px;
    line-height: 50px;
}
.footer_bottom p {
    line-height: 50px;
}

/* blog */
body.blog .content .container .container_inner {
    padding-top: 140px;
}
.post_info,
.post_description {
    display: none !important;
}
.post_additional_info {
    padding: 0;
    border: none !important;
}
.post_additional_info .date_holder,
.post_additional_info .post_social {
    display: none !important;
}
body.single-post h1 {
    display: none;
}
body.single-post .content .container .post_image {
    display: none;
}
body.single-post .content .container .post_text h2 {
    font-size: 28px;
    font-weight: 400;
}
.post-nav {
    margin: 50px 0 30px;
}
.post-nav .post-nav-prev {
    float: left;
    width: 50%;
}
.post-nav .post-nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

/* members */
body.parent-pageid-460 .wpb_single_image {
    margin-bottom: 10px !important;
}
body.parent-pageid-460 .wpb_text_column p {
    font-size: 16px;
}

@media screen and (max-width: 1000px) {

    .title {
        height: 80px;
    }
    .title h1 {
        line-height: 24px;
    }

}

@media screen and (max-width: 800px) {

    .post-nav .post-nav-prev {
        float: none;
        width: 100%;
        display: block;
    }
    .post-nav .post-nav-next {
        float: none;
        display: block;
        width: 100%;
        text-align: right;
        margin: 20px 0 0;
    }

}

.appg_list {
    display: flex;
    flex-wrap: wrap;
}
.appg_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    list-style: none;
}
.appg_list-6 li {
    width: calc(16.66667% - 16.66667px);
    text-align: center;
}
.appg_list-6 li:nth-child(6n) {
    margin-right: 0;
}
.appg_list li p {
    margin-bottom: 0 !important;
    text-align: left;
}
.appg-logo-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.appg-logo-list li a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.appg-logo-list li img {
    max-height: 100px;
    max-width: 80%;
    vertical-align: middle;
}
@media screen and (max-width: 800px) {
    .appg_list-6 li {
        width: calc(25% - 15px);
    }
    .appg_list-6 li:nth-child(6n) {
        margin-right: 20px;
    }
    .appg_list-6 li:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 580px) {
    .appg_list-6 li {
        width: calc(50% - 20px);
    }
    .appg_list-6 li:nth-child(4n) {
        margin-right: 20px;
    }
    .appg_list-6 li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 360px) {
    .appg_list li {
        width: 100%;
        margin-right: 0;
    }
}

.video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
