﻿/*
Theme Name: Assez
Theme URI: http://www.palthemes.com/assez
Author: PalThemes
Author URI: http://www.palthemes.com/
Description: Assez is modern, simple, clean, minimal and easy to customize WordPress theme for Blogger, Writter, Vlogger and Traveller. It’s builded with most popular HTML-CSS Framework Bootstrap. It comes with nice typography by default and also you can use custom typography too. Very suitable for writers and everyone who like writing or blogging.
Version: 1.0.2
License: 
License URI: 
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: assez
Domain Path: /languages
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structures
 * 3.0 - Header
 * 4.0 - Navigation
 *   4.1 - Dark Navigation
 *   4.2 - Mega Menu
 *   4.3 - Mobile Navigation
 *   4.4 - Search Button & Search Form
 *   4.5 - Socials Button
 * 5.0 - Content
 *   5.1 - Post Thumbnail
 *   5.2 - Entry Header
 *   5.3 - Entry Meta
 *   5.4 - Entry Content
 *   5.5 - Galleries
 *   5.6 - Post Formats
 *   5.7 - Post/Image/Paging Navigation
 *   5.8 - Share Tools / Post Tools
 *   5.9 - Page Heading
 *   5.10 - Comments
 *   5.11 - Related Posts
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - Content Sidebar Widgets
 * 7.0 - Footer
 * 8.0 - Featured Posts Slider
 * 9.0 - WooCommerce
 * 10.0 - Dark Version
 * 11.0 - Pre-Loader
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

/* tes */

abc, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
}

body {
	font-family:"Open Sans", Georgia, serif;
	background: #f4f4f4;
	font-size:14px;
	line-height:25px;
	color: #2b2b2b;
}

button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	line-height: 25px;
}
.panel {
	background-color: transparent;
}
.nav-menu li a {
	background-color: none;
}

.shortcode-container p {
	text-align: left;
}

.shortcode-container.button {
	display: inline-block;
}

a {
	color: #f4cf00;
	text-decoration: none;
	transition:all 500ms;
}

a:focus {
	outline-width:0;
	outline-style:none;
	outline: 0;
	text-decoration:none;
}

a:hover,
a:active {
	outline-width:0;
	outline-style:none;
	outline: 0;
	text-decoration:none;
}

a:active,
a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 6px;
	font-family:Play, serif;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
	font-weight:normal;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
	line-height: 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 13px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding:1px 5px;
	white-space:normal;
	display:inline-block;
	line-height:24px;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	display:block;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	position:relative;
    color: #767676;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin: 10px auto;
    padding: 10px 20px;
	display:inline-block;
	line-height:normal;
}

blockquote cite,
blockquote small {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top:15px;
	margin-left:30px;
	padding:10px 0 13px;
	position:relative;
	display:block;
}
blockquote p cite,
blockquote p small {
	display:inline-block;
}
blockquote cite:before,
blockquote small:before {
	content: "";
	height: 1px;
	width: 20px;
	display:inline-block;
	background:#000;
	opacity:.2;
	position:absolute;
	right:calc(100% + 10px);
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: italic;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
	margin-left:20px;
	margin-bottom:5px;
}

dd {
	margin-bottom: 24px;
	margin-left:40px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
	background: #FFF;
	width: auto;
	padding: 0 5px;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 24px;
	width: 100%;
	border-collapse:collapse;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	border:1px solid rgba(0,0,0,.1);
	padding:5px;
}
th {
	font-weight:bold;
}
tr.odd {
	background:rgba(0,0,0,.02);
}
tr.even {
	background:rgba(0,0,0,.03);
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	width: 100%;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #333;
	color: #fff;

	text-shadow: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Basic Structures
 */
 
.borderbox {
	position:relative;
	margin:auto;
}
.center {
	text-align:center;
}
.background-image {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover !important;
	background-position: center center !important;
	z-index:0;
	opacity:.3;
	transition:all 500ms;
}
.dropcap {
	float: left;
	font-size: 90px;
	padding: 0px;
	line-height: 75px;
	display: block;
	text-align: center;
	margin-right: 5px;
	opacity: .7;
}

/**
 * 3.0 Header 
 * -----------------------------------------------------------------------------
 */

#main-header {
	position:relative;
	text-align:center;
}
.header-container {
	padding:60px 0;
}
.site-info {
	z-index:2;
	position:relative;
}

.head-socials {
	color:#FFFFFF;
	margin-top:30px;
}

.head-socials a {
	color:#FFFFFF;
	width: 40px;
	height: 40px;
	border: 1px solid rgb(255, 255, 255);
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	font-size: 14px;
	display: inline-block;
	opacity:.8;
}

.head-socials .socials-list {
	list-style:none;
	margin:0;
	padding:0;
}

.head-socials .socials-list li {
	position:relative;
	display:inline-block;
	margin:0 5px;
	padding:0;
}
.head-socials .socials-list li:before {
	content:"";
	height:1px;
	width:14px;
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	right:-14px;
	background:#FFF;
	opacity:.5;
}
.head-socials .socials-list li:after {
	content:"";
	height:3px;
	width:3px;
	border-radius:5px;
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	right:-8px;
	background:#FFF;
}
.head-socials .socials-list li:last-child:before,
.head-socials .socials-list li:last-child:after {
	content:none;
}
.head-socials .socials-list li a:hover {
	opacity:1;
}

.assez-topbar {
	position:relative;
	width:100%;
	z-index:8;
	background:#3F3F3F;
	font-size:13px;
}
.sidebar-toggled .assez-topbar {
	z-index:5;
}
.assez-topbar a {
	color:#FFF;
}
.assez-topbar .nav-menu ul.sub-menu li,
.assez-topbar .nav-menu .children li {
	min-width: 170px;
}
.social-header {
	float:left;
	margin-left:10px;
}
.social-header .socials-item-list {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
}
.social-header .socials-item-list li {
	display:inline-block;
}
.social-header .socials-item-list li a {
	display:inline-block;
	padding:0 8px;
}
.social-header .socials-item-list li a:hover {
	color:#f4cf00;
}
.assez-topbar-wrapper {
	width:100%;
	max-width:1170px;
	position:relative;
	padding-left:0;
	padding-right:0;
	margin:0 auto;
	line-height:40px;
}
.topbar-cart-wrapper {
	position:relative;
	float:right;
	padding-left: 10px;
}
.assez-cart-contents i {
	margin-left:5px;
}
li.mini_cart_item,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	position:relative;
	border-bottom:1px solid rgba(0,0,0,.05);
	padding:10px 20px 10px 0 !important;
}
.shopping-cart-wrapper {
	position: absolute;
	white-space: nowrap;
	right: 0px;
	z-index: 15;
	top: 100%;
	background: #FFF;
	color: #353535;
	padding:10px 20px;
	text-align:left;
	line-height:normal;
	box-shadow:0 2px 10px rgba(0,0,0,.1);
	opacity:0;
	visibility:hidden;
	transform:translateY(20px);
	-o-transform:translateY(20px);
	-ms-transform:translateY(20px);
	-moz-transform:translateY(20px);
	-webkit-transform:translateY(20px);
	transition:all 300ms;
}
.toggle .shopping-cart-wrapper {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.assez-topbar .assez-cart-contents {
	padding:0 10px;
	display:inline-block;
	transition:all 200ms;
	color:#353535;
	background:#f4cf00;
}
.assez-topbar .mobile-cart-toggler {
	line-height: 51px;
	background: #f4cf00;
	padding: 0;
	width:50px;
	color: #353535;
	display:none;
	font-size:20px;
}
.assez-topbar .socials-toggler {
	display:none;
	float:left;
	width:50px;
	height:51px;
	line-height:51px;
	text-align:center;
	font-size:20px;
}
.assez-topbar .topbar-menu-toggler {
	display:none;
	height:51px;
	line-height:51px;
	width:50px;
	text-align:center;
	font-size:20px;
}
#topbar_navigation.nav-menu li.menu-item-has-children > a i.topbar-menu-expand,
.assez-topbar .nav-menu li.page_item_has_children > a i.topbar-menu-expand{
	display:none;
}
.assez-topbar .topbar-menu-toggler:before {
	content:"\e68f";
	font-family:themify;
}
.assez-topbar .socials-toggler:before {
	content:"\e750";
	font-family:themify;
}

.assez-cart-contents .amount {
	font-weight:bold;
	margin-right:5px;
}
.assez-topbar .toggle a.assez-cart-contents {
	color:#f4cf00;
	background:#353535;
}
.shopping-cart-wrapper .mini_cart_item a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position:absolute;
	top:4px;
	left:inherit;
	right:0;
}
#topbar_navigation {
	margin:0;
	float:left;
}
#topbar_navigation.nav-menu,
.nav-menu,
.assez-topbar .nav-menu {
	margin:0;
	float:left;
	text-align: left;
}
#topbar_navigation.nav-menu li {
	background: none;
}
#topbar_navigation.nav-menu li a,
.assez-topbar .nav-menu .children li a,
.nav-menu li a,
.assez-topbar .nav-menu li a {
	line-height: inherit;
	color: #FFF;
	padding: 0 7px;
	letter-spacing: 0.3pt;
}

#topbar_navigation.nav-menu ul.sub-menu,
.assez-topbar .nav-menu .children {
	background:#3f3f3f;
}
#topbar_navigation.nav-menu ul.sub-menu li,
.assez-topbar .nav-menu .children li {
	padding:0 20px;
}
#topbar_navigation.nav-menu ul.sub-menu li a,
.assez-topbar .nav-menu .children li a {
	line-height:35px;
}
#topbar_navigation.nav-menu li a:hover,
.assez-topbar .nav-menu li a:hover {
	color:#f4cf00;
}
#topbar_navigation.nav-menu li.menu-item-has-children > a:after,
.assez-topbar .nav-menu li.page_item_has_children > a:after {
	line-height: 16px;
	font-size: 9px;
	transition: inherit;
}
.top-socials-wrapper {
	float:right;
	height: 50px;
	line-height: 50px;
	padding-right:0;
	margin-right:50px;
	font-size:14px;
}
.logo {
	position:relative;
	width:100%;
	max-width: 1170px;
	text-align:center;
	padding:80px 0;
	margin:auto;
}
.logo.left {
	text-align: left;
}
.logo.right {
	text-align: right;
}
.logo h1 {
	position:relative;
	font-size:50px;
	text-transform:none;
	margin:0;
	padding:0;
}
.logo a {
	display:inline-block;
	color: #353535;
	font-size: 70px;
	font-weight: normal;
}
.logo a:hover {
	color:#f4cf00;
}
.logo img {
	max-width:100%;
	height:auto;
}

.logo-small {
	visibility:hidden;
	opacity:0;
	padding:0;
	position:absolute;
	left:0;
	transition:all 300ms;
	margin-left:30px;
	width:90px;
	transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
}
.sticked .logo-small {
	visibility:visible;
	opacity:1;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	z-index:2;
}
#mobile-navigation-sticky-wrapper {
	display:none;
}
#mobile-navigation .logo-small {
	margin-left:50px;
}
.logo-small a {
	color:#111111;
}
.dark .logo-small a {
	color:#FFFFFF;
}

.logo-small h1 {
	font-weight:normal;
	letter-spacing:2px;
}
.mobile-nav-handler .logo-small {
	line-height:50px;
	text-align:center;
	display:inline-block;
}

.logo-small img {
	border:0;
	margin:0;
	padding:0;
	margin-top:-5px;
	width:100%;
	height:auto;
}
.logo-small a {
	display:inline-block;
}
.logo-small h1 {
	line-height:60px;
	margin:0;
	padding:0;
	font-size: 15px;
}

/**
 * 4.0 Navigation
 */
 
#primary-navigation {
	transition:all 500ms;
	z-index:10;
}

#navigation {
	margin-bottom:60px;
}
#primary-navigation {
	position:relative;
	font-family:Play, sans-serif;
	text-align:left;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	z-index:7;
}
#primary-navigation .container {
	width:100%;
	max-width:1170px;
	padding:0;
}
.navigation-wrapper {
	position:relative;
	max-width:1170px;
	margin:auto;
	background:#FFF;
	text-align:center;
	transition:all 500ms;
	border-bottom: 1px solid #f0f0f0;
}
.dark .navigation-wrapper {
	background: #111111;
	border-bottom: 1px solid #151515;
}
.dark .nav-menu li a {
	color: #FFF;
}
.sticked .navigation-wrapper {
	box-shadow:0 2px 5px rgba(0,0,0,.05);
}
#primary-navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
#primary-navigation .nav-menu {
	position:relative;
	z-index:2;
	list-style:none;
	padding:0 20px;
	margin:0;
	display:block;
	transition:all 300ms;
	float:left;
	text-align:left;
}
.sticked #primary-navigation .nav-menu {
	margin-left:110px;
}
.nav-menu ul {
	margin:0 -5px;
}
.nav-menu li {
	display:inline-block;
	position:relative;
}
.nav-menu li a,
.nav-menu li a.fa {
	color: #353535;
	line-height: 60px;
	display: block;
	padding: 0 10px;
	font-family: inherit;
	transition: all 500ms;
}
.nav-menu li a span {
	background: #f4cf00;
	padding: 2px 5px;
	border-radius: 3px;
	color: #353535;
	font-size: 10px;
	display: inline-block;
	line-height: 15px;
}
.nav-menu li a span.green {
	background: #5c8e5f;
	color: #FFF;
}
.nav-menu li a span.blue {
	background: #445794;
	color: #FFF;
}
.nav-menu li a span.red {
	background: #cc5252;
	color: #FFF;
}
.nav-menu li a span.purple {
	background: #a83b9b;
	color: #FFF;
}
.nav-menu li a:hover {
	color:#f4cf00;
}
.nav-menu li a.fa:before {
	font-family:FontAwesome;
	margin-right:5px;
	line-height:normal;
	display: inline-block;
}

.nav-menu li.current-menu-item a,
.nav-menu li.current-menu-ancestor a,
.nav-menu ul.sub-menu li.current-menu-item a,
.nav-menu ul.sub-menu li.current-menu-ancestor > a {
	position:relative;
}
.nav-menu li a:hover {
	color:#f4cf00;
}
.nav-menu li.menu-item-has-children > a:after,
.nav-menu li.page_item_has_children > a:after{
	content:"\e65f";
	font-family:themify;
	margin-left:5px;
	display:inline-block;
	font-size:10px;
	color:#BBB;
	transition: inherit;
}
.nav-menu ul.sub-menu,
.nav-menu .children {
	position: absolute;
	left: 0;
	border-top: 2px solid #f4cf00;
	padding: 0;
	margin: 0;
	z-index: 5;
	-webkit-animation-duration: 600ms;
	-moz-animation-duration: 600ms;
	-ms-animation-duration: 600ms;
	-o-animation-duration: 600ms;
	background:#fafafa;
	height:auto;
	visibility:hidden;
	opacity:0;
	visibility:hidden;
	transform:translateY(20px);
	-o-transform:translateY(20px);
	-ms-transform:translateY(20px);
	-moz-transform:translateY(20px);
	-webkit-transform:translateY(20px);
	transition:all 300ms;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}
.nav-menu ul.sub-menu.toggle,
.nav-menu .children.toggle{
	visibility:visible;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
}
.nav-menu ul.sub-menu li a,
.nav-menu .children li a {
	position:relative;
	transition:all 300ms;
}
.nav-menu ul.sub-menu li,
.nav-menu .children li{
	padding:0 30px;
	transition:all 500ms;
}
.nav-menu ul.sub-menu li a:not(.fa):hover,
.nav-menu .children li a:not(.fa):hover {
	padding-left:10px;
}
.nav-menu ul.sub-menu li a:not(.fa):hover:before,
.nav-menu .children li a:not(.fa):hover:before {
	left:-5px;
	opacity:1;
	visibility:visible;
}
.nav-menu ul.sub-menu li a:not(.fa):before,
.nav-menu .children li a:not(.fa):before {
	content:"\f0da";
	font-family:FontAwesome;
	position:absolute;
	left:0;
	opacity:0;
	visibility:hidden;
	transition:all 300ms;
}
.nav-menu ul.sub-menu li.menu-item-has-children > a:after,
.nav-menu .children li.page_item_has_children > a:after {
	position:absolute;
	content:"\e65d";
	font-family:themify;
	margin-left:7px;
	width:14px;
	height:14px;
	line-height:14px;
	right:-5px;
	display:block;
	font-size:11px;
	text-align:center;
	color:#CCCCCC;
	transition:all 300ms;
	bottom: 50%;
	transform: translateY(50%);
}
.nav-menu ul.sub-menu li a,
.nav-menu .children li a {
	font-size:11px;
	border-bottom:1px solid rgba(0,0,0,.05);
	color:#333;
	padding:0;
	line-height:40px;
}

.nav-menu ul.sub-menu li:last-child > a,
.nav-menu .children li:last-child > a {
	border-bottom:none;
}
.nav-menu ul.sub-menu li,
.nav-menu .children li {
	position:relative;
	display:block;
	white-space:nowrap;
	min-width:200px;
}
.nav-menu ul.sub-menu li > a:hover,
.nav-menu li a:hover:after,
.nav-menu ul.sub-menu li a:hover:after,
.nav-menu.dark ul.sub-menu li a:hover:after,
.nav-menu .children li > a:hover,
.nav-menu .children li a:hover:after,
.nav-menu.dark .children li a:hover:after {
	color:#f4cf00;
}
.nav-menu ul.sub-menu ul.sub-menu,
.nav-menu .children .children {
	position:absolute;
	left:100%;
	top:-2px;
}

