/*
Theme Name: Wonderblog
Theme URI: https://themeforest.net/user/vossendesign/portfolio
Description: A Wordpress Theme for Bloggers
Version: 1.7.0
Author: Vossen
Author URI: https://themeforest.net/user/vossendesign/
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: wonderblog
*/

/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
General
Typography
Buttons
Responsiveness
Header
Search Form
Footer
Featured Slider
Promo Boxes
Posts
Widgets
Single Post
Comments
Search Page
Archives
Layouts
Shop
Pages
Colors
--------------------------------------------------------------*/

/*/////////////////////////////////////////
//  General
////////////////////////////////////////*/
.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: 0px 40px 40px 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 {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.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: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
pre {
	overflow: scroll;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
		white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.gallery-caption {

}
.bypostauthor {

}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color: #fff;
	min-height: 100%;
}
body.home {
   background-color: #fbfbfb;
}
header {
	background-color: #fff;
	background-color: #fbfbfb;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after {
  clear: both;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
.wp-caption .figcaption,
.wp-caption-text {
	font-size: 13px;
	margin: 10px 0 1px 0;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
img {
	image-rendering: -o-crisp-edges;            /* Opera               */
	image-rendering: optimize-contrast;         /* CSS3 Proposed       */
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
dl {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 14px;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
ol,
ul {
	padding-left: 40px;
	font-size: 13px;
	line-height: 34px;
	font-weight: 400;
	color: #444;
	margin-bottom: 16px;
}

.label {
	display: inline;
	padding: 2.5px 6px;
	font-size: 84%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
embed,
iframe,
object {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a:focus {
	outline: none;
}
del {
	color: #777;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.6rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}

.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
table, th, td {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	font-size: 13px;
}
th, td {
	padding: 15px;
}
th {
	font-size: 12px;
}

/*/////////////////////////////////////////
//  Typography
////////////////////////////////////////*/
a {
	outline: none;
	color: #444;
	text-decoration: none;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	color: #4a65c9;
}
.grey {color: #AAA}
.grey a {color: #AAA}
.dark {color: #6F757B}
.dark a {color: #6F757B}
.dark a i {color: #191a1c}
.dark i {color: #191a1c}
.btn,
.wpcf7-submit,
.post-password-form input[type="submit"] {
	display: inline-block;
	width: auto;
	font-family: 'wonder', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	margin: 20px 0;
	padding: 16px 44px 16px 44px;
	background: #333;
	color: #fff;

	-webkit-font-smoothing: antialiased;

	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
.btn:hover {
	color: #fff;
	background: #1c1c1c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	color: #1c1c1c;
	margin-bottom: 16px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
p {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #343434;
	margin-bottom: 16px;
}
p strong {
	font-size: 13.1px;
}
blockquote {
	padding: 5px 20px;
	border-left: 2px solid #9a9a9a;
	margin-bottom: 10px;
	opacity: .6;
}
blockquote p {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	color: #484848;
}
blockquote p:before {
	content: url(img/quote.svg);
	display: none;
}

blockquote p:after {
	content: url(img/quote.svg);
	display: none;
}

.vs-head-st,
.woocommerce ul.product_list_widget li a {
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
}
.vs-head-nd {
	font-family: 'Lora', serif;
	font-weight: 400;
}
.vs-head-rd {
	font-family: 'wonder', sans-serif;
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	font-size: 11.1px;
	letter-spacing: .4px;
	margin-left: 10px;
}
.h4-up,
.tagcloud a,
table th,
.post-password-form label {
	font-family: 'wonder', sans-serif;
	color: #111;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*/////////////////////////////////////////
//  Buttons
////////////////////////////////////////*/
.btn-appear {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.btn-appear  span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}
.btn-appear i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}
.btn-appear:hover span {
  padding: 0 17px 0 0;
}
.btn-appear:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0;
}

/*/////////////////////////////////////////
//  Responsiveness
////////////////////////////////////////*/
.content-area {
	float: left;
	padding-top: 55px;
	padding-bottom: 20px;
}
.widget-area {
	float: right;
	padding-top: 55px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1280px) {
	.container {
		width: auto;
		max-width: 1180px;
	}
	.content-area {
		width: 790px;
	}
	.widget-area {
		width: 320px;
	}
}
@media (max-width: 1280px) {
	.container {
		width: auto;
		max-width: 1030px;
	}
	.content-area {
		width: 640px;
	}
	.widget-area {
		width: 320px;
	}
}
@media (max-width: 1080px) {
	.container {
		width: auto;
		max-width: 960px;
	}
	.content-area {
		width: 574px;
	}
	.widget-area {
		width: 320px;
	}
}
@media (max-width: 992px) {
	.container {
		width: auto;
		max-width: 750px;
	}
	.content-area,
	.widget-area {
		width: 100%;
	}
}
@media (max-width: 768px) {
  .container {
	  width: auto;
	  max-width: 700px;
  }
}
.content-area.content-fullwidth {
	width: 100%;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-12,
.col-sm-6 {
	float: left;
	padding: 0 15px;
}
.col-md-12 {
	width: 100%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-4 {
	width: 33.33333333%;
}
@media all and (max-width:992px) {
	.col-sm-12 {
		width: 100%;
	}
	.col-md-10 {
		width: 100%;
	}
	.col-md-4 {
		width: 100%;
	}
	.col-sm-6 {
		width: 50%;
	}
}

.mr-auto {
	margin: 0 auto;
}

/*/////////////////////////////////////////
//  Header
////////////////////////////////////////*/
.nav-bar {
	background-color: #fff;
	padding: 0;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.06)
}
.nav-bar .container {
	position: relative;
	height: 55px;
	text-align: center;
}
.nav-social,
.nav-search,
nav {
	display: inline-block;
}
.nav-social {
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	height: 100%;
	padding-left: 20px;
}
.nav-social a {
	color: #111;
	font-size: 13px;
	padding: 0 7px;
	display: table-cell;
	vertical-align: middle;
}
.mobile-nav-social {
	display: none;
}
.header-title {
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 20px 0;
	width: 100%;
	max-width: 1180px;
}
.header-title .site-title {
	padding: 0 15px;
	margin: 0;
}
.header-title img {
	height: auto;
	width: auto;
	max-width: 100%;
}
nav {
	width: auto;
	display: block;
	max-width: 1180px;
	padding: 4px 15px;
}
@media (min-width: 1280px) {
	nav {
		width: auto;
		max-width: 1180px;
	}
}
@media (max-width: 1280px) {
	nav {
		width: auto;
		max-width: 1030px;
	}
}
@media (max-width: 1080px) {
	nav {
		width: auto;
		max-width: 960px;
	}
}
@media (max-width: 992px) {
	nav {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
}

.main-navigation  {
	height: 100%;
	text-align: center;
}
.nav-primary .menu-main-menu-container {
	margin: 0;
}
.main-navigation li {
	font-size: 11.6px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 14px;
}
.nav-menu {
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
	text-align: center;
}
.menu-toggle {
	display: none;
}

@media (min-width:992px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: table;
		height: 100%;
	}
	.main-navigation ul {
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		padding: 0 10px;
		vertical-align: middle;
	}
	.main-navigation li a {
		font-family: 'wonder', sans-serif;
		font-weight: bold;
		border-bottom: 0;
		color: rgba(0,0,0,.7);
		line-height: 3.692307692;
		white-space: nowrap;
		padding-top: 2px;
	}
	.main-navigation li a:hover {
		color: rgba(0,0,0,1);
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul li {
		margin: 0;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li:last-child a{
		border-bottom: none;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		font-weight: bold;
	}
	.nav-primary .main-navigation {
		margin: 0 auto 0 auto;
	}
	.main-navigation li ul {
		background-color: #fff;
	}
	.sub-menu li {
		display: block;
		padding: 0;
	}
	.main-navigation li a {
		color: rgba(0,0,0,.7);
	}
	.main-navigation li ul li a {
		background-color: transparent;
		display: block;
		font-size: 11.1px;
		line-height: 2.1;
		padding: 5px 10px;
		min-width: 170px;
		white-space: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.sub-menu > li a {
		border-bottom: 1px dotted rgba(255,255,255,0.07);
	}
	.sub-menu > li:nth-last-child(2) a {
		border: none;
	}
	.main-navigation li ul li ul.sub-menu {
		box-shadow: -5px 0px 10px 1px rgba(0, 0, 0, 0.2);;
	}
	.main-navigation li ul li a:hover {
		-webkit-transform: translateX(5px);
		-moz-transform: translateX(5px);
		transform: translateX(5px);
	}
	.sub-menu-dropdown-arrow {
		display: none;
	}
	.menu-item-has-children>a::after {
		font-family: "FontAwesome";
		content: "\f107";
		font-size: 10px;
		position: relative;
		top: -1px;
		margin-left: 5px;
		display: inline-block;
		color: #888;
	}
	.sub-menu .menu-item-has-children>a::after {
		font-family: "FontAwesome";
		content: "\f105";
		font-size: 10px;
		position: relative;
		top: 2px;
		margin-left: 5px;
		display: inline-block;
		color: #888;
		float: right;
	}
	.main-navigation ul li > ul {
		display: block;
		visibility: hidden;
		text-align: left;
		opacity: 0;
		padding: 12px 14px;
		z-index: 2;
		box-shadow: 0 0 50px 0 rgba(0,0,0,0.16);
		transition: all .3s;
		transition-delay: .1s;
	}
	.main-navigation ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		transition: all .3s;
		transition-delay: .1s;
	}
}

@media (max-width:992px) {
	.nav-bar {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.admin-bar .nav-bar {
		top: 32px;
	}
	.admin-bar .main-navigation {
		top: 1px;
	}
	.header-title {
		margin-top: 55px;
	}
	.nav-social {
		display: none;
	}
	.mobile-nav-social {
		display: table;
		position: relative;
		padding: 25px 20px;
		margin: 0 auto;
	}
	.main-navigation {
		position: fixed;
		top: 55px;
		height: 55px;
		z-index: 9999;
	}
	.main-navigation ul {
		margin-top: 0;
	}
	.main-navigation li {
		margin: 5px 0;
		text-align: left;
		width: auto;
		max-width: 750px;
		margin: 0 auto;
		padding: 0 24px;
	}
	.main-navigation a {
		color: #5e5e5e;
	}
	.main-navigation a:hover {
		color: #21759b;
	}
	/* Mobile Menu */
	.menu-toggle {
		display: inline-block;
		z-index: 99;
	}
	.menu-toggle {
		position: absolute;
		width: 17px;
		height: 17px;
		padding: 0;
		margin: 5px;
		top: 16px;
		right: 17px;
		background-color: transparent;
		border: none;
		outline: none;
		-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			cursor: pointer;
	}
	.menu-toggle:hover {
	background: none;
	}
	.menu-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		margin-top: 2px;
		border-radius: 5px;
		background: #000;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.menu-toggle span:nth-child(1) {
		  top: 0px;
	}
	.menu-toggle span:nth-child(2),.menu-toggle span:nth-child(3) {
		  top: 5px;
	}
	.menu-toggle span:nth-child(4) {
		  top: 10px;
	}
	.menu-toggle.toggled-on span:nth-child(1) {
		  top: 5px;
		  width: 100%;
	}
	.menu-toggle.toggled-on span:nth-child(2) {
		  -webkit-transform: rotate(45deg);
		  -moz-transform: rotate(45deg);
		  -o-transform: rotate(45deg);
		  transform: rotate(45deg);
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
		transition-delay: .4s;
	}
	.menu-toggle.toggled-on span:first-child,
	.menu-toggle.toggled-on span:last-child {
		  opacity: 0
	}
	.menu-toggle.toggled-on span:nth-child(3) {
		  -webkit-transform: rotate(-45deg);
		  -moz-transform: rotate(-45deg);
		  -o-transform: rotate(-45deg);
		  transform: rotate(-45deg);
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
		transition-delay: .4s;
	}
	.menu-toggle.toggled-on span:nth-child(4) {
		  top: 6px;
		  width: 100%;
	}
	.nav-menu {
		margin-top: 55px;
		visibility: hidden;
		width: 100%;
		height: auto;
		max-height: 0;
		background-color: #1b1d1f;
		overflow-y: scroll;
		transition: all .5s;
	}
	.nav-menu.toggled-on {
		visibility: visible;
		height: auto;
		max-height: 500px;
		transition: all .6s ease-in-out;
	}
	.nav-menu>li:first-child {
		margin-top: 6px;
	}
	.nav-menu>li:last-child {
		margin-bottom: 6px;
	}
	.nav-menu>li:last-child a {
		border-bottom: none;
	}
	.nav-menu li a {
		display: block;
		width: 100%;
		color: #b2b2b2;
		line-height: 3.7;
		padding: 0;
		text-transform: none;
		letter-spacing: 0;
		font-size: 13px;
		font-weight: 300;
		-webkit-border-bottom: 1px dotted rgba(255,255,255,0.07);
		-moz-border-bottom: 1px dotted rgba(255,255,255,0.07);
		border-bottom: 1px dotted rgba(255,255,255,0.07);
	}
	.nav-menu li a:hover {
		color: #fff;
	}
	.nav-menu li a:before {
		display: none;
	}
	.menu-item-has-children {
		position: relative;
	}
	.sub-menu-dropdown-arrow {
		position: absolute;
		padding: 0;
		line-height: 1;
		top: 0;
		right: 6px;
		font-size: 10px;
		padding: 19px;
		color: #b2b2b2;
		cursor: pointer;
		visibility: visible;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
	}
	.sub-menu-dropdown-arrow:hover {
		color: #fff;
	}
	.menu-item-has-children .sub-menu {
		visibility: hidden;
		max-height: 0;
		list-style: none;
		padding-left: 0;
		margin: 0;
		overflow: hidden;
		transition: all .3s ease-in-out;
	}
	.menu-item-has-children .sub-menu.open {
		visibility: visible;
		max-height: 400px;
		transition: all .6s ease-in-out;
	}
}
@media (max-width:788px) {
	.admin-bar .nav-bar {
		top: 46px;
	}
	.admin-bar .main-navigation {
		top: 15px;
	}
}
@media (max-width:600px) {
	.admin-bar .nav-bar {
		top: 46px;
		position: absolute;
	}
	.admin-bar .main-navigation {
		top: 15px;
		position: absolute;
	}
}
/* Nav Secondary */
.nav-secondary {
	z-index: 9999;
}
.nav-secondary .container {
	height: 62px;
}
.nav-secondary .main-navigation > div {
	height: 100%;
}
.nav-secondary .nav-social {
	left: initial;
	right: 0;
	padding-right: 18px;
	padding-top: 3px;
}
.nav-secondary .header-title {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: auto;
	max-height: 62px;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-secondary .header-title a {
	display: block;
	width: auto;
	max-height: 62px;
}
.nav-secondary .header-title img {
	margin: 0;
	padding: 7px 0;
	width: auto;
	max-height: 62px;
}
.nav-secondary {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.nav-secondary .nav-bar {
	box-shadow: none;
}
.sticky .nav-secondary .nav-bar {
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.06);
}
header .nav-secondary {
	opacity: 0;

	-webkit-transform: translateY(-62px);
	-moz-transform: translateY(-62px);
	transform: translateY(-62px);

	-webkit-transition: transform .25s, opacity .3s;
	-moz-transition: transform .25s, opacity .3s;
	transition: transform .25s, opacity .3s;
}
header.sticky .nav-secondary {
	opacity: 1;

	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);

	-webkit-transition: transform .5s, opacity .3s;
	-moz-transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s;
}

.admin-bar .nav-secondary {
	margin-top: 46px;
}
@media screen and (min-width: 783px) {
	.admin-bar .nav-secondary {
		margin-top: 32px;
	}
	.admin-bar .searchFormContainer,
	.admin-bar .close-overlay-search {
		margin-top: 29px;
	}
}
@media screen and (max-width: 783px) {
	.admin-bar .searchFormContainer,
	.admin-bar .close-overlay-search {
		margin-top: 44px;
	}
}
@media (max-width: 992px) {
	.nav-secondary {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.admin-bar .nav-menu {
		margin-top: 86px;
	}
}
.nav-secondary .main-navigation li a {
	padding: 5px 7px;
}
.nav-secondary .main-navigation ul.nav-menu {
	padding-top: 2px;
}

/* No Menu */
.no-menu {
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 24px;
	margin-bottom: 15px;
	display: block;
}
.no-menu:hover {
	color: #c7c7c7;
}
.nav-secondary .no-menu {
	margin-top: 15px;
	margin-bottom: 0;
}

/*/////////////////////////////////////////
//  Search Form
////////////////////////////////////////*/
#searchform {
	display: block;
	position: relative;
	padding: 40px 0;
}
#searchform input {
	color: #fff;
	width: 99%;
	padding: 30px 33px;
	font-size: 18px;
	line-height: 1.4;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 4px;
	color: #343434;
	font-family: "Playfair Display",sans-serif;
	max-width: 800px;
	background-color: #fff;
}
#searchform button {
	position: absolute;
	color: #111;
	margin-left: -53px;
	margin-top: 27px;
	border: none;
	background-color: transparent;
	line-height: 1;
}
#searchform .search-submit-icon:before {
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 18px;
	color: #343434;
}
#searchform input:focus {
	outline: none;
}
#searchform ::-webkit-input-placeholder {
   color: #343434;
}
#searchform :-moz-placeholder {
   color: #343434;
}
#searchform ::-moz-placeholder {
   color: #343434;
}
#searchform :-ms-input-placeholder {
   color: #343434;
}

/* Nav Overlay Search Form */
.nav-search #searchform input {
	background-color: transparent;
}
.search-submit-icon {
	border: none;
	background-color: transparent;
	line-height: 1;
}
.search-submit-icon:before {
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 14px;
}
#searchform {
	display: table-cell;
	vertical-align: middle;
}
.nav-search input {
	border: none;
	padding: 5px;
}
.nav-search button:hover {
	background-color: transparent;
	cursor: pointer;
}
.searchFormContainer {
	display: none;
	background-color: rgba(0, 0, 0, .9);
}
.searchFormContainer {
	position: fixed;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.searchFormContainer {
	display: none;    height: 100%;
	margin: 0;
	z-index: 99999;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#searchform {
	opacity: 0;
	padding: 0;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: opacity .5s, transform .6s;
	-moz-transition: opacity .5s, transform .6s;
	transition: opacity .5s, transform .6s;

	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}

.overlay-search #searchform {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);

	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}

.nav-search #searchform input {
	color: #d5d5d5;
	width: 70%;
	padding: 30px 33px;
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 4px;
	font-family: "Playfair Display", sans-serif;
	max-width: 800px;
	opacity: 1
}
@media all and (max-width:992px) {
	.nav-search #searchform input {
		width: 80%;
	}
}
.nav-search #searchform button,
.no-results #searchform button {
	position: absolute;
	cursor: pointer;
	outline: none;
	color: #fff;
	margin-left: -53px;
	margin-top: 0;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-search #searchform button:before {
	font-size: 18px;
	color: #d5d5d5;

	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}
.nav-search #searchform button:hover:before {
	color: #c1c1c1;
}
.nav-btn-list li i.close-overlay-search {
	display: none;
}
.close-overlay-search {
	position: fixed;
	font-size: 14px;
	line-height: 15px;
	top: 40px;
	right: 50px;
	padding: 0;
	cursor: pointer;
	font-style: normal;
	z-index: 99999;
}
.close-overlay-search:before {
	content: '\f113';
	font-family: 'vs-icons';
	color: #c1c1c1;

	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}
.close-overlay-search:hover::before {
	color: #fff;
}

.open-overlay-search {
	z-index: 9999;
	color: #000;
	cursor: pointer;
}
.overlay-search .open-overlay-search {
	z-index: 0;
}
.searchFormContainer #searchform input,
.nav-search #searchform button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #FAFFBD !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset;
	-webkit-text-fill-color: #ccc !important;
	font-family: "Open Sans" !important;
	-webkit-font-family: "Open Sans" !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}
.nav-search #searchform ::-webkit-input-placeholder {
   color: #d5d5d5;
}
.nav-search #searchform :-moz-placeholder {
   color: #d5d5d5;
}
.nav-search #searchform ::-moz-placeholder {
   color: #d5d5d5;
}
.nav-search #searchform :-ms-input-placeholder {
   color: #eee;
}
.nav-btn-list {
	position: absolute;
	right: 20px;
	top: 0;
	display: table;
	height: 100%;
	padding: 0 20px;
}
.nav-btn-list ul {
	list-style: none;
	padding-left: 0;
}
.nav-btn-list li {
	display: inline-block;
	line-height: 55px;
	width: 20px;
}
.nav-btn-list li i {
	color: #232323;

	display: inline-block;
	line-height: 55px;
	width: 20px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.nav-btn-list a:hover,
.nav-btn-list li:hover,
.nav-btn-list a:hover i,
.nav-btn-list li:hover i {
	color: #999;
	cursor: pointer;
}
.open-overlay-search {
	font-size: 13px;
}
.nav-btn-list li a.wonderblog-shop-bag {
	display: block;
	position: relative;
	line-height: 55px;
}
.nav-btn-list li a.wonderblog-shop-bag i {
	font-size: 14px;
	display: inline-block;
}
.nav-btn-list li a.wonderblog-shop-bag i:before {
	display: block;
	position: absolute;
	font-weight: normal;
	font-size: 13px;
	top: 21.5px;
	left: 1px;
	line-height: 1;
}
.wonderblog-shop-bag i span {
	display: block;
	min-width: 14px;
	min-height: 14px;
	position: absolute;
	color: #fff;
	line-height: 14px;
	top: 14px;
	right: -9px;
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	background: #444;
	border-radius: 100px;
}
@media (max-width:992px) {
	.nav-btn-list {
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		display: table;
		height: 100%;
		padding: 0 20px;
	}
	.open-overlay-search {
		display: block;
		cursor: pointer;
		z-index: 9999;
		opacity: 1;
		-webkit-transition: opacity .8s;
		-moz-transition: opacity .8s;
		transition: opacity .8s;
		color: #000;
	}
}

/* Top Bar Menu */
.top-bar-menu {
	padding: 4px 80px 0 0;
}
.top-bar-menu .nav-menu {
	margin: 0;
	width: 100%;
	text-align: right;
}
.top-bar-menu .nav-menu li {
	padding: 0 5px;
	font-size: 11.4px;
}
@media all and (max-width:992px) {
	.top-bar-menu {
		display: none;
	}
}

/*/////////////////////////////////////////
//  Footer
////////////////////////////////////////*/
#footer {
	background-color: #fff;
	position: relative;
	padding: 10px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.07);
}

