/*
Theme Name: Pokama
Theme URI: https://zthemes.net/themes/pokama
Description: A WordPress Theme for Bloggers
Author: ZThemes Studio
Author URI: https://zthemes.net/
Version: 1.0.1
Text Domain: pokama
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-colors, one-column, two-columns, right-sidebar, custom-menu, sticky-post, translation-ready, threaded-comments, theme-options, blog, news
*/

/* -------------------------------------- */
/* CSS Index
/* -------------------------------------- */
/* 01 - Global Reset
/* 02 - General Styles
/* 03 - Structure
/* 04 - Grid
/* 06 - Top Bar & Header
/* 06 - Instagram Header
/* 07 - Featured Area
/* 08 - Posts
/* 09 - Widgets
/* 10 - Footer
/* 11 - Pages
/* 12 - Archive/Categories
/* 13 - MISC
/* 14 - Slicknav
/* 15 - WooCommerce

/* -------------------------------------- */

/* -------------------------------------- */
/* 01. Global Reset
/* -------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
img { vertical-align:middle; max-width: 100%; height: auto;}
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------- */
/* 02. General Styles
/* -------------------------------------- */
body {
	background-color:#ffffff;
	font-family:'Poppins', sans-serif;
	font-size:12px;
	color: #222222;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color:#121212;
}
p, .post-entry li, .entry-content li {
    line-height: 1.8;
    letter-spacing: 0.25px;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.3;
}
input, select, textarea, .woocommerce a.button, .subscribe-box p, .footer-text, .woocommerce .comment-text p.meta strong, .woocommerce div.product .entry-summary p.price,
.woocommerce-MyAccount-navigation ul li a {
	font-family:'Poppins', sans-serif;
}
p, .top-search input, #show-search input, .by, .feat-overlay h4 a, .post-header h2 a, .post-header h1, .item-related h3 a,
.pagination-item h3 a, .side-pop-content h4 a, .short-header h2 a, .post-entry li, .entry-content li, .woocommerce div.product .product_title {
	font-family: 'Montserrat', sans-serif;
}

/* -------------------------------------- */
/* 03. Structure
/* -------------------------------------- */
.sp-container {
	width:1200px;
	margin:0 auto;
	/*padding: 0 25px;*/
}
#main {
	float: left;
	width: calc(100% - 360px);
}
#main.fullwidth {
	width:100%;
	float:none;
}
.sp-container.isfullwidth {
	/*width:1090px;*/
}
#sidebar {
	float: right;
	width: 350px;
}

/* -------------------------------------- */
/* 04. Grid
/* -------------------------------------- */
.sp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.sp-col-12, .sp-col-11, .sp-col-10, .sp-col-9, .sp-col-8, .sp-col-7, .sp-col-6, .sp-col-5, .sp-col-4, .sp-col-3, .sp-col-2, .sp-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#main, #sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.sp-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.sp-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.sp-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.sp-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.sp-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.sp-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.sp-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.sp-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.sp-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.sp-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.sp-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.sp-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.sp-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.sp-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* -------------------------------------- */
/* 05. Top Bar & Header
/* -------------------------------------- */
#top-bar {
    height: 33px;
    position: relative;
    line-height: 33px;
    background: #fff;
    z-index: 99999;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #000;
}
.is-sticky #top-bar {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.28);
    border: none;
}
/* - Top Social ----- */
#top-social {
	position:absolute;
	left:40px;
	top:-2px;
}
#top-social a, #mobile-social a{
	font-size:12px;
	color:#000;
	margin-right:13px;
}
#top-social a:hover, #mobile-social a:hover {
	color:#999;
}

/* - Mobil Social ----- */
#mobile-social {
	display:none;
	float:right;
}

/* - Top Search ----- */
#top-bar-right {
	position:absolute;
	right:40px;
	top:0;
}

.top-search {
	float:right;
}
.top-search input {
    border: none;
    background: none;
    font-size: 10px;
    letter-spacing: 0px;
    width: 120px;
    color: #757575;
}
.top-search ::-webkit-input-placeholder, .show-search ::-webkit-input-placeholder {
	color: #000;
}
.search-button {
	background:none;
	border:none;
	cursor:pointer;
	color:#000;
}
.search-button:hover {
	color:#999;
}
.top-search i {
	font-size:12px;
}
.top-search input:focus {
	outline:none;
	border:none;
}

/* - Mobile Search ---- */
.top-search.mobile-search {
	display:none;
}
.top-search.mobile-search i {
	color:#000;
}
.top-search.mobile-search i:hover {
	color:#999;
}
#show-search {
	display:none;
	position:absolute;
	right:0;
	top:0;
	background:#fff;
	width:70%;
}
#show-search button {
	display:none;
}
#show-search input {
	border:none;
	background:none;
	font-size:12px;
	width:100%;
}
#show-search input:focus {
	outline:none;
}
#show-search .close-search {
	position:absolute;
	right:20px;
	top:0;
	font-size:14px;
	color:#000;
}
#show-search a.close-search:hover {
	color:#999;
}

/* - Navigation Menu ----- */
#nav-wrapper .menu {
	text-align:center;
}
#nav-wrapper .menu li {
	display:inline-block;
	margin:0 10px;
	position:relative;
}
#nav-wrapper .menu li a {
	font-size:0.85em;
	font-weight:500;
	letter-spacing:1px;
	color:#000;
	display:block;
}
#nav-wrapper .menu li a:hover {
	color:#777;
}

/* - Dropdown ----- */
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
	background-color: #fff;
	display: none;
	padding: 0;
	position: absolute;
	margin-top:-3px;
	left: 0;
	z-index: 99999;
	text-align:left;
	border:1px solid #f1f1f1;
	border-bottom:none;
	border-top:none;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
	color: #888;
	margin: 0;
	font-size:9px;
	padding: 9px 10px 6px;
	letter-spacing: 1px;
	min-width: 186px;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	border-bottom:1px solid rgba(0,0,0,.05);
}
#nav-wrapper ul.menu ul,
#nav-wrapper .menu ul ul {
	line-height:20px;
	margin-left:-10px;
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
	padding-right:0;
	margin-right:0;
	margin-left:0;
}
#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
	
	color:#333;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
	display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {	
	left: 100%;
	top: 0;
	margin-left:0;
}

/* - Mobile Menu ----- */
#mobile-menu {
	display:none;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#mobile-menu a {
	color:#000;
}
#mobile-menu i {
	font-size:14px;
	color:#000;
	margin-right:5px;
}
#slick-mobile-menu {
	display:none;
}