/**
 4.1 Dark Navigation
 */

.nav-menu.dark li a {
	color:#CCC;
}
.nav-menu.dark ul.sub-menu {
	background:#222;
}
.nav-menu.dark ul.sub-menu li.menu-item-has-children > a:after {
	color:#CCC;
}
.nav-menu.dark ul.sub-menu li a {
	border-bottom:1px solid rgba(255,255,255,.08);
	color:#BBB;
}

/**
 4.2 Mega Menu
 */

#primary-navigation ul.mega-menu-row {
	border:0;
	background:none;
}
.nav-menu .mega-menu ul.sub-menu,
.nav-menu.dark .mega-menu ul.sub-menu {
	box-shadow:none;
	border:0;
}
.nav-menu .menu-item-has-mega-menu ul.sub-menu {
	opacity:1;
	visibility:inherit;
	transform:none;
	-o-transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	position:static !important;
	background:none;
}
.nav-menu .mega-menu ul.sub-menu li.menu-item-has-children > a:after {
	content:none;
}
.mega-menu {
	position: absolute;
	top:calc(100% + 10px);
	left: 0px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	z-index: 12;
	padding:10px 20px;
	display:table;
	border-top:3px solid;
	box-shadow:0px 2px 10px rgba(0, 0, 0, 0.08);
	visibility:hidden;
	opacity:0;
	transition:all 300ms;
}
.nav-menu.dark .mega-menu {
	background:#171717;
	color:#FFFFFF;
}
.mega-menu.toggle {
	top:100%;
	opacity:1;
	visibility:visible;
}
.mega-menu-row {
	position: static;
	padding: 0px;
	margin: 0px;
	display:table-row;
}
.nav-menu ul.sub-menu li.mega-menu-col {
	margin:0;
	padding:0;
	display:table-cell;
}
.nav-menu ul.sub-menu li.mega-menu-col div {
	font-weight:normal;
	font-family:Open Sans, sans-serif;
	font-size:13px;
	padding-bottom:5px;
	opacity:.5;
	font-style:italic;
	padding:5px;
	margin-left:5px;
}
.nav-menu ul.sub-menu li.mega-menu-col > a {
	border-bottom:0;
	font-size:16px;
	line-height:normal;
	color:#000;
	margin-left:5px;
	padding-top:10px;
}
.nav-menu.dark ul.sub-menu li.mega-menu-col > a {
	color:#FFF;
}
.nav-menu ul.sub-menu li.mega-menu-col > a:hover,
.nav-menu.dark ul.sub-menu li.mega-menu-col > a:hover {
	color:inherit;
}
.mega-menu-col .sub-menu {
	position:static;
}
.nav-menu .mega-menu ul.sub-menu li {
	padding:0;
	background:none !important
}
.nav-menu .mega-menu ul.sub-menu li li {
	margin:0 20px;
}
.nav-menu .mega-menu ul.sub-menu li a:not(.fa):before {
	content:none;
}
.nav-menu .mega-menu ul.sub-menu li:before,
.nav-menu .mega-menu ul.sub-menu li:after {
	content:none;
}
.nav-menu .mega-menu ul.sub-menu li a:hover {
	padding:inherit;
}

/**
 4.3 Mobile Navigation
 */
 
.sticky-wrapper {
	height:auto;
}
/*.menu-toggler {
	position:absolute;
	font-size:18px;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	display:inline-block;
}
.menu-toggler:before {
	content:"\e68e";
	font-family:themify;
	font-size:20px;
}
.menu-toggler.opened:before {
	content:"\e646";
}
*/

.menu-toggler {
	position:absolute;
	display: inline-block;
	right:50%;
	transform:translateX(50%);
	width: 25px;
	height: 60px;
	margin: 0 auto;
}

.menu-toggler span:after,
.menu-toggler span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
}
.menu-toggler span:after{
  top: 7px;
}
.menu-toggler span {
  position: absolute;
  display: block;
  bottom:50%;
  transform:translateY(50%);
}

.menu-toggler span,
.menu-toggler span:after,
.menu-toggler span:before {
  width: 100%;
  height: 1px;
  background-color: #353535;
  transition: all 0.3s;
  backface-visibility: hidden;
}

/* on opened */
.menu-toggler.opened span {
  background-color: transparent;
}
.menu-toggler.opened span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggler.opened span:after {
  transform: rotate(-45deg) translate(5px, -5px);
}

#mobile-navigation {
	position:relative;
	text-align:left;
	z-index:7;
	line-height:60px;
	height:60px;
	margin:auto;
}
.sidebar-toggled #mobile-navigation {
	z-index:5 !important;
}
.header-type1 #mobile-navigation-sticky-wrapper {
	padding-left:15px;
	padding-right:15px;
}
.mobile-nav-handler {
	height:60px;
	line-height:60px;
	transition:all 500ms;
	position:relative;
	padding:0;
	background:#FFFFFF;
	color:#111;
	margin:auto;
	border-bottom:1px solid #f0f0f0
}
.mobile-nav-handler a {
	color:#111;
}
.dark .mobile-nav-handler {
	background:#111;
	color:#FFF;
}
.dark .mobile-nav-handler a {
	color:#FFF;
}

#mobile-navigation .sub-menu,
.mobile-nav-menu > ul .children {
	margin:0;
	display:none;
	margin-left:10px;
	border-left:1px solid rgba(0,0,0,.1);
	font-size:11px;
}
#mobile-navigation .mega-menu {
	display:block;
	padding:0;
	visibility:visible;
	opacity:1;
	position:relative;
	border:0;
	box-shadow:none;
	background:none;
}
#mobile-navigation .mega-menu div {
	display:none;
}
#mobile-navigation .sub-menu li {
}
.mobile-menu-wrapper > ul,
.mobile-nav-menu > ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
	width:100%;
	background:#f9f9f9;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	top:60px;
	transform:translateY(10px);
	-o-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-webkit-transform:translateY(10px);
	transition:all 300ms;
}
.mobile-menu-wrapper > ul.toggle,
.mobile-nav-menu > ul.toggle {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.mobile-nav-menu ul,
.mobile-nav-menu > li ul {
	list-style:none;
	margin:0;
}

.mobile-nav-menu li a {
	padding:0 20px;
	display:block;
	line-height:39px;
	color:#111;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,.1);
	font-family:inherit;
}
.dark .mobile-nav-menu {
	background:#121212;
	color:#EEE;
}
.dark .mobile-nav-menu li a {
	color:#EEE;
}
.mobile-nav-menu li a.fa:before {
	font-family: FontAwesome;
	margin-right: 5px;
	line-height: normal;
	display: inline-block;
}
.mobile-nav-menu li a:hover {
	background:#F3F3F3;
	color:#111;
}
.pt-menu-expand {
    position: absolute;
    right: 0;
    background: #000;
	color:#FFF;
    top: 0;
	line-height:40px !important;
	width:40px;
	height:40px;
	text-align:center;
}
.pt-menu-expand:hover {
	background:#333;
}

/* Nav Menu Color */
.nav-menu li.current_page_item > a,
.nav-menu li.current-menu-item > a,
.nav-menu li.current-menu-item > a:before,
.nav-menu li.current-menu-item > a:after,
.nav-menu li.current-menu-ancestor > a,
.nav-menu li.current-menu-ancestor > a:before,
.nav-menu li.current-menu-ancestor > a:after,

.nav-menu.dark li.current-menu-item > a,
.nav-menu.dark li.current-menu-item > a:before,
.nav-menu.dark li.current-menu-item > a:after,
.nav-menu.dark li.current-menu-ancestor > a,
.nav-menu.dark li.current-menu-ancestor > a:before,
.nav-menu.dark li.current-menu-ancestor > a:after {
	color:#f4cf00;
}

.nav-menu ul.sub-menu li.current-menu-item,
.nav-menu ul.sub-menu li.current-menu-ancestor,

.nav-menu.dark ul.sub-menu li.current-menu-item,
.nav-menu.dark ul.sub-menu li.current-menu-ancestor {
	background: #f4cf00;
}
.nav-menu ul.sub-menu li.current-menu-item > a,
.nav-menu ul.sub-menu li.current-menu-item > a:before,
.nav-menu ul.sub-menu li.current-menu-item > a:after,
.nav-menu ul.sub-menu li.current-menu-ancestor > a:hover,
.nav-menu ul.sub-menu li.current-menu-ancestor > a,
.nav-menu ul.sub-menu li.current-menu-ancestor > a:before,
.nav-menu ul.sub-menu li.current-menu-ancestor > a:after,

.nav-menu.dark ul.sub-menu li.current-menu-item > a,
.nav-menu.dark ul.sub-menu li.current-menu-item > a:before,
.nav-menu.dark ul.sub-menu li.current-menu-item > a:after,
.nav-menu.dark ul.sub-menu li.current-menu-ancestor > a:hover,
.nav-menu.dark ul.sub-menu li.current-menu-ancestor > a,
.nav-menu.dark ul.sub-menu li.current-menu-ancestor > a:before,
.nav-menu.dark ul.sub-menu li.current-menu-ancestor > a:after,
.nav-menu ul.sub-menu li.current-menu-ancestor > a:hover:after,
.nav-menu.dark ul.sub-menu li.current-menu-ancestor > a:hover:after{
	color:#353535;
}

/**
 4.4 Search button & Search Form
 */

a.search-button {
	position:absolute;
	top:0;
	right:20px;
	z-index:11;
	line-height:60px;
	transition:all 500ms;
	text-align:center;
	color:#353535;
	font-size:18px;
}
a.search-button:hover {
	color:#f4cf00;
}
a.search-button:before {
	content:"\e610";
	font-family:themify;
}
a.search-button.active:before {
	content:"\e646";
}
.dark a.search-button {
	color: #FFFFFF;
}
.search-header-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width:100%;
	z-index:2;
	opacity:0;
	visibility:hidden;
}
.search-header-wrapper.toggle {
	opacity:1;
	visibility:visible;
	z-index:10;
	box-shadow:0 0 15px rgba(0,0,0,.2);
}
.search-header-wrapper a.search-button {
	font-size:16px;
}
.searchbox-header {
	position: relative;
	background:#FFF;
}
.searchbox-header:before {
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	height:2px;
	width:0;
	background:#f4cf00;
	transition:all 500ms;
}
.dark .searchbox-header {
	background: #151515;
}
.dark .searchbox-header .search-field {
	color: #FFFFFF;
}
.toggle .searchbox-header:before {
	width:100%;
}
.searchbox-header .search-area {
	padding:0;
	width:100%;
	border-top:0;
	height:60px;
}
.searchbox-header .search-field {
	padding:0 30px;
	line-height:60px;
	border:0;
	width:100%;
	background:none;
	text-transform:uppercase;
}
.search-screen-trap {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.2);
	visibility:hidden;
	opacity:0;
	transition:all 300ms;
}
.search-screen-trap.toggle {
	visibility:visible;
	opacity:1;
}
.searchbox-header .search-btn {
	display:none;
}
/**
 4.5 Socials button
 */


/**
 5.0 Content
 */
#main-content {
	position:relative;
	z-index:5;
	padding: 15px 55px 80px;
	margin: 0;
	background: #FFF;
}
#main-content.no-featured {
	padding-top: 35px;
}
.boxed #main-content {
	background:#FFF;
	padding:40px;
	border:1px solid rgba(0,0,0,.04);
	box-shadow:0 2px 6px rgba(0,0,0,.01);
}
.no-sidebar #main-content {
	padding: 25px 85px 80px;
}
#content {
	word-wrap: break-word;
}
#global-container {
	width:1170px;
	padding:0;
	margin:auto;
}
#blogroll {
	position:relative;
	width:755px;
	float:left;
	padding:0;
}
.error404  #blogroll:before {
	content: "404";
	font-family: Play, serif;
	position: absolute;
	font-size: 420px;
	opacity: .05;
	right: -50px;
	bottom: 50%;
	transform:translateY(50%);
	-o-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-webkit-transform:translateY(50%);
	z-index: 1;
	display: block;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	cursor:default;
}
.boxed #blogroll {
	width:660px;
}
.fullwidth-boxed #blogroll,
.no-sidebar #blogroll {
	width:100%;
	float:none;
	padding:0;
}

.left-sidebar #blogroll {
	float:right;
}

.entry-content {
	position:relative;
	z-index:1;
}
.assez-classicpost .entry-content {
	margin:25px 55px 0;
	padding-bottom:90px;
}
.entry-body {
	font-size:14px;
}
.page-links {
	margin-top:20px;
	padding:15px 0;
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.page-links a span {
	background: #353535;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	padding: 0 13px;
	transition:all 300ms;
}
.page-links > span {
	background: #f4cf00;
	color: #353535;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
	display: inline-block;
}
.page-links span.page-links-title {
	background: #353535;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}
.page-links a span:hover {
	background: #f4cf00;
	color: #353535;
}

.product-list {
	padding-left:20px;
}
.article-list .post:last-child .entry-content:after {
	content:none;
}
.article-list .post:last-child .entry-content:before {
	content:none;
}
.entry-content p {
	line-height:27px;
	margin:15px 0;
	font-size:14px;
	word-break: break-word;
	color:#000;
}

.hentry .entry-title {
	position:relative;
	z-index:2;
	font-size:40px;
	line-height:45px;
	margin:0;
	margin-bottom: 20px;
	text-align:left;
}
.hentry.assez-gridpost .entry-title {
	font-size: 30px;
	line-height: 35px;
}
.assez-listpost.type-post .entry-title {
	margin-top:15px;
}
.hentry.even .entry-title {
	text-align:left;
}
.single-post .hentry .entry-title {
	text-align:right;
	margin-bottom:10px;
	padding-top: 50px;
}
.hentry.no-thumb .entry-title {
	margin-bottom:0;
}
.hentry .entry-title.single {
	padding-bottom:0;
}
.classic .hentry .entry-title {
	margin: -220px 55px 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
}
.classic .hentry.no-thumb .entry-title {
	margin-top: 0;
	padding-top: 60px;
}

.hentry.even .entry-title:after {
	right:inherit;
	left:-55px;
}
.hentry .entry-title.single:before {
	content:none;
}
.post-password-required .entry-title:before {
	content:"\e62b";
	font-family:themify;
	margin-right:10px;
}
.post-password-protected .entry-title:before {
	content:"\e603";
	font-family:themify;
	margin-right:10px;
}

.entry-title a {
	color:#000;
	font-family:inherit;
}
.entry-title a:hover {
	color:#666;
}

.post-readmore-wrapper,
.more-button {
	position:relative;
	display:block;
	margin-top:40px;
	text-align:left;
}
.assez-gridpost .post-readmore-wrapper {
	margin-top:30px;
	float:left;
}
.assez-classicpost .more-button {
	position: absolute;
	left: 0;
	bottom: 30px;
	margin: 0;
	
}
.hentry .post-readmore,
.hentry .more-link {
	position: relative;
	font-family:Play, serif;
	padding:0 15px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-transform:uppercase;
	background: #f4cf00;
	color:#353535;
	border-left:3px solid #353535;
}
.hentry:not(.assez-gridpost) .entry-content .post-readmore:hover,
.hentry:not(.assez-gridpost) .entry-content .more-link:hover {
	background:#353535;
	color:#FFF;
}
.assez-gridpost .entry-content .post-readmore {
	padding: 0 3px;
	height: 35px;
	line-height: 31px;
	border: 0;
	border-bottom: 2px solid #353535;
	background: none;
	text-transform: none;
	font-size: 13px;
	color: #353535;
}
.assez-gridpost .post-readmore:hover {
	color: #f4cf00;
	border-bottom: 2px solid #f4cf00;
}
.assez-gridpost .post-readmore:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	height: 2px;
	width: 100%;
	background: #f4cf00;
	transform: translateY(10px);
	opacity: 0;
	transition: all 500ms;
}
.assez-gridpost .post-readmore:hover:before {
	opacity: 1;
	transform: translateY(0);
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
	line-height:160%;
	font-weight:bold;
	margin:20px 0;
}

.ampersand {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
	font-style: italic;
	font-weight: lighter;
	line-height:initial;
}

.hentry h1 {
	font-size:48px;
	line-height:130%;
	margin-bottom:10px;
	margin-top:10px;
	margin:20px 0;
}
.hentry h2 {
	font-size:38px;
}
.hentry h3 {
	font-size:32px;
}
.hentry h4 {
	font-size:28px;
}
.hentry h5 {
	font-size:24px;
}
.hentry h6 {
	font-size:20px;
}
.hentry ul,
.hentry ol {
	margin-left:40px;
}
.hentry ul li,
.hentry ol li {
	margin-bottom:12px;
}
.hentry ul ul,
.hentry ol ol {
	margin-top:10px;
}
.wp-caption {
	max-width:100%;
	height:auto;
}
.wp-caption img,
.entry-content img {
	max-width:100%;
	height:auto;
}
.wp-caption-text {
	font-style:italic;
	opacity:.7;
	margin-top:10px;
	text-align:center;
}
.wp-caption-text:before {
	content:"- ";
}
.wp-caption-text:after {
	content:" -";
}
.alignleft {
	display:inline-block;
	float:left;
	margin:10px 30px 25px 0;
}
.alignright {
	display:inline-block;
	float:right;
	margin:10px 0 25px 30px;
}
.aligncenter {
	display:block;
	text-align:center;
	margin:10px auto 25px;
}

.size-full {
	max-width:100%;
	height:auto;
}

.hentry {
	position:relative;
	margin-bottom:30px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	font-size:16px;
}
.hentry.sticky.assez-listpost .entry-container:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  transparent #1F6776 transparent transparent;
	border-width: 8px 4px 0 0;
	right: 40px;
	top: -8px;
	z-index: 1;
}
.hentry.sticky.assez-gridpost:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  transparent #1F6776 transparent transparent;
	border-width: 8px 4px 0 0;
	right: 40px;
	top: -8px;
	z-index: 1;
}
.hentry.assez-listpost.sticky:nth-child(even) .entry-container:before,
.hentry.sticky.no-thumb .entry-container:before {
	right: inherit;
	left: 6px;
}
.hentry.sticky.assez-listpost .entry-container:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  #54899A #54899A transparent #54899A;
	border-width: 20px 15px 15px 15px;
	right: 10px;
	top: -8px;
	z-index: 1;
}
.hentry.sticky.assez-gridpost:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  #54899A #54899A transparent #54899A;
	border-width: 20px 15px 15px 15px;
	right: 10px;
	top: -8px;
	z-index: 1;
}
.hentry.sticky:nth-child(even) .entry-container:after,
.hentry.sticky.no-thumb .entry-container:after {
	right: inherit;
	left: 10px;
}
.hentry.assez-classicpost.sticky:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  transparent #1F6776 transparent transparent;
	border-width: 8px 4px 0 0;
	left: 46px;
	top: -8px;
}
.hentry.assez-classicpost.sticky:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:  #54899A #54899A transparent #54899A;
	border-width: 20px 15px 15px 15px;
	left: 50px;
	top: -8px;
}
.page-template-fullwidth-boxed .hentry,
.page-template-contact .hentry,
.page-template-default .hentry,
.single .hentry {
	padding:0;
}
.no-sidebar .hentry {
	margin-left:auto;
	margin-right:auto;
}

