/*
 Theme Name:   TrendyBlog Child v1.2.4
 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.2.4
 Tags: 
 Text Domain:  trendyblog-theme-child
*/

@import url("../trendyblog-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.blogroll a {
   color:white;
}

.comment_header {
   display:none;
}

@media only screen and (min-width: 1024px) {
	#header .header_main .site_brand {
	    width: 25%;
	}

	#header_main_alt .header_banner {
	    width: 75%;
	}

	nav.site_navigation ul.menu > li > a {
	    font-size:12px;
	}
}

.site_brand img {
    max-height: 180px;
}


.fixed .site_brand img {
    max-height: 90px;
}

/*.header_main-parent {
    height:  height:180px !important;
}

.fixed {
    height:  height:90px !important;
}*/

#site_title {
    font-size: 38px;
}

.header_meta {
    //display:none;
}

#header .header_meta {
	background-color: #056839;
}

.header_meta .container {
	min-height: 44px;
}

.header_meta .top_navigation {
	display: none;
}

.header_meta .weather_forecast {
	text-align: center;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.2em !important;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10%;
	margin-right: 10%;
}

.widget_title_hp {
    background-color: #056839;
    padding-left:10px;
}

.widget_title_hp h2 {
    //background-color: #ffffff;
    color:white;
}

#header_main .container {
    padding-top: 0px;
    padding-bottom: 0px
}

.container {
    min-height:132px;
}

.fixed .container {
    min-height:92px;
}

.tb_widget_socialize a.icon.instagram .symbol {
    background-color: #A5191A;
}

.tb_widget_socialize a.icon:hover .symbol {
    background-color: #000
}

.btn_red {
    background-color: #A5191A;
}
.btn_red:hover {
    background-color: #000;
}

input:-moz-read-only { /* For Firefox */
    background-color: #efefef;
}

input:read-only { 
    background-color: #efefef;
}

textarea:-moz-read-only { /* For Firefox */
    background-color: #efefef;
}

textarea:read-only { 
    background-color: #efefef;
}

.pdb-searchform {
	max-width:500px;
}

.donationForm input {
	width: auto;
}

input[type=submit] {
    background-color: #787878 !important;
}