<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: 	Materialize Child
	Theme URI:      http://trendytheme.net/demo2/wp/materialize/
	Author:         TrendyTheme
	Author URI:     http://themeforest.net/user/trendytheme
	Description: 	Materialize is a truly multi-purpose WordPress theme. With this theme you can build sites under Corporate, Creative, Agency, Restaurant, Blog, Charity, Consulting Firm, Portfolio, Construction, Parallax, App Landing, Book Opening and much more categories. Moreover, Materialize comfortably suits all common website styles.
	Template:     	materialize
	Version: 		1.0
	License: 		GNU General Public License v2 or later
	License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: 	materialize-child
	Tags: 			two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu,  featured-images,  full-width-template, post-formats, sticky-post, theme-options
*/

@import url("https://smodin.io/blog/wp-content/themes/materialize/style.css");

.header-wrapper .navbar-brand img { max-height: 80px; width: auto }
.header-wrapper.sticky .navbar-brand img { width: auto; max-height: 70px }
.has-header-search .navbar-nav { float: none!important; margin-left: auto; margin-right: auto; display: block; width: max-content } 
.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover { color: #ff1010!important }
.footer-logo-wrapper img { max-height: 90px }
.search-form-wrapper .search-button { background: #ff1010!important }

.single-post .post-author .media { display: flex; width: 100%; gap: 20px; padding: 0 20px }
.single-post .post-author .media .media-left { display: block; width: 150px; padding: 0 }
.single-post .post-author .media .media-body { display: block; width: calc(100% - 150px) }
.single-post .post-author .media .media-left a { display: block }
.single-post .post-author .media .media-left img { width: 100% }
.single-post .post-author .author-header h3 { margin: 0 auto 25px; padding: 15px 20px; text-transform: uppercase; font-size: 16px; font-weight: 600; border-bottom: 1px solid #ddd;}

.author-posts h1 { line-height: 48px }
.blog-wrapper{
	padding-top:60px !important;
}
#breadcrumbs{
    color:#000;
	font-weight:500;
}
.back-totop-wrap {
    position: fixed;
    bottom: 90px;
    right: 90px;
	display:none;
}
.right-sidebar .media-body h3 {
	font-size: 15px !important;
    margin-bottom: 0 !important;
}
.right-sidebar .media-body h3 a {
	color: #999 !important;
}
.custom-blog-title{
	font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-post .entry-footer .post-tags {
    margin: 0 auto 20px; float: none
}

@media screen and ( max-width: 767px ) {
	.header-wrapper .navbar-brand img { max-height: 50px; width: auto }
	.header-wrapper.sticky .navbar-brand img { width: auto }
	.header-wrapper.sticky .navbar-brand img { max-height: 45px }
	.footer-logo-wrapper img { max-height: 70px }
}

</pre></body></html>