/*
Theme Name: Planty Child Theme
Theme URI: https://planty.themerex.net/
Description: Planty is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.31.0
Tested up to: 6.8.3
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: planty
Template: planty
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.mobile_only {
    display: none !important;
}

@media screen and (max-width:1080px) {
    .mobile_only {
        display: block !important;
    }
}

@media screen and (min-width:1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1342px !important;
        padding: 0 10px;
    }
}


.e-con>.e-con-inner {
        max-width: 1280px !important;
            padding: 0 20px;
}

/* Top navigation */
.transparent_nav .sc_layouts_menu_nav > li > ul {
    top: 3.3em
}
.default_nav .sc_layouts_menu_nav > li > ul {
    top: 5.3em
}
.sc_layouts_menu_nav > li > ul {
    top: 4.7em;
    left: -0.7em;
    border-radius: 14px !important;
    background: #005947 !important;
    box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.04) !important;
    max-width: 162px !important;
}
/* Add Carret to Menu */
@media screen and (min-width:1081px) {
    .menu_hover_zoom_line > ul > li.menu-item-has-children:not(.menu-collapse) > a:hover::after,
    .menu_hover_zoom_line > ul > li.menu-item-has-children:not(.menu-collapse).sfHover > a::after,
    .menu_hover_zoom_line > ul > li.menu-item-has-children:not(.menu-collapse).current-menu-item > a::after,
    .menu_hover_zoom_line > ul > li.menu-item-has-children:not(.menu-collapse).current-menu-parent > a::after,
    .menu_hover_zoom_line > ul > li.menu-item-has-children:not(.menu-collapse).current-menu-ancestor > a::after {
        width: calc(100% - 15px);
    }

    .menu-item-has-children > a > span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .menu-item-has-children > a > span::after {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transform-origin: center;
        transition: transform 0.25s ease;
    }

    .menu-item-has-children:hover > a > span::after,
    .menu-item-has-children:focus-within > a > span::after {
        transform: rotate(225deg);
    }
}

.logo_image {
    width: 250px !important;
}
.sc_button {
    margin-right: 15px !important;
}
.primary-button {
    box-shadow: 0 7px 25px 0 rgba(0, 89, 71, 0.20) !important;
}

.sc_button_bordered:not(.sc_button_bg_image):hover {
    background: #005947 !important;
    border-color: #005947 !important;
    color: #F6F6F6 !important;
}
.sc_button.button-white:hover {
    background: #D6D6D6 !important; 
}


@media screen and (max-width:1080px) {
    .sc_skills_counter_extra .sc_skills_total {
        font-size: 34.8px !important;
    }
    .sc_skills_counter_extra.sc_skills_counter_style_odometer .sc_skills_digit {
        min-width: 22px !important;
    }
}
@media screen and (max-width:767px) {
    h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
}	


/* Team Members */
@media screen and (min-width:1366px) {
    .executives_member .post_featured img{
        height: 547px;
        width: 580px;
        object-fit: cover;
        object-position: top;
    }
}


.team_section .social_icon {
        color: #319A99 !important;
        justify-content: center;
    align-items: center;
    display: flex !important;
}

.team_section .social_icon:hover  svg path{
    fill: #ffffff !important;
}

.team_section .social_item:hover  span{
    color: #ffffff !important;
}
.team_section .post_featured:hover  {
        background:#000000 !important;
}
.team_section .post_featured:hover img {
        opacity: 0.5;
}

.team_section .sc_team_item_title{
    color: #505050
    font-family: "Inter",Sans-Serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.8px;
}
.team_section .sc_team_item_subtitle{
        color: #505050
        font-family: "DM Sans",Sans-Serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
}

/* ==========================================================================
   Team Member Social Icons
   ========================================================================== */

