  /**
 *
 * ESTILOS GLOBALES
 *
 */

body a {
    color: #fdc652;
    transition: all ease 0.25s;
}
body a:hover {
    color: #015c77;
}

/* MUESTRAS COLORES */
.color-preview {
    height: 45px;
    margin-bottom: 30px;
    line-height: 45px;
}
    .color-preview span {
        display: block;
        height: 45px;
        width: 45px;
        margin-right: 15px;
        border-radius: 50%;
        float: left;
    }
        .color-preview.dark-blue span {
            background-color: #015c77;
        }
        .color-preview.blue span {
            background-color: #2d758d;
        }
        .color-preview.light-blue span {
            background-color: #6b9aaa;
        }
        .color-preview.dark-yellow span {
            background-color: #fdc652;
        }
        .color-preview.yellow span {
            background-color: #fed279;
        }
        .color-preview.light-yellow span {
            background-color: #ffe9c0;
        }
        .color-preview.dark-text span {
            background-color: #2d2a31;
        }
        .color-preview.text span {
            background-color: #777;
        }
        .color-preview.light-text span {
            background-color: #c6c6c6;
        }

/* FORMULARIOS */
.wpcf7-form label {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #777;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea, input[type=datetime-local] {
    color: #2d2a31;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #f1f1f1;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
}
.wpcf7-select:hover, .wpcf7-text:hover, .wpcf7-textarea:hover, input[type=date]:hover, input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, select:hover, textarea:hover {
    background-color: #f1f1f1;
    border: solid 1px #f1f1f1;
}
.wpcf7-select:focus, .wpcf7-text:focus, .wpcf7-textarea:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    background-color: #ffe9c0;
    border: solid 1px #ffe9c0;
}
.wpcf7-submit {
    border: solid 2px #2d758d;
    color: #2d758d;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
    color: #fff;
    background-color: #015c77;
    border-color: #015c77;
}
input.qty, .quantity {
    margin-bottom: 0 !important;
}

.woocommerce td.product-quantity {
    text-align: center;
}
.woocommerce .quantity .qty {
    min-width: 80px;
    padding-right: 0;
}



/* CARD BASE */
.base-card {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    border: none;
}
.base-card.with-heading {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.base-card-heading {
    padding: 20px 20px 0 20px;
    background-color: #fff;
    border: none;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 20px;
}
.base-card-heading:first-child {
    margin-top: 0 !important;
}
    .base-card-heading .elementor-container {
        border-bottom: solid 2px #f2f2f2;
        padding: 0 10px 15px 10px;
    }
    .base-card-heading.no-border .elementor-container {
        border: none !important;
    }




/* CARDS */
.erescambio-cards.elementor-widget-posts .elementor-post:not(.type-post) .elementor-post__thumbnail__link {
    margin-bottom: 0;
}
.erescambio-cards.elementor-widget-posts .elementor-post__card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.erescambio-cards.elementor-widget-posts .elementor-post__card:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
}
.erescambio-cards.elementor-widget-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
    padding-top: 0;
    padding-bottom: 30px;
}
.erescambio-cards.elementor-widget-posts .elementor-post__card .elementor-post__badge {
    background-color: #e8b03a;
    color: #fff;
    font-weight: 600;
}
.erescambio-cards.elementor-widget-posts .elementor-post__avatar img {
    border: solid 3px #fff;
}
.erescambio-cards.elementor-widget-posts .elementor-post__title {
    line-height: 1;
}
.erescambio-cards.elementor-widget-posts .elementor-post__title a {
    color: #015c77;
    font-size: 18px;
    font-weight: 600;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.erescambio-cards.elementor-widget-posts .elementor-post__title a:hover {
    color: #e8b03a;
}
.erescambio-cards.elementor-widget-posts .elementor-post__excerpt {
    height: 76px;
    overflow: hidden;
}
.erescambio-cards.elementor-widget-posts .elementor-post__excerpt p {
    font-weight: 400;
    line-height: 1.4;
    color: #777;
}
.erescambio-cards.elementor-widget-posts .elementor-post__card .elementor-post__meta-data .elementor-post-avatar {
    float: right;
}
.erescambio-cards.elementor-widget-posts .elementor-post__card .elementor-post__meta-data .elementor-post-avatar:before {
    content: "\f075";
    font-weight: 900;
    margin-right: 5px;
    color: #6b9aaa;
    font-family: "Font Awesome 5 Free";
}
.erescambio-cards.elementor-widget-posts .elementor-post__card .elementor-post__meta-data .elementor-post-date:before {
    content: "\f783";
    font-weight: 900;
    margin-right: 5px;
    color: #6b9aaa;
    font-family: "Font Awesome 5 Free";
}



/* GEODIR */
.geodir-category-list-view > li{
    background: #ffffff;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition-property: background,border,-webkit-box-shadow;
    transition-property: background,border,-webkit-box-shadow;
    -o-transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
}
.geodir-category-list-view > li:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135,.15);
}
body ul.geodir-category-list-view.geodir-gridview>li {
    padding-top: 0 !important;
}
.geodir-image-container ul.geodir-images li, .geodir-image-container ul.geodir-images li img {
    border-radius: 0;
    position: static;
}

