/*
Theme Name: Qwery Child Theme
Template: qwery
Theme URI: https://qwery.ancorathemes.com/
Description: Qwery Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.4
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
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: qwery
*/


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

.sc_team_default .sc_team_item {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
}


.sc_team_default .sc_team_item {
    background-color: transparent;
}

.sc_team_default .sc_team_item_info {
    padding: 1.5em 2em;
}

.sc_team_default .sc_team_item_title {
    text-align: left;
}

.sc_team_default .sc_team_item_info .sc_team_item_title {
    font-size: 20px;
}

.sc_team_default .sc_team_item_socials {
    display: none;
}


.bordered-accordion .elementor-toggle .elementor-tab-title {
    border-width: 1px 1px 0 1px !important;
    border-style: solid;
    border-color: var(--theme-color-bd_color);
}

.bordered-accordion .elementor-toggle-item:last-child .elementor-tab-title {
    border-bottom-width: 1px !important;
}


.elementor-toggle .elementor-tab-content {
     border-width: 1px 1px 0 1px !important;
    border-style: solid;
    border-color: var(--theme-color-bd_color);
}

.bordered-accordion .elementor-toggle .elementor-toggle-icon-closed i.fa-plus:before {
    top: -3px;
    font-size: 14px;
    font-weight: 700;
}

.bordered-accordion  .elementor-toggle .elementor-toggle-icon-opened i.fa-minus:before {
    top: 4px;
    font-size: 14px;
    font-weight: 700;
}

div.wpcf7 .form-style-4 input[type="date"] {
       font-size: 16px;
    font-weight: 300;
    color: var(--theme-color-input_dark);
    padding: 13px 47px;
    line-height: 1.3em;
    border: 1px solid var(--theme-color-input_bd_color);
    -webkit-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    position:relative;
}

div.wpcf7 .form-style-4 input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

div.wpcf7 .form-style-4 .phone_wrap {
    display: flex;
    gap: 20px;
}

div.wpcf7 .form-style-4 .phone_wrap > span:first-child {
    width: 30%;
}

div.wpcf7 .form-style-4 .phone_wrap > span:last-child {
    width: 70%;
}

.wpcf7 label {
  color: var(--theme-color-text_dark);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}
.wpcf7-field-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}


.wpcf7-field-group > * {
    padding: 10px;
    width: 20%;
}

.wpcf7-field-group button {
    width: auto;
}

div.wpcf7 .form-style-4 button.wpcf7-field-group-add ,
div.wpcf7 .form-style-4 button.wpcf7-field-group-remove {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

input[placeholder]::-webkit-input-placeholder 		{ color: var(--theme-color-text); }
textarea[placeholder]::-webkit-input-placeholder	{ color: var(--theme-color-text); }
input[placeholder]::-moz-placeholder 				{ color: var(--theme-color-text); }
textarea[placeholder]::-moz-placeholder				{ color: var(--theme-color-text); }
input[placeholder]:-ms-input-placeholder 			{ color: var(--theme-color-text); }
textarea[placeholder]:-ms-input-placeholder			{ color: var(--theme-color-text); }
input[placeholder]::placeholder 					{ color: var(--theme-color-text); }
textarea[placeholder]::placeholder					{ color: var(--theme-color-text); }

.icon-top .elementor-icon {
    margin-top: 11px;
}

.sc_testimonials_extra .sc_testimonials_item .sc_testimonials_item_content {
    padding: 20px;
    font-family: var(--theme-font-p_font-family);
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 300;
    color: var(--theme-color-tex);
    font-style: italic;
}

.sc_testimonials_extra .sc_testimonials_item .sc_testimonials_item_content:before {
    display: none;
}