/*
Theme Name: TwentyTwenty Child
Theme URI: http://example.com/
Description: Tema Custom per il tema TwentyTwenty
Author: Gianmaria Bresssan
Author URI: info@gianmaria.bressan.it
Template: twentytwenty
Version: 0.1.0
*/
body{
    background-color: #fff;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
p, a, span, li{
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
}
h1,h2,h3,h4,h5, b, strong{
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
/* HEADER */
#site-header{
    background-color: #89cd46;
}
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover{
    text-decoration: none !important;
    color: #064f27 !important;
    font-size: 15px;
    letter-spacing: 0;
}
body:not(.overlay-header) .primary-menu > li > a:hover{
    color: #D21044 !important;
}
@media(min-width: 1000px){
    .header-inner{
        padding: 10px 0;
    }
}
@media(min-width: 700px){
    .site-logo img{
        max-width: 180px;
    }
}

/*
    FOOTER
 */
footer#site-footer{
    background-color: #064f27;
    padding: 30px 0;
}
#site-footer a, #site-footer p, #site-footer span, #site-footer{
    color: #fff;
    font-size: 14px;
}
#site-footer ul{
    padding-inline-start: 0 !important;
    margin: 0;
}
#site-footer ul li, .post-meta .meta-wrapper, .post-meta .meta-wrapperspan, .post-meta .meta-wrapper li{
    list-style: none;
    margin: 0;
    font-size: 14px;
}
.entry-categories{
    margin-bottom: 0;
}
.entry-categories-inner{
    margin-bottom: 0; 
    justify-content: flex-start;
}
.single-post .entry-categories-inner{
    justify-content: center;
}
.entry-categories a{
    margin-top: 20px;
    font-size: 13px;
    text-decoration: none;
    text-transform: unset;
    color: #064f27;
    letter-spacing: 0;
}
/*
 LISTA PRODOTTI
 */
h2.entry-title a{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    text-decoration: none !important;
}
.link-item a{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cd2653;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}
.footer-widgets-outer-wrapper{
    border-bottom: none;
}
.box-left-sidebar{
    background-color: #89cd46;
}
.box-left-sidebar .widget .widget-title{
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
}
.item-article{  
    position: relative;
    display: block;
    width: 100%; 
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.image-list img{
    max-width: 100%;
    width: 100%;
}
.image-list{
    padding: 30px 0 30px 40px;
}
.ant-post{
    padding: 20px 40px 20px 40px;
}
.item-inner header .post-meta-wrapper{
    display: none;
}
.articolo-singolo .post-comment-link{
    display: none;
}
.item-article .section-inner.medium{
    max-width: 100%;
    width: 100%;
}
h1.entry-title{
    font-size: 40px;
    text-align: center;
}
.post-meta{
    margin-bottom: 10px;
}
.post-meta li.meta-wrapper{
    font-size: 12px !important;
    margin-right: 10px !important;
}
.post-meta .post-author .meta-icon svg{
    width: 12px;
}
.torna-indietro{
    margin-top: 20px;
}
.torna-indietro a{
    font-size: 12px;
    text-decoration: none;
    color: #064f27;
    transition: all 0.2s linear;
}
.torna-indietro a:hover{
    text-decoration: underline;
}
.icon-arrow{
    width: 15px;
    height: 20px;
    background-image: url('assets/img/left-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.menu-bottom{
    display: none;
}
.footer-widgets{
    width: 100%;
}
.box-left-sidebar input.search-submit{
    font-size: 14px !important;
    padding: 10px;
}
.singular .intro-text{
    width: 100%;
}
.section-inner.small{
    max-width: 100%;
}
.singular .intro-text p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.section-inner{
    width: 100%;
}
.singular .featured-media-inner{
    left: 0;
}
.featured-media img{
    max-width: 60%;
    margin: 0 auto;
}
h1, .heading-size-1{
    font-size: 6rem;
}
.header-inner{
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 992px){
    .box-left-sidebar{
        position: relative;
        display: inline-block;
        margin: 0;
        width: 300px;
        padding: 0 30px;
        float: left;
    }
    .box-right{
        position: relative;
        display: inline-block;
        width: calc(100% - 310px);
        padding: 50px;
    }
    h2.entry-title{
        font-size: 5rem;
    }
    p{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .box-left-sidebar{
        position: relative;
        width: 100%;
        padding: 0 30px;
    }
    .box-right{
        position: relative;
        width: 100%;
    }
    .item-article{
        width: calc(100% - 40px);
        margin-left: 20px;
        box-shadow: none;
        margin-top: 30px;
        padding: 14px;
    }
    .image-list{
        height: 250px;
    }
    .toggle-text{
        margin-top: 5px;
        color: #064f27 !important;
    }
    .nav-toggle .toggle-icon{
        overflow: unset;
        width: unset;
        height: unset;
        display: block;
    }
    ul.primary-menu{ 
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.0277em; 
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .torna-indietro{
        margin-bottom: 20px;
    }
    .comments-wrapper{
        padding: 20px;
    }
    button.close-nav-toggle{
        padding-right: 20px !important
    }
}
button{
    outline: none !important;
}
.post-date{
    display: none !important;
}
.section-inner.medium, .post-meta-wrapper{
    max-width: 100%;
}
@media( min-width: 700px ){
    .singular .entry-header{
        padding: 50px 0 0px;
    }
    .post-meta-single-top .post-meta{
        justify-content: start;
        padding-left: 30px;
    }
}
@media(max-width: 699px){
    .singular .entry-header{
        padding: 50px 0 0px;
    }
}
.tags{
    margin-top: 10px; 
}
.single-post .tags{
text-align: center;
}
.tags b{
    font-size: 12px;
    margin-right: 5px;
}
h2.entry-title, h2.comment-reply-title{
    font-size: 30px;
    line-height: 35px;
}