body ul.geodir-category-list-view.geodir-gridview>li .gd-list-item-right {
    padding: 20px 30px;
}
body ul.geodir-category-list-view li h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
    body ul.geodir-category-list-view li h3 a {
        color: #015c77;
        transition: all .4s;
        -webkit-transition: all .4s;
    }
    body ul.geodir-category-list-view li h3 a:hover, body ul.geodir-category-list-view li h3 a:focus, body ul.geodir-category-list-view li h3 a:active {
        color: #e8b03a;
    }
    
    body ul.geodir-category-list-view .gd_event li h3 a,
    body ul.geodir-category-list-view .gd_event_online li h3 a {
      display: flex;
      flex-direction: column;
    }
      body ul.geodir-category-list-view li.gd_event .geodir-entry-title .gd-date-in-title,
      body ul.geodir-category-list-view li.gd_event_online .geodir-entry-title .gd-date-in-title {
        order: -1;
        text-indent: -8px;
        overflow: hidden;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
        display: none;
      }
      body ul.geodir-category-list-view li.gd_event .gd-date-in-title,
      body ul.geodir-category-list-view li.gd_event_online .gd-date-in-title {
        order: -1;
        text-indent: 0px;
        overflow: hidden;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
        width: 100%;
        display: block;
      }
        body ul.geodir-category-list-view li.gd_event .gd-date-in-title span,
        body ul.geodir-category-list-view li.gd_event_online .gd-date-in-title span {
          text-align: right;
          float: right;
          color: #adadad;
        }
      
