/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1775487551
Updated: 2026-04-06 14:59:11

*/


:root {
    --light-bg: #f8f8f8;
}


/* HEADER */

#social_header li {
    height: 24px;
    line-height: 1;
}

#social_header a {
    color: transparent !important;
    height: 24px;
    width: 24px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#social_header .instagram a {

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9996 16.5232C14.4976 16.5232 16.5227 14.4981 16.5227 12.0001C16.5227 9.50205 14.4976 7.47705 11.9996 7.47705C9.50156 7.47705 7.47656 9.50205 7.47656 12.0001C7.47656 14.4981 9.50156 16.5232 11.9996 16.5232Z' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.82324 16.5232V7.47712C1.82324 4.35459 4.35459 1.82324 7.47712 1.82324H16.5232C19.6458 1.82324 22.1771 4.35459 22.1771 7.47712V16.5232C22.1771 19.6458 19.6458 22.1771 16.5232 22.1771H7.47712C4.35459 22.1771 1.82324 19.6458 1.82324 16.5232Z' stroke='black' stroke-width='1.3'/%3E%3Cpath d='M18.2188 5.78767L18.2263 5.7793' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#social_header .facebook a {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1771 7.47712V16.5232C22.1771 19.6458 19.6458 22.1771 16.5232 22.1771H7.47712C4.35459 22.1771 1.82324 19.6458 1.82324 16.5232V7.47712C1.82324 4.35459 4.35459 1.82324 7.47712 1.82324H16.5232C19.6458 1.82324 22.1771 4.35459 22.1771 7.47712Z' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8691 22.1771V12.0001C10.8691 9.52652 11.4345 7.47705 15.3923 7.47705' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.60742 13.1309H15.3921' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent.active {
    display: block;
}




/* LEZIONI */

.single-lezioni #page {
    overflow: hidden;
}

.single-lezioni .page-header {
    display: none;
}

#content.lezioni {
    max-width: 100% !important;
}

.row .col-6 {
    width: 50%;
}

.row {
    display: flex;
    flex-direction: column;
}

#info_lezione,
#banner_shop>div {
    flex-direction: row;
    gap: 16px;
    padding: 16px;
}

.main_info {
    background-color: var(--light-bg);
    border-radius: 4px;
    padding: 10vw 11.37vw 10vw 10.25vw;
    display: flex;
    align-items: center;
}

.single-lezioni .entry-title {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
}

.single-lezioni p {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
}

.single-lezioni h6 {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: 600;
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.main_more_info p,
.main_price p {
    margin-bottom: 0 !important;
}

.main_price {
    display: flex;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 32px;
}

.main_more_info {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 64px;
}

.main_more_info h6 {
    margin-bottom: 4px !important;
}

.main_more_info_data p>span {
    display: flex;
}

.main_more_info_data .icon {
    height: 17px;
    width: 17px;
    margin-right: 8px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' clip-path='url(%23clip0_319_263)'%3E%3Cpath d='M8.5 4.14111V8.49982H12.8587' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.49986 15.7644C12.5119 15.7644 15.7644 12.5119 15.7644 8.49986C15.7644 4.4878 12.5119 1.23535 8.49986 1.23535C4.4878 1.23535 1.23535 4.4878 1.23535 8.49986C1.23535 12.5119 4.4878 15.7644 8.49986 15.7644Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_319_263'%3E%3Crect width='17' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.btn {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: none !important;
    line-height: var(--e-global-typography-accent-line-height);
    background-color: transparent;
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 30px 30px 30px 30px;
    padding: 16px 32px 16px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.btn:hover {
    background-color: #0000001A;
    border-color: #0000001A;
}

.swiper-pagination-bullet {
    width: 48px !important;
    height: 5px !important;
    border-radius: 3px !important;
    background-color: #ffffff;
    opacity: .4;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 16px;
}

#tab_lezione {
    padding: 16px;
    border-top: solid 1px #00000033;
}

#tab_lezione .col-12 {
    padding: 8.99vw 18.25vw 4.76vw 18.25vw;
}

#form_lezione {
    padding: 16px;
}

#form_lezione>div {
    padding: 4.76vw 18.25vw 4.76vw 18.25vw;
    background-color: var(--light-bg);
}

#banner_shop {
    padding: 0 16px;
    border-top: solid 1px #00000033;
    border-bottom: solid 1px #00000033;
    margin-bottom: 16px;
}

#banner_shop>div {
    padding: 3.17vw 18.25vw 3.17vw 18.25vw;
    justify-content: space-between;
    align-items: center;
}

.single-lezioni h3 {
    font-family: var(--e-global-typography-0b1f2e0-font-family), Sans-serif;
    font-size: var(--e-global-typography-0b1f2e0-font-size);
    font-weight: var(--e-global-typography-0b1f2e0-font-weight);
    text-transform: var(--e-global-typography-0b1f2e0-text-transform);
    font-style: var(--e-global-typography-0b1f2e0-font-style);
    text-decoration: var(--e-global-typography-0b1f2e0-text-decoration);
    line-height: var(--e-global-typography-0b1f2e0-line-height);
}

.single-lezioni h2 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
}

#banner_shop .banner_shop_desc {
    width: 62%;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

#banner_shop .banner_shop_desc * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#banner_shop .banner_shop_logo {
    width: 25%;
}

#banner_shop a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: uppercase;
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: none;
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-primary);
}