/*
 Theme Name:   Earth 911
 Theme URI:    http://www.earth911.com/
 Description:  Custom Theme for Earth 911
 Author:       Earth911
 Author URI:   http://www.earth911.com/
 Template:     x
 Version:      1.0.0
 Tags:         custom, earth-911
 Text Domain:  earth911
*/

body {
 background: #ececec !important;
 color: #666666 !important;
}
.hide-this {
	display: none;
}

p {
	margin: 0 0 0.5em;
}

ul, ol {
	margin: 0.25em 0 0.5em 1.655em;
}

.x-icon-pinterest-p:before {
	content: "\f231";
}

// .x-boxed-layout-active .site {
// 	box-shadow: 0px 7px 9px 0px #222222;
// }

.x-container.width.main {
	width: 100%;
	padding: 15px;
}

.x-main.right {
	padding-left: 10px;
}

.x-sidebar.left {
	padding-right: 10px;
}

.boxed-block {
	border: 1px #eee solid;
	padding: 10px;
	background-color: #fff;
}

.boxed-block-green {
	background-color: #8bc53f;
	border-color: #8bc53f;
}

.post-share {
	float: right;
}

.post-share .share-before {
	margin-bottom: 10px;
}

.post-share:after {
	content: "";
	display: block;
	clear: both;
}

.x-entry-share {
	border: none;
	padding: 0;
	margin: 10px 0;
	display: table;
	float: right;
}

.x-entry-share > p {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	font-weight: bold;
	text-transform: none;
	padding-right: 5px;
}

.x-entry-share .x-share-options {
	display: table-cell;
	vertical-align: middle;
}

.x-entry-share .x-share {
	width: auto;
	height: auto;
	background: none;
	line-height: 0;
}

.x-entry-share .x-share:hover {
	background: none;
}

.x-entry-share .x-share i.x-icon-facebook-square {
	color: #3b5998;
}

.x-entry-share .x-share i.x-icon-facebook-square {
	color: #3b5998;
}

.x-entry-share .x-share i.x-icon-twitter-square {
    color: #00aced;
}

.x-entry-share .x-share i.x-icon-google-plus-square {
	color: #dd4b39;
}

.x-entry-share .x-share i.x-icon-linkedin-square {
	color: #007bb6;
}

.x-entry-share .x-share i.x-icon-pinterest-square {
	color: #cb2027;
}

.x-entry-share .x-share:hover i {
	color: #333;
}

a {
	transition: none;
}

.x-btn, .button, [type="submit"] {
	text-shadow: none !important;
	padding: 0.5em 1em;
	-webkit-transition: none;
	transition: none;
}

.x-btn::hover, .button:hover, [type="submit"]:hover {
	text-shadow: none;
}

a.x-btn.slider-btn {
	background: #f7941d;
	border: none;
	color: #fff;
	-webkit-transition: none;
	transition: none;
}

a.x-btn.slider-btn:hover {
	background: #a8a8a8;
	border: none;
	color: #fff;
	text-shadow: none;
	-webkit-transition: none;
	transition: none;
}

.welcome-popup {
	text-align: center;
	color: #000;
	background: url('images/welcome-bg.jpg') #eee no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 25px;
	margin: 25px;
	width: 800px;
	position: fixed;
	top: 20vh;
	z-index: 99999999;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: none;
	border: 5px #363636 solid;
}

.welcome-popup .welcome-popup-logo {
	width: 200px;
}

.welcome-popup  .welcome-popup-title {
	margin: 0.5em 0 0.75em;
	font-weight: bold;
	font-family: 'Passion One', cursiv;
	text-transform: uppercase;
	letter-spacing: 0;
}

.welcome-popup .welcome-popup-options {
	display: table;
	width: 100%;
}

.welcome-popup .welcome-popup-read,
.welcome-popup .welcome-popup-shop {
	display: table-cell;
	vertical-align: middle;
	width: 46%;
	color: #fff;
	padding: 20px;
}

.welcome-popup .welcome-popup-read {
	background: #000;
}

.welcome-popup .welcome-popup-shop {
	background: #8cc541;
}

.welcome-popup .welcome-popup-read-btn,
.welcome-popup .welcome-popup-shop-btn {
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0.5em 1em;
}

.welcome-popup .welcome-popup-read-btn {
	background: #8cc541;
}

.welcome-popup .welcome-popup-shop-btn {
	background: #000;
}

.welcome-popup .welcome-popup-read-btn:hover,
.welcome-popup .welcome-popup-shop-btn:hover {
	background: #fff;
	color: #000;
}

.entry-content ul.list {
	list-style: none;
	text-indent: -10px;
}

.entry-content ul.list li:before {
	content: '\f138';
	font-family: 'fontawesome';
	color: #8bc53f;
	font-weight: bold;
	display: inline-block;
	width: 10px;
}

.entry-content ul.list  li ul li:before {
	content: '\f101';
}

.entry-content ul.list li ul li ul li:before {
	content: '\f105';
}

.single-post .hentry .entry-header {
	padding: 15px;
	border: 1px #c6c6c6 solid;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	position: relative;
}

