

/*  */

rs-layer-wrap.rs-parallax-wrap.rs-layer-hidden {
    display: block !important;
}
/*Hide blog date */
.blog_holder article .post_info a, .blog_holder article .post_text h2 .date, .blog_holder article .post_info, .latest_post_inner .post_infos {
    display: none !important;
}

/*Gravity forms - border fields */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium {
    border: 1px solid black !important;
}


/*post - color date*/
span.post_infos {
    color: #54cf47 !important;
}

/*General css*/
.qode_video_box .qode_video_image::after{
    display: none;
}

.latest_post_holder.boxes>ul>li, .latest_post_holder.dividers>ul>li {
    background-color: transparent;
}

.header_top .left .q_icon_list{
    display: inline-block;
    margin-right: 10px;
}

.header_top .left .custom-html-widget .q_icon_list:last-child{
    margin-right: 0;
}

header .header_top .q_social_icon_holder{
    float: none;
    width: auto;
}
.header_top{
    height: 47px;
    line-height: 47px;
}
aside .widget .latest_post a {
    font-weight: 600;
}
.single-post .content .container .container_inner{
    margin-bottom: 80px;
}
.header_bottom, header.sticky .header_bottom{
    box-shadow: 0 1px 46px rgba(0,0,0,.07);
}

span.qode_video_box_button_arrow {
    margin-left: 3px;
}
aside .widget.widget_categories a{
   color:  #9e9c9c;
   font-weight: 500;
}
@media (max-width: 767px) { .quality_boxes .vc_column_container.vc_col-sm-2 {
    width: 50%;
    float: left;
height: 280px;
} 
.header_top .left .custom-html-widget .q_icon_list:last-child {
    display: none;
}
.header_top .right {
    display: none;
}}
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.header_top .right {
    float: right !important;
    height: auto;
    width: 40%;
}
.header_top .left {
    float: left !important;
    height: auto;
    width: 60%;
}
    }