/**

 * Theme Name:     The7 Child
 * Author:         The7
 * Template:       dt-the7
 * Text Domain:	   the7-child
 * Description:    Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you
 */

.orange {
    color: #EA631F;
}



/* .page-id-2548 .page-title.solid-bg,
.page-id-2548 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-2548 .header-space.sticky-space-off,
.page-id-2548 #footer.solid-bg,
.page-id-2428 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-2428 .page-title .wf-wrap,
.page-id-2428 .header-space.sticky-space-off,
.page-id-2428 #footer.solid-bg,

.page-id-2952 .page-title.solid-bg,
.page-id-2952 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-2952 .header-space.sticky-space-off,
.page-id-2952 #footer.solid-bg,

.page-id-3117 .page-title.solid-bg,
.page-id-3117 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-3117 .header-space.sticky-space-off,
.page-id-3117 #footer.solid-bg,

.page-id-3465 .page-title.solid-bg,
.page-id-3465 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-3465 .header-space.sticky-space-off,
.page-id-3465 #footer.solid-bg,

.page-id-3512 .page-title.solid-bg,
.page-id-3512 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-3512 .header-space.sticky-space-off,
.page-id-3512 #footer.solid-bg,


.page-id-3233 .page-title.solid-bg,
.page-id-3233 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-3233 .header-space.sticky-space-off,
.page-id-3233 #footer.solid-bg .page-id-3253 .page-title.solid-bg,
.page-id-3253 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header),
.page-id-3253 .header-space.sticky-space-off,
.page-id-3253 #footer.solid-bg {
    display: none;
} */

/* .page-id-3253 .page-title.solid-bg {
    display: none;
} */
.content {
    grid-area: unset !important;
}

.main-header {
    backdrop-filter: blur(15px);
}

/**contact form css start**/
.contact-form-grid p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.contact-form-grid p input,
.contact-form-grid p textarea {
    width: 100% !important;
    border: unset !important;
    background-color: unset !important;
    padding: 0 !important;
    border-bottom: 1px solid #000000E5 !important;
    margin-bottom: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 14px !important;
}

.contact-form-grid p textarea {
    height: 89px;
}

.contact-form-grid p input::placeholder,
.contact-form-grid p textarea::placeholder {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000000E5 !important;
}

.contact-form-grid p label {
    width: 100%;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000E5 !important;
}

.contact-form-btn {
    display: flex;
    justify-content: space-between;
}

.contact-form-btn span.wpcf7-list-item {
    margin: 0 !important;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000E5 !important;
}

.contact-form-btn span.wpcf7-list-item span.wpcf7-list-item-label {
    padding-left: 30px;
}

.contact-form-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #EA631F;
    background-image: none;
    font-family: "Outfit", Sans-serif;
    font-weight: 400;
    line-height: 28px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 30px;
    font-size: 22px;
    transition: 0.3s;
    border: 1px solid #EA631F;
}

.contact-form-btn input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #fff !important;
    color: #EA631F;
    border: 1px solid #EA631F;
}

.elementor-button-link:hover svg {
    filter: brightness(0);
}

.elementor-button-link:hover svg {
    filter: brightness(0) saturate(100%) invert(44%) sepia(95%) saturate(500%) hue-rotate(355deg) brightness(102%) contrast(105%);
}

.wpcf7-submit.has-spinner:hover {
    background-color: #742022 !important;
}

.contact-form-btn p:last-child {
    display: flex !important;
    flex-direction: column;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #000000E5;
    opacity: 1;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #000000E5;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: #000000E5;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #000000E5;
}

.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
    color: #000000E5;
}

.wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: "";
    font-size: 16px;
    color: #F5A07B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-11.svg);
    width: 25px;
    height: 18px;
}

.contact-form-btn span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.contact-pageform .contact-form-grid p textarea {
    height: 136px;
}

/**contact form css end**/
.blog-grid {
    background: #FFFFFF;
}

.blog-grid-content {
    padding: 45px 25px;
}

.blog-grid-content h2.blog-title {
    font-family: Outfit;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    color: #000000;
}

.blog-grid-content p.blog-description {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 25px 0 76px;
}

.single-blk .right-sidebar.fixed {
    position: sticky;
    top: 0;
    right: 0;
}

.right-sidebar.fixed-inside {
    position: absolute;
}

/* .single-blk .right-sidebar.stopped {
    position: absolute;
    bottom: 0;
    top: auto;
} */

.blog-grid-content a.read-more-btn {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #EA631F;
}

.blog-thumbnail img {
    height: 163px;
    width: 100%;
}

.blog-grid-wrap .blog-grid-inner {
    display: flex;
    align-items: center;
}

.blog-grid-wrap .blog-thumbnail img {
    width: 100%;
    height: 243px;
}

.blog-grid-wrap .blog-grid-inner a {
    width: 50%;
}

.blog-grid-wrap .blog-grid-inner .blog-grid-content {
    width: 68%;
    padding: 25px;
}