.format-audio iframe {
	max-height:250px;
	max-width:100%;
	margin-bottom:-6px;
}

.assez-listpost.format-quote blockquote {
	padding: 0;
	margin-top:90px;
	font-size:22px;
}
.assez-listpost.format-quote.no-thumb blockquote {
	margin-top: 40px;
}
.assez-listpost.format-quote blockquote p {
	text-align:right !important;
	color:#353535;
	font-weight:400;
	font-size:25px;
}
.assez-listpost.format-quote:nth-child(even) blockquote p {
	text-align:left !important;
}

.entry-content blockquote p {
	position: relative;
    font-size: 20px;
    color: #818181;
    line-height: 150%;
	margin:0;
    margin-bottom: 5px;
}

.format-quote blockquote p:first-child {
	color:#333333;
	line-height:150%;
	position:relative;
}

.format-quote blockquote cite {
	position:relative;
	font-size:18px;
	color:#8b8b8b;
	font-style:italic;
	padding-bottom:0;
	padding:0 10px;
}
.hentry.assez-gridpost .entry-content {
	margin:0;
	font-size:14px;
	line-height:24px;
}
.hentry.assez-gridpost.format-quote .entry-content {
	position: relative;
	margin:0;
	padding:30px 30px 20px;
	background-size: cover;
	background-repeat: no-repeat;
}
.hentry.assez-gridpost.format-quote .entry-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.9);
}
.hentry.assez-gridpost.format-quote {
	vertical-align:middle;
}
.hentry.assez-gridpost blockquote p {
	max-width: inherit;
	margin: 10px auto;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0;
}
.hentry.assez-gridpost blockquote cite {
	padding:0;
	font-size:14px;
}
.hentry.assez-gridpost blockquote p:before {
	font-size:18px;
}
.hentry.assez-gridpost blockquote {
	padding:0;
	margin:0;
}
.hentry.assez-gridpost blockquote:before,
.hentry.assez-gridpost blockquote:after {
	content:none;
}


.assez-grid-table {
	display:table;
	border-spacing:10px;
	margin:-10px;
}
.assez-row {
	display:table-row;
}
.hentry.assez-gridpost.threecols {
	width:33.33%;
}

.comment-link {
	position:absolute;
	left:30px;
	bottom:18px;
	color:#CCC;
}
.no-sidebar .comment-link {
	font-size:20px;
	left:40px;
}
.comment-link:hover {
	color:#f4cf00;
}
.hentry input[type="tel"],
.hentry input[type="text"],
.hentry input[type="password"],
.hentry input[type="email"],
.hentry input[type="search"],
.hentry textarea,
.comment-form input,
.comment-form textarea {
	width:100%;
	padding:0 10px;
	border:1px solid rgba(0,0,0,.1);
	background:#fbfbfb;
	height: 45px;
	line-height: 43px;
}
.hentry input[type="search"] {
	width: auto;
}
.comment-form input[type="checkbox"] {
	line-height: inherit;
	height: inherit;
	margin-right: 5px;
}
.comment-form textarea {
	height:250px;
	line-height:inherit;
}
.select2-container
.select2-choice {
	border-radius:0;
	border:1px solid rgba(0,0,0,.1);
	background:#fbfbfb;
	height: 40px;
	line-height: 38px;
	padding:0 10px;
}
.hentry input[type="text"],
.hentry input[type="password"],
.hentry input[type="email"],
.hentry input[type="search"],
.hentry textarea {
	margin:5px 0 15px;
}
.hentry textarea {
	height:250px;
}
.hentry input[type="text"].search-field {
	padding: 0 20px;
	border-radius: 0;
	width: auto;
	height: 45px;
	line-height: 45px;
}
.hentry .search-btn {
	padding: 0 13px;
	color: #353535;
	border: 1px solid rgba(0,0,0,.1);
	margin-left: 10px 15px;
	transition: all 500ms;
	line-height: 43px;
	height: 45px;
}
.hentry .search-btn:hover {
	background:#000;
}

/* full width boxed mode / no sidebar */
@media only screen and (min-width: 942px) {
	/* grid layout */
	.no-sidebar .gridpost-masonry {
		margin-right: -98px;
		margin-left: -45px;
	}
	.no-sidebar .gridpost-sizer,
	.no-sidebar .assez-gridpost {
		width:calc(33.33% - 30px);
	}
	
	.no-sidebar .hentry dl dd,
	.no-sidebar .hentry dl dt,
	.no-sidebar .hentry ul li,
	.no-sidebar .hentry ol li,
	.no-sidebar .hentry ul ul,
	.no-sidebar .hentry ol ol,
	.fullwidth-boxed .hentry dl dd,
	.fullwidth-boxed .hentry dl dt,
	.fullwidth-boxed .hentry ul li,
	.fullwidth-boxed .hentry ol li,
	.fullwidth-boxed .hentry ul ul,
	.fullwidth-boxed .hentry ol ol {
		margin-left:25px;
	}

	.no-sidebar img.size-full,
	.fullwidth-boxed img.size-full {
		width:100%;
		height:auto;
		margin:20px auto;
		margin-top: 0;
		display:inline-block;
	}
	.no-sidebar .entry-content blockquote p,
	.fullwidth-boxed .entry-content blockquote p {
		max-width:inherit;
		margin:10px auto 30px;
		font-size:25px;
		line-height:36px;
		letter-spacing:1px;
	}
	.no-sidebar .format-quote .entry-content blockquote p {
		max-width: inherit;
		margin: 10px auto;
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	.no-sidebar .entry-content p,
	.fullwidth-boxed .entry-content p {
		margin:30px auto;
		font-size:16px;
		line-height:27px;
	}
	.no-sidebar .entry-content p:first-child,
	.fullwidth-boxed .entry-content p:first-child {
		margin-top:0;
	}
}

/**
 * 5.1 Post Thumbnail
 */

.assez-media {
	position:relative;
	background:url(lib/img/soft-pattern.png);
	margin-bottom:20px;
	overflow:hidden;
}
.assez-media:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 90%;
	width: 100%;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,0.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	z-index:1;
}
.assez-media img {
	transition:filter 1s, transform 1s, opacity 1s;
}
.assez-media:hover img {
	filter:blur(2px);
	transform:scale(1.004,1.004);
	-o-transform:scale(1.004,1.004);
	-ms-transform:scale(1.004,1.004);
	-moz-transform:scale(1.004,1.004);
	-webkit-transform:scale(1.004,1.004);
	opacity:0.9;
}
.assez-media .tiled-gallery {
	margin:0;
	padding:0;
}

.assez-media .link-box {
	position:relative;
	padding:80px 10px;
	text-align:center;
	font-size:25px;
	line-height:36px;
	background-repeat:no-repeat;
	background-size:cover;
	word-break:break-all;
	background-position:center center;
	word-wrap:break-word;
}
.assez-media .link-box:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(lib/img/soft-pattern.png) rgba(0,0,0,.4);
}
.assez-media .link-box a {
	color:#FFF;
	display:inline-block;
}
.assez-media .link-box a:hover {
	color:#f4cf00;
	text-decoration:underline;
}

.single-media {
	position:relative;
	height:520px;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	margin:auto;
	overflow:hidden;
}
.single-media .entry-title {
	font-size: 45px;
	text-align: center;
	margin: 0px;
	display:inline-block;
	color: #fff;
	margin-top:70px;
	padding:10px 35px;
	margin-bottom:15px;
	font-weight:normal;
	border-bottom:2px solid #f4cf00;
}
.single-media .meta {
	text-transform: none;
	text-align: center;
	color: #FFF;
	font-size:16px;
}
.single-media .meta a,
.single-media .meta .comment-count a {
	color:#FFF;
}
.single-media .meta .avatar {
	width: 35px;
	height: auto;
	border-radius: 50%;
	margin-right: 5px;
}
.single-media .meta .comment-count {
	position:relative;
	margin-left:20px;
	padding-left:20px;
	display: inline-block;
}
.single-media .meta .comment-count:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background:rgba(255,255,255,.3);
}
.single-media .meta .comment-count i {
	margin-right:3px;
	font-size:18px;
	display: inline-block;
}
.single-media-container {
	position:absolute;
	bottom: 20px;
	width:100%;
	padding:35px 55px;
	text-transform:uppercase;
	z-index:1;
	text-align:center;
}
.single-media .entry-category {
	padding:0 20px;
	height:40px;
	line-height:40px;
}
.single-media .entry-format a {
	width:40px;
	height:40px;
	line-height:40px;
}
.single-media .format-category-wrapper {
	position:absolute;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	right:50%;
	font-size:14px;
}
.single-media-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	transition:filter 1s;
}
.single-media:hover .single-media-bg {
	filter:blur(3px);
}
.single-media-bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.20)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.20) 100%);
}
.single-media:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url(lib/img/soft-pattern.png);
	z-index:1;
}
.post-thumbnail {
	position:relative;
	display:block;
	overflow:hidden;
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.post-thumbnail.lightbox:after {
	content:"\e611";
	font-family:themify;
	color:#FFF;
	position:absolute;
	right:50%;
	bottom:calc(50% - 30px);
	transform:translate(50%,50%);
	-o-transform:translate(50%,50%);
	-ms-transform:translate(50%,50%);
	-moz-transform:translate(50%,50%);
	-webkit-transform:translate(50%,50%);
	z-index:2;
	font-size:35px;
	transition:all 500ms;
	opacity:0;
	visibility:hidden;
}
.post-thumbnail.lightbox:hover:after {
	bottom:50%;
	opacity:1;
	visibility:visible;
}
.post-thumbnail img {
	width: auto;
	height: auto;
	transition: all 500ms;
	max-height: 540px;
	max-width: 100%;
}
.fullwidth .post-thumbnail img {
	max-height:none;
	width:100%;
}

.entry-content .post-thumbnail p,
.post-thumbnail p {
	margin: 0px;
	position: absolute;
	z-index: 2;
	color: rgb(255, 255, 255);
	width: 100%;
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	font-size:20px;
}

/**
 5.2 Entry Header
 */

.entry-header {
	position:relative;
	text-align:center;
}
.assez-gridpost .entry-header {
	margin-bottom:10px;
}
.entry-header .post-meta-top {
	left: inherit;
	right: 0;
	top: 5px;
}
.entry-header .entry-category {
	float: left;
}

/**
 * 5.3 Entry Meta
 */

.entry-meta {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color:#353535;
	display:block;
	padding:10px 0;
	margin:20px 0;
	font-family:Play, serif;
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:3px double rgba(0,0,0,.1);
}
.assez-listpost .entry-meta {
	text-align:left;
	color: #353535;
}
.no-thumb .entry-meta {
	margin-top:15px;
}
.assez-classicpost .entry-meta,
.no-sidebar .assez-classicpost .entry-meta{
	position: relative;
	margin: 15px 55px 0;
	border: 0;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0,0,0,.7);
}
.assez-classicpost .entry-meta:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 50%;
	background: #f4cf00;
	bottom: -2px;
	right: 0;
}
.entry-meta a {
	color:#353535;
}
.entry-meta a.fn {
	font-weight:bold;
	display: inline-block;
}
.entry-meta .comment-count {
	position:relative;
	margin-left:15px;
	padding-left:15px;
}
.entry-meta .comment-count:before {
	content:"";
	position:absolute;
	width:1px;
	top:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.2);
}
.entry-container {
	position:relative;
	width:50%;
	float:right;
	padding:25px 40px 25px 0;
	min-height:380px;
}
.type-post .entry-container {
	padding-top: 0;
}
.assez-gridpost .entry-container {
	width: 100%;
	padding: 200px 25px 30px;
	min-height:inherit;
}
.assez-gridpost.no-thumb .entry-container {
	padding-top: 70px;
	background: #fafafa;
}
.assez-gridpost .entry-container:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:35%;
	background:rgba(255,255,255,.95);
}
.assez-gridpost .entry-container:after {
	content: "";
	position: absolute;
	bottom: 35%;
	left: 0;
	right: 0;
	height: 55%;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(254,254,254,0.00)),color-stop( 100% , rgba(254,254,254,0.95)));
	background-image: -webkit-linear-gradient(270deg,rgba(254,254,254,0.00) 0%,rgba(254,254,254,0.95) 100%);
	background-image: linear-gradient(180deg,rgba(254,254,254,0.00) 0%,rgba(254,254,254,0.95) 100%);
}
.assez-classicpost .entry-container {
	float:none;
	width:100%;
	padding:0;
}
.assez-classicpost {
	background: #fefefe;
	border: 1px solid rgba(0,0,0,.05);
}
.assez-listpost.format-quote .entry-container {
	width:70%;
}
.assez-listpost:before {
	content: "";
	position: absolute;
	width: 30%;
	top: 0;
	bottom: 0;
	right:0;
	background:rgba(255,255,255,.95);
}
.assez-listpost:after {
	content: "";
	position: absolute;
	width: 70%;
	right: 30%;
	top: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,0.00)),color-stop( 100% , rgba(255,255,255,0.95)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.95) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.95) 100%);
}

/* even style */
.hentry.assez-listpost:nth-child(even) .entry-container {
	float:left;
	padding:0 0 25px 40px;
}
.hentry.assez-listpost:nth-child(even):before {
	right:inherit;
	left:0;
}
.hentry.assez-listpost:nth-child(even):after {
	left: 30%;
	right: inherit;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,0.95)),color-stop( 100% , rgba(255,255,255,0.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.00) 100%);
}
/* no-thumb style */
.assez-listpost.no-thumb:before,
.assez-listpost.no-thumb:after {
	content:none;
}
.assez-listpost.no-thumb:after {
	top:2px;
	right: 2px;
	bottom:2px;
	left:inherit;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,0.00)),color-stop( 100% , rgba(255,255,255,0.95)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.95) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.95) 100%);
}
.no-thumb .entry-container:not(.assez-gridpost),
.hentry.no-thumb.assez-listpost:nth-child(2n) .entry-container{
	float: none;
	padding: 45px 40px 25px;
	width: 100%;
	min-height:inherit;
	border:1px solid rgba(0,0,0,.05);
	background:#fbfbfb;
}
.no-thumb.format-quote .entry-container:not(.assez-gridpost) {
	padding-top: 25px;
}

