/*
Theme Name: MagazineVibe Child
Theme URI: http://magazinevibe.edge-themes.com
Description: MagazineVibe Child Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: magazinevibe
*/
@import url("../magazinevibe/style.css");

.edgtf-column-inner .edgtf-block-slider-navigation-holder {
    display: none;
}

.widget.popular-posts ul.wpp-list.wpp-list-with-thumbnails {
    list-style: none;
}

.widget.popular-posts ul.wpp-list.wpp-list-with-thumbnails > li {
    padding: 5px 0;
}

.widget.popular-posts ul.wpp-list.wpp-list-with-thumbnails > li > a {
    display: block;
}

.widget.popular-posts ul.wpp-list.wpp-list-with-thumbnails > li > span {
    display: flex;
}

.widget.popular-posts ul.wpp-list.wpp-list-with-thumbnails > li > a > img.wpp-thumbnail {
    margin-right: 10px;
}

.ginput_complex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ginput_complex span {
    display: flex;
    flex-flow: column;
    align-content: space-between;
    min-width: 50%;
    margin: 0;
}

.gform_fields textarea, 
.gform_fields select, 
.gform_fields input[type="date"], 
.gform_fields input[type="datetime"], 
.gform_fields input[type="datetime-local"], 
.gform_fields input[type="email"], 
.gform_fields input[type="month"], 
.gform_fields input[type="week"], 
.gform_fields input[type="number"], 
.gform_fields input[type="password"], 
.gform_fields input[type="search"], 
.gform_fields input[type="text"], 
.gform_fields input[type="time"], 
.gform_fields input[type="url"], 
.gform_fields input[type="tel"], 
.gform_fields input[type="time"]
{
    width: auto;
    margin-right: 5px;
}

.single-contest .edgtf-blog-holder article .edgtf-post-info-category {
    display: none;
}

@media screen and (max-width: 640px) {
    .ginput_complex span {
        width: 100%;
    }
}

.alm-reveal > .edgtf-blog-single > article {
    margin-top: 50px;
}