/*
Theme Name:Child Theme
Description: Child Theme
Template: Divi
jbVersion: 2.0
Tags: buddypress
*/

/* Styles for Custom Blog Module (image left + text right)
=============================== */
@font-face {
    font-family: 'axiformaextrabold';
    src: url('kastelov_-_axiforma_extrabold-webfont.woff2') format('woff2'),
         url('kastelov_-_axiforma_extrabold-webfont.woff') format('woff'),
         url('kastelov_-_axiforma_extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wpc-blog-article {
    margin-bottom: 4%;
}
.wpc-blog-article h2 {
    margin-top: 0;
}
.wpc-image {
    width: 40%;
    float: left;
}
.wpc-content-wrap {
    float: right;
    width: 56%;
}

@media (max-width: 676px) {
    .wpc-image,
    .wpc-content-wrap {
        float: none;
        width: 100%;
    }
    .wpc-image {
        margin-bottom: 20px;
    }
}

/* Styles Peepso Nav Bar
=============================== */
.ps-navbar__menu-link {
    color: #ffffff !important;
}
.ps-navbar__menu-link:hover {
    color: #cfcfcf !important;
}