/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.titoli {
    padding: 0 0 0 20px;
    border-width: 0 0 0 6px;
    border-color: #E6B727;
    border-style: solid;
}

.titoli-post {
    padding: 0 0 0 10px;
    border-width: 0 0 0 6px;
    border-color: #E6B727;
    border-style: solid;
}


.elementor-slide-heading {   padding: 0 0 0 20px;
    border-width: 0 0 0 6px;
    border-color: #E6B727;
    border-style: solid; max-width:60%; }

.swiper-slide-contents {
    width: 1150px;
}

@media screen and (max-width: 1024px) {
.swiper-slide-contents {    width: 960px;}
.elementor-slide-heading {  max-width:100%; }
}


@media screen and (max-width: 720px) {
.swiper-slide-contents {
    width: 100%;
	
}
	.elementor-slide-heading {   padding: 0 0 0 20px;
    border-width: 0 0 0 6px;
    border-color: #E6B727;
    border-style: solid; max-width:100%; }
}