/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.ajax-load-more-wrap ul{
    gap: 30px;
    display: flex;
    flex-direction: column;
	padding: 0;
}
.ajax-load-more-wrap article{
    display: flex;
    align-items: center;
    gap: 40px;
}
.ajax-load-more-wrap img{
    width: 50%;
}
.ajax-load-more-wrap h2{
    font-family: "Roboto Slab", Sans-serif;
    color: #21293c;
}
.ajax-load-more-wrap h2 a{
    color: #21293c;
}
.ajax-load-more-wrap a.bttn{
    background: #862221;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
}


.alm-btn-wrap{
    visibility: visible;
    margin: 50px 0 0;
}
.alm-btn-wrap .alm-load-more-btn{
    background: #3a94de;
    color: #FFF;
    border: none;
    border-radius: 0;
}

.alm-load-more-btn.done{
    opacity: .2;
}

@media screen and (max-width:767px){
.ajax-load-more-wrap article {
    flex-direction: column;
}
}