.single-post .hentry .entry-header .entry-title {
	color: #8bc53f;
	font-size: 140%;
	text-transform: uppercase;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	letter-spacing: 0;
	padding-right: 45%;
}

.single-post .hentry .entry-header .post-meta {
	display: block;
	position: absolute;
	top: 15px;
	right: -16px;
	max-width: 500px;
}

.single-post .hentry .entry-header .post-meta-left {
	display: inline-block;
	width: 12px;
	height: 40px;
	float: right;
	background: url('images/post-meta-bg-left.png') no-repeat;
}

.single-post .hentry .entry-header .post-meta-right {
	display: inline-block;
	width: 16px;
	height: 50px;
	float: right;
	background: url('images/post-meta-bg-right.png') no-repeat;
}

.single-post .hentry .entry-header .post-meta .post-meta-inner {
	display: table;
	background: #F7941D;
	color: #fff;
	float: right;
	height: 40px;
	padding-left: 15px;
}

.single-post .hentry .entry-header .post-meta .post-meta-inner span {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 13px;
}

.single-post .hentry .entry-header .post-meta .post-meta-inner span:last-child {
	padding-right: 0;
}

.page .hentry .entry-featured,
.single-post .hentry .entry-featured {
	border: none;
	padding: 15px;
}

.page .x-main.right .hentry .entry-featured,
.single-post .x-main.right .hentry .entry-featured {
	margin-top: 0px;
	margin-left: 0px;
}

.page .hentry .entry-featured .entry-thumb,
.single-post .hentry .entry-featured .entry-thumb {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.page .hentry .entry-featured .entry-thumb img,
.single-post .hentry .entry-featured .entry-thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pagination a.prev-next {
	width: initial;
	padding: 0 5px;
}

.pagination ul {
	background-color: #d7d7d7;
	border-radius: 3px;
	padding: 0 10px;
}

.x-topbar {
	border-bottom: 1px dotted #DFDFDF;
	min-height: 53px;
}

.x-topbar .x-topbar-inner {
	max-width: 1200px !important;
}

.x-topbar .my-acc {
	float: right;
	list-style: none;
	margin: 0;
}

.x-topbar .my-acc a {
	color: #9d9d9d;
	font-size: 12px;
	text-transform: uppercase;
}

.x-topbar .my-acc li {
	border-right: 1px solid #eeeeee;
	padding: 15px 15px;
	display: inline-block;
}

.x-topbar .my-acc li:first-child {
    background: #8BC53F;
}

.x-topbar .my-acc li:first-child > a {
    color: #ffffff;
}

.x-topbar .my-acc li:last-child {
    border: none;
}

.x-topbar .my-acc li i:before {
	padding-right: 8px;
}

.my-acc li a i {
	width: 100%;
}

.x-topbar .x-social-global {
	margin-top: 10px;
	float: left;
}

.x-topbar .x-social-global a {
	width: 32px;
	height: 32px;
	padding-top: 7px;
	margin-left: 3px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #9d9d9d;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
}

.x-topbar .x-social-global a:hover {
	color: #fff;
}

.x-navbar {
	border: none;
}

.x-btn-navbar.collapsed,
.x-btn-navbar,
.x-navbar-bar-cell a {
	color: #9e9e9e;
}

.x-btn-navbar.collapsed:hover,
.x-btn-navbar:hover,
.x-navbar-bar-cell a:hover {
	color: #2e8ab8;
}

.x-navbar-bar-cell a i {
	font-size: 26px;
	margin-right: 10px;
	vertical-align: middle;
}

.x-btn-navbar:hover i,
.x-navbar-bar-cell a:hover i {
	color: #8BC53F;
}

.x-navbar-bar {
	background-color: #fff;
	border: 1px #ededed solid;
	text-align: center;
	height: 44px;
	display: table;
	width: 100%;
}

.x-navbar-bar-cell {
	width: 25%;
	border-right: 1px #ededed solid;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.x-navbar-bar-cell:last-child {
	border-right: none;
}

.x-navbar .desktop.blog-links {
	background: #8bc53f;
}

.x-navbar .desktop.nav {
	background: #303030;
}

.x-navbar .x-nav-wrap.desktop label {
	padding: 15px 30px;
	display: inline-block;
	margin: 0;
	float: left;
	width: 95px;
}

.x-navbar .x-nav-wrap.desktop label a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.x-navbar .x-nav-wrap.desktop label,
.x-navbar .desktop .x-nav > li > a {
	line-height: 23px;
}

.x-navbar .desktop .x-nav {
	display: inline-block;
	border-left: 2px solid #fff;
	padding: 15px;
	float: left;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
	box-shadow: none !important;
}

.x-navbar .desktop .x-nav > li > a {
	height: auto !important;
	letter-spacing: 0;
	border: none;
	border-right: 1px solid #fff;
}

.x-navbar .desktop.blog-links .x-nav > li > a:hover {
	text-decoration: underline;
}

.x-navbar .desktop .x-nav > li:last-child > a {
	border: none;
}

.x-navbar .desktop .x-nav li>a>span:after {
	display: none;
}

.x-navbar .mobile .x-nav {
	margin: 0;
}

.x-navbar .mobile .x-nav li > a {
	margin: 0;
	padding: 0 15px 0 25px;
	border-bottom: 1px solid #cccccc;
	line-height: 35px;
	font-weight: 400 !important;
	background-color: #303030;
}

.x-navbar .mobile .x-nav li > a:hover {
	background-color: #8BC53F;
}

.x-navbar .mobile label a {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
}

.x-navbar .mobile label a:hover {
        color: #fff;
        text-decoration: underline;
}

.x-navbar .mobile label.shop-label {
	background-color: #8bc53f;
}

#nav ul.sub-menu {
	background: #303030;
	box-shadow: none;
	border: solid 1px #303030;
	width: 480px;
	padding: 0 5px;
}