.blog-grid-wrap {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.blog-grid-wrap .blog-grid-content h5.blog-title {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 34px;
    font-family: Outfit;
    font-weight: 500;
    color: #000000;
}

.page-id-2548 .elementor-element-d48e32a {
    display: none;
}

.button-without svg {
    width: 14px;
}

.js .slider-single>div:nth-child(1n + 2) {
    display: none;
}

.js .slider-single.slick-initialized>div:nth-child(1n + 2) {
    display: block;
}

img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.custom-slide {
    padding: 15px 5px 0 5px;

    height: 200px;
    object-fit: cover;
    box-shadow: 5px 5px 5px #dedede76;
}

.slider-single h3 {
    line-height: 10rem;
}

.slider-nav .slick-slide {
    margin: 0px 0 0 24px;
}

.sld-cont {
    width: calc(50% + 662px);
    margin-left: auto;
}

.simple-post-list .slick-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    height: 420px;
}

.simple-post-list .slick-slide .img-part a.btn-read-more {
    position: absolute;
    bottom: 0;
    right: 0px;
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 0 40px 0 40px;
    width: 239px;
    background: #EA631F;
    height: 58px;
    display: flex;
    align-items: center;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-27.svg);
    background-repeat: no-repeat;
    background-position: right 20% center;
    transition: 0.3s;
    border: 1px solid #EA631F;
    z-index: 9;
}

.footer-list ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.sfsiplus_footerLnk {
    display: none;
}

.settori-posts .settori-post .btm-blk a.settori-readmore {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 0 40px 0 40px;
    width: auto;
    background: #EA631F;
    height: 58px;
    display: flex;
    align-items: center;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-27.svg);
    background-repeat: no-repeat;
    background-position: right 10% center;
    transition: 0.3s;
    margin: 35px 0 0;
    border: 1px solid #EA631F;
}

.sticky-header header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
}

.simple-post-list .slick-slide .img-part a.btn-read-more:hover {
    background-position: right 20% center;
}

.simple-post-list .slick-slide .img-part a.btn-read-more:hover,
.settori-posts .settori-post .btm-blk a.settori-readmore:hover {
    background: #fff;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-25.svg);
    background-repeat: no-repeat;
    background-position: right 10% center;
    transition: 0.3s;
    color: #EA631F;
    border: 1px solid #EA631F;
}

.button-without a:hover {
    text-decoration: underline;
}

.blog-grid-content a.read-more-btn:hover {
    color: #742022;
}

.settori-posts .settori-post .btm-blk .settori-excerpt p,
.settori-posts .settori-post .btm-blk .settori-excerpt h2 {
    margin: 0;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000E5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.settori-posts .settori-post .btm-blk .settori-excerpt a {
    display: none;
}

#first-dynamic-table-new .tab-content-s.active {
    display: block;
}

#first-dynamic-table-new .tab-content-s {
    display: none;
}

.postid-3412 .elementor-element-f0535be {
    background-position: center bottom !important;
}

/* .settori-posts .settori-post:last-child {
    max-width: 100%;
}

.settori-posts .settori-post:last-child a.settori-readmore {
    display: none;
}

.settori-posts .settori-post:last-child .settori-excerpt {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.settori-posts .settori-post:last-child .settori-excerpt a {
    width: 29%;
    display: flex;
    margin: 0;
}

.settori-posts .settori-post:last-child .left-btn-title {
    max-width: 30%;
}

.settori-posts .settori-post:last-child .left-btn-title {
    max-width: 30%;
    width: 100%;
}

.settori-posts .settori-post:last-child .right-ex {
    max-width: 70% !important;
    width: 100%;
}

.settori-posts .settori-post:last-child .settori-excerpt p {
    width: 60%;
} */

.settori-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.settori-posts .settori-post {
    max-width: calc(50% - 12px);
}


.settori-posts .settori-post .settori-thumbnail {
    height: 324px;
}

.settori-posts .settori-post .settori-thumbnail a {
    display: block;
    height: 100%;
}

.settori-posts .settori-post .settori-thumbnail a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
}

.settori-posts .settori-post:first-child a img {
    object-position: top;
}

.settori-posts .settori-post .btm-blk {
    padding: 70px 50px;
    background: #FDF0E9;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

/* .settori-posts .settori-post:last-child .btm-blk {
    gap: 0px;
} */


.settori-posts .settori-post .btm-blk .right-ex {
    width: 100%;
    max-width: calc(60% - 62px);
}

.settori-posts .settori-post .btm-blk .left-btn-title h2 {
    margin: 0;
    line-height: 0;
}

.settori-posts .settori-post .btm-blk .left-btn-title h2 a {
    font-family: Outfit;
    font-weight: 500;
    font-size: 37px;
    line-height: 100%;
    color: #000;
}

.slider-nav .slick-list {
    margin-right: -30%;
}

.simple-post-list .slick-slide .img-part {
    max-width: 55%;
    width: 100%;
}

.simple-post-list .slick-slide .cont-part {
    max-width: 45%;
    width: 100%;
    padding: 50px 30px 50px 50px;
    display: flex;
    flex-direction: column;
    background: #761E21;
    justify-content: center;
}

.simple-post-list .slick-slide .cont-part h2,
.slider-nav .post-item .cont-part h2 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    color: #fff;
    margin: 0px 0 25px;
    position: relative;
    z-index: 1;
}

