/*
Theme Name: Italuil Theme
Theme URI: https://wpastra.com/
Template: astra
Author: Pubblisole
Author URI: https://pubblisole.it
Version: 4.6.0.1704363770
Updated: 2024-01-04 11:22:50
*/

body {
	width: 100vw;
	overflow-x: hidden;
}

#logo {
    transition: all .6s ease-in-out;
}

div.intro {
	margin: 20px 0 40px;
}

header ul a{
    transition: all .6s ease-in-out;
}

.testo-servizi h2, .testo-servizi h3, .testo-servizi h4 {
    color: #097bc1;
    margin: 3em 0 .6em;
}

.testo-servizi b, .testo-servizi strong {
	color: #2a5672;
}

.intro h2, .intro h3, .intro h4 {
    color: #097bc1;
    margin: 3em 0 .6em;
}

.titolo-categoria small {
    font-size: 50%;
    font-weight: 400;
}

.elementor-sticky--effects #logo {
    max-width: 120px;
}

.elementor-sticky--effects ul a{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.condividi-social {
    display: flex;
    gap: 12px;
    width: 100%;
    background: #f4f4f4;
    padding: 10px 20px;
    margin-top:2%;
}

.condividi-social a.facebook {
    background: url(http://italuil.pubblisole.it/wp-content/uploads/2024/02/fb-social.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
    padding-right: 28px
}
.condividi-social a.twitter {
    background: url(http://italuil.pubblisole.it/wp-content/uploads/2024/02/x-social.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
    padding-right: 28px
}

.menu-interno {
    margin: 20px 0;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.menu-interno button {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #333;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: .8em;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s ease-in-out;
}

.menu-interno button.opened svg {
    transform: rotate(180deg);
}

.menu-interno button svg{
    width: 20px;
    aspect-ratio: 1/1;
    transition: all .6s ease-in-out;
}

.menu-interno button:hover {
    background-color: #e3e2e2;
    font-size: .9em;
}

.menu-interno #contenuto-menu-pagina {
    background-color: #f9f9f9;
    padding: 0 20px;
    max-height: 0;
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.menu-interno #contenuto-menu-pagina.visible {
    max-height: fit-content;
    padding: 20px;
}

.menu-interno #contenuto-menu-pagina a {
    color: #0A1A3D;
    transition: all .4s ease-in-out;
}

.menu-interno #contenuto-menu-pagina .primo-livello {
    list-style-type: square;
}

.menu-interno #contenuto-menu-pagina ul {
    margin: 0 0 1.5em 1.5em;
}

.menu-interno #contenuto-menu-pagina .secondo-livello {
    list-style-type: circle;
}

.menu-interno #contenuto-menu-pagina a:hover {
    color: #007BC1 ;
}

.elementor-editor-element-settings, p {
    margin: 0 !important;
}

.download_section svg path{
    stroke: #007BC1;
    transition: all .4s ease-in-out;
}
.download_section {
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.download_section p, .download_section h2 {
    margin-bottom: 0;
    transition: color .4s ease-in-out;
}
.download_section:hover * {
    color: #fff !important;
    stroke: #fff;
}
.download_section:hover {
    transform: translatey(-5px)
}
*:focus, *:active {
    outline: none !important;
    outline-color: none !important;
}
.servizi-template-default #content nav {
    display: none;
}
.servizi-template-default .contenuto-custom .blocco-sottopagine {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 12px;
    margin-top: 4%;
}
.servizi-template-default .contenuto-custom .blocco-sottopagine li {
    list-style: none;
}
.servizi-template-default .contenuto-custom .blocco-sottopagine li a{
    padding: 20px;
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 8px #00000030;
    text-align: center;
    transition: all .6s ease-in-out;
    color: #333;
}
.servizi-template-default .contenuto-custom .blocco-sottopagine li a:hover{
    transform: translatey(-5px);
    background-color: #007BC1;
    color: #fff;
}
.banner-categoria-servizio .wrapper-banner {
    padding: 50px 20px !important;
}
.single-servizi-italuil #secondary {
    padding: 60px !important;
}

.search .ast-article-post .post-thumb-img-content img {
    object-fit: cover;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2vh;
}

