
/*------------------------------------------------------------------
[Table of contents]

0   RESET
1   HTML DOCUMENT and COMMON ELEMENTS
2   WORDPRESS CORE
    2.1 General Styles    
    2.2 WP Gallery
3   PLUGINS
    3.1 Wyde Scroller
    3.2 Wyde Fade Slider 
    3.3 DropDown Menu
    3.4 Owl Carousel
4   MAIN STYLES
    4.1 Container
    4.2 Content Background
    4.3 Page Overlay
5   HEADER and TOP NAVIGATION
    5.1 Header
    5.2 Header Logo
    5.3 Mobile Menu Icon
    5.4 Fullscreen Menu Icon
    5.5 Top Navigation
    5.6 Centered Menu
    5.7 Extra Menu
6   SIDE NAVIGATION
7   FULL SCREEN NAVIGATION
8   SLIDING BAR
9   LIVE SEARCH
10  CONTENT 
    10.1 Title Area
    10.2 Main Content
11  FOOTER 
    11.1 Footer
    11.2 Back to Top Button
12  LOADER
13  WIDGETS 
14  SINGLE and ARCHIVE
    14.1 Post Navigation
    14.2 Pagination
    14.3 Related Posts
    14.4 Blog Single Post
    14.5 Author Box
    14.6 Comments 
    14.7 Search Page
    14.8 Author Page
    14.9 Portfolio Single Post
15  WOOCOMMERCE
16  MEDIA QUERIES
------------------------------------------------------------------*/

/*==================================================================
0 RESET
/*==================================================================*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure, figcaption {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*==================================================================
1 HTML DOCUMENT AND COMMON ELEMENTS
/*==================================================================*/
html {
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 100%;
	max-width: 100%;
}

body {
	position: relative;
	max-width: 100%;
	width: 100%;
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.no-scroll {
	overflow: hidden;
	touch-action: none;
}

:focus {
	outline: 0;
}

header, footer, article, aside, figure, figcaption, nav, section {
	display: block;
}

a {
	color: #8accff;
}

a:hover {
	color: inherit;
}

section {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	position: relative;
	margin-bottom: 12px;
	line-height: 1.1;
}

h1 {
	font-size: 45px;
	font-weight: 700;
}

h2 {
	font-size: 34px;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	font-weight: 700;
}

h4 {
	font-size: 26px;
	font-weight: 700;
}

h5 {
	font-size: 20px;
	font-weight: 700;
}

h6 {
	font-family: "Lora";
	font-size: 20px;
}

p {
	margin-bottom: 25px;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

strong, b, thead {
	font-weight: bolder;
}

big {
	font-size: larger;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

a {
	cursor: pointer;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a:-webkit-any-link {
	text-decoration: none;
}

a:-moz-any-link {
	text-decoration: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

q, i, cite, em, var, address, dfn {
	font-style: italic;
}

address {
	margin-bottom: 25px;
}

pre {
	display: block;
	clear: both;
	overflow: auto;
	padding: 20px;
	margin: 12px 0;
	white-space: pre;
	background: #f5f5f5;
	border-left: 2px solid #8accff;
}

abbr[title] {
	border-bottom: 1px dotted;
}

ol, ul {
	margin: 0 0 30px 20px;
	padding: 0;
}

ol, ul, li {
	list-style: none;
}

ul > li {
	list-style: disc;
	list-style-position: outside;
}

ol > li {
	list-style: decimal;
	list-style-position: outside;
}

ul > li > ul, ol > li > ol {
	margin: 5px 0px 5px 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

table {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 2px;
	margin-bottom: 30px;
}

table td {
	padding: 5px 10px;
}

table th {
	background: #f5f5f5;
	color: #545454;
	text-shadow: 1px 1px 0px #fff;
	text-align: left;
	padding: 5px 10px;
}

table tr.even {
	background: #f5f5f5;
}

caption {
	z-index: 1;
	width: 100%;
	text-align: center;
}

blockquote {
	position: relative;
	padding: 30px 0 30px 40px;
	margin-bottom: 25px;
	display: block;
	font-size: 20px;
	color: #333;
	min-height: 80px;
}

blockquote:before {
	position: absolute;
	font-size: 40px;
	line-height: 40px;
	opacity: .4;
	left: 0;
	top: 30px;
	font-family: "overlap";
	content: "";
	color: #8accff;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

blockquote cite {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 15px 0 0 30px;
}

blockquote cite:before {
	content: "";
	width: 20px;
	height: 1px;
	background: #8accff;
	display: block;
	left: 0;
	top: 27px;
	position: absolute;
}

.w-text-light blockquote {
	color: #fff;
}

blockquote p {
	margin-bottom: 0;
}

tt, code, kbd, samp {
	font-family: monospace;
}

*:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

::-moz-placeholder {
	color: rgba(0, 0, 0, .5);
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5);
}

input:-moz-placeholder {
	color: rgba(0, 0, 0, .5);
}

.w-text-light ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .3);
}

.w-text-light ::-moz-placeholder {
	color: rgba(255, 255, 255, .3);
}

.w-text-light :-ms-input-placeholder {
	color: rgba(255, 255, 255, .3);
}

.w-text-light input:-moz-placeholder {
	color: rgba(255, 255, 255, .3);
}

input, textarea {
	letter-spacing: 1px;
	font-family: inherit;
	letter-spacing: 1px;
	background: none;
	border: 2px solid #e2e2e2;
	background: #fff;
	color: #333;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color linear .4s, background linear .4s, border-color linear .4s, box-shadow linear .4s;
	transition: color linear .4s, background linear .4s, border-color linear .4s, box-shadow linear .4s;
}

textarea {
	resize: vertical;
}

input[type="range"] {
	border: none;
	padding: 5px 0;
	margin: 0;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type=text]::-ms-clear {
	display: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], textarea {
	width: 100%;
	height: 40px;
	line-height: 18px;
	padding: 8px 6px;
}

input[type="number"] {
	padding: 5px 0;
}

textarea {
	height: auto;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.w-text-light input[type="text"], .w-text-light input[type="password"], .w-text-light input[type="email"], .w-text-light input[type="tel"], .w-text-light input[type="url"], .w-text-light input[type="number"], .w-text-light input[type="date"], .w-text-light input[type="search"], .w-text-light input[type="file"], .w-text-light textarea {
	border-color: rgba(255, 255, 255, .25);
	color: #fff;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="search"]:hover, textarea:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus, .w-text-light input[type="file"]:hover, textarea:focus {
	border-color: #bbb;
}

input[type=submit] {
	-webkit-appearance: none;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	height: 40px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	border: 2px solid #8accff;
	padding: 8px 20px;
	margin: 0;
	background-color: #8accff;
	text-transform: uppercase;
	-webkit-transition: color linear .4s, background linear .4s, border-color linear .4s, box-shadow linear .4s;
	transition: color linear .4s, background linear .4s, border-color linear .4s, box-shadow linear .4s;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #8accff;
	background-color: transparent;
}

input[type="date"] {
	padding: 8px 2px;
}

input[type="reset"] {
	border-color: #a5a5a5;
	background-color: #a5a5a5;
	text-transform: uppercase;
}

input[type="reset"]:hover {
	color: #a5a5a5;
	border: 2px solid #a5a5a5;
	background-color: transparent;
}

input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 12px;
	margin: 0px;
	margin-right: 10px;
	cursor: pointer;
	border: 2px solid #dcdcdc;
	position: relative;
	text-align: center;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.w-text-light input[type="checkbox"], .w-text-light input[type="radio"] {
	border: 2px solid rgba(255, 255, 255, .48);
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
	border: 2px solid #777;
}

.w-text-light input[type="checkbox"]:hover, .w-text-light input[type="radio"]:hover {
	border-color: #fff;
}

input[type="checkbox"]:disabled, input[type="radio"]:disabled, input[type="checkbox"]:disabled:hover, input[type="radio"]:disabled:hover {
	border: 2px solid #e1e1e1;
	background: #e4e4e4;
	cursor: default;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
	background: #8accff;
	border-color: #8accff;
}

input[type="checkbox"] {
	border-radius: 1px;
	line-height: 15px;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="checkbox"]:checked::after {
	font-family: "overlap";
	content: "";
	font-size: 13px;
	color: #fff;
	margin-left: 2px;
}

input[type="radio"]:checked::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

input[type="radio"]:disabled::after {
	background: #eee;
}

.dropdown-select {
	position: relative;
	display: inline-block;
	line-height: 30px;
}

select {
	background: rgba(255, 255, 255, .5) url("https://mascionihotelcollection.com/nitropack_static/dfOUVrNHsxZQHxBIQuOCQFqmuJKcXAJp/assets/images/optimized/rev-1936de6/mascionihotelcollection.com/wp-content/themes/overlap/css/images/arrow-down.png") no-repeat 95%;
	max-width: 100%;
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.5;
	text-indent: .01px;
	cursor: pointer;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select.nitro-lazy {
	background: none !important;
}

.w-text-light select {
	color: #fff;
	background: rgba(255, 255, 255, .2);
}

.dropdown-select:after {
	content: "";
	font-family: "overlap";
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		padding-right: 18px;
	}
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.scrolling, .scrolling * {
	pointer-events: none !important;
}

.touch-hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

/*==================================================================
2 WORDPRESS CORE
/*==================================================================*/

/*------------------------------------------------------------------
2.1 General Styles
*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	clear: both;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	max-width: 100%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	clear: both;
}

.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;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Override theme styles that may conflict with controls. */
.mejs-container {
	clear: both;
}

.mejs-container .mejs-inner, .mejs-container .mejs-layers {
	height: 100%;
}

.wp-default-video.w-hide-controls .mejs-controls {
	display: none !important;
}

/*------------------------------------------------------------------
2.2 WP Gallery 
*/
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-item .gallery-icon {
	display: inline-block;
}

.gallery-item .gallery-icon a {
	display: block;
}

.gallery-item img {
	padding: 2px;
	border: 1px solid #e1e1e1 !important;
}

.gallery-caption {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

/* Jetpack stats */
#wpstats {
	position: absolute;
	height: 0;
}

/*==================================================================
3 PLUGINS
/*==================================================================*/

/*------------------------------------------------------------------
3.1 Wyde Scroller 
*/
.w-scroller {
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	max-height: inherit;
	position: relative;
}

.w-scroll-area {
	box-sizing: border-box;
	height: inherit;
	max-height: inherit;
	overflow-y: scroll;
	position: relative;
}

.w-scroll-area::-webkit-scrollbar {
	width: 0px;
}

@-moz-document url-prefix() {
	.w-scroll-area {
		scrollbar-width: none;
	}
}

/* For IE10 and IE11 */
@media all and (-ms-high-contrast:none) {
	.w-scroll-area {
		width: calc(100% + 17px);
	}
}

/* For MS Edge Browser */
@supports (-ms-ime-align:auto) {
	.w-scroll-area {
		width: calc(100% + 17px);
	}
}

.w-scroller .w-content-inner {
	position: relative;
	width: 100%;
}

.w-scrollbar {
	border-radius: 8px;
	bottom: 3px;
	display: none;
	line-height: 0;
	opacity: 0;
	position: absolute;
	right: -2px;
	transition: opacity .3s ease-in-out;
	top: 3px;
	width: 4px;
}

.w-scroller.active .w-scrollbar {
	display: block;
}

.w-scroller:hover .w-scrollbar {
	opacity: 1;
}

.w-scrollbar .w-bar {
	background: rgba(0, 0, 0, .4);
	border-radius: 4px;
	position: absolute;
	top: 0;
	width: 100%;
}

.w-text-light .w-scrollbar .w-bar {
	background: rgba(255, 255, 255, .25);
}

/*------------------------------------------------------------------
3.2 Wyde Fade Slider 
*/
.w-fadeslider {
	position: relative;
	height: 100%;
}

.w-fadeslider .slide {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.w-fadeslider .slide.active {
	opacity: 1;
	position: relative;
}

.w-fadeslider .fadeIn {
	z-index: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.w-fadeslider .fadeOut {
	z-index: 1;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.w-gallery-icon {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
	display: inline-block;
	background: #fff;
	font-size: 11px;
	padding: 0 5px;
	text-align: center;
	border-radius: 2px;
	min-width: 20px;
}

.w-gallery-icon:after {
	content: "";
	position: absolute;
	right: -4px;
	bottom: -4px;
	left: 4px;
	top: 4px;
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	border-radius: 2px;
}

/*------------------------------------------------------------------
3.3 Dropdown Menu
*/
.dropdown-nav, .dropdown-nav ul {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.dropdown-nav > ul > li, .dropdown-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.dropdown-nav:after, .dropdown-nav > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.dropdown-nav > ul > li {
	display: inline-block;
	text-align: left;
	height: 100%;
}

.dropdown-nav > ul > li > a {
	display: block;
	position: relative;
	padding: 0 25px;
	line-height: 30px;
	height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 13px;
}

.dropdown-nav a > i {
	margin-right: 5px;
}

.dropdown-nav > ul > li.menu-item-cart > a, .dropdown-nav > ul > li.menu-item-search > a, .dropdown-nav > ul > li.menu-item-slidingbar > a {
	padding: 0 15px;
}

.dropdown-nav > ul > li.menu-item-has-children > a {
	padding-right: 30px;
}

.dropdown-nav > ul > li.menu-item-has-children > a:after {
	font-family: "overlap";
	display: inline-block;
	position: absolute;
	content: "";
	width: 10px;
	right: 6px;
	text-align: center;
	font-size: 11px;
}

.dropdown-nav ul ul {
	position: absolute;
	padding: 5px 0 10px;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	border-top: 5px solid #8accff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
	-webkit-transition: opacity .2s, -webkit-transform .3s;
	transition: opacity .2s, transform .3s;
}

.dropdown-nav ul ul ul {
	-ms-transform: translateY(10px);
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.dropdown-nav > ul > li:hover > ul, .dropdown-nav ul ul > li:hover > ul {
	overflow: visible;
	opacity: 1;
	visibility: visible;
	max-height: 2000px;
	-ms-transform: translateY(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dropdown-nav ul ul > li > ul {
	left: 100%;
	top: 0;
}

.dropdown-nav > ul > li.align-right ul {
	left: auto;
	right: 0;
}

.dropdown-nav ul ul li.align-right ul {
	left: auto;
	right: 100%;
}

.dropdown-nav ul ul li > a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 13px;
	min-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.dropdown-nav .megamenu ul ul li > a, .dropdown-nav .megamenu ul > li > a {
	padding: 10px 0px;
}

.dropdown-nav > ul > li > a:after {
	position: absolute;
	display: block;
}

.dropdown-nav ul ul li.menu-item-has-children > a:after {
	font-family: "overlap";
	display: inline-block;
	position: absolute;
	content: "";
	width: 10px;
	right: 10px;
	text-align: center;
}

.dropdown-nav ul ul li.align-right > a:after, .dropdown-nav ul ul li.align-right li.menu-item-has-children > a:after {
	content: "";
}

.dropdown-nav .current-menu-ancestor > a, .dropdown-nav .current-menu-item > a {
	color: #8accff;
}

.dropdown-nav ul li.megamenu {
	position: static;
}

.dropdown-nav ul > li.megamenu > ul {
	padding: 10px;
	left: 0;
	right: 0;
	visibility: hidden;
}

.dropdown-nav ul > li.megamenu:hover > ul {
	visibility: visible;
}

.dropdown-nav ul > li.megamenu > ul > li {
	float: left;
}

.dropdown-nav ul > li.megamenu.grid-2-cols > ul > li {
	width: 50%;
}

.dropdown-nav ul > li.megamenu.grid-3-cols > ul > li {
	width: 33.33333333%;
}

.dropdown-nav ul > li.megamenu.grid-4-cols > ul > li {
	width: 25%;
}

.dropdown-nav ul > li.megamenu ul ul {
	position: relative;
	left: 0;
	opacity: 1;
	visibility: visible;
	margin: 0 9px;
	padding: 0px;
	border-top: none;
	box-shadow: none;
	max-height: none;
	max-width: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

.dropdown-nav ul li.megamenu > ul > li > a {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin: 0 10px 10px;
	color: #000;
}

.dropdown-nav ul li.megamenu ul li a:after {
	display: none;
}

.dropdown-nav > ul > li > a .ol-search {
	font-size: 16px;
}

/*------------------------------------------------------------------
3.4 Owl Carousel
*/

/** Core Owl Carousel **/
.owl-carousel {
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	width: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.owl-carousel.with-pagination {
	margin-bottom: 65px;
}

.owl-carousel .owl-stage {
	position: relative;
	height: 100%;
	touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	height: 100%;
	overflow: hidden;
	-ms-transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	opacity: 1;
}

.owl-carousel.owl-loading, .owl-carousel.owl-hidden, .owl-carousel .owl-refresh .owl-item {
	opacity: 0;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-controls {
	text-align: center;
	display: block;
}

.owl-nav {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 0;
	width: auto;
}

.owl-nav > button {
	position: absolute;
	z-index: 99;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	color: #000;
	font-size: 20px;
	background: rgba(255, 255, 255, .8);
	border: none;
	padding: 0;
	margin: 0;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.owl-nav > button:hover {
	opacity: 1;
}

.owl-nav > button.disabled {
	display: inline-block !important;
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-next {
	left: 41px;
}

.owl-nav .owl-prev:before {
	font-family: "overlap";
	content: "";
}

.owl-nav .owl-next:before {
	font-family: "overlap";
	content: "";
}

.owl-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
	transform: translateY(100%);
}

.owl-nav.disabled, .owl-nav > button.disabled, .owl-dots.disabled {
	display: none;
}

.owl-dot {
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.owl-dot span {
	width: 10px;
	height: 10px;
	margin: 6px;
	display: block;
	background: none;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	background: rgba(0, 0, 0, .7);
	border: none;
}

.owl-dot.active span {
	background: none;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .7);
	-webkit-transition: box-shadow .3s, background .3s;
	transition: box-shadow .3s, background .3s;
}

.owl-dot span:before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
	transition: background-color .3s ease, transform .3s ease;
}

.owl-dot.active span:before {
	background: rgba(0, 0, 0, .7);
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

/** Lazy Load **/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/** Animated Plugin **/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-animated-in {
	z-index: 0;
}

.owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

/** Auto Height Plugin **/
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item.fadeIn img, .owl-carousel .owl-item.fadeOut img {
	-webkit-transform-style: initial;
	transform-style: initial;
}

/*------------------------------------------------------------------
3.6 Gravity Form
*/
#content div.gform_wrapper input[type=checkbox], #content div.gform_wrapper input[type=radio] {
	width: 20px !important;
}

/*==================================================================
4 MAIN STYLES
/*==================================================================*/

/*------------------------------------------------------------------
4.1 Container
*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

/** Clear Fix **/
.clear {
	clear: both;
	float: none;
}

.container:after, .clear:after, .row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*------------------------------------------------------------------
4.2 Content Background 
*/
.page-background, .title-background, .section-background {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.bg-image {
	-webkit-background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .8;
	background: #211f1e;
}

.w-bg-size-cover {
	-webkit-background-size: 100%;
	background-size: cover;
}

.w-bg-size-contain {
	background-size: contain;
}

.w-style-fixed {
	-webkit-background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
}

.w-style-repeat {
	background-size: contain;
	background-repeat: repeat;
}

.w-style-no-repeat {
	background-size: contain;
	background-repeat: no-repeat;
}

.w-custom-color * {
	color: inherit;
}

/*------------------------------------------------------------------
4.3 Page Overlay 
*/
#page-overlay {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s, -webkit-transform .5s;
	transition: all .3s, transform .5s;
}

.mobile-nav.side-nav-active #page-overlay, .sliding-active #page-overlay {
	opacity: .3;
	z-index: 888;
}

.fullscreen-remove-button {
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 50px;
	width: 30px;
	height: 30px;
	line-height: 1.5;
	margin-top: -15px;
	font-size: 20px;
	text-align: center;
	color: inherit;
	opacity: .5;
}

.sticky-nav .fullscreen-remove-button {
	top: 40px;
}

.fullscreen-remove-button:hover {
	opacity: 1;
}

/*==================================================================
5 HEADER and TOP NAVIGATION
/*==================================================================*/

/*------------------------------------------------------------------
5.1 Header
*/
#header {
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: height .3s, transform .5s, color .2s ease, opacity .3s;
	transition: height .3s, transform .5s, color .2s ease, opacity .3s;
}

#header.inactive {
	opacity: 0;
}

.no-header #header {
	display: none;
}

body:not(.no-title) #header.w-transparent.w-text-dark {
	border-color: rgba(0, 0, 0, .05);
}

.side-nav-active #header, #header.w-sticky {
	position: fixed;
	opacity: 1;
}

#header.w-scrolled {
	opacity: 0;
}

#header.active.w-fixed {
	opacity: 1;
}

body:not(.full-nav-active):not(.no-title) #header.w-transparent:not(.w-fixed) {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

#header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

#header.w-dark:before {
	background: #222;
}

#header.w-transparent:before {
	opacity: 0;
}

.fullscreen-nav.full-nav-active #header.w-fixed, #header.w-transparent:before {
	box-shadow: none;
}

#header.w-fixed:before {
	opacity: .9;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .05);
}

.fullscreen-nav.full-nav-active #header:before {
	opacity: 0;
}

#header.w-full .container {
	max-width: none;
}

#header .container {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	height: 85px;
	-webkit-transition: height .3s;
	transition: height .3s;
}