.no-sidebar .entry-meta {
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
	font-family:Play, serif;
	font-size:14px;
	color:#767676;
}
.entry-meta span {
	display:inline-block;
}
.entry-meta span:after {
	content: ",";
	margin-right: 5px;
}
.entry-meta span:last-child:after {
	content: none;
}
.assez-classicpost .entry-meta span:after {
	content: none;
}
.assez-classicpost .entry-meta span:first-child:after {
	content: ",";
	margin-right: 5px;
}
.entry-meta span i {
	margin-right:3px;
	display: inline-block;
}
.assez-defaultpost .entry-meta span i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: -3px 10px 0 0;
	background:#f4cf00;
	color:#FFF;
	text-align:center;
	display:inline-block;
	font-size:12px;
	float:left;
}
.entry-meta a {
	color:#222222;
}
.entry-meta .avatar {
	width:30px;
	height:30px;
	display:inline-block;
	background:#353535;
	margin:-3px 5px 0 0;
	border-radius:100%;
}
.assez-gridpost .entry-meta .avatar {
	margin-top: 1px;
	margin-right: 6px;
	width: 20px;
	height: 20px;
}
.entry-meta .edit-link:before {
	content:"\e61c";
	font-family:themify;
	display:inline-block;
	margin-right:5px;
}
.assez-defaultpost .entry-meta .edit-link:before {
	margin:-3px 8px 0 0;
	width:30px;
	height:30px;
	line-height:30px;
	background:#f4cf00;
	color:#FFF;
	text-align:center;
}

.hentry.assez-gridpost .entry-meta {
	font-weight: 400;
	padding: 0 0 5px;
	line-height: 32px;
	float: none;
	width: 100%;
	margin: 10px 0;
	border-bottom: 3px double rgba(0,0,0,.1);
}

.single-entry-meta {
	padding: 12px 0 12px;
	border-bottom: 3px double rgba(0,0,0,.1);
	margin-bottom: 25px;
	font-size: 14px;
	color: #666;
	text-align:right;
}
.single-entry-meta span {
	display: inline-block;
}
.single-entry-meta span:after {
	content:"/";
	margin:0 10px;
}
.single-entry-meta span:last-child:after {
	content:none;
}
.single-entry-meta span:before {
	margin-right:5px;
	display: inline-block;
}
.single-entry-meta span.date-meta:before {
	content: "\e6b6";
	font-family: themify;
}
.single-entry-meta span.comment-meta:before {
	content: "\e643";
	font-family: themify;
}

/**
 * 5.4 Entry Category & Post Format
 */

.post-meta-top {
	position:absolute;
	left:40px;
	top:20px;
	font-size:14px;
	font-family:Play, serif;
	line-height:30px;
	z-index:5;
}
.post-meta-top {
	right:inherit;
	left:25px;
}
.assez-classicpost .post-meta-top {
	right:55px;
	left:inherit;
}
.hentry.assez-listpost:nth-child(even) .post-meta-top,
.no-thumb .post-meta-top {
	left:inherit;
	right:40px;
}
.entry-format a {
	width: 30px;
	height: 30px;
	background: #353535;
	display: inline-block;
	text-align:center;
	color:#FFF;
	line-height:29px;
}
.entry-format a:before {
	content:"\e6c8";
	font-family:Themify;
}

.entry-format a.standard:before {
	content:"\e6c8";
}

.entry-format a.audio:before {
	content:"\e688";
}

.entry-format a.quote:before {
	content:"\e67e";
}

.entry-format a.gallery:before {
	content:"\e71e";
}

.entry-format a.link:before {
	content:"\e62d";
}

.entry-format a.video:before {
	content:"\e6ce";
}

.entry-format a.image:before {
	content:"\e633";
}

.entry-format a.sticky:before {
	content:"\e6de";
}
.entry-category {
	position:relative;
	z-index:2;
	background:#f4cf00;
	color:#353535;
	float:right;
	padding:0 10px;
}
.no-thumb .entry-category,
:nth-child(even) .entry-category,
.assez-classicpost .entry-category {
	float:left;
}

.cat-links {
	position: relative;
    display: inline-block;
}
.cat-links .post-categories {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	background:#FFF;
}
.cat-links li {
	position:relative;
	display:inline-block;
	margin-bottom:0 !important;
}
.cat-links a {
    position: relative;
    display: inline-block;
	line-height:100%;
	transition:all 300ms;
	color:#353535;
}
.hidden-categories {
	position: absolute;
	background: #ffffff;
	padding: 5px 20px 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
	z-index: 900;
	left: -10px;
	right: -10px;
	line-height: 25px;
	font-size: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	top: calc(100% + 10px);
	border-top: 3px solid #353535;
	transform:translateY(10px);
	-o-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-webkit-transform:translateY(10px);
}
.hidden-categories:before {
	content: "";
	position: absolute;
	top: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #353535 transparent;
	right: 50%;
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.hidden-categories.show {
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.hidden-categories a:hover {
	text-decoration:underline;
}
a.show-hidden-cats {
	font-style: italic;
	font-weight: bold;
}
a.show-hidden-cats:hover {
	text-decoration: underline;
}
.hentry.assez-gridpost .post-categories a {
	font-size:13px;
	padding:8px;
}
.hentry.assez-gridpost .post-categories li {
	margin-right:15px;
}
.hentry.assez-gridpost .post-categories li:last-child {
	margin-right:0;
}
.hentry.assez-gridpost .post-categories li:before {
	width:20px;
	right:-19px;
}
.hentry.assez-gridpost .post-categories li:after {
	right:-11px;
}

.gridpost-readmore-wrapper {
	display:block;
	width:50%;
	float:right;
	text-align:center;
}
.grid-readmore {
	text-transform: uppercase;
	font-size:11px;
	line-height:normal;
	letter-spacing: 1px;
}
.grid-readmore:hover {
	text-decoration:underline;
}
.gridpost-masonry {
	margin-right:-20px;
}

.gridpost-sizer {
	width:calc(50% - 20px);
}
.gridpost-gutter-sizer {
	width:20px;
}
.assez-gridpost {
	position: relative;
	padding: 0;
	width:calc(50% - 20px);
	margin-bottom:20px;
	border: 1px solid #e0e0e0;
}

.hentry.assez-gridpost h1.entry-title {
	font-size: 30px !important;
	line-height: 35px !important;
	padding-bottom: 0;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-align:center;
}

/**
 * 5.5 Galleries
 */
.gallery-row {
	margin:auto;
	overflow:hidden;
}
.tiled-gallery .tiled-gallery-item img {
}
.tiled-gallery .tiled-gallery-item img:hover {
}
.entry-body .gallery {
	margin:20px 0;
}
.entry-body .gallery:after {
	content:"";
	display:block;
	position:relative;
	clear:both;
}
.gallery-item {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1.79104477%;
}
.gallery-columns-1 .gallery-item {
	max-width:100%;
}
.gallery-columns-2 .gallery-item {
	max-width:50%;
}
.gallery-columns-3 .gallery-item {
	max-width:33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width:25%;
}
.gallery-columns-5 .gallery-item {
	max-width:20%;
}
.gallery-columns-6 .gallery-item {
	max-width:16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width:14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width:12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width:11.11%;
}
.gallery-item img {
	max-width:100%;
	height:auto;
}
.gallery-caption {
	width:100%;
	text-align:center;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 5.6 Post Format
 */
 


/**
 * 5.7 - Post/Image/Paging Navigation
 */

.assez-postnav {
	margin-bottom:40px;
}
ul.page-numbers {
	background:#F8F8F8;
	margin:0;
	padding:0;
	margin-top:45px;
	list-style:none;
	font-size:16px;
	font-family:Play, serif;
	border-top:4px solid #353535;
	text-transform:uppercase;
}
ul.page-numbers li {
	display:inline-block;
}
ul.page-numbers li .page-numbers {
	position:relative;
	padding:15px 20px;
	color:#353535;
	display:inline-block;
}
ul.page-numbers li .page-numbers:hover {
	background:rgba(0,0,0,.03);
}
ul.page-numbers li .page-numbers.current {
	color:#f4cf00;
}
ul.page-numbers li .page-numbers.current:before {
	content:"";
	height:4px;
	position:absolute;
	left:0;
	top:-4px;
	right:0;
	background:#f4cf00;
}
.assez-postnav a,
.assez-pagination a {
	position:relative;
	background:#FFF;
	padding:15px 0;
	text-align:center;
	color:#111;
	display:block;
	font-style:italic;
	letter-spacing:2px;
	margin:10px 0;
}
.assez-postnav a {
	font-style:normal;
	letter-spacing:1px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#f0f0f0;
	border: 1px solid #CCCCCC;
	min-height: 57px;
}
.assez-postnav a:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(255,255,255,.9);
	transition:all 300ms;
}
.assez-postnav a.disabled:before {
	content:none;
}
.older-post .postnav-content {
	position:relative;
	padding-left:5px;
	margin-left:30px;
}
.newer-post .postnav-content {
	position:relative;
	padding-right:5px;
	margin-right:30px;
}
.postnav-arrow {
	position:absolute;
	top:0;
	bottom:0;
	height:0;
	height:100%;
	line-height:55px;
	background:#f4cf00;
	text-align:center;
	width:30px;
	opacity:.7;
	transition:all 300ms;
}
.postnav-arrow.older {
	left:0;
	border-right:1px solid #BBBBBB;
}
.postnav-arrow.newer {
	right:0;
	border-left:1px solid #BBBBBB;
}

.assez-postnav a:hover,
.assez-pagination a:hover {
	color:#353535;
	background-color:#f4cf00;
}
.assez-postnav a:hover .postnav-arrow {
	opacity:1;
}
.assez-postnav a.disabled:hover .postnav-arrow,
.disabled .postnav-arrow {
	background:#bbbbbb;
	color:#353535;
}
.assez-postnav a:hover:before {
	background:rgba(255,255,255,.8);
}
.assez-postnav a.disabled,
.assez-postnav a.disabled:hover {
	background:#F4F4F4;
	color:#C3C3C3;
	cursor:not-allowed;
	box-shadow:none;
}
.assez-pagination {
	margin-top:40px;
	margin-bottom:40px;
}

.assez-posttags {
	width: 50%;
	float: left;
	text-align: left;
	padding:12px 10px 13px 0;
	border-right:1px solid rgba(0,0,0,.1);
}
.assez-posttags span {
	margin-right:5px;
	font-weight:bold;
}
.assez-posttags a {
	padding: 0 3px;
	color: #111;
	margin-left: 2px;
	display: inline-block;
	line-height:normal;
}
.assez-posttags a:before {
	content:"#";
}
.assez-posttags a:hover {
	text-decoration:underline;
}

/**
 5.8 Share Tools / Post Tools
 */
 
.hentry.assez-gridpost .post-footer {
	position: relative;
	margin: 0px;
	left: inherit;
	display: block;
	right: inherit;
	text-align: left;
	padding: 0 !important;
	border: 0;
	float: right;
	margin-top: 31px;
}
.hentry.assez-gridpost .post-footer:before,
.hentry.assez-gridpost .post-footer:after {
	content:none;
}

.post-footer {
	position: absolute;
	text-align: center;
	left: 40px;
	bottom: 0;
	z-index: 2;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}
.assez-classicpost .post-footer {
	bottom:30px;
	left:inherit;
	right:55px;
	padding-bottom:0;
	line-height: 0;
}
.single .post-footer {
	position:relative;
	left:inherit;
	bottom:inherit;
	margin-top:30px;
}
.hentry.assez-listpost:nth-child(even) .post-footer,
.no-thumb .post-footer {
	left:inherit;
	right:40px;
}
.no-sidebar .post-footer {
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.post-footer .share-button {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.post-footer .share-button.single {
	width:50%;
	float:right;
	text-align:right;
	margin: 0;
}
.post-footer .share-item,
.no-sidebar .hentry .post-footer .share-item {
	position:relative;
	display:inline-block;
	margin:0;
	transition: all 300ms;
}
.list .post-footer .share-item {
	visibility:hidden;
	opacity: 0;
	transform: translateY(20px) rotate(180deg);
}
.list .post-footer .share-item.toggled {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) rotate(0);
}
.post-footer .share-item button {
	position: relative;
	display:block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #FFF;
	transition: all 300ms;
	background: #353535;
	border:2px solid #f4cf00;
	border-radius:40px;
	padding: 0;
}
.assez-gridpost .post-footer .share-button {
	text-align:center;
}
.assez-gridpost .post-footer .share-item button {
	border: 0;
	width: 20px;
	height: 40px;
	line-height: 40px;
	background: none;
	color: #353535;
}
.assez-gridpost .post-footer .share-item buttn:hover {
	transform:none;
	-o-transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	color:#f4cf00;
	background:none;
}

.post-footer .share-item button:hover {
	color:#353535;
	background:#f4cf00;
	transform:translateY(-5px);
	-o-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
}

.assez-gridpost .post-footer .share-item button {
	background: none;
}
.assez-gridpost .post-footer .share-item button:hover {
	color: #353535;
	background: none;
}
/**
 * 5.9 Page Headding
 */

.big-map {
	height:540px;
	width:100%;
	max-width:1170px;
	background:#fafafa;
	margin:auto;
}
.page-banner {
	position:relative;
	max-width:1170px;
	height:540px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
	width:100%;
	margin:auto;
}
.page-banner:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(lib/img/soft-pattern.png) rgba(0,0,0,.2);
}
.page-banner-content {
	position: absolute;
	z-index: 2;
	padding: 20px 55px 30px 25px;
	bottom: 20px;
	left:20px;
	right:20px;
}
.page-banner-content h1 {
	position:relative;
	margin: 0px;
	letter-spacing:2px;
	padding-bottom:25px;
	color:#FFF;
	font-size:40px;
	line-height:51px;
}
.page-banner-content h1:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:3px;
	width:60px;
	background:#f4cf00;
}
.page-heading {
	max-width:1170px;
	position:relative;
	background:#fbfbfb;
	margin:auto;
	padding:30px 20px;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,.1);
	overflow:hidden;
}
.page-heading:after {
	content: "\e6b6";
	font-family: themify;
	font-size: 150px;
	width: 150px;
	height: 150px;
	display: inline-block;
	color: #252525;
	line-height: 160px;
	text-align: center;
	position: absolute;
	bottom: -10px;
	right: -10px;
	opacity: .1;
	cursor: default;
}
.page-heading.category:after {
	content:"\e639";
}
.page-heading.author:after {
	content:"\e602";
}
.page-heading.search:after {
	content:"\e610";
}
.page-heading.tag:after {
	content:"\e608";
}
.page-title {
	font-size:30px;
	font-weight:normal;
	line-height:120%;
	margin:0;
	margin-bottom:15px;
	letter-spacing:2px;
}
.page-title em {
	display:block;
	font-size:16px;
	font-family:initial;
	color:#888;
	text-transform:none;
	line-height:150%;
}

/**
 * 5.10 Comments
 */
.comments-area {
	padding:10px 0;
	font-size:14px;
	word-break:break-all;
	margin-bottom:40px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.comment-respond {
	position:relative;
	z-index:2;
}

.comment-list {
	position:relative;
	z-index:2;
	list-style:none;
	margin:0;
	padding:0;
}

.comment-list .comment-body {
	border:1px solid rgba(0,0,0,.1);
	padding:20px;
	margin:0;
	margin-bottom:20px;
}

.comment-list ul.children {
	position:relative;
	list-style:none;
	margin:0;
	padding-left:20px;
}
.comment-list ul.children:before {
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	left:40px;
	top:-20px;
	background:rgba(0,0,0,.1);
}
.comment-list li.comment {
	position:relative;
}
.comment-list li.comment:before {
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	left:40px;
	top:-20px;
	border-left:1px dashed rgba(0,0,0,.2);
}
.comment-list li.comment:first-child:before {
	content:none;
}

.comments-title {
	position:relative;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	padding-bottom:15px;
	margin-bottom:25px;
	margin-top:10px;
	z-index:2;
}
.comment-reply-title {
	font-weight: normal;
	letter-spacing: 2px;
	font-size:20px;
	margin-top:10px;
}
.comment-notes {
	font-size:14px;
}
.comment-form label {
	display:block;
	margin-bottom:5px;
	text-transform:uppercase;
}
.comment-form .comment-subscription-form label {
	text-transform:none;
}
.comment-closed {
	margin:5px 0;
	position:relative;
	z-index:1;
}
.comment-closed:before {
	content:"\e62b";
	font-family:themify;
	display:inline-block;
	margin-right:8px;
}
.comment-navigation {
	position:relative;
	z-index:1;
}
.comment-navigation h1 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 2px;
}
#comment-nav-above {
	margin-bottom:30px;
}
.form-submit .submit {
	background:#f4cf00;
	color:#353535;
	border-radius:0;
	transition:all 500ms;
    width: inherit;
    text-transform: uppercase;
    border: 0;
    line-height: 40px;
    padding: 0 20px;
}
.form-submit .submit:hover {
	background:#111;
	color:#FFF;
}
span.required {
	color:#FF0000;
}
.reply {
	text-align:right;
}
.reply .comment-reply-link {
	padding:8px 15px;
	background:#f4cf00;
	color:#353535;
	font-size:14px;
	letter-spacing:1px;
	transition:all 500ms;
}
.reply .comment-reply-link:before {
	content:"\e72f";
	font-family:themify;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:10px;
	font-size:12px;
}
.reply .comment-reply-link:hover {
	background:#353535;
	color:#FFF;
}
.comment-author .avatar {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border-radius:50px;
}
.comment-metadata {
	font-size:14px;
}
.comment-metadata time {
	font-style:italic;
	color:#999;
}
.comment-metadata .edit-link {
	float:right;
}
.comment-metadata .edit-link a:before {
	content:"\e61d";
	font-family:themify;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:6px;
}
.bypostauthor > .comment-body .fn:after {
	content:"\f058";
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#09C;
}
.comment-body .comment-content {
	position:relative;
	margin-top:25px;
	border-top:1px solid rgba(0,0,0,.1);
	padding-top:10px;
}
.comment-body .comment-content:before {
	content:"";
	display:block;
	border-style:solid;
	border-color:transparent transparent #CCC transparent;
	border-width:0 7px 7px 7px;
	position:absolute;
	top:-7px;
	left:50px;
}
.comment-body .comment-content:after {
	content:"";
	display:block;
	border-style:solid;
	border-color:transparent transparent #FFF transparent;
	border-width:0 6px 6px 6px;
	position:absolute;
	top:-6px;
	left:51px;
}
.comments-title:before {
	content: "";
	position: absolute;
	left:0;
	bottom: 0px;
	width: 50px;
	height: 2px;
	background:#f4cf00;
}

