/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/* Box post content when using Image Title Post layout */
.post_text_inner {
  max-width: 700px !important;
  margin: 0 auto;
  padding: 0 24px;
}

/* Change text highlight color */
::selection {
    background-color: #0500f4 !important;
    color: #ffffff !important;
}

.wp-block-post-author__name::before {
	content: "by ";
	text-transform: italic;
	font-family: belleza;
}

.wp-block-post-author-name__link::before {
	content: "by ";
	font-style: italic;
	font-family: belleza;	
}

.qode_icon_font_awesome.fa.fa-search {
	color: #000000 !important;
}

.date.entry_date.updated {
	display: none !important;
}

.post_info {
	display: none !important;
}

.tags_text {
	display: none;
}