/* file lists */
.file-list ul {
    list-style: none;
    padding: 0;
}

/* payback calculator widget */
.slide-block {
	margin-top: 25px;
}
.slide-block:first-of-type {
	margin-top: 0;
}
.noUi-horizontal {
	width: 95%;
	margin: 0 auto;
}
.slide-input {
	margin-top: 12px;
	color: #555;
}
.slide-input strong {
    font-size: 12px;
    text-transform: uppercase;
}
.simple-payback input {
	border: 1px solid #c3c3c3;
	color: #555;
	padding: 5px;
	width: 93%;
	border-radius: 3px;
}
.slide-input .payback-years {
    color: #006738;
    display: inline-block;
    width: 100%;
}
.slide-input .payback-years strong {
    margin: 0 10px 0 0;
    float: left;
}
.slide-input #payback-years {
    width: 50px;
    margin: -1px 0 0 0;
    padding: 0;
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: normal !important;
    color: #006738;
    border: 0;
}
.noUi-horizontal {
	height: 10px;
}
.noUi-background {
	background: #e7e7e7;
}
.noUi-handle {
	border: 4px solid #555;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0 0 0 4px #e3e3e3;
	background: #4a9944; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #4a9944 0%, #006738 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#4a9944), color-stop(100%,#006738)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #4a9944 0%,#006738 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #4a9944 0%,#006738 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #4a9944 0%,#006738 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #4a9944 0%,#006738 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9944', endColorstr='#006738',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	left: -10px;
	top: -5px;
}
.noUi-active {
	box-shadow: 0 0 0 4px #e3e3e3;
}
.slide-block:last-of-type input {
	margin-bottom: 0;
}

/* cng station locator */
body #afdc-stations {
    padding: 20px 0 0 0;
}
body #afdc-stations .afdc-nav-tabs-locator .afdc-nav-item .afdc-nav-link,
body #afdc-stations .afdc-nav-tabs-locator .afdc-nav-item .afdc-nav-link.afdc-active {
	margin-right: 0;
	padding-bottom: 8px;
}
body #afdc-stations .afdc-custom-select {
    padding: 0 32px 0 20px;
    line-height: 1.7 !important;
}
.afdc-row.afdc-no-gutters .afdc-location-inputs-col {
    display: inline-block;
    width: auto;
    max-width: 10000px !important;
    flex: auto !important;
}
.afdc-row.afdc-no-gutters .afdc-location-inputs-col div.afdc-form-group {
	display: block !important;
}
.afdc-row.afdc-no-gutters div.afdc-form-group {
	display: none !important;
}
#afdc-stations .afdc-location-inputs-col .afdc-form-control {
    height: auto;
    padding: 0 12px;
}
body #afdc-stations .afdc-clear-input {
    line-height: 35px;
}
body #afdc-stations #afdc-footer-actions li a {
    color: #777;
    font-size: 14px;
}
body #afdc-stations .afdc-col-sm-3 {
    max-width: none;
    width: 33.333% !important;
    flex: auto;
}
body #afdc-stations .afdc-col-sm-9 {
    max-width: none;
    width: 66.667% !important;
    flex: auto;
}
body #afdc-stations #afdc-alt-fuel-station {
    width: 100%;
}
body #afdc-stations #afdc-widget-footer {
	display: none;
}
body .afdc-widget-footer {
    background-color: #004f2b;
    line-height: 30px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    text-shadow: none;
}
body .afdc-widget-footer a {
	color: #fff;
	text-decoration: underline;
}
body .afdc-widget-footer a:hover {
	text-decoration: none;
}

/* child page list */
ul.child-page-list {
    list-style: none;
    padding: 0;
}
ul.child-page-list li {
    margin-bottom: 40px;
}
ul.child-page-list li:last-child {
    margin-bottom: 0;
}

/* staff list */
.sh-column.fw-col-sm-6.gms-staff-list:nth-child(odd) {
	padding-left: 0;
}
.sh-column.fw-col-sm-6.gms-staff-list:nth-child(even) {
	padding-right: 0;
}

/* products list */
.sh-recent-products.gms-products .woocommerce ul.products {
	margin: 0;
	padding: 0;
}
.sh-recent-products.gms-products .woocommerce ul.products li.product {
    margin-bottom: 0;

}
.sh-recent-products.gms-products .woocommerce ul.products li.product {
	text-align: center;
}
.sh-recent-products.gms-products .slick-slide img {
	display: inline-block;
}
.sh-recent-products.gms-products .woocommerce ul.products li.product a img {
    max-height: 250px;
    width: auto;
}
.sh-recent-products.gms-products .woocommerce ul.products li.product .price {
    position: absolute;
    top: 20px;
    left: 20px;
	padding: 20px;
    border-radius: 50px;
    background-color: #4a9944;
    display: inline-block;
}
.sh-recent-products.gms-products .woocommerce ul.products li.product .price .amount {
    color: #fff !important;
}
.woocommerce ul.products li.product a h3 {
	margin-bottom: 0;
}
.sh-button-container.gms-product-button {
	margin-top: 0;
}

/* widgets */
.widget_gms_custom_image_widget img {
	max-width: 150px;
}

/* miscellaneous */
body .sh-back-to-top {
    bottom: 100px;
}
span.clear {
	display: inline-block;
}
.wpcf7-form-control-wrap {
    margin-top: 0;
}

/* responsive */
@media only screen and (max-width: 500px) {
	.widget_gms_custom_image_widget img {
		max-width: 100%;
	}
}