@charset "utf-8";
/*
Theme Name: StreetStyle Blog
Theme URI: http://streetstyle.themerex.net/
Description: Street Style Blog - Wordpress blog theme
Author: streetstyle
Author URI: http://themerex.net/
Version: 1.5.3
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: streetstyle
*/


/* TABLE OF CONTENTS:

1. Reset tags
2. Default tag's settings
3. Form fields settings
4. WP styles and Screen readers
5. Theme grid
6. Page layouts
7. Section's decorations
   7.1 Header
   7.2 Main Slider
   7.3 Page top: page title and breadcrumbs
   7.4 Main content wrapper
   7.5 Post Formats
   7.6 Post Layouts
   7.7 Paginations
8. Single page parts
   8.1 Attachment and Portfolio post navigation
   8.2 Reviews block
   8.3 Post author
   8.4 Comments
   8.5 Page 404
   8.8 Team member
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third part plugins
14. Predefined classes for users

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




/* 1. Reset tags
-------------------------------------------------------------- */
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,input,textarea,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height:inherit;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height:200%;
}
html {
	font-size: 100%;	/*62.5%;*/		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;		 			/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; 	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	    -ms-text-size-adjust: 100%; 	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* 2. Default tag's settings
-------------------------------------------------------------- */
body { 
	text-rendering: optimizeLegibility;
	font-size: 14px;
	font-weight: 400;
}

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

h1, h2, h3, h4, h5, h6 {
	line-height:125%;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}
h1 { font-size: 4.286em; font-weight:300; text-transform: uppercase; }
h2 { font-size: 3.857em; font-weight:300; text-transform: uppercase; }
h3 { font-size: 3.571em; font-weight:300; text-transform: uppercase; }
h4 { font-size: 3.571em; font-weight:400; text-transform: uppercase; }
h5 { font-size: 1.786em; font-weight:300; margin-top: 1.25em; margin-bottom: 0.8em; text-transform:uppercase; }
h6 { font-size: 1.021em; font-weight:400; margin-top: 1.8em; margin-bottom: 0.8em; text-transform:uppercase; letter-spacing: 0.03em; line-height:125%; }

p, ul, ol, dl, blockquote, address { margin: 0 0 1.5em; }
li > ol, li > ul { margin-bottom:0; }
ul>li, ol>li, dl>dd { margin-bottom:0.5em; }
li>ul, li>ol, dd>dl { margin-top:0.5em; }
li > p { margin-bottom:0; }
li > p+p { margin-top:0.5em; }
ol, ul {
	padding-left:1.5em;
}


/* Links */
a {
	text-decoration:none;
	background:transparent;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0;
}
a img { border: none; }

a, button {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

:active, :focus { outline:0; }


/* Tables */
table {
	border-collapse:collapse;
	border-spacing: 0;
	/*overflow: hidden;*/	/* In Chrome hide right and bottom borders for the table */
}
td, th {
	border: 1px solid #eee;
	padding: 0.5em;
}
caption, th /*, table tr:first-child td*/ {
	font-weight: bold;
	text-align: center;
}
body[class*="woocommerce-"] table th, body[class*="woocommerce-"] table td {
	border-width:0;
}
table > thead + body > tr:first-child {
	background-color: transparent;
}


/* Blockquotes*/
blockquote {
	margin: 1.2em 0 1em;
	padding: 50px 60px 33px;
	font-size:2.143em;
	line-height:1.2em;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" ""; }

blockquote p {
	margin: 0;
}
blockquote p+p {
	margin-top: 0.5em;
}
blockquote > a,
blockquote > p > a,
blockquote cite {
	display:inline-block;
	font-size: 0.400em;
	line-height:1.5em;
	font-weight:600;
	text-transform:uppercase;
    letter-spacing: 0.06em;
    border-bottom: 2px solid transparent;
}
blockquote:before {
	font-family:'fontello';
	content: '\e8b6';
	display:block;
	position:absolute;
	z-index:1;
	text-align:center;
    font-size: 0.8em;
    height: 20px;
    left: 30px;
    line-height: 20px;
    top: 55px;
    width: 20px;
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	        transform:rotate(180deg);
}


/* Other tags */
dd {	margin-left: 1.5em; }
dt, b, strong {	font-weight: bold; }
dfn, em, i { font-style: italic; }

pre, code, kbd, tt, var, samp {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	overflow: auto;
	max-width: 100%;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
mark, ins {
	background-color:transparent;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }
small {	font-size: 75%; }
big {	font-size: 125%; }

[hidden], template { display: none; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: none;
  border-top: 2px solid #eee;
  margin: 4em 0;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}
figure,
.wp-caption-overlay .wp-caption {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	max-width:100%;
}
figure figcaption,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
	-webkit-transition: all ease-in-out .3s;
	   -moz-transition: all ease-in-out .3s;
	    -ms-transition: all ease-in-out .3s;
	     -o-transition: all ease-in-out .3s;
	        transition: all ease-in-out .3s;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 0.8462em;
	line-height:1.3em;
	letter-spacing:1px;
	color: #fff;
	padding: 0.25em 0.8em;
}
figure:hover figcaption,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
	margin-bottom: -5em;
}
svg:not(:root) { overflow: hidden; }



/* Audio and Video */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe, video, embed {
	max-width: 100%;
	min-height: 100px;
	vertical-align: top;
}

/* Media Elements player hook */
.me-cannotplay { overflow:hidden; }
.me-plugin { position: absolute; height: 0; width: 0; }			/* Media elements hook for Safary */

/* Fontello icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	width:auto;
	margin:0 !important;
}



/* 3. Form fields settings
-------------------------------------------------------------- */
form {
	margin-bottom:0;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 0.9em;				/* Corrects font size not being inherited in all browsers */
	margin: 0;					/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;	/* Improves appearance and consistency in all browsers */
}
button {
	overflow: visible; 
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea,
select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	/* Addresses box sizing set to content-box in IE8/9 */
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;						/* Addresses excess padding in IE8/9 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;		/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;		/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
}
button::-moz-focus-inner,
input::-moz-focus-inner {			/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
	-webkit-appearance: none;
	border: none;
	line-height: 1.3em;
	outline: none;
	resize: none;
	padding: 1.2em 1.4em;
    letter-spacing: 0.3px;
}
button::-moz-focus-inner { 
	border: 0;
}
button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select,
textarea:focus {
	outline: none;
}
textarea {
	overflow: auto;			/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;	/* Improves readability and alignment in all browsers */
	min-height:10em;
}
label.required:after {
	content:'*';
	display:inline-block;
	vertical-align:text-top;
	font-size:80%;
	color:#da6f5b;
}
input[type="radio"],
input[type="checkbox"] {
	display:none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	position:relative;
	padding-left:1.75em;
	line-height:1.5em;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	content:' ';
	font-family:fontello;
	display:block;
	text-align:center;
	border: 1px solid #eee;
	position:absolute;
	left:0;
	top:3px;
	width:1em;
	height:1em;
	line-height:1em;
}
input[type="radio"] + label:before {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
input[type="checkbox"]:checked + label:before {
	content:'\e8ab';
}
input[type="radio"]:checked + label:before {
	content:'\e8e4';
}
.widget_search form,
.mc4wp_wrap,
.select_container {
	width:100%;
	overflow:hidden;
	position:relative;
	padding:0;
}
.widget_search form:after,
.mc4wp_wrap:after,
.select_container:after {
	content:'\e828';
	font-family: 'fontello';
	display:block;
	text-align:center;
	position:absolute;
	right:1em;
	top:1.2em;
	width:1em;
	height:1em;
	line-height:1em;
	border: 1px solid #eee;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	z-index:0;
	pointer-events: none;
	cursor:pointer;
}
.mc4wp_wrap:after,
.widget_search form:after {
	content:'\e836';
	top:1em;
}
.widget_search .search-field,
.mc4wp_wrap #mc4wp_email,
.select_container select {
	width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select_container select {
	width:110%;
}
.mc4wp_wrap input[type="submit"],
.widget_search .search-submit {
	display:block;
	text-indent:-1000px;
	position:absolute;
	right:1em;
	top:1em;
	width:1.2em;
	height:1.2em;
	line-height:1.2em;
	border: none;
	background:none;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	z-index:1;
	cursor:pointer;
}



/* 4. WP styles and Screen readers
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin:0 !important;
	padding:0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size:0.8462em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
}
.alignleft {
	display: inline-block;
	float: left;
	margin-right: 2em;
}
.alignright {
	display: inline-block;
	float: right;
	margin-left: 2em;
}
.aligncenter {
	clear: both;
	display: block !important;
	margin-left: auto !important;
	margin-right:auto !important;
	text-align:center;
}
.sticky {
	position:relative;
}
.sticky .sticky_label {
	position:absolute; 
	right:1.5em;
	top: 1.5em;
	width:5em;
	height:5em;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.gallery-caption {}
.bypostauthor {}
.wp-caption {
	position: relative;
	overflow:hidden;
	max-width:100%;
}
.wp-caption a[class*="magnific"],
.wp-caption a[class*="prettyPhoto"] {
	display: block;
}
.wp-caption a[class*="magnific"] img,
.wp-caption a[class*="prettyPhoto"] img {
	vertical-align: top;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
	padding: 0.5em 0;
	font-size:0.8462em;
	line-height:1.4545em;
	text-align:center;
	text-transform:uppercase;
}
.gallery {
	margin: 0 -5px;
}
.gallery .gallery-item {
	display: inline-block;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.gallery .gallery-item a {
	display: block;
}
.gallery .gallery-item a img {
    border: none !important;
    display: block;
    width: 100%;
}
.gallery .gallery-item .gallery-icon {
	margin: 0 5px;
}
.gallery .gallery-item .gallery-caption {
    line-height: 1.3em;
    margin: 0 5px;
    padding: 6px;
	font-size:0.8462em;
}
.gallery .gallery-item:hover .gallery-caption {
	bottom: -200px;
}
.gallery.gallery-columns-9 .gallery-item {	width: 11.1111% !important; }
.gallery.gallery-columns-8 .gallery-item {	width: 12.5% !important; }
.gallery.gallery-columns-7 .gallery-item {	width: 14.2857% !important; }
.gallery.gallery-columns-6 .gallery-item {	width: 16.6666% !important; }
.gallery.gallery-columns-5 .gallery-item {	width: 20% !important; }
.gallery.gallery-columns-4 .gallery-item {	width: 25% !important; }
.gallery.gallery-columns-3 .gallery-item {	width: 33.3333% !important; }
.gallery.gallery-columns-2 .gallery-item {	width: 50% !important; }
.gallery.gallery-columns-1 .gallery-item {	width: 100% !important; }
.gallery.gallery-columns-9 .gallery-caption { font-size: 0.625em; }
.gallery.gallery-columns-8 .gallery-caption { font-size: 0.6875em; }
.gallery.gallery-columns-7 .gallery-caption { font-size: 0.75em; }
.gallery.gallery-columns-6 .gallery-caption { font-size: 0.8125em; }
.post-password-form label {
	display:inline-block;
	vertical-align:top;
}
.post-password-form input[type="submit"] {
	display:inline-block;
	margin-left:10px;
}




/* 5. Theme grid
-------------------------------------------------------------- */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row, .columns_wrap {
  margin-left: 0;		/* -15px; */
  margin-right: -30px;	/* -15px; */
}
.row > [class*="column-"], .columns_wrap > [class*="column-"] {

  /* Old way: floating columns */
  /* float: left;*/

  /* New way: inline blocks */
  /* Warning: remove spaces between column's tags:
		Right:															Wrong:
		<div class="columns_wrap"><div class="column-1_2">				<div class="columns_wrap">
																			<div class="column-1_2">
			...																	...
  		</div><div class="column-1_2">										</div
																			<div class="column-1_2">
			...																	...
		</div></div>														</div>
																		</div>
  */
  display:inline-block;
  vertical-align:top;

  position: relative;
  min-height: 1px;
  padding-left: 0;	/* 15px; */
  padding-right: 30px;	/* 15px; */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.row.column_padding_left, .columns_wrap.column_padding_left {
  margin-left: -30px;
  margin-right: 0;
}
.row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
.row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
	padding-left:30px;
	padding-right:0;
}
.row.column_padding_right, .columns_wrap.column_padding_right {
  margin-left: 0;
  margin-right: -30px;
}
.row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
.row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
	padding-left:0;
	padding-right:30px;
}
.row.column_padding_center, .columns_wrap.column_padding_center {
  margin-left: -15px;
  margin-right: -15px;
}
.row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
.row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
	padding-left:15px;
	padding-right:15px;
}
.row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
 padding-bottom: 30px;
}
.sc_blogger.no_margins .row, .sc_blogger.no_margins .columns_wrap,
.row.no_margins, .columns_wrap.no_margins {
  margin: 0 !important;
}
.sc_blogger.no_margins .row > [class*="column-"], .sc_blogger.no_margins .columns_wrap > [class*="column-"],
.row.no_margins > [class*="column-"], .columns_wrap.no_margins > [class*="column-"] {
  padding: 0 !important;
}

/* Columns width */
.column-1, .column-1_1, .column-2_2, .column-3_3, .column-4_4, .column-5_5, .column-6_6, .column-7_7, .column-8_8, .column-9_9, .column-10_10, .column-11_11, .column-12_12	{ width:100%; }
.column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12	{ width:50%; }
.column-1_3, .column-2_6, .column-3_9, .column-4_12								{ width:33.33333333%; }
.column-2_3, .column-4_6, .column-8_12											{ width:66.66666667%; }
.column-1_4, .column-2_8, .column-3_12											{ width:25%; }
.column-3_4, .column-6_8, .column-9_12											{ width:75%; }
.column-1_5, .column-2_10														{ width:20%; }
.column-2_5, .column-4_10														{ width:40%; }
.column-3_5, .column-6_10														{ width:60%; }
.column-4_5, .column-8_10														{ width:80%; }
.column-1_6, .column-2_12														{ width:16.66666667%; }
.column-5_6, .column-10_12														{ width:83.33333333%; }
.column-1_7																		{ width:14.28571429%; }
.column-2_7																		{ width:28.57142857%; }
.column-3_7																		{ width:42.85714286%; }
.column-4_7																		{ width:57.14285714%; }
.column-5_7																		{ width:71.42857143%; }
.column-6_7																		{ width:85.71428571%; }
.column-1_8																		{ width:12.5%; }
.column-3_8																		{ width:37.5%; }
.column-5_8																		{ width:62.5%; }
.column-7_8																		{ width:87.5%; }
.column-1_9																		{ width:11.11111111%; }
.column-2_9																		{ width:22.22222222%; }
.column-3_9																		{ width:33.33333333%; }
.column-4_9																		{ width:44.44444444%; }
.column-5_9																		{ width:55.55555556%; }
.column-6_9																		{ width:66.66666667%; }
.column-7_9																		{ width:77.77777778%; }
.column-8_9																		{ width:88.88888889%; }
.column-1_10																	{ width:10%; }
.column-3_10																	{ width:30%; }
.column-7_10																	{ width:70%; }
.column-9_10																	{ width:90%; }
.column-1_11																	{ width: 9.09090909%; }
.column-2_11																	{ width:18.18181818%; }
.column-3_11																	{ width:27.27272727%; }
.column-4_11																	{ width:36.36363636%; }
.column-5_11																	{ width:45.45454545%; }
.column-6_11																	{ width:54.54545455%; }
.column-7_11																	{ width:63.63636364%; }
.column-8_11																	{ width:72.72727273%; }
.column-9_11																	{ width:81.81818182%; }
.column-10_11																	{ width:90.90909091%; }
.column-1_12																	{ width: 8.33333333%; }
.column-5_12																	{ width:41.66666667%; }
.column-7_12																	{ width:58.33333333%; }
.column-11_12																	{ width:91.66666667%; }
/* Push columns */
.push-1_2, .push-2_4, .push-3_6, .push-4_8, .push-5_10, .push-6_12	{ left:50%; }
.push-1_3, .push-2_6, .push-3_9, .push-4_12							{ left:33.33333333%; }
.push-2_3, .push-4_6, .push-8_12									{ left:66.66666667%; }
.push-1_4, .push-2_8, .push-3_12									{ left:25%; }
.push-3_4, .push-6_8, .push-9_12									{ left:75%; }
.push-1_5, .push-2_10												{ left:20%; }
.push-2_5, .push-4_10												{ left:40%; }
.push-3_5, .push-6_10												{ left:60%; }
.push-4_5, .push-8_10												{ left:80%; }
.push-1_6, .push-2_12												{ left:16.66666667%; }
.push-5_6, .push-10_12												{ left:83.33333333%; }
.push-1_7															{ left:14.28571429%; }
.push-2_7															{ left:28.57142857%; }
.push-3_7															{ left:42.85714286%; }
.push-4_7															{ left:57.14285714%; }
.push-5_7															{ left:71.42857143%; }
.push-6_7															{ left:85.71428571%; }
.push-1_8															{ left:12.5%; }
.push-3_8															{ left:37.5%; }
.push-5_8															{ left:62.5%; }
.push-7_8															{ left:87.5%; }
.push-1_9															{ left:11.11111111%; }
.push-2_9															{ left:22.22222222%; }
.push-3_9															{ left:33.33333333%; }
.push-4_9															{ left:44.44444444%; }
.push-5_9															{ left:55.55555556%; }
.push-6_9															{ left:66.66666667%; }
.push-7_9															{ left:77.77777778%; }
.push-8_9															{ left:88.88888889%; }
.push-1_10															{ left:10%; }
.push-3_10															{ left:30%; }
.push-7_10															{ left:70%; }
.push-9_10															{ left:90%; }
.push-1_11															{ left: 9.09090909%; }
.push-2_11															{ left:18.18181818%; }
.push-3_11															{ left:27.27272727%; }
.push-4_11															{ left:36.36363636%; }
.push-5_11															{ left:45.45454545%; }
.push-6_11															{ left:54.54545455%; }
.push-7_11															{ left:63.63636364%; }
.push-8_11															{ left:72.72727273%; }
.push-9_11															{ left:81.81818182%; }
.push-10_11															{ left:90.90909091%; }
.push-1_12															{ left: 8.33333333%; }
.push-5_12															{ left:41.66666667%; }
.push-7_12															{ left:58.33333333%; }
.push-11_12															{ left:91.66666667%; }
/* Pull columns */
.pull-1_2, .pull-2_4, .pull-3_6, .pull-4_8, .pull-5_10, .pull-6_12	{ right:50%; }
.pull-1_3, .pull-2_6, .pull-3_9, .pull-4_12							{ right:33.33333333%; }
.pull-2_3, .pull-4_6, .pull-8_12									{ right:66.66666667%; }
.pull-1_4, .pull-2_8, .pull-3_12									{ right:25%; }
.pull-3_4, .pull-6_8, .pull-9_12									{ right:75%; }
.pull-1_5, .pull-2_10												{ right:20%; }
.pull-2_5, .pull-4_10												{ right:40%; }
.pull-3_5, .pull-6_10												{ right:60%; }
.pull-4_5, .pull-8_10												{ right:80%; }
.pull-1_6, .pull-2_12												{ right:16.66666667%; }
.pull-5_6, .pull-10_12												{ right:83.33333333%; }
.pull-1_7															{ right:14.28571429%; }
.pull-2_7															{ right:28.57142857%; }
.pull-3_7															{ right:42.85714286%; }
.pull-4_7															{ right:57.14285714%; }
.pull-5_7															{ right:71.42857143%; }
.pull-6_7															{ right:85.71428571%; }
.pull-1_8															{ right:12.5%; }
.pull-3_8															{ right:37.5%; }
.pull-5_8															{ right:62.5%; }
.pull-7_8															{ right:87.5%; }
.pull-1_9															{ right:11.11111111%; }
.pull-2_9															{ right:22.22222222%; }
.pull-3_9															{ right:33.33333333%; }
.pull-4_9															{ right:44.44444444%; }
.pull-5_9															{ right:55.55555556%; }
.pull-6_9															{ right:66.66666667%; }
.pull-7_9															{ right:77.77777778%; }
.pull-8_9															{ right:88.88888889%; }
.pull-1_10															{ right:10%; }
.pull-3_10															{ right:30%; }
.pull-7_10															{ right:70%; }
.pull-9_10															{ right:90%; }
.pull-1_11															{ right: 9.09090909%; }
.pull-2_11															{ right:18.18181818%; }
.pull-3_11															{ right:27.27272727%; }
.pull-4_11															{ right:36.36363636%; }
.pull-5_11															{ right:45.45454545%; }
.pull-6_11															{ right:54.54545455%; }
.pull-7_11															{ right:63.63636364%; }
.pull-8_11															{ right:72.72727273%; }
.pull-9_11															{ right:81.81818182%; }
.pull-10_11															{ right:90.90909091%; }
.pull-1_12															{ right: 8.33333333%; }
.pull-5_12															{ right:41.66666667%; }
.pull-7_12															{ right:58.33333333%; }
.pull-11_12															{ right:91.66666667%; }
/* Margin for the columns */
.offset-1_2, .offset-2_4, .offset-3_6, .offset-4_8, .offset-5_10, .offset-6_12	{ margin-left:50%; }
.offset-1_3, .offset-2_6, .offset-3_9, .offset-4_12								{ margin-left:33.33333333%; }
.offset-2_3, .offset-4_6, .offset-8_12											{ margin-left:66.66666667%; }
.offset-1_4, .offset-2_8, .offset-3_12											{ margin-left:25%; }
.offset-3_4, .offset-6_8, .offset-9_12											{ margin-left:75%; }
.offset-1_5, .offset-2_10														{ margin-left:20%; }
.offset-2_5, .offset-4_10														{ margin-left:40%; }
.offset-3_5, .offset-6_10														{ margin-left:60%; }
.offset-4_5, .offset-8_10														{ margin-left:80%; }
.offset-1_6, .offset-2_12														{ margin-left:16.66666667%; }
.offset-5_6, .offset-10_12														{ margin-left:83.33333333%; }
.offset-1_7																		{ margin-left:14.28571429%; }
.offset-2_7																		{ margin-left:28.57142857%; }
.offset-3_7																		{ margin-left:42.85714286%; }
.offset-4_7																		{ margin-left:57.14285714%; }
.offset-5_7																		{ margin-left:71.42857143%; }
.offset-6_7																		{ margin-left:85.71428571%; }
.offset-1_8																		{ margin-left:12.5%; }
.offset-3_8																		{ margin-left:37.5%; }
.offset-5_8																		{ margin-left:62.5%; }
.offset-7_8																		{ margin-left:87.5%; }
.offset-1_9																		{ margin-left:11.11111111%; }
.offset-2_9																		{ margin-left:22.22222222%; }
.offset-3_9																		{ margin-left:33.33333333%; }
.offset-4_9																		{ margin-left:44.44444444%; }
.offset-5_9																		{ margin-left:55.55555556%; }
.offset-6_9																		{ margin-left:66.66666667%; }
.offset-7_9																		{ margin-left:77.77777778%; }
.offset-8_9																		{ margin-left:88.88888889%; }
.offset-1_10																	{ margin-left:10%; }
.offset-3_10																	{ margin-left:30%; }
.offset-7_10																	{ margin-left:70%; }
.offset-9_10																	{ margin-left:90%; }
.offset-1_11																	{ margin-left: 9.09090909%; }
.offset-2_11																	{ margin-left:18.18181818%; }
.offset-3_11																	{ margin-left:27.27272727%; }
.offset-4_11																	{ margin-left:36.36363636%; }
.offset-5_11																	{ margin-left:45.45454545%; }
.offset-6_11																	{ margin-left:54.54545455%; }
.offset-7_11																	{ margin-left:63.63636364%; }
.offset-8_11																	{ margin-left:72.72727273%; }
.offset-9_11																	{ margin-left:81.81818182%; }
.offset-10_11																	{ margin-left:90.90909091%; }
.offset-1_12																	{ margin-left: 8.33333333%; }
.offset-5_12																	{ margin-left:41.66666667%; }
.offset-7_12																	{ margin-left:58.33333333%; }
.offset-11_12																	{ margin-left:91.66666667%; }

/* Utils */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.columns_wrap:before,
.columns_wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
  clear: both;
  width:100%;
  height:0;
  display:block;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}