#header.w-scrolled .container, #header.w-fixed .container {
	height: 65px;
}

/*------------------------------------------------------------------
5.2 Header Logo 
*/
#header-logo {
	position: relative;
	z-index: 5;
	display: block;
	float: left;
	text-align: center;
	height: 100%;
}

#header-logo a {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

#header-logo img {
	position: absolute;
	display: block;
	max-width: none;
	min-height: 25px;
	max-height: 55%;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#header-logo .dark-sticky, #header-logo .light-logo, #header-logo .light-sticky, #header.w-dark:not(.w-text-dark) #header-logo .dark-logo, #header.w-text-light #header-logo .dark-logo, #header.w-fixed #header-logo .dark-logo, #header.w-dark.w-fixed #header-logo .dark-sticky {
	opacity: 0;
}

#header.w-dark:not(.w-text-dark):not(.w-fixed) #header-logo .light-logo, #header.w-text-light:not(.w-fixed) #header-logo .light-logo, #header.w-fixed #header-logo .dark-sticky, #header.w-dark.w-fixed #header-logo .light-sticky, .fullscreen-nav.full-nav-active #header:not(.w-fixed) #header-logo .light-logo, .fullscreen-nav.full-nav-active #header.w-fixed #header-logo .light-sticky {
	opacity: 1;
}

/*------------------------------------------------------------------
5.3 Mobile Menu Icon 
*/
.mobile-nav-icon {
	position: absolute;
	z-index: 99;
	display: none;
	cursor: pointer;
	float: right;
	top: 50%;
	left: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: -12px 0 0 0;
	font-size: 30px;
	color: inherit;
}

.menu-icon {
	position: absolute;
	top: 11px;
	display: block;
	height: 3px;
	width: 100%;
	background: #aaa;
	-webkit-transition: background 0s .2s;
	transition: background 0s .2s;
}

.full-nav-icon > .menu-icon {
	-webkit-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

.menu-icon:before, .menu-icon:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background: #aaa;
	-webkit-transition-duration: .2s, .2s, .2s;
	transition-duration: .2s, .2s, .2s;
	-webkit-transition-delay: .2s, 0s, 0s;
	transition-delay: .2s, 0s, 0s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.menu-icon:before {
	top: -9px;
	-webkit-transition-property: top, -webkit-transform, background;
	transition-property: top, transform, background;
}

.menu-icon:after {
	bottom: -9px;
	-webkit-transition-property: bottom, -webkit-transform, background;
	transition-property: bottom, transform, background;
}

span:hover > .menu-icon, span:hover > .menu-icon:before, span:hover > .menu-icon:after {
	background: #8accff;
	box-shadow: none;
}

.full-nav-active span > .menu-icon:before, .side-nav-active span > .menu-icon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.full-nav-active span > .menu-icon:after, .side-nav-active span > .menu-icon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.full-nav-active span > .menu-icon:before, .side-nav-active span > .menu-icon:before, .full-nav-active span > .menu-icon:after, .side-nav-active span > .menu-icon:after {
	-webkit-transition-delay: 0s, .3s, 0s;
	transition-delay: 0s, .3s, 0s;
}

.w-text-light:not(.w-fixed) .menu-icon, .w-text-light:not(.w-fixed) .menu-icon:before, .w-text-light:not(.w-fixed) .menu-icon:after, .w-dark .menu-icon, .w-dark .menu-icon:before, .w-dark .menu-icon:after, .full-nav-active .full-nav-icon > .menu-icon:before, .full-nav-active .full-nav-icon > .menu-icon:after {
	background: #fff;
}

.w-text-dark:not(.w-fixed) .menu-icon, .w-text-dark:not(.w-fixed) .menu-icon:before, .w-text-dark:not(.w-fixed) .menu-icon:after, .w-light .menu-icon, .w-light .menu-icon:before, .w-light .menu-icon:after {
	background: #777;
}

.full-nav-active span > .menu-icon, .full-nav-active span:hover > .menu-icon, .side-nav-active span > .menu-icon, .side-nav-active span:hover > .menu-icon {
	background: none !important;
	box-shadow: none !important;
}

/*------------------------------------------------------------------
5.4 Fullscreen Menu Icon 
*/
.full-nav-button {
	position: fixed;
	top: 0;
	right: 0;
	height: 85px;
	-webkit-transition: height .3s;
	transition: height .3s;
}

#header.w-scrolled .full-nav-button, #header.w-fixed .full-nav-button {
	height: 65px;
}

.full-nav-icon {
	position: absolute;
	z-index: 10;
	display: block;
	cursor: pointer;
	float: right;
	top: 50%;
	right: 30px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: -12px 0 0 0;
	font-size: 30px;
}

/*------------------------------------------------------------------
5.5 Top Navigation
*/
#top-nav {
	display: block;
	background: transparent;
	list-style: none;
	height: 100%;
	position: relative;
}

#top-nav .top-menu {
	position: absolute;
	display: block;
	height: auto;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: -15px;
	text-align: right;
}

.fullscreen-nav.full-nav-active #top-nav {
	opacity: 0;
}

/* Menu colors */
.w-text-dark .dropdown-nav a {
	color: #999;
}

.w-text-light .dropdown-nav a {
	color: #aaa;
}

.w-transparent.w-text-dark:not(.w-fixed) .dropdown-nav > ul > li > a, .w-light .dropdown-nav ul li.megamenu > ul > li > a {
	color: #545454;
}

.w-transparent.w-text-light:not(.w-fixed) .dropdown-nav > ul > li > a, .w-dark .dropdown-nav ul li.megamenu > ul > li > a {
	color: #fff;
}

.w-light .dropdown-nav li ul {
	background: #fff;
}

.w-dark .dropdown-nav li ul {
	background: #262626;
}

.w-dark .dropdown-nav li ul li {
	color: #9d9d9d;
}

.dropdown-nav li:hover > a, .dropdown-nav li.current-menu-ancestor > a, .dropdown-nav li.current-menu-item > a {
	color: #8accff;
}

.w-dark .dropdown-nav ul li.megamenu > ul > li > a {
	border-bottom-color: #7b7b7b;
}

/*------------------------------------------------------------------
5.6 Centered Navigation 
*/
.center-nav #top-nav .top-menu {
	text-align: center;
	padding-right: 160px;
	padding-left: 160px;
}

.center-nav .top-menu > li > a {
	font-size: 12px;
	padding: 0 20px;
}

.center-nav .top-menu li.megamenu > ul > li > a {
	font-size: 12px;
}

/*------------------------------------------------------------------
5.7 Extra Menu 
*/
#top-nav .ex-menu {
	float: right;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	bottom: 0;
	height: auto;
	text-align: right;
	margin-top: -15px;
	margin-right: -15px;
}

/* Cart Icon */
.menu-item-cart > a:before {
	content: "";
	font-family: overlap;
	font-size: 16px;
}

.cart-items {
	display: block;
	position: relative;
	z-index: 99;
	background: #3ab54a;
	margin: 0;
	padding: 0px 6px;
	line-height: 20px;
	min-width: 20px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	border-radius: 50%;
	float: right;
}

.cart-items.empty {
	display: none;
}

.header-top .cart-items {
	top: -5px;
	left: 10px;
	right: auto;
	bottom: auto;
}

.menu-item-cart .menu-cart > li {
	white-space: nowrap;
}

.mobile-nav .menu-item-cart .menu-cart {
	display: none;
}

.menu-item-cart .menu-cart .menu-item-mini-cart {
	padding: 10px 20px;
	border-bottom: 1px solid #e0e0e0;
}

#header.w-dark .menu-item-cart .menu-cart .menu-item-mini-cart {
	border-bottom-color: #555;
}

.menu-cart .shopping-cart-content {
	margin-bottom: 10px;
}

.menu-cart .shopping-cart-content .mini-cart-list {
	margin: 0;
	padding: 0 0 2px 0;
	position: relative;
	opacity: 1;
	visibility: visible;
	max-height: none;
	border-top: none;
	box-shadow: none;
}

.menu-cart .shopping-cart-content .mini-cart-list > li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	line-height: 0;
}

#header.w-dark .menu-cart .shopping-cart-content .mini-cart-list > li {
	border-bottom-color: #555;
}

.menu-cart .shopping-cart-content .mini-cart-list .empty {
	text-align: center;
	margin-bottom: 0;
	border-bottom: none;
	line-height: 1.5;
}

.menu-cart .shopping-cart-content .mini-cart-list > li > a {
	min-width: 0;
	min-height: 40px;
	padding: 0;
}

