@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');

.branding { text-align:right; }
.logo img {  width: 300px; }

a:hover {
    color: #ef800d !important;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, strong {
    color: #2d2e2e;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 2.75rem;
}

h4 {
    margin-bottom: 40px;
}

.divider {
    margin-top: -20px;
    width: 50px;
}

hr {
    border-bottom: 2px solid #92bf18 !important;
}

/* Logo */

.suregrow-logo h1 {
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
}

.suregrow-logo {
    background-color: #92BF18;
    margin-top: 20px;
    padding: 10px;
    position: absolute;
    z-index: 10;
}

.border {
    border: 1px solid #ffffff;
    padding: 0 30px;
}

.border > p {
    font-size: 22px;
    letter-spacing: 4px;
    margin-top: -20px;
    text-align: center;
    text-transform: uppercase;
}

/* Top */

#g-top {
    background-color: #92BF18;
    margin-bottom: -30px;
    margin-top: -30px;
}

#g-top p, #g-top a {
    color: #ffffff;
}

#g-top a:hover {
	color: #2E3032 !important;
}

/* Header */

#g-header {
	background-image: url('/images/suregrow/showcase.jpg');
	background-size: cover;
	padding: 9%;
}

/* Menu */

#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
    background: #2e3032 none repeat scroll 0 0 !important;
}

#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
    color: #92BF18;
}

.g-toplevel .g-menu-item a {
    font-weight: 400;
    text-transform: uppercase;
}

#g-navigation .g-main-nav .g-toplevel > li:hover:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
    background: #2e3032 none repeat scroll 0 0 !important;
}

#g-navigation a:hover {
    color: #92BF18 !important;
}

#g-navigation .g-toplevel .g-menu-item {
    padding: 7px 10px;
}

#g-navigation .g-toplevel .g-menu-item a {
    border-right: 1px solid #92BF18;
}

.g-menu-item.g-menu-item-type-component.g-menu-item-128 a {
    border-right: 0 none !important;
}

#g-navigation .g-toplevel .g-menu-item a {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-left: -20px;
    padding: 16px 25px;
}

/* Main */

#g-main {
    border-top: 3px solid #92BF18;
}

.fa.fa-check {
    color: #92bf18;
    margin-left: 20px;
    margin-right: 10px;
}

.setup {
    background-color: #ffffff;
    border: 2px solid #ef800d;
    padding: 0 27px;
}

.setup h4 {
    margin-bottom: 0;
}

.grow-system h4 {
    margin-bottom: -10px;
    margin-top: 35px;
	color: #92BF18;
}

hr.content {
    border-bottom: 1px solid #d7d7d7 !important;
}

hr.home-divider {
    margin: -20px auto 0;
    width: 50px;
}

/* Contact Form */

hr.contact-divider {
    border-bottom: 1px solid #d7d7d7 !important;
    margin-bottom: 40px;
    margin-top: 50px;
}

.formRequired {
    color: #999999;
}

.formControlLabel {
    font-family: "open sans";
    font-weight: normal;
}

.rsform-submit-button {
    border-radius: 3px !important;
    font-size: 16px !important;
    padding: 10px 30px !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35) !important;
    background-color: #92bf18 !important;
    background-image: none !important;
    border: 0 none !important;
    box-shadow: none !important;
	margin-top: 20px;
	font-weight: 600;
}

.rsform-submit-button:hover {
    background: #ef800d none repeat scroll 0 0 !important;
    color: #fff;
}
.endcaps {
	float:left;
	margin-right:15px;
	border:1px solid #7d7d7d;
	padding:8px;
	margin-bottom:15px;
	height:250px;
	}
.endcaps p {
	clear:both;
	float:left;
	text-align:center;
	}
.endcaps img{
	width:180px;
	max-height:150px;
	max-width:100%;
	height:auto;
	vertical-align:top;
	}

/* Mobile Menu */

#g-mobilemenu-container .g-menu-item-container:hover {
    color: #ffffff !important;
}