/* - Logo ----- */
#header {
	text-align:center;
	padding:55px 0 55px;
	margin-bottom:0;
}
.single #header, .archive #header, .page #header, .error404 #header, .search-results #header,
.search-no-results #header, #header.no-slider {
	margin-bottom:10px;
}
.page #header.no-page-title {
	border-bottom:none;
	margin-bottom:0;
}
#logo img {
	max-width:100%;
	height:auto;
}

h1.site-title, h2.site-title {
    font-size: 35px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
h1.site-title a, h2.site-title a {
	color: #333;
}
p.site-description {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 12px;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* -------------------------------------- */
/* 06. Instagram Header
/* -------------------------------------- */
#top-instagram, #bottom-instagram {
	overflow:hidden;
}
#bottom-instagram {
	margin-top:30px;
}
#bottom-instagram .instagram-pics li {
	width:12.5%;
	display:inline;
	float:left;
}
#top-instagram .instagram-pics li img, #bottom-instagram .instagram-pics li img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
#top-instagram .instagram-pics li img:hover, #bottom-instagram  .instagram-pics li img:hover{
	opacity:.87;
}
#top-instagram p.clear, #top-instagram h4, #bottom-instagram p.clear, #bottom-instagram h4  {
	display:none;
}
#top-instagram {
	margin-bottom: 100px;
}
#top-instagram .instagram-pics li {
	width: 25%;
	padding: 5px;
	display:inline;
	float:left;
}
/* -------------------------------------- */
/* 07. Featured Area
/* -------------------------------------- */
.featured-area {
	margin-bottom:20px;
	margin-top: 15px;
	border-bottom: 4px double #121212;
	padding-bottom: 20px;
}
.feat-img img{
	max-width: 100%;
}
.feat-text h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5;
}
.feat-text h4 a, .feat-small-text h4 a{
	color: #121212;
}
.feat-cat a{
	color: #999;
	font-weight: 600;
    margin: 10px 0;
    display: inline-block;
}
.feat-large {
}
.feat-small {
    margin: 0;
    padding: 0 10px;
}
.feat-small.last {
	border: none;
}
.feat-small-text h4{
	font-weight: 600;
	font-size: 14px;
}
.feat-small-text p{
	font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}
.feat-small img {
	max-width: 98%;
}
.feat-small .feat-cat a{
	margin: 5px 0;
}
/* - Under Header - */
.under-header {
	padding: 10px 0px;
    margin: 10px 0;
    border-bottom: 4px double #121212;
    border-top: 1px solid #121212;
}
.under-header-item {
    border-right: 1px solid #e2e2e2;
}
.under-header-item.last {
    border-right: none;
}
.under-header-item img {
	width: 55px;
	height: auto;
}
.under-header-link {
    float: left;
    margin-right: 10px;
}
.under-header-text {
	color: #121212;
	font-weight: 600;
	font-size: 12px;
}
/* Featured 4 cols */
.featured-4{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 4px double #121212;
}
.featured-4 a{
	color: #121212;
}
.featured-4 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.featured-4-item h4{
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 10px;
    padding-top: 10px;
}
.featured-4-item.big h4{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
.featured-4-item.small h4{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.featured-4-item.small {
	padding-bottom: 15px;
	min-height: 250px;
}
h2.featured-4-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
/* -------------------------------------- */
/* 08. Posts
/* -------------------------------------- */
.post {
	margin-bottom:50px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.single .post {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:none;
}

/* - Post Header ----- */
.post-header {
	max-width:85%;
	margin:0 auto;
	margin-bottom:15px;
}
#main.fullwidth .post-header {
	max-width:75%;
}
.cat {
	margin-bottom:10px;
	display:block;
}
.cat a {
	font-size:11px;
    font-weight: 600;
    letter-spacing: 1.25px;
	text-transform:uppercase;
	color: #999;
}
.cat a:hover {
	text-decoration:underline;
}
.cat span {
	color:#d5d5d5;
	font-size:11px;
	margin:0 6px;
}
.sp-date, .widget_recent_entries .post-date {
	font-size:9px;
	font-weight:400;
	letter-spacing:1.5px;
	text-transform:uppercase;
}
.sp-date a {
	color:#999;
}
.post-header h2, .post-header h1 {
	margin-bottom:9px;
}
.post-header h2, .post-header h1 {
    font-size: 18px;
    color: #313131;
    letter-spacing: 0.25px;
    font-weight: 700;
}
.post-header h2 a, .post-header h1 a {
	color: #313131;
}
.post-header h2 a:hover {
	opacity:0.68;
}
/* - Post Image ----- */
.post-img {
	text-align:center;
	margin-bottom:30px;
}
#main.fullwidth .post-img {
	margin:0 -20px 35px;
}
.post-img img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

/* - Post Entry ----- */
#main.fullwidth .post-entry, #main.fullwidth .post-meta {
	padding-left:35px;
	padding-right:35px;
}

	/* - Post Typography ----- */
	.post-entry p, .entry-content p, .comment-text p {
		margin-bottom:20px;
		color:#222222;
	}
	.post-entry img, .entry-content img {
		max-width:100%;
		height:auto;
	}
	.post-entry hr, .entry-content hr, .comment-text hr {
		margin-bottom:20px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
	.comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6
	{
		color:#000;
		margin-bottom:12px;
	}
	.post-entry h1, .entry-content h1, .comment-text h1 {
		font-size:32px;
	}
	.post-entry h2, .entry-content h2, .comment-text h2 {
		font-size:28px;
	}
	.post-entry h3, .entry-content h3, .comment-text h3 {
		font-size:26px;
	}
	.post-entry h4, .entry-content h4, .comment-text h4 {
		font-size:23px;
	}
	.post-entry h5, .entry-content h5, .comment-text h5 {
		font-size:20px;
	}
	.post-entry h6, .entry-content h6, .comment-text h6 {
		font-size:17px;
	}
	.post-entry hr, .entry-content hr, .comment-text hr {
		border:0;
		height:0;
		border-bottom:1px solid #e5e5e5;
		clear:both;
	}
	.post-entry blockquote, .entry-content blockquote, .comment-text blockquote {
		border-left:4px solid;
		border-color:#000;
		padding:0 18px;
	}
	.post-entry blockquote p, .entry-content blockquote p, .comment-text blockquote p {
		font-size:14px;
		line-height:26px;
		font-style:italic;
		color:#666;
	}
	.post-entry a, .entry-content a {
		font-weight: 600;
	}
	.post-entry a:hover, .entry-content a:hover {
		text-decoration:underline;
	}
	.post-entry ul, .post-entry ol, .entry-content ul, .entry-content ol, .comment-text ul, .comment-text ol {
		padding-left:25px;
		margin-bottom:20px;
		color:#222;
	}
	.post-entry ul li, .entry-content ul li, .comment-text ul li {
		margin-bottom:6px;
		list-style:disc;
	}
	.post-entry ol li, .entry-content ol li, .comment-text ol li {
		margin-bottom:12px;
		list-style:decimal;
	}
	.sticky.post .post-header { border:1px dashed #eee; padding:20px 0; }
	.bypostauthor  {}
	.post-entry pre {
		overflow:auto;
	}
	.post-entry table, .comment-text table { width:100%; margin-bottom:22px; border-collapse:collapse }
	.post-entry td, .post-entry th, .comment-text td, .comment-text th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
	.post-entry th, .comment-text th { font-weight:bold; font-size:14px; background:#f5f5f5;}
	.post-entry tr:hover, .comment-text tr:hover {
		background:#f9f9f9;
	}
	
	dt {
		font-weight: bold;
		text-decoration: underline;
	}
	dd {
		margin: 0;
		padding: 0 0 0.5em 0;
	}

/* - Post Tags ----- */
.post-tags {
	margin-top:25px;
	margin-bottom:-5px;
	padding-bottom:13px;
	clear:both;
}
	
/* - Post Meta ----- */
.post-meta {
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
	clear:both;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fbfbfb;
}
.single .post-meta, .page .post-meta {
	padding-bottom:30px;
	margin-bottom:50px;
}
.single #main.fullwidth .post-meta, .page #main.fullwidth .post-meta {
	border-bottom:none;
	margin-bottom:40px;
}
.single #main.fullwidth .post-meta.norelated, .single .post-meta.norelated,
.page  #main.fullwidth .post-meta.norelated, .page .post-meta.norelated{
	border-bottom:1px solid #e8e8e8;
	margin-bottom:0;
}
.post-meta .read-more {
	float:left;
	line-height: 30px;
}
.post-meta .read-more a {
	font-size:11px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
}
.post-meta .read-more a i {
	font-size:13px;
	margin-left:2px;
}
.post-meta .read-more a:hover {
	color:#999;
}
.meta-comment {
	float:right;
	font-size:11px;
	font-weight:400;
	letter-spacing:2px;
	margin-top:1.5px;
	line-height: 30px;
}
.meta-comment a {
	color:#000;
}
.meta-comment a:hover {
	color:#999;
}
.post-share {
	float:right;
	margin-right:30px;
	line-height: 30px;
}
.post-share a {
	font-size:12px;
	color:#000;
	margin-left:12px;
}
.post-share a:hover {
	color:#999;
}
.meta-author {
	float:left;
}
.meta-author img {
	height:30px;
	width:30px;
	border-radius:100%;
	margin-right:12px;
}
.meta-author a {
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
}
.meta-author a:hover {
	color:#999;
}
.by {
	color:#000;
	font-style:italic;
	font-size:10px;
	margin-right:1px;
}

/* - Related Posts ----- */
.related-posts {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:60px;
}
#main.fullwidth .related-posts {
	margin: 0px -3000px;
    padding: 0px 3000px;
	background:#f5f5f5;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:65px;
	border-bottom:none;
}
.related-heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-bottom: 30px
}
#main.fullwidth .related-heading {
	margin-bottom:45px;
}
.related-posts .sp-row {
	margin:0 -14px;
}
.related-posts .sp-col-4, .related-posts .sp-col-12 {
	padding-left:14px;
	padding-right:14px;
}
#main.fullwidth .related-posts .sp-row {
	margin:0 -20px;
}
#main.fullwidth .related-posts .sp-col-4, #main.fullwidth .related-posts .sp-col-12 {
	padding-left:20px;
	padding-right:20px;
}
.item-related {
	text-align:center;
	padding-left: 10px;
    padding-right: 10px;
}
.item-related img {
	max-width:100%;
	height:auto;
	margin-bottom:18px;
}
#main.fullwidth .item-related img {
	margin-bottom:22px;
}
.item-related h3 a {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    font-weight: 600;
}
.item-related h3 a:hover {
	text-decoration:underline;
}
#main.fullwidth .item-related h3 {
	max-width:80%;
	margin:0 auto;
}