.geodir-category-list-view > li .gd-rating.gd-rating-output {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.geodir-category-list-view > li .gd-rating .gd-rating-wrap .gd-rating-background {
    color: #c6c6c6;
}
.geodir-category-list-view > li .gd-rating .gd-rating-wrap .gd-rating-foreground {
    color: #fdc652;
}
.geodir-category-list-view > li .geodir_post_meta.geodir-field-address {
    font-size: 12px;
    font-weight: 500;
    color: #adadad;
}

.geodir-category-list-view > li .geodir_post_meta {
    margin: 0 !important;
    display: inline;
}
.geodir-category-list-view > li .geodir_post_meta span.geodir-i-select {
	display: none;
}
.geodir-category-list-view > li .geodir_more_info span.geodir-i-select + ul,
.geodir-category-list-view > li .geodir_post_meta  span.geodir-i-select + ul {
    padding: 0;
    margin: 0;
    display: inline;
    list-style-type: none;
    line-height: 1;
}
.geodir-category-list-view > li .geodir_more_info span.geodir-i-select + ul > li,
.geodir-category-list-view > li .geodir_post_meta span.geodir-i-select + ul > li {
    display: inline;
    line-height: 1;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #6b9aaa;
}
.geodir-category-list-view > li .geodir-output-location {
    padding-bottom: 15px;
}

/* .gd_place .geodir-output-location .geodir_post_meta:first-child:after {
    content: '';
    display: table;
    margin-bottom: 15px;
}

.gd_place .geodir-output-location .geodir_post_meta span.geodir-i-select + ul > li:after {
    content: ', ';
}
.gd_place .geodir-output-location .geodir_post_meta:nth-last-child(2) span.geodir-i-select + ul > li:last-child:after {
    content: '';
    display: table;
    margin-bottom: 15px;
} */

/* 
.gd_place .geodir-field-address .geodir_post_meta_title,
.gd_place .gd-list-rating-text,
.gd_place .geodir_post_meta.geodir-field-address .geodir-i-location,  
.gd_place .geodir_post_meta.geodir-field-address span[itemprop=addressCountry], 
.gd_place .geodir_post_meta.geodir-field-address span[itemprop=postalCode], 
.gd_place .geodir_post_meta.geodir-field-address br, 
.gd_place .geodir_more_info.geodir_contact {
    display: none;
}
.gd_place .geodir_post_meta.geodir-field-address span[itemprop=streetAddress]:after, 
.gd_place .geodir_post_meta.geodir-field-address span[itemprop=addressLocality]:after {
	content: ", ";
} */
.geodir-category-list-view > li .geodir_post_meta_icon.geodir-i-address i, .geodir-category-list-view > li .geodir_post_meta_icon.geodir-i-taxonomy i {
    color: #6b9aaa;
    font-size: 12px;
}
.geodir-category-list-view > li .geodir_post_meta_icon.geodir-i-address i {
    color: #6b9aaa;
    font-size: 12px;
}

/* SINGLE POST AUTHOR MINI */
.ficha_post.mini {
  display: flex;
}
  .ficha_post.mini .bloq_autor{
    display: flex;
  }
    .ficha_post.mini .bloq_autor > a{
      display: flex;
      align-self: center;
    }
    .ficha_post.mini .img_autor{ 
        display: block;
        height: 40px;
        width: 40px;
        border: solid 2px rgba(255,255,255,0.2);
        border-radius: 50%;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
    }
    .botones_cta .btn_cta {
        display: inline-block;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        line-height: 18px;
        text-align: center;
        font-size: 10px;
        color: #005c76;
        border: 2px solid #005c76;
        background: #fff;
    }
        .btn_cta.orange {
            border-color: #ff9800;
            color: #ffffff;
            background: #ff9800;
        }
        .btn_cta.orange:hover {
            border-color: #ff9800;
            color: #ff9800;
            background: #ffffff;
        }
        .btn_cta.gray {
            border-color: #607d8b;
            color: #ffffff;
            background: #607d8b;
        }
        .btn_cta.gray:hover {
            border-color: #607d8b;
            color: #607d8b;
            background: #ffffff;
        }
        .btn_cta.blue {
            border-color: #00bcd4;
            color: #ffffff;
            background: #00bcd4;
        }
        .btn_cta.blue:hover {
            border-color: #00bcd4;
            color: #00bcd4;
            background: #ffffff;
        }
        .btn_rrss.facebook {
            border: 2px solid #3C589A;
            color: #ffffff;
            background: #3C589A;
        }
        .btn_rrss.facebook:hover {
            border: 2px solid #3C589A;
            color: #3C589A;
            background: #ffffff;
        }
        .btn_rrss.googleplus {
            border: 2px solid #dd4b39;
            color: #ffffff;
            background: #dd4b39;
        }
        .btn_rrss.googleplus:hover {
            border: 2px solid #dd4b39;
            background: #ffffff;
            color: #dd4b39;
        }
        .btn_rrss.youtube {
            border: 2px solid #F70000;
            color: #ffffff;
            background: #F70000;
        }
        .btn_rrss.youtube:hover {
            border: 2px solid #F70000;
            background: #ffffff;
            color: #F70000;
        }
        .btn_rrss.instagram {
            border: 2px solid #16697C;
            color: #ffffff;
            background: #16697C;
        }
        .btn_rrss.instagram:hover {
            border: 2px solid #16697C;
            color: #16697C;
            background: #ffffff;
        }
        .btn_rrss.telegram {
            border: 2px solid #2ca5e0;
            color: #ffffff;
            background: #2ca5e0;
        }
        .btn_rrss.telegram:hover {
            border: 2px solid #2ca5e0;
            color: #2ca5e0;
            background: #ffffff;
        }
        .btn_cta.green {
            border-color: #8BC34A;
            color: #ffffff;
            background: #8BC34A;
        }
        .btn_cta.green:hover {
            border-color: #8BC34A;
            color: #8BC34A;
            background: #ffffff;
        }
        .btn_cta.green_dark {
            border-color: #00E676;
            color: #ffffff;
            background: #00E676;
        }
        .btn_cta.green_dark:hover {
            border-color: #00E676;
            background: #ffffff;
            color: #00E676;
        }
        .btn_cta.red_dark {
            border-color: #e91e63;
            color: #ffffff;
            background: #e91e63;
        }
        .btn_cta.red_dark:hover {
            border-color: #e91e63;
            background: #ffffff;
            color: #e91e63;
        }
        .btn_cta.red {
            border-color: #e91e63;
            color: #fff !important;
            background: #e91e63;
        }
        .btn_cta.red:hover {
            border-color: #e91e63;
            color: #e91e63 !important;
            background: #ffffff; 
        }
        .btn_cta.blue {
            border-color: #25A3E2;
            color: #ffffff;
            background: #25A3E2;
        }
        .btn_cta.blue:hover {
            border-color: #25A3E2;
            background: #ffffff;
            color: #25A3E2;
        }
        .btn_cta.black {
            border-color: #000000;
            color: #ffffff;
            background: #000000;
        }
        .btn_cta.black:hover {
            border-color: #000000;
            background: #ffffff;
            color: #000000; 
        }
        .fa-tiktok{
          font-family: "Font Awesome 5 Brands" !important;
        }
        .fa-tiktok:before {
            content: "\e07b";
        }
        .mfp-hide{
          display: none;
        }
    .ficha_post.mini .bloq_autor a strong {
        color: #fff;
        font-weight: 500;
    }

.btn_cta_full .btn_cta{
  border-radius: 4px;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 6px 6px 6px;
}

/* COMENTARIOS */
#comments {}
    #comments h3, #comments h2 {
        font-size: 21px;
        color: #2d758d;
    }
    #comments .comment .comment-body, #comments .pingback .comment-body {
        border-color: #f2f2f2;
    }
    #comments .comment-list {
        margin-bottom: 30px;
    }
    #comments #commentform label {
        font-size: 13px;
    }
    #comments .comment-reply-link {
        c olor: #2d758d;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 600;
    }

    #comments #submit {
        border: solid 2px #2d758d;
        color: #2d758d;
        font-weight: 500;
        font-size: 16px;
        padding: 15px 30px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        line-height: 1;
    }
    #comments #submit:hover, #comments #submit:focus, #comments #submit:active {
        color: #fff;
        background-color: #015c77;
        border-color: #015c77;
    }