@media(max-width: 750px){
	.post-grid {
    grid-template-columns: 1fr;
	}
}

.post-grid .post {
    padding: 3vh;
    border-radius: 20px;
    box-shadow: 3px 6px 10px #00000020;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    transition: all .6s ease-in-out;
}

.post-grid .post:hover {
    background-color: #007BC1;
    transform: translateY(-5px);
    box-shadow: 3px 11px 10px #00000040;
}

.post-grid .post:hover *{
    color: #fff;
}

.post-grid .post > *{
    transition: all .4s ease-in-out;
}

.post-grid .post a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.post-grid .post h2 {
    color: #007BC1;
    font-size: 20px;
}

.type-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -20px;
}

.type-grid * {
    font-size: .7em;
}

#breadcrumbs span span:nth-child(1){
    display:none;
}

.titolo-categoria a {
    color: #fff;
}

.titolo-categoria a:hover {
    color: #489df3;
}















/* codice di Brian */
.banner-news {
    position: relative;
}

.banner-news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Colore nero con un'opacità del 60% */
    z-index: 1; /* Assicura che l'overlay sia sopra l'immagine di sfondo */
}

.banner-news > div.contenuto-banner {
    position: relative; /* Assicura che il contenuto sia sovrapposto all'overlay */
    z-index: 2; /* Assicura che il contenuto sia sopra l'overlay */
}
.single-post #primary {
    margin-top: 0px !important;
}
.contenuto-banner {
    display: block;
    width: 100%;
}
.titolo-banner {
    color: #FFFFFF;
    font-size: 3em;
    text-align: left;
    font-weight: 600;
    line-height: 1.2em;
    max-width:1000px;
    margin: 0;
}
@media(max-width:750px){
    .titolo-banner {
        font-size: 1.4em;
    }
    .banner-news {
        padding: 20vh 0 20vh !important;
    }
    .banner-immagine {
        display:none !important;
    }
    .banner-news {
        height: 40vh !important;
    }
}
.banner-immagine {
    display: block;
    width: 100%;
    margin-top: 40px;
    z-index: 3;

}
.banner-news {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding: 15vh 0 15vh;
    background-size: cover;
    background-position: center;
}
.blocco-banner-news {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.immagine-piccola-banner {
    max-width: 300px;
    float: right;
    border-radius: 20px;
    overflow:hidden;
    display: block;
    margin-top: -100px;
}
.contenuto-banner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}
.contenuto-banner-immagine {
    max-width: 1350px;
    margin: 0 auto;
}
.ast-container .banner-news {
    display: none;
}
.single-post .ast-related-posts-wrapper .entry-meta {display: none;}

.search-results .post-thumb, .cat-links {
    display: none !important;
}
.single-primo-piano-attivita #main .e-con-inner .e-con-full.e-flex.e-con.e-child:first-child {
    display: none;
}
.single-primo-piano-attivita #main  .e-con-inner .e-con-full.e-flex.e-con.e-child:nth-child(2) {
    width: 100%;
}

.condividi-social a {
    color: #000;
    font-weight: 600;
}
.condividi-social a:hover {
    transition: all 0.3s;
    color: #007BC1;
}
/*.elementor-widget-premium-addon-blog .premium-blog-content-wrapper {
  height: 100%;
}*/
.elementor-widget-premium-addon-blog  .premium-blog-inner-container {
    height: 100%;
    justify-content: space-between;
}
.premium-blog-post-container

.navigation.post-navigation
{
    display: none;
}