.menu-cart .shopping-cart-content .mini-cart-list > li > a span {
	display: block;
	line-height: 20px;
	height: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-cart .shopping-cart-content .mini-cart-list > li .remove {
	float: right;
	min-width: 0;
	width: 20px;
	height: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

.menu-cart .shopping-cart-content .mini-cart-list > li .remove:hover {
	color: red !important;
}

.menu-cart .shopping-cart-content .mini-cart-list > li a img {
	width: 60px;
	padding: 1px;
	border: 2px solid #e0e0e0;
	margin: 0 10px 0 0;
	height: auto;
	float: left;
}

.menu-cart .shopping-cart-content .mini-cart-list > li > .quantity {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 12px;
}

.menu-cart .subtotal {
	margin-bottom: 20px;
}

.menu-cart .subtotal .amount {
	float: right;
	font-weight: bold;
}

.menu-cart .buttons {
	text-align: center;
}

.menu-cart .buttons .wc-viewcart {
	margin-right: 2px;
}

.menu-cart .buttons .wc-checkout {
	margin-left: 2px;
}

.menu-item-cart .menu-cart .menu-item-account {
	min-width: 250px;
}

.menu-item-cart .menu-cart div a {
	display: inline-block;
	padding: 10px 20px;
}

.menu-item-cart .menu-cart .menu-item-login {
	text-align: center;
}

.menu-item-cart .menu-cart .menu-item-logout {
	float: right;
}

/* Search Icon */
.ex-menu > li:last-child > a {
	padding-right: 0;
}

/* Contact Info */
.contact-info {
	margin: 0;
	padding: 0;
}

.contact-info li {
	list-style: none;
	margin: 0;
	padding: 5px;
	font-size: 13px;
}

.contact-info li i {
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}

.contact-info li p {
	margin-bottom: 0;
}

/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0 0 30px 0;
}

.social-icons > li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-icons > li a {
	font-size: 20px;
	padding: 5px 10px;
	color: inherit;
}

.text-left .social-icons > li:first-child a {
	padding-left: 0;
}

.text-right .social-icons > li:last-child a {
	padding-right: 0;
}

/*==================================================================
6 SIDE NAVIGATION
/*==================================================================*/
#side-nav {
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #777;
	background: #fff;
	overflow: hidden;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateX(-100%);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

#side-nav.w-text-light {
	color: #fff;
}

.right-nav #side-nav {
	left: auto;
	right: 0;
}

.admin-bar #side-nav {
	top: 32px;
}

.side-nav-wrapper {
	position: relative;
	display: block;
	padding: 0 20px;
	height: 100%;
}

.mobile-nav.side-nav-active #side-nav {
	-ms-transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/** Vertical Navigation **/
#vertical-nav, #vertical-nav * {
	-webkit-user-select: none;
	user-select: none;
}

#vertical-nav {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.vertical-menu {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	transition: all .3s ease-in;
	width: 100%;
}

.vertical-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.vertical-menu li {
	font-weight: 700;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	position: relative;
}

.vertical-menu li a {
	color: inherit;
	display: block;
	outline: none;
}

.vertical-menu > li > a {
	text-transform: uppercase;
}

.vertical-menu ul {
	display: none;
	transition: opacity .3s ease-in .3s;
}

.vertical-menu > li > ul {
	margin-bottom: 15px;
}

.vertical-menu ul ul {
	padding-left: 15px;
}

.vertical-menu li.menu-item-has-children.menu-open > ul {
	opacity: 1;
}

.vertical-menu li.menu-item-has-children > a > i {
	display: inline-block;
	margin-right: 10px;
}

.vertical-menu li .sub-menu-button {
	display: none;
}

.vertical-menu li.menu-item-has-children > .sub-menu-button {
	background: none;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -5px;
	transition: color .2s linear;
	width: 25px;
	z-index: 10;
}

.vertical-menu li.menu-item-has-children > .sub-menu-button i {
	font-weight: 800;
}

.vertical-menu li.menu-item-has-children.menu-open > .sub-menu-button i::before {
	content: "";
}

.vertical-menu li ul li {
	line-height: 20px;
	font-size: 14px;
}

.vertical-menu li ul li:last-child {
	margin-bottom: 0;
}

.vertical-menu li ul li a {
	font-weight: 400;
}

/** Side Menu **/
#side-menu {
	margin: 0;
	padding: 0 0 30px 0;
}

#side-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#side-menu li a {
	display: block;
	padding: 10px 0;
	color: inherit;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 16px;
}

#side-menu li:hover a {
	color: #8accff;
}

#side-menu li a i {
	margin-right: 10px;
}

/** Side Nav Contact Info **/
.contact-info {
	padding: 0 0 30px 0;
}

.contact-info li {
	padding: 5px 0px 5px 20px;
}

/** Side Nav Social Icons **/
#side-nav .social-icons {
	text-align: left;
}

#side-nav .social-icons > li a {
	padding: 5px 20px 5px 0px;
}

/*==================================================================
7 FULL SCREEN NAVIGATION
/*==================================================================*/
#fullscreen-nav {
	display: none;
}

/*==================================================================
8 SLIDING BAR
/*==================================================================*/
#slidingbar {
	position: fixed;
	z-index: 9999;
	width: 300px;
	top: 0;
	right: 0;
	bottom: 0;
	color: #777;
	background: #fff;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .3s ease-in .2s;
	transition: all .3s ease-in .2s;
}

.admin-bar #slidingbar {
	top: 32px;
}

#slidingbar.w-dark {
	background: #222;
	color: #fff;
}

.sliding-active #slidingbar {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.slidingbar-wrapper {
	height: 100%;
	padding: 10%;
}

.menu-item-slidingbar .sliding-icon {
	font-style: normal;
	font-size: 16px;
}

.menu-item-slidingbar .sliding-icon:before {
	content: "";
	font-family: "overlap";
}

.sliding-remove-button {
	position: absolute;
	z-index: 999;
	right: 30px;
	top: 35px;
	font-size: 11px;
	color: #777;
	border: 1px solid #777;
	padding: 2px 6px;
}

.sliding-remove-button:hover {
	border-color: #8accff;
}

.sticky-nav .sliding-remove-button {
	top: 20px;
}

#slidingbar .widget h3 {
	color: inherit;
}

.sliding-active #header, .sliding-active #content, .sliding-active #footer, .sliding-active #page-overlay {
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transition: all .3s ease-in .1s;
	transition: all .3s ease-in .1s;
}

/*==================================================================
9 LIVE SEARCH
/*==================================================================*/
#live-search {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#live-search ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
}

#live-search ::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
}

#live-search :-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
}

#live-search input:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
}

#live-search:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #8accff;
	opacity: .95;
}

#live-search.w-dark:before {
	background: #211f1e;
}

.admin-bar #live-search {
	top: 32px;
}

#live-search.active {
	opacity: 1;
}

#live-search .fullscreen-remove-button {
	top: 50%;
	right: 0;
}

#live-search-form {
	margin: 20px 0 30px;
	padding: 10px 0;
	opacity: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	-ms-transform: translateY(-50px);
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#live-search.active #live-search-form {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#live-search-form input {
	border: none;
	height: 30px;
	line-height: 1.5;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: none;
	color: inherit;
}

#live-search-form input:focus {
	box-shadow: none;
}

.autocomplete .search-list {
	position: relative;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.autocomplete .search-list > li {
	padding: 10px 0;
	margin: 0;
	min-height: 20px;
	display: block;
	float: none;
	list-style: none;
}

.autocomplete .search-list ul > li > a {
	color: inherit;
	display: block;
	padding: 10px 15px;
}

.autocomplete .search-list li h4 {
	line-height: 20px;
	padding: 5px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(255, 255, 255, .5);
	color: #545454;
	text-transform: uppercase;
}

.w-dark .autocomplete .search-list li h4 {
	color: #cacaca;
}

.autocomplete a > span {
	display: block;
	line-height: 20px;
	white-space: nowrap;
}

.autocomplete .search-list ul {
	padding: 0;
	margin: 0;
}

.autocomplete .search-list ul > li > a > .thumb {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	float: left;
}

.autocomplete .search-list ul > li > a strong {
	display: block;
	padding-right: 5px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.autocomplete .search-list ul > li > a .post-meta {
	padding: 0;
	margin: 0;
	color: #ccc;
}

.autocomplete .search-list ul > li:hover > a .post-meta {
	color: #fff;
}

.autocomplete .search-list ul > li:hover > a .post-meta > span:not(:last-child):after {
	background: #fff;
}

.autocomplete .search-list ul > li:hover > a {
	background: rgba(255, 255, 255, .4);
}

.autocomplete .search-list ul > li:hover > a .post-meta * {
	color: #fff;
}

.autocomplete .post-meta > span {
	display: inline-block;
	margin-right: 8px;
	text-transform: capitalize;
}

#live-search .search-more {
	position: relative;
	z-index: 999;
}

#live-search .search-loading, #live-search .search-more a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid rgba(255, 255, 255, .4);
	color: #eee;
}

#live-search .search-more a:hover, #live-search .search-more.selected a {
	color: #fff;
	background: rgba(255, 255, 255, .4);
}

/*==================================================================
10 CONTENT 
/*==================================================================*/
#content {
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*------------------------------------------------------------------ 
10.1 Title Area 
*/
.title-wrapper {
	position: relative;
	z-index: 1;
	padding: 110px 0 60px;
	overflow: hidden;
	color: #fff;
	background: #21242a;
	text-align: center;
}

.title-wrapper.w-size-full {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.bg-video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.videobg {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.title-wrapper.w-size-full .container {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.title-wrapper.w-gradient {
	background: #fff;
}

.title-wrapper .title-background {
	-webkit-transition: transform .5s;
	transition: transform .5s;
}

.title-wrapper.w-effect-active .title-background {
	-webkit-transform: translate3d(0, -10%, 0);
	transform: translate3d(0, -10%, 0);
}

.title-wrapper.w-gradient .title-background:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -1px;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.title-wrapper.w-gradient .title-background:after {
	opacity: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}

.title-wrapper.w-gradient.w-effect-active .title-background:after {
	opacity: 1;
}

.title-wrapper.text-left .container {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.title-wrapper.text-right .container {
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.title-wrapper .title {
	margin-bottom: 0;
	color: inherit;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.title-wrapper.w-gradient.w-effect-active .title {
	color: #000;
}

.title-wrapper:not(.w-size-s) .title:after {
	content: "";
	display: block;
	width: 10%;
	margin: 40px auto 0;
	border-bottom: 5px solid #8accff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.title-wrapper.w-size-full .title:after {
	margin: 30px auto 0;
}

.title-wrapper.w-size-s .title {
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.title-wrapper.text-left.w-size-s .title {
	padding-left: 0;
}

.title-wrapper.text-right.w-size-s .title {
	padding-right: 0;
}

.title-wrapper.w-size-s .title:before, .title-wrapper.w-size-s .title:after {
	content: "–";
	display: inline-block;
	margin: 0 8px;
	width: 20px;
	height: 1px;
	font-weight: normal;
}

.title-wrapper.text-left.w-size-s .title:before, .title-wrapper.text-left.w-size-s .title:after {
	margin-left: 0;
}

.title-wrapper.text-right.w-size-s .title:before, .title-wrapper.text-right.w-size-s .title:after {
	margin-right: 0;
}

.title-wrapper.w-size-m .title {
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

.title-wrapper.w-size-l .title {
	font-size: 90px;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
}

.title-wrapper.w-size-full .title {
	font-size: 100px;
	line-height: 1.2;
}

.title-wrapper .title strong {
	color: #8accff;
}

.title-wrapper .subtitle {
	display: block;
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	color: #8accff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.title-wrapper.w-size-s .subtitle {
	font-size: 18px;
	font-weight: 300;
	margin: 10px 0 15px;
	height: auto;
}

.title-wrapper.w-size-m .subtitle {
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	margin: 5px 0 20px;
}

.title-wrapper.w-size-l .subtitle {
	font-size: 22px;
	font-weight: 400;
	margin: 5px 0 10px;
}

.title-wrapper.w-size-full .subtitle {
	font-size: 36px;
}

.title-wrapper.w-size-m .subtitle strong, .title-wrapper.w-size-l .subtitle strong {
	font-weight: 700;
}

/*------------------------------------------------------------------ 
10.2 Main Content 
*/
.main-content {
	position: relative;
	z-index: 2;
}

.main-content.full-width {
	background: #fff;
}

.main-content.full-width .page-content {
	max-width: none;
	padding: 0;
	overflow: hidden;
}

.main-content:not(.full-width) .page-content {
	padding-top: 40px;
	padding-bottom: 95px;
}

.main-content .page-content, .main-content .w-main, .main-content .w-sidebar {
	position: relative;
	z-index: 1;
}

.main-content.full-width .w-sidebar {
	background: #f5f5f5;
}

.main-content.full-width .w-sidebar.w-light {
	background: #fff;
}

.main-content:not(.full-width) .w-sidebar.w-light {
	color: #eee;
}

.main-content:not(.full-width) .w-sidebar.w-light .widget h3 {
	color: #fff;
}

.main-content.full-width .w-main > .col-inner, .main-content.full-width .w-sidebar > .col-inner {
	padding: 50px 30px 95px;
}

.page-content .w-section {
	padding: 0px;
}

.error404 .main-content {
	min-height: 800px;
}

.page-error-wrapper {
	position: relative;
	display: block;
	margin: 150px auto 150px auto;
	text-align: center;
}

.page-error-code {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 300px;
	font-weight: normal;
	line-height: 150px;
	color: #efefef;
}

.page-error-title {
	font-size: 80px;
}

.page-error-text {
	font-style: italic;
}

.post-password-form {
	max-width: 600px;
	margin: auto;
	padding: 50px 30px 100px;
}

.post-password-form input {
	max-width: 350px;
}

/*==================================================================
11 FOOTER 
/*==================================================================*/

/*------------------------------------------------------------------
11.1 Footer
*/
#footer {
	position: relative;
	z-index: 99;
	color: #bbb;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#footer .w-info-box h3 {
	color: inherit;
	text-transform: capitalize;
}

#footer .w-info-box.w-medium .w-icon {
	font-size: 60px;
	line-height: 60px;
}

#footer-widget {
	position: relative;
	color: #bbb;
	padding: 50px 0;
}

#footer-widget .widget {
	margin-bottom: 0;
}

#footer-widget .widget h3 {
	color: inherit;
}

#footer-bottom {
	color: #fff;
}

.footer-nav {
	display: inline-block;
	padding: 10px 0;
}

#footer-nav ul {
	display: inline-block;
	margin: 0;
	padding: 5px 0;
}

#footer-nav > ul > li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#footer-nav .footer-menu {
	padding: 8px 0;
}

.footer-menu > li a {
	font-size: 14px;
	font-weight: 700;
	color: inherit;
	padding: 5px 10px;
}

#footer-nav .social-icons > li a {
	font-size: 16px;
}

.footer-v1 {
	padding: 40px 0;
	text-align: center;
}

.footer-v1 #footer-nav .footer-menu, .footer-v1 #footer-nav .social-icons {
	display: block;
	margin-bottom: 10px;
}

.footer-v1 #footer-nav .footer-menu li, .footer-v1 #footer-nav .social-icons li {
	display: inline-block;
	float: none;
}

.footer-v1 .social-icons a {
	font-size: 20px;
}