.simple-post-list .slick-slide .cont-part p,
.slider-nav .post-item .cont-part p {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.simple-post-list .slick-slide .img-part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-nav .post-item {
    position: relative;
    height: 241px;
}

.slider-nav .post-item .cont-part {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
}

.right-slider div {
    height: 100%;
}


.slider-nav .slick-slide .img-part img {
    height: 100%;
    width: 100%;
    display: block;
}

.right-slider .img-part {
    position: relative;
}

.slider-nav .post-item .cont-part p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slider-nav .post-item .cont-part::before {
    content: "'";
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-nav .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 39%;
    width: 58px;
    height: 58px;
    background: #ea631f;
    border: none;
    font-size: 0;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-27.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slider-nav .slick-prev {
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-28.svg);
    background-color: #ea631f6b;
    margin-right: 58px;
}

.slider-nav .slick-arrow:hover {
    background-color: unset;
    filter: brightness(0) saturate(100%) invert(44%) sepia(95%) saturate(500%) hue-rotate(355deg) brightness(102%) contrast(105%);
    border: 1px solid #EA631F;
}

.c-icon h2 {
    height: 90px;
    line-height: 90px;
}

.single-settori .wf-wrap {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.settori-post .post-header {
    padding: 70px 0px 35px;
    background: #E5E5E5;
}

.settori-post .post-header .container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.settori-post .subheader h4 {
    display: inline-block;
    margin: 0;
    background: #F2E9E9;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #761E21;
    padding: 10px;
    text-transform: uppercase;
}

.settori-post h1.entry-title {
    font-family: Outfit;
    font-weight: 600;
    font-size: 55px;
    line-height: 100%;
    color: #000;
}

.single-settori .container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

.post-brf {
    background: #e5e5e5;
    padding: 0 50px 50px;
}

.elementor-widget-text-editor ul {
    list-style: disc;
    padding-left: 25px;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 12px;
}

.single-settori .entry-content p {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.single-settori a.wp-block-button__link {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 0 51px 0 21px;
    width: auto;
    background: #EA631F;
    height: 58px;
    display: flex;
    align-items: center;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/Vector-27.svg);
    background-repeat: no-repeat;
    background-position: right 10% center;
    transition: 0.3s;
    margin: 35px 0 0;
    border-radius: 0 !important;
}

.single-settori .entry-content .wp-block-columns {
    align-items: center !important;
}

.single-settori .entry-content h2 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 44px;
    margin: 0;
    color: #000;
    line-height: 1.2;
}

.single-settori .entry-content h3 {
    font-size: 22px;
}

.elementor-widget-text-editor p:last-child {
    margin: 0;
}

.single-settori .entry-content a {
    text-decoration: none;
    display: block;
    color: #EA631F;
    font-family: Outfit;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    display: flex;
}

.single-settori .entry-content .grey-blk {
    background: #e5e5e5;
    padding: 50px;
}

.single-settori figure {
    margin: 0;
}

.single-settori #main {
    padding: 0;
}


.single .wf-container-main {
    display: block !important;
}

.single .wf-wrap {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

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

.single-hero {
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/single-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 135px 0;
    position: relative;
    z-index: 1;
}

.single-hero::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 40%);
    z-index: -1;
}

.archive .single-hero {
    margin: 0 0 80px;
}

.hero-content {
    max-width: 55%;
}

.hero-content h3 {
    margin: 0;
    font-family: Outfit;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    color: #fff;
}

.hero-content h1 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 55px;
    color: #EA631F;
    margin: 20px 0 0;
    line-height: 1.3;
    text-shadow: 2px 4px 7px #00000040;
}


.single-block h2 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 55px;
    line-height: 100%;
    color: #000;
    /* margin: 0 0 25px; */
    /* width: 80%; */
}

.single-block .single-blk .right-sidebar h3 {
    margin: 0 0 54px;
    padding: 24px 0 0;
    border-top: 1px solid#000;
    font-family: Outfit;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.single-block p {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.single-block p a {
    color: #e6652b;
    text-decoration: none;
}

.single-block p a:hover {
    text-decoration: underline;
}

.single-block .single-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
}

.single-block .single-blk .left-content {
    max-width: calc(75% - 75px);
}

.single-block .single-blk .right-sidebar {
    max-width: 25%;
    width: 100%;
}

.single-block .single-blk .left-content .content {
    border-bottom: 1px solid#761E21;
}

.single-block .single-blk .right-sidebar .latest-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post {
    position: relative;
}

.single-block .single-blk .right-sidebar .latest-posts .lpost-thumb {
    height: 270px;
    position: relative;
}

.single-block .single-blk .right-sidebar .latest-posts .lpost-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-block .single-blk .right-sidebar .latest-posts .lpost-thumb::before,
.all-post-blk .right-sidebar .latest-posts .l-post::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(6.800000190734863px);
    background-color: #FFFFFFB2;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 17px;
}

