/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

@font-face {
    font-family: 'TCB-AvantGarde';
    src: url('font/AvantGardeITCbyBT-Book.eot');
    src: url('font/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('font/AvantGardeITCbyBT-Book.woff') format('woff'), url('font/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('font/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TCB-AvantGarde';
    src: url('font/AvantGardeITCbyBT-Demi.eot');
    src: url('font/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeITCbyBT-Demi.woff2') format('woff2'), url('font/AvantGardeITCbyBT-Demi.woff') format('woff'), url('font/AvantGardeITCbyBT-Demi.ttf') format('truetype'), url('font/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TCB-AvantGarde';
    src: url('font/AvantGardeITCbyBT-Medium.eot');
    src: url('font/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('font/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('font/AvantGardeITCbyBT-Medium.woff') format('woff'), url('font/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('font/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

* {
    font-family: dashicons, "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome", "TCB-AvantGarde", sans-serif!important;
}

.tcb-bloglst-img {
    width: 150px;
    display: inline-block!important;
}

.tcb-bloglst-img>img {
    vertical-align: middle!important;
}

.tcb-bloglst-content {
    width: calc(100% - 170px);
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

article.et_pb_post {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 2px dotted #000;
}

article.et_pb_post:last-child {
    border-bottom: none;
}

@media screen and (max-width:768px) {
    .tcb-bloglst-img {
        width: 150px;
        display: block!important;
        margin: 0 auto;
    }
    .tcb-bloglst-content {
        width: 90%;
        margin-left: 0px;
        margin: 0 auto;
        vertical-align: middle;
        display: block;
    }
}