/* GeneratePress Site CSS */ #site-navigation {
		margin-bottom: 20px
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], textarea, select {
	text-transform: uppercase;
	font-size: 13px;
}

.mc4wp-form-fields input[type="email"] {
	margin-bottom: 10px;
	width: 100%;
}

.entry-meta {
	font-weight: 300;
	font-size: 13px;
}

.sidebar {
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
}

.sidebar .widget:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.main-navigation:not(.toggled) li.menu-social > a,
.main-navigation:not(.toggled) li.search-item > a{
	padding: 0 10px;
}

.post-image img:hover {
	opacity: 0.9;
}



.page.no-sidebar .entry-title {
	text-align: center;
} /* End GeneratePress Site CSS */
.widget-title {
    text-align: center;
    background: #0064d3;
        letter-spacing: 1px;
    font-size: 18px;
}
.sidebar .widget:not(:last-child) {
    border-bottom: 0px solid rgba(0,0,0,0.05);
}
aside#zoom-social-icons-widget-3 {
    margin-bottom: -100px;
}

.ebay-menu {
	background-color: #0064d3;
	border-radius: 5px;
	margin-right: 10px;
	color: #ffffff !important;
}
.ebay-menu a {
	border-radius: 4px;
}

.etsy-menu {
	background-color: #f45b05;
	border-radius: 5px;
	margin-right: 10px;
}
.etsy-menu a {
	border-radius: 4px;
}

.letgo-menu {
	background-color: #FF3F55;
	border-radius: 5px;
	margin-right: 10px;
}
.letgo-menu a {
	border-radius: 4px;
}

.poshmark-menu {
	background-color: #822432;
	border-radius: 5px;
	margin-right: 10px;
}
.poshmark-menu a {
	border-radius: 4px;
}
.selling-apps-menu {
	background-color: #0fb58e;
	border-radius: 5px;
	margin-right: 10px;
}
.selling-apps-menu a:hover {
	border-radius: 4px;
	
}
.what-sells-menu {
	background-color: #85b71a;
	border-radius: 5px;
	margin-right: 10px;
}
.what-sells-menu a {
	border-radius: 4px;
}
.resources-menu {
	background-color: #E43137;
	border-radius: 5px;
	margin-right: 10px;
}
.resources-menu a:hover {
	border-radius: 4px;
	
}

@media (max-width: 768px){
#mobile-header.toggled .main-nav > ul, #mobile-header .menu-toggle, #mobile-header .mobile-bar-items {
    display: block;
    color: #0064d3;
}
}

.search-item {
	background-color: #f1c40f;
	border-radius: 5px;
	
}
.search-item a:hover {
	border-radius: 4px;
}

.nav-aligned-center .main-navigation {
    text-align: center;
    padding: 5px;
}
.ez-toc-section {
	padding-top: 60px; 
	margin-top: -60px;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
}
h2 {
    font-size: 30px;
	padding-top:100px;
    margin-top: -100px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
}
.entry-title a {
    color: #0064d3;
    font-weight: 300;
}
h2.widget-title {
    padding-top: 0px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #85b71a;
    background-color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid;
}
a.cart-contents.shopping-cart {
    background: #85b71a;
    border-radius: 5px;
    margin-right: 10px;
}