#wp-comment-cookies-consent {
    top: 3px;
    position: relative;
    margin-right: 5px;
}

/* FRASES DE CAMBIO */
#listado-posts-eventos {}
    #listado-posts-eventos .frase.type-frase > div, #listado-posts-eventos .frase.type-frase > div > div, #listado-posts-eventos .frase.type-frase > div > div > div, #listado-posts-eventos .frase.type-frase > div > div > div > div {
        height: 100%;
    }
    #listado-posts-eventos .base-card {
        height: 100% !important;
        display: flex;
    }





/* NOTIFICACIONES WOOCOMMERCE */
.woocommerce-notices-wrapper {
    position: fixed;
    top: 85px;
    right: 30px;
    width: 25%;
    min-width: 300px;
    z-index: 999999;    
} 
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
      border: 1px solid #6b9aaa;
      padding: 20px;
      margin: 2em 0;
      text-align: left;
      border-radius: 5px;
      background: #6b9aaa;
      color: #fff;
    }
    .woocommerce form.checkout_coupon button.button, .woocommerce form.login button.button, .woocommerce form.register button.button{
      background: #fdc652;
      color: #ffffff;
    }
    .woocommerce-form-login-toggle{
      margin-top: 30px;
    }
    .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
      border-radius: 4px;
      border-top: 0;
      background: #ffffff;
    }
    .woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
      padding-bottom: 25px;
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: #015c77;
      color: #fff; 
      font-size: 12px;
    }