/* - Grid Items ----- */
.post.grid-item {
	border-bottom:none;
	margin-bottom:45px;
	padding-bottom:0;
}
.post-layout.grid .sp-col-6:nth-of-type(2n+1){
	clear:both;
}
.post-layout.full-grid .sp-col-6:nth-of-type(2n+2){
	clear:both;
}
.post-layout.grid .sp-col-4:nth-of-type(3n+1){
	clear:both;
}
.post-layout.full-grid .sp-col-4:nth-of-type(3n+2){
	clear:both;
}
.grid-item .post-img {
	margin-bottom:20px;
}
#main.fullwidth .grid-item .post-img {
	margin:0 0 20px;
}
.grid-item .post-header, #main.fullwidth .grid-item .post-header {
	max-width:100%;
}
.grid-item .post-header h2 {
	margin-bottom:7px;
}
.grid-item .cat {
	margin-bottom:8px;
}

/* - List Items ----- */
.list-item {
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
}
.list-content {
	overflow:hidden;
}
.list-item .post-img {
	float:left;
	margin-right:35px;
	margin-bottom:0;
	max-width:350px;
}
.list-item .post-header {
	text-align:left;
	max-width:100%;
	margin-bottom:20px;
	margin-top:26px;
}
.list-item .cat {
	margin-bottom:6px;
}
.list-item .post-header h2 a {
	color: #313131;
}
#main.fullwidth .list-item .post-img {
	margin:0 35px 0 0;
}
#main.fullwidth .list-item .post-header {
	max-width:100%;
}
#main.fullwidth .list-item .post-entry {
	padding-left:0;
	padding-right:0;
}

/* - Index Shortcode ----- */
.index-shortcode {
	margin-bottom:20px;
}
.index-heading {
	position:relative;
	z-index:10;
}
.index-shortcode .sp-row.post-layout {
	margin:0 -15px;
	overflow:hidden;
}
.index-shortcode .sp-row.post-layout .sp-col-4, .index-shortcode .sp-row.post-layout .sp-col-3{
	padding-left:15px;
	padding-right:15px;
}
.index-shortcode .sp-col-3:nth-of-type(4n+1){
	clear:both;
}
.index-shortcode .sp-col-4:nth-of-type(3n+1){
	clear:both;
}
.post-entry .index-heading {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	position: relative;
	margin-bottom:25px;
    line-height: 15px;
	color:#888;
	font-style:normal;
}
.post-entry .index-heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 6px;
    height: 1px;
    border-bottom: 1px solid #ddd;
}
.post-entry .index-heading > span {
    line-height: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    background: #fff;
	font-weight:300;
}
.post-entry .index-heading a {
	background:#fff;
	position:absolute;
	right:0;
	top:-1px;
	padding-left:18px;
	font-size:11px;
	letter-spacing:1px;
	color:#999;
}
.short-grid {
	text-align:center;
	margin-bottom:30px;
}
.short-img {
	margin-bottom:16px;
}
.short-header .cat {
	margin-bottom:4px;
}
.short-header h2 a, .short-header h2 {
	color:#000;
	font-size:18px;
}

