/*
Theme Name: Theme child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .divFLRARight, .divFLRALeft {
        display: none;
    }
    .list-post-col {
        flex-direction: column;
    }
}

.infinity-post-background {
    transition: .5s ease-in-out all;
    line-height: 0;
    min-height: 150px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.infinity-post-title {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    background-color: #ad1a52;
    font-size: 16px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    height: 26px;
}

.list-post-col {
    display: flex;
}

.list-post-col .column {
    flex: 1;
    padding: 10px;
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
}
.heading-show {
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
}
h3.heading-show::before {
    content: '';
    bottom: 0;
    background: #333;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 45px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.infinity-post-background img:hover {
    transform: scale(1.5);
    transition: all 2s;
}
.infinity-post-background img {

    object-fit: cover;
}
.list-post-col .infinity-post-background img {
    height:345px
}
#link_button-75-8 {
    flex-direction: unset;
    display: block;
    clear: both;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: static;
    left: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px 16px;
    border-radius: 3px;
}
#link_button-75-8 {
    background-color: #ad1a52;
    border: 1px solid #ad1a52;
    color: #fff;
}
.category-list-home .category-title {
    display: inline-block;
    float: left;
    padding: 5px 15px 9px 15px;
    background-color: #ad1a52;
    color: #e8e8e8;
    margin: 5px;
    border-radius: 15px;

}
.category-list-home .category-title * {
    font-size: 16px;
}

.absolute-footer.dark {
    display: none;
}
.cat-item a {
    color: #fff;
    background-color: #222;
    padding: 3px 6px 4px;
    white-space: nowrap;
    font-size: 11px;
}