.footer-v2, .footer-v3 {
	padding: 20px 0;
}

.footer-v2 .social-icons, .footer-v3 .social-icons {
	padding-left: 10px;
}

.footer-v2 #footer-nav ul > li:last-child a, .footer-v3 #footer-nav ul > li:last-child a {
	padding-right: 0;
}

.footer-v2 #footer-logo {
	float: left;
	margin-right: 15px;
	padding: 8px 0;
	line-height: 0;
}

.footer-v2 #footer-text {
	padding: 8px 0;
}

.footer-v2 #footer-nav, .footer-v3 #footer-nav, .footer-v3 #footer-text {
	text-align: right;
}

.footer-v3 #footer-logo {
	padding: 10px 0;
}

.footer-v3 #footer-logo a {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.footer-v3 #footer-text {
	font-size: 13px;
}

.footer-v3 #footer-nav ul {
	padding: 0;
	line-height: 25px;
}

#content, #footer {
	-ms-transform: translateX(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

/*------------------------------------------------------------------
11.2 Back to Top Button
*/
#toplink-wrapper {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 25px;
	bottom: 15px;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
	color: inherit;
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#footer-bottom.w-full #toplink-wrapper {
	top: -45px;
	bottom: auto;
}

#toplink-wrapper:hover {
	opacity: 1;
}

#toplink-wrapper > a {
	display: inline-block;
	color: inherit;
}

#toplink-wrapper i {
	display: inline-block;
	height: 10px;
	margin-top: 5px;
	-webkit-animation: fadeInUp 1.5s infinite;
	animation: fadeInUp 1.5s infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#toplink-button {
	position: fixed;
	z-index: 888;
	bottom: 25px;
	right: 25px;
	display: block;
	opacity: 0;
	-ms-transform: translateY(100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#toplink-button.active {
	opacity: .6;
	-ms-transform: translateY(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#toplink-button.active:hover {
	opacity: 1;
	color: #fff;
}

#toplink-button .border {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	z-index: 1;
}

#toplink-button .border:before {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #8accff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s;
}

#toplink-button:hover .border:before {
	opacity: 1;
	-webkit-transition: -webkit-transform .4s, opacity .2s;
	transition: transform .4s, opacity .2s;
}

/*==================================================================
12 LOADER
/*==================================================================*/
#preloader {
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: #fff;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

#preloader.loaded {
	opacity: 0;
}

#loading-animation {
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.spinner {
	display: inline-block;
}

.w-loader {
	display: inline-block;
}

.w-loader:after {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border-top: 1px solid #545a6a;
	border-bottom: 1px solid #d4d4db;
	border-left: 1px solid #545a6a;
	border-right: 1px solid #d4d4db;
	-webkit-animation: rotate .6s linear infinite;
	animation: rotate .6s linear infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	
	100% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	
	100% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
}

/** Post Loader **/
.post-loader {
	margin: 10px 30px;
}

.ball-pulse, .ball-pulse > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ball-pulse {
	display: inline-block;
	font-size: 0;
	color: #fff;
	width: 108px;
	height: 36px;
}

.ball-pulse > div {
	display: inline-block;
	float: none;
	background-color: #8accff;
	border: 0 solid #8accff;
}

.ball-pulse > div:nth-child(1) {
	-webkit-animation-delay: -200ms;
	-moz-animation-delay: -200ms;
	-o-animation-delay: -200ms;
	animation-delay: -200ms;
}

.ball-pulse > div:nth-child(2) {
	-webkit-animation-delay: -100ms;
	-moz-animation-delay: -100ms;
	-o-animation-delay: -100ms;
	animation-delay: -100ms;
}

.ball-pulse > div:nth-child(3) {
	-webkit-animation-delay: 0ms;
	-moz-animation-delay: 0ms;
	-o-animation-delay: 0ms;
	animation-delay: 0ms;
}

.ball-pulse > div {
	width: 20px;
	height: 20px;
	margin: 8px;
	border-radius: 100%;
	-webkit-animation: ball-pulse 1s ease infinite;
	-moz-animation: ball-pulse 1s ease infinite;
	-o-animation: ball-pulse 1s ease infinite;
	animation: ball-pulse 1s ease infinite;
}

@-webkit-keyframes ball-pulse {
	0%, 60%, 100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	30% {
		opacity: .1;
		-webkit-transform: scale(.01);
		transform: scale(.01);
	}
}

@keyframes ball-pulse {
	0%, 60%, 100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	30% {
		opacity: .1;
		-webkit-transform: scale(.01);
		-moz-transform: scale(.01);
		-o-transform: scale(.01);
		transform: scale(.01);
	}
}

/** Loader 1 **/
.loader-timer, .loader-timer > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.loader-timer {
	display: inline-block;
	width: 64px;
	height: 64px;
	font-size: 0;
	color: #fff;
}

.loader-timer > div {
	display: inline-block;
	width: 64px;
	height: 64px;
	float: none;
	background: transparent;
	border: 4px solid #8accff;
	border-radius: 100%;
}

.loader-timer > div:before, .loader-timer > div:after {
	display: block;
	position: absolute;
	top: 28px;
	left: 28px;
	width: 4px;
	margin-top: -2px;
	margin-left: -2px;
	border-radius: 4px;
	content: "";
	background: #8accff;
	-webkit-transform-origin: 2px 2px 0;
	transform-origin: 2px 2px 0;
	-webkit-animation: timer-loader 1250ms infinite linear;
	animation: timer-loader 1250ms infinite linear;
	-webkit-animation-delay: -625ms;
	animation-delay: -625ms;
}

.loader-timer > div:before {
	height: 24px;
}

.loader-timer > div:after {
	height: 16px;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-delay: -7.5s;
	animation-delay: -7.5s;
}

@-webkit-keyframes timer-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes timer-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/** Loader 2 **/
.loader-square-spin, .loader-square-spin > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.loader-square-spin {
	display: inline-block;
	width: 52px;
	height: 52px;
	font-size: 0;
	color: #fff;
}

.loader-square-spin > div {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	float: none;
	background-color: #8accff;
	border: 0 solid #8accff;
	margin-top: -12px;
	margin-left: -12px;
	border-radius: 100%;
	-webkit-animation: square-spin 1s infinite ease-in-out;
	animation: square-spin 1s infinite ease-in-out;
}

.loader-square-spin > div:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation-delay: -.875s;
	animation-delay: -.875s;
}

.loader-square-spin > div:nth-child(2) {
	top: 0;
	left: 50%;
	-webkit-animation-delay: -.75s;
	animation-delay: -.75s;
}

.loader-square-spin > div:nth-child(3) {
	top: 0;
	left: 100%;
	-webkit-animation-delay: -.625s;
	animation-delay: -.625s;
}

.loader-square-spin > div:nth-child(4) {
	top: 50%;
	left: 100%;
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
}

.loader-square-spin > div:nth-child(5) {
	top: 100%;
	left: 100%;
	-webkit-animation-delay: -.375s;
	animation-delay: -.375s;
}

.loader-square-spin > div:nth-child(6) {
	top: 100%;
	left: 50%;
	-webkit-animation-delay: -.25s;
	animation-delay: -.25s;
}

.loader-square-spin > div:nth-child(7) {
	top: 100%;
	left: 0;
	-webkit-animation-delay: -.125s;
	animation-delay: -.125s;
}

.loader-square-spin > div:nth-child(8) {
	top: 50%;
	left: 0;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes square-spin {
	0%, 40%, 100% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes square-spin {
	0%, 40%, 100% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/** Loader 3 **/
.loader-image {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
}

.loader-image img {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	max-height: 70%;
	max-width: 70%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.loader-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px #8accff;
	opacity: .25;
	margin-left: -60px;
	margin-top: -60px;
}

.loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 100%;
	margin-left: -50%;
	margin-top: -50%;
	overflow: hidden;
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
	mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
	-webkit-animation: loader-spin 1.2s infinite linear;
	animation: loader-spin 1.2s infinite linear;
}

.loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 4px #8accff;
	opacity: .75;
}

@-webkit-keyframes loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*==================================================================
13 WIDGETS 
/*==================================================================*/
.widget {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}

.widget h3 {
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style: none;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget ul li ul {
	padding: 0 0 0 25px;
}

.widget ul > li > a {
	display: block;
	text-align: left;
}

/** Archive, Categories, Recent, Meta & pages widget **/
.widget_archive > ul > li, .w-sidebar .widget .posts > li {
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0px #fff;
}

.widget_categories ul > li > a, .widget_archive ul > li > a, .w-sidebar .widget .posts > li > a, .widget_pages ul > li > a, .widget_recent_entries ul > li > a, .widget_recent_comments ul > li > a:hover, .wyde_widget_recent_posts ul > li a:hover, .wyde_widget_popular_posts ul > li a:hover {
	color: inherit;
}

.widget_recent_comments ul > li, .widget_meta ul > li, .widget_recent_entries ul > li {
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0px #fff;
}

.widget_meta ul > li > a {
	color: inherit;
	padding: 5px 0;
}

.widget_archive ul li, .widget_categories ul li, .widget_pages ul li {
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	clear: both;
	float: none;
	min-height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0px #fff;
}

.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_pages ul ul li:last-child {
	border-bottom: none;
	box-shadow: none;
}

.widget_archive ul > li > a, .widget_categories ul > li > a, .widget_pages ul > li > a {
	position: relative;
	display: block;
	float: none;
	font-size: 13px;
}

.widget_archive ul > li, .widget_categories ul > li {
	text-align: center;
}

.widget_categories .children > li > a:before, .widget_archive .children > li > a:before, .widget_pages .children li > a:before {
	content: "";
	font-family: "overlap";
	display: inline-block;
	position: absolute;
	left: -10px;
}

.widget_categories > ul > li > a:hover:before, .widget_archive > ul > li:hover > a:hover:before, .widget_meta ul > li:hover > a:hover:before, .widget_pages ul > li:hover > a:hover:before {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget_recent_comments .comment-author-link {
	font-style: italic;
	font-weight: bold;
	color: #888;
	letter-spacing: 1.5px;
}

/** Calendar widget **/
#calendar_wrap {
	margin: 10px 0 20px;
}

#wp-calendar {
	width: 100%;
	border: none;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0px #fff;
}

#wp-calendar thead {
	font-size: 10px;
	border: none;
}

#wp-calendar thead th {
	padding-bottom: 10px;
	border: none;
	background: none;
	text-align: center;
}

#wp-calendar tbody {
	color: #aaa;
	border: none;
}

#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #f1f4f5;
	text-align: center;
	padding: 8px;
}

#wp-calendar tbody td#today {
	background: #aaa;
	color: #fff;
}

#wp-calendar tbody td#today a {
	display: block;
	color: inherit;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot td {
	border: 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;
	text-align: left;
}

#wp-calendar tfoot #prev > a, #wp-calendar tfoot #next > a {
	display: block;
}

#wp-calendar tfoot #prev > a:hover, #wp-calendar tfoot #next > a:hover {
	color: inherit;
}

/* Text widget */
.widget_text {
	overflow: hidden;
}

/* Menu widget */
.widget.widget_nav_menu li {
	line-height: 28px;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0px #fff;
}

.widget_nav_menu .menu .sub-menu li:last-child {
	border-color: transparent;
	box-shadow: none;
}

.widget.widget_nav_menu .menu .sub-menu {
	padding: 0px 0px 0px 25px;
}

.widget.widget_nav_menu .menu > .sub-menu {
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0px #fff;
}

.widget_nav_menu li a {
	color: inherit;
	padding: 5px 0;
	line-height: 20px;
}

.widget_nav_menu .menu .menu-item-has-children > a {
	padding-bottom: 0;
}

.widget_nav_menu .menu .sub-menu > li a:before {
	content: "";
	font-family: "overlap";
	display: inline-block;
	padding-right: 10px;
}

/* RSS widget */
.widget_rss ul li {
	line-height: 20px;
	padding-bottom: 15px;
}

.widget_rss ul li a {
	display: block;
}

.widget_rss ul li a:hover {
	color: inherit;
}

.widget_rss ul li span, .widget_rss ul li cite {
	font-size: 12px;
	line-height: 15px;
	color: #bbb;
}

/* Posts widget */
.w-posts {
	padding: 0;
	margin: 0;
	text-align: left;
}

.w-posts li {
	display: block;
	position: relative;
	list-style: none;
}

.w-posts .thumb {
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
}

.w-posts .thumb i {
	font-size: 30px;
	line-height: 50px;
}

.widget .w-posts li {
	min-height: 60px;
	padding: 5px 0;
	margin-bottom: 5px;
}

.widget .w-posts .thumb {
	margin-right: 8px;
}

.widget .w-posts .thumb a {
	display: block;
	width: 50px;
	height: 50px;
}

.widget .w-posts .post-thumb {
	line-height: 50px;
}

.widget .w-posts p {
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 50px;
}

.widget .w-posts p a {
	display: block;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 0;
}

.widget .w-posts p span, .widget .post-date {
	display: block;
	font-size: 11px;
	letter-spacing: 2px;
	color: #bbb;
}

/* Tagcloud widget */
.tagcloud {
	position: relative;
	padding-top: 6px;
}

.tagcloud a {
	display: inline-block;
	vertical-align: middle;
	color: #a7a6a6;
	border: 1px solid #ccc;
	padding: 0 15px;
	margin: 0 2px 5px 0;
	height: 30px;
	line-height: 28px;
	font-size: 10px !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}

.widget .tagcloud a:hover {
	color: #000;
	border-color: #8accff;
}

/* Flickr widget */
.widget .w-flickr ul {
	margin-right: -5px;
}

.widget .w-flickr li a {
	margin: 0 5px 5px 0;
}

/*==================================================================
14 SINGLE and ARCHIVE
/*==================================================================*/

/*------------------------------------------------------------------
14.1 Post Navigation
*/
.post-nav {
	position: relative;
	padding: 20px 0;
	line-height: 40px;
}

.prev-post, .next-post {
	position: relative;
	float: left;
	width: 50%;
}

.next-post {
	text-align: right;
}

.prev-post {
	min-height: 40px;
}

.prev-post > a, .next-post > a {
	position: absolute;
	z-index: 2;
	color: #8e8e8e;
	font-size: 24px;
	width: 30px;
	display: inline-block;
}

.prev-post > a:hover, .next-post > a:hover {
	color: #8accff;
}

.prev-post > a:before, .next-post > a:before {
	display: inline-block;
	font-family: "overlap";
}

.prev-post > a:before {
	content: "";
}

.next-post > a:before {
	content: "";
}

.prev-post > a {
	left: 0;
}

.next-post > a {
	right: 0;
}

.post-nav .post-link {
	padding: 0 30px;
	position: relative;
}

.post-nav span {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.post-nav span a {
	position: relative;
	display: block;
	height: 100%;
	line-height: 0;
	z-index: 10;
	border-radius: 50%;
	overflow: hidden;
	background: #8accff;
}

.post-nav span a .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
}

.thumb > a {
	overflow: hidden;
	display: block;
	height: 100%;
}

