/*

Template:       greenova

Theme Name:     Greenova Child Theme

Theme URI:      http://radiustheme.com/demo/wordpress/greenova

Author:         RadiusTheme

Author URI:     http://radiustheme.com

Description:    Greenova is a clean and Modern WordPress Theme. It is best suited for Green Garden website like Nursary etc

Version:        1.0

Text Domain:    greenova

Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready

License: Envato split License

License URI: https://themeforest.net/licenses/terms/regular

*/

ul.team_outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0px;
    column-gap: 25px;
    row-gap: 50px;
}
ul.team_outer li img {
    border-radius: 50%;
    border: 12px solid #ffffff;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(195, 195, 195, 0.51);
    -moz-box-shadow: 0px 0px 25px 10px rgba(195, 195, 195, 0.51);
    box-shadow: 0px 0px 25px 10px rgba(195, 195, 195, 0.51);
    width: 307px;
    height: 307px;
    object-fit: cover;
    margin-bottom: 20px;
}
ul.team_outer li {
    list-style-type: none;
    text-align: center;
    cursor: pointer;
}
.team-social ul {
    display: flex;
    padding-left: 0;
}
ul.team_outer li h3 {
    margin-bottom: 5px;
}
ul.team_outer li p {
    margin-bottom: 25px;
}
.team-social {
    margin: auto;
    display: flex;
    justify-content: center;
}
.team-social ul li {
    margin: 0px 17px;
}
ul.team_outer li:hover img {
    border-color: #94c11f;
}
.team_popup_close {
    font-size: 25px;
    text-align: end;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
}
.team-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 1;
    z-index: 99999;
}
.team-popup-top {
    padding: 0;
    border: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    transform: translate(-50%, -50%)!important;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 100%;
    max-width: 980px;
    margin: 30px auto;
    width: 100%;
}
.team_popup_list img {
    max-width: 370px;
    height: 370px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
    float: left;
    width: 100%;
}
.team_popup_list .team-heading {
    background: #94c11f;
    padding: 20px 40px 20px 20px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.team_popup_list .team-heading h3 {
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
}
.team_popup_list .team-heading h4 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
}
.team-image-content {
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: left;
    line-height: 1.7;
}
.team-popup-top::-webkit-scrollbar {
    width: 3px;
}
.team-popup-top::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.team-popup-top::-webkit-scrollbar-thumb {
    background: #94c11f;
}
.team-popup-top::-webkit-scrollbar-thumb:hover {
    background: #94c11f;
}

i.fab.fa-twitter:before {
    content: '\e61b';
}
.newssletter-section input {
    background: #2d2d2d;
    border: none !important;
    box-shadow: none;
    font-size: 16px;
    color: #c8c8c8 !important;
    border-radius: 4px 0 0 4px;
    height: 48px;
    padding-left: 18px;
    width: 100%;
}
.newssletter-section p {
    position: relative;
}

.newssletter-section input.wpcf7-submit {
    font-size: 0px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0px 4px 4px 0px;
    background: #2d2d2d;
    width: 48px;
    background-image: url(/wp-content/uploads/2023/11/paper-plane.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.newssletter-section span.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    margin-top: 10px !important;
}

#contact-form .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    color: #524b48;
    font-weight: 600;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox] {
    opacity: 0;
    width: 0;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item input[type=checkbox] {
    height: auto;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 27px;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #d6d6d6;
    position: absolute;
    left: 0;
    top: 4px;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label::after {
    content: "";
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #94c11f;
    position: absolute;
    left: 7px;
    top: 8px;
    border-right: 2px solid #94c11f;
    transform: rotate(43deg);
    opacity: 0;
}
#contact-form .wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]:checked+span.wpcf7-list-item-label::after {
    opacity: 1;
}
.wpb-js-composer .vc_tta-style-classic.light-2 .vc_tta-panel.vc_active .vc_tta-panel-body .faq_content p {
    color: #222 !important;
}
.wpb-js-composer .faqs-section .vc_tta-style-classic.light-2 .vc_tta-panel.vc_active .vc_tta-panel-body p {
    color: #222 !important;
}
.page-id-1282 div#primary {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.case-studies-sidebar .widget {
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -3px;
}

.case-studies-sidebar input.search-query {
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    float: left;
    height: 50px;
    padding: 6px 15px;
}
.case-studies-sidebar  form button {
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    position: absolute !important;
    top: 0;
    transition: all .5s ease;
    padding: 14px 15px 8px;
    right: 0;
}
.case-studies-sidebar .btn {
    background-color: #94c11f;
}
.case-studies-sidebar .widget h3.widget-title {
    color: #111;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 34px;
    padding-bottom: 14px;
}
.case-studies-sidebar .widget h3.widget-title:after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 2px;
    position: absolute;
    width: 40px;
    z-index: 1;
    background: #94c11f;
}
.case-studies-sidebar .widget ul li {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.case-studies-sidebar .widget ul li a {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #222;
    transition: all .3s ease-out;
}
.case-studies-sidebar .widget ul li:last-child {
    margin-bottom: 0px;
    border: none;
}
.case-studies-sidebar .widget:last-child {
    margin-bottom: 0px;
}
.case-studies-sidebar .widget form.search-form {
    padding-top: 0;
}
.faqs-section h2 {
    font-size: 24px;
    margin-bottom: 10px !important;
}
.faqs-section .wpb_content_element p {
    font-size: 16px;
}
.faqs-section:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.faqs-section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.faqs-section .vc_column-inner > .wpb_wrapper {
    padding: 0;
}
.faqs-section .vc_column-inner {
    padding: 0;
}
.faqs_section_last {
    margin-bottom: 80px !important;
}
.faqs_section_first {
    margin-top: 80px;
}
@media screen and (max-width: 1199px) {
    .team-popup-top{
        max-width: 80%; 
        max-height: 500px;
    } 
}
@media screen and (max-width: 1023px) {
    .team-popup-top{
        max-width: 80%; 
    } 
}
@media (max-width: 991px) and (min-width: 768px) {
    .team-popup-top{
        max-height: 700px; 
    } 
}
@media screen and (max-width: 767px) {
    .team-popup-top{
        max-width: 90%; 
    } 
    .faqs_section_first {
        margin-top: 60px;
    }
    .faqs_section_last {
        margin-bottom: 60px !important;
    }
    .faqs-section h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 992px) {
    /* .header-area.header-fixed.bottomBorder div#tophead {
        height: 0;
        display: none;
    } */
    .header-area.header-fixed.bottomBorder {
        top: 0px !important;
    }
}
