/*
Theme Name: Supply Child Theme
Template: supply
Theme URI: https://supply.ancorathemes.com
Description: Supply Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0
Tested up to: 6.8
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: supply
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.switcher-idiomas{
    display: none !important;
}

.cpel-switcher__flag img {
    margin-top: -2px;
    border: 1px solid #d7d7d7;
}

.logos-footer p{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logos-footer img{
    height: 43px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

.logos-footer p{
    color: #fff;
}

.text-footer-logos{
    color: #fff;
    margin-top: 20px;
    width: 70%;
}

.contacto-formulario .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.contacto-formulario .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.contacto-formulario .col-12{
    flex: 0 0 auto;
    width: 100%;
}

.contacto-formulario .col-6{
    flex: 0 0 auto;
    width: 50%;
}

.contacto-formulario input[type=text], .contacto-formulario input[type=email], .contacto-formulario textarea{
    width: 100%;
}

.contacto-formulario .wpcf7-not-valid-tip{
    display: none;
}

.contacto-formulario input.wpcf7-not-valid{
    border-color: #FF0000;
}
  
.contacto-formulario .wpcf7-list-item{
    margin: 15px 0;
}
  
.contacto-formulario span.wpcf7-list-item{
    margin:0;
    margin: 15px 0 !important;
    margin-top: 8px !important;
    width: 100%;
}
  
.contacto-formulario span.wpcf7-list-item input{
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative !important;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #ccc;
    margin-right: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: middle;
    top: 1px;
    line-height: 1;
    outline: 0;
    border-radius: 0;
}  

.contacto-formulario input[type=checkbox]{
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s;
}
  
.contacto-formulario input[type="checkbox"]:before {
    background: #36A5B4 !important;
    content: "";
    position: absolute;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease .1s;
    transition: all .2s ease .1s;
    border-radius: 5px;
    z-index: 100;
    width: 0px;
    bottom: 13px  !important;
    left: 2px !important;
    top: auto !important;
    transform: rotate(45deg);
}
  
.contacto-formulario input[type="checkbox"]:after {
    right: 0;
    z-index: 100;
    background: #36A5B4;
    content: "";
    position: absolute;
    height: 0px;
    border-radius: 5px;
    -webkit-transition: all .2s ease .3s;
    transition: all .2s ease .3s;
    width: 2px !important;
    left: 8px !important;
    bottom: 2px !important;
    top: auto !important;
    transform: rotate(45deg);
}
  
.contacto-formulario input[type="checkbox"]:checked::before{
    width: 6px !important;
    bottom: 4px !important;
}
  
.contacto-formulario input[type="checkbox"]:checked::after{
    height: 10px !important;
    left: 8px !important;
}

.contacto-formulario input.wpcf7-submit{
    padding: 18px 40px 18px 40px;
    color: var(--e-global-color-theme_color_bg_color) !important;
    background-color: var(--e-global-color-theme_color_link) !important;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}

.contacto-formulario input[type="submit"].wpcf7-submit:hover{
    color: var(--theme-font-button_color-hover, var(--theme-color-bg_color)) !important;
    border-color: var(--theme-font-button_border-color-hover, var(--theme-color-hover)) !important;
    background-color: var(--theme-font-button_background-color-hover, var(--theme-color-hover)) !important;
}

.carusel-logos img{
   /* height: 80px;*/
    width: auto;
}

.carusel-logos .swiper-pagination{
    position: initial;
    margin-top: 30px;
}


.col-imagen-adheridas img{
    height: 340px;
    width: auto;
}


.meta-receta-1{
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.col-ingredientes {
    border-radius: var(--theme-var-global-border-radius, 0);
    gap: 10px;
    background-color: var(--theme-color-bg_color_2);
    padding: 15px;
    flex: 0 0 30%; /* 0 shrink, 0 grow, 40% base */
}


.col-ingredientes .titulo-cantidad{
    font-family: var(--theme-font-h3_font-family);
    font-size: 18px;
    margin-bottom: 17px;
    display: block;
    font-weight: bold;
    color: #1d1a23;
}

.col-ingredientes ul, .col-ingredientes ol{
    margin-bottom: 0;
}

.col-preparacion{
    flex: 1; /* ocupa el resto del espacio disponible */
    padding-top: 8px;
}

.meta-receta-2{
    margin-top: 50px;
}

.meta-receta-2 ul, .meta-receta-2 ol{
    margin-bottom: 0;
}

.post_item_single .post_meta_single{
    margin-top: 50px;
}

.trx_addons_scroll_to_top{
    display: none !important;
}

.form-trazabilidad input[type="submit"] {
    padding: 15px 30px;
    margin-top: 0;
    margin-left: 15px;
    border-radius: 10px;
}


body.body_style_wide:not(.expand_content).single [class*="content_wrap"] > .content, body.body_style_boxed:not(.expand_content).single [class*="content_wrap"] > .content {
    width: 1290px;
}

.single .page_content_wrap, .archive .page_content_wrap{
    padding-top: 80px;
}

.post_featured.with_thumb{
    border-radius: 0;
    text-align: center;
}

.trx-addons-mobile-menu-container .trx-addons-main-nav-menu{
    height: auto;
}

.trx-addons-mobile-menu-container .iconos-sociales-header{
    text-align-last: left;
    margin-bottom: 20px !important;
}

.trx-addons-mobile-menu-container .iconos-sociales-header svg{
    fill: #fff !important;
}

.trx-addons-mobile-menu-container .iconos-sociales-header .elementor-icon.elementor-social-icon{
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
}

.trx-addons-mobile-menu-outer-container{
    background-color: #000 !important;
}

.trx-addons-mobile-menu-outer-container .elementor-widget-social-icons {
    margin-top: 35px;
    margin-bottom: 45px !important;
}


/* Large devices (Larger desktops, 1200px and up) */
@media (max-width: 1440px){
	.main-menu-header span.trx-addons-dropdown-icon.trx-addons-icon {
        position: absolute;
        top: 16px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){
	
}

/* Small devices Tablets  */
@media (max-width: 991px) {

.single .page_content_wrap, .archive .page_content_wrap, .blog .page_content_wrap{
    padding-top: 65px;
}
	
}

/* Small devices Phones */
@media (max-width: 767px) {

    .meta-receta-1{
        flex-direction: column-reverse;
    }
	
}

/* Extra small devices Phones */
@media (max-width: 577px) {
  
}