ul li .thumb > a img, ul li .thumb > a > span.post-thumb {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
}

ul li:hover .thumb > a > img, ul li:hover .thumb > a > span.post-thumb {
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}

.thumb img {
	width: 100%;
	height: 100%;
}

.post-nav h4 {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60%;
	font-size: 16px;
	text-transform: capitalize;
}

.post-nav h4 a {
	color: #211f1e;
}

.post-nav h4 a:hover {
	color: #8accff;
}

.prev-post .post-link > span {
	margin-right: 10px;
}

.next-post .post-link > span {
	margin-left: 10px;
}

.next-post .post-link > span, .next-post h4 {
	display: inline-block;
	vertical-align: middle;
}

.post-nav .nav-home {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -16px;
}

.post-nav .nav-home a {
	font-size: 30px;
	width: 32px;
	display: block;
	color: #8e8e8e;
}

/*------------------------------------------------------------------
14.2 Pagination 
*/
.pagination {
	margin: 30px 0px;
	padding: 0;
	text-align: center;
	display: block;
	width: 100%;
}

.pagination > span.w-previous {
	float: left;
	position: relative;
}

.pagination > span.w-next {
	float: right;
	position: relative;
}

.pagination > span > a {
	font-family: "overlap";
	position: relative;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	outline: 0;
	color: inherit;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.pagination > span.w-previous:after, .pagination > span.w-next:before {
	content: "";
	display: inline-block;
	width: 30%;
	height: 100%;
	background: #8accff;
	opacity: .15;
	position: absolute;
	top: 0;
}

.pagination > span.w-previous:after {
	left: 0;
}

.pagination > span.w-previous > a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
}

.pagination > span.w-next:before {
	right: 0;
}

.pagination > span.w-next > a:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul > li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.pagination ul li span, .pagination ul li a {
	position: relative;
	display: inline-block;
	height: 33px;
	line-height: 30px;
	margin: 0 10px;
	padding: 0 5px;
	text-align: center;
	color: #bababa;
	font-size: 16px;
	border-bottom: 1px solid #e2e2e2;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.pagination ul li.disabled span {
	color: #bbb;
	text-shadow: 1px 0px 1px #fff;
}

.pagination ul li span.current, .pagination ul li:hover a {
	color: #000;
	border-color: #000;
}

/** Infinite Scroll **/
.w-showmore {
	text-align: center;
	clear: both;
	float: none;
}

.w-showmore .w-next {
	display: inline-block;
	padding: 5px 0 30px;
	border-top: 1px solid #ccc;
}

/*------------------------------------------------------------------
14.3 Related Posts 
*/
.related-posts {
	margin-bottom: 30px;
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
}

.related-posts h3 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
}

.related-posts ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.related-posts li {
	padding-bottom: 15px;
	list-style: none;
	display: inline-block;
	float: none;
}

.related-posts .thumb {
	display: block;
	float: none;
	overflow: hidden;
}

.related-posts .thumb a {
	display: block;
	width: 100%;
	line-height: 0;
	text-align: center;
}

.related-posts li:hover h4 a, .related-posts li h4 a:hover {
	color: #8accff;
}

.related-posts .thumb a i {
	font-size: 80px;
	margin: 10px;
	vertical-align: middle;
}

.related-posts li h4 {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 13px;
	margin: 10px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.related-posts li h4 a {
	color: #211f1e;
}

.related-posts li span {
	font-size: 12px;
	letter-spacing: 2px;
	color: #bbb;
	vertical-align: top;
}

/*------------------------------------------------------------------
14.4 Blog Single Post 
*/
.single-post, .archive, .search, .blog, .single-attachment {
	background: #fff;
}

.post-detail .post-title {
	font-size: 28px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-align: center;
	margin-bottom: 30px;
}

.format-quote .post-detail .post-title {
	padding-top: 50px;
}

.format-quote .post-detail .post-title:before {
	font-size: 40px;
	line-height: 40px;
	width: 62px;
	opacity: .7;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 0px;
	font-family: "overlap";
	content: "";
	color: #8accff;
	position: absolute;
	z-index: -1;
	display: inline-block;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.format-quote .post-detail .post-title .quote-author {
	text-transform: capitalize;
	color: #666;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
}

.format-quote .post-detail .post-title .quote-author:before, .format-quote .post-detail .post-title .quote-author:after {
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	background: #ccc;
	width: 10px;
	content: "";
	margin: 0 10px;
}

.post-detail .featured-full {
	text-align: center;
}

.post-detail .post-external-link {
	text-align: center;
}

.post-detail .post-external-link a {
	margin-top: 10px;
}

.post-detail .post-media .featured-overlap-fullwidth a, .format-video .post-detail .post-media a {
	display: block;
	line-height: 0;
}

.post-detail .post-media .featured-overlap-fullwidth img, .format-video .post-detail .post-media img {
	width: 100%;
}

.video-wrapper {
	position: relative;
	padding-top: 56%;
}

.video-wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 99;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-detail iframe, .post-detail embed, .post-summary iframe, .post-summary embed {
	max-width: 100%;
}

.media-preview {
	display: none;
}

.post-detail .post-meta {
	margin: 20px 0;
	text-align: center;
	line-height: 22px;
}

.post-detail .meta-date {
	display: inline-block;
	margin-right: 10px;
	float: none;
}

.post-detail .post-content {
	padding-bottom: 40px;
}

.post-content .w-section {
	padding: 0;
}

.post-content .w-section > .row {
	margin-left: -15px;
	margin-right: -15px;
}

.page-links {
	margin: 30px 0 20px;
	padding: 0;
	display: block;
	clear: both;
	float: none;
}

.page-links > span, .page-links > a {
	position: relative;
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0px;
	text-align: center;
	color: #bababa;
	background: none;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	background: #fff;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.page-links > span {
	color: #fff;
	background: #bbb;
	border-color: #f5f5f5;
	box-shadow: 0 1px 1px #fff;
}

.page-links > a:hover {
	background: #eee;
	color: #545454;
	text-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
}

.post-tags {
	padding: 20px 0;
	word-spacing: 4px;
	clear: both;
	float: none;
	text-align: center;
	border-top: 1px solid #e2e2e2;
}

.post-tags > i {
	margin-right: 10px;
}

.post-tags a {
	color: inherit;
}

.post-tags a:hover {
	color: #8accff;
}

.post-detail .post-share {
	text-align: center;
	border-top: 1px solid #e2e2e2;
}

.post-thumb, .related-posts .thumb a span {
	display: block;
	background: #333;
	font-size: 40px;
	height: 100%;
	line-height: 50px;
}

.search-item .thumb a span:before, .related-posts .thumb a span:before, .post-thumb:before {
	font-family: "overlap";
	color: #fff;
	display: inline-block;
}

.post-icon-audio:before {
	content: "";
}

.post-icon-standard:before {
	content: "";
}

.post-icon-gallery:before {
	content: "";
}

.post-icon-link:before {
	content: "";
}

.post-icon-quote:before {
	content: "";
	font-size: 24px;
}

.post-icon-video:before {
	content: "";
}

.single-post .post-nav {
	border-top: 1px solid #e2e2e2;
}

/*------------------------------------------------------------------
14.5 Author Box 
*/
.post-author {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
}

.post-author .author-avatar img {
	padding: 2px;
	display: inline-block;
	border-radius: 50%;
	transition: all .3s;
}

.post-author .author-avatar a:hover img {
	box-shadow: 0 2px 1px #e2e2e2;
}

.post-author .author-detail h4 {
	margin-bottom: 0;
}

.post-author .edit-profile {
	padding: 10px 0;
}

/*------------------------------------------------------------------
14.6 Comments 
*/
#comments {
	padding: 20px 0;
	margin-bottom: 30px;
}

.comment-list {
	margin: 20px 0;
	padding: 0;
}

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

.comment-list > li {
	padding: 0 0 10px;
	margin: 0;
	list-style: none;
}

.comment .children {
	padding: 0 10px;
	margin: 0 5px;
}

.comment .children > li {
	border-left: 5px #efefef solid;
}

.comment .children > li.byuser {
	border-style: solid;
	border-color: #efefef;
	border-width: 1px 1px 1px 5px;
}

.comment-list .comment, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px dotted #ddd;
	margin: 5px 0 10px;
	background: #fff;
	padding: 20px;
}

.comment-list > .comment:first-child, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0;
}

.comment.bypostauthor {
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background: #fbfbfb;
	box-shadow: 0 1px 1px #eee;
}

.comment.bypostauthor + .comment:not(.bypostauthor) {
	border-top: none;
}

.comment .children .bypostauthor, .comment .children .byuser {
	margin-bottom: 0;
}

.comment .avatar {
	overflow: hidden;
}

.comment .avatar img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 2px;
	border: 1px solid #f5f5f5;
}

.comment {
	text-align: center;
}

.comment .post-content {
	padding-bottom: 20px;
}

.comment-respond {
	margin: 30px 0;
}

.comment .comment-respond {
	padding: 30px 10px;
}

.comment-box {
	padding: 0 0 10px;
}

.comment-box .name {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	padding-top: 10px;
}

.comment-box .name a {
	color: #8accff;
}

.comment-box .name a:hover {
	color: inherit;
}

.comment-box .post-meta {
	font-size: 12px;
	overflow: visible;
	text-align: inherit;
	max-height: none;
}

.comment-box .post-meta .comment-date {
	font-size: 12px;
	margin-right: 10px;
}

.comment-box .post-content {
	clear: both;
	float: none;
}

.comment-edit-link, .comment-reply-link {
	padding-left: 10px;
	vertical-align: bottom;
}

#comments .comment-form p.inputrow {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	font-weight: normal;
	float: right;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	text-transform: initial;
	text-indent: 10px;
	display: block;
	padding: 0px 10px 0 15px;
	background: #efefef;
	border-radius: 5px;
}

#cancel-comment-reply-link:hover {
	background: #8accff;
	color: #fff;
}

#cancel-comment-reply-link:before {
	content: "✕";
	font-family: "overlap";
	position: absolute;
	display: block;
	margin: 0 0px 0 -12px;
	font-size: 15px;
	line-height: 30px;
}

.comments-nav {
	margin-bottom: 30px;
}