.footer-left, .footer-middle, .footer-right {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
.footer-left {
	width: 20%;
}
.footer-middle {
	text-align: center;
	width: 59%;
}
.footer-right {
	text-align: right;
	width: 20%;
}
@media all and (min-width:992px) {
	.footer-middle p {
		padding-left: 10px;
	}
}
@media all and (max-width:992px) {
	#footer {
		padding: 26px;
	}
	.footer-left, .footer-middle {
		width: 100%;
		text-align: center;
		padding: 3px;
	}
}
#footer p {
	margin: 0;
}
.wonderblog-shop #footer p, .woocommerce #footer p {
	color: #111;
}
.footer-logo {
	display: block;
	width: auto;
	max-height: 46px;
}
.footer-logo img {
	height: auto;
	width: auto;
	max-height: 46px;
}
#footer p {
	font-family: "Playfair Display", sans-serif;
}
.footer-copyright {
	color: #111;
}
footer .scroll-top {
	cursor: pointer;
}
footer .scroll-top {
	font-size: 10.6px;
	color: #3a3a3a;
}
footer .scroll-top i {
	font-size: 7px;
	line-height: 0;
	padding-left: 3px;
	position: relative;
}
@media all and (min-width:992px) {
	footer .scroll-top i:before {
		line-height: 0;
		position: absolute;
		top: -3.6px;
	}
}
@media all and (max-width:992px) {
	.footer-right {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	footer .scroll-top {
		opacity: 1;
	}
	footer .scroll-top i {
		transition: background .3s;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
	}
	footer .scroll-top span {
		display: none;
	}
	footer .scroll-top i {
		position: absolute;
		right: 28px;
		bottom: 22px;
		padding: 0;
		width: 30px;
		text-align: center;
		height: 30px;
		line-height: 28px;
		font-size: 9px;
		background-color: #111;
		border-radius: 100px;
		color: #fff;
	}

}

/*/////////////////////////////////////////
//  Featured Slider
////////////////////////////////////////*/
.featured-slider {
	background: #080808;
	overflow: hidden;
}
.featured-post {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;

	margin: 0 -1px;
}
.featured-post-container {
	position: absolute;
	text-align: center;
	height: 100%;
	width: 100%;

	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
}
.featured-post .featured-post-container {
	background-color: transparent;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.featured-post:hover .featured-post-container {
	background-color: rgba(0,0,0,0.8);
}
.featured-post-container .btn {
	padding: 16px 48px 16px 48px;
	line-height: 14px;
	font-size: 10.8px;
}
/* Featured Post Bottom */
.featured-post-content-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
}
.featured-post-content-bottom > .post-title,
.featured-post-content-bottom > p {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	font-size: 16px;
	margin: 13px 3px 13px 3px;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.featured-post-content-bottom .post-title a {
	color: #fff;
	line-height: 20px;
	font-size: 16px;
}

.featured-post-content-bottom p.post-cat {
	margin: 0 3px;
	margin-top: 3px;
	color: #fff;
}
.featured-post-content-bottom p {
	font-size: 10px;
}
.featured-post .featured-post-content-bottom {
	-webkit-transition: opacity .3s, visibility .3s;
	-moz-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}
.featured-post:hover .featured-post-content-bottom {
	opacity: 0;
	visibility: hidden;
}

/* Featured Post Center */
.featured-post-content {
	opacity: 0;
	visibility: hidden;
	padding-top: 20px;

	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	transform: translateY(-55%);

	-webkit-transition: opacity .25s, transform .25s;
	-moz-transition: opacity .25s, transform .25s;
	transition: opacity .25s, transform .25s;
}
.featured-post:hover .featured-post-content {
	opacity: 1;
	visibility: visible;
	height: auto;
	text-align: center;
	color: #fff;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.featured-post-content h1,
.featured-post-content p,
.featured-post-content .btn {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.featured-post-content h1 a {
	font-size: 38px;
	color: #fff;
}
.featured-post-content p.post-cat {
	margin: 10px 0 5px 0;
	color: #b9b9b9;
}
.featured-post-content p.post-cat a {
	color: #fff;
	letter-spacing: 1.4px;
}
.featured-post-content p.post-cat .in-cat {
	padding-right: 1px;
}
.featured-post-content p.post-date {
	margin: 20px 0;
	font-style: normal;
	font-size: 14px;
}
.featured-post-content .btn {
	color: #fff;
	margin: 0;
	margin-top: 15px;
}

/* Featured Slider onLoad Anim */
.featured-slider-container {
	background: #111;
}
.featured-slider {
	opacity: 0;

	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}
.featured-slider.flickity-enabled {
	opacity: 1;
}

/* Featured Slides Sizes */
@media (max-width:700px) {
	.featured-post-content h1 {
		padding: 0 50px;
	}
	.featured-post {
		width: 100%;
		height: 380px;
	}
}
@media all and (min-width:700px) {
	.featured-post-content h1 {
		padding: 0 60px;
	}
	.featured-post {
		width: 620px;
		height: 400px;
	}
}
@media all and (min-width:1200px) {
	.featured-post {
		width: 680px;
		height: 420px;
	}
}
@media all and (min-width:1300px) {
	.featured-slider {
		height: 480px;
	}
	.featured-post-content h1 {
		padding: 0 80px;
	}
	.featured-post {
		width: 760px;
		height: 480px;
	}
}

/* Features Single */
@media all and (max-width:992px) {
	.featured-slider-single {
		height: 380px;
	}
	.featured-slider-single .featured-post {
		width: 100%;
		height: 380px;
	}
}
@media all and (min-width:992px) {
	.featured-slider-single {
		height: 460px;
	}
	.featured-slider-single .featured-post {
		width: 100%;
		height: 460px;
	}
}
@media all and (min-width:1300px) {
	.featured-slider-single {
		height: 560px;
	}
	.featured-slider-single .featured-post {
		width: 100%;
		height: 560px;
	}
}
.featured-slider-single .featured-post-content-bottom {
	display: none;
}
.featured-slider-single .featured-post .featured-post-content {
	opacity: 0;

	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);;
	transform: translateY(-60%);
}
.featured-slider-single .featured-post.is-selected .featured-post-content {
	opacity: 1;
	visibility: visible;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: opacity .5s, transform .4s;
	-moz-transition: opacity .5s, transform .4s;
	transition: opacity .5s, transform .4s;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}
.featured-slider-single .featured-post .featured-post-container,
.featured-slider-single .featured-post:hover .featured-post-container {
	background-color: rgba(0,0,0,0.2);
}
.featured-slider-single .featured-post-content h1 a {
	font-size: 42px;
}
.featured-slider-single .in-cat {
	color: rgba(255,255,255,.8);
}
.featured-excerpt {
	padding: 0;
	color: rgba(255,255,255,.8);
	font-weight: 400;
	font-size: 15px;
	max-width: 600px;
	font-family: Lora;
	margin: 0 auto;
	margin-bottom: 30px;
}
.featured-slider-single .featured-post-container .btn {
	padding: 16px 38px 16px 38px
}

/*/////////////////////////////////////////
//  Promo Boxes
////////////////////////////////////////*/
.promo-boxes {
	margin-left: -15px;
	margin-right: -15px;
}
.promo-box {
	position: relative;
	display: table;
	float: left;
	width: 33.333333%;
	height: 234px;
	padding: 0 15px;
	margin-top: 30px;
}
.promo-boxes-4 .promo-box {
	width: 25%;
	height: 266px;
}
@media (max-width: 1280px) {
	.promo-box {
		height: 210px;
		margin-top: 30px;
	}
}
@media (max-width: 1080px) {
	.promo-box {
		height: 190px;
		margin-top: 30px;
	}
}
@media (max-width: 992px) {
	.promo-box {
		height: 150px;
		margin-top: 30px;
	}
	.promo-boxes-4 .promo-box {
		width: 50%;
		height: 190px;
	}
}
@media (max-width:710px) {
	.promo-boxes {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.promo-box {
		height: 130px;
		margin-top: 15px;
		padding: 0 7.5px;
	}
	.promo-boxes-4 .promo-box {
		width: 50%;
		height: 190px;
	}
}
@media (max-width:590px) {
	.promo-box {
		height: 160px;
		width: 100%;
	}
	.promo-boxes-4 .promo-box {
		width: 100%;
	}
}
.promo-box-link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #f3f3f3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.promo-box-text {
	position: relative;
	padding: 20px 45px;
	display: inline-block;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.promo-box-text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.promo-box .promo-box-text:before {
	background-color: rgba(0,0,0,.7);

	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.promo-box:hover .promo-box-text:before {
	background-color: rgba(0,0,0,1);
}
.promo-box-text h6,
.promo-box-text p {
	position: relative;
	margin: 6px 0;
}
.promo-box-text h6 {
	font-family: 'wonder', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #eee;
}
.promo-box-text p {
	font-family: 'Playfair Display', sans-serif;
	font-size: 19px;
	line-height: 1;
	color: #fff;
}

/*/////////////////////////////////////////
//  Posts
////////////////////////////////////////*/
.post-header {
	text-align: center;
	margin-bottom: 25px;
}
.post-cat {
	font-family: 'wonder', sans-serif;
	font-size: 11.1px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.in-cat, .by-author {
	font-family: 'Playfair Display', sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #b9b9b9;
	letter-spacing: 0;
	font-size: 11px;
}
.post-header .post-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.post-header .post-title a {
	color: #292929;
	text-decoration: none;
}
.post-header .post-title a:hover {
	color: #343434;
	text-decoration: none;
}

/* Video Post */
.post-video {
	margin-bottom: 20px;
}
.post-video iframe {
	width: 100%;
}
.list-post .post-video {
	padding: 0;
	height: 100%;
}
.list-post .post-video iframe {
	height: 300px;
}
.post-video {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.post-video iframe,
.post-video object,
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Audio Post */
.post-audio {
	margin-bottom: 10px;
}
.list-post .post-audio iframe {
	height: 300px;
}

/* Gallery Post */
.post-carousel {
	margin-bottom: 20px;
}
.flickity-prev-next-button {
	background-color: rgba(0,0,0,.5);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}
.flickity-prev-next-button .arrow {
	fill: #fff;
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	padding: 20px;
	height: 130px;
	border: none;
	border-radius: 0;
}
.flickity-prev-next-button {
	opacity: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}
.flickity-prev-next-button.previous {
	left: -20px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	opacity: 0;
	-webkit-transition: left .2s, opacity .2s;
	-moz-transition: left .2s, opacity .2s;
	transition: left .2s, opacity .2s;
}
.flickity-prev-next-button.next {
	right: -20px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	opacity: 0;
	-webkit-transition: right .3s, opacity .2s;
	-moz-transition: right .3s, opacity .2s;
	transition: right .3s, opacity .2s;
}
.post-flickity {
	overflow: hidden;
}
.post-flickity img {
	width: 100%;
}
.gallery-cell {
	width: 100%;
}
.post-flickity:hover .flickity-prev-next-button.previous {
	left: 0;
	opacity: .9;
}
.post-flickity:hover .flickity-prev-next-button.next {
	right: 0;
	opacity: .9;
}
.post-flickity:hover .flickity-prev-next-button:hover {
	opacity: .7;
	background: #000;
}
.post-image {
	margin-bottom: 20px;
}
.post-image img {
	width: 100%;
}
.post-entry-content {
	border-bottom: 1px solid #e4e4e4;
}
.post-entry-content h1,
.post-entry-content h2,
.post-entry-content h3,
.post-entry-content h4,
.post-entry-content h5,
.post-entry-content h6 {
	margin-bottom: 10px;
}
.post-read-more {
	text-align: center;
	margin-bottom: 20px;
}
.post-bottom {
	position: relative;
	height: 56px;
	border-bottom: 1px solid #e4e4e4;
}
.post-bottom a {
	font-family: 'wonder', sans-serif;
	font-weight: 500;
	color: #1c1c1c;
}
.post-bottom .post-bottom-left {
	position: absolute;
	display: table;
	height: 100%;
	vertical-align: middle;
	float: left;
}
.post-bottom-middle {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: table;
	height: 100%;
}
.post-bottom .post-bottom-right {
	position: absolute;
	display: table;
	height: 100%;
	top: 0;
	right: 0;
}
.post-bottom .post-author-link,
.post-bottom .post-comments-link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 18px 0;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-author-link {
	padding: 2px 0;
}
.post-bottom .post-author-link a {
	display: table-cell;
}
.post-date {
	font-family: 'Playfair Display', sans-serif;
	font-style: italic;
	text-transform: none;
	color: #b9b9b9;
	letter-spacing: 0;
	font-size: 13px;
}
.post-author-link span {
	font-style: italic;
	text-transform: none;
}
.post-bottom .post-comments-link {
	margin: 20px 10px;
}
.post-bottom p i,
.post-bottom .post-share-links i {
	font-size: 13px;
}
.post-bottom .post-share-links {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-comments-link i {
	margin-right: 5px;
}
.post-share-links>a {
	padding: 0 5px;
}
.post-bottom > div:nth-child(2) {
	float: none;
	width: 100%;
}
.post-bottom > div:last-child {
	float: right;
	width: auto;
}
.post-bottom > div:first-child {
	float: left;
	width: auto;
}
@media all and (max-width:540px) {
	.post-bottom div:nth-child(3) {
		display: none;
	}
	.post-bottom > div:nth-child(2) > div {
		text-align: right;
	}
}
@media all and (max-width:600px) {
	.post-bottom {
		height: auto;
		position: relative;
		max-height: 100%;
	}
	.home .post-bottom > div,
	.home .post-bottom > div:first-child,
	.home .post-bottom .post-bottom-left {
		position: relative;
		height: auto;
		width: 100%;
		margin: 10px 0;
		float: none;
	}
	.post-bottom > div > p, .post-bottom .post-author-link, .post-bottom .post-comments-link {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.post-bottom > div > p a, .post-bottom .post-author-link a {
		display: block;
	}
	.post-bottom > div > div,
	.post-bottom > div:nth-child(2) > div {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}
.page-break-pagination {
	text-align: center;
	margin: 30px 0;
}
.page-break-pagination span {
	background: #111;
	font-size: 11px;
	min-width: 25px;
	position: relative;
	text-align: center;
	line-height: 25px;
	height: 25px;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	margin-right: 1px;
}
.page-break-pagination a span {
	background: #eaeaea;
	color: #747474;
}
.post-bottom .post-tags {
	display: table-cell;
	vertical-align: middle;
}
.post-tags a {
	font-size: 10px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 5px;
	margin: 2px;
	padding: 0px 12px 0px 12px;
	color: rgba(0, 0, 0, 0.52);
	border-radius: 4px;
	background: #f3f3f3;
	display: inline-block;
}
.archive .post-tags {
	margin-bottom: 20px;
	padding: 0 15px;
}

/* Post Type UI */
.vp-pfui-nav ul li a {
	height: 18px;
	display: block;
	color: #555;
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-radius: 0 !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	margin-right: 8px;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: none;
}

/*/////////////////////////////////////////
// Posts Pagination
////////////////////////////////////////*/
.posts-pagination {
	float: left;
	width: 100%;
}
.posts-pagination a {
	font-family: 'wonder', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	background: transparent;
	color: #3e3e3e;
	border-radius: 100px;
	border: solid 1px #e7e7e7;
	padding: 18px 38px;
	margin: 0;
	margin-bottom: 80px;
	margin-top: 40px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.older-posts-link {
	display: inline-block;
	float: left;
}
.newer-posts-link {
	display: inline-block;
	float: right;
}
.older-posts-link a:before {
	content: "\f100";
	font-family: "FontAwesome";
	font-size: 11px;
	font-weight: 300;
	margin-right: 5px;
}
.newer-posts-link a:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 11px;
	font-weight: 300;
	margin-left: 5px;
}

/* Single Post Pagination */
.post-pagination {
	padding: 10px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #eaeaea;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.post-pagination a,
.post-pagination a span {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}
.older-post-link,
.newer-post-link {
	display: inline-block;
	width: 50%;
	padding: 20px;
}
.older-post-link {
	float: left;
	text-align: left;
}
.newer-post-link {
	float: right;
	text-align: right;
}
.older-post-link a span,
.newer-post-link a span {
	display: block;
	text-transform: none;
	letter-spacing: 0;
	padding: 5px 0;
	color: #555;
	opacity: .7;
}
.older-post-link a span:before {
	content: "\f100";
	font-family: "FontAwesome";
	font-size: 11px;
	font-weight: 300;
	margin-right: 5px;
}
.newer-post-link a span:after {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 11px;
	font-weight: 300;
	margin-left: 5px;
}


/*/////////////////////////////////////////
//  404
////////////////////////////////////////*/
.no-results,
.error-404 {
	text-align: center;
	padding: 20px 0 60px 0;
}
.error-404 h1,
.no-results.error-404 h1 {
	font-size: 160px;
	margin-bottom: 40px;
}
.no-results h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.no-results p,
.error-404 p {
	font-size: 15px;
	font-family: "Playfair Display",sans-serif;
}

/*////////////////////////////////////////
// Widgets
///////////////////////////////////////*/
.widget-area .widget {
	padding: 24px;
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.09);
}
.widget-title,
.widget-area .widget-title,
.widget-area .widget img {
	margin-bottom: 10px;
	line-height: 1;
}
.widget-title,
.widget-area .widget-title {
	margin-top: 10px;
	font-family: 'wonder', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}
.widget-title:after,
.widget-area .widget-title:after {
	content: url(img/underline-grey.png);
	display: block;
	width: 100%;
	margin-top: 5px;
	opacity: .6;
}
/* Widget Title Border Alt */
.widget-area .widget p {
	margin-bottom: 0;
}

/* About */
.widget-area .widget-about-sig img {
	margin-top: 14px;
	margin-bottom: 0;
}
.widget-area .widget .widget-about-name {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #111;
}
.widget-about-name a {
	color: #111;
}

/* Social */
.widget-area .widget.widget_wonderblog_social_wg a {
	display: inline-block;
	color: #111;
	font-size: 13px;
	margin: 7px 7px;
}
/* Instagram */
.widget .instagram-pics li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 3px;

	width: 33.33%;
}
.widget .instagram-pics {
	margin: 0 -3px;
}
.widget .instagram-pics li img {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}
.widget.null-instagram-feed > p {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	color: #111;
}
.widget.null-instagram-feed > p a {
	color: #9c9c9c;
}
.widget.null-instagram-feed .instagram-pics::after {
	display: block;
	content: "";
	clear: both;
}

/* Latest */
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-latest-posts li {
	margin-bottom: 15px;
}
.widget-latest-posts li:last-child {
	margin-bottom: 6px;
}
.widget-latest-post {
	display: table;
}
.widget-latest-post > div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.widget-latest-post-img {
	width: 38%;
}
.widget-area .widget-latest-post img {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -6px;
}
.widget-latest-post > .widget-latest-post-info {
	padding-left: 10px;
	vertical-align: top;
}
.widget-latest-post-info h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1;
}
.widget-latest-post-info h4 a {
	color: #232323;
}
.widget-latest-post-info p {
	font-size: 12px;
	color: #555;
	opacity: .6;
}
.widget-area .widget.widget_wonderblog_facebook_like_box_wg {
	padding: 0;
	border: none;
}

/* Product Slider */
.widget_wonderblog_products_posts {
	margin-top: 30px;
	padding-bottom: 33px;
	text-align: center;
}
.widget_wonderblog_products_posts .widget-title {
	margin-top: 40px;
}
.widget ul.widget-products {
	margin: 20px 0;
}
.widget-products .widget-product-post {
	width: 25.1%;
	padding: 0 15px;
}
.widget-product-post-img {
	position: relative;
}
.widget-product-post-info {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	opacity: 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.widget-product-post-info h3,
.widget-product-post-info p,
.widget-product-post-info .shop-single-cat a,
.widget-product-post-info a {
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.widget-product-post-info .shop-single-cat a {
	color: #fff;
	letter-spacing: 1px;
}
.widget-product-post-info h3 {
	margin-bottom: 10px;
}
.widget-product-post-info > div {
	margin: 0 auto;
}
.widget-product-post:hover .widget-product-post-info {
	opacity: 1;
}
.content-area .widget-product-post-info h3 {
	font-size: 20px;
	line-height: 23px;
}

/* Mailchimp */
.wonderblog-subscribe-form .email-input {
	background-color: #f3f3f3;
	width: 100%;
	border: none;
	padding: 16px 24px;
	font-size: 12px;
	border-radius: 2px;
	color: #555;
	font-weight: 400;
	margin-bottom: 15px;
}
.wonderblog-subscribe-form .email-input:focus,
.wonderblog-subscribe-form input.btn:focus {
	outline: none;
}
.wonderblog-subscribe-form input.btn {
	width: 100%;
	margin: 0;
	padding: 16px 26px 16px 26px;
	border-radius: 2px;
	font-size: 10.6px;
}
.wonderblog-subscribe-form .email-input::-webkit-input-placeholder {
	color: #b9b9b9;
	font-weight: 300;
	font-size: 11px;
}
.wonderblog-subscribe-form .email-input::-moz-placeholder {
	color: #b9b9b9;
	font-weight: 300;
	font-size: 11px;
}
.wonderblog-subscribe-form .email-input:-moz-placeholder {
	color: #b9b9b9;
	font-weight: 300;
	font-size: 11px;
}
.wonderblog-subscribe-form .email-input:-ms-input-placeholder {
	color: #b9b9b9;
	font-weight: 300;
	font-size: 11px;
}

/* Widget Ad */
.widget-area .widget.widget_wonderblog_mark_wg,
.widget-area .widget.widget_wonderblog_banner_wg {
	border: none;
	padding: 0;
}
.widget-area .widget .widget-mark img,
.widget-area .widget .widget-banner img {
	margin: 0;
	padding: 0;
}

/* Calendar Widget */
.widget_calendar .widget-title {
	margin-bottom: 0;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar tbody {
	color: #969696;
}
#wp-calendar tbody td {
	background: #efefef;
	text-align: center;
	border-radius: 0px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	font-size: 12px;
}
#wp-calendar tbody td a,#wp-calendar tfoot 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: 10px 0; text-align: center; }

/* Tag Cloud */
.tagcloud a {
	text-transform: none;
	letter-spacing: 0;
	color: #111;
	font-weight: normal;
}

/* Woo Products Widget */
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 4px;
	margin-bottom: 2px;
	width: 88px;
	height: auto;
	box-shadow: none;
}
.woocommerce ul.product_list_widget li {
	text-align: left;
	padding: 0;
}
.woocommerce ul.product_list_widget li a {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1;
	text-align: left;
	color: #232323;
}
.woocommerce ul.product_list_widget li a .product-title,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
	margin-left: 10px;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
	margin-left: 10px;
	font-size: 12px;
	font-style: italic;
	color: #555;
	opacity: .6;
}

/* Search Widget */
.widget #searchform {
	opacity: 1;
	width: 100%;
	display: block;

	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.widget #searchform input {
	padding: 14px 20px;
	font-size: 14px;
	line-height: 20px;
}
.widget #searchform input::-webkit-input-placeholder {
	font-size: 13px;
}
.widget #searchform button {
	position: absolute;
	color: #111;
	margin-left: 0;
	margin-top: 0;
	border: none;
	background-color: transparent;
	line-height: 1;
	top: 17px;
	right: 20px;
}
.widget #searchform .search-submit-icon:before {
	font-size: 13px;
}
/* Widget Cats & Archives */
.widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul,
.widget_recent_entries ul, .widget_rss ul, .widget_nav_menu ul {
	text-align: left;
}
.widget_categories ul li, .widget_archive ul li, .widget_pages ul li, .widget_meta ul li {
	color: #999;
	font-size: 13px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.widget_categories a, .widget_archive a, .widget_pages a, .widget_meta a, .widget_recent_entries ul li a, .widget_nav_menu a {
	color: #111;
	margin-right: 5px;
}
.widget_nav_menu a:after,
.widget_nav_menu .sub-menu .menu-item-has-children>a::after {
	content: none;
}
.widget_nav_menu .sub-menu li {
	padding-left: 15px;
}
.widget_rss ul li a {
	color: #999;
}
.widget_rss a {
	color: #111;
}
.widget-area .widget img.rss-widget-icon {
	margin-bottom: 2px;
}
.widget strong {
	font-weight: bold;
}
.widget select,
.widget_archive select {
	border: 1px solid #ddd;
	color: #666;
	padding: 9px 10px;
	width: 90%;
	box-sizing: border-box;
	outline: none;
}

.widget_recent_comments ul {
	text-align: left;
}
.widget_recent_comments ul li,
.widget_recent_comments ul li a {
	color: #111;
	line-height: 1.6;
	margin-bottom: 10px
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	color: #999;
}
.widget_nav_menu li,
.widget_nav_menu .sub-menu li {
	line-height: 32px;
}
/* Widget Custom Menu */
.widget ul.cat-menu li,
.widget ul.cat-menu li ul,
.widget ul.children li {
	padding-left: 15px;
	margin-top: 9px;
}
.widget-infom {
	color: #adadad;
	font-size: 11px;
	margin-top: -7px;
}
/* Footer Widgets */
#footer-widgets {
	background: #f5f5f5;
}
@media all and (min-width:992px) {
	#footer-widgets .widget {
		width: 25%;
		float: left;
		padding: 0 15px;
		margin-bottom: 60px;
	}
}
#footer-widgets .widget-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 26px;
}

/* Instagram Footer Widget */
#footer-instagram .widget {
	width: 100%;
}
#footer-instagram .widget.null-instagram-feed {
	overflow: hidden;
}
#footer-instagram ul li {
	display: inline-block;
	float: left;
	width: 11.11%;
	margin: 0;
	padding: 0;
}
#footer-instagram .widget-title,
#footer-instagram .widget.null-instagram-feed > p {
	display: none;
}