/* - Comments Posts ----- */
.post-comments {
	margin-bottom:70px;
	border-bottom:1px solid #e8e8e8;
	padding-top:65px;
}
.post-comments.nopagination {
	margin-bottom:0;
	border-bottom:none;
}
.comments {
	margin-bottom:40px;
}
.thecomment {
	padding-bottom:35px;
	margin-bottom:35px;
}
.thecomment .author-img {
	float:left;
	margin-right:20px;
}
.thecomment .author-img img {
	border-radius:100%;
	max-width:60px;
	height:auto;
}
.thecomment .comment-text {
	overflow:hidden;
}
.thecomment .comment-text p {
	margin-bottom:18px;
}
.thecomment .comment-text p:last-child {
	margin-bottom:0;
}
.thecomment .comment-text h6.author, .thecomment .comment-text h6.author a {
	display:block;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:6px;
	color:#000;
	font-family:"Montserrat";
}
.thecomment .comment-text span.author a:hover {
	text-decoration:underline;
}
.thecomment .comment-text span.date {
	font-size: 9px;
    color: #999;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0.75px;
}
.thecomment .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
}
.thecomment .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}
.post-comments span.reply a {
	float:right;
	font-size:10px;
	color:#757575;
	padding:3px 8px 4px 8px;
	margin-left:7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.post-comments span.reply a.comment-edit-link {
}
.post-comments span.reply a:hover {
	background-color: #aaa;
	color: #fff;
}
.post-comments ul.children { margin: 0 0 0 40px; }
.post-comments ul.children li.thecomment { margin:0 0 8px 0; }

/* ----- Reply ----- */
#respond {
	margin-bottom:35px;
	overflow:hidden;
}
#respond  h3 {
	font-size:11px;
	color:#999;
	margin-bottom:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:"Montserrat";
}
#respond h3 a {
	color:#000;
	display:inline-block;
}
#respond h3 small a {
	text-transform:uppercase;
	font-size:11px;
	background:#333;
	color:#FFF;
	padding:4px 6px 5px;
	border-radius:3px;
	margin-left:7px;
	letter-spacing:1px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#respond h3 small a:hover {
	opacity:.8;
}
#respond label {
	color:#888;
	width:auto;
	font-size:14px;
	display:inline-block;
	font-weight:300;
	font-style:italic;
}
#respond input {
	padding:8px 10px;
	margin-right:10px;
	color:#999;
	margin-bottom:15px;
	font-size:11px;
	width:auto;
}
#respond ::-webkit-input-placeholder, #respond ::-webkit-input-placeholder {
	color:#aaa;
}
#respond input:focus {outline:none;}
#respond .comment-form-url {
	margin-bottom:10px;
}
#respond textarea {
	padding:14px;
	height:140px;
	font-size:13px;
	color:#777;
	margin-bottom:14px;
	line-height:20px;
}
#respond textarea:focus {outline:none;}
#respond #submit {
	padding:11px 30px 10px;
	width:auto;
	font-size:10px;
	margin-top:22px;
    background: transparent;
    color: #505050;
    font-weight: 600;
    background-color: #fbfbfb;
}
#respond #submit:hover {
	background:#000;
	color:#FFF;
}
#respond textarea {
	margin-bottom:-10px;
	font-family:"Lora";
	height:160px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	float:left;
	width:33.3%;
}
#respond .comment-form-author input, #respond  .comment-form-email input, #respond  .comment-form-url input {
	width:100%;
	padding:16px 16px;
	border-left:none;
	font-size:11px;
	margin-bottom:0;
}
#respond .comment-form-author input {
	border-left:1px solid #ddd;;
}
.form-submit { clear:both; }

/* - Post Pagination ----- */
.post-pagination {
	overflow:hidden;
}
.pagination-item {
	overflow:hidden;
}
.post-pagination .sp-col-6 {
	min-height:1px;
}
.post-pagination .sp-col-6.prev {
	border-right:1px solid #e2e2e2;
}
.pagination-item.prev {
	text-align:left;
	padding-right:20px;
}
.pagination-item.next {
	text-align:right;
	padding-left:20px;
}
.pagination-item.prev .pagination-img {
	float:left;
	margin-right:25px;
}
.pagination-item.next .pagination-img {
	float:right;
	margin-left:25px;
}
.pagination-img img {
	max-width:140px;
	height:auto;
}
.pagination-text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    display: block;
    margin-bottom: 10px;
}
.pagination-item h3 a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.pagination-item h3 a:hover {
	color:#000;
}

/* -------------------------------------- */
/* 09. Widgets
/* -------------------------------------- */
.widget { 
	margin-bottom:42px;
	padding-bottom: 40px;
}
.widget h4.widget-title {
    font-size: 18px;
    letter-spacing: 0.25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
}
.widget img {
	max-width:100%;
	height:auto;
}
.widget .screen-reader-text {
	display:none;
}
.widget a:hover {
	text-decoration:underline;
}

/* - About Widget ----- */
.about-widget {
	text-align:center;
}
.about-img {
	margin-bottom:18px;
}
.about-widget p {
	margin-bottom:18px;
}

/* - Social Widget ----- */
.social-widget {
	text-align:center;
}
.social-widget a {
	font-size:16px;
	color:#000;
	margin-right:20px;
}
.social-widget a:hover {
	color:#999;
}
.social-widget a:last-child {
	margin-right:0;
}