/* Ajustes RWD Directorio */
@media only screen and (max-width:1024px) and (min-width:768px) {
    body ul.geodir-category-list-view.geodir-gridview.gridview_onehalf>li {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
@media only screen and (max-width:600px) {
    body ul.geodir-category-list-view.geodir-gridview.gridview_onehalf>li {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/* Ajustes cards Directorio */
body ul.geodir-category-list-view li h3, .geodir_advance_search:not(.single) .elementor-post__meta-data > .geodir-post-address-container .geodir_post_meta.geodir-field-address {
    line-height: 1.35 !important;
}
body ul.geodir-category-list-view .elementor-post__card, .erescambio-cards.card-footer-especial .elementor-post__card {
    position: relative !important;
    padding-bottom: 115px !important;
}
body ul.geodir-category-list-view .type-gd_event_online .elementor-post__card{
  padding-bottom: 0 !important; 
}

.elementor-post__card .elementor-post__meta-data {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
}
    .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__title, #listado-entrevistas .elementor-post__card .elementor-post__title {
        color: #015c77;
        transition: all .4s;
        -webkit-transition: all .4s;
        line-height: 1.35 !important;
        font-size: 18px;
        font-weight: 600;
    }
        .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__title a, #listado-entrevistas .elementor-post__card .elementor-post__title a {
            color: #015c77;
            transition: all .4s;
            -webkit-transition: all .4s;
            font-size: 18px;
            font-weight: 600;
        }
    .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__meta-data {
        padding-bottom: 15px !important;
    }
        .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__meta-data .elementor-post-author {
            display: block;
            font-weight: 600;
            color: #6b9aaa;
            margin-bottom: 5px;
        }
        .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__meta-data .elementor-post-avatar {
            float: right;
            text-align: right;
        }
        .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__meta-data .elementor-post-avatar:before {
            content: "\f086";
            color: #6b9aaa;
            font-size: 12px;
            font-family: "Font Awesome 5 Free";
            font-weight: normal;
            margin-left: 0 !important;
        }
        .erescambio-cards.card-footer-especial .elementor-post__card .elementor-post__meta-data .elementor-post-date:before {
            content: "\f133";
            color: #6b9aaa;
            font-size: 12px;
            font-family: "Font Awesome 5 Free";
            font-weight: normal;
            margin-left: 0 !important;
        }
.geodir_advance_search:not(.single) .geodir_post_meta.geodir-field-post_category {
    margin-top: 15px !important;
}
.elementor-post__card .elementor-post__meta-data {
    padding: 15px 30px 5px 30px !important;
}


/* Ajustes cards Eventos */
.eventos-cards-container {}

@media only screen and (max-width: 1060px) {
    #geodir-tab-mobile-menu {
        display: none;
    }
}
.cards-blog-marketing .elementor-post__card {
    padding-bottom: 40px;
}
.cards-blog-marketing .elementor-post__meta-data {
    padding: 15px 30px !important;
}
@media only screen and (max-width: 1150px) {
    #menu-logueado .elementor-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px !important;
    }
}




@media only screen and (max-width: 767px) {
    .geodir-tax-sort {
        padding-left: 15px;
    }
        body .geodir-loop-actions-container .select2-container.gd-select2-container .select2-selection--single {
            margin-top: 0 !important;
        }
        body .geodir-search-container {
            padding-bottom: 0 !important;
        }
    .geodir-filter-container .customize_filter-in {
        margin-bottom: 15px !important;
    }
}


#evento_sharer > a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #005c76;
    transition: all ease .5s;
    font-size: 30px;
}
#evento_sharer > a:hover {
    background-color: #005c76;
    color: #fff;
}
    #evento_sharer > a > i {
        font-size: 18px;
    }
#evento_exporter {
    text-align: right;
}
    #evento_exporter input[type=submit] {
        font-size: 13px;
        padding: 6px 12px;
        font-weight: 600;
    }
#autor-evento-collapse .ficha_post.mini .bloq_autor a strong {
    color: #005c76;
}

.oculto {
    transition: all ease .5s;
}
.oculto {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
}

.single-gd_event .simple-default-form .acf-fields>.acf-field,
.single-gd_event_online .simple-default-form .acf-fields>.acf-field{
    margin-bottom: 10px !important;
}