#footer-instagram .null-instagram-feed .instagram-pics {
	margin: 0;
}
.null-instagram-feed .instagram-pics li a {
	position: relative;
	display: block;
	overflow: hidden;
}
#footer-instagram .null-instagram-feed .instagram-pics li a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);

	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	transition: transform .3s ease;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#footer-instagram .null-instagram-feed .instagram-pics li a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);

}
.null-instagram-feed li .instagram-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: rgba(31, 33, 35, 0.45);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.null-instagram-feed li:hover .instagram-overlay {
	opacity: 1;
}
.null-instagram-feed li .instagram-overlay {
	display: none;
}
#footer-instagram .null-instagram-feed li .instagram-overlay {
	display: block;
}
.null-instagram-feed li .instagram-meta {
	display: flex;
	align-items: center;
	height: 100%;
	opacity: 0;
}
.null-instagram-feed li:hover .instagram-meta {
	opacity: 1;

	transition-delay: .25s;
}
.null-instagram-feed li .instagram-meta > div {
	width: 100%;
	text-align: center;
	color: #fff;
}
.null-instagram-feed li .instagram-overlay,
.null-instagram-feed li .instagram-meta,
.null-instagram-feed li a i,
.null-instagram-feed li a p {
	color: #fff;

	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}
.null-instagram-feed li .instagram-meta span {
	margin: 0 5px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.79);
}
.null-instagram-feed li a p {
	padding: 0 20px;
}
.instagram-description {
	display: none;
}
#footer-instagram .instagram-description {
	display: block;
}

