/*--------------------------------------------------------------
## Posts Grid
--------------------------------------------------------------*/
.posts-grid-3 .grid-item:nth-child(2n+1),
.posts-grid-4 .grid-item:nth-child(2n+1) {
	clear: both;
}

@media (min-width: 768px) {
	.posts-grid-3 .grid-item,
	.posts-masonry-3 .grid-item {
		width: 33.33%;
	}

	.posts-grid-3 .grid-item:nth-child(2n+1) {
		clear: none;
	}

	.posts-grid-3 .grid-item:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 992px) {
	.posts-grid-4 .grid-item,
	.posts-masonry-4 .grid-item {
		width: 25%;
	}

	.posts-grid-4 .grid-item:nth-child(2n+1) {
		clear: none;
	}

	.posts-grid-4 .grid-item:nth-child(4n+1) {
		clear: both;
	}
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.top-bar {
	background: #1a1a1a;
	font-size: 0.9em;
}

.top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 992px) {
	.top-menu {
		float: left;
	}
}

.top-menu li {
	display: inline-block;
	margin-right: 15px;
}

.top-menu li ul {
	display: none;
}

.top-menu a {
	color: #ddd;
	height: 50px;
	line-height: 50px;
}

.top-menu a:hover {
	opacity: 0.8;
}

.top-bar .jetpack-social-navigation {
	margin-top: 13px;
	margin-bottom: 9px;
}

.top-bar .jetpack-social-navigation li {
	margin-left: 10px;
}

.top-bar .jetpack-social-navigation a {
	color: #ddd;
}

.top-bar .jetpack-social-navigation a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.footer-widgets-1 > div {
		width: 100%;
	}

	.footer-widgets-2 > div {
		width: 50%;
	}

	.footer-widgets-4 > div {
		width: 25%;
	}

	.footer-widgets-5 > div {
		width: 20%;
	}
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.featured-slider {
	margin-bottom: 3em;
}

.featured-slider .frame {
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	white-space: nowrap;
}

.featured-slider .slides {
	/*display: inline-block;*/
}

.featured-slider .slide {
	position: relative;
	display: inline-block;
	width: 100%;
}

.featured-slider .slide {
	font-size: initial;
	line-height: initial;
}

.featured-slider .prev,
.featured-slider .next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	display: block;
	cursor: pointer;
	font-size: initial;
	background-color: #000;
	color: #fff;
	line-height: 1;
	padding: 1em;
	transition: opacity .5s ease;
	opacity: 0.5;
}

.featured-slider .next {
	right: 0;
}

.featured-slider .prev {
	left: 0;
}

.featured-slider:hover .prev,
.featured-slider:hover .next {
	opacity: 0.7;
}

.featured-slider .prev:hover,
.featured-slider .next:hover {
	opacity: 1;
}

.featured-slider .post-thumbnail {
	margin: 0;
}

.slider-full .post-thumbnail {
	height: 560px;
}

.slider-full .post-thumbnail {
	height: 300px;
}

@media (min-width: 576px) {
	.slider-full .post-thumbnail {
		height: 400px;
	}
}

@media (min-width: 768px) {
	.slider-full .post-thumbnail {
		height: 500px;
	}
}

@media (min-width: 992px) {
	.slider-full .post-thumbnail {
		height: 560px;
	}
}

.featured-slider .post-thumbnail > img {
	width: 100%;
}

.slider-full .post-thumbnail > img {
	height: 100%;
	object-fit: cover;
}

.featured-slider .slide:hover .post-thumbnail {
	opacity: 0.8;
}

.featured-slider .entry-header {
	width: 100%;
	margin: 0;
	padding: 3em;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.slider-full .entry-header {
	padding-left: 0;
	padding-right: 0;
}

.featured-slider .entry-title {
	font-size: 1.4em;
}

@media (min-width: 768px) {
	.featured-slider .entry-title {
		font-size: 1.6em;
	}
}

@media (min-width: 992px) {
	.featured-slider .entry-title {
		font-size: 1.8em;
	}
}

@media (min-width: 1200px) {
	.featured-slider .entry-title {
		font-size: 2em;
	}
}

.featured-slider .entry-title a {
	color: #fff;
}

.featured-slider .post-categories {
	list-style: none;
	margin: 10px 0 4px;
	padding: 0;
	display: inline-block;
}

.featured-slider .post-categories li {
	display: inline-block;
	margin-right: 2px;
}

.featured-slider .post-categories a {
	background-color: #ce405a;
	color: #fff;
	padding: 2px 6px;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	border-radius: 3px;
}

.featured-slider .slider-meta {
	color: #fff;
	font-size: 0.8em;
	margin-right: 10px;
	opacity: 0.7;
}

/*--------------------------------------------------------------
## Featured Image Header
--------------------------------------------------------------*/
.single-featured-image-header > img {
	display: block;
	width: 100%;
	height: 560px;
	object-fit: cover;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.woocommerce-products-header {
	margin-bottom: 2em;
}

.woocommerce div.product div.summary {
	margin-top: 0;
}

.woocommerce #page .button,
#page .woocommerce .button {
	color: #fff;
	background-color: #ce405a;
	font-weight: 500;
}

.woocommerce #page .button:hover,
#page .woocommerce .button:hover {
	color: #fff;
	background-color: #333;
}

