/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.18
Template: bridge
*/
@import url("../bridge/style.css");

header nav.main_menu > ul > li:hover > a {
    opacity: 1;
    color: #00c4a5
}

.content_inner > .container:first-child {
    padding-top: 3em;
}

.footer_bottom .normal_social a {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: lowercase;
}
nav.main_menu > ul > li > a {
    text-transform: lowercase;
    font-weight: 400;
}

/* Latest post */
.last_post {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid #eeeeee;
}
.last_post .post_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 600px) {
    .last_post {
        display: flex;
    }
    .last_post .post_image {
        width: 70%;
    }
    .last_post .post_text {
        width: 30%;
        margin-left: 3em;
    }
}

/* Featured posts */
.featured_posts {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid #eeeeee;
}
.featured_post .post_text_inner {
    padding: 17px 15px 0;
}
.featured_post + .featured_post {
    margin-top: 3em;
}
@media screen and (min-width: 600px) {
    .featured_posts {
        display: flex;
    }
    .featured_post {
        width: 100%;
    }
    .featured_post:first-child {
        margin-right: 1.5em;
    }
    .featured_post:nth-child(2) {
        margin-left: 1.5em;
    }

    .featured_post + .featured_post {
        margin-top: 0;
    }
}

@font-face {
    font-family:bodoni std poster;
    src: url(https://www.littlefashionparadise.com/wp-content/uploads/2020/11/Bodoni-STD-Poster.woff) format('woff'), url(https://www.littlefashionparadise.com/wp-content/uploads/2020/11/Bodoni-STD-Poster.ttf) format('truetype')
}
@font-face {
    font-family:helvetica neue light;
    src: url(https://www.littlefashionparadise.com/wp-content/uploads/2020/11/HelveticaNeue-Light-08.ttf) format('truetype')
}

/* Sidebar */
aside .widget h5 {
    line-height: 1;
}
aside .latest_post h5.latest_post_title.entry_title,
aside .latest_post h5.latest_post_title.entry_title a {
    font-size: 16px;
    line-height: 1;
}
.latest_post_inner .post_infos {
    line-height: 1.3;
    font-size: 13px;
}

@media screen and (min-width: 600px) {
    .blog_holder:not(.blog_single) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 20px;
        column-gap: 20px;
    }
    .blog_holder:not(.blog_single) article {
        margin: 0;
    }
}

.pagination ul li a
{
    margin: 0 11px 11px 0;
}

@media screen and (max-width: 480px) {
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
        width: 50%
    }
}

.single-post .post_text_inner p {
    text-align: justify;
}
.single-post .post_text_inner iframe {
    max-width: 100%;
}