/* - Post Widget ----- */
.side-pop {
	margin-bottom:25px;
}
.side-pop:after {
	content: "";
	display: table;
	clear: both;
}
.side-pop:last-child {
	margin-bottom:0;
}
.side-pop-img {
	margin-bottom:12px;
	position:relative;
}
.side-pop-content {
	text-align:center;
}
.side-pop-content h4 {
	margin-bottom:7px;
	font-weight: 500;
}
.side-pop-content h4 a {
	color:#000;
}
.side-pop.overlay .side-pop-content h4 a {
	font-weight:500;
}
.side-pop-content span.sp-date {
	color:#999;
	display:block;
}
.side-count {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background-color: #121212;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.side-pop.list .side-count {
	height: 28px;
    width: 28px;
    line-height: 30px;
	font-size:13px;
}
	/* ----- Overlay layout ----- */
	.side-pop.overlay .side-pop-content {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		background: -moz-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
		background: linear-gradient(to top,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
		padding:80px 20px 15px;
	}
	.side-pop.overlay .side-pop-content h4 a  { 
		color:#fff;
		font-weight:500;
	}
	.side-pop.overlay .side-pop-content span.sp-date {
		color:#bbb;
		
	}
	.side-pop.overlay .side-pop-img {
		margin-bottom:0;
	}

	/* ----- Post List view ----- */
	.side-pop.list {
		margin-bottom:35px;
	}
	.side-pop.list:last-child  {
		margin-bottom:0;
	}
	.side-pop.list .side-pop-img {
		float:left;
		max-width:94px;
		margin-right:15px;
		margin-bottom:0;
	}
	.side-pop.list .side-pop-content {
		text-align:left;
		overflow:hidden;
	}
	.side-pop.list .side-pop-content h4 a {
		color: #000;
	}


	.footer-widget .side-pop {
		margin-bottom:25px;
	}
	.footer-widget .side-pop:last-child  {
		margin-bottom:0;
	}
	.footer-widget .side-pop .side-pop-img {
		float:left;
		max-width:68px;
		margin-right:12px;
		margin-bottom:0;
	}
	.footer-widget .side-pop .side-pop-content {
		text-align:left;
		overflow:hidden;
	}
	.footer-widget .side-pop .side-pop-content h4 a {
		color: #000;
	}

/* - WordPress calendar ----- */
#wp-calendar {width: 100%; }

/* ----- Tag Cloud ----- */
.widget .tagcloud a, .post-tags a {
	font-size: 9px !important;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #656565;
    padding: 3px 12px 2px 12px;
    margin-right: 8px;
    margin-bottom: 12px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget .tagcloud a:hover, .post-tags a:hover {
	opacity:.7;
	text-decoration:none;
	background:#000;
	color:#fff;
}

/* ----- List Widget ----- */
.widget ul li {
	margin-bottom:14px;
}
.widget ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget ul li a {
    color: #656565;
    font-size: 13px;
    letter-spacing: 0.75px;
}

/* ----- Widget Categories & Archives etc. ----- */
.widget_categories ul li, .widget_archive ul li, .widget_pages, .widget_meta {
	color:#000;
	font-size:11px;
}
.widget_categories a, .widget_archive a {
	margin-right:5px;
}
.widget_categories li.cat-item{
	padding: 5px 0px !important;
}
.widget_categories li.cat-item a{
	text-transform: uppercase;
	font-size: 11px;
    letter-spacing: 0.25px;
}

.widget_categories li.cat-item:hover a{
	text-decoration: underline;
}
/* ----- WordPress recent post ----- */
.widget_recent_entries .post-date {
	color:#999;
	letter-spacing:1.5px;
	display:block;
	font-size:10px;
	margin-top:5px;
}

/* ----- WordPress recent comments ----- */
.widget_recent_comments .comment-author-link, .widget_recent_comments .comment-author-link a {
	color:#999;
	font-style:italic;
}

/* ----- Instagram Widget ----- */
.null-instagram-feed{
	text-align:center;
}
#sidebar .instagram-pics {
	overflow:hidden;
}
#sidebar .instagram-pics li{
	width: 30%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 8px 8px;
	float:left;
}
#sidebar .instagram-pics li img{
	max-width:100%;
	vertical-align:middle;
}
#sidebar .instagram-pics li img:hover{
	opacity:.87;
}

/* ----- WordPress Custom Menu ----- */
.widget ul.sub-menu li {
	margin-top:10px;
}

/* ----- Search Widget ----- */
.widget .searchform input.s {
	border: 1px solid #e5e5e5;
	background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
	padding:14px 14px;
	font-size:12px;
	color:#999;
	width:280px;
}
.widget .searchform .s:focus { outline:none; }
.widget .searchform input.s { 
	width:100%;
	box-sizing:border-box;
}
.widget .searchform i { display:none; }

/* ----- WordPress calendar ----- */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #e5e5e5; padding-bottom:8px; }
#wp-calendar thead { font-size: 12px;  }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px; font-size:12px; }
#wp-calendar tbody td a { font-weight:700; color:#222; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }

/* ----- Subscribe Widget ----- */
.home-widget {
	margin-top:-50px;
	margin-bottom:50px;
}

.subscribe-box {
    border: 1px dashed #ededed;
	padding:36px 36px 34px;
	overflow:hidden;
}
.subscribe-text {
	float:left;
	width:40%;
}
.subscribe-box h4 {
	text-transform:uppercase;
	color:#333;
	font-size:14px;
	letter-spacing:1px;
	font-weight:600;
	margin-bottom:3px;
	margin-top:-3px;
}
.subscribe-box h4:before {
	font-family:"FontAwesome";
	content:"\f003";
	font-weight:400;
	font-size:16px;
	margin-right:6px;
}
.subscribe-box p {
	color:#999;
	font-size:13px;
}
.subscribe-form {
	float:right;
	width:60%;
	text-align:right;
}
.subscribe-box input {
    background: #fff;
    border: none;
    padding: 12px 16px;
    width: 50%;
    box-sizing: content-box;
    font-size: 12px;
    letter-spacing: 0.75px;
}

	.home-widget .subscribe-box input {
		width:60%;
	}

.subscribe-box ::-webkit-input-placeholder {
	color:#999;
}
.subscribe-box input[type=submit] {
	width:auto;
	background:transparent;
	color:#333;
	font-size:12px;
	letter-spacing:2.5px;
	text-transform:uppercase;
	font-style:normal;
	margin-left:10px;
	padding:12px 20px;
	border-radius:0;
	margin-top:0;
	font-weight: 600;
}
.subscribe-box input[type=submit]:hover {
	background:#000;
	color:#fff;
}
.subscribe-box input:focus {
	outline:none;
	border:none;
}

/** Sidebar */
#sidebar .subscribe-box {
	padding:36px 28px;
}
#sidebar .subscribe-text {
	float:none;
	width:100%;
	text-align:center;
}
#sidebar .subscribe-form {
	float:none;
	width:100%;
	text-align:center;
}
#sidebar .subscribe-box input {
	width:100%;
	box-sizing:border-box;
	margin-bottom:12px;
}
#sidebar .subscribe-box input[type=submit] {
	width:100%;
	margin-left:0;
	margin-bottom:0;
}
#sidebar .subscribe-box p {
	margin-bottom:20px;
	font-size:13px;
}
#sidebar .subscribe-box h4 {
	margin-bottom:4px;
}