.single-gd_event .simple-default-form input[type="number"],
.single-gd_event_online .simple-default-form input[type="number"]{
  text-align: center;
}

.single-gd_event .simple-default-form .acf-field[data-name="evento"],
.single-gd_event_online .simple-default-form .acf-field[data-name="evento"],
.single-gd_event .simple-default-form .acf-field[data-name="fecha_evento"],
.single-gd_event_online .simple-default-form .acf-field[data-name="fecha_evento"],
.simple-default-form .acf-actions,
.simple-default-form .acf-field[data-name="personas"] .acf-row-handle{
    display: none;
}

.simple-default-form .acf-repeater>table {
    background-color: #f7f7f7;
}

.simple-default-form .acf-input-prepend, .simple-default-form .acf-input-append {
    font-size: 14px;
    line-height: 15px;
    padding: 0;
    border-color: #f1f1f1;
}
  .simple-default-form .acf-input-prepend .fa, .simple-default-form .acf-input-append .fa{
    padding: 0.7rem 1rem;
  }

.simple-default-form input, .simple-default-form select, .simple-default-form .select2-container .select2-selection--single, .simple-default-form .acf-button-group label{
    padding: .5rem 1rem !important;
    height: initial !important;
    line-height: 1.5 !important;
}
    .simple-default-form input, .simple-default-form .select2-container .select2-selection--single, .simple-default-form .acf-button-group label {
        border: solid 1px #f1f1f1;
        border-radius: 3px;
        transition: all ease 0.25s;
    }
    .acf-range-wrap input[type="number"]{
      min-width: 5em !important; 
    }

    .simple-default-form input:hover, .simple-default-form .select2-container .select2-selection--single:hover {
        background-color: #f1f1f1;
        border: solid 1px #f1f1f1;
    }

    .simple-default-form .select2-selection__rendered {
        line-height: 1.5 !important;
        font-size: 14px !important;
    }

    .simple-default-form .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .simple-default-form .acf-button-group label.selected, .simple-default-form .acf-button-group label.selected:hover, .simple-default-form .acf-button-group label:hover {
        border-color: #015c77 !important;
        background: #015c77 !important;
        color: #fff !important;
    }

.simple-default-form table, .simple-default-form th, .simple-default-form td{
    border: 0 !important;
}
    .simple-default-form .acf-field:not(.readonly) table tbody>tr:nth-child(odd)>td, .simple-default-form .acf-field:not(.readonly) table tbody>tr:nth-child(odd)>th, .simple-default-form .acf-field:not(.readonly) table tbody tr:hover>td, .simple-default-form .acf-field:not(.readonly) table tbody tr:hover>th {
        background: #fff !important;
    }


.simple-default-form table .acf-th {
    background-color: transparent;
}

.simple-default-form .acf-row {
    margin-bottom: 10px;
}

.simple-default-form .acf-button-group {
    display: flex;
}

.simple-default-form .acf-form-submit {
    padding: 15px 12px;
    text-align: center;
}

.form-text-center form label, .form-text-center form a{
    margin: 0px auto !important;
}

.reservar-fechas .geodir-schedules .geodir-schedule a, .reservar-fecha .geodir-schedules .geodir-schedule {
    text-align: left;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #777;
    padding: 15px 0 12px 0;
    margin: 0;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}

.reservar-fechas .geodir-schedules .geodir-schedule a.fecha_link{
  width: auto;
}


        .geodir-schedules .geodir-schedule a i {
            display: none;
        }

