/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cf-open {
    /*right:91% !important;*/
}

.cf-slider-container {
    transition: right 0.5s ease-out;
}

.cf-hide-load-more .e-loop__load-more {
    display:none;
}

.tweets-four-row .elementor-posts--skin-full_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}



@media only screen and (max-width: 1024px){
     .tweets-four-row .elementor-posts--skin-full_content {
        grid-template-columns: repeat(2, 1fr);
     }
}

@media only screen and (max-width: 600px){
     .tweets-four-row .elementor-posts--skin-full_content {
        grid-template-columns: repeat(1, 1fr);
     }
}

.cf-comments-disabled { display: none }

.tweets-four-row .elementor-posts--skin-full_content article { padding:10px; }