/* 6. Page layouts
-------------------------------------------------------------- */
.page_wrap,
.content_wrap {
	margin:0 auto;
}
.page_wrap {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
#page_preloader,
.body_style_boxed {
	background-color:#f0f0f0;
}
.scheme_dark #page_preloader,
.body_style_boxed.scheme_dark {
	background-color:#000000;
}
.body_style_boxed .page_wrap {
	width:1290px;
}
.slider_style_boxed,
.content_wrap,
.content_container {
	width:1170px;
	margin:0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
	width:100%;
}
.content_wrap:after,
.content_container:after {
	content:" ";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.body_style_fullwide .content_wrap {
	width: 100%;
	padding-left:30px;
	padding-right:30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.content, .sidebar, .sidebar_inner {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_content_wrap .content_wrap {
	position:relative;
}

/* Content and Sidebar */
/*.sidebar_show .content*/
body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 870px; margin-bottom: 2.3077em; }

body.sidebar_show .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.sidebar_show.sidebar_right .content {
    padding-right: 30px;
    border-right: 1px solid #ededed;
}
body.sidebar_show.sidebar_left .content {
    padding-left: 30px;
    border-left: 1px solid #ededed;
}

.sidebar { 				 width: 270px; padding-bottom: 3em; }
.sidebar_hide .content { margin-left: auto; margin-right: auto; }
.sidebar_right .content { float: left; }
.sidebar_right .sidebar { float: right; }
.sidebar_left .content  { float: right; }
.sidebar_left .sidebar  { float: left; }

/* Fullwide or Fullscreen with sidebar */
.body_style_fullwide .content, .body_style_fullscreen .content { width:auto; max-width:100%; }
.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 400px; }
.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -370px; }
.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  400px; }
.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-370px; }

.body_style_fullscreen .page_content_wrap {
	overflow:hidden;
	padding:0;
}

