@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i" rel="stylesheet');

*{
 font-family: 'Roboto Condensed', sans-serif; 
}

.site-info{
 	display:none; 
}

#search-2{
	background-color:#52b8cd!important;  
}

.sub-menu li{
  	width:auto;
  	float:left;
  	padding-right:20px;
}

.sub-menu li a{
 	color:#FFFFFF!important; 
  	text-transform:uppercase;
}

.sub-menu{
 	padding-bottom:30px; 
  	height:40px;
  	line-height:40px;
}

#nav_menu-2{
	background-color:#173c49!important;
}

.widget-container #menu-your-glo li a{
	color:#52b8cd;
  	text-transform:uppercase;
}

.search-field{
	padding:8px;
  	text-transform:uppercase;
  	color:#52b8cd!important;
}

iframe{
 border:0px; 
}

.entry-content h2{
  border-bottom:3px solid #337ab7;
}
article .entry-content {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

/*CSS Appearance for news registration area*/
#subscribe-field-blog_subscription-2{
  color: black;
}

input[name=jetpack_subscriptions_widget]{
  color:black;
}

#subscribe-field-blog_subscription-2::-webkit-input-placeholder { /* Chrome */
  color: black;
}
#subscribe-field-blog_subscription-2:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
#subscribe-field-blog_subscription-2::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
#subscribe-field-blog_subscription-2:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
}