.woocommerce-products-header__title {
	font-size: 3em;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-result-count,
.woocommerce-ordering select {
	font-size: 0.9em;
}

.woocommerce-product-search .search-field {
	vertical-align: middle;
	padding: 5px 7px;
}

.woocommerce-product-search button {
	vertical-align: middle;
	padding: .8em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ddd;
}

.woocommerce .star-rating span::before {
	color: #f7c000;
}
.woocommerce .widget_recent_reviews .reviewer {
	opacity: 0.6;
}

.woocommerce div.product form.cart {
	margin-top: 1em;
}

.sku_wrapper {
	display: block;
}

#review_form_wrapper {
	margin-top: 2em;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}

.woocommerce-MyAccount-navigation-link {
	margin-bottom: 1em;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: #444;
}

.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
	color: #bbb;
}

.woocommerce-MyAccount-navigation-link a:hover {
	color: #aaa;
}

.woocommerce-page #content table.cart td.actions .input-text {
	width: 120px;
	line-height: 23px;
}

.woocommerce form .form-row input.input-text {
	line-height: 26px;
}

.woocommerce-pagination .page-numbers {
	border: none;
	border-radius: 0;
}

.woocommerce .woocommerce-MyAccount-content p .button {
	margin-top: 1em;
}

.woocommerce-page .post-single .entry-content {
	font-size: 1em;
}

.woocommerce span.onsale {
	padding: 0;
}

.woocommerce a.added_to_cart {
	font-size: 0.9em;
	margin: 0 10px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0.2em;
}

.woocommerce ul.products li.product .button {
	margin-top: 0.2em;
}

@media (max-width: 767.98px) {
	.header-cart > ul {
		display: none;
	}
}

.header-cart {
	color: #898989;
}

.header-cart > a > .icon {
	fill: #888;
	vertical-align: text-bottom;
}

@media (min-width: 768px) {

	.header-cart:hover > a > .icon {
		fill: #fff;
	}
}

.header-cart .count {
	border-radius: 40%;
	background-color: tomato;
	color: #fff;
	display: block;
	font-size: 9px;
	letter-spacing: 0;
	line-height: 14px;
	height: 14px;
	padding-left: 4px;
	padding-right: 4px;
	position: absolute;
	top: 10px;
	left: 30px;
}

li.header-cart > a:after {
	content: none;
}

.header-cart .buttons a {
	width: 100%;
}

.header-cart .widget_shopping_cart .woocommerce-mini-cart {
	position: static;
	transform: scaleY(1);
	box-shadow: none;
}

.woocommerce-mini-cart__empty-message {
	font-size: 0.9em;
	width: 160px;
}

.woocommerce a.remove {
	line-height: 0.9;
}

.woocommerce a.remove:hover {
	text-decoration: none;
}

.primary-menu > .site-header-cart > ul {
	left: auto;
	transform: scaleY(1);
}

.header-cart .widget_shopping_cart .product_list_widget li a.remove {
	font-size: 1.2em;
}

.header-cart .widget_shopping_cart li a:after {
	content: none;
}

.header-cart ul.product_list_widget li a {
	padding: 0;
}

.header-cart .widget_shopping_cart {
	padding: 1em;
	margin: 0;
}

.header-cart .widget.widget_shopping_cart .total {
	border-top: 1px solid #555;
}

.submenu-light .header-cart .widget.widget_shopping_cart .total {
	border-top-color: #ddd;
}

.widget.widget_shopping_cart .total {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
}

.woocommerce-store-notice,
p.demo_store {
	padding: 0.5em 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
	outline: none;
}