#footer-instagram li[data-instagram-width="5"] {
	width: 20%;
}
#footer-instagram li[data-instagram-width="6"] {
	width: 16.6667%;
}
#footer-instagram li[data-instagram-width="7"] {
	width: 14.285%;
}
#footer-instagram li[data-instagram-width="8"] {
	width: 12.5%;
}
#footer-instagram li[data-instagram-width="9"] {
	width: 11.11%;
}

/* Mailchimp */
#footer-widgets .widget_mc4wp_form_widget {
	width: 100%;
	margin: 60px 0;
	float: none;
}
#footer-widgets .widget_mc4wp_form_widget .widget-title:after {
	display: none;
}
#footer-widgets .mc4wp-form {
	max-width: 550px;
	margin: 0 auto;
}
#footer-widgets form.mc4wp-form {
	min-height: 50px;
}
#footer-widgets .wonderblog-subscribe-form input {
	display: inline-block;
}
#footer-widgets .wonderblog-subscribe-form input.email-input {
	width: 72%;
	padding: 13px 30px 13px 30px;

	background: #fff;
	box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
	line-height: 24px;
	margin: 0;
	float: left;
	border-radius: 100px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#footer-widgets .wonderblog-subscribe-form input.btn {
	top: 0;
	margin: 0;
	line-height: 30px;
	font-size: 10.6px;
	padding: 10px;
	float: right;
	width: 29%;
	border-radius: 100px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#footer-widgets.secz .wonderblog-subscribe-form input.email-input {
}
#footer-widgets.secz .wonderblog-subscribe-form input.btn {
	background: #111;
	color: #fff;
	width: 28%;
}
#footer-widgets.secz .wonderblog-subscribe-form input.btn:hover {
	background: #222;
}