.reservar-fechas-shortcode .geodir-schedules .geodir-schedule {
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    vertical-align: middle;
    color: #777;
    padding: 15px 0 12px 0;
    margin: 0;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule a.fecha_link{
    border: none !important;
    padding: 0 !important;
    background: none !important;
  }
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule a.fecha_link:hover span{
    color: #fdc652;
  }
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule .fecha{
    font-weight: 600;
    color: #015c77;
  }
  
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule .horas{
    line-height: 20px;
    font-size: 14px;
  }

.reservar-fechas-shortcode .geodir-schedules .geodir-schedule a{
  display: inline-block !important;
  padding: 5px 15px;
  background: #fdc652;
  color: #fff;
  border: 2px solid #fdc652;
  border-radius: 4px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  float: right;
  margin: -5px 0;
  line-height: 26px;
}
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule a:hover{
    background: #fff;
    color: #fdc652;   
    border: 2px solid #fdc652;   
  }
  
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule .evento_completo{
    display: inline-block !important;
    padding: 5px 15px;
    background: #777;
    color: #fff;
    border: 2px solid #777;
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    float: right;
    margin: -5px 0;
    line-height: 26px;
  }
  
  .reservar-fechas-shortcode .geodir-schedules .geodir-schedule .evento_cancelado{
    display: inline-block !important;
    padding: 5px 15px;
    background: #d47171;
    color: #fff;
    border: 2px solid #d47171;
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    float: right;
    margin: -5px 0;
    line-height: 26px;
  }


.container-precio {
    padding: 15px;
    font-size: 28px;
    background-color: #015c77;
    text-align: center;
    color: #fff;
}
  .container-precio:empty {
    display: none;
  }
    .container-precio.radius {
      border-radius: 4px;
    }
    
    .container-precio .precio-total-reserva span.pre-price{
        font-weight: bold;
    }

.elementor-32912 .elementor-element.elementor-element-fd41df2 {
    z-index: 801 !important;
}



.wpcf7 form {
    text-align: center;
}

.wpcf7 form .col{
  margin-bottom: .9rem;
}

.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation-link--members-area{
  display: none;
}
.woocommerce-account.woocommerce-page .woocommerce-Button.button, .woocommerce-address-fields .button {
    font-weight: 500 !important;
    fill: #2d758d !important;
    color: #2d758d !important;
    background-color: #ffffff !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #2d758d !important;
    font-size: 15px !important;
    padding: 12px 24px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-top: 24px !important;
    transition: all ease .4s !important;
}
.woocommerce-account.woocommerce-page .woocommerce-Button.button:hover, .woocommerce-address-fields .button:hover {
    color: #ffffff !important;
    background-color: #015c77 !important;
    border-color: #015c77 !important;
}




/* AJUSTES RWD */
@media (max-width: 1060px){
    #geodir-tab-mobile-menu {
        display: block !important;
    }
    #gd-tabs .geodir-tab-head{
      display: block !important;
    }
    .geodir-tabs .geodir-tab-head {
        border: none !important;
    }
    #geodir-tab-mobile-menu {
        display: none !important;
    }

    .geodir-tabs dl.geodir-tab-head dd {
        text-align: center;
        border-bottom: solid 1px #f7f7f7 !important;
        width: auto;
    }
}
@media (max-width: 767px){
    div:not(.simple-default-form) .acf-table th, div:not(.simple-default-form) .acf-table td {
        display: block !important;
        width: 100% !important;
    }
    .erescambio-ficha-autor .img_autor {
        width: 100%;
        height: auto; 
        border-radius: 0;
        margin: 0 auto 30px auto;
        text-align: center;
    }
      .erescambio-ficha-autor .img_autor a{
        background: none !important;
      }
        .erescambio-ficha-autor .img_autor img {
            display: block;
            height: 120px;
            width: 120px;
            border-radius: 60px;
            min-width: initial;
            min-height: initial;
            margin: 0 auto;
        }
    .erescambio-ficha-autor .bloq_autor {
        width: 100%;
    }

    .ctas_xtended .elementor-row:not(.elementor-widget-shortcode) {
        display: flex;
        flex-flow: row wrap;
    }
    
    .single.single-product .base-card-heading .elementor-row > .elementor-column:first-child {
        width: 30px !important;
    }
    .single.single-product .base-card-heading .elementor-row > .elementor-column:last-child {
        width: calc( 100% - 30px ) !important;
    }

    .geodir-tabs-content #organizador .ctas_xtended .base-card-heading {
        padding: 0;
    }
    .ctas_xtended .elementor-row:not(.elementor-widget-shortcode) > .elementor-column:first-child {
        display: none !important;
    }
    .ctas_xtended .elementor-row:not(.elementor-widget-shortcode) > .elementor-column:last-child {
        width: 100% !important;
    }
    .geodir-tabs-content #organizador .erescambio-ficha-autor {
        padding: 0 !important;
    }
    .geodir-tabs-content #organizador .base-card.with-heading {
        padding: 10px 0 0 0;
        text-align: center;
    }
    .geodir-tabs-content #organizador .base-card-heading {
        padding: 20px 0 0 0;
    }
    .geodir-tabs-content #organizador .base-card-heading .elementor-container {
        padding-left: 0;
        padding-right: 0;
    }
    .geodir-tabs-content #organizador .base-card-heading .elementor-container h6.elementor-heading-title {
        font-size: 16px !important;
        text-align: center;
    }
    .geodir-tabs-content #organizador .base-card-heading.ctas_xtended {
        margin-bottom: -10px !important;
    }
    .geodir-tabs-content #organizador .botones_cta.big > div > a.btn_cta {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 15px;
    }
    .geodir-tabs-content #organizador .botones_cta.big > div > a.btn_cta:last-child {
        margin-right: 0;
    }
    #autor-popup .botones_cta.mini .orange:after, #autor-popup .botones_cta.mini .red:after {
        content: none !important;
    }
    #autor-popup .botones_cta.mini {
        justify-content: flex-start !important;
    }
    .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address:last-child {
        margin-top: 30px;
    }
    .woocommerce-account.woocommerce-page .base-card {
        padding: 0;
    }
}