.comments-nav a {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0px;
	text-align: center;
	color: #bababa;
	background: none;
	font-size: 16px;
	border: 1px solid #e2e2e2;
	background: #fff;
	outline: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.comments-nav a:hover {
	color: #fff;
	border-color: #8accff;
	background: #8accff;
}

.comment-form .inputrow {
	padding: 10px 0;
}

.comment-form .user-link {
	margin-left: 10px;
	text-transform: capitalize;
}

.comment-form .logout-link {
	margin-left: 10px;
	text-transform: capitalize;
}

.comment-form .logout-link:before {
	content: "";
	display: inline-block;
	padding-right: 15px;
	height: 10px;
	border-left: 1px solid #bbb;
}

.inputrow input {
	width: 100%;
}

.textarea-comment {
	height: 200px;
	width: 100%;
}

/*------------------------------------------------------------------
14.7 Search Page
*/
.search-results {
	position: relative;
	clear: both;
	float: none;
}

.search-query {
	margin-bottom: 50px;
}

.w-view .search-item {
	background: #fff;
	padding: 16px;
	margin-bottom: 50px;
	clear: both;
	float: none;
	text-align: left;
}

.search-item .thumb, .search-item .type-icon {
	float: left;
	font-size: 40px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	margin: 5px 20px 5px 0;
}

.search-item .post-thumb {
	line-height: inherit;
}

.search-item .type-icon a, .search-item .type-icon i {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.search-item h4 {
	max-height: 60px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
}

.search-item .post-summary {
	margin-top: 30px;
}

/** Search Form **/
.search-form {
	position: relative;
	margin-bottom: 30px;
}

.search-form .keyword {
	width: 100%;
}

form.search-form button.button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	margin: 0;
	min-width: 0;
	background: none;
	border: none;
	outline: 0;
	z-index: 99;
	line-height: 30px;
	color: inherit;
	padding: 0px 0 0 10px;
}

/*------------------------------------------------------------------
14.8 Author Page 
*/
.author .page-content .w-main {
	padding-top: 80px;
}

.author .author-avatar {
	position: absolute;
	z-index: 50;
	top: 10px;
	left: 50%;
	overflow: hidden;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.author .author-avatar img {
	margin: 4px;
	display: block;
	border-radius: 50%;
	border: 4px solid #fff;
	transition: all .3s;
}

.author .author-avatar a:hover img {
	box-shadow: 0 1px 3px #e1e1e1;
}

/*------------------------------------------------------------------
14.9 Portfolio Single Post / Portfolio Archive
*/
ul.post-media {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
}

ul.post-media li {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}

.post-media a {
	position: relative;
	display: block;
}

.portfolio-grid .post-media .w-featured a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.w-media-player {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	background: rgba(33, 31, 30, .8);
}

.w-media-player:after {
	content: "";
	font-family: "overlap";
	font-size: 100px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}

.w-inline-content {
	position: absolute;
	z-index: 0;
	opacity: 0;
}

.archive.tax-portfolio_category .main-content, .archive.tax-portfolio_skill .main-content, .archive.tax-portfolio_tag .main-content {
	background: #fff;
}

.single-wyde_portfolio .main-content .w-sidebar {
	background: none;
}

.single-wyde_portfolio .post-title {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 25px;
}

.single-wyde_portfolio .post-description .post-meta {
	font-size: 13px;
}

.single-wyde_portfolio .post-nav {
	margin: 50px 0 30px;
	padding: 0;
	background: transparent;
}

.single-wyde_portfolio .post-nav span a span {
	font-size: 30px;
	line-height: 70px;
}

.single-wyde_portfolio .post-nav span a span:before, .single-wyde_portfolio .related-posts .thumb a span:before {
	font-family: "overlap";
	content: "";
	color: #fff;
	display: inline-block;
}

.single-wyde_portfolio .main-content .related-posts {
	padding: 0;
}

.single-wyde_portfolio .related-posts {
	background: none;
}

.single-wyde_portfolio .related-posts .thumb a {
	height: auto;
}

.single-wyde_portfolio .related-posts .thumb a span {
	font-size: 60px;
}

.portfolio-client-widget h6 a:after {
	font-family: "overlap";
	content: "";
	font-size: 16px;
	margin-left: 7px;
}

.post-description .widget h4 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: inherit;
}

.single-wyde_portfolio .post-description .widget a:not(:hover) {
	color: inherit;
}

.post-description .widget > p {
	margin-bottom: 0;
}

.portfolio-tags {
	word-spacing: 4px;
}

.portfolio-meta-widget i {
	margin-right: 7px;
}

.portfolio-tags i, .portfolio-tags span {
	display: inline-block;
}

.portfolio-meta-widget > p {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.portfolio-category-widget ul li a, .portfolio-skill-widget ul li a {
	padding: 3px 0;
}

.portfolio-share a {
	display: inline-block;
	margin: 0 10px;
}

.portfolio-share a:first-child {
	margin-left: 0;
}

/* Portfolio Overlap */
.portfolio-overlap .post-media {
	position: relative;
	width: 100%;
}

.portfolio-overlap .post-media .cover-image {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: cover;
}

.portfolio-overlap .post-media .cover-image a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.main-content.portfolio-overlap .page-content {
	position: relative;
	z-index: 99;
	padding-top: 0;
}

.portfolio-overlap .post-content {
	background: #f5f5f5;
	padding: 30px;
}

.portfolio-overlap .portfolio-meta-wrapper {
	overflow: hidden;
}

.portfolio-overlap .portfolio-meta-wrapper {
	display: none;
}

.portfolio-overlap .post-extra-widgets {
	text-align: right;
}

.portfolio-overlap .custom-fields-widget.widget {
	text-align: center;
	font-style: italic;
}

.portfolio-overlap .post-content .widget {
	margin: 30px 0 0;
}

.portfolio-overlap .portfolio-meta-widget > p {
	border: none;
	margin: 0;
	padding: 5px 0;
}

.portfolio-overlap .post-nav {
	margin: 30px 20px;
}

/* Portfolio Slider */
.portfolio-slider:not(.full-width) .page-content {
	position: relative;
	z-index: 999;
	background: #fff;
}

.portfolio-slider .post-media {
	width: 100%;
}

.portfolio-slider .owl-stage {
	max-height: 640px;
	overflow: hidden;
}

.portfolio-slider .owl-item > div, .portfolio-slider .owl-item a {
	display: block;
	height: 640px;
	width: 640px;
}

.portfolio-slider .owl-item img {
	max-width: 100%;
	min-height: 100%;
}

/* Portfolio Gallery */
.portfolio-gallery .post-media {
	position: relative;
	overflow: hidden;
}

.portfolio-gallery .cover-image {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: cover;
}

.portfolio-gallery .post-media img.cover-image {
	opacity: 0;
	visibility: hidden;
}

.portfolio-gallery .post-media a, .portfolio-gallery .cover-image a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.portfolio-gallery .post-gallery {
	margin: 20px -10px 0 0;
	padding: 0 10px;
}

.portfolio-gallery .post-gallery li {
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 10px 10px 0px;
	line-height: 0;
	overflow: hidden;
}

.portfolio-gallery .post-description {
	padding-top: 30px;
}

.portfolio-gallery .portfolio-meta-widget {
	width: 100%;
	float: none;
}

.portfolio-gallery .post-nav {
	padding: 30px 20px;
	margin: 0;
}

.portfolio-gallery .related-posts ul {
	padding: 15px;
}

/* Portfolio Grid */
.portfolio-grid .post-media {
	padding-top: 40px;
}

.portfolio-grid .w-grid {
	padding: 0;
	margin: 0 -10px 0 0;
}

.portfolio-grid .w-grid li {
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
	overflow: hidden;
	line-height: 0;
}

.portfolio-grid .w-grid li.w-featured {
	position: relative;
	overflow: hidden;
	clear: both;
	float: none;
	padding: 0;
	margin: 10px 10px 0 0;
}

.portfolio-grid .w-grid li.w-featured .cover-image {
	height: 600px;
}

.portfolio-grid .w-grid li .cover-image {
	position: relative;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	background-size: cover;
}

.portfolio-grid .w-grid li img {
	width: 100%;
}

/* Portfolio Veetical */
.portfolio-vertical .vertical-gallery {
	margin: 0;
	padding: 0;
}

.portfolio-vertical .vertical-gallery li {
	list-style: none;
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 25px 0;
	line-height: 0;
}

/*==================================================================
15 WOOCOMMERCE
/*==================================================================*/

/** Shop Page **/
.woocommerce .commentlist li {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}

.woocommerce .comment.bypostauthor {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

.woocommerce-breadcrumb {
	margin-bottom: 30px;
	font-size: 16px;
}

.woocommerce-result-count {
	float: left;
	line-height: 38px;
	margin-bottom: 0;
}

.woocommerce-ordering {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}

.products {
	margin: 0 -16px 0 0;
	padding: 0;
}

.products.w-grid-space .product {
	padding: 0 16px 16px 0;
}

.products.w-grid-space .w-item.first {
	clear: both;
}

.products li figure {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.products li .image-wrapper {
	display: block;
	position: relative;
}

.products li .cover-image > a {
	display: block;
	height: 100%;
}

.products li .cover-image img {
	display: block;
	width: 100%;
}

.products li .w-fadeslider img {
	position: absolute;
}

.w-product-status {
	position: absolute;
	top: 0;
	right: 0;
}

.w-outofstock {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 13px;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 3px;
	color: #fff;
	font-size: 12px;
	background-color: #333;
	display: table;
	text-transform: capitalize;
}

.w-outofstock > span {
	display: table-cell;
	vertical-align: middle;
}

.onsale {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 70px;
	height: 70px;
	padding: 0 15px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	background-color: #8accff;
}

.products li figure figcaption {
	position: relative;
	padding: 15px 0 20px;
	z-index: 10;
}

.products li figure .button {
	position: relative;
	padding: 0 15px 0 0;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 100%;
	overflow: hidden;
	background: #8accff;
	color: #fff;
	text-align: center;
}

.products li.outofstock figure .button {
	background: #333 !important;
}

.products li figure:hover .button {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.products li figure .button:before {
	font-family: "overlap";
	content: "";
	display: inline-block;
	text-align: center;
	width: 40px;
}

.products .instock .button.add_to_cart_button:before {
	content: "";
}

.products .instock .button.product_type_variable:before {
	content: "";
}

.products .outofstock .button:before {
	content: "";
}

.products li h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.products li .price {
	display: block;
	font-size: 16px;
	color: #8accff;
	font-weight: bold;
}

.products li .price del {
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

.products .product-category .count {
	background: none;
}

.woocommerce del .amount {
	padding-right: 3px;
	color: #999;
}

.added_to_cart {
	position: absolute;
	z-index: 999;
	top: 50%;
	color: #000;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	left: 50%;
	margin-top: -30px;
	margin-left: -52px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.added_to_cart.active {
	opacity: 1;
}

.addresses {
	margin-bottom: 80px;
}

.woocommerce #content h2:not(.woocommerce-loop-product__title), .addresses .title h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
}

.my_account_orders td {
	border-bottom: 1px solid #e0dede;
	vertical-align: middle;
}

.shop_table.my_account_orders td.order-actions {
	padding: 4px 8px;
	text-align: right;
}

.woocommerce.columns-6 .products li .price {
	font-size: 14px;
}

/** Star Rating **/
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1.1em;
	width: 4.8em;
	font-family: "overlap";
	color: #8accff;
}

.product_list_widget .star-rating {
	margin: 3px 0px;
}

.star-rating:before {
	content: "";
	top: 0;
	left: 0;
	opacity: .4;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
}

.products li .star-rating {
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 15px;
}

/* WooCommerce Button */
.woocommerce button.button, .woocommerce .buttons .button, .wc-proceed-to-checkout .button, .my_account_orders a.button, .add_to_cart_inline .button {
	border: 2px solid #8accff;
	border-radius: 0px;
	padding: 8px 20px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	background: #8accff;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce .buttons .button {
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 5px;
}

.my_account_orders a.button, .add_to_cart_inline .button {
	margin: 0 3px 0 0;
	padding: 3px 15px;
	font-size: 12px;
	vertical-align: middle;
}

.woocommerce button.button:hover, .woocommerce .buttons .button:hover, .wc-proceed-to-checkout .button:hover, .my_account_orders a.button:hover, .add_to_cart_inline .button:hover {
	background: none;
	color: #8accff;
}

/* Price Filter widget */
.widget_price_filter .price_slider_wrapper {
	position: relative;
	margin-top: 30px;
}

.widget_price_filter .ui-widget-content {
	background: #e1e1e1;
}

.widget_price_filter .ui-slider-horizontal {
	height: 4px;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	top: 0;
	height: 100%;
	background: #8accff;
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background: #8accff;
	width: 6px;
	height: 14px;
	top: -5px;
	position: absolute;
	cursor: ew-resize;
	z-index: 2;
}

.widget_price_filter .button {
	padding: 8px 10px;
	font-size: 15px;
	line-height: 15px;
	float: left;
	position: relative;
	z-index: 1;
}

.widget_price_filter .price_label {
	float: right;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 37px;
}

.widget_price_filter .clear {
	position: relative;
	z-index: -1;
}

/* Products widget */
.widget.woocommerce h3:after {
	background: #212121;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	margin-top: 10px;
}

.woocommerce .product-categories li ul {
	padding: 0 0 5px 25px;
}

.widget_shopping_cart li:after, .product_list_widget li:after, .woocommerce-tabs:after, .woocommerce .comment .comment_container:after, .single-product .woocommerce-tabs .tabs:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.widget .product_list_widget li {
	position: relative;
	padding: 10px 0;
	text-align: left;
}

.product-categories > li, .product_list_widget li {
	border-bottom: 1px solid #e0e0e0;
}

.product-categories li, .widget .product-categories li {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	display: block;
	clear: both;
	float: none;
	min-height: 30px;
	line-height: 30px;
	position: relative;
	padding: 5px 0;
}

.product-categories > li a {
	position: relative;
	display: block;
	text-align: left;
	font-size: 13px;
	-webkit-transition: color linear .3s;
	transition: color linear .3s;
}

.product-categories li a:hover, .product_list_widget li a:hover {
	color: inherit;
}

.product-categories > li ul li a:before {
	content: "";
	font-family: "overlap";
	display: inline-block;
	margin-right: 10px;
}

.product-categories > li span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 0;
}

.widget.woocommerce ul li a img {
	width: 60px;
	box-shadow: none;
	padding: 1px;
	border: 2px solid #e0e0e0;
	-webkit-transition: all .35s;
	transition: all .35s;
	margin: 0 10px 0 0;
	height: auto;
	float: left;
}

.widget.woocommerce ul li.mini_cart_item a img {
	margin: 0 10px 0 0;
}

.widget.woocommerce ins .amount {
	color: #000;
}

/** Shopping Cart widget **/
.widget_shopping_cart li a.remove {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 10px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #222;
	color: #fff;
	font-weight: bold;
}

.widget_shopping_cart li a.remove:hover {
	background: red;
}

.variation {
	border-left: 2px solid #8accff;
	padding-left: 10px;
	display: inline-block;
	margin-left: 10px;
	line-height: 18px;
}

.variation dt {
	display: inline-block;
}

.variation dd {
	display: inline-block;
	margin: 0;
}

.variation p {
	margin-bottom: 0;
}

.widget_shopping_cart .total {
	margin: 10px 0 25px;
	font-weight: bold;
}

.widget_shopping_cart .total .amount {
	color: #8accff;
	float: right;
}

.widget_shopping_cart .buttons {
	text-align: left;
}

.widget_shopping_cart .buttons .checkout {
	float: right;
}

/* Search Widget */
.widget_product_search .woocommerce-product-search {
	position: relative;
	display: block;
}

.widget_product_search label {
	display: none;
}

.widget_product_search .search-field {
	display: block;
	width: 100%;
}

.widget_product_search input[type="submit"] {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	margin: 0;
	min-width: 0;
	background: none;
	border: none;
	outline: 0;
	z-index: 99;
	line-height: 30px;
	color: inherit;
	padding: 0px 10px;
	opacity: 0;
	cursor: pointer;
}

.widget_product_search form:after {
	font-family: "overlap";
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 30px;
	padding: 5px;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

/* Related & Upsells Products */
.related.products li .price span, .upsells.products li .price span {
	font-size: 15px;
}

/* Single Product Page */
.single-product, .woocommerce-cart, .woocommerce-checkout {
	background: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 20px;
	margin: 0 0 30px 0;
	border-top: 3px solid #b3d3d8;
	min-height: 32px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.woocommerce-message:before, .woocommerce-info:before, .woocommerce-error li:before {
	content: "";
	font-family: "overlap";
	margin-right: 10px;
	color: #8accff;
}

.woocommerce-message {
	border-color: #6edb77;
}

.woocommerce-info {
	border-color: #84bbfc;
}

.woocommerce-info:before {
	content: "";
}

.woocommerce-error {
	border-color: #ff5d5d;
}

.woocommerce-error li:before {
	content: "";
	color: red;
}

.woocommerce-error li {
	list-style: none;
}

.woocommerce-breadcrumb i {
	margin: 0 5px;
}

.woocommerce-message .button {
	float: right;
	margin-left: 10px;
	padding: 3px 10px;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	border: 1px solid #cfcfcf;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
}

.woocommerce-message .button:hover {
	color: #fff;
	background-color: #404040;
}

.single-product .products li figure {
	padding: 0;
}

.single-product .woocommerce-product-gallery__image {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.single-product .woocommerce-product-gallery__image a, .single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

.single-product .thumbnails .owl-nav {
	left: 0;
	margin-top: -25px;
}

.product .thumbnails {
	line-height: 0;
}

.product .thumbnails .owl-item a {
	display: block;
	padding-right: 5px;
}

.summary {
	margin-top: 30px;
}

.product .entry-summary .summary-container {
	float: left;
	width: 100%;
}

.product .woocommerce-product-rating {
	margin-bottom: 20px;
}

.summary .star-rating {
	display: inline-block;
}

.summary .woocommerce-review-link {
	position: relative;
	top: -2px;
}

.summary .price {
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
}

.summary .single_variation {
	padding-bottom: 20px;
}

.summary .single_variation .price ins .amount {
	color: #8accff;
}

.summary .price del span {
	color: #666;
	font-size: 15px;
	padding-right: 10px;
}

.woocommerce ins {
	text-decoration: none;
}

.summary .out-of-stock {
	color: red;
	font-size: 120%;
	margin: 15px 0;
}

.summary .in-stock {
	color: #00a651;
	margin: 15px 0;
}

.woocommerce .main-content .summary .post-content {
	padding-top: 0px;
}

.variations_form.cart {
	text-align: left;
}

.summary .cart .quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

.summary .cart .quantity input {
	width: 100px;
	border-width: 1px;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
}

.variations {
	margin-bottom: 20px;
	border-width: 1px 0;
	text-align: left;
}

.variations th {
	background: none;
}

.variations select {
	color: inherit;
}

.woocommerce-variation-description {
	margin-bottom: 30px;
}

.variations .reset_variations {
	margin-left: 10px;
}

.summary .product_meta {
	color: #bbb;
	text-align: left;
}

.woocommerce-tabs {
	clear: both;
	padding: 50px 0;
}

.woocommerce-tabs > .tabs {
	list-style: none;
	z-index: 12;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
	padding: 10px;
	margin: 0;
	list-style: none;
	-webkit-transition: color .25s, box-shadow .25s;
	transition: color .25s, box-shadow .25s;
}

.single-product .woocommerce-tabs ul.tabs li.active {
	box-shadow: 0 1px 0 #8accff;
}

.single-product .woocommerce-tabs ul.tabs li a {
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	display: block;
	background: transparent;
	padding: 9px 0;
	color: #999;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #000;
}

.woocommerce-tabs .panel {
	min-height: 140px;
	padding: 20px 0;
	background-color: #fff;
}

.single-product .woocommerce-tabs .wc-tab {
	padding: 20px 0;
}

.woocommerce #comments {
	border: none;
	padding: 0;
	background-color: transparent;
}

.woocommerce #comments .commentlist {
	margin-left: 0;
}

.commentlist .comment_container {
	text-align: center;
}

.woocommerce .bypostauthor .comment_container {
	border: none;
	padding-bottom: 0;
}

.woocommerce .comment .comment-image {
	text-align: center;
}

.woocommerce .comment .avatar {
	float: none;
	clear: both;
	padding-right: 0;
	border-radius: 30px;
}

.woocommerce .comment .star-rating {
	margin: 5px auto;
	font-size: 1em;
}

.woocommerce .comment .comment-image strong {
	display: block;
}

.woocommerce .comment .comment-text {
	text-align: center;
}

.woocommerce .comment .comment-text .meta {
	margin-bottom: 0;
	font-style: italic;
}

.stars {
	position: relative;
	font-size: 1em;
}

.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	outline: 0;
	border-right: 1px solid #ccc;
}

.stars a:after {
	font-family: "overlap";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.stars a.star-1 {
	width: 2em;
}

.stars a {
	opacity: .5;
}

.stars a:hover, .stars a.active {
	opacity: 1;
}

.stars a.star-1:after {
	content: "";
}

.stars a.star-1:hover:after, .stars a.star-1.active:after {
	content: "";
}

.stars a.star-2 {
	width: 3em;
}

.stars a.star-2:after {
	content: "";
}

.stars a.star-2:hover:after, .stars a.star-2.active:after {
	content: "";
}

.stars a.star-3 {
	width: 4em;
}

.stars a.star-3:after {
	content: "";
}

.stars a.star-3:hover:after, .stars a.star-3.active:after {
	content: "";
	opacity: 1;
}

.stars a.star-4 {
	width: 5em;
}

.stars a.star-4:after {
	content: "";
}

.stars a.star-4:hover:after, .stars a.star-4.active:after {
	content: "";
}

.stars a.star-5 {
	width: 6em;
	border-right: 0;
}

.stars a.star-5:after {
	content: "";
}

.stars a.star-5:hover:after, .stars a.star-5.active:after {
	content: "";
}

.single-product .upsells.products, .single-product .related.products {
	margin: 0;
	padding: 40px 0;
	clear: both;
	float: none;
}

.woocommerce-tabs #review_form_wrapper {
	text-align: center;
}

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

.shop_table {
	border: 3px solid #e0dede;
}

.shop_table.cart {
	padding: 30px;
	border-radius: 0;
}

.shop_table th {
	background: none;
	border-bottom: 1px solid #e0dede;
	margin-bottom: 10px;
	text-align: left;
	padding: 12px 10px;
	text-transform: uppercase;
	color: #000;
}

.shop_table td {
	padding: 12px 10px;
	border-bottom: 1px solid #e0dede;
	vertical-align: middle;
}

.shop_table .product-name {
	width: 50%;
	text-align: left;
}

.shop_table .product-thumbnail {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 90px;
}

.shop_table .product-info {
	vertical-align: middle;
	display: inline-block;
}

.shop_table .product-quantity {
	text-align: center;
}

.shop_table .product-price, .shop_table .product-subtotal {
	text-align: right;
}

.shop_table .product-remove {
	width: 5%;
	text-align: right;
}

.shop_table .quantity input {
	border-width: 1px;
	border-color: transparent;
	font-size: 16px;
	width: 70px;
	text-align: center;
}

.shop_table .quantity input:focus, .shop_table .quantity input:hover {
	border-color: #8accff;
}

.shop_table .remove {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #000;
	color: #fff;
}

.shop_table .remove:hover {
	background: red;
}

.shop_table .actions {
	padding: 12px 0px;
}

.cart-coupon {
	margin-bottom: 30px;
}

.coupon label {
	display: none;
}

.coupon .input-text {
	width: 170px;
	border-width: 1px;
	padding: 0 5px;
}

.cart-collaterals .buttons {
	text-align: right;
}

.cart-collaterals .cross-sells, .cart-collaterals .cart_totals {
	clear: both;
	float: none;
	margin-bottom: 30px;
}

.cart_totals h2 {
	font-size: 24px;
	padding-bottom: 5px;
}

.cart_totals table {
	border: 1px solid #e0dede;
	padding: 30px;
	background: #fcfcfc;
}

.cart_totals table th {
	width: 30%;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	font-size: 14px;
}

.cart_totals table td {
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid #e0dede;
}

.cart_totals table tr:last-child th, .cart_totals table tr:last-child td {
	border: none;
}

.cart_totals .amount {
	font-weight: bold;
}

.shipping-calculator-button {
	font-style: italic;
}

.shipping-calculator-form select {
	width: 100%;
}

.cart-subtotal td, .order-total td {
	text-align: right;
}

.cart_totals .shipping td {
	padding-left: 10px;
	text-align: left;
}

.shipping .shipping-title {
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0;
	color: #545454;
	text-align: left;
}

#shipping_method {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
	display: block;
	text-align: left;
}

#shipping_method li {
	position: relative;
	display: block;
	list-style: none;
	margin: 0 0 5px 25px;
	padding: 0;
	line-height: 20px;
}

#shipping_method li input[type="radio"] {
	position: absolute;
	margin: 0 10px 0 -25px;
}

#shipping_method li {
	padding: 0 80px 0 0;
}

