/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 68.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.blog_holder.masonry, .blog_holder.masonry_full_width {
    overflow-wrap: anywhere;
}
h1 span.date.entry_date.updated {
    display: none;
}
.blog_holder.blog_large_image h1, .blog_holder.blog_large_image h1 a, .blog_holder.blog_single article h1 {
    font-family: Roboto Condensed;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.blog_large_image h1 a, .blog_holder.blog_single article h1 {
    color: #e5194d;
}
.tags_text div {
    display: inline-block;
    color: #e5194d;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
span.ssb_inline-share_heading.left {
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: bold;
    color: #e5194d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}

.cky-consent-container {
    z-index: 999999991 !important;
}
body .container nav.main_menu > ul {
    width: 910px;
}

.related-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    position: relative;
    display: grid;
}
.related-post-item {
    width: 100%;
}
.related-posts-wrap {
    margin-bottom: 80px;
}
.related-posts-wrap h3 {
    margin-bottom: 20px;
}
.related-posts-wrap .qodef-e-media-image a:after {
    background-color: #1616173B!important;
}
.related-posts-wrap  h2:hover {
    color: #E5194D!important;
}
.related-posts-wrap .qodef-e-media-image {
    border-radius: 8px 8px 8px 8px;
}
.related-posts-wrap.qodef-item-layout--info-on-image .qodef-e-content {
    padding: 16px 15px 24px 15px;
}
.related-posts-wrap .qodef-e:hover .qodef-e-media-image a:after {
    background-color: #00000085!important;
}
.related-posts-wrap .qodef-e-content{
	box-sizing: border-box;
}

@media only screen and (max-width: 768px){
	.related-posts {
	    grid-template-columns: 1fr;
	}
}