/* ---- Promo Widget ---- */
.promo-item {
	display: table;
	width:100%;
	height:130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.promo-overlay {
	height: 100%;
    display: table-cell;   
    vertical-align: middle;   
	text-align:center;
}  
.promo-overlay  h4 {
	color:#000;
	line-height:1.5em;
	padding:11px 18px 9px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#ffffff;
	display:inline-block;
}
.promo-link {
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left:0;
	z-index: 999;
	display: block
}

.line.noborder {
	display:none;
}

/* -------------------------------------- */
/* 10. Footer
/* -------------------------------------- */
#footer-widget-area {
    border-top: 4px double #121212;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
#footer-widget-area .sp-row {
	margin: 0;
}
#footer-widget-area .sp-col {
    padding-right: 15px;
    padding-left: 15px;
}
#footer-widget-area .sp-col.first{
	padding-left: 0px;
}
#footer-widget-area .sp-col.last{
	padding-right: 0px;
}
.footer-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 12px;
}
#footer-widget-area .menu a{
	font-size: 13px;
	line-height: 24px;
	color: #000;
}
#footer-widget-area .menu a:hover{
	text-decoration: underline;
}
#footer {
	padding: 20px 0 30px;
}
#footer a{
	font-weight: 600;
}
#footer.footer-ig-active {
	margin-top:0;
}
.footer-text {
	color:#555;
	font-size:11px;
	letter-spacing:0.75px;
}
.footer-text.right {
	text-align:right;
}

/* -------------------------------------- */
/* 11. Page
/* -------------------------------------- */
.page-template-page-slider #header, .page-template-page-fullwidth-slider #header {
	border-bottom:none;
	margin-bottom:0;
}
article.page {
	margin-bottom:50px;
}

/* -------------------------------------- */
/* 12. Archive pages
/* -------------------------------------- */
.archive-box {
	text-align:center;
	background:#fff;
	border:1px solid;
	border-color:#eee;
	margin-bottom:70px;
	margin-top:5px;
	padding:26px 0 18px;
}
.archive-box h1 {
	font-size:28px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#000;
}
.archive-box span {
	font-size:13px;
	color:#b5b5b5;
	font-style:italic;
	font-weight:400;
	letter-spacing:4px;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
}
.archive-box p {
	color:#999;
	font-size:16px;
}
.archive-box .line {
	margin-bottom:25px;
	display:none;
}

/* -------------------------------------- */
/* 12. Pagination
/* -------------------------------------- */
.pokama-pagination {
	overflow:hidden;
	margin-bottom:50px;
}
.pokama-pagination a {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 50px 10px;
    color: #333;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
    display: block;
    font-weight: 600;
    background-color: #fbfbfbfb;
}
.pokama-pagination .older {
	float:right;
}
.pokama-pagination .newer {
	float:left;
}
.pokama-pagination a:hover {
	background:#000;
	color:#fff;
}

/* -------------------------------------- */
/* 13. MISC
/* -------------------------------------- */
/* ----- Form Input Styling ----- */
input[type=submit] {
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	border-radius:0;
	font-size:11px;
	color:#888;
	padding:12px 21px 10px;
	margin-top:12px;
	display:inline-block;
	border:none;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
	cursor:pointer;
	width:auto;
	font-family:'Poppins', sans-serif;
}
input[type=submit]:hover {
	background:#333;
	color:#FFF;
}
input, select, textarea {
	border:1px solid #ddd;
	color:#888;
	padding:9px 10px;
	width:100%;
	box-sizing:border-box;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #c4c4c4;
	outline:none;
}
input[type="radio"] {
	width:auto;
}

.wpgdprc-checkbox label {
    width: 100% !important;
    font-size: 12px !important;
    margin-top: 20px;
}
.wpgdprc-checkbox input[type=checkbox] {
    width: 30px !important;
    padding: 0 !important;
}
/* ----- Contact Form 7 ----- */
.wpcf7 input {
	width:380px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:30px;
}
.wpcf7 input, .wpcf7 textarea {
	font-size:12px;
	margin-top:6px;
}
.wpcf7 p {
	color:#888;
	font-style:italic;
	margin-bottom:18px;
}
.wpcf7 .wpcf7-submit {
	width:auto;
	margin-top:0;
}

/* ----- 404 Page ----- */
.error-page {
	text-align:center;
}
.error404 .post {
	border-bottom:none;
}
.error-page p {
	margin-top:-35px;
	margin-bottom:40px;
	color:#888;
	font-style:italic;
}
.post.none-content {
	border-bottom:none;
}
.post.none-content .post-header {
	max-width:100%;
	margin-top:0;
	padding-top:0;
}
.post.none-content .post-header h1{
	font-size:60px;
	line-height:60px;
}
.post.none-content .post-header.e404 h1{
	font-size:200px;
	line-height:180px;
}
.post-entry.nothing {
	font-size:14px;
	color:#313131;
	text-align:center;
}
.post-entry.nothing .searchform input.s {
	border: 1px solid #e5e5e5;
	background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
	padding:14px 14px;
	font-size:12px;
	font-style:italic;
	color:#999;
	width:380px;
	margin-top:18px;
}
.post-entry.nothing  .searchform .s:focus { outline:none; }
.post-entry.nothing  .searchform input.s { 
	box-sizing:border-box;
}
.post-entry.nothing  .searchform i { display:none; }

/* ----- Standard WP CSS ----- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
	box-sizing:border-box;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
	color:#888;
    line-height: 20px;
    margin: 8px 0 0;
}

/* ----- WordPress Gallery ----- */
.gallery {
	margin-bottom:20px !important;
}
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	margin-top:4px;
	font-style:italic;
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}

/* -------------------------------------- */
/* 14. Slicknav
/* -------------------------------------- */
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_menu {
	*zoom: 1; 
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 18px;
	float: right; 
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 10px 0 0; 
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute; 
}
.slicknav_menu .slicknav_no-text {
	margin: 0; 
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both; 
	border:1px solid;
	border-color:#f5f5f5;
	border-top:none;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	color:#bbb;
	margin: 0 20px 0 0.4em; 
	float:right;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block; 
}
.slicknav_nav a {
	display: block; 
}
.slicknav_nav .slicknav_parent-link a {
	display: inline; 
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
}
.slicknav_menu * {
	box-sizing: border-box; 
}
.slicknav_menu .slicknav_menutxt {
	color: #000;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:1px;
}
.slicknav_menu .slicknav_menutxt:hover {
	color:#000;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #000; 
}
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
}
.slicknav_nav {
	box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.18);
	-webkit-box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.18);
	-moz-box-shadow: 0px 4px 7px rgba(190, 190, 190, 0.18);
	background:#fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
	margin-top: -2px;
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 0; 
}
.slicknav_nav .slicknav_row {
	padding: 0;
	margin: 0; 
}
.slicknav_nav .slicknav_row:hover {
	background: #f5f5f5; 
}
.slicknav_nav a {
	padding: 0 0 0 20px;
	border-bottom:1px solid;
	border-color:#f1f1f1;
	margin: 0;
	text-decoration: none;
	color: #999;
	height:42px;
	line-height:42px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	text-align:left;
}
.slicknav_nav a:hover {
	background: #f5f5f5;
	color: #333;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0 0 0 20px;
	margin: 0; 
	border-bottom:none;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0; 
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
.slicknav_menu {
	display: block;
	text-align: center;
	width: 100%;
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-o-transition:all .1s ease;
	-ms-transition:all .1s ease;
	-moz-transition:all .1s ease;
}

.slicknav_btn {
  display: inline-block;
  float: none;
  text-align: center;
  z-index:999;
}
#slick-mobile-menu {
	width:380px;
	margin:0 auto;
}
.slicknav_nav ul {
	background:#f5f5f5;
}
@media only screen and (max-width: 767px) {
	#slick-mobile-menu { width:100%; }
	.slicknav_btn {
	  padding-left:20px;
	  text-align: left;
	}
	.slicknav_menu {
		text-align: left;
	}
	.slicknav_menutxt { display:none !important; }
}

