/*
Theme Name: Mediamarket
Author: Charlie Blue
Description: Tema hijo de Hello Elementor.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* PARÁMETRO GENERAL */

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}
.elementor-social-icon:hover {
    opacity: 1 !important;
}
@media (max-width: 1024px){
    .mobile-section {
        height: auto !important;
    }
}
.pp-icon i {
	display:flex !important;
	justify-content: center;
}

/* TABS - TOURS */

.theplus-tabs-wrapper .plus-tabs-nav {
    display: grid !important;
    grid-template-columns: repeat(6, 60px) !important;
    gap: 15px !important;
}
.theplus-tabs-wrapper .tab-icon-wrap  {
    display: flex !important;
    justify-content: center !important;
}
.theplus-tabs-content-wrapper h4 {
    margin-bottom: 15px !important;
}
@media (max-width: 420px) {
    .theplus-tabs-wrapper .plus-tabs-nav {
        grid-template-columns: repeat(4, 60px) !important;

    }
}

/* SWITHCER */

.jet-switcher__control-wrapper {
    justify-content: flex-end !important;
}
.jet-switcher__control-instance {
    position: absolute !important;
    top: 0 !important;
}

/* BLOG */

@media (max-width: 420px) {
    .cb-vh-50 {
        display: flex !important;
        height: auto !important;
        min-height: 50vh !important;
    }
}

/* CIRCLE MENU */

#cb-circle-menu .menu-tooltip-title {
	padding: 7.5px !important;
	border-radius: 7.5px !important;
}