.shipping .woocommerce-Price-amount.amount {
	float: right;
}

#shipping_method li .woocommerce-Price-amount.amount {
	display: inline-block;
	font-weight: normal;
	float: none;
}

#shipping_method li input[type="radio"][checked="checked"] + label .woocommerce-Price-amount.amount {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	margin-left: 10px;
}

.cart_totals p {
	margin-bottom: 0;
}

.shipping-calculator-form p {
	margin-top: 10px;
}

.order-details .order-total th, .order-details .order-total, .shop_table tfoot .order-total th {
	font-size: 24px;
	border-bottom: none;
}

.cart_totals table .shipping-calculator-form {
	padding: 10px;
	background: #f5f5f5;
}

/* Checkout Page */
.woocommerce-checkout h3 {
	text-transform: uppercase;
	font-size: 22px;
}

#customer_details {
	margin-bottom: 30px;
}

.woocommerce-billing-fields {
	padding: 20px 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.woocommerce #payment #place_order, .woocommerce form .form-row-last {
	float: right;
}

.woocommerce-checkout .form-row {
	margin-bottom: 30px;
}

.form-row-wide, .woocommerce-billing-fields, .woocommerce-shipping-fields {
	clear: both;
	float: none;
	text-align: left;
}

.woocommerce-checkout .clear {
	clear: both;
	float: none;
}

#ship-to-different-address input {
	display: inline-block;
	vertical-align: middle;
}

input[type="checkbox"].woocommerce-form__input-checkbox, .woocommerce-form__label-for-checkbox span {
	vertical-align: middle;
}

.woocommerce-checkout .order-details {
	padding: 20px;
	background: #f5f5f5;
}

.shop_table.woocommerce-checkout-review-order-table {
	font-size: 13px;
	border: none;
	border-bottom: 5px double #e0dede;
}

.shop_table.woocommerce-checkout-review-order-table .product-name, .shop_table.order_details .product-name {
	width: 70%;
}

.shop_table.woocommerce-checkout-review-order-table .product-total, .shop_table.order_details .product-total, .shop_table.order_details tfoot td {
	text-align: right;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
	font-weight: normal !important;
}

.shop_table tfoot th {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	min-width: 200px;
}

.woocommerce-checkout #place_order {
	width: 100%;
}

.select2-container--default .select2-selection--single {
	padding: 5px 6px;
	border: 2px solid #e2e2e2;
	border-radius: 0;
	height: 40px;
	-webkit-transition: color linear .4s, background linear .4s, border-color linear .4s, box-shadow linear .4s;
	transition: color linear .4s, background linear .4s, border-color linear .4s, box-shadow linear .4s;
}

.select2-container--open .select2-selection--single, .select2-container--focus .select2-selection--single {
	border-color: #bbb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: inherit;
}

.select2-search input {
	border: 1px solid #e2e2e2;
	margin: 2px 0;
	height: 32px;
}

.order-total .amount {
	color: #8accff;
	font-weight: bold;
}

.required {
	color: red;
}

#payment, #payment .payment_methods {
	margin: 0 0 30px 0;
	padding: 0;
}

#payment .payment_methods li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#payment .input-radio {
	vertical-align: middle;
	margin-right: 5px;
}

#payment .payment_box {
	position: relative;
	padding: 1em 2%;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 3px 5px rgba(0, 0, 0, .1);
}

#payment div.payment_box:after {
	content: "";
	top: -20px;
	font-size: 25px;
	line-height: 0;
	height: 1px;
	width: 1px;
	position: absolute;
	color: #f5f5f5;
	border: 10px solid transparent;
	border-bottom-color: #fff;
}

#payment div.payment_box p:last-child {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	margin: 0;
}

#payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
	margin: 0 10px;
}

/* Order Received */
.order-received-text {
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	color: green;
}

.order-received-text:before {
	font-family: "overlap";
	content: "";
	margin-right: 8px;
}

.woocommerce .order_details {
	margin: 0 0 30px 0;
	padding: 0;
}

.woocommerce .order_details:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.woocommerce .order_details li {
	list-style: none;
	float: left;
	text-align: left;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	padding-left: 0;
	margin: 0 2em 2em 0;
}

.woocommerce .order_details li:last-child {
	border-right: none;
}

.woocommerce .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.shop_table.customer_details th {
	background: #eee;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	width: 30%;
}

.woocommerce-checkout .addresses {
	margin-bottom: 30px;
}

/* My Account Page */
.woocommerce-account {
	background: #f5f5f5;
}

.woocommerce-account .page-content {
	background: #fff;
}

.woocommerce-account h2 {
	text-align: center;
}

.woocommerce .login {
	max-width: 500px;
	margin: auto;
}

.woocommerce .login .woocommerce-button {
	float: right;
	margin: 0;
}

.woocommerce-MyAccount-navigation {
	padding: 10px 0;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	border-left: none;
	border-right: none;
	box-shadow: 0 2px 0 rgba(238, 238, 238, .5);
}

.woocommerce-MyAccount-navigation ul {
	margin: 10px 0;
	padding: 0;
	clear: both;
	float: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 4px 20px 4px 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active) a {
	color: #777;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: inherit;
}

.woocommerce-MyAccount-content {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content h2 {
	text-align: left;
}

.woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 30px;
}

.woocommerce-EditAccountForm fieldset {
	border-top: 1px solid #e1e1e1;
}