.blocco-categoria .immagine-servizio
{
    width: 100px;
    text-align: center;
}
.blocco-categoria .wrapper-top.is-active
{

    border-bottom: 1px solid #e8e8e8;
}
.blocco-categoria .wrapper-bottom h5
{
    background: url(../wp-content/uploads/2024/02/arrow.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: left center;
}
.blocco-categoria  {
    display: block;
    float: left;
    width: 100%;
}
.blocco-categoria  .wrapper-bottom .blocco-titolo-servizio
{
    width: 50%;
    float: left;
}
.blocco-categoria  .wrapper-top
{
    display: flex;
    align-items: center;
}
.blocco-categoria  .wrapper-top h3
{
    margin-bottom: 0px;
}
.blocco-categoria  .wrapper-top img
{
    margin-right: 20px;
}
.blocco-categoria .wrapper-bottom {
    display: none;
    float: left;
    width: 100%;
}
.blocco-shortcode .blocco-categoria
{
    box-shadow: 0px 6px 17px 4px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 40px;
}
.blocco-shortcode .blocco-categoria .wrapper-top, .blocco-shortcode .blocco-categoria .wrapper-bottom {padding: 30px;}

.banner-main .premium-blog-content-wrapper {
    text-align: left;
    justify-content: flex-end;
    max-width: 1600px;
    margin: 0 auto;
    left: calc(50% - 800px);
    max-width: 800px;
}
.box-nome p {margin-bottom: 0px;}
.single-box-contatti p {margin-bottom: 0px;}
.box-modulo  .wrapper-top .third-field {
    width: calc(50% - 10px);
}
.box-modulo .wrapper-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}
.box-modulo input[type="email"],.box-modulo  input[type="number"], .box-modulo input[type="password"], .box-modulo input[type="tel"],.box-modulo input[type="text"], .box-modulo  select, .box-modulo textarea{
    border-radius: 0px !important;
    border-width: 0px;
    box-shadow: none;

}
.box-modulo .box-send {
    display: flex;
    justify-content: space-between;
}
.box-modulo #invia_richiesta {
    float: right;
    background-color: #007BC1;
    border-radius: 0px !important;
}


article.servizi-italuil {
    padding: 0px !important;
}
#Premessa {
    color: #005E93;
    font-weight: 700;
}
.contenuto-custom h2, .contenuto-custom h3, .contenuto-custom h4, .contenuto-custom h5, .contenuto-custom h6 {
    color: #007BC1 !important;
}
.contenuto-custom ul {
    list-style: disc;
    margin: 14px;
}
.contenuto-custom  li::marker {
    color: #007bc1;
}
#DateServizio {
    background: #F7F7F7;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 40px 0px;
}
.single-servizi-italuil .entry-meta {display: none;}
.single-servizi-italuil .span-data {
    font-weight: 700;
}

.ast-left-sidebar #secondary {
    background:  #007BC1 !important
}
.single-servizi-italuil  #primary {
    padding-left: 40px !important;
}
.single-servizi-italuil .blocco-categoria .immagine-servizio {display: none !important;}
.single-servizi-italuil .blocco-categoria h3, .single-servizi-italuil .blocco-categoria h5
{
    color: #fff;
}
.single-servizi-italuil .blocco-categoria .wrapper-top h3
{
    margin-bottom: 0px;
    font-size: 18px;
}
.single-servizi-italuil .blocco-categoria
{
    border-bottom: 1px solid #ffffff54;
    padding: 15px 0px;
}
.single-servizi-italuil #secondary {padding-left: 60px; padding-top: 60px; }
.single-servizi-italuil #secondary h2 {
    display: none;
}
.single-servizi-italuil .blocco-categoria .wrapper-bottom .blocco-titolo-servizio
{
    width: 100%;
    float: left;
}
.single-servizi-italuil .blocco-categoria .wrapper-bottom h5
{
    background: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position: left center;
    padding: 20px 0px 0px 0px;
    cursor: pointer;
}
.single-servizi-italuil .blocco-categoria .wrapper-top {cursor: pointer;}
.single-servizi-italuil .blocco-categoria .wrapper-top.is-active
{
    border-bottom: 0px solid #e8e8e8;
}
.single-servizi-italuil .blocco-categoria .wrapper-bottom h5 a {color:#fff !important;font-weight: 400;}
.banner-categoria-servizio {
    background-color: #002656;
}
.banner-categoria-servizio .wrapper-banner {
    max-width: 1600px;
    text-align: left;
    margin: 0 auto;
    padding: 50px 0px;
}
.banner-categoria-servizio .titolo-categoria {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 800;
    display: block;
}
.nascosto {display: none;}
.single-servizi-italuil .nascosto {display: block;}