/*
 Theme Name:   TrendyBlog Premium Child Theme
 Theme URI:    http://trendyblog.different-themes.com/
 Description:  TrendyBlog Premium Wordpress Child Theme
 Author:       Different Themes
 Author URI:   http://www.different-themes.com/
 Template:     trendyblog-theme
 Version:      1.0.0
 Tags: 
 Text Domain:  trendyblog-theme-child
*/

@import url("../trendyblog-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
nav.site_navigation ul.menu > li > a {
    font-size: 14px !important;
}

#header .header_main .site_brand {
    width: 40%;
}

.img-link img {
	border: 2px solid #fff;
}

.img-link:hover img {
	border: 2px solid #004bed;
	transition: 0.4s;
}

@media screen and (max-device-width:480px){
	#header .header_main .site_brand {
	    width: 80%;
	}
}

@media screen and (max-device-width:363px){
	.wpsite-supermanager-informer {
	    font-size: 13px;
	} 

	#bbpress-forums li {
		font-size: 0.56em;
	}
}

#header .header_meta {
	background-color: #eee !important;
	color: #000 !important;
}

nav.top_navigation ul.menu > li > a {
	color: #000;
}

nav.top_navigation ul.menu > li.search_icon_form > a {
	color: #fff !important;
}


.rate {
	display: inline-block;
	margin: 0 6px;
	/* color: #fff; */
}

blockquote p {
	font-size: 16px;
}


.tb_widget_search form input[type="submit"], #bbp-search-form input[type="submit"] {
    padding: 9px 15px;
    text-transform: uppercase;
}

.subtitle {
	display: none !important;
}

.tagcloud a:hover {
	color: #fff !important;
}

.wp-polls h4 {
	font-size: 15px;
}

.wp-polls-ul > li {
	font-size: 12px;
}

.wp-polls-ans p {
	font-size: 14px;
}

.site_brand img {
	max-height: 84px !important;
}

#header_main .container {
    padding-top: 16px;
    padding-bottom: 0px;
}

.header_main-parent {
	height: auto !important;
}