.single-block .single-blk .right-sidebar .latest-posts li {
    width: 100%;
    max-width: 100%;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content p.post-date {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content h4 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    margin: 10px 0 20px;
}

h3 {}

.set-heading h3 {
    font-size: 44px;
    color: #fff;
    line-height: 1.3;
    font-family: outfit;
    margin: 0;
    font-weight: 500;
    text-shadow: 2px 4px 7px #00000015;
    width: 60%;
}

.set-excerpts h3:empty {
    display: none;
}

.set-excerpts h3,
.set-excerpts p {
    font-size: 35px;
    font-family: outfit;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    width: 55%;
    margin: 15px 0 0;
}

.settori-posts .settori-post .btm-blk .settori-excerpt p,
.settori-posts .settori-post .btm-blk .settori-excerpt h2 {
    margin: 0;
    font-family: 'Outfit';
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content a.read-more,
.all-post-blk .all-post-list .post-content .read-more,
.all-post-blk .right-sidebar .latest-posts .lpost-content a.read-more {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #EA631F;
    text-decoration: none;
    position: relative;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/post-rmore.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 20px 0 0;
    transition: 0.3s;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content a.read-more:hover,
.all-post-blk .all-post-list .post-content .read-more:hover,
.all-post-blk .right-sidebar .latest-posts .lpost-content a.read-more:hover {
    padding: 0 25px 0 0;
}

.social-blk {
    display: flex;
    align-items: center;
}

.social-blk h3 {
    margin: 0;
    font-family: Outfit;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    color: #761E21;
}

.social-blk img {
    width: 100%;
    height: 100%;
}

.social-blk .sfsi_widget div {
    margin: 0 !important;
    padding: 0;
}

.social-blk .sfsi_widget {
    margin: 16px 0 0 30px;
}

.social-blk {
    display: flex;
    align-items: center;
}

.social-blk h3 {
    margin: 0;
    font-family: Outfit;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    color: #761E21;
}

.social-blk img {
    width: 100%;
    height: 100%;
}

.social-blk .sfsi_widget div {
    margin: 0 !important;
    padding: 0;
}

.social-blk .sfsi_widget {
    margin: 16px 0 0 30px;
}

.social-blk .sficn {
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center center;
}

.social-blk .sficn img {
    opacity: 0;
}

a#sfsiid_whatsapp_icon {
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/whatsapp.svg);
}

a#sfsiid_instagram_icon {
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/insta.svg);

}

a#sfsiid_facebook_icon {
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/faceb.svg);
    background-size: 18px;
}

.fb_tool_bdr {
    box-shadow: none;
    background: none;
}

.all-post-blk {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.all-post-blk .pagination {
    max-width: 100%;
    width: 100%;
}

.all-post-blk .all-post-list {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}

li#menu-item-3696 {
    display: none;
}

.all-post-blk .right-sidebar {
    max-width: 100%;
    width: 100%;
}

.all-post-blk .all-post-list .post-thumb {
    height: 297px;
}

.all-post-blk .all-post-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-post-blk .all-post-list .post-content {
    padding: 25px 70px 50px;
    background: #FDF1E9;
}

.all-post-blk .all-post-list .post-content h4 a, .all-post-blk .all-post-list .post-content h2 a {
    margin: 0;
    font-family: Outfit;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    transition: 0.3s;
    color: #000;
}

.all-post-blk .all-post-list .post-content p {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 25px;
}

.all-post-blk .all-post-list .post-content p a {
    color: #EA631F;
}

.all-post-blk .all-post-list .post-content p a:hvoer {
    text-decoration: underline;
}

.all-post-blk .all-post-list .post-content p a:hover {
    text-decoration: underline !important;
    background: #ff000000 !important;
    color: #EA631F !important;
}

.p-date {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
}

ul.footer-post li a:hover {
    text-decoration: underline;
}

