/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
/* Hide reCAPTCHA badge globally */
.grecaptcha-badge {
    display: none !important;
}

@media only screen and (min-width: 800px) {

.penci-header-builder .pc-builder-element.pc-builder-menu {
    margin-left: 40px;
    width: 800px;
}
}

.pcmiddle-normal .penci_nav_alignleft,
.pcmiddle-center .penci_nav_left {
    justify-content: flex-start;
    justify-content: space-between;
    gap: 30px;
}

#widget-area {
display: none; 
}

/*for footer of shop pages */
@media (min-width: 600px) {
    .post-type-archive-product .elementor.elementor-5505, 
    .post-type-archive-product .elementor.elementor-1801, 
    .post-type-archive-product .elementor.elementor-8584 { 
        margin-right: -200px; 
		margin-left: -200px;
    }
}

@media (max-width: 600px) {
    .post-type-archive-product .elementor.elementor-5505, 
    .post-type-archive-product .elementor.elementor-1801, 
    .post-type-archive-product .elementor.elementor-8584 { 
        margin-right: -20px; 
		margin-left: -20px;
    }
}