/* -------------------------------------- */
/* 15. WooCommerce Styling
/* -------------------------------------- */
/* ----- Shop Page ----- */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width:30.8%;
	margin-bottom:30px;
}
.woocommerce .page-title {
	font-size:30px;
	font-weight:300;
	margin-bottom:-3px;
}
.woocommerce .woocommerce-result-count {
	color:#999;
	font-size:14px;
	font-style:italic;
}
.woocommerce .woocommerce-ordering select {
	padding:7px 9px;
	color:#999;
	border-radius:2px;
	font-size:13px;
	border:1px solid #e5e5e5;
	max-width:190px;
}
.woocommerce .woocommerce-ordering {
    margin-top: -15px;
    margin-bottom: 40px;
}

/* ----- Shop Page Catalog Items ----- */
.woocommerce ul.products li.product a img {
	margin-bottom:8px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	color:#000;
	font-weight:300;
	padding-bottom:4px;
	font-size:16px;
	text-align:center;
	text-transform:none;
	letter-spacing:0;
}

.woocommerce ul.products li.product .price {
	text-align:center;
	font-size:12px;
	color:#888;
}
.woocommerce ul.products li.product .price del {
	display:inline;
	margin-right:3px;
}
.woocommerce ul.products li.product .price ins {
	font-weight:400;
	text-decoration:none;
}
.woocommerce ul.products li.product .button {
	display:none;
}
.woocommerce span.onsale {
	height:38px;
	width:38px;
	line-height:38px;
	padding:0;
	font-weight:400;
	font-size:12px;
	color:#ffffff;
	background-color:#222;
	margin: -.8em -.8em 0 0;
}
.woocommerce ul.products li.product .onsale {
	margin: -.8em -.8em 0 0;
}

/* ----- Shop Page Pagination ----- */
.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border:1px solid #e5e5e5;
	margin:0 3px;
	border-radius:3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background:#f4f4f4;
	color:#888;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	color:#999;
	font-size:12px;
	padding:6px 9px;
}

/* ----- Single Product Page ----- */
.woocommerce div.product .product_title {
	font-size: 28px;
	color:#000;
}
.woocommerce .star-rating {
	font-size:11px;
	color:#000;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0.5em 6px 0 0;
}
a.woocommerce-review-link {
	font-size:13px;
	color:#999;
	font-style:italic;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom:2px;
}
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
	font-size:22px;
	color:#000;
	margin:5px 0 38px;
	position:relative;
	font-weight:300;
}
.woocommerce div.product .entry-summary p.price:after {
	content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 1px;
    width: 44px;
    border-top: 1px solid;
	border-color:#d5d5d5;
	
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight:400;
	text-decoration:none;
}
.woocommerce div.product div.summary p {
    margin-bottom: 16px;
	color:#444;
}
.woocommerce div.product div.summary p:last-child {
	margin-bottom:30px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#161616;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:13px 14px 13px 15px;
	font-weight:400;
	border-radius:0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#999;
}
.woocommerce .quantity .qty {
	padding:10px 4px;
	margin-right:10px;
	width:4em;
}
.woocommerce div.product form.cart div.quantity {
	margin-right:2px;
}
.product_meta {
	color:#949494;
    font-size: 12px;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
	display:block;
	margin-bottom:2px;
}
.product_meta a {
	color:#aaa;
}

/* ----- Single Product Widths ----- */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:52%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:43%;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
	margin-bottom:50px;
}

/* ----- Single Product Tabs ----- */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 14px 10px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight:400;
}
.woocommerce div.product .woocommerce-tabs .panel h2, .related.products h2, .upsells.products h2 {
	margin-bottom:20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
	position:relative;
	font-style:normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color:#f4f4f4;
	border-color:#e2e2e2;
	border-radius:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-color:#e2e2e2;
}
/* ----- Attributes ----- */
.woocommerce table.shop_attributes th {
	font-weight:400;
}
.woocommerce table.shop_attributes td {
	padding:10px 0px;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	border-bottom:none;
}
.woocommerce table.shop_attributes {
	border-top:none;
}
.entry-content th {
	background:#fff;
}
.woocommerce table.shop_attributes td {
	color:#888;
}
.related.products h2  {
	margin-bottom:30px;
}

/* ----- Comments ----- */
.woocommerce #reviews #comments ol.commentlist {
	padding-left:0;
	margin-left:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position:relative;
	border:none;
	background:none;
	border-radius:100%;
	height:50px;
	width:50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border:none;
	border-radius:0;
	margin-left:55px;
	padding:0 0 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom:3px;
}
.woocommerce .comment-text p.meta strong {
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
}
.woocommerce .star-rating {
	float:none;
	margin-bottom:8px;
}
.woocommerce #reviews #comments ol.commentlist li {
	border-bottom:1px solid #eee;
	padding-bottom:25px;
	list-style:none;
}
.woocommerce #reviews h3 {
	margin-bottom:10px;
	font-style:normal;
}
.woocommerce #review_form #respond p {
	margin-bottom:10px;
}
.woocommerce #review_form #respond textarea {
	margin-bottom:0;
}
.woocommerce #reviews #comment {
	height:120px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-transform:uppercase;
	letter-spacing:2px;
	background:#eee;
	border-radius:0;
	font-size:11px;
	color:#888;
	padding:11px 21px 10px;
	display:inline-block;
	border:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
	border-radius:30px;
	width:auto;
	font-weight:400;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { 
	background:#333;
	color:#FFF;
}
.woocommerce-page .post-meta {display:none;}
.woocommerce table.shop_table { border-radius:0; }
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
	font-style:normal;
}

