/*
Theme Name: Martinez
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Martinez
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.0.2.1717829836
Updated: 2024-06-08 06:57:16

*/

.slide-content {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
.slide-content > div {
    flex: 50%;
}
.slide-content {
    background: #fff;
}
.slide-image {
    padding: 0;
    margin: 0;
    background: #fcfbf9;
    width: 100%;
	background-position: center;
	background-size: 80%;
    background-repeat: no-repeat;
}
.footer-slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.slide-info {
    padding: 25px;
}
.slide-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
	background-size: contain;
}
img.icona_allegato {
    max-height: 51px;
}
.custom-posts-slider  .post-category, .custom-posts-slider  .post-category * {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.custom-posts-slider  a.read-more {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: var(--e-global-color-secondary);
}
.custom-posts-slider .slide.slick-slide {
    padding: 0 30px;
}
.custom-posts-slider .post-date {
    font-size: 11px;
    padding-top: 4px;
    font-weight: 500;
}
.custom-posts-slider .post-excerpt {
    color: #0E141E;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 500;
	color: var(--e-global-color-secondary);
}
.custom-posts-slider .post-title a{
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    padding-top: 25px;
    padding-bottom: 15px;
	font-family: "Yrsa", Sans-serif;
	display:block;
	color:#333;
}
.custom-posts-slider button.slick-next.slick-arrow {
    background: #5e1b21;
    height: 60px;
    width: 30px;
    border-radius: 0 60px 60px 0;
}
.custom-posts-slider-navigazione button.slick-next.slick-arrow:before, .custom-posts-slider-navigazione button.slick-prev.slick-arrow:before{display:none}
.custom-posts-slider-navigazione button.slick-next.slick-arrow {
    background: #5e1b21!important;
    height: 60px!important;
    width: 30px!important;
    border-radius: 8px 60px 60px 8px!important;
    background-image: url(https://martinez.testsviluppo.it/wp-content/uploads/2024/06/freccia.png)!important;
    background-size: 17px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.custom-posts-slider-navigazione button.slick-prev.slick-arrow {
    background: #5e1b21!important;
    height: 60px!important;
    width: 30px!important;
    border-radius: 80px 8px 8px 80px!important;
    background-image: url(https://martinez.testsviluppo.it/wp-content/uploads/2024/06/freccia_sx.png)!important;
    background-size: 17px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}





@media(min-width:960px){
	.slide-image {min-height: 380px;}
}
@media(max-width:960px){
	.slide-info{order:2}
	.slide-image{
		order:1;
		min-height:200px
	}
	.slide-content {
    	flex-direction: column;
	}
	.custom-posts-slider-navigazione .slick-next {
    	right: 0!important;
	}
	.custom-posts-slider-navigazione .slick-prev {
    	left: 0!important;
	}
}

