/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #e8554e;
}

.widget-title {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
	background-color: #3a5eff;
	color: #fff;
	padding: 10px;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.archive-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
	margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
}
/*enews widget*/
.sidebar .enews-widget {
background-color: #222;
color: #fff;
}
/*slider styling*/
#genesis-responsive-slider {
	background-color: #fff;
	border: 0px solid #3a5eff;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}
.slide-excerpt {
	background-color: #fff;
}
/*line under menu*/
.nav-secondary .wrap {
border-bottom: 0px solid #222;
}


.single-product .product_title{ font-size:18px !important; }

.woocommerce .woocommerce-loop-category__title {
    font-size: 18px !important;
}

.post-type-archive-product .page-title {
  font-size: 18px !important;
}


.myenews-widget input { margin-bottom: 10px;
}

.myenews-widget input[type="submit"] {
	margin: 0;
 width: 100%;
}

.myenews form + p {
 margin-top: 0;
}

.widget-area .myenews-widget {
 background-color: #222;
 color: #aaa;
 padding: 40px;
}

.widget-area .myenews-widget .widget-title {
 color: #fff;
}

.widget-area .myenews-widget input:focus {
 border: 1px solid #ddd;
}

.widget-area .myenews-widget input[type="submit"] {
 background-color: #1E73BE;
 color: #fff;
}

.widget-area .myenews-widget input:focus[type="submit"],
.widget-area .myenews-widget input:hover[type="submit"] {
 background-color: #fff;
 color: #222;
}