.team-member-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.team-member-social-link {
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    background: #319A99;
    color: #ffff;
	border-radius: 50%;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.team-member-social-link:hover {
	transform: translateY(-2px);
     color: #ffff;
}

.team-member-social-link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.team-member-social-link span {
	display: block;
	font-size: inherit;
	line-height: 1;
}

/* ==========================================================================
   Team Member Position
   ========================================================================== */

.team-member-position {
    color: #505050;
    font-family: "Inter", sans-serif;
    font-size: 26.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.74px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.bio_main_section {
    padding-top:320px;
}

.bio_image{
    width: 50%;
    position: absolute;
    top: 0;
}
.team_bio {
   border-radius: 14px;
    background: #ffffff;
    padding: 55px 30px 55px 50px;
   width: 745px;
   min-height: 470px;
}

@media screen and (max-width:1080px) { 
    .bio_main_section {
        padding-top:0;
    }
    .bio_image {
        position: static;
        width: 100%;
    }
    .team_bio {
        margin-top:30px;
        padding: 30px;
        width: 100%;
        min-height: auto;
    }
    .team-member-position {
        font-size: 20px;
        line-height: 28px;
    }
   
}



/* Our Assets */
.entity_box {
    position: relative;
    padding-bottom:80px !important;
}

@media screen and (min-width:1081px) {
    .entities_boxes .button_container{
        position: absolute;
        width: 100%;
        bottom:30px;
        left: 0;
        padding: 0px 30px 0;
    }
}
.button-simple-arrow .sc_button_title {
    font-size: 22.7px;
    font-weight: 700;
    line-height: 27.19px; 
}
.sc_button.sc_button_simple:before, 
.sc_button.sc_button_simple:after {
    top:2px !important;
}

.map_pins .elementor-icon-list-text span {
    font-size: 17px;
    font-weight: 400;
    margin-left: 10px;
}
.map_pins .map_pin_item {
    width: auto;
}

/* TABS */
.tabs_style_2.elementor-widget-tabs .elementor-tab-desktop-title + .elementor-tab-desktop-title {
    border-left: 0 !important;
    background: #F6F6F6 !important;
}
.tabs_style_2.elementor-widget-tabs .elementor-tab-title {
     background: #F6F6F6 !important;
}
.tabs_style_2.elementor-widget-tabs .elementor-tab-title[aria-expanded="false"]:hover {
    color: #005947 !important    
}
.tabs_style_2.elementor-widget-tabs  .elementor-tab-desktop-title.elementor-active,
.tabs_style_2.elementor-widget-tabs .elementor-tab-desktop-title + .elementor-tab-desktop-title.elementor-active {
background: #005947 !important;
}

.elementor-tab-content {
    margin-top:0;
}

@media (max-width: 767px) {
    .tabs_style_2.elementor-widget-tabs .elementor-tab-mobile-title {
        background: #F6F6F6 !important;
    }
    .tabs_style_2.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
        background: #005947 !important;
    }
}


/* Toggle */
.custom_toggle .elementor-toggle .elementor-tab-content {
    border-bottom-color: #F6F6F6 !important;
}


/* Gravity Forms */
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px;
}
input[type=text], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=search], input[type=password], .select2-container.select2-container--default span.select2-choice, .select2-container.select2-container--default span.select2-selection, .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container.select2-container--default .select2-selection--multiple, textarea, textarea.wp-editor-area {
    color: #505050;
    border-color: #505050;
        padding: 14px 20px !important;
}

.gform_body ::-webkit-input-placeholder {
	color: #505050 !important;
}

.gform_body ::-moz-placeholder {
	color: #505050!important;
}

.gform_body ::-ms-input-placeholder {
	color: #505050!important;
}

.gform_body ::placeholder {
	color: #505050!important;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #505050!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.gform_body select {
    border: 1px solid #505050!important;
    padding: 12px !important;
    visibility: visible !important;
}
.select_container:after {
    right:10px !important; 
}
.gfield_required_text {
    display: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
   height: 99px;
    min-height: 99px;
}
.gfield_radio {
    column-count: 2;
}
input[type=radio] + label:before, input[type=checkbox] + label:before, .wpcf7-list-item-label.wpcf7-list-item-right:before {
    border-color: #505050 !important;
}
input[type=radio] + label:before{
    border-radius: 100%;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    letter-spacing: 0;
}

@media screen and (max-width:767px) {
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 20px;
    }
    input[type=text], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=search], input[type=password], .select2-container.select2-container--default span.select2-choice, .select2-container.select2-container--default span.select2-selection, .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container.select2-container--default .select2-selection--multiple, textarea, textarea.wp-editor-area {
        padding: 9px 10px !important;
    }
}