/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


/*
 BODY
 */

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*
 ELEMENTOR MENU ANCESTOR
 */

.menu-item.current-menu-ancestor > a {
    color: #fc826f !important;
}


/*
 ELEMENTOR FORM
 */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--e-global-color-text) !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--e-global-color-text) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--e-global-color-text) !important;
}

.elementor-field-group .elementor-field-textual,
.elementor-field-group .elementor-field-textual:focus {
    outline-style: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.elementor-field-required {
  position: relative;
}

.elementor-field-required:after {
  content: '\f069';
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: 400 !important;
  color: var(--e-global-color-6d966302);
  position: absolute;
  top: 27px;
  right: 25px;
  width: 15px;
  height: 15px;
  margin: 0;
}

.elementor-mark-required .elementor-field-label:after {
  display: none;
}

.elementor-field-type-acceptance.elementor-field-required:after {
  display: none;
}

.elementor-field-group .elementor-button {
    margin-top: 20px;
}

.grecaptcha-badge {
    bottom: 75px !important;
}

.fa-asterisk.red {
    color: var(--e-global-color-6d966302);
}


/*
 CHECKBOX & RADIO
 */

.elementor-field-option
{
    position: relative;
    padding: 20px 0 20px 45px;
    text-align: justify;
}

.elementor-field-option label
{
    cursor: pointer;
    font-size: 0.9em;
    text-align: justify;
    vertical-align: top;
}

.elementor-field-option label:before, .elementor-field-option label:after
{
    content: '';
    position: absolute;
    top: 40px;
    border-radius: 50%;
}

.elementor-field-option label:before
{
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background: #ffffff;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(0,0,0,.1) !important;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.elementor-field-option label:after
{
    left: 5px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    opacity: 0;
    background: #b78aef;
    -webkit-transform: translate3d(-40px, 0, 0) scale(0.5);
    transform: translate3d(-40px, 0, 0) scale(0.5);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.elementor-field-option input[type="radio"],
.elementor-field-option input[type="checkbox"]
{
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.elementor-field-option input[type="radio"]:checked + label:after,
.elementor-field-option input[type="checkbox"]:checked + label:after
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


/*
 BACK TO TOP
 */

#toTop {
    background-color: #fc826f;
    color: #ffffff;
    padding: 7px 13px 7px 13px;
    border-radius: 50%;
    cursor: pointer;
}

#toTop:hover {
    background-color: #02ace0;
}


/*
 HEADER
 */

.header .elementor-social-icon {
    color: var(--e-global-color-bc9270f);
}


/*
 FOOTER
 */

.footer .privacy-policy-link {
    color: var(--e-global-color-bc9270f);
}