/*
Theme Name:   Makaffo Child
Theme URI:    https://demo.oceanthemes.site/makaffo/
Description:  Make your modifications to [Parent Theme] in this Makaffo child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     makaffo
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  makaffo-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
/*  CSS CONTACTO */

.wpcf7 .columns_wrap {
    letter-spacing: -10px;
}

.row, .columns_wrap {
    margin-left: 0;
    margin-right: calc( -1 * var(--theme-var-grid_gap) );
}

div.wpcf7 .form-style-3 .columns_wrap > [class*="column-"] {
    padding-bottom: 0px;
}

.wpcf7 .columns_wrap > [class*="column-"] {
    padding-top: 0 !important;
}

.wpcf7 .columns_wrap *:not(input):not(textarea) {
    letter-spacing: 0;
}

.row > [class*="column-"], .columns_wrap > [class*="column-"] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    min-height: 1px;
    padding-left: 0;
    padding-right: var(--theme-var-grid_gap);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.column-1_2 {
    width: 50%;
}

.column-1_1 {
    width: 100%;
}

div.wpcf7 .form-style-3 .style-line {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wpcf7 .columns_wrap *:not(input):not(textarea) {
    letter-spacing: 0;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
 /* height: 2.0875rem; */
  margin: 0 0 0rem;
  padding: 0.375rem;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: 1.4;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.column-1_1 {
    width: 45%;
    margin: 6px;
}

.column-1_2 {
    width: 95%;
	margin:6px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 10px;
    border: 0px solid;
    width: 50%;
    background: #aed188;
    color: #fff;
	margin:6px;
}

/* COLOR DE LOS DETALLES DE CONTACTO */

.envato-kit-138-bracket .elementor-widget-container > *:before {
    content: "[";
    color: #aed188 !important;
    display: inline-block;
    margin-right: 4px;
    line-height: 1em;
    position: relative;
    top: -1px;
}

.envato-kit-138-bracket .elementor-widget-container > *:after {
    content: "]";
    color: #aed188 !important;
    display: inline-block;
    margin-right: 4px;
    line-height: 1em;
    position: relative;
    top: -1px;
}

/* CAMBIAR COLOR DE LA FLECHA */

#back-to-top {
    background: #aed188;
}

/* COLOR BLOG */

.post-box:not(.has-post-thumbnail):not(.format-gallery):not(.format-image):not(.format-video) .post-cat a, .post-box.format-audio .post-cat a, .post-box.format-link .post-cat a, .post-box.format-quote .post-cat a {
    color: var(--makaffo-color-white);
    background-color: #aed188;
}

.more:hover {
    display: inline-block;
    font-weight: 500;
    color: #aed188;
    line-height: 1;
}

.more {
    display: inline-block;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.post-box .entry-title a:hover {
    color: #242424;
}

.blog-post .tagcloud a {
    color: #aed188;
}

.blog-post .tagcloud a:hover {
    color: var(--makaffo-color-white);
    background-color: #aed188;
}

/* QUITAR PUBLI JOINCHAT */

.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit!important;
    text-decoration: none!important;
    fill: currentcolor;
    opacity: .8;
    display: none;
}

/* MOVER SELECTOR DE IDIOMA EN EL INICIO */

div#gt_float_wrapper {
    right: 100px !important;
	bottom: 30px !important;
	z-index: 0 !important;
}

/* MOVER BOTÓN WHATSAPP HACIA ARRIBA */

.joinchat__button {
    bottom: 80px;
	right: 15px;
}

/* CAMBIAR COLOR DE LOS ENLACES */

/* a:hover {
    color: #aed188;
}*/

/* BACKGROUND COLOR */

.elementor.elementor-441 {
    background: #fafbfc !important;
}

.elementor-441 .elementor-element.elementor-element-2ee12a1 {
    background-color: #fafbfc !important;
}

.elementor-441 .elementor-element.elementor-element-f09d472 > .elementor-background-overlay {
    background-color: #fafbfc !important;
    opacity: 0.97;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* Quitar padding a slider */

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.elementor-widget-wrap.elementor-element-populated.e-swiper-container {
    padding: 0px !important;
}