/**
 * 5.11 Related Posts
 */

.assez-relposts-wrapper {
	margin-bottom:40px;
}
.related-post-item .post-title-related {
	clear:none;
	position: relative;
	margin: 0;
	display: block;
	padding: 0 0 10px;
	margin-bottom: 3px;
}
.related-post-item.odd .post-title-related {
	padding-top: 10px;
}
.related-post-item.even .post-title-related {
	text-align:right;
}
.related-post-item .post-title-related:before {
	content: "";
	position: absolute;
	left: calc( 50% + 13px );
	bottom: -2px;
	width: 30px;
	height: 4px;
	background: #f4cf00;
}
.related-post-item.even .post-title-related:before {
	left: inherit;
	right: calc( 50% + 13px );
}
.related-post-item .post-title-related a {
	line-height: 20px;
	font-size: 16px;
	display: block;
	color: #353535;
}
.post-meta-related {
	display: block;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	font-family: Play, Georgia, serif;
	margin-bottom: 10px;
	margin-left: calc(50% + 15px);
}
.big .post-meta-related {
	margin-bottom: 50px;
	margin-left: calc(50% + 20px);
}
.post-meta-related a {
	color:#333;
	font-weight:bold;
}
.post-meta-related a:hover {
	text-decoration: underline;
}
.related-post-item.even .post-meta-related {
	text-align:right;
	margin-left: 0;
	margin-right: calc(50% + 15px);
}
.related-post-item.big .post-title-related {
	padding-top:0;
	margin-bottom:10px;
}
.related-post-item.big .post-title-related a {
	font-size:25px;
	line-height:30px;
}
.related-post-item.big .post-title-related:before {
	left:calc( 50% + 20px );
}
.related-post-item.big .thumb-image {
	position:relative;
	margin-right:20px;
}
.big .post-readmore {
	position:absolute;
	bottom:0;
	right: 15px;
	padding: 5px 15px;
	background: #f4cf00;
	color: #353535;
}
.big .post-readmore:hover {
	background: #353535;
	color: #FFFFFF;
}
.related-post-item .post-title-related a:hover {
	text-decoration:underline;
}
.related-post-item {
	position:relative;
	transition:all 500ms;
}
.related-post-item.big {
	border-right:1px dashed rgba(0,0,0,.2);
}
.related-post-item .post-date {
	color:#999;
	font-size:12px;
	letter-spacing:1px;
	margin-top:10px;
}
.relatedposts-container img {
	width:100%;
	height:auto;
	transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
	-moz-transition:all 500ms;
	-webkit-transition:all 500ms;
}
.relatedposts-container img:hover {
}

.relatedposts-title {
	position:relative;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	padding-bottom:15px;
	margin-bottom:25px;
	z-index:2;
}
.relatedposts-title:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 0px;
    bottom: 0px;
    background: #f4cf00;
}
.relatedposts-container {
	position:relative;
	z-index:2;
}

/**
 * 6.0 Sidebar
 */
#sidebar {
	position:static;
	width:270px;
	float:right;
}
.boxed #sidebar {
	width:280px;
}
.left-sidebar #sidebar {
	float:left;
}
#content-sidebar {
	word-wrap:break-word;
}
.sidebar-close {
	display:none;
	width:100%;
	text-align:center;
	line-height:40px;
	color:#353535;
	font-size:16px;
}
.sidebar-close:before {
	content:'\e646';
	font-family:themify;
}
.sidebar-toggler {
	width:40px;
	height:60px;
	line-height:60px;
	text-align:center;
	display: inline-block;
	color: #353535;
	font-size:18px;
}
.no-sidebar .sidebar-toggler {
	display:none;
}
.sidebar-toggle:hover {
	color:#f4cf00;
}
.sidebar-toggler:before {
	content:"\e61a";
	font-family:themify;
}

/**
 * 6.1 Widgets
 */
.assez-widget {
	position:relative;
	color:#6A6A6A;
	margin-bottom: 35px;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.assez-widget a {
	color:#000;
}
.assez-widget a:hover {
	text-decoration:underline;
	color:#f4cf00;
}
.assez-widget form {
	position:relative;
}
.assez-widget input[type="search"],
.assez-widget input[type="text"],
.assez-widget input[type="password"],
.assez-widget input[type="email"],
.assez-widget select {
	display:block;
	width:100%;
	padding:10px;
	border:1px solid rgba(0,0,0,.1);
	margin-bottom:10px;
	background:#FAFAFA;
}
.hentry input[type="submit"],
.hentry button,
.assez-widget input[type="submit"],
.assez-widget button {
	border:1px solid rgba(0,0,0,.1);
	background:#f4cf00;
	color:#353535;
	padding:0 40px;
	height:45px;
	line-height:43px;
	width:100%;
	transition:all 500ms;
}
.hentry input[type="submit"],
.hentry button {
	width:auto;
}
.hentry input[type="submit"]:hover,
.hentry button:hover,
.assez-widget input[type="submit"]:hover,
.assez-widget button:hover {
	background:#111;
	color:#FFF;
}
.assez-widget input.search-field {
	width: 85%;
	display: inline-block;
	margin-right: 1px;
	line-height: 45px;
	padding: 0 10px;
	height: 45px;
}
.assez-widget button.search-btn {
	text-align: center;
	padding: 0 11px;
	width: 13%;
	display: inline-block;
	border: 0;
}
.assez-widget label {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.assez-widget img {
	max-width:100%;
}
.widget-header {
	position:relative;
	margin-bottom:17px;
}
.widget-header:before {
	content:"";
	display:block;
	position:absolute;
	width:50%;
	height:4px;
	bottom:0;
	right:0;
	z-index:2;
	background:#353535;
}
.right-sidebar .widget-header:before {
	left:0;
	right:inherit;
}
.widget-header:after {
	content:"";
	display:block;
	position:absolute;
	width:calc(50% + 55px);
	height:4px;
	bottom:0;
	left:-55px;
	z-index:2;
	background:#f4cf00;
}
.right-sidebar .widget-header:after {
	left:inherit;
	right:-55px;
}
.widget-body {
	position:relative;
	z-index:2;
}
.assez-widget:hover h3.widget-title:after {
	width:100%;
}
.assez-widget ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:23px;
}

.assez-widget li {
	position:relative;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed rgba(0,0,0,.1);
}
.assez-widget li:after {
	content:"";
	clear:both;
	display:block;
}
.assez-widget ul ul {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px dashed rgba(0,0,0,.1);
	padding-left: 20px;
}
.assez-widget ul > li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: medium none;
}

/* Nav menu widget */
.widget_nav_menu li {
	margin:0;
	padding:0;
	transition:all 300ms;
}
.widget_nav_menu li a {
	display:block;
	padding:0 10px;
	line-height:40px;
	font-family:inherit;
}
.widget_nav_menu li:hover {
	background:rgba(0,0,0,.01);
}
.widget_nav_menu li a:hover {
	text-decoration:none;
}
.widget_nav_menu li a.fa:before {
	font-family: FontAwesome;
	margin-right: 5px;
	line-height: normal;
}
.widget_nav_menu .menu-item-has-children > a:after {
	position:absolute;
	content:"\e65d";
	font-family:themify;
	right:10px;
}
.widget_nav_menu .sub-menu .menu-item-has-children > a {
	padding-right:30px;
}
.widget_nav_menu .sub-menu .menu-item-has-children > a:after {
	right:10px;
}
.widget_nav_menu .sub-menu {
	position: absolute;
	background: #fbfbfb;
	top:0;
	right: 100%;
	padding: 0;
	border: 0;
	margin:0;
	visibility:hidden;
	opacity:0;
	transition:all 300ms;
	box-shadow:0 0 3px rgba(0,0,0,.1);
	transform:translateX(15px);
	-o-transform:translateX(15px);
	-ms-transform:translateX(15px);
	-moz-transform:translateX(15px);
	-webkit-transform:translateX(15px);
	z-index: 3;
}
.left-sidebar .widget_nav_menu .sub-menu {
	right:inherit;
	left:100%;
	transform:translateX(-15px);
	-o-transform:translateX(-15px);
	-ms-transform:translateX(-15px);
	-moz-transform:translateX(-15px);
	-webkit-transform:translateX(-15px);
}
.widget_nav_menu .sub-menu.toggle {
	visibility:visible;
	opacity:1;
	transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
}
.widget_nav_menu .sub-menu li {
	white-space: nowrap;
	min-width:150px;
	border:0;
}
.widget_nav_menu .sub-menu a {
	margin:0 10px;
	border-bottom:1px dashed rgba(0,0,0,.1);
}
.widget_nav_menu .sub-menu li:last-child a {
	border:0;
}

/* About me widget */
.assez-aboutme-widget {
	position:relative;
	padding:0;
}
.assez-aboutme-widget:after {
	content:none;
}
.assez-aboutme-widget img {
	transition:all 500ms;
}
.assez-aboutme-widget:hover img {
}
.assez-aboutme-widget .widget-header h3.widget-title {
	color: #000;
	position: relative;
	padding: 17px 0 15px 17px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.60) 0.52%,rgba(255,255,255,0.30) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.60) 0.52%,rgba(255,255,255,0.30) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.60) 0.52%,rgba(255,255,255,0.30) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.60) 0.52%,rgba(255,255,255,0.30) 100%);
}
.assez-aboutme-widget .widget-header h3.widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	height: 40px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.30) 0.52%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.30) 0.52%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.30) 0.52%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.30) 0.52%,rgba(255,255,255,0.00) 100%);
}
.about-bio {
	padding:10px 17px;
}
.assez-aboutme-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
.aboutme-container {
	position:relative;
	z-index:1;
}
.assez-aboutme-wrapper:before {
	content:"";
	position:absolute;
	height:35%;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,.95);
}
.assez-aboutme-wrapper:after {
	content: "";
	position: absolute;
	height: 35%;
	width: 100%;
	bottom: 35%;
	left: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(255,255,255,0.95)),color-stop( 100% , rgba(255,255,255,0.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.00) 100%);
}
.aboutme-header {
	text-align:center;
	margin-top:35px;
}
.about-ava {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #FFF;
	border-radius:100px;
	margin:auto;
}
.about-name {
	position:relative;
    margin: 0 0 10px;
    display: block;
    width: 100%;
    color: #353535;
    font-size: 24px;
	font-family:Play, Georgia, serif;
	padding:10px 30px;
	text-align:center;
}
.about-name:before {
	content:"";
	background:#f4cf00;
	height:3px;
	width:60px;
	bottom:0;
	right:calc(50% - 30px);
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	position:absolute;
}
.about-name:after {
	content:"";
	background:#353535;
	height:3px;
	width:60px;
	bottom:0;
	right:calc(50% + 30px);
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	position:absolute;
}
.aboutme-socials {
	padding:10px 0 20px;
}
.about-ava img {
    max-width: none;
    position: relative;
    width: 100%;
    height: auto;
}

