/*
Theme Name: Sorelleinpentola Custom Theme
Theme URI: https://sorelleinpentola.com/
Author: Sorelle in Pentola
Author URI: https://sorelleinpentola.com/
Description: Custom theme built for sorelleinpentola.com with unique classes and layout structure.
Version: 1.0
Text Domain: sorelleinpentola
*/


* {
    box-sizing: border-box;
}
body {
    font-family: Georgia, Utopia, 'Palatino Linotype', Palatino, serif;
    margin: 0;
}
div#sorelleinpentola-logo {
    padding: 10px 0;
}
div#sorelleinpentola-header {
    background: #f3f6f4;
        position: sticky;
    top: 0;
    z-index: 9999;
}
img.custom-logo {
    max-width: 100%;
    width: 250px;
    height: auto;
}

.sorelleinpentola-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.sorelleinpentola-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.sorelleinpentola-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.sorelleinpentola-content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.sorelleinpentola-content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.sorelleinpentola-content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.sorelleinpentola-content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.sorelleinpentola-content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.sorelleinpentola-content-area ol li {
    list-style: decimal;
}

.sorelleinpentola-content-area ul li {
    list-style: disc;
}

.sorelleinpentola-content-area ol,
.sorelleinpentola-content-area ul {
    padding-left: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0 !important;
}
ol, ul {
    box-sizing: border-box;
    padding: 0;
}
.sorelleinpentola-content-area table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.sorelleinpentola-content-area td,
.sorelleinpentola-content-area th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.sorelleinpentola-content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.sorelleinpentola-content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.sorelleinpentola-content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.sorelleinpentola-content-area li {
    line-height: 30px;
}

.sorelleinpentola-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.sorelleinpentola-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
   right: 15px;
    top: 5px;
}

.sorelleinpentola-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sorelleinpentola-navigation a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}


.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    color: #000;
}

.sorelleinpentola-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.sorelleinpentola-nav-select {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.sorelleinpentola-navigation a:hover,
.sorelleinpentola-navigation a:focus {
    color: #000;
}

.sorelleinpentola-navbar-toggle-wrapper {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #f3f6f4;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;
}

.sorelleinpentola-nav-select .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
}

.sorelleinpentola-nav-select .sorelleinpentola-menu__list > li:hover > .sub-menu,
.sorelleinpentola-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

.sorelleinpentola-footer {
    text-align: center;
    background: #f3f6f4;
    padding: 10px 0;
    margin: 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}
a.su-button {
    background: #000 !important;
}


@media only screen and (max-width: 590px) {
	  .sorelleinpentola-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 991px) {

	img.custom-logo {
    width: 200px;
    height: auto;
 }

    .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > a::after {
        display: none;
    }

    .sorelleinpentola-table-auto {
        overflow-x: scroll;
        width: 100%;
    }

  

    .sorelleinpentola-navigation {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #f3f6f4;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        z-index: 999;
    }

    .sorelleinpentola-navbar-toggle-wrapper {
        display: flex !important;
        background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 4px;
        right: 15px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
    }

    .sorelleinpentola-navbar-toggle-wrapper span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 0;
    }

    .sorelleinpentola-navbar-toggle-wrapper span::before,
    .sorelleinpentola-navbar-toggle-wrapper span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .sorelleinpentola-navbar-toggle-wrapper span::before {
        top: -7px;
    }

    .sorelleinpentola-navbar-toggle-wrapper span::after {
        top: 7px;
    }


.sorelleinpentola-navigation li {
        position: relative;
        display: inline-block;
        Padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .sorelleinpentola-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000;
        transform: rotate(0deg);
        text-align: center;
    }

    .sorelleinpentola-toggle-menu i {
        transition: transform 0.3s ease;
    }

    .sorelleinpentola-toggle-menu.on i {
        transform: rotate(180deg);
    }

    .sorelleinpentola-nav-select {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .sorelleinpentola-nav-select .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
}

.sorelleinpentola-nav-select .sorelleinpentola-menu__list > li:hover > .sub-menu,
.sorelleinpentola-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

}
