/* Enter Your Custom CSS Here */

#masthead{
	height:100px !important;
}

#main{
	padding-top:20px !important;
}

#header-text-nav-container{
	height: 100px !important;

}

.inner-wrap {
    margin: 0 auto;
    max-width: 1100px;
    
}

#header-text-nav-wrap {
	padding: 20px 0 0px;
}
#secondary{
	margin-top:20px !important;
}
#site-navigation .sticky{
	display:none !important;
}
.home .page .entry-title{
	margin-top:20px !important;
}

@media only screen and (max-width: 480px) {
	#header-text{
		display:none !important;
	}
#header-right-sidebar {
    overflow: hidden;
    display: none !important;
}
.wide {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}	
	
	.menu-toggle {
    margin-left:-10px !important;
    cursor: pointer;
}
	
	.home .page .entry-title {
    margin-top: 0px !important;
}
p {
    line-height: 24px;
    margin-top: 25px !important;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
	.entry-content ul, .entry-content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
    font-size: 20px;
}
	.textwidget{
		font-size:20px !important;
	}
}