.all-post-blk .pagination ul {
    margin: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.all-post-blk .pagination ul li {
    list-style: none;
}

.all-post-blk .pagination ul li:last-child {
    margin-left: auto;
    padding: 0 30px 0 0;
    position: relative;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/mynaui_arrow-up-right.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
}

.all-post-blk .pagination ul li a {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #EA631F;
}

.all-post-blk .pagination ul li span.page-numbers.current {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    background: #EA631F;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
}



.all-post-blk .pagination ul li a:hover {
    text-decoration: underline;
    color: #EA631F !important;
}

.all-post-blk .pagination ul li a.prev {
    padding: 0 20px 0 0px;
}

.all-post-blk .right-sidebar ul.category-list {
    margin: 0;
}

h3 {}

.all-post-blk .right-sidebar ul.category-list h3 {
    color: #000;
    font-family: Outfit;
    font-weight: 500;
    font-size: 35px;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 0.5px solid#761E21;
}

.all-post-blk .right-sidebar ul.category-list li {
    padding: 25px 0 44px;
    list-style: none;
}

ul.footer-post li a {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
}

ul.footer-post li {
    padding-bottom: 15px;
}

.all-post-blk .right-sidebar ul.category-list li a {
    display: block;
    text-align: right;
    color: #000000;
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    background-image: url(https://www.pedaneradianti.com/wp-content/uploads/2025/03/mynaui_arrow-up-right.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.all-post-blk .right-sidebar .latest-posts {
    padding: 0;
    border-top: unset;
}

.all-post-blk .right-sidebar .latest-posts h3 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    color: #000;
    margin: 0 0 30px;
    z-index: 9;
    position: relative;
}

.all-post-blk .right-sidebar .latest-posts .l-post {
    position: relative;
    /* height: 270px; */
    margin: 0 0 25px 0;
}

.all-post-blk .right-sidebar .latest-posts .lpost-content {
    /* position: absolute;
    z-index: 9;
    top: 0;
    left: 0; */
    padding: 35px 25px;
}

.all-post-blk .right-sidebar .latest-posts .l-post .lpost-thumb {
    height: 100%;
}

.all-post-blk .right-sidebar .latest-posts .l-post .lpost-thumb a {
    display: block;
    height: 100%;
}

.all-post-blk .right-sidebar .latest-posts .l-post .lpost-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-post-blk .right-sidebar .latest-posts .lpost-content p.post-date {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.all-post-blk .right-sidebar .latest-posts .lpost-content h3 a {
    font-family: Outfit;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000;
}

.all-post-blk .right-sidebar .latest-posts .lpost-content h4 {
    margin: 0 0 25px;
    position: relative;
    z-index: 9;
}

.all-post-blk .right-sidebar .latest-posts .lpost-content h2 {
    position: relative;
    z-index: 9;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 24px;
    color: #000;
    margin: 0 0 10px;
}

.archive .wf-wrap {
    max-width: 100%;
    width: 100% !important;
    padding: 0 !important;
}

.archive .container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}

.lenergia-pd h2 br {
    display: none;
}

.all-post-blk .all-post-list .post-content h4:nth-child(3), 
.all-post-blk .all-post-list .post-content h2:nth-child(3) {
    background-color: #fbd5c054;
    padding: 10px 20px 10px 20px;
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #761E21;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 20px;
}

.home-blog .all-post-blk .all-post-list .post-content {
    padding: 25px 30px 30px;
    background: #fff;
}

.single-post .botton-wrt h2 {
    font-size: 18px !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1499px) {
    .btn-right-fixed {
        top: 45% !important;
    }

    .wp-right-icon {
        bottom: 130px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .archive .single-hero {
        padding: 60px 15px;
    }

    .set-heading h3 {
        font-size: 30px;
        width: 100%;
    }

    .set-excerpts h3,
    .set-excerpts p {
        width: 100%;
        margin: 0px 0 0;
    }

    .single .entry-content {
        padding: 0 20px 70px;
    }

    .all-post-blk .all-post-list .post-content {
        padding: 25px 20px;
    }

    .all-post-blk {
        gap: 30px;
        padding: 0 15px 60px;
    }

    .all-post-blk .right-sidebar ul.category-list h3 {
        font-size: 26px;
    }

    .all-post-blk .right-sidebar ul.category-list li {
        padding: 20px 0;
    }

    .all-post-blk .right-sidebar .latest-posts h3 {
        margin: 40px 0 20px;
        font-size: 26px;
    }

    .all-post-blk .right-sidebar .latest-posts .lpost-content h3 a {
        font-size: 18px;
        line-height: 24px;
    }

    .all-post-blk .right-sidebar .latest-posts .lpost-content {
        padding: 35px 10px;
    }

    .single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content a.read-more,
    .all-post-blk .all-post-list .post-content .read-more,
    .all-post-blk .right-sidebar .latest-posts .lpost-content a.read-more {
        font-size: 17px;
        line-height: 24px;
    }

    .settori-posts .settori-post .btm-blk {
        padding: 44px 20px;
    }

    /* .settori-posts .settori-post:last-child .settori-excerpt {
        justify-content: flex-start;
    }

    .settori-posts .settori-post:last-child .settori-excerpt a {
        width: auto;
    } */

    .settori-posts .settori-post .btm-blk .left-btn-title {
        width: 30%;
    }

    .settori-posts .settori-post .btm-blk a.settori-readmore {
        width: max-content;
        padding: 0 20px;
        font-size: 16px;
        height: 35px;
        background-image: none;
    }

    /* .settori-posts .settori-post:last-child a.settori-readmore {
        width: auto;
        padding: 24px 50px;
        font-size: 18px;
    } */

    .settori-posts .settori-post .btm-blk .left-btn-title h2 a {
        font-size: 30px;
        word-break: break-all;
    }
.slider-nav .slick-arrow {
    right: 70%;
    
}
.home-blog .all-post-blk {
    padding: 0 15px 0px;
}
.settori-posts .settori-post {
    max-width: calc(100% - 12px);
}
}

@media only screen and (max-width: 1024px) {
    .main-header .hfe-nav-menu__toggle.elementor-clickable {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .main-header .content ol,
    .main-header .content ul {
        margin: 0 !important;
    }

    li#menu-item-3696 {
        display: block;
    }

    .main-header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal {
        padding: 20px !important;
    }

    .main-header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal ul li a.hfe-menu-item {
        padding: 15px 0;
        font-weight: 500;
    }

    .main-header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal ul li a.hfe-sub-menu-item {
        padding: 12px 0px 12px 10px;
        font-weight: 300;
    }

    .main-header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal ul li:last-child a.hfe-menu-item {
        background-color: #EA631F;
        line-height: 15px;
        border: 1px solid #EA631F;
        padding: 15px 35px 15px 30px;
        font-weight: 400;
        display: inline-block;
        margin-top: 18px;
        color: #fff;
        font-size: 22px;
    }

    .main-header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal ul li:last-child a.hfe-menu-item:hover {
        background: #fff !important;
        color: #000;
        border: 1px solid #000;
    }
}

/* @media only screen and (max-width: 991px) {

    .page-id-2548 .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar,
    .page-id-2428 .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar,
    .page-id-2548.sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space,
    .page-id-2428.sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space,
    .page-id-2952 .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar,
    .page-id-2952 .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space .page-id-3117 .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar,
    .page-id-3233 .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar,
    .page-id-3253 .masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
        display: none !important;
    }

    .page-id-2952 .mobile-header-bar,
    .page-id-2952 .mobile-header-space,
    .page-id-3117 .mobile-header-bar,
    .page-id-3117 .mobile-header-space,
    .page-id-3233 .mobile-header-bar,
    .page-id-3233 .mobile-header-space,
    .page-id-3253 .mobile-header-bar,
    .page-id-3253 .mobile-header-space {
        display: none !important;
    }
} */
.all-post-blk .all-post-list .post-content h4 a:hover, .all-post-blk .all-post-list .post-content h2 a:hover {
    color: #e6652b !important;
}

.single-block .single-blk .right-sidebar .latest-posts .latest-post .lpost-content a.read-more:hover,
.all-post-blk .all-post-list .post-content .read-more:hover,
.all-post-blk .right-sidebar .latest-posts .lpost-content a.read-more:hover {
    color: #EA631F !important;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {

    .settori-posts .settori-post .btm-blk .settori-excerpt p,
    .settori-posts .settori-post .btm-blk .settori-excerpt h2 {
        font-size: 16px;
    }

    .p-date {
        font-size: 18px;
    }

    .set-excerpts h3,
    .set-excerpts p {
        width: 100%;
        font-size: 32px;
    }

    .set-heading h3 {
        width: 100%;
        font-size: 30px;
    }

    .hfe-nav-menu-icon {
        padding: 0;
    }

    .btn-right-fixed {
        writing-mode: horizontal-tb !important;
        left: 0 !important;
        bottom: 0px !important;
        transform: translateY(0) !important;
        top: auto !important;
    }

    .btn-right-fixed a {
        height: 15px !important;
        line-height: 0px;
        font-size: 16px !important;
        width: calc(100% - 20px) !important;
    }
    .btn-right-fixed .elementor-button {
    width: 100% !important;
}

    .hsfc-Form .hsfc-Step__Content {
        padding: 0;
    }

    .all-post-blk {
        gap: 10px;
    }

    .all-post-blk .right-sidebar .latest-posts .l-post:last-child {
        margin: 0;
    }

    .table-sec table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-sec th,
    .table-sec td {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .scheda_tecnica_tab ul li {
        padding: 10px !important;
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
    }

    .post-brf {
        padding: 0 20px 50px;
    }

    .single-settori .entry-content .wp-block-columns {
        padding: 0 15px;
    }


    .settori-post h1.entry-title {
        font-size: 40px;
        line-height: 40px;
        margin: 20px 0 0;
    }

    .single-settori .entry-content p {
        margin: 10px 0 0;
    }

    .single-settori .entry-content .grey-blk {
        margin: 30px 0 0;
        padding: 0;
    }

    .single-settori .entry-content h2 {
        font-size: 28px;
    }

    section.settori-post {
        padding: 0 0 60px;
    }

    .single-settori .entry-content .grey-blk {
        padding-bottom: 30px;
    }

    .single-settori .entry-content a {
        font-size: 18px;
        padding: 0 50px 0 30px;
        height: 40px;
    }

    .all-post-blk .all-post-list .post-content {
        padding: 25px 20px 50px;
    }

    .all-post-blk .pagination ul li {
        padding: 0 !important;
    }

    .all-post-blk .pagination ul li a {
        font-size: 18px;
        line-height: 26px;
        padding: 0 30px 0 0;
    }

    .all-post-blk .all-post-list .post-content h4 a, .all-post-blk .all-post-list .post-content h2 a {
        font-size: 26px;
    }

    .all-post-blk .all-post-list .post-content p {
        font-size: 16px;
    }

    .all-post-blk .right-sidebar ul.category-list h3 {
        font-size: 26px;
    }

    .all-post-blk .right-sidebar .latest-posts h3 {
        font-size: 26px;
        margin: 30px 0 20px;
    }

    .all-post-blk .right-sidebar ul.category-list li {
        padding: 25px 0;
    }

    .all-post-blk .right-sidebar .latest-posts .lpost-content h3 a {
        font-size: 22px;
        line-height: 26px;
    }

    .all-post-blk .all-post-list {
        max-width: 100%;
        padding: 0 10px;
    }

    .all-post-blk .right-sidebar {
        max-width: 100%;
        padding: 0 10px;
    }

    .archive .single-hero {
        padding: 60px 0;
        margin: 0 0 50px;
    }

    .hero-content {
        max-width: 100%;
        padding: 0 10px;
    }

    .hero-content h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .hero-content h1 {
        font-size: 50px;
        line-height: 56px;
    }

    .all-post-blk .all-post-list .post-content {
        padding: 25px 15px;
    }

    .all-post-blk .all-post-list .post-content h4 a, .all-post-blk .all-post-list .post-content h2 a {
        font-size: 20px;
    }

    .all-post-blk .all-post-list .post-content p {
        font-size: 16px;
        line-height: 23px;
    }

    .all-post-blk .all-post-list .post-content .read-more {
        font-size: 18px;
        line-height: 26px;
    }

    .all-post-blk .right-sidebar ul.category-list li {
        padding: 25px 0;
    }

    .all-post-blk .right-sidebar ul.category-list h3 {
        font-size: 26px;
    }

    .all-post-blk .right-sidebar .latest-posts h3 {
        font-size: 26px;
        margin: 30px 0 20px;
    }

    .all-post-blk .right-sidebar .latest-posts .lpost-content {
        padding: 15px 25px;
    }

    .all-post-blk .right-sidebar .latest-posts .lpost-content h3 a {
        font-size: 22px;
        line-height: 26px;
    }

    .all-post-blk .pagination ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    .all-post-blk .pagination ul li span.page-numbers.current {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .all-post-blk .right-sidebar .latest-posts .l-post {
        height: 250px;
    }

    .settori-posts .settori-post .btm-blk .left-btn-title {
        max-width: 50%;
        width: 100%;
    }

    /* .settori-posts .settori-post:last-child .left-btn-title {
        max-width: 100%;
    } */

    .settori-posts .settori-post .btm-blk .right-ex {
        max-width: calc(50% - 10px);
    }

    .settori-posts .settori-post .btm-blk .settori-excerpt p,
    .settori-posts .settori-post .btm-blk .settori-excerpt h2 {
        font-size: 16px;
        line-height: 20px;
    }

    /* .settori-posts .settori-post:last-child .right-ex {
        max-width: 100% !important;
    }

    .settori-posts .settori-post:last-child .settori-excerpt p {
        width: 100%;
        margin: 10px 0 10px;
    } */

    .settori-posts .settori-post {
        max-width: 100%;
    }

    .settori-posts .settori-post .settori-thumbnail {
        height: 250px;
    }

    .settori-posts .settori-post .btm-blk {
        padding: 10px 10px 30px;
        gap: 10px;
    }

    .settori-posts .settori-post .btm-blk .left-btn-title h2 a {
        font-size: 26px;
        line-height: 32px;
    }

    .settori-posts .settori-post .btm-blk a.settori-readmore {
        margin: 7px 0 0;
        padding: 0 34px 0 20px;
        height: 36px;
        font-size: 16px;
        width: max-content;
        background-size: 14px;
    }

    .c-icon h2 {
        height: 60px;
        line-height: 60px;
    }

    .simple-post-list .slick-slide {
        height: 390px;
    }

    .simple-post-list .slick-slide .img-part {
        max-width: 100%;
        height: 44%;
    }

    .simple-post-list .slick-slide .cont-part {
        max-width: 100%;
        padding: 25px;
        height: 56%;
        justify-content: flex-start;
    }

    .simple-post-list .slick-slide .cont-part h2 {
        font-size: 30px;
        margin: 0 0 10px;
        line-height: 34px;
    }

    .simple-post-list .slick-slide .cont-part p {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .simple-post-list .slick-slide .img-part a.btn-read-more {
        font-size: 14px;
        line-height: 24px;
        padding: 0 20px;
        height: 31px;
        width: auto;
        background-color: #e6652b !important;
        background-image: none;
        bottom: 0;
        top: auto;
    }

    .slider-nav .post-item {
        height: 100px;
        margin: 0 11px 0 0;
    }

    .elementor-element-ad49635 {
        padding-bottom: 90px;
    }

    .slider-nav .slick-arrow {
        bottom: -50%;
        right: 10%;
        width: 30px;
        height: 30px;
        background-size: 45%;
    }

    .slider-nav .slick-prev {
        margin: 0 30px 0 0;
    }

    .slider-nav .post-item .cont-part h2 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .slider-nav .post-item .cont-part p {
        font-size: 16px;
        line-height: 16px;
        -webkit-line-clamp: 2;
    }

    .slider-nav .post-item .cont-part {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .blog-grid-wrap .blog-grid-inner {
        flex-direction: column;
    }

    .blog-grid-wrap .blog-grid-inner a {
        width: 100%;
        display: block;
    }

    .blog-grid-wrap .blog-grid-inner .blog-grid-content {
        width: 100%;
        background: #fff;
    }

    .blog-grid-wrap .blog-grid-inner a img {
        display: block;
    }

    .blog-grid-wrap {
        gap: 20px;
    }

    .blog-grid-content h2.blog-title {
        font-size: 22px;
        margin: 0;
    }

    .blog-grid-content p.blog-description {
        font-size: 16px;
        margin: 15px 0;
    }

    .blog-grid-content a.read-more-btn {
        font-size: 18px;
        text-align: left;
    }

    .blog-grid-content {
        padding: 25px;
    }

    .blog-grid-wrap .blog-grid-content h5.blog-title {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 18px;
    }

    .contact-form-grid p {
        gap: 0px;
        flex-wrap: wrap;
    }

    .contact-form-btn {
        flex-wrap: wrap;
        gap: 20px;
    }

    .wpcf7-acceptance input[type="checkbox"] {
        width: 37px;
    }

    .contact-form-btn p:last-child {
        flex-direction: row;
    }

    .sld-cont {
        width: 100%;
        margin-left: auto;
    }

    .simple-post-list .slick-list {
        overflow: visible;
    }

    .e-con-full.right-slider {
        margin: 10px 0 0;
    }

    .lenergia-pd h2 br {
        display: block;
    }
}


/**table css**/
.scheda_tecnica_tab ul {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
}

.scheda_tecnica_tab ul li {
    flex: 1;
    padding: 25px;
    background: #FDF0E9;
    text-align: center;
    list-style: none;
    cursor: pointer;
    transition: background 0.3s;
    font-family: Outfit;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000000E5;
}

.scheda_tecnica_tab ul li.active,
.scheda_tecnica_tab ul li:hover {
    background: #EA631F;
    color: white;
}

.scheda_tecnica_tab .tab-content {
    display: none;
    background: #ffffff;
    width: 100%;
}

.scheda_tecnica_tab .tab-content.active {
    display: block;
}

.table-container {
    overflow-x: auto;
}

.table-sec table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.table-sec th,
.table-sec td {
    padding: 15px;
    text-align: center;
    border: 0.5px solid #000000;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000000E5;
}

.table-sec th {
    font-family: Outfit;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000000E5;
}

.table-sec img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.content table {
    margin: unset;
}

.table-sec td {
    width: 20%;
}

.table-sec td:first-child {
    font-family: Outfit;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000E5;
}

.custom-table table,
.custom-table th,
.custom-table table,
.custom-table td {
    border: 1px solid #000;
    padding: 14px;
}

.custom-table th {
    font-size: 22px;
    font-weight: 400;
}

.custom-table tbody td:first-child {
    font-weight: 700;
}

/**table end**/

.btn-right-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    width: auto !important;
    writing-mode: vertical-lr;
    transform: translateY(-50%);
}

.btn-right-fixed .elementor-button {
    height: auto;
    width: auto;
    padding: 20px 15px !important;
}




.wp-right-icon {
    position: fixed;
    bottom: 0%;
    right: 0;
    z-index: 999;
    width: auto !important;
    writing-mode: vertical-lr;
    transform: translateY(-10%);
}

.single-post h2 {
    font-size: 35px !important;
}

.single-post h3 {
    font-size: 28px !important;
}

.single-post h4 {
    font-size: 22px !important;
}




/* Mobile stacked table */
@media (max-width: 767px) {

    .table-sec table,
    .table-sec thead,
    .table-sec tbody,
    .table-sec th,
    .table-sec td,
    .table-sec tr {
        display: block;
        width: 100%;
    }

    .table-sec table {
        width: 100%;
        max-width: 100%;
        border-collapse: collapse;
        min-width: 100%;
    }

    .table-sec td {
        width: 100%;
    }

    .table-sec th,
    .table-sec td {
        border-bottom: unset;
        white-space: normal;
    }

    .table-sec tbody tr:last-child td:last-child {
        border-bottom: 0.5px solid #000000;
    }

    .scheda_tecnica_tab ul li {
        justify-content: center;
        text-align: center !important;
        line-height: 19px !important;
    }
}