.woocommerce-EditAccountForm fieldset legend {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.u-column1.col-1 {
	width: 100%;
}

/*==================================================================
16 MEDIA QUERIES 
/*==================================================================*/

/*------------------------------------------------------------------
MIN WIDTH QUERIES
*/

/* Small devices (Tablets) */
@media only screen and (min-width: 768px) {
	.container, .w-section > .row {
		max-width: 750px;
	}
	
	/* Blog Single Post */
	.comment {
		text-align: left;
	}
	
	.comment .avatar {
		float: left;
		padding-right: 15px;
	}
	
	.comment-box .page-content {
		margin-left: 78px;
	}
	
	.comment .children {
		margin: 0 0 0 20px;
	}
}

/* Medium devices */
@media only screen and (min-width: 992px) {
	/* Full Width Sidebar & Equal Height Columns */
	.main-content.full-width:not(.no-sidebar) .page-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.main-content.full-width:not(.no-sidebar) .page-content .w-main, .main-content.full-width:not(.no-sidebar) .page-content .w-sidebar {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
	.main-content.full-width:not(.no-sidebar) .page-content .w-main > .col-inner, .main-content.full-width:not(.no-sidebar) .page-content .w-sidebar > .col-inner {
		/* flex: 1; */
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		height: auto;
	}
	
	.title-wrapper.w-parallax .bg-image {
		height: 150%;
		-ms-transform: translateY(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.title-wrapper {
		padding: 265px 0 200px;
	}
	
	.title-wrapper.w-size-s {
		padding: 130px 0 35px;
	}
	
	.title-wrapper.w-size-m {
		padding: 200px 0 150px;
	}
	
	.title-wrapper:not(.w-size-s).text-left .title:after {
		margin-left: 0;
	}
	
	.title-wrapper:not(.w-size-s).text-right .title:after {
		margin-right: 0;
	}
	
	.container, .w-section > .row {
		max-width: 970px;
	}
	
	.left-sidebar:not(.full-width) .w-main {
		padding-left: 5%;
	}
	
	.right-sidebar:not(.full-width) .w-main {
		padding-right: 5%;
	}
	
	.owl-nav {
		top: 50%;
		left: 0;
		margin-top: -25px;
		width: 100%;
	}
	
	.owl-nav > div {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	.owl-nav > button.disabled {
		display: none !important;
	}
	
	.owl-nav .owl-prev {
		left: 0;
	}
	
	.owl-nav .owl-next {
		right: 0;
		left: auto;
	}
	
	/* Portfolio Overlap */
	.portfolio-overlap .post-media .cover-image {
		position: absolute;
		width: 100%;
		height: 600px;
	}
	
	.portfolio-overlap .portfolio-meta-wrapper {
		display: block;
		width: 370px;
		height: 350px;
	}
	
	.portfolio-overlap .post-description .portfolio-meta-widget {
		display: none;
	}
	
	.portfolio-overlap .portfolio-meta-wrapper .portfolio-meta-widget {
		position: absolute;
		width: 100%;
		bottom: 0;
		margin: 0 0 20px 20px;
		padding: 0;
	}
	
	.main-content.portfolio-overlap .w-main {
		float: right;
		padding-left: 15px;
	}
	
	.portfolio-overlap .post-content {
		min-height: 500px;
	}
	
	.portfolio-overlap .post-content .widget {
		margin: 40px 0 0;
	}
	
	.portfolio-overlap .post-extra-widgets {
		margin-top: 280px;
	}
	
	.portfolio-overlap .custom-fields-widget.widget {
		margin: 30px 0 30px;
		text-align: right;
	}
	
	.portfolio-overlap .post-slider {
		position: relative;
		z-index: -1;
		top: -50px;
	}
	
	/* Portfolio Slider */
	.portfolio-slider:not(.full-width) .page-content {
		top: -40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	/* Blog Single Post */
	.prev-post > a, .next-post > a {
		top: 15px;
	}
	
	.pagination ul li span, .pagination ul li a {
		margin: 0 15px;
	}
	
	.footer-v2 #footer-nav {
		float: right;
	}
	
	.widget_archive ul > li, .widget_categories ul > li {
		text-align: right;
	}
	
	.widget_archive ul > li > a, .widget_categories ul > li > a {
		float: left;
	}
	
	/* WooCommerce */
	.col2-set > .col-1, .col2-set > .col-2 {
		width: 50%;
	}
	
	.products.w-grid-space .w-item {
		padding: 0 16px 16px 0;
	}
	
	.products {
		margin: 0 -16px 0 0;
	}
	
	.products li figure .button {
		position: absolute;
		z-index: 10;
		bottom: 0;
		left: 0;
		width: 40px;
		line-height: 40px;
		font-size: 14px;
		height: 40px;
		overflow: hidden;
		background: #8accff;
		opacity: 0;
		padding: 0;
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
		-webkit-transition: transform .25s, opacity .2s, width .2s;
		transition: transform .25s, opacity .2s, width .2s;
	}
	
	.products li figure:hover .button {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.products li figure .button:hover {
		width: 100%;
	}
	
	.products li .star-rating {
		bottom: 15px;
		right: 10px;
		top: auto;
		left: auto;
		opacity: 0;
		-webkit-transition: all .25s;
		transition: all .25s;
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
		perspective: 500px;
		-webkit-transform-origin: center top 0;
		transform-origin: center top 0;
		-webkit-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	.products li:hover .star-rating {
		opacity: 1;
		-ms-transform: perspective(600px) rotateY(0deg);
		-webkit-transform: perspective(600px) rotateY(0deg);
		transform: perspective(600px) rotateY(0deg);
	}
	
	.product .images {
		float: left;
		width: 48%;
		padding-bottom: 30px;
		position: relative;
	}
	
	.summary {
		margin-top: 0px;
	}
	
	.product .entry-summary {
		width: 48%;
		float: right;
	}
	
	form.cart {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	.cart_totals .wc-proceed-to-checkout {
		text-align: right;
	}
	
	.woocommerce-MyAccount-navigation ul li {
		display: inline-block;
	}
}

/* Full version of Navigation */
@media only screen and (min-width: 1080px) {
	.fullscreen-nav #header #header-logo {
		position: fixed;
		height: 85px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.fullscreen-nav #header.w-fixed #header-logo {
		height: 65px;
	}
	
	.fullscreen-nav #top-nav .top-menu {
		padding-right: 50px;
	}
	
	#fullscreen-nav {
		display: block;
		position: fixed;
		z-index: 998;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #777;
		padding: 90px 0;
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) .3s;
		transition: all 1s cubic-bezier(.19, 1, .22, 1) .3s;
	}
	
	#fullscreen-nav.w-text-light {
		color: #fff;
	}
	
	.admin-bar #fullscreen-nav {
		top: 32px;
	}
	
	.fullscreen-nav.full-nav-active #fullscreen-nav {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
		transition: all 1s cubic-bezier(.19, 1, .22, 1);
	}
	
	.fullscreen-nav.full-nav-active #header-logo {
		opacity: 0;
		visibility: hidden;
	}
	
	.full-nav-logo-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#full-nav-logo {
		position: absolute;
		top: 50%;
		width: 30%;
		overflow: hidden;
		text-align: center;
		opacity: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1);
	}
	
	.fullscreen-nav.full-nav-active #full-nav-logo {
		opacity: 1;
		transition: opacity 1s cubic-bezier(.19, 1, .22, 1) 1s;
	}
	
	.full-nav-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-ms-transform: translateX(100%);
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		transition: all 1.5s cubic-bezier(.19, 1, .22, 1) .1s;
	}
	
	.fullscreen-nav.full-nav-active .full-nav-menu {
		-ms-transform: translateX(30%);
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0);
	}
	
	.full-nav-menu > .container {
		position: absolute;
		top: 50%;
		width: 100%;
		padding-left: 15%;
		overflow: hidden;
		opacity: 0;
		-ms-transform: translateX(200px), translateY(-50%);
		-webkit-transform: translate3d(200px, -50%, 0);
		transform: translate3d(200px, -50%, 0);
		-webkit-transition: height .3s, opacity .3s, -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
		transition: height .3s, opacity .3s, transform .5s cubic-bezier(.19, 1, .22, 1);
	}
	
	/* Fixes issues on IE10-11 */
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		#fullscreen-nav .container {
			position: relative;
		}
	}
	
	.fullscreen-nav.full-nav-active .full-nav-menu > .container {
		opacity: 1;
		-ms-transform: translateY(-50%);
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		-webkit-transition: height .1s linear, opacity 1s cubic-bezier(.19, 1, .22, 1) .8s, -webkit-transform 1s cubic-bezier(.19, 1, .22, 1) .8s;
		transition: height .1s linear, opacity 1s cubic-bezier(.19, 1, .22, 1) .8s, transform 1s cubic-bezier(.19, 1, .22, 1) .8s;
	}
	
	.full-nav-wrapper {
		-webkit-transition: height .15s ease-in;
		transition: height .15s ease-in;
	}
	
	#full-nav {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 28px;
		font-weight: 400;
		line-height: 32px;
		overflow: hidden;
	}
	
	#fullscreen-nav .vertical-menu {
		padding-left: 25px;
	}
	
	#fullscreen-nav .vertical-menu a {
		display: inline-block;
	}
	
	#fullscreen-nav .vertical-menu ul ul {
		padding-left: 0;
	}
	
	#fullscreen-nav .vertical-menu li.menu-item-has-children > .sub-menu-button {
		right: auto;
		left: -25px;
		top: 0;
		height: 20px;
		line-height: 10px;
	}
	
	#fullscreen-nav .vertical-menu > li.menu-item-has-children > .sub-menu-button {
		font-size: 70%;
		height: 32px;
	}
	
	#fullscreen-nav .vertical-menu li.menu-item-has-children > .sub-menu-button i::before {
		content: "";
	}
	
	#fullscreen-nav .vertical-menu li.menu-item-has-children.menu-open > .sub-menu-button i::before {
		content: "";
	}
	
	#fullscreen-nav.w-light .social-icons > li:hover a {
		color: #211f1e;
	}
	
	#fullscreen-nav.w-dark .social-icons > li:hover a {
		color: #8accff;
	}
	
	#fullscreen-nav .social-icons {
		margin: 30px 5px;
		padding: 0;
		opacity: 0;
		-ms-transform: translateX(200px);
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
		-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
		transition: all 1s cubic-bezier(.19, 1, .22, 1);
	}
	
	.fullscreen-nav.full-nav-active #fullscreen-nav .social-icons {
		opacity: 1;
		-ms-transform: translateX(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 1.1s;
		transition: all 1s cubic-bezier(.19, 1, .22, 1) 1.1s;
	}
	
	#fullscreen-nav .social-icons > li {
		margin: 0 20px;
	}
	
	#fullscreen-nav .social-icons > li a {
		font-size: 22px;
		padding: 0;
	}
	
	body:not(.no-header) .main-content.header-space {
		padding-top: 85px;
	}
	
	body.no-header .title-wrapper.w-size-s {
		padding-top: 35px;
	}
	
	body.no-header .title-wrapper.w-size-m {
		padding-top: 105px;
	}
	
	body.no-header .title-wrapper.w-size-l {
		padding-top: 205px;
	}
	
	body.no-header .title-wrapper.w-size-full {
		padding-top: 0;
	}
}

/* Large devices Desktops */
@media only screen and (min-width: 1200px) {
	.container, .w-section > .row {
		max-width: 1100px;
	}
	
	.title-wrapper.w-gradient .subtitle {
		opacity: 0;
	}
	
	.title-wrapper.w-gradient.w-size-full .subtitle {
		height: 0;
		-ms-transform: translateY(-60px);
		-webkit-transform: translate3d(0, -60px, 0);
		transform: translate3d(0, -60px, 0);
	}
	
	.title-wrapper.w-gradient.w-effect-active .subtitle {
		opacity: 1;
	}
	
	.title-wrapper.w-gradient.w-size-full.w-effect-active .subtitle {
		-ms-transform: translateY(-50px);
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}
	
	.title-wrapper.w-gradient:not(.w-size-s) .title:after {
		opacity: 0;
	}
	
	.title-wrapper.w-gradient.w-size-full .title:after {
		-ms-transform: translateY(30px);
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}
	
	.title-wrapper.w-gradient.w-effect-active .title:after {
		opacity: 1;
	}
	
	.title-wrapper.w-gradient.w-size-full.w-effect-active .title:after {
		-ms-transform: translateY(0px);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Medium Large Desktops */
@media only screen and (min-width: 1400px) {
	.container, .w-section > .row {
		max-width: 1200px;
	}
}

/* Extra Large Desktops */
@media only screen and (min-width: 1663px) {
	.portfolio-overlap .portfolio-meta-wrapper {
		max-width: 380px;
	}
}

/*------------------------------------------------------------------
MAX WIDTH QUERIES
*/

/* Mobile version of Navigation */
@media only screen and (max-width: 1079px) {
	#header {
		display: block;
	}
	
	#header .container {
		height: 65px;
		max-width: none;
	}
	
	.mobile-nav-icon {
		display: block;
	}
	
	#header-logo {
		float: none;
		margin: 0 60px;
	}
	
	#header #top-nav {
		position: absolute;
		z-index: 10;
		top: 0;
		right: 15px;
		width: 60px;
		overflow: hidden;
	}
	
	#top-nav .top-menu {
		position: relative;
		margin-right: -15px;
	}
	
	#header .dropdown-nav > ul > li.menu-item, #header .dropdown-nav .full-nav-icon {
		display: none;
	}
	
	#header .dropdown-nav > ul > li {
		margin-bottom: 10px;
	}
	
	.ex-menu > .menu-item-search > a {
		padding-right: 0;
	}
	
	.full-nav-button {
		display: none;
	}
	
	#side-nav {
		max-width: 400px;
		padding-top: 65px;
		-ms-transform: translateX(-100%);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: -webkit-transform .5s;
		transition: transform .5s;
	}
	
	#live-search-form {
		margin: 10px 0;
	}
	
	.main-content.header-space {
		padding-top: 65px;
	}
}

/* Extra small & Small devices */
@media only screen and (max-width: 991px) {
	#content {
		overflow-x: hidden;
	}
	
	/* Footer */
	#footer-widget, #footer-bottom, #footer-bottom #footer-nav, #footer-bottom #footer-text {
		text-align: center;
	}
	
	.footer-v2 #footer-logo {
		float: none;
		margin-right: 0;
	}
	
	/* Blog */
	.post-nav .post-link {
		display: none;
	}
	
	.prev-post > a {
		width: 50px;
	}
	
	.next-post > a {
		width: 50px;
		text-align: right;
	}
	
	/* Portfolio Single Post */
	.portfolio-gallery .post-gallery li, .portfolio-gallery .post-gallery li:first-child, .portfolio-gallery .post-gallery li:nth-child(2) {
		width: 100%;
		clear: both;
		float: none;
	}
	
	.portfolio-slider .owl-item > div, .portfolio-slider .owl-item a {
		height: 400px;
		width: 400px;
	}
	
	.portfolio-overlap .post-media .cover-image, .portfolio-grid .w-grid li.w-featured .cover-image {
		height: 400px;
	}
	
	.portfolio-overlap .col.col-4.w-sidebar {
		padding-top: 0 !important;
	}
	
	.related-posts li {
		float: left;
		width: 25%;
		padding: 5px;
	}
	
	.widget .w-posts > li > p {
		margin-left: 0;
	}
	
	/* WooCommerce */
	.products.w-grid-space .product {
		width: 50%;
		float: left;
	}
	
	.cart-collaterals.row .buttons, .coupon, .cart_totals h2, .cart-collaterals.row .wc-proceed-to-checkout {
		text-align: center;
	}
	
	.coupon .input-text {
		width: 100%;
	}
	
	.cart_totals table {
		border: 1px solid #e0e0e0;
	}
	
	.cart_totals table th {
		width: 30%;
		text-transform: uppercase;
		font-weight: 700;
		background: none;
		font-size: 14px;
		padding: 0 10px;
		border-bottom: 1px solid #e0dede;
	}
	
	.cart_totals table td {
		padding: 7px 0;
		border: none;
		border-bottom: 1px solid #e0dede;
	}
	
	.shop_table_responsive thead {
		display: none;
	}
	
	.my_account_orders td {
		padding: 4px 8px;
	}
	
	.shop_table_responsive tr:nth-child(even) td {
		background-color: rgba(0, 0, 0, .03);
	}
	
	.shop_table.my_account_orders td.order-actions {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.title-wrapper:not(.w-size-none) .title {
		font-size: 28px;
	}
	
	.title-wrapper.w-size-l .title {
		font-size: 34px;
	}
	
	.title-wrapper.w-size-full .subtitle {
		margin-bottom: 15px;
	}
	
	.title-wrapper:not(.w-size-none) .subtitle {
		font-size: 16px;
	}
	
	/* Portfolio Single Post */
	.portfolio-slider .owl-item > div, .portfolio-slider .owl-item a {
		height: 300px;
		width: 300px;
	}
	
	.portfolio-overlap .post-media .cover-image, .portfolio-grid .w-grid li.w-featured .cover-image {
		height: 300px;
	}
	
	/* WooCommerce */
	.shop_table .product-thumbnail {
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.shop_table .product-info {
		margin: 0;
	}
	
	.shop_table.cart .product-price {
		display: none;
	}
	
	.shop_table .quantity input {
		width: 50px;
	}
}

@media only screen and (max-width: 599px) {
	body {
		overflow-x: hidden;
	}
	
	body h1 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	body h2 {
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	body h3 {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	body h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	body h5 {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
	}
	
	body h6 {
		font-size: 14px;
		letter-spacing: .5px;
		line-height: 1.5;
	}
	
	/* Blog Single Post */
	.post-detail .meta-date:after, .post-detail .meta-author, .post-detail .meta-comment {
		display: none;
	}
	
	/* Portfolio Single Post */
	.portfolio-slider .owl-item > div, .portfolio-slider .owl-item a {
		height: 200px;
		width: 200px;
	}
	
	.portfolio-overlap .post-media .cover-image, .portfolio-grid .w-grid li.w-featured .cover-image {
		height: 200px;
	}
	
	#toplink-wrapper, #toplink-button {
		bottom: 5px;
		right: 5px;
	}
	
	/* WooCommerce */
	.products.w-grid-space {
		margin: 0;
	}
	
	.products.w-grid-space .product {
		width: 100%;
		clear: both;
		float: none;
		padding: 0;
	}
	
	.woocommerce-loop-product__title {
		font-size: 14px;
	}
	
	.woocommerce-result-count {
		float: none;
		text-align: center;
	}
	
	.woocommerce-ordering {
		text-align: center;
	}
	
	.shop_table.cart {
		padding: 0;
	}
	
	.shop_table th {
		font-size: 10px;
	}
	
	.shop_table .product-info {
		font-size: 12px;
		line-height: 14px;
	}
	
	.shop_table .actions > .button, .wc-proceed-to-checkout .button, .coupon .button, .cart-collaterals.row .button {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.woocommerce .order_details li {
		border-right: none;
	}
}

/** WordPress Admin Bar **/
@media only screen and (max-width: 782px) {
	.admin-bar #side-nav, .admin-bar #live-search {
		top: 46px;
	}
}

@media only screen and ( max-width: 600px ) {
	#wpadminbar {
		position: fixed;
	}
	
	#wpadminbar .ab-top-menu > #wp-admin-bar-my-account > .ab-sub-wrapper {
		right: 0;
		left: auto;
	}
}

/** Print mode **/
@media print {
	#header, .post-share, .post-nav, .related-posts, #comments, #footer, #toplink-button, #toplink-wrapper {
		display: none;
	}
}