#footer-widgets.secz .wonderblog-subscribe-form input.email-input::-webkit-input-placeholder {
	font-size: 11.4px;
	color: rgba(85, 85, 85, 0.56);
	font-weight: 400;
}
#footer-widgets.secz .wonderblog-subscribe-form input.email-input::-moz-placeholder {
	font-size: 11.4px;
	color: rgba(85, 85, 85, 0.56);
	font-weight: 400;
}
#footer-widgets.secz .wonderblog-subscribe-form input.email-input:-moz-placeholder {
	font-size: 11.4px;
	color: rgba(85, 85, 85, 0.56);
	font-weight: 400;
}
#footer-widgets.secz .wonderblog-subscribe-form input.email-input:-ms-input-placeholder {
	font-size: 11.4px;
	color: rgba(85, 85, 85, 0.56);
	font-weight: 400;
}

/* Social Media Footer */
#footer-widgets .widget.widget_wonderblog_social_wg {
	width: 100%;
	margin: 60px 0;
	float: none;
}
#footer-widgets .widget-social {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
#footer-widgets .widget-social a {
	font-size: 18px;
	color: #111;
	margin: 0 16px;
}


/*/////////////////////////////////////////
// Single Post
////////////////////////////////////////*/
.wonderblog-single-post {
	box-shadow: 0 0 80px 0 rgba(0,0,0,.04);
}
.wonderblog-single-post .post-entry-content,
.wonderblog-single-post .post-bottom {
	border: none;
}
.wonderblog-single-post .post-entry-content {
	margin-bottom: 40px;
}
.wonderblog-single-post .post-bottom {
	height: 36px;
	margin: 40px 0;
}
.wonderblog-single-post .post-bottom .post-bottom-left {
	position: relative;
	display: block;
}
@media all and (max-width:768px) {
	.wonderblog-single-post .post-bottom {
		height: auto;
	}
	.wonderblog-single-post .post-bottom > div {
		margin: 20px auto;
		float: none;
		width: 100%;
		text-align: center;
	}
	.wonderblog-single-post .post-bottom .post-share-links {
		text-align: center;
	}
}
.single-post-pagination a {
	border-radius: 4px;
	padding: 16px 30px;
	margin: 0;
}
.single-post-pagination a:last-child {
	float: right;
}