/* Recent Posts/Popular Posts widget */
.assez-widget-recentposts li {
	position:relative;
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
	text-align: left;
}
.assez-widget-recentposts li:last-child {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.assez-widget-recentposts li:last-child {
	border-bottom:none;
}
.assez-widget-recentposts a {
	color:#353535;
}
.assez-widget-recentposts h4 {
	position:relative;
	margin:0;
	display:block;
	padding:10px 0;
	margin-bottom:3px;
}
.even .post-title-widget {
	text-align:right;
}
.post-title-widget:before {
	content:"";
	position:absolute;
	left:calc( 50% + 13px );
	bottom:-2px;
	width:30px;
	height:4px;
	background:#f4cf00;
}
.even .post-title-widget:before {
	left:inherit;
	right:calc( 50% + 13px );
}
.assez-widget-recentposts h4 em {
	font-style:normal;
	color:#666;
}
.post-title-widget {
	clear:none;
}
.post-title-widget a {
	line-height: 20px;
    font-size: 16px;
    display: block;
	color:#353535;
}

.thumb-image {
	float:left;
	width:50%;
	margin-right:13px;
	background:#FFF;
}
.even .thumb-image {
	float:right;
	margin-right:0;
	margin-left:13px;
}

.thumb-image img {
	width:100%;
	height:auto;
	transition:all 500ms;
}
.thumb-image img:hover {
}
.post-meta-widget {
	display:block;
	font-size:13px;
	color:#7E7E7E;
	font-weight:normal;
	font-family:Play, Georgia, serif;
}
.even .post-meta-widget {
	text-align:right;
}
.popular-post-excerpt {
	margin-top:7px;
	text-align:justify;
}
.popular-post-excerpt p {
	margin:0;
}

/* Social Icons widget */

.aboutme-social-icons {
	text-align:center;
	width:100%;
	display:block;
}
.aboutme-social-icons .social-item a {
	line-height:20px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
}
.aboutme-social-icons .social-item a:hover {
	text-decoration:none;
	color:#f4cf00;
}
.aboutme-social-icons .social-item {
	display:inline-block;
	margin:0 5px;
	padding:5px;
	border:0;
}
.aboutme-social-icons .social-item a:before {
	content:"";
	font-family:socicon;
	display:inline-block;
	color:#888888;
	margin-bottom:-5px;
	text-align:center;
	transition:all 300ms;
	text-transform:none;
}
.aboutme-social-icons .social-item:hover a:before {
	color:#f4cf00;
}
.aboutme-social-icons.large .social-item {
	margin:5px 1px;
}
.aboutme-social-icons .social-item.twitter a:before { content: "\e040"; }
.aboutme-social-icons .social-item.snapchat a:before { content: "\e03f"; }
.aboutme-social-icons .social-item.istock a:before { content: "\e004"; }
.aboutme-social-icons .social-item.amazon a:before { content: "\e05c"; }
.aboutme-social-icons .social-item.github a:before { content: "\e030"; }
.aboutme-social-icons .social-item.mail a:before { content: "\e01f"; }
.aboutme-social-icons .social-item.paypal a:before { content: "\e00c"; }
.aboutme-social-icons .social-item.rss a:before { content: "\e00b"; }
.aboutme-social-icons .social-item.slideshare a:before { content: "\e017"; }
.aboutme-social-icons .social-item.envato a:before { content: "\e026"; }
.aboutme-social-icons .social-item.feedburner a:before { content: "\e048"; }
.aboutme-social-icons .social-item.foursquare a:before { content: "\e044"; }
.aboutme-social-icons .social-item.friendfeed a:before { content: "\e032"; }
.aboutme-social-icons .social-item.disqus a:before { content: "\e019"; }
.aboutme-social-icons .social-item.skype a:before { content: "\e046"; }
.aboutme-social-icons .social-item.stackoverflow a:before { content: "\e007"; }
.aboutme-social-icons .social-item.steam a:before { content: "\e037"; }
.aboutme-social-icons .social-item.tripadvisor a:before { content: "\e012"; }
.aboutme-social-icons .social-item.vimeo a:before { content: "\e052"; }
.aboutme-social-icons .social-item.vine a:before { content: "\e033"; }
.aboutme-social-icons .social-item.wikipedia a:before { content: "\e02d"; }
.aboutme-social-icons .social-item.wordpress a:before { content: "\e058"; }
.aboutme-social-icons .social-item.yahoo a:before { content: "\e045"; }
.aboutme-social-icons .social-item.youtube a:before {content: "\e051"; }
.aboutme-social-icons .social-item.apple a:before { content: "\e02e"; }
.aboutme-social-icons .social-item.behance a:before { content: "\e027"; }
.aboutme-social-icons .social-item.blogger a:before { content: "\e020"; }
.aboutme-social-icons .social-item.deviantart a:before { content: "\e029"; }
.aboutme-social-icons .social-item.digg a:before { content: "\e025"; }
.aboutme-social-icons .social-item.dribbble a:before { content: "\e023"; }
.aboutme-social-icons .social-item.facebook a:before { content: "\e041"; }
.aboutme-social-icons .social-item.flickr a:before { content: "\e055"; }
.aboutme-social-icons .social-item.google a:before { content: "\e067"; }
.aboutme-social-icons .social-item.googleplus a:before { content: "\e042"; }
.aboutme-social-icons .social-item.instagram a:before { content: "\e057"; }
.aboutme-social-icons .social-item.lastfm a:before { content: "\e050"; }
.aboutme-social-icons .social-item.linkedin a:before { content: "\e049"; }
.aboutme-social-icons .social-item.myspace a:before { content: "\e04c"; }
.aboutme-social-icons .social-item.pinterest a:before { content: "\e043";}
.aboutme-social-icons .social-item.play a:before { content: "\e02b"; }
.aboutme-social-icons .social-item.reddit a:before { content: "\e022"; }
.aboutme-social-icons .social-item.soundcloud a:before { content: "\e04d"; }
.aboutme-social-icons .social-item.tumblr a:before { content: "\e059"; }

/* Instagram Widget */
.instagram-footer {
}

.assez-instagram {
	position:relative;
}
.assez-instagram-body {
	position:relative;
	line-height: 50px;
	text-align: center;
	background: url(lib/img/soft-pattern.png) #f0f0f0;
}
.assez-instagram .likes-count {
	position:absolute;
	right:0;
	top:0;
	height:50%;
	width:100%;
	color:#353535;
	visibility:hidden;
	opacity:0;
	z-index:5;
	line-height:0;
	padding-top:25%;
	transform:scale(.5);
	-o-transform:scale(.5);
	-ms-transform:scale(.5);
	-moz-transform:scale(.5);
	-webkit-transform:scale(.5);
	transition:all 500ms;
}
.assez-instagram .likes-count:before {
	content:"\e634";
	font-family:themify;
	margin-right:5px;
}

.assez-instagram .comments-count {
	position:absolute;
	right:0;
	bottom:0;
	height:50%;
	width:100%;
	color:#FFF;
	visibility:hidden;
	opacity:0;
	z-index:5;
	line-height:0;
	padding-top:25%;
	transform:scale(.5);
	-o-transform:scale(.5);
	-ms-transform:scale(.5);
	-moz-transform:scale(.5);
	-webkit-transform:scale(.5);
	transition:all 500ms;
}
.assez-instagram .comments-count:before {
	content:"\e644";
	font-family:themify;
	margin-right:5px;
}

.assez-instagram ul li {
	position:relative;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
}
.assez-instagram ul li:before {
	content:"";
	width:100%;
	height:50%;
	top:-50%;
	left:0;
	position:absolute;
	visibility:hidden;
	background:#f4cf00;
	opacity:0;
	transition:all 500ms;
}
.assez-instagram ul li:after {
	content:"";
	width:100%;
	height:50%;
	bottom:-50%;
	left:0;
	position:absolute;
	visibility:hidden;
	background:#353535;
	opacity:0;
	transition:all 500ms;
}
.assez-instagram ul li:hover img {
	transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.assez-instagram ul li:hover:before {
	visibility:visible;
	opacity:.7;
	top:0;
	z-index:2;
}
.assez-instagram ul li:hover:after {
	visibility:visible;
	opacity:.7;
	bottom:0;
	z-index:2;
}
.assez-instagram  ul li:hover .likes-count,
.assez-instagram  ul li:hover .comments-count {
	visibility:visible;
	opacity:1;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
.assez-instagram img {
	transition:all 2000ms;
	width:100%;
	height:auto;
}
.assez-instagram img:hover {
}
.assez-instagram li.col-2 {
	width:50%;
}
.assez-instagram li.col-3 {
	width:33.33%;
}
.assez-instagram li.col-4 {
	width:25%;
}
.assez-instagram li.col-5 {
	width:20%;
}
.assez-instagram li.col-6 {
	width:16.66%;
}
.assez-instagram li.col-7 {
	width:14.28%;
}
.assez-instagram li.col-8 {
	width:12.5%;
}
.assez-instagram a.follow-button {
	position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    -moz-transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
    background: #FFF;
    padding: 5px 15px;
    width: 80%;
    max-width: 180px;
    text-align: center;
    z-index: 3;
    color: #111;
}
.assez-instagram a.follow-button:hover {
	color: #FFF;
	background: #353535;
}
#footer-section .assez-instagram a.follow-button {
	color:#111;
}

/* Twitter Stream Widget */
.assez-twitter-info {
	position:relative;
	text-align: center;
	padding: 30px 10px 0;
	margin-bottom: 20px;
	background:#f0f0f0;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
}
.assez-twitter-info:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,0.50)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,1.00) 100%);
}
.twitter-avatar {
	position:relative;
	display:inline-block;
	border-radius:50%;
	overflow:hidden;
	width:56px;
	height:56px;
	line-height:54px;
	background:#f4cf00;
}
.twitter-avatar a {
	line-height: 54px;
	display: inline-block;
}
.twitter-avatar:before {
	content:"";
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#353535;
}
.twitter-avatar img {
	position:relative;
	width:50px;
	height:auto;
	border-radius:50%;
}
.assez-twitter-name {
	position:relative;
	display:block;
	line-height:normal;
}
.assez-twitter-name a {
	color:#999;
}
.assez-twitter-username a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color:#000;
}
.assez-twitter-list {
	position:relative;
	direction: initial;
}
.assez-twitter-list .slick-dots {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	line-height:0;
}
.assez-twitter-list .slick-dots li {
	border:0;
	margin:0 3px;
	padding:0;
	display:inline-block;
}
.assez-twitter-list .slick-dots li:after {
	content:none;
}
.assez-twitter-list .slick-dots button {
	text-indent:-999999px;
	width:20px;
	height:4px;
	background:#353535;
	display:inline-block;
	padding:0;
	border:1px solid rgba(0,0,0,.05);
}
.assez-twitter-list .slick-dots .slick-active button {
	background:#f4cf00;
}
.assez-tweet-item {
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px 20px;
	background:rgba(0,0,0,.02);
}
.assez-tweet-item:last-child {
	margin:0;
}
.tweet-content {
	margin-bottom:10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.tweet-content a:hover {
	text-decoration:underline;
}
.twitter-intents {
	float:left;
}
.twitter-intents p {
	display:inline-block;
	margin:0;
	margin-right:15px;
	font-size:16px;
}
.twitter-intents p:last-child {
	margin-right:0;
}
.twitter-intents p a,
.assez-tweet-item .timestamp a {
	color:#AAA;
}
.assez-tweet-item .timestamp {
	margin:0;
	float:right;
}

/* Meta/Archives/Tags Cloud/ Calendar widget */
.widget_meta li,
.widget_archive li,
li.cat-item {
	font-size:14px;
	text-transform:capitalize;
	border-bottom:1px dashed rgba(0,0,0,.1);
	color:#f4cf00;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
#footer-section li.cat-item:last-child,
li.cat-item:last-child {
	border-bottom:0;
}
li.cat-item a:before {
	content:"\e639";
	font-family:themify;
	margin-right:10px;
	display: inline-block;
}

.assez-widget .tagcloud a {
	position:relative;
	font-size: 13px !important;
	height: 28px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 3px;
	line-height: 25px;
	background:#353535;
	color:#FFF;
}
.assez-widget .tagcloud a:hover {
	background:#f4cf00;
	color:#353535;
}
.screen-reader-text {
	margin-right:10px;
}
.postform option {
	padding:7px 15px;
	border-bottom:1px solid rgba(0,0,0,.1);
	text-transform:capitalize;
}
.postform option:last-child {
	border-bottom:none;
}
#wp-calendar {
	border:0;
	font-size:14px;
	margin:0;
}
.calendar_wrap {
	position:relative;
	z-index:1;
}
#wp-calendar th {
	padding:7px;
	border:1px solid #FFF;
	text-align:center;
	background:#f4cf00;
	color:#353535;
}

#wp-calendar tbody td {
	border:0;
	padding:7px;
	background:#353535;
	border:1px solid #FFF;
	text-align:center;
	color:#FFF;
	transition:all 500ms;
}
#wp-calendar tfoot td {
	padding:10px 0 0;
	border:0;
}
#wp-calendar tbody td:hover {
	background:#a7a7a7;
	color:#FFF;
}
#wp-calendar tbody .pad {
    background: transparent;
}
#wp-calendar td a {
	font-weight:bold;
}
#wp-calendar tbody td a {
	color: #FFF;
}
#prev, #next {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#next {
	text-align: right;
}

#wp-calendar td#today {
	color:#353535;
	background:#f4cf00;
}

#wp-calendar caption {
	text-align:center;
	text-transform:uppercase;
	padding:5px 0;
	border:0;
	font-weight: bold;
}

/* Flickr widget */
.assez-flickr-wrapper {
	position:relative;
}
.flickr-item img {
	border-right:1px inset transparent;
	border-bottom:1px inset transparent;
	transition:all 500ms;
}
.flickr-item img:hover {
}
.flickr-feed.col3 .flickr-sizer,
.flickr-feed.col3 .flickr-item {
	width:33.33%;
}
.flickr-feed.col2 .flickr-sizer,
.flickr-feed.col2 .flickr-item {
	width:50%;
}
.flickr-feed.col4 .flickr-sizer,
.flickr-feed.col4 .flickr-item {
	width:25%;
}
.flickr-feed.col5 .flickr-sizer,
.flickr-feed.col5 .flickr-item {
	width:20%;
}
.flickr-feed:after {
	content:"";
	clear:both;
	display:block;
}

/* Post Slider Widget */
.assez-widget .slick-slide {
	position:relative;
}
.assez-widget .slick-slide {
	position:relative;
}
.assez-widget .slick-slide img {
	transition:all 500ms;
}
.assez-widget .slick-slide:hover img {
}
.assez-postslide {
}
.assez-postslide .flex-control-paging {
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	margin-top:20px;
	line-height:0;
}
.assez-postslide .flex-control-paging li {
	display:inline-block;
	margin:0 3px;
	border:0;
	padding:0;
}
.assez-postslide .flex-control-paging li a {
	text-indent:-999999px;
	width:20px;
	height:4px;
	background:#353535;
	display:inline-block;
	border:1px solid rgba(0,0,0,.05);
}
.assez-postslide .flex-control-paging li a.flex-active {
	background:#f4cf00;
}
.postslide-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background:rgba(0,0,0,.4);
}
.postslide-title a {
	color:#FFF;
}
.assez-widget .slick-slide img {
	width:100%;
	height:auto;
}
.assez-widget .slick-nav {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	z-index: 5;
	color: #FFF;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	transition:all 200ms;
	border-radius:40px;
	border:1px solid rgba(255,255,255,.8);
	background:none;
	opacity:1;
	visibility:visible;
}

.assez-widget .slick-nav.slick-prev {
	left:-45px;
}

.assez-widget .slick-nav.slick-next {
	right:-45px;
}
.assez-widget .slick-initialized {
	overflow:hidden;
}
.assez-widget .slick-initialized:hover .slick-nav.slick-prev,
#footer-section .slick-initialized:hover .slick-nav.slick-prev {
	left:10px;
}
.assez-widget .slick-initialized:hover .slick-nav.slick-next {
	right:10px;
}

.assez-widget .slick-list {
	padding:0 !important;
}

/* RSS Widget */
.rsswidget {
	font-size: 15px;
	font-weight: bold;
	display: block;
}
.rss-date {
	font-size: 12px;
	font-style: italic;
}
.rssSummary {
	margin-top: 10px;
}

/* Recent Comments Widget */

.assez-recentcomments li {
	border-bottom:1px dashed rgba(127,127,127,.2);
	padding-bottom:0 !important;
	padding-top:5px;
}
.assez-recentcomments .comment-content {
	margin-left:60px;
}
.comment-avatar img {
	float:left;
	margin-right:10px;
}
.comment-avatar img:hover {
}
.comment-time {
	position:relative;
	display:block;
	font-size:11px;
	margin-top:3px;
	padding:2px 0;
	opacity:.5;
}
.comment-time:before {
	content:"";
	height:2px;
	width:40px;
	position:absolute;
	top:0;
	left:0;
	background:#f4cf00;
}

/**
 7.0 Footer
 */

#footer {
}
.assez-newsletter {
	width:100%;
	max-width:1170px;
	margin:auto;
	padding:45px 0 70px;
	text-align:center;
	background:#FFF;
}
.newsletter-label {
	margin-right:10px;
}
.assez-newsletter form {
	display:inline;
}
.assez-newsletter input {
	padding:13px 20px;
	border:none;
	margin:0 3px;
	transition: all 300ms;
}
.assez-newsletter input[type="text"],
.assez-newsletter input[type="email"],
.assez-newsletter input[type="password"] {
	width:100%;
	max-width:300px;
	background:rgba(0,0,0,.05);
}
.assez-newsletter input[type="button"],
.assez-newsletter input[type="submit"],
.assez-newsletter button,
.woocommerce .assez-newsletter input[type="button"],
.woocommerce .assez-newsletter input[type="submit"],
.woocommerce .assez-newsletter button {
	background:#f4cf00;
	color:#353535;
	padding:0 25px;
	height:45px;
	line-height:45px;
	font-weight: normal;
	border: 0;
	font-family: inherit;
}
.assez-newsletter input[type="button"]:hover,
.assez-newsletter input[type="submit"]:hover,
.assez-newsletter button:hover,
.woocommerce .assez-newsletter input[type="button"]:hover,
.woocommerce .assez-newsletter input[type="submit"]:hover,
.woocommerce .assez-newsletter button:hover {
	background: #353535;
	color: #FFFFFF;
}
.social-footer {
	width:100%;
	max-width:1170px;
	margin:auto;
	text-align: left;
}
.social-footer li {
	display:inline;
}
.social-footer .socials-item-list {
	margin:0;
	padding:0;
}
.social-footer .socials-item-list li a {
	width:auto;
	height:auto;
	color:#353535;
	margin-right:20px;
}
.socials-item-list .social-label {
	margin-left:10px;
}

.instagram-footer .widget-header,
.instagram-footer .widget-title {
	position:relative;
	margin:0;
	text-align:center;
}
.instagram-footer .widget-header {
	position: absolute;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	z-index:3;
}
.instagram-footer .widget-header:before,
.instagram-footer .widget-header:after {
	content:none;	
}
.instagram-footer .widget-title {
	top: 0;
	background: #353535;
	z-index: 2147483647;
	padding: 10px 20px;
	font-size: 14px;
	font-family:"Open Sans", Georgia, sans-serif;
	color: #FFF;
	text-align: center;
	display: inline-block;
	font-weight:normal;
}
.instagram-footer.has-widget .widget-title {
	top: -17px;
}
.instagram-footer .widget-title:before {
	content:"\e73d";
	font-family:themify;
	margin-right:7px;
	background:none;
	font-size:12px;
}
.instagram-footer .instagram-pics {
	list-style:none;
	margin:0;
	padding:0;
}

.footer {
	position:relative;
	background:#f4cf00;
	color:#353535;
	margin:auto;
	line-height:50px;
	margin-bottom:40px;
}
.footer a {
	color:#353535;
}
.footer .copyright {
	text-align:right;
}
#footer-container {
	max-width:1170px;
	padding:10px 55px;
	margin:auto;
}
.footer-menu,
.footer-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:50px;
}
.footer-menu li,
.footer-menu ul li {
	display:inline-block;
}
.footer-menu li a:before,
.footer-menu ul li a:before {
	margin-right:5px;
}
.footer-menu li:after,
.footer-menu ul li:after {
	content:"/";

	margin:0 15px;
}
.footer-menu li:last-child:after,
.footer-menu ul li:last-child:after {
	content:none;
}
.scroll-top {
	position:absolute;
	display:inline-block;
	bottom:0;
	right:50%;
	transform:translateX(50%);
	-o-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-webkit-transform:translateX(50%);
	z-index:1;
}
.scroll-top a {
	display:inline-block;
	line-height:50px;
	text-align:center;
	font-size:15px;
	width:50px;
	height:50px;
	z-index:4;
	color:#FFF;
	background:#f4cf00;
}
.scroll-top a:hover {
	background:#111;
	color:#FFF;
}

/* Footer Section (Copyright) */
#footer-section {
	position:relative;
	z-index:4;
}
#footer-section:before {
	content: "";
	background: #353535;
	height: 7px;
	width: 60px;
	top: 0;
	right: calc(50% - 30px);
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);	
	position: absolute;
}
#footer-section:after {
	content: "";
	background: #f4cf00;
	height: 7px;
	width: 60px;
	top: 0;
	right: calc(50% + 30px);
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	position: absolute;
}

/* Footer Widgets */
#footer-section-container {
	padding:15px 45px 10px;
}
#footer-section-container .row {
	margin:auto;
}

#footer-section-container blockquote {
	opacity:.6;
	padding: 15px 10px;
	margin: 0;
}
#footer-section-container blockquote:before {
	content:"\"";
}
#footer-section-container blockquote:after {
	content:"\"";
}
#footer-section-container .assez-widget {
	background:none;
	color:#CCC;
	border:0;
	border-radius:0;
	padding:0;
	padding-top:10px;
	margin-bottom:10px;
	box-shadow:none;
}
#footer-section .widget-header {
	margin-bottom:20px;
}
#footer-section .widget-header:before {
	left:inherit;
	right:0;
}
#footer-section .widget-header:after {
	left:0;
	right: unset;
	width:50%;
}
h3.widget-title {
	font-size: 17px;
	margin: 0 0 10px;
	position: relative;
	color: #353535;
	letter-spacing: 1px;
	display:block;
	padding-bottom:15px;
	z-index:1;
	text-transform:uppercase;
	line-height:23px;
}
h3.widget-title span {
	font-weight:normal;
}
h3.widget-title a {
	color:#353535;
	display: inline-block;
}
#footer-section h3.widget-title:before {
	background:rgba(255,255,255,.5);
}
#footer-section h3 {
}

