/* 
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 */

.post-grid-wrapper,.team-grid-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.post-grid-item{
    width:31%;
    margin:10px;
    background-color:#0f3139;
}
.post-grid-content{
    padding:16px;
}
.post-grid-item *{ color:#fff!important; }
.post-grid-item img{
    width:100%;
}
.load-more{
    text-align: center;
}
.site-btn{
    background-color:#8bb7c0;
    font-size:16px;
    color:#fff;
    padding:19px;
    text-decoration:none!important;
    transition:all 0.2s;
    margin:10px 0;
    display:table;

}
.site-btn:hover{
    background-color:#e4ae0e;
}
.team-grid-item{
    width:23%;
    margin:10px;
}
.team-grid-content>h3{ padding-bottom:5px;margin-bottom:5px; border-bottom:1px solid #7A7A7A91; display: table; margin: 0 auto; }
.team-grid-item img{
    max-height:390px;
    object-fit:cover;
}
@media(max-width:769px){
    .post-grid-wrapper,.team-grid-wrapper{ display:block; }
    .post-grid-item,.team-grid-item{ width:100%; }
}