/*////////////////////////////////////////
// Comments
///////////////////////////////////////*/
.comments-area {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.comments-title {
	text-align: center;
	margin: 10px 0;
}
.comment-list a {
	font-size: 12px;
	color: #999;
}
.comment-body {
	padding: 20px 0;
}
.comment-author-avatar {
	float: left;
	margin-right: 16px;
}
.comment-text {
	overflow: hidden;
	margin-top: -7px;
}
.comment-author-avatar img {
	border-radius: 100px;
}
.comment-author, .time-ago-bullet, .comment-date {
	display: inline-block;
}
.comment-author {
	font-family: 'wonder', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	line-height: 14px;
}
.comment-author a {
	color: #111;
}
.time-ago-bullet {
	padding: 0;
	color: #c2c6cc;
	line-height: 1;
	font-size: 11px;
}
.comment-date {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.comment-text p {
	margin: 5px 0;
	margin: 0;
}
.reply-edit {
	font-size: 12px;
	color: #999;
}
#comments ol,
.comment-list {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.comment-list .children li {
	margin-left: 72px;
}
@media all and (max-width:620px) {
	.comment-list .children li {
		margin-left: 0;
	}
}
.comment-awaiting {
	font-style: italic;
}
.comment-respond {
	margin-top: 40px;
}

.comment-reply-title {
	font-size: 12px;
	margin-bottom: 20px;
	color: #111;
	opacity: .5;
}
.comment-form {
	margin: 14px -7px;
}
.comment-form p {
	padding: 0 7px;
	margin-bottom: 14px;
}
input,
textarea {
	font-family: "Open Sans", sans-serif;
	padding: 16px 18px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	border: 0px;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #555;
	width: 100%;
	background-color: #f7f7f7;
	border: none;
	border-radius: 2px;
	outline: none;
}
.comment-form-email, .comment-form-url {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 7px;
}
.form-submit input {
	width: auto;
	margin: 2px 0 20px 0;
	padding: 16px 40px;
	cursor: pointer;
}
.form-submit ::-webkit-input-placeholder {
	color: #aaa;
	font-family: "wonder", sans-serif;
}
.form-submit :-ms-input-placeholder {
	color: #aaa;
	font-family: "wonder", sans-serif;
}
.form-submit :-moz-placeholder {
	color: #aaa;
	font-family: "wonder", sans-serif;
}
.form-submit ::-moz-placeholder {
	color: #aaa;
	font-family: "wonder", sans-serif;
}

#commentform input:-webkit-autofill,
#commentform textarea:-webkit-autofill,
#commentform select:-webkit-autofill {
	-webkit-text-fill-color: #313131 !important;
}

/* Password Protected Form */
.post-password-form {
	margin: 0 auto;
	max-width: 500px;
}
.post-password-form label {
	color: rgba(17, 17, 17, 0.53);
}
.post-password-form label input {
	border: 1px solid #dcdcdc;
	background: transparent;
}
.post-password-form input[type="submit"] {
	background: #111;
	font-size: 11.1px;
}



/*////////////////////////////////////////
// About Post Author
///////////////////////////////////////*/
.author-area {
	padding: 40px 30px;
	margin: 40px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #eaeaea;
}
.author-area {
	display: flex;
	align-items: center;
	top: 0;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.author-img {
	display: inline-block;
	margin-right: 20px;
	max-width: 100px;
}
.author-img img {
	border-radius: 100px;
}
.author-info {
	display: inline-block;
	width: 80%;
}
.author-info h4 {
	color: #111;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0;
}
.author-info h4 a {
	color: #111;
}
.author-info p {
	margin-bottom: 8px;
}
.author-social-link {
	font-size: 13px;
	margin-right: 12px;
	color: #111;
}
.author-social-link a {
	font-size: 13px;
	margin-right: 14px;
	color: #111;
	line-height: 18px;
}

/*////////////////////////////////////////
// Search Page
///////////////////////////////////////*/

.search-query {
	background: #fff;
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.search-query h5,
.category-query h5 {
	font-size: 13px;
	color: #555;
	opacity: .54;
	margin-top: 10px;
	margin-bottom: 0;
}

.no-results #searchform {
	opacity: 1;
	display: block;
	padding: 20px 0;
	max-width: 760px;
	margin: 0 auto;

	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.no-results.not-found p {
	max-width: 450px;
	margin: 10px auto;
}


/*////////////////////////////////////////
// Archives
///////////////////////////////////////*/
.archives-container {
	box-shadow: 0 0 80px 0 rgba(0,0,0,.04);
}
.archives-container .content-area,
.archives-container .widget-area {
	padding-top: 38px;
}
.category-query {
	background: #fff;
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.category-query {
	font-size: 52px;
}

/*////////////////////////////////////////
// Classic Layout
///////////////////////////////////////*/
.full-post {
	margin-bottom: 60px;
}
.content-area .full-post:last-child {
	margin-bottom: 20px;
}

/*////////////////////////////////////////
// List Layout
///////////////////////////////////////*/
.list-post {
	margin-bottom: 50px;
}
.content-area .list-post:last-child {
	margin-bottom: 10px;
}
.list-post .list-post-media {
	float: left;
	margin-right: 25px;
	margin-bottom: 0;
	width: 300px;
	height: 300px;
}
.list-post-image {
	height: 300px;
	width: 300px;
	background-size: cover;
	background-position: center center;
}
.list-post .list-post-content {
	overflow: hidden;
}
.list-post .post-header {
	margin-top: 5px;
	margin-bottom: 20px;
}
.list-post .list-post-content .post-header,
.list-post .list-post-content .post-read-more {
	text-align: left;
}
.list-post .list-post-content .post-read-more {
	margin-bottom: 0;
}
.list-post .list-post-content .post-read-more a {
	margin: 15px 0;
}
.list-post-content .post-entry-content {
	border: none;
}

.list-post {
	margin-bottom: 36px;
	overflow: hidden;
}
.list-post .list-post-media {
	position: relative;
	overflow: hidden;
}
.list-post-media .post-image {
	overflow: hidden;
	position: relative;
	height: 300px;
	overflow: hidden;
	margin: 0;
	display: block;
}
.list-post-media .post-image img {
	height: 300px;
	width: auto;
	left: 50%;
	overflow: hidden;
	position: absolute;
	max-width: initial;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}
.list-post .list-post-content .post-read-more a {
	margin-bottom: 0;
}
@media all and (max-width:692px) {
	.list-post .list-post-media {
		display: block;
		float: none;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.list-post .list-post-content {
		margin: 0 auto;
		max-width: 300px;
		margin-bottom: 40px;
	}
}

/*////////////////////////////////////////
// Grid Layout
///////////////////////////////////////*/
.grid-layout {
	margin: 0 -15px;
}
.grid-post {
	width: 50%;
	float: left;
	padding: 0 15px;
}
.grid-post.grid-post-3-col {
	width: 33.3333%;
}
.full-to-grid-post .full-post,
.full-to-grid-post .full-post:last-child {
	margin-bottom: 30px;
}
.grid-post .post-entry-content,
.grid-post .post-header {
	text-align: center;
	padding: 0 15px;
}
@media (max-width:768px) {
	.grid-post,
	.grid-post.grid-post-3-col {
		width: 100%;
		max-width: 600px;
		margin: auto;
		float: none;
	}
}

/*////////////////////////////////////////
// Sticky Post
///////////////////////////////////////*/
.post.sticky {
	background: #fff;
	padding: 27px;
	border: solid 1px #eaeaea;
	box-shadow: 0 0 60px 0 rgba(17, 17, 17, 0.17);
}
.list-post.sticky {
	margin-bottom: 38px;
	padding-bottom: 40px;
}
.grid-post.sticky {
	padding: 0 15px;
	border: none;
	background: transparent;
	box-shadow: none;
}
.grid-post.sticky .post-image {
	margin: 0;
}
.grid-post.sticky .list-post-content {
	background: #fff;
	box-shadow: 0 0 60px 0 rgba(17, 17, 17, 0.17);
}
.grid-post.sticky .list-post-content .post-header {
	padding-top: 13px;
}

/*////////////////////////////////////////
// Related Posts
///////////////////////////////////////*/
.single-post-related {
	overflow: hidden;
	margin: 40px -15px 20px -15px;
}
.single-post-related > div {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
	text-align: center;
}
@media all and (max-width:620px) {
	.single-post-related > div {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		float: none;
	}
}
.single-post-related > div img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.single-post-related {
	text-align: center;
}
.single-post-related h4 {
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.single-post-related h4 a {
	color: #232323;
}
.single-post-related h4.widget-title {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.single-post-related p {
	font-size: 12px;
	color: #555;
	opacity: .6;
}

.category-index-page .cat-index-post-img img {
	width: 300px;
	height: auto;
}

/*////////////////////////////////////////
// Shop
///////////////////////////////////////*/
.shop-container {
	box-shadow: 0 0 80px 0 rgba(0,0,0,.04);
}
.wonderblog-shop .page-title, .wonderblog-shop .woocommerce-result-count, .wonderblog-shop .woocommerce-ordering {
	padding: 0 15px;
}
.wonderblog-shop .page-title {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
}
.wonderblog-shop .woocommerce-result-count {
	color: rgba(0,0,0,0.4);
	margin-top: 14px;
	font-size: 11.1px;
	margin-bottom: 0;
	line-height: 1.4;
}
.wonderblog-shop ul.products li.product {
	width: 25%;
	margin: 0;
	padding: 0 15px;
	margin-bottom: 20px;
}
@media all and (max-width:992px) {
	.wonderblog-shop ul.products li.product {
		width: 50%;
		margin: 0;
		padding: 0 15px;
		margin-bottom: 20px;
	}
}
@media all and (max-width:718px) {
	.wonderblog-shop ul.products {
		padding: 0 7.5px;
	}
	.wonderblog-shop ul.products li.product {
		width: 50%;
		margin: 0;
		padding: 0 7.5px;
		margin-bottom: 20px;
	}
}
.woocommerce .woocommerce-ordering {
	position: relative;
	background: #f3f3f3;
	padding: 0 10px;
	margin-right: 15px;
	border-radius: 4px;
}
.woocommerce select {
	color: rgba(0, 0, 0, 0.77);
	background: #f3f3f3;
	position: relative;
	display: inline-block;
	height: 30px;
	font-family: 'wonder', sans-serif;
	font-weight: bold;
	font-size: 11.1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 10px 0 10px;
	line-height: 12px;
	border: none;
	cursor: pointer;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background:  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0NDQ0NDQ7fQo8L3N0eWxlPgo8dGl0bGU+YXJyb3dzPC90aXRsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLjQsNC43IDIuNSwzLjIgMy41LDQuNyAiLz4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4KPC9zdmc+Cg==) no-repeat 99% 50%;
}
.woocommerce .woocommerce-ordering select,
.woocommerce select {
	line-height: 12px;
}
.vossen-main-shop-item-link {
	position: relative;
}
.vossen-main-shop-product-content {
	position: relative;
	padding: 0 5px;
}
/* Main Page Product Title */
.vossen-main-shop-title {
	padding-right: 60px;
}
.woocommerce ul.products li.product h3 {
	font-size: 16px;
	line-height: 24px;
	padding: 2px 0;
	margin: 0;
}
/* Main Page Product Price */
.vossen-main-shop-price {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wonderblog-shop ul.products li.product .price,
.woocommerce ul.products li.product .price {
	color: rgba(84,84,84,0.55);
	display: block;
	font-weight: 400;
	margin: 0;
	font-size: 13px;
	font-family: 'Lora', serif;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 400;
}
.wonderblog-shop ul.products li.product .price del {
	font-size: 11px;
	text-align: right;
	opacity: .8;
	line-height: 5px;
	margin-top: 8px;
}
/* Main Page Product Category */
.vossen-main-shop-category {
	padding-right: 60px;
	line-height: 16px;
}
.vossen-main-shop-category a {
	color: rgba(0,0,0,0.4);
	font-size: 10px;
	font-family: "wonder", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Main Page Product Ajax Add to Cart */
.wonderblog-shop a.button.ajax_add_to_cart {
	background: transparent;
}
.vossen-ajax-add-cart-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.vossen-ajax-add-cart-btn a,
.wonderblog-shop ul.products li.product .vossen-ajax-add-cart-btn a{
	opacity: 0;

	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}
.wonderblog-shop ul.products li.product:hover .vossen-ajax-add-cart-btn a,
.vossen-ajax-add-cart-btn a.added {
	opacity: 1;
}
.woocommerce .wonderblog-shop ul.products li.product .button {
	margin: 5px;
	padding: 13px 20px;;
	background: #fff;
	border-radius: 2px;
	font-size: 10px;
	color: #232323;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.woocommerce .wonderblog-shop ul.products li.product .button.loading {
	padding-right: 34px;
}
.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
	font-size: 10px;
	line-height: 12px;
	margin-left: 8px;
	color: #111;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
	top: 13px;
	right: 15px;
	color: #232323;
	font-size: 12px;
	width: 12px;
}
.woocommerce .ajax_add_to_cart.loading:before {
	opacity: 0;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
	opacity: .7;
}
.woocommerce a.added_to_cart {
	display: none;
}

/* On Sale Label */
.woocommerce .wonderblog-shop ul.products li.product .onsale,
.woocommerce span.onsale {
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: 10px;
	right: auto;
	left: 10px;
	margin: 0;
	border-radius: 2px;
	line-height: 13px;
	margin: 0;
	padding: 4px 12px 2px 12px;
	background-color: #EF423C;
	color: #fff;
	font-size: 11.1px;
	font-family: 'wonder';
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	min-height: auto;
	min-width: auto;
	z-index: 1;
}

/* Related Products */
.wonderblog-shop .related {
	margin: 0 -15px;
}
.wonderblog-shop .related h2 {
	padding: 0 15px;
}
.wonderblog-shop .related ul.products li.product {
	width: 25%;
	margin: 0;
	padding: 0 15px;
}
.shop-single-additional-info .related.products {
	padding: 0 15px;
}
.shop-single-additional-info .related.products > h2 {
	text-align: center;
	margin-bottom: 30px;
}

/* Catalog Nav */
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	border-radius: 100px;
	background: transparent;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 3px;
	margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	line-height: 30px;
	padding: 0;
	font-size: 12px;
	color: #9e9e9e;
	background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #555;
	background: #eaeaea;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #111;
	font-size: 11px;
	color: #fff;
}

/********* Single Product Page *********/
.single-product .content-area {
	padding-bottom: 0;
}
.wonderblog-shop .product_title {
	line-height: 1.2;
	margin-bottom: 4px;
}
.wonderblog-shop p,
.woocommerce p {
	color: rgba(0,0,0,.5);
	font-size: 14px;
	line-height: 26px;
}
.woocommerce .quantity .qty {
	width: 86px;
	padding: 10px;
	text-align: center;
	color: #111;
}

.woocommerce .shop-single-slider-container span.onsale {
	margin-left: 118px;
}
.shop-single-slider {
	position: relative;
	width: 82%;
	margin-bottom: 40px;
	float: left;
}
.shop-single-slider-image {
	width: 100%;
	height: auto;
	counter-increment: carousel-cell;
}

.shop-single-thumb-nav {
	float: left;
	width: 18%;
}
.shop-single-thumb {
	position: relative !important;
	display: block;
	width: 90%;
	margin-bottom: 10px;
	opacity: .3;

	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}
@media all and (max-width:992px) {
	.shop-single-thumb-nav {
		display: none;
	}
	.shop-single-slider {
		width: 100%;
	}
	.shop-single-slider img {
		width: 100%;
	}
	.vossen-lightbox a {
		cursor: move;
		cursor: grab;
		cursor: -moz-grab;
		cursor: -webkit-grab;
	}
	.vossen-lightbox a:active {
		cursor: grabbing;
		cursor: -moz-grabbing;
		cursor: -webkit-grabbing;
	}
}
.shop-single-thumb img {
	width: 100%;
}
.shop-single-thumb.is-nav-selected {
	opacity: 1;
}

/* Slider Fade Animation */
@media all and (min-width:992px) {
	.vossen-lightbox .flickity-slider {
		transform: none !important;
	}
	.vossen-lightbox .shop-single-slider-image {
		left: 0 !important;
		visibility: hidden;
	   opacity: 0;
	   transition: opacity .5s, visibility .5s;
	}
	.vossen-lightbox .shop-single-slider-image.is-selected{
		opacity: 1;
		visibility: visible;
	}
}

/* Slider Dots */
.flickity-page-dots {
	bottom: -28px;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 6px;
	opacity: 1;
	background: #a9a9ab;
}
.flickity-page-dots .dot.is-selected {
	background: #d4d4d4;
}

/* Shop Lighbox */
.mfp-title,
.mfp-counter {
	font-size: 14px;
	color: #fff;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.mfp-counter {
	font-size: 11px;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .9;
	background: #000;
}
.mfp-arrow {
	color: #fff;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.mfp-arrow.mfp-arrow-left {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mfp-zoom-in .mfp-with-anim {
	opacity:0;
	-moz-transition:transform 0.3s, opacity .3s;
	-webkit-transition:transform 0.3s, opacity .3s;
	transition:transform 0.3s, opacity .3s;
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8)
}
.mfp-zoom-in.mfp-bg{
	opacity:0;
	-moz-transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	transition:transform 0.3s
}
.mfp-zoom-in.mfp-ready .mfp-with-anim{
	opacity:1;transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg{
	opacity:0.8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim{
	transform:scale(.9);
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	opacity:0}
.mfp-zoom-in.mfp-removing.mfp-bg{
	opacity:0
}
.mfp-zoom-out .mfp-with-anim{
	opacity:0;
	-moz-transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	transition:transform 0.3s;
	transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3)
}
.mfp-zoom-out.mfp-bg {
	opacity:0;
	-moz-transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	transition:transform 0.3s
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity:0.8
}
.mfp-zoom-out.mfp-removing .mfp-with-anim{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);transform:scale(1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}@media (min-width:1100px){.mfp-container{padding-left:26px;padding-right:26px}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{right:-26px}}button.mfp-close,button.mfp-arrow{-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s}.mfp-arrow-right img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.mfp-arrow:before,.mfp-arrow:after{opacity:0}.mfp-close{font-size:22px}
.mfp-close:after {
	content: "\f113";
	font-family: "vs-icons";
	font-size: 12px;
	cursor: pointer
}
.mfp-figure:after {
	box-shadow:0 0 80px rgba(0, 0, 0, 0.9)
}
.mfp-removing .mfp-figure:after {
	opacity:0
}
button.mfp-arrow {
	font-size: 18px;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Shop single info */
.shop-single-info {
	padding-top: 6px;
}
@media all and (min-width:992px) {
	.shop-single-info {
		padding-left: 30px;
	}
}
.shop-single-cat {
	margin-top: 10px;
}
.shop-single-cat a {
	color: rgba(0,0,0,0.4);
	font-size: 10px;
	font-family: "wonder", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
}
.shop-single-price {
	display: block;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Lora', serif;
	margin-bottom: 20px;
}
.shop-single-price ins {
	color: #232323;
}
.woocommerce div.product p.price {
	color: rgba(84,84,84,0.55);
	font-size: 16px;
}

.woocommerce .quantity .qty {
	position: relative;
	padding: 14px 20px 14px 23px;
	border-radius: 2px;
	margin-right: 10px;
	border: 1px solid #eaeaea;
	background: transparent;

	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.035);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.035);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.035);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	position: absolute;
	right: 5px;
	margin: 0;
}


/* Single Details */
.woocommerce-tabs {
	text-align: center;
	margin: 40px 0;
	border-bottom: 1px solid #eee;
}
.shop-single-additional-info .woocommerce-tabs {
	margin: 0 0 40px 0;
}
.woocommerce-tabs > div {
	text-align: left;
}
.woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #eee;
}
.woocommerce-tabs ul.tabs li {
	display: inline-block;
	padding: 0 20px;
}
.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs:before {
	border: none;
	background: transparent;
}
.woocommerce-tabs ul.tabs li:after, .woocommerce-tabs ul.tabs li:before {
	border: none;
	box-shadow: none;
}
.woocommerce-tabs ul.tabs li.active  {
	border-bottom: 2px solid #111;
}
.woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 20px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'wonder';
	letter-spacing: 1px;
	color: #111;
	text-decoration: none;

	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.woocommerce-Tabs-panel {
	padding: 60px 15px;
}

/* Product Meta */
.product_meta {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 26px 0;
}
.product_meta > span {
	display: block;
	line-height: 1.7;
	font-size: 13px;
}
.product_meta a {
	color: rgba(0,0,0,.5);
	font-weight: 400;
}
.shop-single-meta-name {
	display: inline-block;
	min-width: 100px;
	font-weight: bold;
	color: #232323;

	display: inline-block;
	min-width: 100px;
	font-weight: bold;
	font-family: 'wonder';
	color: #232323;
	text-transform: uppercase;
	font-size: 11.1px;
	letter-spacing: .4px;
	margin-left: 10px;
}
.woocommerce div.product .stock {
	font-weight: bold;
	color: #232323;
	margin: 0;
}
.product_meta .tagged_as {
	text-transform: capitalize;
}
.product_meta > span span:last-child {
	margin-left: 3px;
	font-size: 12px;
	letter-spacing: .5px;
}
/* Product Share */
.vs-product-share {
	display: inline-block;
	text-align: center;
	margin: 20px auto;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.vs-product-share i {
	font-size: 13px;
}
.vs-product-share > a {
	padding: 0 5px;
	color: #232323;
}

/* Cart */
.woocommerce-message {
	border: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 10px 0 !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,.5);
	background-color: transparent;
	border: none;
}
.woocommerce-message a,
.woocommerce-info a {
	color: #333;
}
.woocommerce-message:before,
.woocommerce-info:before {
	content: '';
}
.woocommerce th,
.woocommerce td {
	border: none;
}
.woocommerce table.shop_table {
	border-radius: 0px;
	margin-bottom: 50px;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-color: #eaeaea;
}
.woocommerce table.shop_table th,
.woocommerce .cart_totals table.shop_table tbody tr.shipping td {
	padding: 24px 12px;
	font-family: 'wonder', sans-serif;
	font-weight: bold;
	color: #232323;
	text-transform: uppercase;
	font-size: 11.1px;
	letter-spacing: 1px;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
	font-size: 15px;
	color: #333 !important;
	background: transparent;
}
.woocommerce table.shop_table td.product-remove {
	padding: 16px 40px;
	width: 10px;
}
.woocommerce table.shop_table td.product-thumbnail {
	padding: 16px 0;
	width: 130px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
.woocommerce table.shop_table td.product-name a {
	font-weight: 400;
	font-size: 14px;
	color: #444;
}

.woocommerce table.shop_table th.product-subtotal {
	text-align: right;
	padding-right: 30px;
}
.woocommerce table.shop_table td.product-quantity {
	width: 130px;
}
.woocommerce table.shop_table tr.shipping td {
	padding: 16px 30px 16px 10px;
}

/* Cart Coupon */
.woocommerce-page table.cart td.actions {
	padding: 20px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	display: inline-block;
	min-width: 150px;
	font-size: 12px;
	line-height: 30px;
	padding: 7px 36px;
	border-radius: 2px;
	margin-right: 18px;
	border: 1px solid #eaeaea;
	background: transparent;
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.035);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.035);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.035);
}

/* Buttons */
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
	display: inline-block;
	width: auto;
	font-family: 'wonder', sans-serif;
	font-size: 11.1px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	border-radius: 100px;
	margin: 0;
	padding: 17px 36px 17px 36px;
	background: #333;
	color: #fff;

	-webkit-font-smoothing: antialiased;

	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover {
	color: #fff;
}

/* Coupon Btn */
.woocommerce .coupon input.button {
	background: #f0f0f0;
	color: #444;
}
.woocommerce .coupon input.button:hover {
	background: #ececec;
	color: #444;
}

/* Shipping Calculator */
.woocommerce-shipping-calculator p {
	font-size: 12px;
	font-weight: bold;
}

/* Checkout Btn */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	float: right;
}


.woocommerce-cart .cart-collaterals .cart_totals table {
	padding: 10px 20px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}



.woocommerce .cart .button, .woocommerce .cart input.button[name="update_cart"] {
	background: #333;
	color: #fff;
	font-size: 11px;
	margin: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button[disabled] {
	background: #fff;
	border-radius: 100px;
	color: #999;
}

.woocommerce-cart .wc-proceed-to-checkout {
	margin-bottom: 40px;
}
.woocommerce .cart_totals table.shop_table tbody tr td {
	font-family: 'wonder', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	width: 130px;
	color: #444;
	padding: 20px;
}
.woocommerce table.shop_table tbody tr.cart-subtotal td {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.57);
}
.woocommerce table.shop_table tbody tr.order-total td {
	font-size: 16px;
}

/* Empty Cart */
.vs-empty-cart-container {
	text-align: center;
	margin-bottom: 55px;
}
.vs-empty-cart-container .cart-empty {
	margin: 30px 0 50px;
}

/* Checkout */
.woocommerce-checkout .content-area.content-fullwidth {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
	float: none;
}
form.woocommerce-checkout {
	margin-top: 20px
}
.woocommerce .post-share-links > a {
	color: #1c1c1c;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.vs-checkout-login {
	margin: 0 -7px;
}
.vs-checkout-form-title {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px 7px;
}
.vs-form-left,
.form-row-first {
	width: 50% !important;
	float: left;
}
.vs-form-right,
.form-row-last {
	width: 50% !important;
	float: right;
}
.vs-form-left-big {
	width: 70%;
	float: left;
}
.vs-form-right-sm {
	width: 30%;
	float: right;
}
.woocommerce form .form-row {
	padding: 0 7px;
	margin-bottom: 14px !important;
}
.woocommerce form .form-row#billing_country_field label {
	display: none;
}
.select2-drop-active,
.select2-container .select2-choice {
	border: 1px solid #eaeaea;
	border-radius: 2px;
	padding: 10px 15px;
}