#footer-section h3.widget-title:after {
	background:rgba(255,255,255,.5);
	left:50%;
	transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

#footer-section .assez-widget ul ul {
	border-top: 1px dahsed rgba(127,127,127,.2);
}

#footer-section .assez-widget-recentposts li {
	border-bottom:1px dashed rgba(127,127,127,.2);
}

#footer-section .assez-widget-recentposts li:last-child {
	border-bottom:none;
}
#footer-section li.cat-item {
	border-bottom:1px dashed rgba(127,127,127,.2);
}

.footer .copyright a, .footer-menu li a {
	color:#282828;
}

/**
 * 8.0 Featured Posts
 */

/* Featured Content */

/* Slider Type 1 */
.assez-featured {
	position:relative;
	width:100%;
	max-width:1170px;
	margin:auto;
	margin-bottom:40px;
}
	.assez-featured.loading ul.slides {
		position:relative;
		height:520px;
		overflow:hidden;
	}
	.assez-featured.loading ul.slides:before {
		content:"";
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background:#FFF;
		z-index:2;
		opacity:.9;
	}
.assez-featured .slide-top-meta {
	position:absolute;
	top:30px;
	left:30px;
	transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 300ms;
	transition-delay:1s;
}
	.assez-featured .slide-top-meta .entry-category {
		line-height:30px;
	}
	
.assez-featured .flex-active-slide .slide-top-meta {
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
.assez-featured .slide-meta {
	color:#FFF;
	font-size:14px;
	font-family:Play, serif;
	margin-bottom:5px;
	transform:translateX(30px);
	-o-transform:translateX(30px);
	-ms-transform:translateX(30px);
	-moz-transform:translateX(30px);
	-webkit-transform:translateX(30px);
	transition:all 300ms;
	transition-delay:500ms;
	opacity:0;
}
	.assez-featured .slide-meta .avatar {
		width:30px;
		height:auto;
		border-radius:50%;
		margin-top:-3px;
		margin-right:5px;
	}
	.assez-featured .slide-meta a {
		color:#e5e5e5;
	}
	.assez-featured .slide-meta a.fn {
		font-weight:bold;
	}
	
.assez-featured .flex-active-slide .slide-meta {
	transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.assez-featured .slide-content {
	position:absolute;
	width:40%;
	height:auto;
	bottom:0;
	left:0;
	padding:40px 30px;
}
.assez-featured .assez-slider-item:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,.2) url(lib/img/soft-pattern.png);
	opacity:.7;
}
.assez-featured .slide-content .slider-entry-title {
	font-size:45px;
	line-height:55px;
	margin:0;
	color:#FFF;
	font-weight:normal;
	transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	transition:all 1s;
	opacity:0;
}
.assez-featured .flex-active-slide .slide-content .slider-entry-title {
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
.slide-content .slider-entry-title a {
	color:inherit;
}
.assez-featured:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:30%;
	height:100%;
	background:rgba(255,255,255,.8);
	z-index:3;
}
.assez-featured:after {
	content: "";
	position: absolute;
	top: 0;
	right: 30%;
	width: 35%;
	height: 100%;
	z-index: 3;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,0.00)),color-stop( 100% , rgba(255,255,255,0.8)));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.8) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.8) 100%);
}
.assez-featured ul {
	list-style:none;
	margin:0;
	padding:0;
}
.assez-featured .assez-slider-item {
	height:520px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position: center center !important;
}
.assez-featured .slides-nav-wrapper {
	position:absolute;
	overflow:hidden;
	top:0;
	right:0;
	width:40%;
	z-index:4;
	height:100%;
	border-left:1px solid rgba(0,0,0,.1);
}
.assez-featured .slides-nav {
	position:absolute;
}
	.assez-featured .post-nav-item {
		position:relative;
		padding:20px 35px 0;
		border-bottom:1px solid rgba(0,0,0,.1);
		cursor:pointer;
		transition:all 1s;
		overflow:hidden;
	}
		.assez-featured .post-nav-item:before {
			content:"";
			width:4px;
			height:0;
			bottom:50%;
			transform:translateY(50%);
			left:0;
			background:#f4cf00;
			transition:all 300ms;
			position:absolute;
			transition-delay:500ms;
		}
		.assez-featured .post-nav-item.flex-active:before {
			height:100%;
		}
		.assez-featured .post-nav-item:hover {
			background:rgba(255,255,255,.1);
		}
		.assez-featured .post-nav-item:last-child {
			border-bottom:none;
		}
.assez-featured .assez-slider-excerpt {
	margin-bottom:15px;
	text-align: justify;
	color: #222222;
}
.assez-featured .readmore-slider-wrapper {
	text-align: right;
}
.assez-featured .assez-slider-readmore {
	display:inline-block;
	padding:5px 20px;
	font-family:Play, serif;
	background:#f4cf00;
	color:#353535;
	font-size:14px;
	margin-bottom:20px;
}
	.assez-featured .assez-slider-readmore:hover {
		background:#353535;
		color:#FFF;
	}
.assez-featured .slides-nav h2 {
	position:relative;
	font-size:22px;
	line-height:27px;
	color:#222222;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-bottom:20px;
	transition:all 1s;
	letter-spacing: 1px;
}
.assez-featured .slides-nav h2 a {
	color:inherit;	
}
.assez-featured .slider-nav-content {
	font-size:14px;
	color:#353535;
	overflow:hidden;
}
.assez-featured .post-nav-item.flex-active {
	background:rgba(255,255,255,.5);
}
.assez-featured .post-nav-item h2:before {
	content:"";
	position:absolute;
	height:1px;
	width:0;
	bottom:-1px;
	right:-35px;
	background:#f4cf00;
	transition:all 1s;
}
.assez-featured .post-nav-item h2:after {
	content:"";
	position:absolute;
	height:1px;
	width:0;
	bottom:-1px;
	left:0;
	background:#a9a9a9;
	transition:all 2s;
}
	.assez-featured .post-nav-item.flex-active h2:before {
		width:100%;
	}
	.assez-featured .post-nav-item.flex-active h2:after {
		width:100%;
	}
	
.assez-featured .assez-slider-meta {
	font-size:14px;
	color:#353535;
	margin-bottom:10px;
	padding-top:5px;
	border-bottom: 3px double rgba(0,0,0,.2);
	padding-bottom: 6px;
}
	.assez-featured .assez-slider-meta i {
		margin-right: 3px;
		display: inline-block;
	}
	.assez-featured .assez-slider-meta a {
		color:#000000;
	}
		.assez-featured .assez-slider-meta a.fn {
			font-weight:bold;
		}
	.assez-featured .assez-slider-meta .avatar {
		display:inline-block;
		width:30px;
		height:auto;
		border-radius:50%;
		margin-top:-3px;
		margin-right:5px;
	}
	.assez-featured .assez-slider-meta .meta-comment {
		margin-left: 25px;
		display: inline-block;
	}
.assez-featured .slider-pagging-nav {
	position:absolute;
	bottom:-40px;
	left:0;
	width:100%;
	height:40px;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	background:#FFF;
	padding:20px 0;
}
	.assez-featured .slider-pagging-nav li {
		display:inline;
	}
		.assez-featured .slider-pagging-nav li a {
			text-indent:-9999999px;
			width:30px;
			height:5px;
			background:#353535;
			display:inline-block;
			margin:0 5px;
		}
			.assez-featured .slider-pagging-nav li a.active {
				background:#f4cf00;
				width:40px;
			}

/* Slider Type 2 */
.assez-featured2 {
	background: #FFF;
	padding-bottom: 25px;
	direction: initial;
}
.assez-featured2:hover .slick-arrow {
	opacity: 1;
}
.assez-featured2 .assez-slider-item {
	position: relative;
    width: 292px;
    min-height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	margin: 0 2px;
}
.assez-featured2 .assez-slider-item:hover:before {
	opacity: .6;
}
.assez-featured2 .assez-slider-item:hover .slider-container {
	bottom: 10px;
}
.assez-featured2 .assez-slider-item:before {
	content: "";
	position: absolute;
	opacity: .1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	transition: 600ms;
}
.slick-arrow {
	opacity: 0;
	transition: 600ms;
	position: absolute;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	z-index: 1;
	width: 45px;
	height: 45px;
	line-height: 0;
	color: #FFF;
	bottom: 50%;
	transform: translateY(50%);
	outline-style: none;
}
.slick-arrow:focus,
.slick-arrow:active,
.slick-arrow:visited {
	outline-style: none;
	outline-width: 0;
}
.slick-arrow:before {
	content: "";
	font-family: FontAwesome;
	font-size: 45px;
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-prev:before {
	content: "\f104";
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-arrow.slick-next:before {
	content: "\f105";
}
.assez-featured2 .slider-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	transition: 300ms;
}
.assez-featured2 .slider-container h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
}
.assez-featured2 .slider-container h2 a {
	color: #FFF;
}
.assez-featured2 .slider-container .entry-category {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 22px;
}

/**
 * 9.0 - WooCommerce
 * ------------------------------------------------------------------------------
 */
 
.hentry .woocommerce h2 {
	margin: 0;
	font-size: 30px;
	line-height: 41px;
	font-weight:normal;
}

/* WooCommerce Form */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin:10px 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width:49%;
}
#woocommerce-product-search-field {
	width:100%;
	margin-right:0;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 130px;
	height: 45px;
	line-height: 43px;
	padding: 0 15px;
}
.no-sidebar .entry-content .form-row,
.fullwidth-boxed .entry-content .form-row {
	padding: 3px;
	margin: 0 0 6px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	position:relative;
	padding:0;
	border:0;
}

/* WooCommerce message boxes */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background:#f6f6f6;
	padding:8px 20px 8px 40px !important;
	border:0;
	border-left:2px solid #f4cf00;
}
	.woocommerce-error:before,
	.woocommerce-info:before,
	.woocommerce-message:before {
		top:inherit;
		bottom:50%;
		transform:translateY(50%);
		-o-transform:translateY(50%);
		-ms-transform:translateY(50%);
		-moz-transform:translateY(50%);
		-webkit-transform:translateY(50%);
		line-height: normal;
		left: 15px;
	}
	
.woocommerce-error {
	border-left-color:#C03;
}
	.woocommerce-error:before {
		color:#C03;
	}
	
.woocommerce-info {
	border-left-color:#069;
}
	.woocommerce-info:before {
		color:#069;
	}
		
.woocommerce-message {
	border-left-color:#096;
}
	.woocommerce-message:before {
		color:#096;
	}
		.woocommerce-message a.button {
			height: 30px;
			line-height: 26px;
			padding: 0px 10px;
			font-weight: normal;
		}

/* WooCommerce breadcrumb */
.woocommerce .woocommerce-breadcrumb {
	color:#888;
}
	.woocommerce .woocommerce-breadcrumb a {
		font-weight:bold;
	}
.woocommerce table.shop_table {
	border-collapse:collapse;
	margin-top:25px;
}

/* WooCommerce tables */
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse:collapse;
}
.order-total {
	background:#fbfbfb;
}
.hentry .cart-collaterals h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.woocommerce-Tabs-panel {
	box-shadow:none;
}
.comment-form-rating .nice-select {
	border-radius: 0px;
	float:none;
	display:inline-block;
}
.woocommerce #reviews #comments h2 {
	margin-bottom:30px;
}
.widget_shopping_cart_content {
	line-height:normal;
}

/* WooCommerce buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: none;
	border: 2px solid #f4cf00;
	border-radius: 0px;
	color: #353535;
	font-family: Play, serif;
	letter-spacing: 1px;
	padding: 0 20px;
	transition:all 300ms;
	height:45px;
	line-height:41px;
}
.woocommerce #customer_login input.button,
.woocommerce .lost_reset_password input.button {
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	margin-right: 15px;
	padding: 0 30px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	background:none;
	color:#353535;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button {
	height: inherit;
	line-height: inherit;
	background: #f4cf00;
	border: 0;
	font-weight: normal;
	padding: 2px 13px;
	font-size: 13px;
	letter-spacing: 0;
}
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
	background:#353535;
	color:#FFF;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background:#353535;
	color:#FFFFFF;
}

/* WooCommerce account page */
.woocommerce-account .woocommerce-MyAccount-content {
	width:65%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background:#fbfbfb;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	border-right: 1px solid rgba(0,0,0,.1);
}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin:0;
	}
		.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
			font-family:Play, serif;
			display:block;
			padding:7px 20px;
			border-bottom:1px solid rgba(0,0,0,.1);
			color:#353535;
		}
		.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
			border:0;
		}
		.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
			background:#f4cf00;
			color:#353535;
		}
	
.woocommerce-MyAccount-navigation-link a:before { 
	content:"\f249";
	font-family:FontAwesome;
	margin-right:10px;
	display: inline-block;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before { content:"\f0e4"; }
.woocommerce-MyAccount-navigation-link--orders a:before { content:"\f03a"; }
.woocommerce-MyAccount-navigation-link--downloads a:before { content:"\f019"; }
.woocommerce-MyAccount-navigation-link--edit-address a:before { content:"\f279"; }
.woocommerce-MyAccount-navigation-link--edit-account a:before { content:"\f013"; }
.woocommerce-MyAccount-navigation-link--customer-logout a:before { content:"\f08b"; }

.woocommerce-MyAccount-navigation-link a {
	color:#353535;
}
.woocommerce-MyAccount-navigation-link a:hover {
	background:rgba(0,0,0,.03);
}
.no-sidebar .entry-content p.woocommerce-LostPassword,
.fullwidth-boxed .entry-content p.woocommerce-LostPassword {
	margin:0;
	position: absolute;
	bottom: 25px;
	right: 0;
}
.no-sidebar .entry-content p.woocommerce-LostPassword a,
.fullwidth-boxed .entry-content p.woocommerce-LostPassword a {
	font-size:13px;
	color: #999;
	text-decoration: underline;
}

/* WooCommerce payment */
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom:1px solid #f1f1f1;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color:#f4f4f4;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	border:1em solid #f4f4f4;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	line-height:33px;
	margin-left: 10px;
}
.woocommerce table.shop_table thead {
	background:#f4f4f4;
	color:#353535;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
	font-size: 22px;
	margin: 10px 0;
	font-weight: normal;
}

.woocommerce .quantity .qty {
	height:45px;
	line-height:43px;
	border:1px solid rgba(0,0,0,.2);
}
.woocommerce-thankyou-order-details {
	font-size: 23px;
}

/* WooCommerce product */
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#353535;
}
.woocommerce span.onsale {
	text-transform: uppercase;
	border-radius: 0px;
	height: 30px;
	line-height: 30px;
	min-height: unset;
	padding: 0px 20px;
	background: #353535;
	left: 4px;
	top: 4px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	font-size:14px;
}
.woocommerce .products h2,
.woocommerce-page .products  h2 {
	margin: 10px 0px 30px;
}
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
	width: calc(25% - 7.5px);
	margin-right: 10px;
}
.woocommerce ul.products li.product:last-child,
.woocommerce-page ul.products li.product:last-child {
	margin-right:0;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	right: 5px;
	line-height: 1px;
	top: 18px;
	left: inherit;
	vertical-align: inherit;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	padding-right:25px;
}
.woocommerce ul.products li.product h3 {
	font-weight:normal;
	font-size:18px;
	padding:0;
	color:#353535;
	margin:10px 0 5px;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	line-height: normal;
	color: #353535;
}
.woocommerce ul.products li.product .onsale {
	height: 25px;
	padding:0 10px;
	line-height: 25px;
	border: 0px none;
	margin: 0;
	border-radius: 0;
	display: inline-block;
	min-height: unset;
	background: #353535;
	text-transform: uppercase;
	letter-spacing: 1px;
	top:5px;
	right:5px;
}
.woocommerce .assez-shop-thumb img,
.woocommerce-page .assez-shop-thumb img {
	width:100%;
}
.woocommerce ul.products li.product .star-rating {
	margin:0 auto;
	display:inline-block;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 20px 2.992em 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
	width:calc(33.33% - 13.33px);
}
.woocommerce .col-shop-2 ul.products li.product,
.woocommerce-page .col-shop-2 ul.products li.product {
	text-align: center;
	width:calc(50% - 10px);
}
.woocommerce .col-shop-4 ul.products li.product,
.woocommerce-page .col-shop-4 ul.products li.product {
	text-align: center;
	width:calc(25% - 15px);
}
.woocommerce .col-shop-5 ul.products li.product,
.woocommerce-page .col-shop-5 ul.products li.product {
	text-align: center;
	width:calc(20% - 16px);
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right:0;
}

.woocommerce ul.products li.product .price {
	margin:5px 0;
}
	.woocommerce ul.products li.product .price ins {
		display:inline;
	}
	.woocommerce ul.products li.product .price del {
		display: inline;
		margin-right: 5px;
		color: #ABABAB;
		font-size:14px;
	}
	
