/*
Theme Name: KICKCUBE WP Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the KICKCUBE Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Template: kickcube-wp
Author: An-Themes
Author URI: http://www.anthemes.com/
Tags: black, white, green, blue
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body .lae-project-image img {
    height: 300px;
    object-fit: contain;
}
.single-members_antics .inner-cell {
    display: none !important;
}
.member_antics {
    /* float: left; */
    width: 100%;
    display: flex;
}
.member_antics_main h2 {
    margin-bottom: 41px;
    text-align: center;
}
.featured_area {
    width: 100%;
    /* float: left; */
    /* clear: both; */
}
.featured_post_big {
    width: 67%;
    float: left;
}
.featured_post_small {
    float: right;
    width: 33%;
}
.featured_post_listing.nb_1, .featured_post_listing.nb_2 {
    height: 50%;
    float: 50%;
}
.featured_post_big img {
    width: 98%;
}
.content_araa {
    position: relative;
    top: -84px;
    width: 100%;
    font-weight: 900;
    font-size: 25px;
    margin-left: 10px;
    color: white;
    line-height: 29px;
}
body .content_araa a { 
	color:#fff !important;
}