#first .site-title, #first .site-description {
    display: none;
}

.mobile-nav-wrapper{
	display: none;
/*	position: relative; */
}

.mobile-nav-wrapper .gsc-search-box{
	display:block;
}

#first, #second, #third{
	display:block;
	float: left;
}

#fourth{
	display:block;
	float: right;
}

#fourth .btns li {
	display: inline-block;
	text-align: center;
	width: 104px;
	margin: 2px;
	margin-top: 35px;
/*	float: right; */
}

#fourth .btns li a{
	background-color: #749918;
	padding: 10px;
	color: #FFF;
	line-height: 1.2;
	display: block;
	border-radius: 5%;
}

#fourth .btns li:nth-child(2) a{
	background-color: #00AFD7 !important;
}

.mnitems {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align:right;
    margin-top: 25px;
}

.mnitems li {
	display: inline-block;
}


.testmenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.testmenu li a, .nsearch li a, .acct li a{
	/*line-height: 28px;*/
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #005E84;
	padding-left: 12px;
	padding-right: 12px;
}

.testmenu li a:hover, .nsearch li a:hover{
	color: #7eb037 !important;
}

.testmenu li{
	display: inline-block;
}
.testmenu li, .nsearch li {
	margin-top: 55px;
}

.acct{
	display:none;
}

.btns{
	display:block;
}

#searchbox{
	position: absolute;
	top: 10px;
	left: 300px;
	width: 450px;
}

#searchbox .widget{
	margin-bottom: 0px !important;
}
.hidden { display: none; }
#customize-toggle, #channels-toggle, #login-toggle {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #005e84;
	padding-left: 5px;
	padding-right: 5px;
}
#customize-toggle a:hover{
		color: #7eb037 !important;
}

.parents-toggle{
	float: none;
	width: 100%;
}

.parents-toggle li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.parents-toggle li:last-child{
	border-bottom: none;
}

.parents-toggle li#gsc-widget-4.custom{
	width: 100% !important;
}

.parents-toggle #channels-menu li.widget{
	margin-bottom: 0px !important;
}

.parents-toggle #channels-menu li{
	padding-bottom: 0px !important;
}

.mobmenu, .acctmenu{
	margin-top: 10px;
}

.mobmenu li a, .acctmenu li a{
	display: block;
	width: 100%;
	padding-left: 5px;
}

.mnwfirst, .mnwsecond{
	width: 50%; float: left;
}

.mnwfirst img{
	padding-left: 5px;
}


@media screen and (max-width: 1116px) {

	.mobile-nav-wrapper{
		display: block;
		float: left;
		width: 100%;
		margin-top: 17px;
	}

	#first{
/*		width: 30%; */
	}

	#first, #second, #third, #fourth{
		display: none !important;
	}

	#searchbox{
		display:none;
	}
}



@media screen and (max-width: 560px) {

	#morecontent .post, #topstories .post {
		margin-bottom: 8px !important;
	}

}

@media screen and (max-width: 640px) {
	#sidebar .in-depth-widget.widget, #sidebar .widget {
    	max-width: 300px !important;
    	margin: 40px auto !important;
   }

   #first img{
   		/*width: 180px;
		min-width: 180px; */
   }

   .hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

}


@media screen and (max-width: 420px) {

	#wrapper {
    	width: 100% !important;
    	margin-left: 0% !important;
    	margin-right: 0% !important;
    	overflow: hidden !important;
	}


	#content{
		padding-top: 0px !important;
		border: none !important;
	}

	.post a img.attachment-small{
		max-width: 110px;
		width: 110px;
		height: auto;
	}

	.landingpage .title{
		font-size: 0.9em;
	}

	.landingpage .title a:link, .landingpage .title a:visited {
 		font-size: 0.8em !important;
		line-height: 0.8em !important;
	}

	p.parent_cat{
		margin-top: 5px !important;
		font-size: 13px !important;
	}

	p.parent_cat a.sponsored,p.parent_sponsored a.sponsored, .featured-post p.parent_cat a{
		/*margin-top: 15px !important;*/
		display:inline-block;
	}

	#preheader{
		display:none;
	}
	#preheader .widget_dart_widget img{
		height: auto;
	}

	.mobile-nav-wrapper{
		margin-top: 0px;
		margin-bottom: 8px;
	}

}