ul.products.list li.product {
	margin:0 3.8% 0 0;
}
	ul.products.list li.product hr {
		display:inline-block;
	}
	ul.products.list li.product .star-rating {
		margin: 0 0 2em !important;
		float: right;
	}
	.woocommerce ul.products.list li.product h3 {
		margin-top: 0;
		font-size: 22px;
		line-height: normal;
		padding-right: 110px;
		font-weight: bold;
	}
	.product-list .gridlist-toggle {
		display:block;
		padding: 0 0 !important;
		line-height: 42px !important;
		text-align:center;
		clear:none;
	}
	.woocommerce ul.products.list li.product .price {
		position: absolute;
		right: 0px;
		top: 0px;
		display: inline-block;
		float: none;
		width: auto;
	}
	
.assez-shop-thumb {
	position:relative;	
}
.list .assez-shop-thumb {
	position: relative;
	float: left;
	width: 30.75% !important;
}
	ul.products.list li.product .assez-shop-thumb img {
		width:100% !important;
		margin:0;
		float:none;
	}
	.assez-shop-thumb:before {
		content:"";
		position:absolute;
		top:5px;
		right:5px;
		bottom:5px;
		left:5px;
		background:#353535;
		transition:all 500ms;
		transform:scale(.8);
		-o-transform:scale(.8);
		-ms-transform:scale(.8);
		-moz-transform:scale(.8);
		-webkit-transform:scale(.8);
		visibility:hidden;
		opacity:0;
	}
	.assez-shop-thumb:hover:before {
		opacity:.5;
		visibility:visible;
		transform:scale(1);
		-o-transform:scale(1);
		-ms-transform:scale(1);
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
	}
	.assez-shop-thumb a.button {
		position: absolute;
		margin:0 !important;
		bottom: calc(50% - 30px);
		right: 50%;
		transform: translate(50%, 50%);
		-o-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		-moz-transform: translate(50%, 50%);
		-webkit-transform: translate(50%, 50%);
		border:0;
		background:#f4cf00;
		padding: 0 15px;
		text-transform: uppercase;
		font-weight: normal;
		opacity:0;
		visibility:hidden;
		transition:all 500ms;
		height:35px;
		line-height:35px;
	}
	.assez-shop-thumb a.added_to_cart {
		position: absolute;
		bottom: 17.5px;
		left: 5px;
		right: 5px;
		background:#096;
		color: #FFF;
		z-index: 10;
		line-height: 30px;
		padding: 0;
	}
	.assez-shop-thumb:hover a.button {
		visibility:visible;
		opacity:1;
		bottom:50%;
	}
.woocommerce .star-rating:before {
	content:"\53\53\53\53\53";
	color:rgba(246,204,76,0.4);
}
.woocommerce .star-rating span:before {
	color:#f6cc4c;
}
.woocommerce-ordering .nice-select {
	border-radius:0;
}
.woocommerce-ordering .nice-select.open .list {
	margin-left:0;
	border-radius:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding:0;
	border:0;
	border-radius:50%;
	width:45px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 55px;
}
.woocommerce .star-rating {
	letter-spacing: 2px;
	font-size: 17px;
	width: 5.7em;
}
.woocommerce ul.products li.product .star-rating {
	font-size:18px;
}

/* WooCommerce widgets */
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	left: 0%;
	background: #f4cf00;
	border: medium none;
	height: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #353535;
	height: 5px;
	border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #353535;
	border-radius:0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-top:30px;
	margin-bottom:30px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	line-height:42px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float:left;
	margin-right:10px;
	margin-left:0;
	width:60px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-family:Play, serif;
}
.mini_cart_item .quantity {
	font-size:13px;
	color:#999;
	margin-top:5px;
	display:inline-block;
}
.assez_shopping_cart_content .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border:none;
	margin:15px 0;
	padding:4px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius:50%;
}
.woocommerce .widget_layered_nav ul li {
	padding:0 0 5px;
}
.woocommerce .widget_layered_nav_filters ul li {
	border: 0;
	margin-right: 10px;
}
	.woocommerce .widget_layered_nav_filters ul li:last-child {
		margin-right:0;
	}
		.woocommerce .widget_layered_nav_filters ul li a {
			text-decoration: none;
			background: #f0f0f0;
			padding: 2px 5px;
			border-radius: 20px;
		}
		.woocommerce .widget_layered_nav_filters ul li a:before {
			margin-right: 5px;
			line-height: inherit;
			font-size: 12px;
		}

/* Woocommerce comments & review */
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
}
.woocommerce p.stars a {
    height: 25px;
    width: 25px;
    font-size: 20px;
}

/* WooCommerce pagination */
.woocommerce nav.woocommerce-pagination {
	text-align:left;
}
	.woocommerce nav.woocommerce-pagination ul li,
	.woocommerce nav.woocommerce-pagination ul {
		border:0;
	}
	.woocommerce nav.woocommerce-pagination ul {
		background: #F8F8F8;
		margin: 0;
		padding: 0;
		margin-top: 0;
		list-style: none;
		font-size: 16px;
		font-family: Play, serif;
		border-top: 4px solid #a7a7a7;
		text-transform: uppercase;
		display:block;
		line-height:0;
	}
		.woocommerce nav.woocommerce-pagination ul li {
			float:none;
			overflow:visible;
		}
			.woocommerce nav.woocommerce-pagination ul li a,
			.woocommerce nav.woocommerce-pagination ul li span {
				position: relative;
				padding: 15px 20px;
				color: #353535;
				display: inline-block;
			}
				.woocommerce nav.woocommerce-pagination ul li a:focus,
				.woocommerce nav.woocommerce-pagination ul li a:hover,
				.woocommerce nav.woocommerce-pagination ul li span.current {
					color:#f4cf00;
					background:none;
				}
				.woocommerce nav.woocommerce-pagination ul li span.current:before {
					content: "";
					height: 4px;
					position: absolute;
					left: 0;
					top: -4px;
					right: 0;
					background: #f4cf00;
				}
				.woocommerce .woocommerce-pagination ul.page-numbers:before,
				.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
					content:none;
				}


/**
 * 10.0 Dark Theme Version
 * -----------------------------------------------------------------------------
 */
body.dark-theme {
	color: #DDD;
}
.dark-theme .fa {
	font-family: FontAwesome;
}
.dark-theme .hentry .post-readmore,
.dark-theme .hentry .more-link {
	border-left: 3px solid #999;
}
.woocommerce.dark-theme div.product .woocommerce-tabs ul.tabs li.active {
	background: #111;
}
.woocommerce.dark-theme .quantity .qty {
	background: transparent;
    border: 1px solid rgba(255,255,255,.2);
}
.woocommerce.dark-theme .woocommerce-error a.button,
.woocommerce.dark-theme .woocommerce-info a.button,
.woocommerce.dark-theme .woocommerce-message a.button {
	color: #353535;
}
.woocommerce.dark-theme .woocommerce-error a.button:hover,
.woocommerce.dark-theme .woocommerce-info a.button:hover,
.woocommerce.dark-theme .woocommerce-message a.button:hover {
	color: #FFF;
}
.dark-theme .woocommerce-error,
.dark-theme .woocommerce-info,
.dark-theme .woocommerce-message {
	background: #1d1d1d;
	color: #FFF;
}
.dark-theme .assez-widget input[type="search"],
.dark-theme .assez-widget input[type="text"],
.dark-theme .assez-widget input[type="password"],
.dark-theme .assez-widget input[type="email"],
.dark-theme .assez-widget select {
    background: #191919;
}
.dark-theme .shopping-cart-wrapper {
    background: #111;
    color: #FFF;
	box-shadow: 0 2px 10px rgba(255,255,255,.1);
}
.dark-theme button,
.dark-theme input,
.dark-theme select,
.dark-theme textarea {
	color: #DDD;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	line-height: 25px;
}
.dark-theme #main-content,
.dark-theme .assez-featured .slider-pagging-nav {
	background: #111;
}
.dark-theme .slider-pagging-nav li a {
	background: #999;
}
.dark-theme .post-title-widget a,
.dark-theme .assez-widget-recentposts a,
.dark-theme h3.widget-title,
.dark-theme .assez-widget a {
	color: #FFF;
}
.dark-theme .widget-header:before {
	background: #999;
}
.dark-theme .assez-widget {
    color: #9D9D9D;
}
.dark-theme .assez-listpost:before {
    background: rgba(17,17,17,.95);
}
.dark-theme .assez-listpost:after {
    background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(17,17,17,0.00)),color-stop( 100% , rgba(17,17,17,0.95)));
    background-image: -webkit-linear-gradient(0deg,rgba(17,17,17,0.00) 0%,rgba(17,17,17,0.95) 100%);
    background-image: linear-gradient(90deg,rgba(17,17,17,0.00) 0%,rgba(17,17,17,0.95) 100%);
}
.dark-theme .hentry.assez-listpost:nth-child(2n):after {
    background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(17,17,17,0.95)),color-stop( 100% , rgba(17,17,17,0.00)));
    background-image: -webkit-linear-gradient(0deg,rgba(17,17,17,0.95) 0%,rgba(17,17,17,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(17,17,17,0.95) 0%,rgba(17,17,17,0.00) 100%);
}
.dark-theme .entry-title a {
	color: #FFF;
}
.dark-theme .assez-listpost .entry-meta {
    color: #DDD;
}
.dark-theme .entry-meta a {
    color: #FFF;
}
.dark-theme .entry-meta {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 3px double rgba(255,255,255,.1);
}
.dark-theme ul.page-numbers {
    background: #191919;
    border-top: 4px solid #999;
}
.dark-theme .assez-twitter-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(17,17,17,0.50)),color-stop( 100% , rgba(17,17,17,1.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(17,17,17,0.50) 0%,rgba(17,17,17,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(17,17,17,0.50) 0%,rgba(17,17,17,1.00) 100%);
}
.dark-theme .assez-tweet-item {
    border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.02);
}
.dark-theme .assez-twitter-list .slick-dots button,
.dark-theme .assez-postslide .flex-control-paging li a {
	background: #999;
}
.dark-theme ul.page-numbers li .page-numbers {
	color: #999;
}
.dark-theme .assez-featured:before {
	background: rgba(17,17,17,.8);
}
.dark-theme .assez-featured::after {
    background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(17,17,17,0.00)),color-stop( 100% , rgba(17,17,17,0.8)));
    background-image: -webkit-linear-gradient(0deg,rgba(17,17,17,0.00) 0%,rgba(17,17,17,0.8) 100%);
    background-image: linear-gradient(90deg,rgba(17,17,17,0.00) 0%,rgba(17,17,17,0.8) 100%);
}
.dark-theme .post-nav-item.flex-active {
    background: rgba(17,17,17,.5);
}
.dark-theme .post-nav-item {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.dark-theme .slides-nav h2,
.dark-theme .assez-slider-excerpt {
	color: #DDD;
}
.dark-theme .assez-slider-meta a {
	color: #FFF;
}
.dark-theme .assez-slider-meta {
	color: #999;
}
.dark-theme .assez-slider-meta {
    border-bottom: 3px double rgba(255,255,255,.2);
}
.dark-theme .slides-nav-wrapper {
    border-left: 1px solid rgba(255,255,255,.1);
}
.dark-theme .assez-aboutme-wrapper:before {
    background: rgba(17,17,17,.95);
}
.dark-theme .assez-aboutme-wrapper:after {
    background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(17,17,17,0.95)),color-stop( 100% , rgba(17,17,17,0.00)));
    background-image: -webkit-linear-gradient(90deg,rgba(17,17,17,0.95) 0%,rgba(17,17,17,0.00) 100%);
    background-image: linear-gradient(0deg,rgba(17,17,17,0.95) 0%,rgba(17,17,17,0.00) 100%);
}
.dark-theme .assez-aboutme-widget .widget-header h3.widget-title {
	color: #FFF;
	background-image: -webkit-linear-gradient(270deg,rgba(17,17,17,0.60) 0.52%,rgba(17,17,17,0.30) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(17,17,17,0.60) 0.52%,rgba(17,17,17,0.30) 100%);
	background-image: -o-linear-gradient(270deg,rgba(17,17,17,0.60) 0.52%,rgba(17,17,17,0.30) 100%);
	background-image: linear-gradient(180deg,rgba(17,17,17,0.60) 0.52%,rgba(17,17,17,0.30) 100%);
}
.dark-theme .assez-aboutme-widget .widget-header h3.widget-title:before {
    background-image: -webkit-linear-gradient(270deg,rgba(17,17,17,0.30) 0.52%,rgba(17,17,17,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(17,17,17,0.30) 0.52%,rgba(17,17,17,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(17,17,17,0.30) 0.52%,rgba(17,17,17,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(17,17,17,0.30) 0.52%,rgba(17,17,17,0.00) 100%);
}
.dark-theme .entry-content p {
	color: #FFF;
}
.dark-theme .single-entry-meta {
	color: #DDD;
	border-bottom: 3px double rgba(255,255,255,.1);
}
.dark-theme .assez-posttags {
    border-right: 1px solid rgba(255,255,255,.1);
}
.dark-theme .assez-posttags a {
    color: #EEE;
}
.dark-theme .assez-postnav a:before {
    background: rgba(0,0,0,.9);
}
.dark-theme .assez-postnav a, .assez-pagination a {
    background: #000;
    color: #EEE;
}
.dark-theme .postnav-arrow i {
	color: #353535;
}
.dark-theme .comment-list .comment-body {
    border: 1px solid rgba(255,255,255,.1);
}
.dark-theme .comment-body .comment-content {
    border-top: 1px solid rgba(255,255,255,.1);
}
.dark-theme .hentry input[type="tel"],
.dark-theme .hentry input[type="text"],
.dark-theme .hentry input[type="password"],
.dark-theme .hentry input[type="email"],
.dark-theme .hentry input[type="search"],
.dark-theme .hentry textarea,
.dark-theme .comment-form input,
.dark-theme .comment-form textarea {
    border: 1px solid rgba(255,255,255,.1);
    background: #191919;
}
.dark-theme .form-submit .submit {
    background: #f4cf00;
    color: #353535;
    border-radius: 0;
    transition: all 500ms;
    width: inherit;
    text-transform: uppercase;
    border: 0;
    line-height: 40px;
    padding: 0 20px;
}
.dark-theme .related-post-item .post-title-related a {
    color: #DDD;
}
.dark-theme .post-meta-related {
    color: #BBB;
}
.dark-theme .post-meta-related a {
    color: #CCC;
}
.dark-theme .related-post-item.big {
    border-right: 1px dashed rgba(255,255,255,.2);
}
.dark-theme .comments-area {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.dark-theme .about-name {
	color: #EEE;
}
.dark-theme .about-name:after {
	background: #999;
}
.dark-theme #footer-section:before {
    background: #999;
}
.dark-theme .assez-newsletter input[type="text"],
.dark-theme .assez-newsletter input[type="email"],
.dark-theme .assez-newsletter input[type="password"] {
    background: rgba(255,255,255,.05);
}
.dark-theme .page-heading {
	background: #151515;
}
.dark-theme .page-heading:after {
    color: #999;
}
.dark-theme.woocommerce ul.products li.product h3 {
    color: #DDD;
}
.dark-theme.woocommerce ul.products li.product .price {
    color: #EEE;
}
.dark-theme.woocommerce ul.products li.product .price del {
    color: #AAA;
}
.dark-theme.woocommerce #respond input#submit,
.dark-theme.woocommerce a.button,
.dark-theme.woocommerce button.button,
.dark-theme.woocommerce input.button,
.dark-theme.woocommerce #respond input#submit.alt,
.dark-theme.woocommerce a.button.alt,
.dark-theme.woocommerce button.button.alt,
.dark-theme.woocommerce input.button.alt {
    color: #DDD;
}
.dark-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #DDD;
}
.dark-theme .widget_meta li, .widget_archive li, li.cat-item {
    border-bottom: 1px dashed rgba(255,255,255,.1);
}
.dark-theme .assez-widget ul ul {
    border-top: 1px dashed rgba(255,255,255,.1);
}
.dark-theme.woocommerce nav.woocommerce-pagination ul {
    background: #191919;
	border-top: 4px solid #999;
}
.dark-theme.woocommerce nav.woocommerce-pagination ul li a,
.dark-theme.woocommerce nav.woocommerce-pagination ul li span {
    color: #999;
}
.dark-theme .nice-select,
.dark-theme .nice-select .list {
    background-color: #111;
}
.dark-theme .assez-featured2 {
	background: #111111;
}
.dark-theme .assez-instagram-body {
    background: url(lib/img/soft-pattern.png) #000000;
}

/**
 * 11.0 Pre-Loader
 * -----------------------------------------------------------------------------
 */

.loader-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 20;
	transition: 500ms all;
}
.loader-wrapper.has-loaded {
	opacity: 0;
	visibility: hidden;
}
.dark-theme .loader-wrapper {
	background: #111;
}
.spinner {
	width: 250px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.spinner .ball {
	width: 20px;
	height: 20px;
	background-color: #f4cf00;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
		  animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.spinner p {
	color: #f4cf00;
    margin-top: 5px;
    font-family: Play;
    letter-spacing: 5px;
    font-size: 10px;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}