div#rt-slideshow .sprocket-features-img-list, div#rt-slideshow {
    max-height: 750px !important;
}
/* non-destructive removal of text logo */
/** All Modes except mobile->Gantry mobile menu **/
@media only screen and (min-width: 480px) {
	li.rt-menu-logo > a > span {
		opacity: 0;
		height: 0;
	}
}
 
/* addition of background image logo */
.menu-block .gf-menu .rt-menu-logo {
    background: url(../images/herohomeinspectorlogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 200px;
    height: 100px;
}
 
/* Adjust menu-logo underline position */
.menu-block .gf-menu .rt-menu-logo:after {
	bottom: 0px !important;
}
/* If needed use this Code Block to increase <a> area to match logo size*/
.menu-block .gf-menu .rt-menu-logo .item {
	padding-right: 180px !important;
}
/* Use this to adjust the vertical position of the text menu relative to rt-menu-logo */
.menu-block .gf-menu li:not(.rt-menu-logo) {
    position: relative;
    top: 0px;
}

.sprocket-strips-apollo-content {
    top: -50% !important;
}
.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    top: 100%;
    bottom: -2em !important;
    margin-bottom: -25%;
}

.rt-apollo-3 .sprocket-strips-effect-apollo .sprocket-strips-apollo-extended {
    border: none;
}

.rt-apollo-3 .sprocket-strips-effect-apollo:hover .sprocket-strips-apollo-title::after {
    background-color: transparent;
}

#rt-slideshow .layout-fullslideshow .sprocket-features-content {
    background-color: transparent;
}
.menu-block .gf-menu li.active > .item .menu-item-wrapper {
    color: #fea522;
}
.gf-menu.l1 > li > .item {
    font-size: 14px;
    line-height: 24px;
}
.menu-block .gf-menu li:hover > .item .menu-item-wrapper, .menu-block .gf-menu li:focus > .item .menu-item-wrapper {
    color: #fea522;
}

.gf-menu.l1 > li > .item {
    text-shadow: 1px 1px black;
}
#rt-logo {
    display: block;
    margin: -15px 20px;
}

.paypal input {width:auto;}

h1{
    color: #fea522;
}