input[type=checkbox],
input[type=radio] {
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 100px;
	border-color: #eaeaea;
}
.woocommerce form .form-row .input-checkbox {
	margin: 0 3px 0 0;
}
#order_comments_field label {
	display: none;
}
.woocommerce form .form-row textarea {
	height: 80px;
}
.woocommerce table.shop_table td {
	padding: 16px 30px;
	line-height: 24px;
	font-size: 13px;
	vertical-align: middle;
}
.woocommerce table.shop_table th {
	padding: 20px 20px;
	line-height: 24px;
}
.order-total td {
	text-align: right;
}
#order_review_heading {
	padding: 10px 0;
}
.woocommerce form .form-row label,
.woocommerce .login .lost_password a {
	font-size: 14px;
	color: rgba(0,0,0,.5)
}

/* Login */
.woocommerce form.login,
.woocommerce form.checkout_coupon {
	border-radius: 0px;
	border-color: #eaeaea;
}
.woocommerce .create-account p {
	padding: 0 7px;
}
.woocommerce .login .vs-checkout-login-btn {
	padding: 0px;
}
.woocommerce .login input.button {
	margin-right: 10px;
}
.woocommerce .login .lost_password {
	margin: 0;
}
.woocommerce form.checkout_coupon p {
	margin-top: 14px;
}