#nav ul.sub-menu li {
	float: left;
	width: 230px;
	padding: 5px 20px;
}

#nav ul.sub-menu li:first-child {
	clear: both;
	float: none;
	width: 100%;
}

#nav ul.sub-menu li a {
	border-bottom: 1px dashed #cccccc;
	color: #C4C4C4;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

#nav ul.sub-menu li a:hover {
	color: #8BC53F
}

#nav ul.sub-menu li:last-child {
	clear: both;
}

#nav ul.sub-menu li:last-child a {
	border: none;
}

.x-logobar {
	text-align: left;
	background: #fff !important;
}

.x-logobar .header-section {
	margin: 0;
	max-width: 430px;
	float: right;
	display: inline-block;
}

.blog .x-main .hentry-row,
.search .x-main .hentry-row,
.archive .x-main .hentry-row {
	border: 1px #eee solid;
	border-radius: 3px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

.blog .x-main .hentry,
.search .x-main .hentry,
.archive .x-main .hentry {
	margin: 0;
	float: left;
	padding: 0;
	border: none;
}

.blog .x-main .hentry .entry-title,
.search .x-main .hentry .entry-title,
.archive .x-main .hentry .entry-title {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 120% !important;
	line-height: 1.5;
	margin: 0;
	padding: 0.75em;
}

.blog .x-main .hentry:last-of-type,
.search .x-main .hentry:last-of-type,
.archive .x-main .hentry:last-of-type {
	padding: 0;
	border: none;
}

.blog .x-main .hentry>.entry-featured,
.blog .x-main .hentry>.entry-wrap,
.search .x-main .hentry>.entry-featured,
.search .x-main .hentry>.entry-wrap,
.archive .x-main .hentry>.entry-featured,
.archive .x-main .hentry>.entry-wrap {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.widget a.x-btn {
	color: #fff;
	text-decoration: none;
}

.x-sidebar .widget.boxed-widget > div {
	background: #ffffff;
	border: 1px solid #eee;
	padding: 10px;
}

.x-sidebar .h-widget {
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	color: #636363;
	text-align: left;
	font-size: 120%;
	border: none;
	padding: 0;
}

.sidebar-tabs ul.x-nav-tabs {
    list-style: none;
    margin: 0 0 2.5% 0;
}

.sidebar-tabs .x-nav-tabs.three-up>li {
	width: 32%;
}

.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item {
	border: 1px #eee solid;
	margin-right: 2%;
	padding: 0;
	cursor: pointer;
}

.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item.active {
	cursor: initial;
}

.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item.active,
.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item:hover {
	background: #8bc53f;
	border-color: #8bc53f !important;
}

.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item:last-child {
	border: 1px #eee solid;
	margin-right: 0;
}

.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item a {
	color: #595959;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	line-height: 1;
	font-size: 14px;
	background: none;
}

.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item.active a,
.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item:hover a {
	color: #fff;
}

.sidebar-tabs .x-tab-content {
	border: none;
}

.sidebar-tabs .x-tab-content>.x-tab-pane {
	border: 1px #eee solid;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts {
	padding: 0;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item {
	border-bottom: 1px #eee solid;
	padding: 10px;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item:last-child {
	border-bottom: none;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item-thumb {
	width: 30%;
	float: left;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item-thumb img {
	height: 60px;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item-title {
	width: 70%;
	float: right;
	padding-left: 10px;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item-title a {
	color: #595959;
	text-decoration: none;
}

.sidebar-tabs .x-tab-content .x-tab-pane.recent-posts .recent-posts-item-title a:hover {
	text-decoration: underline;
}

/**************** Poll CSS ****************/

/*form#pollForm {
	margin-bottom: 0;
}

.block.block-poll {
	padding: 10px;
	border: 1px solid #eeeeee;
}

.block.block-poll .block-title {
	margin: 0;
	margin-bottom: 10px;
	color: #636363;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
}

.block.block-poll .block-title  strong {
	font-weight: normal;
}
.block.block-poll .block-subtitle{
	font-weight: bold;
	margin-bottom: 7px;
}

.block-poll ul, .block-poll #poll-answers {
	list-style: none;
	margin: 0;
}

.block-poll ul li, .block-poll #poll-answers li {
	margin: 0;
	font-size: 13px;
}

.block-poll ul li .label {
	padding-left: 5px;
}

.block-poll ul li .label label{
	font-weight: normal;
	display: inline-block;
}

.block.block-poll .actions {
	margin: 10px 0 0;
}

.block.block-poll .actions .button {
	background: #dddddd;
	color: #636363;
	border: none;
	border-radius: 0;
	padding: 7px 15px;
	border: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
 	vertical-align: middle;
	white-space: nowrap;
	float: right;
}

.block.block-poll .actions:after {
	content: "";
	display: block;
	clear: both;
}

.block.block-poll .actions .button:hover {
	background: #d0d0d0;
}*/

.widget_polls-widget ul:last-of-type {
    display: none;
}

.widget_polls-widget ul.wp-polls-ul {
    display: block;
}

.widget_polls-widget .h-widget{
	display: none;
}

.wp-polls p{
	padding: 10px 15px !important;
}

.wp-polls-ul li{
	padding: 10px 0px
}	

/**************** End Poll CSS ****************/

.x-recent-posts {
	border: 1px #eee solid;
	border-radius: 3px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 0px;
}

.x-recent-posts a {
	padding: 0;
	border: none;
}

.x-recent-posts a.x-recent-post3:nth-child(3n) {
	margin-right: 0;
}

.x-recent-posts a.x-recent-post3:nth-child(4n) {
	clear: both;
}

.x-recent-posts .has-post-thumbnail .x-recent-posts-img {
	border-radius: 3px;
}

.x-recent-posts .has-post-thumbnail .x-recent-posts-img img {
	height: 200px;
}

.x-recent-posts .x-recent-posts-content {
	padding: 0.75em 0.75em 0;
	margin-bottom: 2em;
}

.x-recent-posts a.x-recent-post3:nth-child(n+3) .x-recent-posts-content {
	margin-bottom: 0;
}

.x-recent-posts .h-recent-posts {
	overflow: initial;
	text-overflow: initial;
	white-space: normal;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 120% !important;
	line-height: 1.5;
	margin: 0;
	min-height: 50px;
}

.x-recent-posts .x-recent-posts-date {
	text-transform: none;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}

.x-recent-posts .x-recent-posts-author {
	font-size: 15px;
}

.x-recent-posts .x-recent-posts-author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	min-width: 50px;
	margin-right: 8px;
}

.newsletter h5 {
	margin-top: 0;
	font-weight: bold;
}

.newsletter form {
	margin: 0;
}

.newsletter form input[type="email"] {
	width: 80%;
	background: #fff;
 	border: 1px #d7d7d7 solid;
	border-radius: 3px 0 0 3px;
	border-right: none;
	box-shadow: none;
	padding: 0 20px;
	margin: 0;
	height: 50px;
}

.newsletter form input[type="submit"] {
	width: 20%;
	border: none;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	padding: 0;
	margin: 0;
	height: 50px;
	outline: 0;
	background: url('images/newsletter-btn.png') no-repeat !important;
	background-color: #8BC53F !important;
	background-position: center center !important;
	background-size: 20px !important;
}

.newsletter form input[type="submit"]:hover {
	background-color: #a8a8a8 !important;
}

.footer-right .newsletter {
	width: 300px;
	background: #f7941d;
	color: #fff;
	margin: -50px 0 0 0;
	text-align: left;
	padding: 20px;
	font-size: 12px;
}

.x-colophon.top {
	background: #fff !important;
	text-transform: uppercase;
	padding: 50px;
}

.x-colophon.top .footer-text {
	font-size: 10px;
	text-transform: capitalize;
	color: #c6c6c6;
	padding-top: 10px;
	line-height: 20px;
}

.x-colophon.top .h-widget {
	border-bottom: 1px dotted #878787;
	color: #3399cc;
	padding: 3px 0;
	margin: 5px 0;
}

.x-colophon.top .widget {
	color: #636363;
	margin: 0;
}

.x-colophon.top .widget ul li, .x-colophon.top .widget ol li {
	padding: 4px 0;
	line-height: 1.4;
}

.x-colophon.top .widget ul li a, .x-colophon.top .widget ol li a {
	color: #636363;
}

.x-colophon.top .widget ul li a:hover, .x-colophon.top .widget ol li a:hover, .x-colophon.top .widget a:hover {
	color: #3399cc;
	text-decoration: underline;
}

.x-colophon.top .widget ul.menu ul.sub-menu {
	display: none;
}

.x-colophon.top ul.social-media {
	list-style: none;
	margin: 0;
	padding: 0;
}

.x-colophon.top ul.social-media li {
	padding: 10px 0px;
}

.x-colophon.top ul.social-media li a {
	text-decoration: none;
}

.x-colophon.top ul.social-media li a:hover {
	text-decoration: underline;
}

.x-colophon.top ul.social-media li i {
	margin-right: 8px;
	width: 13px;
	height: 14px;
	text-decoration: none;
}

.x-colophon.top ul.social-media em {
	background-image: url(images/social_icons.png);
	background-repeat: no-repeat;
	width: 13px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}

.x-colophon.top ul.social-media em.facebook {
	background-position: 0 -0px;
	height: 13px;
}

.x-colophon.top ul.social-media a:hover em.facebook {
	background-position: -25px -0px;
}

.x-colophon.top ul.social-media em.twitter {
	background-position: 0 -24px;
	height: 13px;
}

.x-colophon.top ul.social-media a:hover em.twitter {
	background-position: -25px -24px;
}

.x-colophon.top ul.social-media em.youtube {
	background-position: 0 -49px;
	height: 13px;
}

.x-colophon.top ul.social-media a:hover em.youtube {
	background-position: -25px -49px;
}

.x-colophon.top ul.social-media em.pinterest {
	background-position: 0 -74px;
	height: 15px;
}

.x-colophon.top ul.social-media a:hover em.pinterest {
	background-position: -25px -74px;
}

.x-colophon.top ul.social-media em.rss {
	background-position: 0 -99px;
	height: 13px;
}

.x-colophon.top ul.social-media a:hover em.rss {
	background-position: -25px -99px;
}

.x-colophon.bottom {
	background: #8bc53f !important;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.x-colophon.bottom .x-column {
	vertical-align: middle;
}

.x-colophon.bottom .x-colophon-content {
	color: #fff;
}

.x-colophon.bottom .x-nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 14px;
}

.x-colophon.bottom .x-nav li a:hover {
	text-decoration: underline;
}

.x-colophon.bottom .x-nav li:after{
	display: none;
}

.footer-left p {
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px 0;
}


/**** Styling Magento Items ****/

.products.horizontal .product.cols-3 {
	float: left;
	margin-bottom: 4%;
	padding: 15px;
	border: 1px #eee solid;
}

.products.horizontal {
	text-align: center;
}

.products.vertical .product {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
	margin: 0px;
}

.products.vertical .product:after {
	content: "";
	display: block;
	clear: both;
}

.products.horizontal .product-image {
	margin-bottom: 5px;
	height: auto;
	width: 100%;
	display: inline-block;
}

.products.vertical .product-image {
	width: 30%;
	float: left;
}

.products.vertical .product-info {
	width: 70%;
	float: right;
	text-align: center;
}

.products h2.brand-name,
.products h2.product-name {
	font-size: 12px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	min-height: 45px;
	display: inline-block;
	margin: 0;
}

.products.vertical h2.brand-name,
.products.vertical h2.product-name {
	padding: 0;
	min-height: initial;
	display: block;
}

.products.vertical h2.brand-name {
	margin-bottom: 10px;
}

.products.vertical h2.product-name {
	margin-bottom: 0.5em;
}

.products h2.product-name a {
	color: #222;
}

.products h2.brand-name a {
	color: #8bc53f;
}

.products.vertical h2.brand-name a,
.products.vertical h2.product-name a {
	text-decoration: none;
}

.products h2.product-name:hover a {
	color: #3399cc;
}

.products .price-rate {
	padding: 0px 5px 25px 5px;
}

.products .price-rate a span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.products .price-rate a:hover {
	color: #2e8ab8;
	text-decoration: underline
}

.products .price-rate:after {
	content: "";
	display: block;
	clear: both;
}

.products .price-box {
	color: #a0a0a0;
	font-size: 13px;
	margin: 0 0 5px;
	float: left;
}

.products .price {
	color: #3399cc;
	font-size: 14px;
}

.products .price-box .price,
.products .price {
	white-space: nowrap;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.products .price-box .old-price .price-label,
.products .price-box .special-price .price-label {
	display: none;
}

.products .price-box .old-price,
.products .price-box .special-price {
	display: inline-block;
	margin: 0;
}

.products .price-box .special-price {
	padding-left: 1em;
}

.products .price-box .old-price .price {
	color: #a0a0a0;
	text-decoration: line-through;
}

.products .home-review {
	float: right;
	color: #222;
}

.products .home-review a {
	color: #222;
}

.products .price-rate .ratings {
    margin: 2px 0px;
    float: right;
}

.products .price-rate i {
    font-size: 12px;
}

.products .ratings .rating-box, .ratings .rating-box .rating {
	background-image: url(http://scdn.earth911.com/skin/frontend/newrwd/default/images/icon_sprite@2x.png);
	background-size: 100px 1000px;
}

.products .ratings .rating-box {
	width: 74px;
	height: 20px;
	background-position: 0 -614px;
}

.products .ratings .rating-box .rating {
	height: 20px;
	background-position: 0 -594px;
}

.products .product-info .actions button,
.products .product-info .actions a,
.products .product-info .actions .availability.out-of-stock {
	float: left;
	background: #8bc53f;
	font-size: 12px;
	text-transform: capitalize;
	border-radius: 3px;
	padding: 8px 18px;
	line-height: 20px;
	color: #ffffff;
	border: none;
}

.products .product-info .actions .availability.out-of-stock {
	color: #A8A8A8;
	background: none;
}

.products .product-info .actions a.link-wishlist {
	background: #A8A8A8;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 12px;
	border-radius: 3px;
	float: right;
}

.products .product-info .actions a.link-wishlist:hover {
	text-decoration: underline;
}

.counter-s {
    font-size: 16px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 10px 0px;
}

.counter-s .type-wrap {
    font-size: 2em;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    color: #8BC53F;
}
/********************************** TEMP */////

#recGuideAccordion {
    margin: 0;
}

.panel-heading .panel-title {
        margin: 0;
}

.panel-heading .panel-title button {
    margin: 0;
    border: none;
    background: none;
    outline: none;
}

.panel-body .button {
    margin: 5px;
}

.supp-pg p{
	font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 0px;
    line-height: 22px;
}

.supplier-logos .x-container {
    padding-bottom: 4em;
    margin: 10px 10px;
}

.supplier-logos .x-column {
    padding: 15px;
    min-height: 330px;
    text-align: center;
}

.supplier-logos .sup-img {
    min-height: 245px;
    line-height: 245px;
}
.supplier-logos h3{
	background: #8AC43F;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.supplier-logos h2 {
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
    color: #8AC43F;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
}
.supplier-logos h5{
	margin: 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0px;
}
.supplier-logos ul {
    text-align: center;
    margin: 0px;
	padding: 10px 0px;
}
.supplier-logos ul li {
    display: inline-block;
    padding-right: 30px;
}
.supplier-logos ul li:last-child {
    padding-right: 0px;
}

.supplier-logos .x-column h4 {
	font-size: 14px;
    text-align: center;
    margin: 0px;
    padding: 18px 10px;
    letter-spacing: 0px;
    background: #8AC43F;
    color: #ffffff;
    border-radius: 5px;
}
.supplier-logos .x-column h4:hover {
    background: #0D5AAA;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.jcw-digit, .jcw-tenth{
	background: none;
	color: #8BC53F;
}
#counter_widget-2 {
    text-align: center;
    border: 1px solid #eeeeee;
    font-size: 16px;
}
#counter_widget-2 .odometer-description {
    padding: 10px 0px;
}
@media (max-width: 979px) {

	.welcome-popup {
		display: none;
	}

	.sidebar-tabs ul.x-nav-tabs li.x-nav-tabs-item {
		width: 100%;
		border-bottom: 0;
	}

	.x-colophon.bottom {
		padding: 30px 40px;
	}

	.x-colophon.bottom .x-column.x-2-3.footer-left,
	.x-colophon.bottom .x-column.x-1-3.footer-right {
		width: 100%;
		display: block;
    	}

	.footer-right .newsletter {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.x-logobar .header-section,
	.shop-nav,
	.x-topbar .my-acc li.hide-mobile {
		display: none;
	}

}

@media screen and (min-width: 980px) {

	.blog .x-main .hentry,
	.search .x-main .hentry,
	.archive .x-main .hentry,
	.products.horizontal .product.cols-3 {
		width: 30.66666666666667%;
		margin-right: 4%;
	}

	.blog .x-main .hentry:nth-child(3n),
	.search .x-main .hentry:nth-child(3n),
	.archive .x-main .hentry:nth-child(3n),
	.products.horizontal .product.cols-3:nth-child(3n) {
		margin-right: 0;
	}

	.products.horizontal .product.cols-3:nth-child(4n) {
		clear: both;
	}

	.x-navbar-bar {
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.blog .x-main .hentry,
	.search .x-main .hentry,
	.archive .x-main .hentry,
	.products.horizontal .product.cols-3 {
		width: 48%;
		margin-right: 4%;
	}

	.blog .x-main .hentry:nth-child(2n),
	.search .x-main .hentry:nth-child(2n),
	.archive .x-main .hentry:nth-child(2n),
	.products.horizontal .product.cols-3:nth-child(2n) {
		margin-right: 0;
	}

	.products.horizontal .product.cols-3:nth-child(3n) {
		clear: both;
	}

}

@media screen and (max-width: 767px) {

	.x-topbar .p-info,
	.x-topbar  .x-social-global,
	.x-topbar .my-acc,
	.products.horizontal .product.cols-3 {
		float: none;
	}

	.archive .x-main .hentry,
	.products.horizontal .product.cols-3 {
		width: 100%;
		margin-right: 0;
	}

	.single-post .hentry .entry-header .entry-title {
		padding-right: 0;
	}

	.single-post .hentry .entry-header .post-meta {
		display: none;
	}

}

@media screen and (max-width: 500px) {

	.x-navbar-bar-cell a span {
		display: none;
	}

}

/* Rossi Edit's */
.fb_iframe_widget {
    max-width: 100%;
    overflow: auto;
}
.lens-tool-kit {
    margin: 0 auto !important;
}
.x-topbar .x-social-global a {
	-webkit-transition: ease .3s;
	   -moz-transition: ease .3s;
	    -ms-transition: ease .3s;
	     -o-transition: ease .3s;
	        transition: ease .3s;
}
.x-topbar .x-social-global a:hover {
    opacity: 0.6;
}
.entry-featured img {
    position: absolute;
    left: 50%;
    top: 40% !important;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.x-navbar .desktop .x-nav {
	border-left: none !important;
}
.x-navbar .desktop .x-nav {
	display: table;
    border-left: 2px solid #fff;
    padding: 15px;
    float: none;
}
.x-navbar .desktop.blog-links .x-nav > li > a {
    font-weight: 500;
    -webkit-transition: ease .3s;
       -moz-transition: ease .3s;
        -ms-transition: ease .3s;
         -o-transition: ease .3s;
            transition: ease .3s;
}
.x-navbar .desktop.blog-links .x-nav > li > a:hover {
    text-decoration: none;
    color: #000;
}
p {
    margin: 0 auto;
}
.x-brand img {
    width: 200px !important;
}
.single-post .hentry .entry-featured .entry-thumb img {
    top: 50% !important;
}
.single-post .hentry .entry-featured {
    padding: 0px !important;
}
.header-banner-fix {
    text-align: center;
    clear: both;
    margin-top: 2%;
    margin-bottom: -77px;
}
#taboola-below-article-thumbnails {
    padding-top: 5%;
}
.x-column.x-sm.x-1-5.header-margin-fix {
    margin-top: 5px;
}

.x-logobar-inner {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.x-navbar .desktop.blog-links .x-nav > li > a:active {
    color: #000 !important;
}
.x-navbar .desktop .x-nav > li > a {
    border-right: 1px dotted #fff !important;
}
.x-navbar .desktop .x-nav>li:last-child>a {
    border-right: none !important;
}
.x-recent-posts .has-post-thumbnail .x-recent-posts-img img {
	height: 150px !important;
    object-fit: cover;
    object-position: center;
}
.x-boxed-layout-active .site {
    box-shadow: none !important;
}
.h-recent-posts:hover {
    color: #8AC43F;
}
.x-content-band {
    padding: 0px;
}
.font-correct span {
    font-family: Futura, 'Trebuchet MS', Arial, sans-serif !important;
    text-transform: capitalize;
}
.wp-polls-ans {
    padding: 0px 10px;
    border: 1px solid rgba(139,197,63,0.3);
}
.widget a {
	color: #8bc53f;
}
.entry-content {
    margin-top: 0px;
}
.e911-contact-form {
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}
.e911-contact-form #input_4_5, .e911-contact-form #input_4_3, .e911-contact-form #input_4_2, .e911-contact-form #input_4_6 {
    background: transparent;
    border: none;
}
.e911-contact-form #input_4_4 {
	background: transparent;
    border: none;
    padding: 10px 10px;
}
.e911-contact-form .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: .375em;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
}
.e911-contact-form input#gform_submit_button_4 {
    color: #ffffff;
    border-color: transparent;
    background-color: #8bc53f;
    border-radius: 0px;
    width: 100%;
    padding: 15px 15px;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}
.e911-contact-form input#gform_submit_button_4:hover {
    background-color: #7bad35;
}
.contact-pg-header {
	background: url('http://earth911.com/wp-content/uploads/2016/05/earth-contact-bg-2.jpg') no-repeat bottom center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
    max-width: 115%;
    width: 160%;
    height: 45vh;
    margin-top: -4.99rem;
    margin-bottom: 3%;
    margin-left: -7%;
    padding: 20px;
}
.contact-center {
	display: table-cell;
	vertical-align: middle;
}
.contact-center h1 {
	color: #fff;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.contact-pg-header h4 {
    margin-bottom: 40px;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.e911-contact-form.stand-out {
    background: #333;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
}
p {
    margin-top: 20px;
    margin-bottom: 20px;
}
h2, h3, h4 {
	margin-top: 0px;
}
nav.x-nav {
    display: none;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: italic;
    margin: 0 auto;
    padding: 0.2px 0px 1em;
    line-height: 1.45;
    color: #383838;
    border: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    position: relative;
}
blockquote p {
    background: rgba(139,197, 63, 0.1);
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(139,197, 63, 0.2);
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    color: #8bc53f;
    left: 0;
    top: -15px;
}
.page-links {
    background: #F7941D;
    padding: 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 18px;
    color: #fff;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
    position: fixed;
    right: 0;
    max-width: 450px;
    width: 100%;
    z-index: 1000;
    text-align: center;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
}
.page-links a {
    color: #000;
    padding: 5px;
}
.x-sidebar.right {
    padding-left: 0px;
}

.x-main.left {
    padding-right: 20px;
}
.x-container>.offset {
    margin: 10px auto;
}
.single-post .x-main.left .hentry .entry-featured {
    margin-top: -1.5%;
    margin-right: 0px;
}
.single .x-main.left {
    padding-right: 35px;
    padding-left: 10px;
}
.post-share {
    float: left !important;
}
.x-container.width.main {
    width: 100%;
    padding: 25px;
}

h2.h-custom-headline.h4 {
    background-color: #696969;
    padding: 15px;
    color: #fff !important;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-top: 27px;
}

.x-recent-posts {
    border: none;
    padding: 20px 0px;
}

.x-recent-posts .has-post-thumbnail .x-recent-posts-img {
    border-radius: 3px 3px 0px 0px;
}

.x-recent-posts .x-recent-posts-content {
    padding: 1em;
    margin-bottom: 0px;
    border: 1px inset rgba(0,0,0,0.13);
}

a.x-recent-post3.with-image {
    min-height: 333px;
    background-color: transparent;
    transition: ease .3s;
}

a.x-recent-post3.with-image:hover {
    transform: scale(1.03);
}

.x-content-band.vc .wpb_content_element {
    margin-bottom: 45px;
}

@media all and (max-width: 980px) {
	.page-links {
	    background: #F7941D;
	    padding: 0px;
	    border-radius: 4px 4px 0px 0px;
	    font-size: 18px;
	    color: #fff;
	    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	    font-style: italic;
	    position: fixed;
	    right: 0;
	    max-width: 100%;
	    width: 100%;
	    z-index: 1000;
	    text-align: center;
	    bottom: 0;
	    left: 0;
	    margin-left: 0;
	}
	.page-links a {
	    color: #000;
	    padding: 5px;
	}
	.x-main.left {
	    padding-right: 0px;
	}
}
input[type="text"]:focus {
	border-color: rgba(139,197,64,0.5);
}
@media only screen and (min-width: 771px) {
	.main-container .main {
	  background-color: #ffffff !important;
	}
}
.wrapper  {
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3) !important;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3) !important;
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3) !important;
}
@media all and (max-width: 979px) {
	.x-logobar-inner {
		padding-top: 15px;
		padding-bottom: 15px !important;
	    text-align: center;
	}
	.x-recent-posts .has-post-thumbnail .x-recent-posts-img img {
		height: 200px !important;
	    object-fit: cover;
	    object-position: center;
	}
}
@media all and (max-width: 767px) {
	.single-post .x-main.left .hentry .entry-featured {
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	}
	.single-post .hentry .entry-header {
	    margin-bottom: 0px;
	}
	.single-post .hentry .entry-featured .entry-thumb {
	    position: relative;
	    width: 100%;
	    height: 190px;
	    overflow: hidden;
	    margin-bottom: 10px;
	}
	.single .x-main.left {
	    padding-right: 0px;
	    padding-left: 0px;
	}
}
.wp-polls input[type="radio"] {
    margin-right: 10px;
}
.wp-polls .Buttons {
    border: none;
    background-color: #8bc53f;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    outline: none;
}
.wp-polls .Buttons:hover {
    background-color: #7bad35;
}
#os-wrapper .os-side {
    border-color: rgba(18,32,53,0.2) !important;
    background-color: rgba(139,197,63,0.2) !important;
    color: #122035;
}
#os-wrapper .side-votes.hide-results .os-side:hover {
    background-color: rgba(139,197,63,0.9) !important;
}
li.hide-mobile.font-correct:hover > a {
    color: #8bc53f;
}
li.hide-mobile.font-correct:first-child:hover > a {
    color: #fff;
}