/* ----- My Account ----- */
.woocommerce-account .addresses .title h3, .woocommerce-account h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.woocommerce table.my_account_orders th {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	padding:10px;
}
.woocommerce table.shop_table td {
	border:none;
}
.woocommerce table.my_account_orders .order-actions .button {
	padding:7px 14px 8px 16px;
	font-size:10px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding:8px 8px;
}
.woocommerce table.shop_table {
	margin-bottom:35px;
}
.woocommerce-page .col2-set.addresses {
	margin-top:30px;
}
.woocommerce-page .col2-set.addresses address {
	color:#888;
}
p.myaccount_user {
	margin-bottom:35px;
}
address {
	line-height:24px;
}
.woocommerce-account .addresses .title .edit {
	font-size:11px;
	text-decoration:underline;
}
.woocommerce-MyAccount-navigation ul {
	padding-left:0;
	list-style:none;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom:1px solid #e8e8e8;
	list-style:none;
	padding-bottom:10px;
}
.woocommerce-MyAccount-navigation ul li a {
	color:#888;
	font-size:14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width:26%;
}
.woocommerce-EditAccountForm legend {
    padding: 15px 0 10px 2px;
    font-weight: 700;
}

/* ----- Empty Cart ----- */
.cart-empty {
	text-align:center;
}
.return-to-shop {
	text-align:center;
}

/* ----- Order ID ----- */
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
	border-bottom:none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight:400;
}
mark {
	background-color:#fff;
	border-bottom:3px solid #eee;
}

/* ----- Checkout ----- */
.woocommerce .woocommerce-info:before {
	color:#888;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	padding: 0.8em 2em 1em 3.5em!important;
	background-color:#f7f7f7;
}
.woocommerce .woocommerce-info {
    border-top-color: #e5e5e5;
}
a.showcoupon {
	text-decoration:underline;
}
.woocommerce-checkout h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
	font-style:normal;
}
input#ship-to-different-address-checkbox {
    width: auto;
    vertical-align: middle;
}
.woocommerce-checkout h3 {
	margin-top:30px;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style:none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	width:auto;
}
.woocommerce-checkout #payment {
	background-color:#f7f7f7;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom:none;
}
.woocommerce-checkout #payment div.payment_box:before {
	border:1em solid #ebebeb;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout #payment div.payment_box {
	background-color:#ebebeb;
	color:#888;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border:1px solid #e5e5e5;
}

/* ----- Order Received ----- */
.woocommerce .order_details li {
	list-style:none;
}
.woocommerce .order_details {
	padding-left:0;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
	top:11px;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top-color:#e5e5e5;
	line-height:32px;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
	margin-bottom:0;
}

/* ----- Cart ----- */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-left:15px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top:none;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	font-size:10px;
	padding:8px 14px 9px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding:4px 6px;
	margin-right:10px;
	line-height: 1.3;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width:110px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	background:#f7f7f7;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding:15px;
	border-top:1px solid #e5e5e5;
}
.woocommerce a.remove {
	color:#999 !important;
}
.woocommerce a.remove:hover {
	background:none !important;
	color:#000 !important;
	text-decoration:none;
}
.cart_item a {
	color:#000;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-left:25px;
}

/* ----- Login ----- */
input#rememberme {
    width: auto;
}
.woocommerce .login #password {
	margin-bottom:20px;
}
.woocommerce .login .button {
	margin-right:10px;
}
.woocommerce form .form-row .input-checkbox {
	width:auto;
}
.lost_password {
	font-size:11px;
}

/* ----- Widgets ----- */
/* ----- Cart Widget ----- */
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	font-size:16px;
	line-height:18px;
	font-weight:700;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight:300;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width:60px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	margin-bottom:8px;
	text-align:left;
}
.widget_shopping_cart .quantity {
	color:#999;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	margin-bottom:15px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top:1px solid #eee;
	padding-top:10px;
	margin-bottom:15px;
}
.widget_shopping_cart a.button, .woocommerce .widget_price_filter .price_slider_amount .button {
	font-size:10px;
	padding:11px 15px 9px;
	margin:0 5px 0 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top:2px;
}

/* ----- Product Widgets ----- */
.woocommerce.widget_products ul.product_list_widget li img, .woocommerce.widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img, .woocommerce.widget_top_rated_products  ul.product_list_widget li img {
	float:left;
	margin-left:0;
	margin-right:14px;
	width:80px;
}
.woocommerce.widget_products ul.product_list_widget li, .woocommerce.widget_recently_viewed_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li, .woocommerce.widget_top_rated_products  ul.product_list_widget li {
	margin-bottom:8px;
	text-align:left;
}
.woocommerce.widget_products .amount, .woocommerce.widget_recently_viewed_products .amount, .woocommerce.widget_recent_reviews .amount, 
.woocommerce.widget_top_rated_products .amount {
	color:#999;
}
.woocommerce.widget_products span.product-title, .woocommerce.widget_recently_viewed_products span.product-title,
.woocommerce.widget_recent_reviews span.product-title, .woocommerce.widget_top_rated_products span.product-title {
    margin-bottom: 5px;
}

/* ----- Review Widget ----- */
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	margin-top:8px;
	margin-bottom:3px;
}
.woocommerce ul.product_list_widget .reviewer {
	color:#999;
	font-style:italic;
	font-size:12px;
}

/* ----- Filter Widget ----- */
.woocommerce.widget_layered_nav_filters ul li { margin-right:10px; }
.woocommerce.widget_layered_nav ul li .count { color:#999; }
.woocommerce.widget_layered_nav ul li a:hover{ text-decoration:none; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color:#f2f2f2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color:#ccc;
}

/* ----- Rating Filter ----- */
.woocommerce .widget_rating_filter ul li .star-rating {
	margin-bottom:0;
}
.woocommerce .widget_rating_filter ul li a {
	color:#a5a5a5;
}

/* ----- Pagination ----- */
.woocommerce nav.woocommerce-pagination {
	margin-bottom:40px;
}

/* ----- Product Categories ----- */
.widget_product_categories {
	text-align:center;
}
.widget_product_categories .count {
	color:#999;
	font-size:13px;
}
.widget_layered_nav, .widget_rating_filter {
	text-align:center;
}

/* ----- Header Shopping Cart ----- */
#sp-shopping-cart {
	float:right;
	margin-left:18px;
}
.cart-contents {
	position:relative;
	
}
.cart-contents:before{
    font-family:FontAwesome;
    content: "\f07a";
    font-size:14px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
	color:#111;
}
.cart-contents:hover {text-decoration: none}
.cart-contents .sp-count {
	background:#000;
	color:#fff;
	display:inline-block;
	width:16px;
	height:16px;
	text-align:center;
	line-height:17px;
	border-radius:100%;
	font-size:10px;
	position:absolute;
	top:-6px;
	right:-7px;
}