/*
Theme Name:     Ukeess Child
Theme URI:      http://www.ukeess.com/
Description:    Child theme for swanxy
Author:         Roman Zvyazok
Author URI:     https://github.com/Roman1488
Template:       swanxy
Version:        0.1.0
*/
@import url("style_4.css");

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content > * {
    opacity: 1 !important;
}
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item::after {
    background-color: rgba(11, 217, 254, 0.5) !important;
}
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content > * {
    transform: translateY(0) !important;
}
.tm-posts_item_content {
    background-color: rgba(11, 217, 254, 0.5) !important;
    display: flex;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 0 10px !important;
    min-height: 100px !important;
}
.tm-posts_item_title {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
}
.tm-posts_item_meta {
    display: none;
}
.site-header.default .header-container:after, .site-header.style-4 .header-container:after {
    border-bottom: 1px solid #a5a6a8 !important;
}
.social-list .menu-item > a:before {
    color: #fff !important;
    transition: 0.2s;
 }
.social-list .menu-item > a:hover:before {
    color: #0bb8fd !important;
}