/* About us page */

.x-column.x-sm.x-1-2.earth-about-earth:first-child {
    margin-right: 0px;
    padding: 30px;
}
.earth-about-earth {
	display: table;
    max-height: 420px;
    min-height: 420px;
    width: auto;
    background: #000;
    color: #f0f0f0;
}
.earth-about-earth h2 {
	color: #fff;
	font-weight: 700;
}
.about-us-vert {
	display: table-cell;
	vertical-align: middle;
}
.earth-about-earth img {
    max-height: 350px;
    min-height: 350px;
}
.about-us-container {
    margin-right: -4.14%;
}
.what-we-believe {
    background: #F7941D;
    padding: 30px;
    color: #fff;
    margin-right: 0px;
    min-height: 380px;
}
.what-we-believe h2 {
	color: #fff;
	font-weight: 700;
}
.our-goals {
    background: #8BC53F;
    color: #fff;
    padding: 30px;
    min-height: 380px;
}
.our-goals h2 {
	color: #fff;
	font-weight: 700;	
}

.about-us-vert p, .what-we-believe ul li, .our-goals ul li {
    font-size: 16px;
}

.earth-about-earth h2, .what-we-believe h2, .our-goals h2 {
    font-size: 30px;
}
.what-we-believe, .our-goals {
    display: table;
}
.achieved {
    padding: 30px;
    min-height: 770px;
}
.heart-tree {
	display: table;
    min-height: 770px;
}
.earth-media {
    padding: 30px;
}
.achieved, .heart-tree {
    margin-top: 20px;
}
.supplier-logos ul li a {
    background: #8bc53f;
    color: #fff;
    padding: 10px 8px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.supplier-logos ul li a:hover {
    background: #333;
}
.supplier-logos ul li {
    margin-bottom: 30px;
}
h2.h-custom-headline.h4 p {
    margin-top: 0px;
}
@media all and (max-width: 811px) {
	.about-us-vert p, .what-we-believe ul li, .our-goals ul li {
	    font-size: 15px;
	}
}
@media all and (max-width: 767px) {
	.heart-tree {
	    min-height: auto;
	}	
}



