/*
Theme Name: Backeri Child
Template:   backeri
Theme URI: https://1.envato.market/backeri-wp
Description: Backeri Child Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: backeri-child
*/

/* OVERWRITING SOCIAL POST ON MAIN PAGE WIDGET  */
.facebook-post .ti-widget-body {
    border-radius: 20px!important;
}

@media only screen and (min-width: 768px) {
    .facebook-post .ti-widget {
        margin: 0!important;
    }

    .facebook-post .ti-layout-container {
        margin-top: 0!important;
    }

    .facebook-post .ti-widget-layout {
        height: 355px!important;
    }

    .facebook-post .ti-layout-item {
        padding: 0;
        height: 355px!important;
    }

    .facebook-post .ti-widget-body {
        overflow-y: hidden!important;
        border-radius: 20px!important;
    }

    .facebook-post .ti-widget-body img {
        height: 355px!important;
    }
}