/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */

 @font-face {
  font-family: 'uicore-icons';
  src: url('https://pensarefare.it/wp-content/plugins/uicore-framework/assets/fonts/uicore-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

 #respond.comment-respond {display: none}
 .aligncenter {margin:auto;}
 .wp-caption-text {font-size: 14px;}
 .gallery {
     display: flex;
     justify-content: space-around;
     flex-direction: row;
 }
.gallery .gallery-item {
    padding:20px;
}
 
@media(max-width:576px){
    .gallery {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}   


.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .tlday {
    font-size:60px;
}

@media (max-width: 768px) {
    .wpex-tltitle.wpex-loadmore {
        text-align:left;display:block;margin-left: 7px;
    }
    .wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .tlday {
        font-size:37px;
    }
    .wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-content-left .wpex-leftdate {
        padding: 15px 30px 0px 30px;
    }
    .timeline-details .tlct-shortdes {
        text-align: left;
    }
    
}	