/* Boxed style for articles and sidebar */
.page_content_wrap {
	padding: 5em 0 2.3077em;
}
.body_style_fullscreen .page_content_wrap {
	padding:0;
}

.body_style_fullscreen .content > article.page {
	padding:0;
}


/* 7. Section's decorations
-------------------------------------------------------------- */


/* 7.1 Header
-------------------------------------------------------------- */

/* Top panel */
.top_panel_wrap {
	position:relative;
}
.top_panel_over .top_panel_wrap {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
.top_panel_position_over.top_panel_wrap {
	background: none !important;
}
.admin-bar.top_panel_over .top_panel_wrap {
	top:32px;
}
.top_panel_wrap [class^="icon-"]::before, .top_panel_wrap [class*=" icon-"]::before {
	margin-right:0.5em;
}

/* Fixed panel */
.top_panel_fixed_wrap {
	display:none;
}
.top_panel_fixed:not(.top_panel_over) .top_panel_fixed_wrap {
	display:block;
}
.top_panel_fixed .top_panel_wrap {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
.admin-bar.top_panel_fixed .top_panel_wrap {
	top:32px;
}
.top_panel_fixed .menu_main_wrap {
	border-bottom: 1px solid #eee;
}

/* Logo in the header */
.logo {
	width:auto;
	text-align:center;
}
.top_panel_logo {
	position:relative;
    overflow: hidden;
}
.top_panel_logo .logo {
	margin: 4.15em 0;
}
.copyright_wrap .logo {
	margin: 1.7em 0;
}
.top_panel_fixed .top_panel_wrap .logo_wrap {
	display: none;
}
.logo i, .logo b, .logo img {
	display:inline-block;
	vertical-align:middle;
	margin:0 0.3em;
}
.logo img {
	margin:0;
	width:auto;
}
.logo i {
	font-size: 4.8462em;
	font-style:normal;
	line-height:1em;
}
.logo b {
	font-size: 0.1746em;
	font-weight:400;
	letter-spacing:0.2em;
	text-transform:uppercase;
	position:relative;
}
.logo b:after {
	content:' ';
	display:block;
	width:100%;
	height: 1px;
	position:absolute;
	z-index:1;
	bottom: 2em;
	left:0;
}
.logo_slogan {
	font-size: 0.8571em;
}
.logo_wrap img + .logo_slogan {
	margin-top: 1em;
}


/* top user panel wrap */
.top_panel_logo_wrap {
    background-color: #ffffff;
}
.top_user_panel_wrap {
    background-color: #171a1b;
    min-height: 48px;
    padding: 0;
    display: block;
    line-height: 0;
    position: relative;
    z-index: 102;
}

/* Search and socials */
.search_and_socials {
    float: right;
    height: 48px;
    line-height: 48px;
    padding: 0;
}
.search_and_socials:after {
	content:' ';
	display:block;
	width:100%;
	height:0;
	clear:both;
}

/* Social icons */
.socials_wrap {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.top_panel_logo .socials_wrap {
	float:left;
	font-size:0.8462em;
}
.socials_wrap .socials_caption {
	display:inline-block;
	margin-right:1em;
}
.socials_wrap .social_item {
	display: inline-block;
    margin-right: 0.35em;
    text-align: center;
}
.socials_share .social_item {
	margin-right:1em;
}
.socials_wrap .social_item:last-child {
    margin-right: 0;
}
.socials_wrap .social_item a {
	display:block;
    font-size: 0.85em;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.post_item_single .post_footer .socials_wrap .social_item a {
    width: auto;
    border-radius: 0;
    background: none;
}
.copyright_wrap .socials_wrap .social_item a:hover,
.top_panel_logo_wrap .socials_wrap .social_item a:hover {
    background-color: #ffffff;
}
.top_panel_logo_wrap .socials_wrap .social_item a {
    height: 25px;
    line-height: 25px;
    width: 25px;
}



/* Search area */

/*new*/
.search_wrap_fixed {
    display: inline-block;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
    vertical-align: top;
}
.search_wrap_fixed .search_link {
    font-size: 0.857em;
    line-height: 1.5em;
    vertical-align: middle;
    color: #ffffff;
    position: relative;
    padding-right: 2.3em;
    margin: 0 1em;
}
.search_wrap_fixed .search_link:before {
    font-size: 1.55em;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top:0;
}
.search_wrap_fixed .search_form_wrap_fixed {
    width: 100%;
    height: 100%;
    /*z-index: 99;*/
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    overflow: hidden;
    visibility: visible;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 5em 50px;
    box-sizing: border-box;
}
.search_wrap_fixed .search_form_wrap_fixed .search_close {
    color: #999999;
    display: block;
    font-size: 30px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0.7em;
    text-align: center;
    top: 2.3em;
    width: 40px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.search_wrap_fixed .search_form_wrap_fixed .search_close:hover {
    color:#333;
}
body.search_fixed {
    overflow: hidden;
}
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed .search_submit {
    display: none;
}
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed .search_field {
    font-size: 120px;
    font-weight: 300;
    height: 140px;
    letter-spacing: 2px;
    line-height: 120px;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    box-sizing: border-box;
    resize: none;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    display: block;
    width: 100%;
}
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed label {
    color: #999999;
}
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed input::-webkit-input-placeholder {color:#333; opacity: 1;}
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed input::-moz-placeholder          {color:#333; opacity: 1;}/* Firefox 19+ */
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed input:-moz-placeholder           {color:#333; opacity: 1;}/* Firefox 18- */
.search_and_socials .search_wrap_fixed .search_form_wrap_fixed input:-ms-input-placeholder      {color:#333; opacity: 1;}


/* old */
.search_wrap {
    display: inline-block;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
    vertical-align: top;
}
.page_search .search_wrap {
	float:none;
}
.search_and_socials  .search_wrap .search_form {
	position:relative;
	font-size:0.857em;
	vertical-align:middle;
}
.search_and_socials .search_wrap .search_field {
	width:10.5em;
    line-height: 1.5em;
    padding: 0.5em 3.3em 0.5em 2em;
    height: 48px;
    background-color: transparent;
    letter-spacing: 0.1em;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.search_wrap .search_field:focus,
.search_wrap .search_field:active {
    padding: 0.5em 3.3em 0.5em 2em;
    background-color: #000000;
    color: #ffffff;
}

.search_wrap input::-webkit-input-placeholder {color:#ffffff; opacity: 1;}
.search_wrap input::-moz-placeholder          {color:#ffffff; opacity: 1;}/* Firefox 19+ */
.search_wrap input:-moz-placeholder           {color:#ffffff; opacity: 1;}/* Firefox 18- */
.search_wrap input:-ms-input-placeholder      {color:#ffffff; opacity: 1;}

.search_wrap .search_submit {
	position:absolute;
	top: 0;
	right: 0;
	background-color:transparent;
	padding: 0 1.6em 0 0.5em;
    height: 100%;
	line-height:1.5em;
}
.search_wrap .search_submit:before {
	margin:0;
	line-height:1.5em;
    font-size: 1.75em;
}

/* Search results */
.search_wrap .search_results {
	display:none;
	position:absolute;
	z-index:1000;
	right:-2em;
	top:4.1em;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	width: 22em;
	padding: 2em 1.5em;
	line-height:1.5em;
	text-align:left;
}
.content .search_wrap .search_results {
    right: 0;
    margin-top: 3px;
}
.search_wrap .search_results:after {
	content:" ";
	width:10px;
	height:10px;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	top:-6px;
	right:3.5em;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.search_wrap .search_results .search_results_close {
	position: absolute;
	top:3px;
	right:3px;
	display:block;
	text-align:center;
	overflow:hidden;
	font-size:1em;
	width:1.2em;
	height:1.2em;
	line-height:1.2em;
	cursor:pointer;
}
.search_wrap .post_more {
	display:block;
	text-align:center;
}
.widget_area .post_item,
aside .post_item {
	overflow:hidden;
	text-align:left;
	margin-bottom: 0;
	background-color: transparent;
	position:relative;
}
aside .post_item + .post_item {
	margin-top:2em;
}
.widget_popular_posts .post_item + .post_item {
    border-top:1px dashed #e5e5e5;
    margin-top:2em;
    padding-top:2em;
}
.widget_popular_posts .post_item .post_count_item {
    float: left;
    font-size: 28px;
    font-weight: 400;
    width: 40px;
    margin-top: -9px;
}
.search_results.widget_area .post_item + .post_item {
	border-top:1px solid #e5e5e5;
	margin-top:1.5em;
	padding-top:1.5em;
}
.widget_area .post_item .post_content,
aside .post_item .post_content {
	overflow:hidden;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
	float:left;
	margin:0 1.25em 2px 0;
	overflow:hidden;
}
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
	width:100%;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
	margin: -2px 0 7px 0;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
	margin-bottom:0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 16px;
    text-transform: uppercase;
}
.widget_area .post_item .post_info .post_info_item+.post_info_item:before,
aside .post_item .post_info .post_info_item+.post_info_item:before {
	content: "";
	margin:0 0 0 5px;
}
.widget_area .post_item .post_category,
aside .post_item .post_category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 0.8em;
    margin-top: -3px;
    padding-right: 3em;
    position: relative;
    text-transform: uppercase;
}
.wpb_row .widget_area .post_item .post_category,
.wpb_row aside .post_item .post_category {
    margin-top: 0;
}
.widget_area .post_item .post_category .post_info_counters,
aside .post_item .post_category .post_info_counters {
	position:absolute;
	right: 0;
	top: 0;
    font-weight: 400;
}

/* Search field inside content */
.content .search_wrap {
	max-width:50%;
	margin:0;
}
.content .search_wrap .search_form_wrap {
	width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
	width:82%;
}
.content .search_wrap.search_fixed .search_form_wrap .search_field {
	width: 96%;
}
.content .search_wrap .search_results {
	width:100%;
    box-sizing: border-box;
}



/* Menus */
.menu_main_wrap {
    background-color: #ffffff;
}
.top_panel_wrap {
    background-color: #ffffff;
}
.top_panel_wrap .content_wrap {
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #171a1b;
}
.top_panel_fixed .content_wrap {
    border-bottom: none;
}
.top_panel_wrap ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style-type:none;
    line-height: 1.5em;
}
.top_panel_wrap li {
	margin-bottom: 0;
	position:relative;
	letter-spacing:0.1em;
}
.top_panel_wrap li li > a {
    display: block;
    padding: 0.4em 1.65em;
    position: relative;
}
.menu_main_nav > li.menu-item-has-children > a:after {
	content: '\e828';
	font-family: 'fontello';
	display:block;
	position:absolute;
	z-index:1;
	bottom:0.6em;
	left:50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.top_panel_wrap li li.menu-item-has-children > a:after {
	content: '\e836';
	font-family: 'fontello';
	position:absolute;
	z-index:1;
	right:0.9em;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}



/* Main menu */
.menu_main_nav_area {
	position:relative;
	display:none;
	font-size:1em;
	line-height:0;
	text-transform:uppercase;
	text-align:center;
}
.menu_show .menu_main_nav_area {
	display:block;
}
.menu_main_nav > li {
	position:relative;
	float:left;
	z-index:20;
}
.menu_main_nav > li+li { z-index:19; }
.menu_main_nav > li+li+li { z-index:18; }
.menu_main_nav > li+li+li+li { z-index:17; }
.menu_main_nav > li+li+li+li+li { z-index:16; }
.menu_main_nav > li+li+li+li+li+li { z-index:15; }
.menu_main_nav > li+li+li+li+li+li+li { z-index:14; }
.menu_main_nav > li+li+li+li+li+li+li+li { z-index:13; }
.menu_main_nav > li+li+li+li+li+li+li+li+li { z-index:12; }
.menu_main_nav > li+li+li+li+li+li+li+li+li+li { z-index:11; }
.menu_main_nav > li ul {
	position:absolute;
	display:none;
	z-index:10000;
}
.menu_main_nav > li > a {
	display: block;
    margin: 0 1.05em;
    padding: 1.7em 1.05em;
	position:relative;
	font-weight:400;
}
.menu_main_nav > li ul {
	width:17em;
    font-size: 12px;
    padding: 10px 0;
}
.menu_main_nav > li > ul {
	top:5.85em;
    left: 0.8em;
    margin-top: 0;
    padding: 10px 0;
    text-align: left;
}
.menu_main_nav > li > ul ul {
	left:17em;
	top:-10px;
	margin-left:3px;
}
.menu_main_nav > li > ul ul.submenu_left {
	left:-17em;
	margin-left:-3px;
}


/* Responsive menu */
.menu_main_responsive_button,
.menu_user_responsive_button {
    display:none;
}
.menu_main_responsive_button:before {
	font-size:3em;
}
.menu_mode_responsive .menu_main_responsive_button,
.menu_mode_responsive .menu_user_responsive_button {
	display:inline-block;
}
.menu_mode_responsive .menu_main_responsive_button {
	font-size:1.5em;
	display:block;
	position:relative;
	padding: 1.8em 0 1.7em;
	margin:0;
	text-align:center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.menu_mode_responsive .menu_main_nav_area {
	height:auto !important;
	float:none;
}
.menu_mode_responsive .menu_main_nav {
	display:none !important;
}
.menu_mode_responsive .top_panel_wrap .content_wrap {
	position:relative;
}
.top_panel_wrap .menu_main_responsive {
	display:none;
	text-align:left;
	font-size:0.9231em;
	padding: 0 0 1em 0 !important;
    background-color: #000000;
}
.menu_main_responsive ul {
	margin: 0 0 0 3em;
	display:none;
}
.menu_main_responsive li > ul {
    border-top: 1px solid #171a1b;
}
.menu_main_responsive li.menu-item-has-children {
	position:relative;
}
.menu_main_responsive li a {
    padding: 1.2em 2.6em !important;
}
.menu_main_responsive a {
	font-size:1.3em;
	font-weight:400;
	display:block;
    text-transform: uppercase;
    color: #ffffff;
}
.menu_mode_responsive .menu_main_responsive a:hover {
    background-color: #171a1b;
}
.menu_mode_responsive .menu_main_responsive_button:after{
	content: '\e828';
	font-family: 'fontello';
	font-size:inherit;
	display:inline-block;
	margin-left: 0.6em;
	position:static !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
}
.menu_main_responsive li.menu-item-has-children > a .open_child_menu{
	font-family: 'fontello';
	font-size:inherit;
	display:inline-block;
	margin-left: 0.6em;
	position:static !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
}
.menu_main_responsive li.menu-item-has-children > a .open_child_menu:after {
	content: '\e828';
}
.menu_mode_responsive .menu_main_responsive_button.opened:after {
	content: '\e835';
}
.menu_main_responsive li.menu-item-has-children.opened > a .open_child_menu:after {
	content: '\e835';
}
.menu_main_responsive li + li > a {
    border-top: 1px solid #171a1b;
}



/* Top User Menu */
.menu_user_nav_area {
    font-size: 0.857em;
    letter-spacing: 0.1em;
    line-height:0;
    text-transform:uppercase;
    text-align:center;
    display: inline-block;
}
.menu_user_nav_area ul {
    display: inline-block;
    line-height: 1.5em;
    margin: 0;
    list-style-type: none;
    background-color: #000000;
}
.menu_user_nav_area .menu_user_nav {
    padding: 0 24px 0 0;
    display: none;
    line-height: 1.5em;
    margin:0;
    list-style-type:none;
}
.menu_show .menu_user_nav_area .menu_user_nav {
    display: inline-block;
}
.menu_user_nav:after {
    position: absolute;
    content: "";
    width: 1px;
    background: #38393c;
    right: 0;
    height: 1.8em;
    display: block;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu_user_nav > li {
    position:relative;
    float:left;
    z-index:20;
    margin: 0 2.4em 0 0;
}
.menu_user_nav > li+li { z-index:19; }
.menu_user_nav > li+li+li { z-index:18; }
.menu_user_nav > li+li+li+li { z-index:17; }
.menu_user_nav > li+li+li+li+li { z-index:16; }
.menu_user_nav > li+li+li+li+li+li { z-index:15; }
.menu_user_nav > li+li+li+li+li+li+li { z-index:14; }
.menu_user_nav > li+li+li+li+li+li+li+li { z-index:13; }
.menu_user_nav > li+li+li+li+li+li+li+li+li { z-index:12; }
.menu_user_nav > li+li+li+li+li+li+li+li+li+li { z-index:11; }
.menu_user_nav > li ul {
    position:absolute;
    display:none;
    z-index:10000;
}
.menu_user_nav > li > a {
    display: block;
    padding: 15px 1px;
    position:relative;
    font-weight:400;
}
.menu_user_nav > li.menu-item-has-children > a {
    padding-right: 18px;
}
.menu_user_nav > li.menu-item-has-children > a:after {
    position:absolute;
    z-index:1;
    right:0;
    top:50%;
    padding: 0 1px;
    display:block;
    width:10px;
    height:8px;
    line-height: 8px;
    margin: -4px 0 0 0;
    font-size: 1.214em;
    background-color: transparent;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    content: '\e828';
    font-family: 'fontello';
}
.menu_user_nav li li.menu-item-has-children > a:after {
    content: "\e836";
    font-family: "fontello";
    position: absolute;
    right: 17px;
    top: 50%;
    z-index: 1;
    width:10px;
    height:8px;
    line-height: 8px;
    margin: -4px 0 0 0;
}
.menu_user_nav > li ul {
    width:18em;
    padding: 0;
    background-color: #171a1b;
}
.menu_user_nav li li {
    margin: 0;
    position: relative;
}
.menu_user_nav > li > ul {
    left:-20px;
    top:51px;
    margin-top:0;
    text-align: left;
    padding: 12px 0;
}
.menu_user_nav > li > ul ul {
    left:18em;
    padding: 12px 0;
    top: -12px;
    margin-left: 3px;
}
.menu_user_nav > li > ul ul.submenu_left {
    left:-18em;
    margin-left:-3px;
}

.menu_user_nav li li > a {
    display: block;
    padding: 0.4em 1.65em;
    position: relative;
}


/* user menu responsive */
.top_user_panel_wrap .menu_user_responsive {
    display: none;
    font-size: 1em;
    text-align: left;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 48px;
    margin:0;
    padding: 0;
    width: 100%;
}
.menu_mode_responsive .menu_user_responsive_button {
    display:inline-block;
}
.menu_mode_responsive .menu_user_responsive_button {
    display: block;
    font-size: 2.7em;
    line-height: 1em;
    margin: 0 0.5em 0 0;
    padding: 0.32em 0 0;
    position: relative;
    text-align: center;
    color: #ffffff;
}
.menu_mode_responsive .menu_user_nav_area {
    height:auto !important;
    float:none;
}
.menu_mode_responsive .menu_user_nav {
    display:none !important;
}
.menu_user_responsive {
    display:none;
    text-align:left;
    font-size:0.9231em;
    padding: 0 !important;
    background-color: #222325;
    border-bottom: 1em solid #222325;
    box-sizing: border-box;
}
.menu_user_responsive ul {
    margin: 0 0 0 3.8em;
    padding: 0;
    display:none;
}
.menu_user_responsive li.menu-item-has-children {
    position:relative;
}
.menu_user_responsive > li {
    padding: 0;
    margin: 0;
}
.menu_user_responsive li {
    margin-bottom: 0;
}
.menu_user_responsive a {
    font-size:1.3em;
    letter-spacing: 0.1em;
    display:block;
    padding: 1em 2.6em !important;
    color: #ffffff;
}
.menu_user_responsive a:hover {
    background-color: #171a1b;
}
.menu_user_responsive li.menu-item-has-children > a:after {
    content: '+' !important;
    font-family: 'fontello';
    display:inline-block;
    margin-left: 0.6em;
    position:static !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
}
.menu_user_responsive li > a,
.menu_user_responsive li li > a {
    padding:1.15em 0;
}
.menu_user_responsive li + li > a {
    border-top: 1px solid #171a1b;
}
.menu_user_responsive li > ul {
    border-top: 1px solid #171a1b;
}




/* 7.2 Sliders
-------------------------------------------------------------- */

/* Main slider */
.top_panel_above .slider_style_boxed {
	margin-top:4.2857em;
}
.top_panel_below .slider_style_boxed {
	margin-bottom:4.2857em;
}
.slider_wrap .slider_swiper,
.slider_wrap .slider_swiper .swiper-slide {
	min-height:22em;
}

/* Revolution slider */
.slider_wrap .rev_slider_wrapper {
	z-index:0;
}

/* Post slider */
.slider_swiper {
	display:none;
	overflow:hidden;
	position:relative;
}
.slider_swiper .swiper-slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	min-height:8em;
}
.slider_swiper .swiper-slide > img {
	width: 100%;
	height: auto;
}
.slider_swiper .slide_info {
	position: absolute;
	z-index:2;
	text-align: left;
	padding: 1.3em 2.1em 1.55em;
}
.slider_swiper .slide_info .slide_cats a,
.slider_swiper .slide_info .slide_date {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 2px;
}
.slider_swiper .slide_info .slide_date {
    font-weight: 400;
    letter-spacing: 0.5px;
}
.slider_swiper[data-slides-per-view="1"] .slide_info {
	padding: 2.2em 5em 2.8em;
	background-color: #ffffff;
}
.slider_swiper.slider_multi .slide_overlay,
.slider_swiper[data-slides-per-view="1"] .slide_info,
.slider_swiper[data-slides-per-view="1"] .slide_info .slide_date,
.slider_swiper[data-slides-per-view="1"] .slide_info .slide_cats {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.slider_swiper[data-slides-per-view="1"] .slide_info .slide_title,
.slider_swiper[data-slides-per-view="1"] .slide_info .slide_title a {
	color: #171a1b;
}
.slider_swiper[data-slides-per-view="1"] .slide_info:hover {}
.slider_swiper[data-slides-per-view="1"].slider_titles_center .slide_info {
	width:35%;
	left: 50%;
	top: 50%;
    text-align: center;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.slider_style_fullwide .slider_swiper[data-slides-per-view="1"].slider_titles_center .slide_info {
    width:20%;
}
.slider_swiper[data-slides-per-view="1"].slider_titles_bottom .slide_info {
	left: 0;
	right: 0;
	bottom: 0;
}
.slider_swiper[data-slides-per-view="1"].slider_titles_lb .slide_info {
	width:50%;
	left: 0;
	bottom: 0;
}
.slider_swiper[data-slides-per-view="1"].slider_titles_rb .slide_info {
	width:50%;
	right: 0;
	bottom: 0;
}
.slider_swiper .slide_info .slide_title {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    font-size: 1.786em;
    font-weight: 400;
}
.slider_swiper.slider_multi .slide_overlay {
	position:absolute;
	z-index:1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

}
.slider_swiper.slider_multi .slide_info {
	left: 0;
	right: 0;
	bottom: 0;
    background-color:rgba(23,26,27,0.7);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.slider_swiper.slider_multi .slide_overlay:hover .slide_info {
    background-color:rgba(23,26,27,0.9);
}
.slider_swiper.slider_multi .slide_title {
    font-size: 1.071em;
    font-weight: 400;
	margin:0.2em 0;
}
.slider_swiper.slider_multi .slide_overlay .slide_cats a:hover {
    color: #ffffff;
}
.slider_swiper.slider_multi .slide_title,
.slider_swiper.slider_multi .slide_title a {
	color:#ffffff;
}
.slider_swiper.slider_multi .slide_date {
	color: #ccc;
    display: none;
}
.slider_swiper[data-slides-per-view="1"] .slide_date {
    display: block;
}
.slider_swiper .swiper-pagination-bullet {
	display:inline-block;
	margin-right: 8px;
	width: 10px;
	height: 10px;
	background-color:#ffffff;
	opacity: 0.8;
}
.slider_swiper .slider_prev,
.slider_swiper .slider_next {
	background-color:rgba(23,26,27,0);
	color: transparent;
	width: 4.786em;
	height:4.786em;
	line-height: 4.786em;
	text-align:center;
	background-image:none !important;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.slider_swiper .slider_prev:before,
.slider_swiper .slider_next:before {
	margin:0;
    font-size: 1.6em;
	font-family: 'fontello';
}
.slider_swiper .slider_prev:before {
	content:'\e837';
}
.slider_swiper .slider_next:before {
	content:'\e836';
}
.slider_swiper:hover .slider_prev,
.slider_swiper:hover .slider_next {
    background-color:rgba(23,26,27,0.55);
    color: #cdcdcd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.slider_swiper .slider_prev:hover,
.slider_swiper .slider_next:hover,
.slider_swiper .swiper-pagination-bullet-active {
    background-color:rgba(23,26,27,0.95);
    color: #fff;
}



/* 7.3 Page info (category, tag, author, etc.)
-------------------------------------------------------------- */
.top_panel_title {
	padding: 0;
	overflow:hidden;
	text-align:center;
}
.top_panel_title .content_wrap {
    padding: 2.4em 0 3.3em;
    position: relative;
    background-size: cover;
    background-position: center;
}
.top_panel_title .content_wrap:before {
    background-color: rgba(23,26,27,0.65);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.top_panel_title .content_wrap > div {
    position: relative;
    z-index: 2;
}
.top_panel_title .page_caption {
	margin:0;
}
.top_panel_title .page_description {
	font-size:0.8462em;
	margin-top:0.5em;
}
.top_panel_title .page_description p {
	margin:0;
}
.breadcrumbs {
	text-align:center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.breadcrumbs .breadcrumbs_item {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.breadcrumbs .breadcrumbs_delimiter {
	display:inline-block;
	position:relative;
	margin: 0 1.55em;
	vertical-align:top;
	text-align:center;
}
.breadcrumbs .breadcrumbs_delimiter:before {
	content:'|';
}



/* 7.4 Blog layouts
-------------------------------------------------------------- */

.post_item > .post_title {
	margin-top:0;
}
.post_item .post_label,
.post_featured .post_label {
	position:absolute;
	z-index:1;
	font-size: 0.8462em;
	right: 1.8182em;
	top: 1.8182em;
	width: 6.3636em;
	height: 6.3636em;
	line-height:6.3636em;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.post_item .post_label.label_sticky:before {
	font-family: 'fontello';
	content:'\e820';
	font-size:1.1818em;
	margin-right:0;
}
.post_item.post_layout_grid .post_label,
aside .post_item .post_label,
.sc_recent_news .post_item .post_label,
.columns_wrap .post_item .post_label {
	width: 4.5455em;
	height: 4.5455em;
	line-height:4.5455em;
}
.post_featured .post_label.label_pinit {
	top: auto;
	bottom: 1.8182em;
	margin-bottom:-10em;
	text-transform:uppercase;
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
}
.post_featured .post_label.label_pinit:hover {
    background-color: rgba(0,0,0,0.95);
}
.post_featured:hover .post_label.label_pinit {
	margin-bottom:0;
}

/* Post item layouts: Grid and Excerpt */
.post_item {
	text-align: left;
	margin-bottom: 4.7em;
}
.post_layout_excerpt {
    border-bottom: 0px solid #171a1b;
}
.post_item .slider_swiper .swiper-slide {
	/*height: 15.5385em;*/
	position:relative;
	background-position:center center;
	background-size:cover;
}
.post_layout_excerpt .post_header {
	padding: 0 0 2.4em;
}
.post_layout_grid .post_header {
	padding: 2.5em 2.5em 0;
}
	.post_item .post_header_info {
		font-size:12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 36px;
		text-transform:uppercase;
	}
    .post_item .post_header_info .post_categories a {
        padding: 4px 6px;
    }

    .post_item .post_header_info .post_share {
        display: inline-block;
    }

    .post_item .post_header_info .post_share:before,
    .post_item .post_header_info .date:before,
    .post_item .post_header_info .post_counters_comments:before {
        content: "|";
        display: inline-block;
        margin: 0 1.1em;
    }
    .post_item .post_header_info .post_share,
    .post_item .post_header_info .date,
    .post_item .post_header_info .post_counters_comments {
        font-weight: 400;
    }
	.post_layout_excerpt .post_title {
		margin: 0 0 0.38em;
        font-size: 3.929em;
        line-height: 120%;
	}
	.post_layout_grid .post_title {
		margin: 0.7em 0;
	}
.post_item .post_header_info .socials_wrap i {
    display: none;
}
.post_item .post_header_info .socials_wrap {
    padding: 0;
    white-space: nowrap;
}
.post_item .post_header_info .social_items {
    display: none;
    position: relative;
}
.post_item .post_header_info .social_item {
    margin-right: 5px;
}
.post_layout_excerpt .post_content {
	padding: 0 0 5.6em;
}
.post_layout_excerpt .post_featured {
    margin-bottom: 2.2em;
}
.post_layout_grid .post_content {
	padding: 0.5em 2.5em 1.6em;
}
	.post_item p {
		margin-bottom:0;
	}
	.post_layout_excerpt .more-link {
		display:inline-block;
		margin: 2em 0 0;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.5em;
        outline: medium none;
        padding: 1.2em 2.5em;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
	}
.post_layout_excerpt .post_footer {
	padding: 2.5em 3em;
	border-top: 1px solid #eee;
	overflow:hidden;
}
.post_layout_grid .post_footer {
	padding: 0 2.5em 2.5em;
	overflow:hidden;
}
.post_layout_grid.post_format_status .post_footer,
.post_layout_grid.post_format_link .post_footer,
.post_layout_grid.post_format_quote .post_footer,
.post_layout_grid.post_format_aside .post_footer {
	padding-top: 2.5em;
}
	.post_item .post_footer .post_date,
	.post_item .post_footer .post_edit {
		float: left;
	}
	.post_item .post_footer .post_edit:before {
		content: '|';
		display:inline-block;
		margin:0 1em;	
	}
	.post_item .post_footer .post_share,
	.post_item .post_footer .post_more {
		float: right;
	}
	.post_item .post_footer .post_more a {
		display:block;
		margin-top:0.4em;
		font-size:0.8462em;
		width: 1.5em;
		height: 1.5em;
		line-height:1.5em;
		border: 1px solid #eee;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
	}
	.post_item .post_footer .post_more a:before {
		margin-left:2px;
	}


/* Post featured block */
.post_featured {
	overflow:hidden;
	position:relative;
}
.post_item:not(.post_format_video):not(.post_format_audio) .post_featured:after,
.post_item_single .post_featured:after {
	content: ' ';
	position:absolute;
	left: 0;
	top:0;
	right:0;
	bottom:0;
	opacity: 0;
	filter:alpha(opacity=0);
	pointer-events: none;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.post_item:not(.post_format_video):not(.post_format_audio) .post_featured:hover:after,
.post_item_single .post_featured:hover:after {
	opacity: 0.2;
	filter:alpha(opacity=20);
}
.post_featured img {
	width:100%;
	height:auto;
}
.post_featured_right {
	float: right;
	width: 50%;
	margin-left: 4.3478%;
}
.post_featured_left {
	float: left;
	width: 50%;
	margin-right: 4.3478%;
}
.post_featured_round {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
}
.post_style_about .post_featured {
	padding:0 !important;
	margin-bottom: 3.2em !important;
}
.post_style_about .wrap_about {
    padding: 0 11em;
}
.post_style_about .wrap_about .post_header {
    text-align: center;
    margin-bottom: 2.45em;
}

body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content .post_style_about .wrap_about {
    padding: 0;
}

/* Post info block */
.post_info_bottom {
	margin-bottom:3em;
}
.post_info .post_info_item+.post_info_item:before {
	display: inline-block;
	content:"|";
	vertical-align:top;
	font-style:normal;
	margin:0 1em;
}
.post_info .post_info_counters .post_counters_item {
	display:inline-block;
	margin-right:0.75em;
}
.post_counters_item .post_counters_number {
	display:inline-block;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
.post_info.post_info_share_vertical {
	margin:0;
}
.post_info_counters .post_counters_likes.disabled {
	color:#e05100;
}



/* 7.5 Post Formats
-------------------------------------------------------------- */

/* Audio */
.format-audio .post_featured {
	position:relative;
	max-height:200px;
}
.format-audio .post_featured .post_audio {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

/* Status */
.format-status.post_item_single .post_content p,
.format-status .post_descr {
	font-size: 1.875em;
	line-height:1.3333em;
}

/* Aside, Quote, Link, Status */
.format-aside .post_footer,
.format-quote .post_footer,
.format-link .post_footer,
.format-status .post_footer {
	botder-top: none;
}
.format-aside,
.format-quote,
.format-link,
.format-status {
    padding-bottom: 4.7em;
}
.format-aside .post_content,
.format-quote .post_content,
.format-link .post_content,
.format-status .post_content {
	padding: 3.8em 4.5em;
	text-align:left;
}
.format-aside .post_content > *,
.format-quote .post_content > *,
.format-link .post_content > *,
.format-status .post_content > * {
    font-size: 2.143em;
    font-weight: 300;
    line-height: 1.2em;
    text-transform: uppercase;
}
.format-aside .post_content p,
.format-quote .post_content p,
.format-link .post_content p,
.format-status .post_content p {
	margin-bottom: 0;
}
.format-aside .post_content p+p,
.format-quote .post_content p+p,
.format-link .post_content p+p,
.format-status .post_content p+p {
	margin-top:1em;
}
.is_stream .format-quote blockquote {
	margin: 0;
	border:none;
	padding:0;
	z-index:2;
}
.is_stream .format-quote .post_content {
	position:relative;
}
.is_stream .format-quote .post_content:before {
	font-family: 'fontello';
	content: '\e8b6';
	display:block;
	position:absolute;
	z-index:0;
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	        transform:rotate(180deg);
    font-size: 1.8em;
    height: 20px;
    left: 30px;
    line-height: 20px;
    text-align: center;
    top: 55px;
    width: 20px;
}
.is_stream .format-quote blockquote,
.is_stream .format-quote p {
	position:relative;
	z-index:2;
}
.is_stream .format-quote .post_content a {
	padding:0;
}
.is_stream .format-quote .post_content a:before {
	display:none;
}


/* Chat */
.format-chat p {
	margin-bottom:0.25em;
}
.format-chat p > b,
.format-chat p > strong {
	font-size:0.8462em;
	text-transform:uppercase;
	display:inline-block;
	margin-top:1.7em;
}



/* 7.7 Paginations
-------------------------------------------------------------- */

/* Blog pagination: Prev/Next links */
.nav-links-old {
	margin: 3em 0 1em;
	overflow:hidden;
	text-transform:uppercase;
}
.nav-links-old > span > a {
	display:inline-block;
	padding: 1em 1.5em;
}
.nav-links-old a span {
	margin: 0 0.5em;
}
.nav-links-old .nav-prev {
	float:left;
}
.nav-links-old .nav-next {
	float:right;
}

/* Blog pagination: Page numbers */
.nav-links,
.page_links {
	text-align:center;
	padding-top: 0.2em;
}
.page_links > span:not(.page_links_title),
.page_links > a,
.nav-links .page-numbers {
	display:inline-block;
	width: 3.6em;
	height: 3.6em;
	line-height: 3.6em;
	text-align:center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eee;
}
.page_links > span:not(.page_links_title),
.page_links > a,
.nav-links .page-numbers+.page-numbers {
	margin-left:1px;
}


/* Single page Prev/Next navigation */
.single .nav-links {
	font-size:1em;
	text-align: left;
	margin-top: 4.5em;
	padding-top: 4.5em;
	border-top: 1px solid #eee;
	overflow:hidden;
}
.single .nav-previous,
.single .nav-next {
	width:50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.single .nav-previous {
	float:left;
	padding-right:15px;
	text-align:right;
}
.single .nav-next {
	float:right;
	padding-left:15px;
	text-align:left;
}
.single .nav-links a {
	display:block;
	padding: 3em;
	position:relative;
	z-index:2;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.single .nav-links a:before {
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}

.single .nav-links a:hover:before,
.single .nav-links a:focus:before {
	opacity: 0.5;
}
.single .nav-previous a {
	padding-left:4.5em;
}
.single .nav-next a {
	padding-right:4.5em;
}
.single .nav-previous a:after,
.single .nav-next a:after {
	content: '\e837';
	font-family: 'fontello';
	width:1.5em;
	height:1.5em;
	line-height:1.5em;
	text-align:center;
	position:absolute;
	top:50%;
	left: 1.5em;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: 1px solid #eee;
}
.single .nav-next a:after {
	content: '\e836';
	right: 1.5em;
	left: auto;
}
.single .nav-links .post-title {
	margin:0;
	/*white-space:nowrap;*/
	overflow:hidden;
	height: 2.6em;
    font-size: 1.4em;
}

/* Attachments navigation */
.image-navigation .nav-previous,
.image-navigation .nav-next {
	float:none;
	width:auto;
	text-align:left;
	padding:0;
	margin:0;
	position: absolute;
	left: 1.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.image-navigation .nav-next {
	left: auto;
	right: 1.5em;
	text-align:right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
	display:block;
	padding: 0.25em 1em;
	text-indent:-1000px;
	max-width:20em;
	overflow:hidden;
	white-space:nowrap;
	border:1px solid transparent;
}
.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
	text-indent:0;
}
.image-navigation .nav-previous a:hover {
	padding-left:3.5em;
}
.image-navigation .nav-next a:hover {
	padding-right:3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
	text-indent:0;
	left: 0;
	width:2.5em;
	height:2.5em;
	line-height:2.5em;
}
.image-navigation .nav-next a:after {
	left: auto;
	right: 0;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
	border-color: transparent;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
	background-color: transparent;
}




/* 8. Single page parts
-------------------------------------------------------------- */
.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
	padding: 2.5em 3em;
	text-align:left;
}
.post_item_single.format-quote .post_content {
	background-color:transparent;
	padding-top:0;
}
.post_content ul,
.widget_area ul,
aside ul {
	list-style:none;
}
.post_content ul > li:before,
.widget_area ul > li:before,
aside ul > li:before {
	font-family: 'fontello';
	content: '\e8e4';
	font-size: 0.5em;
	display:inline-block;
	vertical-align:middle;
	text-indent:-2em;
}
.post_content ul ul > li:before,
.widget_area ul ul > li:before,
aside ul ul > li:before {
	content: '\e8e2';
}

/* 8.1 Post header
------------------------------------------------------ */
.post_item_single .post_featured {
	margin-bottom:2.5em;
}
.post_featured.post_attachment {
	margin-bottom: 0.5em;
}
.entry-caption {
	text-align:center;
	font-style:italic;
}
.post_item_single .post_header {
	text-align:left;
    margin-bottom: 3.2em;
}
.post_item_single .post_header .post_title {
	font-size: 2.929em;
    line-height: 120%;
    margin-bottom: 0.5em;
}
.post_item_single .post_info {
	margin-bottom:0.65em;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_title {
	margin-top:0;
}
.post_item_single .post_edit {
	/*vertical-align:middle;*/
}
.post_item_single .post_header .post_categories { display: inline; }
.post_item_single .post_header .post_categories:before,
.post_item_single .post_header .post_counters_comments:before,
.post_item_single .post_edit:before {
	content: '|';
	display:inline-block;
	margin:0 1.1em;
}


/* 8.2 Post footer
------------------------------------------------------ */
.post_item_single .post_footer {
	font-size:0.8462em;
	text-transform:uppercase;
	margin-top:3.5em;
}
.post_item_single .post_footer .socials_wrap {
	font-size:1em;
    white-space: nowrap;
}
.post_item_single .post_taxes,
.post_item_single .post_counters {
	display: block;
	width:40%;
	float:left;
}
.post_item_single .post_counters {
	float: right;
	text-align:right;
	width: 56%;
}
.post_item_single .post_info .post_categories ul {
	margin: 0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.post_item_single .post_info .post_categories li,
.post_item_single .post_taxes .post_tags a {
    display: inline-block;
}
.post_item_single .post_taxes .post_tags a {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 4px 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.post_item_single .post_info .post_categories li {
    margin-bottom: 0;
}
.post_item_single .post_info .post_categories li + li {
    margin: 0 0 0 0.7em;
}
.post_item_single .post_taxes .post_tags a + a {
	margin: 0 0 0 5px;
}
.post_item_single .post_info .cats_label,
.post_item_single .post_taxes .tags_label {
	font-weight:700;
}
.post_counters .post_counters_item {
	display:inline-block;
	margin-left:1em;
	vertical-align:middle;
}
.post_counters .post_counters_item:before {
	margin-right:0.5em !important;
}

/* Socials share */
.post_counters .post_share {
	position:relative;
}
.post_counters .post_share .socials_wrap {
	vertical-align:top;
    padding: 0;
}

.post_counters .socials_caption {
	margin-right:0;
}
.post_counters .socials_caption:before {
	content:'\e8ce';
	font-family: 'fontello';
	display:inline-block;
	margin-right:0.5em;
}
.post_counters .social_items {
	display:none;
	position:absolute;
	right:0;
	top: 2.25em;
}
.post_counters .social_item {
	margin-right:0;
}
.post_counters .social_item+.social_item {
	margin-left:1.5em;
}
.post_counters .social_item > a > span {
	margin-right:0.5em;
}


/* 8.3 Post author
------------------------------------------------------ */

.author_info {
	margin-top: 3.5em;
	padding: 2em 2.3077em;
	overflow: hidden;
}
.author_avatar {
	float:left;
	margin: 0 1.5em 0.75em 0;
	overflow:hidden;
	width: 6.429em;
}
.author_title {
	margin-top:0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.author_info p {
	margin:0;
}
.author_info p+p {
	margin-top:0.5em;
}


/* 8.4 Comments
-------------------------------------------------------- */
.comments_list_wrap {
	margin-top: 4.5em;
	padding-top: 3.5em;
	border-top: 2px solid #eee;
	overflow:hidden;
}
.body_style_fullscreen .comments_wrap {
	margin-bottom: 3em;
}

/* Trackbacks and pingbacks */
.comments_list > li.trackback {
	list-style:none;
	margin-left:0;
	padding-left:0;
	padding-right:4em;
	min-height: 0;
	position:relative;
}
.comments_list > li.trackback p {
	font-style:italic;
	padding-bottom:0.8em;
}
.comments_list > li.trackback p a { font-style:normal; }
.comments_list > li.trackback .edit-link { 
	position:absolute;
	right:0;
	top: 0;
}
.comments_list > li+li.trackback .edit-link { 
	margin-top: 1.25em;
}

/* Comment list */
.comments_list_wrap .comments_closed {
	margin-top:2em;
	color:#222222;
}
.comments_list_wrap .comments_list_title {
	margin-top:0;
	text-align:left;
}
.comments_list_wrap > ul {
	padding:0;
	margin:0;
	list-style: none;
}
.comments_list_wrap ul li {
	padding-top:2.5em;
}
.comments_list_wrap ul > li {
	overflow:hidden;
	position:relative;
	min-height:5em;
}
.comments_list_wrap ul > li:before {
	display:none;
}
.comments_list_wrap ul ul {
	/* padding-left:100px; */	/* This way for more long border under previous item */
	margin-left:100px;			/* This way for more short border under previous item */
	padding-left:0;
}
.comments_list_wrap ul ul ul ul ul {
	/* padding-left:0; */
	margin-left:0;
}
.comments_list_wrap li + li,
.comments_list_wrap li ul {
	margin-top: 2.2em;
	border-top: 1px solid #eee;
}
.comments_list_wrap .comment_author_avatar {
	position: absolute;
	left:0;
	top: 2.75em;
	z-index:1;
	overflow:hidden;
    width: 90px;
}
.comments_list_wrap .comment_content {
	padding-left:130px;
}
.comments_list_wrap .comment_info {
	margin-bottom:1em;
}
.comments_list_wrap .comment_info > * {
	display:inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.comments_list_wrap .comment_info {
    font-weight: 400;
}
.comments_list_wrap .comment_author {
	margin:0;
	font-weight:600;
    font-size: 12px;
}
.comments_list_wrap .comment_date {
	margin-left:2.8em;
}
.comments_list_wrap .comment_time {
	margin-left:0.5em;
}
.comments_list_wrap .comment_not_approved {
	padding: 0 0 0.5em 0;
	font-style:italic;
}
.comments_list_wrap .comment_text {
	margin-bottom:0.5em;
	color:#222222;
}
.comments_list_wrap .comment_text p {
	margin:0;
}
.comments_list_wrap .comment_text p+p {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul {
	margin:0;
	padding: 0 0 0 1.5em;
	list-style: outside;
}
.comments_list_wrap .comment_text ol {
	margin:0;
	padding: 0 0 0 1.5em;
	list-style:decimal;
}
.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
	margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
	min-height:0;
	padding:0;
	margin:0 0 0.5em 0;
	overflow:visible;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
	border:none;
}
.comments_list_wrap .comment_reply a {
	font-size:0.875em;
	text-transform:uppercase;
	letter-spacing:1px;
}


/* Comments form */
.comments_form_wrap {
	margin-top: 4.5em;
	padding-top: 3.8em;
	border-top: 2px solid #eee;
	overflow:hidden;
}
.comments_wrap .comments_form_title {
	margin:0 0 0.9em;
	text-align:left;
}
.comments_wrap .comment-reply-title {
	display:none;
}
.comments_wrap .comments_list_wrap .comment-reply-title {
	display:block;
}
.comments_wrap .comments_notes {
	font-size:0.875em;
	color:#909090;
}
.comments_wrap .comments_field  {
	margin-bottom:30px;
    padding-top: 0 !important;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
	float:left;
}
.comments_wrap .comments_field label {
	display:none;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
	width:100%;
	padding:1.5em;
}

/* Submit button */
.comments_wrap .form-submit { 
	text-align:left;
	margin:0;
}
.sc_contact_form button,
.comments_wrap .form-submit input[type="submit"],
.comments_wrap .form-submit input[type="button"] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.5em;
    outline: medium none;
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.sc_infobox p {
    margin: 0 0 0.5em;
}


/* 8.5 Contact form
-------------------------------------------------------- */
.sc_contact_form {
	margin-top: 3.5em;
	padding-top: 3.3em;
	border-top: 1px solid #eee;
}
.sc_contact_form form {
	position:relative;
}
.sc_contact_form input[type="text"], .sc_contact_form textarea {
	width:100%;
	padding:1.4em 1.5em;
    font-size: 12px;
}
.sc_contact_form_item {
	margin-bottom: 2.3077em;
}
.sc_contact_form_title,
.sc_contact_form_button {
	text-align:center;
}
.sc_contact_form_title {
    margin-top: 0;
	margin-bottom: 0.8em;
    font-size: 3.929em;
}
.sc_contact_form .error_fields_class {
	border: 1px solid red;
}
.sc_contact_form .result {
	position:absolute;
	display:none;
	left:50%;
	top: 50%;
	border: 3px solid #eee;
	padding: 2em;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.sc_contact_form .result p {
	margin:0;
}



/* 8.6 Page 404
-------------------------------------------------------------- */
.post_item_404 .page_title,
.post_item_404 .page_subtitle,
.post_item_404 .page_description,
.post_item_404 .page_search {
	text-align:center;
}
.post_item_404 .page_title {
	font-size: 9em;
	line-height:100%;
	margin-bottom: 0;
	margin-top:0.2em;
}
.post_item_404 .page_subtitle {
	font-size: 2.4em;
	line-height:1.5em;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}
.post_item_404 .page_description {
	margin-bottom: 2em;
}
.post_item_404 .page_search .search_wrap {
	width:50%;
	margin:0 auto;
    padding: 0;
}
.post_item_404 .page_search .search_wrap .search_field {
    font-size: 1.1em;
    padding: 1em 1.5em;
    width: 100% !important;
}
.post_item_404 .page_search .search_wrap .search_submit {
	display:none;
}


/* 8.7 Page 'None Search' and 'None archive'
-------------------------------------------------------- */
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
	font-size: 4em;
	line-height:1.5em;
}





/* 9. Sidebars
-------------------------------------------------------------- */

/* Common rules */
.sidebar aside {
	margin-bottom:0;
	padding:0;
}
.sidebar aside + aside {
    border-top: 1px solid transparent;
    margin-top:2.3em;
    padding:3em 0 0 0;
}
.sidebar aside.widget_fullwidth {
	padding:0;
}
aside.widget_bg_image {
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	position:relative;
}
aside.widget_bg_image:before {
	content:' ';
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image .widget_content {
	position:relative;
	z-index:2;
}
aside.widget_bg_image .widget_title {
	color: #ffffff;
}
aside .widget_title {
	margin-top:0;
	margin-bottom:1.5em;
	text-align:center;
	letter-spacing:0.03em;
    padding: 0.7em 0.3em;
}
aside ul {
	list-style-type:none;
	margin-bottom:0;
	padding-left:0;
}
aside ul ul {
	margin-top:0.5em;
}
aside ul li {
	position:relative;
	padding-left:1em;
}
aside > ul {
	overflow:hidden;
}
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_meta > ul > li,
.widget_pages > ul > li {
	float: left;
	width: 48%;	
	margin-right:2%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Tabs in widgets */
aside .sc_tabs .sc_tabs_content+.sc_tabs_content {
	display:none;
}
aside .sc_tabs .sc_tabs_titles li {
	display:inline-block;
	padding:0;
	text-transform:uppercase;
	position:relative;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
}
aside .sc_tabs .sc_tabs_titles {
    text-align: center;
    line-height: 0;
}
aside .sc_tabs .sc_tabs_titles li:before {
	display:none;
}
aside .sc_tabs .sc_tabs_titles li+li {
	margin-left: 1.4em;
}
aside .sc_tabs .sc_tabs_titles li:after {
	content:' ';
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom: 0;
	height:2px;
    background-color:transparent;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
aside .sc_tabs .sc_tabs_titles li.ui-tabs-active:after {
    background-color:#000;
}
aside .sc_tabs .sc_tabs_content {
	padding:2em 0 0 0;
	border: none;
}


/* Widget: Search */
.widget_product_search .search_form,
.widget_search .search_form {
	position:relative;
	overflow:hidden;
}
.widget_product_search .search_button,
.widget_search .search_button {
	text-align:center;
	border:none;
	background:none;
}

/* Widget: Calendar */
.widget_calendar table {
	width: 100%;
}
.widget_calendar caption {
	padding-bottom:0.5em;
}
.widget_calendar table > thead > tr {
	background-color: transparent;
}
.widget_calendar tbody td a {
	display:block;
	position:relative;
}
.widget_calendar tbody td a:after {
	font-family: 'fontello';
	content: '\e83c';
	font-size: 1.1538em;
	position:absolute;
	left:48%;
	bottom:-12px;
}
.widget_calendar th,
.widget_calendar td {
	font-weight:400;
	text-align:center;
	border-width:0;
	padding:2px;
}
.widget_calendar th {
	font-size:0.8462em;
	line-height:2em;
	font-weight:700;
	padding: 0.5em 0;
	text-transform:uppercase;
}
.widget_calendar td {
	font-size:0.8462em;
	padding:0;
}
.widget_calendar td#today {
	position:relative;
	z-index:1;
}
.widget_calendar td#today:before {
	content:' ';
	position:absolute;
	z-index:-1;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
	display:block;
	width:2.3077em;
	height:2.3077em;
	line-height:2.3077em;
	text-align:center;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.widget_calendar #prev,
.widget_calendar #next {
	padding-top:0.5em;
	font-weight:bold;
}
.widget_calendar #prev {
	text-align:left;
}
.widget_calendar #next {
	text-align:right;
}
.widget_calendar #prev a span,
.widget_calendar #next a span {
	display:inline-block;
	width:1.1538em;
	height: 1.1538em;
	line-height:1.1538em;
	text-align:center;
	font-weight:400;
	margin-right:0.5em;
	border:1px solid #eee;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.widget_calendar #next a span {
	margin-right:0;
	margin-left:0.5em;
}

/* Widget: RSS */
.widget_rss .widget_title a {
	display:inline-block;
	margin-right:6px;
}
.widget_rss .widget_title img {
	vertical-align:middle;
}
.widget_rss li {
	padding-left:0
}
.widget_rss li:before {
	display:none;
}
.widget_rss li+li {
	margin-top:2em;
	padding-top:2em;
	border-top: 1px solid #eee;
}
.widget_rss li > a {
	font-size:1.2308em;
}
.widget_rss .rss-date {
	display:block;
}

/* Widget: Tag Cloud */
.widget_product_tag_cloud,
.widget_tag_cloud {
	overflow:hidden;
}
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	display:block;
	float:left;
	padding:0.6em 0.7em;
	margin:0 0.4545em 0.4545em 0;
	font-size:0.8462em !important;
	line-height:1.5em;
	text-transform:uppercase;
	border: 1px solid #eee;
}

/* Widget: streetstyle About me */
.widget_aboutme .aboutme_avatar {
	overflow:hidden;
	text-align:center;
	margin:2em 0 2.5em;
}
.widget_aboutme .aboutme_title {
    text-align: center;
    margin: 1.7em 0;
}
.widget_aboutme .aboutme_avatar img {}
.widget_aboutme .aboutme_username {
	text-align:center;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom: 0.85em;
    letter-spacing: 0.6px;
}
.widget_aboutme .aboutme_description {
	text-align:center;
}


/* Widget: streetstyle Socials */
.widget_socials .logo_descr {
    margin-top: 0.7em;
}
.widget_socials .socials_wrap {
	display:block;
	text-align:left;
	white-space:normal;
    margin-top: 0.7em;
    padding-left: 0;
}
.widget_socials .social_item { }
.widget_socials .social_item span {}

/* Widget: streetstyle Advertisement */
.widget_no_ad .image_wrap {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    position: relative;
}
.widget_no_ad .image_wrap:before {
    bottom: 0;
    content: " ";
    left: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.widget_no_ad .image_wrap:hover:before {
    opacity: 0.2;
    filter:alpha(opacity=20);
    pointer-events: none;
}
.widget_no_ad .image_wrap img {
	width: 100%;
}
.widget_no_ad.widget_fullwidth .image_wrap {
	margin-bottom:0;
}


/* Widget: streetstyle Twitter */
.widget_twitter ul li {
	text-align:center;
	margin-bottom: 2em;
	color: #bbb;
}
.widget_twitter ul li:before {
	content: '\e89a';
	font-size:1em;
	position:static;
	display: block;
	margin-bottom:0.5em;
}
.widget_twitter .twitter_follow {
	display: block;
	text-align:center;
}
.widget_twitter .twitter_follow:after {
	content: '\e836';
	font-family: 'fontello';
	display:inline-block;
	margin-left:0.5em;
}
.vc_widget_twitter .widget_twitter.widget_bg_image {
	padding: 2.6429em 3.1429em;
}

/* Widget: MailChimp shortcode */
.widget_text .mc4wp_wrap {
	margin-top:1.5em;
}
.mc4wp-form label {
	font-weight:400;
	line-height:2em;
    display: inline-block;
    margin-bottom: 1em;
}
.mc4wp-form p {
	margin: 0 0 10px;
}
.mc4wp-form input {
    width: 100%;
}
.mc4wp-form input[type="submit"] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1.5em;
    outline: none;
    padding: 1.2em 1.4em;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.mc4wp-form input[type="submit"]:focus,
.mc4wp-form input[type="submit"]:active,
.mc4wp-form input[type="submit"]:hover {
    padding: 1.2em 1.4em;
}


/* Widget: Instagram Feed */
#sb_instagram .sbi_header_text {
	padding-top: 0 !important;
	margin-top:-2px;
}
#sb_instagram .sb_instagram_header {
	padding: 0 !important;
	margin-bottom:0.5em !important;
}
#sb_instagram .sb_instagram_header h3 {
	font-size: 1.2308em;
	line-height:1.5em;
}
#sb_instagram .sb_instagram_header p {
	font-size: 1em;
	line-height:1.5em;
}
#sb_instagram #sbi_load {
    margin-top: 1.7em;
}
#sb_instagram .sbi_follow_btn a > i {
    display: none;
}
#sb_instagram .sbi_follow_btn a {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.5em;
    outline: medium none;
    padding: 1.1em 2.4em;
    border: 2px solid transparent;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:active {
    background: transparent !important;
    opacity: 1 !important;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 23% !important;
    position: relative;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item + .sbi_item {
    margin-left: -3.75% !important;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(2n) {
    margin-top: 45px !important;
    padding-bottom: 10px !important;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item a {
    opacity: 1 !important;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item:hover {
    margin-top: 20px !important;
}
#sb_instagram.sbi_col_5 #sbi_images .sbi_item:hover:nth-child(2n) {
    margin-top: 55px !important;
    padding-bottom: 0 !important;
}



/* Widget: Instagram */
ul.instagram-pics {
    margin-right: -5px;
}
ul.instagram-pics li {
    float: left;
    padding: 0 5px 5px 0;
	margin:0;
    overflow: hidden;
    width: 33.3333%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column-1_3 ul.instagram-pics li {
    width: 25%;
}
.column-1_2 ul.instagram-pics li {
    width: 20%;
}
.column-1_1 ul.instagram-pics li {
    width: 16.6666%;
}
ul.instagram-pics li:before {
	display:none;
}

/* Widget: Recent News + Shortcode Recent News */
.sc_recent_news_header {
	margin-bottom:1.7em;
}
.sc_recent_news_header_captions {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
}
.sc_recent_news_header_split .sc_recent_news_header_captions,
.sc_recent_news_header_split .sc_recent_news_header_categories {
	width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_recent_news_header_split .sc_recent_news_header_captions {
	padding-right:2em;
}
.sc_recent_news_title {
	margin:0;
	text-transform:uppercase;
    position: relative;
    top: -5px;
}
.sc_recent_news_subtitle {
	text-transform:uppercase;
}
.sc_recent_news_header_split .sc_recent_news_header_categories {
	line-height:1.5em;
	text-align: right;
}
.sc_recent_news_header_split .sc_recent_news_header_categories > * {
	display:inline-block;
	margin-left: 1em;
	text-transform:uppercase;
	font-size:0.9231em;
}
.sc_recent_news_header_category_item_more {
	position:relative;
	cursor:pointer;
}
.sc_recent_news_header_category_item_more:after {
	content: '\e828';
	font-family:'fontello';
	display:inline-block;
	margin-left:0.5em;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_recent_news_header_category_item_more.opened:after {
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotate(180deg);
}
.sc_recent_news_header_more_categories {
	display:none;
	position:absolute;
	right:0;
	top: 2em;
	z-index:1;
	border: 1px solid #eee;
	text-align:left;
	padding:0.5em 1px;
}
.sc_recent_news_header_more_categories > a {
	display:block;
	white-space:nowrap;
	line-height:2em;
	padding:0 1.5em;
}
.sc_recent_news .post_item {
	background-color:transparent;
	text-align:left;
	overflow:hidden;
    margin-bottom: 0;
}
aside .sc_recent_news .post_item.post_accented_on {
	margin-bottom: 2.3077em;
}
.sc_recent_news_style_news-magazine .post_accented_border {}
.sc_recent_news .post_accented_on .post_featured {
	margin-bottom:0.65em;
}
.sc_recent_news_with_accented .post_accented_off .post_featured {
	float: left;
	padding-right:1.5em;
	margin-bottom: 0;
	width: 35%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_recent_news_with_accented .post_accented_off .post_header {
	float:left;
	width:65%;
}
.sc_recent_news_without_accented .post_accented_off .post_featured {
	margin-bottom:1em;
}
.sc_recent_news .post_featured .post_info {
	position:absolute;
	left: 0;
	bottom:0;
	padding: 0.5em;
	z-index:10;
}
.sc_recent_news .post_featured .post_info .post_categories {
	display:inline-block;
	padding:0 0.5em;
	line-height:1.5em;
	font-size:0.7692em;
	font-weight: bold;
	background-color: #000000;
}
.sc_recent_news .post_featured .post_info *,
.sc_recent_news .post_featured .post_info *:hover {
	color: #ffffff;
}
.sc_recent_news .post_header {
	text-align:left;
}
.sc_recent_news .post_title {
    font-size: 1.021em !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 0.2em;
    letter-spacing: 0.02em;
}
.sc_recent_news_style_news-portfolio .post_title {
    font-size: 1.6em !important;
}
.sc_recent_news_style_news-portfolio .post_title a:hover {}
.sc_recent_news .post_author,
.sc_recent_news .post_date {
	display:inline-block;
	font-size:0.8462em;
	line-height:1.5em;
	text-transform:uppercase;
}
.sc_recent_news .post_date:before {
	content: '|';
	display:inline-block;
	margin:0 0.6em;
	font-size:0.8462em;
	position:relative;
	top: -1px;
}
.sc_recent_news .post_footer {
	margin-top: 2em;
}
.sc_recent_news .post_counters {
	text-align:left;
	float:none;
	width: 100%;
}
.sc_recent_news .post_counters_item,
.sc_recent_news .post_counters .post_edit a {
	padding:0 1em;
	font-size:0.8462em;
	margin-left:0 !important;
	margin-right:0.5em;
	float:left;
}
.sc_recent_news .post_counters .post_edit:before {
	display:none;
}
.sc_recent_news .post_counters .post_edit a:before {
	content:'\e8bb';
	font-family:'fontello';
	display:inline-block;
	margin-right:0.5em;
}
.sc_recent_news .post_delimiter {
	margin-bottom: 2.3077em;
}
.sc_recent_news .post_delimiter:before {
	content: ' ';
	display:block;
	height:0;
	border-top: 1px solid #eee;
}


/* Style Excerpt */
.sc_recent_news_style_news-magazine .post_header {
    background: #ffffff;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.sc_recent_news_style_news-magazine .post_header.style_info {
    left: 8%;
    margin-top: -37%;
    padding: 17px 30px 10px;
    position: relative;
    top: 100%;
    width: 84%;
}
.sc_recent_news_style_news-magazine .post_header .post_categories:before,
.sc_recent_news_style_news-magazine .post_header .post_date:before { display: none; }
.sc_recent_news_style_news-magazine .post_header .post_date,
.sc_recent_news_style_news-magazine .post_header .post_categories {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 16px;
    text-transform: uppercase;
}
.sc_recent_news_style_news-magazine .post_header .post_date { font-weight: 400; }


/* Style Portfolio & Announce */
.sc_recent_news_style_news-portfolio .columns_wrap {
	margin-right: -0.4615em !important;
}
.sc_recent_news_style_news-portfolio [class*="column-"] {
	padding: 0 0.4615em 0.4615em 0 !important;
}
.sc_recent_news_style_news-portfolio .post_item,
.sc_recent_news_style_news-portfolio .post_featured,
.sc_recent_news_style_news-announce .post_item,
.sc_recent_news_style_news-announce .post_featured {
	margin-bottom:0 !important;
}
.sc_recent_news_style_news-portfolio .post_featured .post_info,
.sc_recent_news_style_news-announce .post_featured .post_info {
	padding: 1em 1.5em;
}
.sc_recent_news_style_news-portfolio .post_featured:before,
.sc_recent_news_style_news-announce .post_featured:before {
	content:' ';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
}
.sc_recent_news_style_news-announce .post_featured:before {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.6) 100%);
}
.sc_recent_news_style_news-announce {					overflow:hidden; }
.sc_recent_news_style_news-announce .post_item {		float:left; }
.sc_recent_news_style_news-announce .post_size_full {	width:100%; height: 432px; }
.sc_recent_news_style_news-announce .post_size_big {	width:50%; height: 216px; }
.sc_recent_news_style_news-announce .post_size_medium {	width:50%; height: 108px;  }
.sc_recent_news_style_news-announce .post_size_small {	width:25%; height: 108px; }
body.expand_content .sc_recent_news_style_news-announce .post_size_full { height: 656px; }
body.expand_content .sc_recent_news_style_news-announce .post_size_big { height: 328px;  }
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small { height: 164px;  }


/* 10. Footer areas
-------------------------------------------------------------- */

/* Footer widgets */
.footer_wrap .widget_area_inner {
    padding: 4em 0 0;
    border-top: 1px solid transparent;
}
.footer_wrap .footer_wrap_inner_top {
	border-top: none;
    padding: 0;
}
.footer_wrap aside {
	margin-bottom:2.3077em;
}
.footer_wrap.footer_fullwidth {
	overflow:hidden;
}
.footer_wrap.footer_fullwidth aside {
	margin-bottom:0;
}
.footer_wrap .widget_title {
	text-align:center;
}
.footer_wrap.footer_fullwidth .widget_title {
	text-align:center;
	margin-bottom:3em;
}
.footer_wrap_inner_top aside {
    text-align: center;
    border-top: 1px solid transparent;
    margin: 0;
    padding: 4em 0;
}

/* Copyright area */
.copyright_wrap {
	padding: 2.5em 0;
	overflow:hidden;
    background-color: #171a1b;
}
.copyright_wrap p {
	margin:0;
}
.copyright_style_text {
	text-align:center;
}
.copyright_wrap .socials_area {
	text-align:center;
}
.copyright_wrap .socials_wrap {
	margin:1.7em 0;
    padding: 0;
}
.copyright_wrap .copyright_text {
    font-size: 14px;
    line-height: 150%;
    margin: 1em 0 0;
}
.copyright_wrap .menu_footer_nav {
    border-top: 1px solid #2f3132;
    padding-top: 3.5em;
}
.menu_footer_nav {
    list-style: outside none none;
    margin: 2.5em 0 0;
    padding: 0;
    text-align: center;
}
.menu_footer_nav li {
    display: inline-block;
    font-size: 0.8462em;
    letter-spacing: 0.1em;
    margin: 0 3.6em 0.25em 0;
    text-transform: uppercase;
}
.menu_footer_nav li:last-child {
    margin-right: 0;
}
.menu_footer_nav li a {
    color: #ffffff;
}



/* 11. Utils
-------------------------------------------------------------- */

/* Scroll to top */
.scroll_to_top {
	display:block;
	position: fixed;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align:center;
	bottom: -4em;
	right: 2em;
	background: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	z-index: 100001;
	-webkit-transition: all ease 1.5s;
	   -moz-transition: all ease 1.5s;
	    -ms-transition: all ease 1.5s;
	     -o-transition: all ease 1.5s;
	        transition: all ease 1.5s;
	filter: alpha(opacity=0);
	opacity: 0;
}
.scroll_to_top.show {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 2em;
}


/* Debug window */
#debug_log {
	position:fixed;
	z-index:1000000;
	display:block;
	width:100%;
	max-height:400px;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	color:#ffffff;
	overflow:auto;
}
.admin-bar #debug_log { 
	top:32px; 
}
#debug_log_close {
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
#debug_log_content {
	padding:12px;
}




/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
	position: absolute;
	top: 3.3333em;
	right: 0;
	width: 37.5em;
	padding: 3em 2.5em 2em;
	display:none;
}
.popup_registration {
	right: -5.5em;
}
.popup_wrap .popup_close {
	display:block;
	font-size:1.25em;
	line-height:1em;
	width: 1em;
	height:1em;
	position:absolute;
	right:0;
	top:0;
	margin:0.5em 0.5em 0 0;
	text-align:center;
	color: #cccccc;
	border: 2px solid #ebebeb;
	background-color:#f4f7f9;
}
.popup_wrap .popup_close:hover {
	color: #909090;
	border: 2px solid #cccccc;
	background-color:#ffffff;
}
.popup_wrap .popup_close:before {
	font-family:fontello;
	content:'\e8ac';
	line-height:1em;
	padding:0 !important;
	margin:0 !important;
}
.popup_wrap .form_wrap {
	position:relative;
	overflow:hidden;
}
.popup_wrap .form_wrap .result {
	position:absolute;
	z-index:10;
	left:50%;
	top:25%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
	-webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
			box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);	
}
.popup_wrap .form_wrap .result p {
	line-height:1.5em;
}
.popup_wrap .form_wrap .result a {
	color: #ffffff;
}
.popup_wrap .form_wrap .error_fields_class {
	border-color: #CC6868;
}
.popup_wrap .form_left {
	float: left;
	padding-right: 2.5em;
	width: 54%;
	border-right: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup_wrap .form_right {
	float: right;
	padding-left: 2.5em;
	width: 45%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
	width: 50%;
	padding-right: 5px;
	border-right: none;
}
.popup_wrap.popup_registration .form_right {
	width: 50%;
	padding-left: 5px;
}
.popup_wrap .popup_form_field {
	margin-bottom:0.625em;
}
.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
	width:100%;
	border: 2px solid #ebebeb;
	background-color:#fafafa;
}
.popup_wrap input:not([type="submit"]):focus {
	background-color:#ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
	position:relative;
}
.popup_wrap .popup_form_field.iconed_field:before {
	position:absolute;
	z-index:1;
	top:10px;
	right:8px;
	margin-right:0;
	color:#c9c9c9;
	width:1em;
}
.popup_wrap .popup_form_field.iconed_field input {
	padding-right:30px;
}
.popup_wrap .popup_form_field .forgot_password {
	float: right;
	line-height: 1.5em;
}
.popup_wrap .popup_form_field.submit_field {
	padding:1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
	width:100%;
}
.popup_wrap .login_socials_title {
	color:#222222;
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:0.5em;
}
.popup_wrap .login_socials_problem {
	line-height:1.3em;
}
.popup_wrap .popup_form_field.remember_field {
	margin-top: 1.2em;
}




/* 13. Third part plugins
------------------------------------------------------------------------------------ */

/* Visual Composer */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom:0 !important;
}
.sc_gap .vc_row {
	margin-left:0;
	margin-right:0;
}
.sc_gap .vc_column_container {
	padding-left:0;
	padding-right:0;
}
h1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {
	padding-bottom:0 !important;
}


/* Magnific popup */
.mfp-figure figcaption {
	margin-bottom:40px !important;
	height:40px;
	padding:0 16px;
	overflow:hidden;
}
.mfp-figure figcaption .mfp-bottom-bar {
	left: 16px;
	right:16px;
	margin-top:-30px;
	width:auto;
}


/* Google conversion */
iframe[name="google_conversion_frame"] { height:1px; min-height:0px; display:none; }


/* Visual Composer */
.post_item_single .post_edit .vc_inline-link {
	display:none;
}




/* 14. Predefined classes for users
-------------------------------------------------------------- */

/* Predefined classes for the background texture and/or image */
.texture_bg_1  { background-image:url(images/bg/texture_1.png); }
.texture_bg_2  { background-image:url(images/bg/texture_2.png); }
.texture_bg_3  { background-image:url(images/bg/texture_3.png); }
.texture_bg_4  { background-image:url(images/bg/texture_4.png); }
.texture_bg_5  { background-image:url(images/bg/texture_5.png); }
.texture_bg_6  { background-image:url(images/bg/texture_6.png); }
.texture_bg_7  { background-image:url(images/bg/texture_7.png); }
.texture_bg_8  { background-image:url(images/bg/texture_8.png); }
.texture_bg_9  { background-image:url(images/bg/texture_9.png); }
.texture_bg_10 { background-image:url(images/bg/texture_10.png); }
.texture_bg_11 { background-image:url(images/bg/texture_11.png); }
.texture_bg_12 { background-image:url(images/bg/texture_12.png); }

.overlay_bg_1:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_1.png); }
.overlay_bg_2:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_2.png); }
.overlay_bg_3:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_3.png); }
.overlay_bg_4:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_4.png); }
.overlay_bg_5:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_5.png); }
.overlay_bg_6:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_6.png); }
.overlay_bg_7:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_7.png); }
.overlay_bg_8:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_8.png); }
.overlay_bg_9:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_9.png); }
.overlay_bg_10:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_10.png); }
.overlay_bg_11:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_11.png); }
.overlay_bg_12:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_12.png); }