.acf-authors .selection {
    border: none !important;
    position: relative;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
}
  .acf-authors .selection .choices {
    background: none !important;
    width: 100% !important;
    order: 2;
  }
  .acf-authors .selection .choices:before {
    content: "Seleccionar facilitador:";
    color: #015c77;
    font-size: 20px;
    margin-top: 35px;
    display: inline-block;
  }
  
  .acf-authors .selection .values{
    width: 100% !important;
    background: #fff;
    float: none !important;
  }
  .acf-authors .selection .values:before {
    content: "Ya estoy siguiendo a:";
    color: #015c77;
    font-size: 20px;
    margin-top: 35px;
    display: inline-block;
  }
  .acf-authors .selection .choices .list{
      display: flex;
      flex-direction: column;
      height: auto !important;
      border: none !important;
  }
  .acf-authors .selection .choices .list li{
    border-radius: 4px;
    margin: 5px 0;
    background: #F9F9F9;
    overflow: hidden;
  }
  .acf-authors .list .acf-rel-item{
    white-space: normal !important;
    padding: 5px 10px 15px 10px !important;
  }
  .acf-authors .list .acf-rel-item:hover{
    background: #6b9aaa !important;
  }
  .acf-authors .list .acf-rel-item strong {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .acf-authors .list .acf-rel-item strong span{
    float: left;
    display: flex;
    width: calc(100% - 50px);
    min-height: 40px;
    align-items: center;
  }
  .acf-authors .list .acf-rel-item img{
    margin-top: 0;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
  }
  .acf-authors .list .acf-rel-item div.desc{
    font-size: 14px;
    line-height: 18px;
    padding-left: 48px;
    margin-top: 0;
  }
  .acf-authors .list .acf-rel-item div.link{
    font-size: 14px;
    line-height: 18px;
    padding-left: 48px;
    padding-top: 8px;
  }
  .acf-authors .list .acf-rel-item div.link a{
    color: #2d758d;
  }
    .acf-authors .list .acf-rel-item:hover div.link a{
      color: #ffffff;
    }
    .acf-authors .list .acf-rel-item:hover div.link a:hover{
      color: #fdc652;
    }
    
  .acf-authors .selection .values .list{
      display: flex;
      flex-direction: column;
      height: auto !important;
      border: none !important;
  }
    .acf-authors .selection .values .list li{
      border-radius: 4px;
      margin: 5px 0;
      background: #fed279;
      overflow: hidden;
    }
    .acf-authors .values .list .acf-rel-item{
      padding: 5px 10px 8px 10px !important;
    }
    .acf-authors .values .list .acf-rel-item strong{
      color: #ffffff !important;
    }
    .acf-authors .values .list .acf-rel-item div{
      display: none;
    }
    .acf-authors .values .list .acf-rel-item img{
      vertical-align: middle !important;
    }
