/* Enter Your Custom CSS Here */
#site-logo {
    display: none;
}
#text-2 {
padding: 43px 0 0 0;
}
._li._li._li {
    padding: 11px;
}
#content #primary{
    width: 70%;
    margin: 0 15% !important;
}

@media only screen and (max-width: 1130px){
#featured-banner {
    height: auto !important;
    margin-top: 60px;
}
.site-branding {
    margin-top: -50px;
}
}
@media only screen and (max-width: 1023px)
.post-content {
    background-color: #035C41;
}

@media only screen and (max-width: 720px){
.site-branding {
    margin-top: -100px;
}
}

@media only screen and (max-width: 600px){
.site-branding {
    display: none;
}
}
@media only screen and (max-width: 479px){
.site-header {
    background: none;
    position: absolute;
    z-index: 99;
}
}
#separator-title{display:none;
}
.site-content{
		padding-top: 0px;
		margin-top: -35px;
}
.custom-header-disabled #masthead {
		display: none;
}

.footer-right{
		display: none;
}