.bg_pattern_1  { background: url(images/bg/pattern_1.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_2  { background: url(images/bg/pattern_2.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_3  { background: url(images/bg/pattern_3.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_4  { background: url(images/bg/pattern_4.jpg) 50% 50% repeat fixed !important; }
.bg_pattern_5  { background: url(images/bg/pattern_5.jpg) 50% 50% repeat fixed !important; }

.bg_image_1 { background: url(images/bg/image_1.jpg) 50% 0% repeat-y fixed !important; }
.bg_image_2 { background: url(images/bg/image_2.jpg) 50% 0% repeat-y fixed !important; }
.bg_image_3 { background: url(images/bg/image_3.jpg) 50% 0% repeat-y fixed !important; }
.bg_image_1, .bg_image_2, .bg_image_3 {
	-webkit-background-size: 100% auto; 
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto; 
			background-size: 100% auto; 
}

.rounded_none {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
.rounded_tiny {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.rounded_small {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.rounded_medium {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.rounded_large {
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}
.rounded {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}




/* Related Wrap */
.relatedWrap {
    margin-top: 5.5em;
    padding-top: 3.5em;
    border-top: 2px solid #eee;
}
.relatedWrap .related_item .no_img {
    background-position: center center;
    background-size: cover;
    display: block;
    min-height: 320px;
}
.relatedWrap .related_item .thumb {
    position: relative;
}
.relatedWrap .relatedInfo {
    position: relative;
    width: 84%;
    display: block;
    padding: 17px 20px 10px;
    box-sizing: border-box;
    left: 8%;
    top: 100%;
    margin-top: -32%;
    background: #ffffff;
    text-align: center;
}
.relatedWrap .relatedInfo .date,
.relatedWrap .relatedInfo .post_categories,
.relatedWrap .relatedInfo .post_categories a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
}
.relatedWrap .relatedInfo .date {
    font-weight: 400;
}
.relatedWrap .relatedInfo .post_title {
    margin: 1px 0;
}
.relatedWrap .section_title {
    margin-top: 0;
    margin-bottom: 0.85em;
}




/* Widget Categories Block */
.sc_widget_categories {
    overflow: hidden;
}
.widget_categories_block .left {
    float: left;
    width: 52%;
    padding-right: 30px;
    box-sizing: border-box;
}
.sidebar .widget_categories_block .left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}
.widget_categories_block .left .wrap_in { position: relative; overflow: hidden; }
.widget_categories_block .right { float: left; width: 48%; }
.sidebar .widget_categories_block .right { float: none; width: 100%; }
.widget_categories_block .right > div { position: relative; overflow: hidden; }
.widget_categories_block .right .first { margin-bottom: 30px; }
.widget_categories_block .hover_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.widget_categories_block .hover {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    box-sizing: border-box;
    display: block;
    line-height: 120%;
    margin: 0 2.143em 2.143em 0;
    padding: 0.8em 1.1em;
    background-color: rgba(23, 26, 27, 0.9);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget_categories_block .hover_wrap:hover .hover  { padding: 0.8em 1.8em; background-color: rgba(23, 26, 27, 0.5); }
.widget_categories_block .hover_wrap h5 { margin: 0; font-size: 2.143em; }
.widget_categories_block .hover_wrap h5,
.widget_categories_block .hover_wrap h5 a { color: #ffffff; }
.widget_categories_block .image_wrap {
    background-position: center center;
    background-size: cover;
    display: block;
    position: relative;
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget_categories_block .left .image_wrap { height: 458px; }
.widget_categories_block .right .image_wrap { height: 214px; }
.sidebar .widget_categories_block .left .image_wrap,
.sidebar .widget_categories_block .right .image_wrap  {
    height: 250px;
}
.widget_categories_block .right > div:hover .image_wrap,
.widget_categories_block .wrap_in:hover .image_wrap {
    -webkit-transform: scale3d(1.017, 1.017, 1);
    -moz-transform: scale3d(1.017, 1.017, 1);
    -ms-transform: scale3d(1.017, 1.017, 1);
    -o-transform: scale3d(1.017, 1.017, 1);
    transform: scale3d(1.017, 1.017, 1);
}



/* Hot Spot */
.hot_spot_info {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 2.9em 0 2.1em;
    padding: 1.4em 0;
    text-transform: uppercase;
}
.hot_spot_info .hot_spot_item {
    padding: 2px 2px 2px 35px;
    position: relative;
    min-height: 25px;
}
.post_featured.width_hot_spot:after {
    display: none;
}
.post_featured.width_hot_spot .hot_spot_hover {
    border: 2px solid transparent;
}
.hot_spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hot_spot_info .point {
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 25px;
    background-color: #171a1b;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    top: 2px;
}
.hot_spot .point {
    border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 31px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    width: 30px;
    background-color: #171a1b;
    cursor: pointer;
}
.hot_spot_hover {
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post_featured.width_hot_spot:hover .hot_spot_hover.hovered {
    color: #ffffff;
}


/* other class */
.margin_top_no {
    margin-top: -6px !important;
}
.style_text {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 4px 8px 5px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #111111;
}
.top_margin- {
    margin-top: -30px;
}


/* hover */
.post_layout_excerpt .more-link {
    overflow: hidden;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: border-color, color;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    display: inline-block;
    position: relative;
    z-index: 1;
}
.post_layout_excerpt .more-link:before {
    border-radius: 0;
    content: "";
    height: 30px;
    right: 100%;
    margin: -15px 0 0 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    -ms-transform: scale3d(1, 2, 1);
    -o-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);

    transition-delay: 0s, 0s;
    transition-duration: 0.35s, 0.4s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    width: 30px;
    z-index: -1;
}
.post_layout_excerpt .more-link:hover:before {
    -webkit-transform: scale3d(11, 9, 1);
    -moz-transform: scale3d(11, 9, 1);
    -ms-transform: scale3d(11, 9, 1);
    -o-transform: scale3d(11, 9, 1);
    transform: scale3d(11, 9, 1);
}

/* Style Hover */
.post_item .post_title a,
.relatedInfo .post_title a {
    background-image: -prefix-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ddd 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ddd 50%);
    background-position: 0 0;
    background-size: 200.22% auto;
    -webkit-transition: background-position 0.5s ease-out 0s;
    -moz-transition: background-position 0.5s ease-out 0s;
    -ms-transition: background-position 0.5s ease-out 0s;
    -o-transition: background-position 0.5s ease-out 0s;
    transition: background-position 0.5s ease-out 0s;
}
.post_item .post_title a:hover,
.relatedInfo .post_title a:hover {
    background-position: -99.99% 0;
}
.post_item .post_title a {
    position: relative;
}
.teststyle {
     background-color: red;
}