/* Error */
.woocommerce-error li {
	padding: 5px 0;
	color: #f7004c;
	font-weight: 300;
}
.woocommerce-error:before {
	content: '';
	display: none;
}

/* Payment */
.woocommerce-cart .amount,
.woocommerce-checkout .amount {
	font-family: 'wonder', sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 130px;
	color: #111;
}
.woocommerce-checkout .order-total .amount {
	font-size: 16px;
}
.woocommerce table.shop_table .order-total th {
	font-size: 14px;
}
.woocommerce table.shop_table th.product-total,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-total,
.cart-subtotal td {
	font-size: 14px;
	text-align: right;
	width: 130px;
	padding-right: 30px;
}
.woocommerce-cart table.shop_table th.product-total .amount,
.woocommerce-cart table.shop_table td.product-subtotal .amount,
.woocommerce-cart table.shop_table .cart-subtotal td .amount {
	font-size: 14px;
	color: #222;
}
.woocommerce-cart table.shop_table .order-total td .amount {
	font-size: 16px;
	color: #222;
}
.woocommerce-checkout .product-total .amount,
.woocommerce-checkout .product-name {
	color: rgba(0,0,0,.5);
}
.woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
	border: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
	font-size: 14px;
	line-height: 26px;
	color: rgba(0,0,0,.5);
}

/* Login */
.woocommerce-account .woocommerce {
	text-align: center;
}
.woocommerce-account .woocommerce form {
	max-width: 420px;
	width: 100%;
	border: none;
	padding: 0;
	margin: 10px auto 60px auto;
}
.woocommerce-account .woocommerce .woocommerce-LostPassword {
	text-align: right;
	padding: 0 7px;
}
.woocommerce-account .woocommerce .woocommerce-LostPassword a {
	font-size: 12px;
	color: #969696;
}
/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	max-width: 240px;
	text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #232323;
	font-size: 11px;
	width: 100%;
	padding: 7px 20px;
	border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	opacity: .5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
	border-top: 1px solid #eaeaea;
	padding-top: 3px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
	font-family: 'FontAwesome';
	font-size: 11px;
	float: right;
	opacity: .3;
}
.woocommerce-MyAccount-navigation-link--dashboard a:after {
	content: "\f0e4";
}
.woocommerce-MyAccount-navigation-link--orders a:after {
	content: "\f07a";
}
.woocommerce-MyAccount-navigation-link--downloads a:after {
	content: "\f019";
}
.woocommerce-MyAccount-navigation-link--edit-address a:after {
	content: "\f015";
}
.woocommerce-MyAccount-navigation-link--edit-account a:after {
	content: "\f007";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:after {
	content: "\f08b";
}

.woocommerce-MyAccount-content {
	text-align: left;
	margin-bottom: 60px;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
	display: inline-block;
	float: none;
	margin-right: 20px;
}
.woocommerce-Address-title {
	background: transparent;
}
.woocommerce-Address-title .edit {
	font-size: 14px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
	max-width: 100%;
	margin: 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm legend {
	display: none;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .button {
	margin: 20px 7px;
}
/*////////////////////////////////////////
// Pages
///////////////////////////////////////*/
.page-container {
	box-shadow: 0 0 80px 0 rgba(0,0,0,.04);
}
.page-template .page-container {
	box-shadow: none;
}
article {
	padding: 0 15px;
}
.page-header {
	margin-bottom: 20px;
}
.page-entry-content img {
	max-width: 100%;
}
.page-entry-content h4 {
	line-height: 24px;
}
.thinwidth-page {
	max-width: 900px;
}

/* Contact Form */
.wpcf7-form {
	margin: 30px 0;
}
.vs-input-left {
	width: 50%;
	float: left;
	padding-right: 8px;
}
.vs-input-right {
	width: 50%;
	float: right;
	padding-left: 8px;
}
.vs-submit {
	text-align: center;
}
.vs-submit img {
	margin-right: -20px;
}
.wpcf7-submit {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/*////////////////////////////////////////
// Color Scheme
///////////////////////////////////////*/
.post-header .post-cat a,
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a
{
	color: #111;
}
.woocommerce-tabs ul.tabs li.active
{
	border-color: #111;
}
.btn,
.post-read-more a.btn,
.wonderblog-shop-bag i span,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.wonderblog-subscribe-form input.btn,
.label,
.wpcf7-submit,
footer .scroll-top i
{
	background: #111;
}

a
{
	color: #bd9f6e;
}
.wonderblog-shop-bag i span,
.featured-post-content .btn
{
	background: #bd9f6e;
}


/* HOVERS */
a:hover,
.nav-search #searchform button:hover:before,
.post-bottom .post-share-links a:hover,
.footer-copyright:hover,
.nav-btn-list li:hover i,
.nav-btn-list a:hover i,
#footer-widgets .widget-social a:hover,
.post-pagination a:hover span
{
	color: #b7955c;
}
.btn:hover,
.post-read-more a.btn:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.wpcf7-submit:hover,
footer .scroll-top:hover i
{
	background: #b7955c;
}









/* IE11 Fixes */
.widget-area .widget-latest-post img {max-width: 100px;-ms-interpolation-mode: bicubic;}.nav-secondary .nav-social {left: auto;right: 0;}










