/*
Theme Name: Bendblog
Theme URI: http://demo.kosmoslabs.com/bendblog
Author: KosMosLabs
Author URI: http://www.kosmoslabs.com
Description: bendblog is a simple, clean and responsive WordPress theme, suited for any creative websites and blogs.
Tags: left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, post-formats, sticky-post, theme-options
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bendblog
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Html Reset 
# Normalize
# Elements
# Forms
# Typography
# WordPress Core 
# Accessibility
# Clearings
# Links
# Common
# Slider
# Navigation
	## Links
	## Menus
	## Posts Navigation
# Header
	## Modal Search
	## Social Media
# Widgets
# Content
    ## Posts and pages
	## Video
	## Comments
	## Post author
	## Related posts
	## Search page
	## Page 404
# Layouts	
	## Featured Boxes
	## Classic
	## Grid
	## Post list	
# Sidebar
	## Content-Sidebar
	## Sidebar-Content
	## Content-fullwidth
# Footer
# Media
	## Galleries
# Contact form 7	
--------------------------------------------------------------*/
/******************************************************************************
# Html Reset 
******************************************************************************/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,
cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,
form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,
menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,
strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body {
	-webkit-font-smoothing: antialiased;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	outline: 0;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html 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;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

body {
	background: #d8d8d8 ;  /*Fallback for when there is no custom background color defined.*/
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin: 3em 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Default table styling */
table {
	max-width: 100%;
	background-color: transparent;
	margin-bottom: 24px;
}

table caption { 
	padding: 0 0 7px 0;
	width: auto;
}

th, 
td {
	background: #fff;
	padding: 4px 7px;
	border: 1px solid #e1e1e1; 
}

th { 
	background: #f2f2f2; 
}

tr:nth-child(odd) td { 
	background: #fcfcfc; 
}

tfoot #prev,
tfoot #next{
	text-align: center;
}

::-moz-selection { 
	color: #fff;
}

::selection { 
	color: #fff;
}

img::selection 	{ 
	background: transparent; 
}

img::-moz-selection	{ 
	background: transparent; 
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgb(0, 0, 0);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

select {
    border: 1px solid #ddd;
    padding: 9px 7px;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Lora",sans-serif;
	font-size: 14px;
	line-height: 1.9;
}

blockquote:last-child, 
blockquote ol:last-child, 
blockquote p:last-child, 
blockquote ul:last-child,
p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 { 
	font-size: 32px; 
} 

h2 { 
	font-size: 21px; 
}

h3 {
	font-size: 18px; 
}

h4 { 
	font-size: 16px; 
}

h5 { 
	font-size: 15px;
}

h6 { 
	font-size: 14px; 
}

p {
	/*margin-bottom: 1.5em;*/
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.entry-content-post h1, 
.entry-content-post h2, 
.entry-content-post h3, 
.entry-content-post h4, 
.entry-content-post h5, 
.entry-content-post h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	/*line-height: 1.5;
	margin-bottom: 24px;*/
	margin-top: 1.8em;
    margin-bottom: 0.455em;
    letter-spacing: -0.015em;
}

.entry-content-post p,
.entry-content-post blockquote,
.entry-content-post ul,
.entry-content-post ol,
.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol {
	margin-bottom:20px;
}

.entry-content-post ul,
.comment-content ul {
	list-style-type: square;
	margin-left: 42px;
}

.entry-content-post ol,
.comment-content ol {
	list-style-type: decimal;
	margin-left: 42px;
}

.hentry blockquote,
.comment-content blockquote {
	border-bottom: 1px solid transparent;
	border-left: 3px solid #d9d9d9;
	padding: 30px ;
	padding-top: 52px;
	padding-bottom: 20px;
	font-size: 18px;
    font-style: italic;
}
.hentry blockquote:before,
.comment-content blockquote:before {
    color: rgb(255, 255, 255);
    content: "“";
    width: 30px;
    height: 30px;
    line-height: 47px;
    text-align: center;
    font-size: 28px;
    margin-left: -30px;
    margin-top: -50px;
    font-style: normal;
    position: absolute;
    background: rgb(243, 120, 121);
}

/*--------------------------------------------------------------
# WordPress Core 
--------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0.5em 2em 0.5em 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	height: auto;
	max-width: 100%;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 10px 4px 5px;
}


.wp-caption .wp-caption-text {
	margin: 0.6075em 0;
}

.gallery-caption {
 	margin: 10px 0 15px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-main:after,
.site-main:before,
.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.site-main:after,
.posts-navigation .nav-links:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	background-color: transparent;
	color: #5e5e5e;
	text-decoration: none;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
}

a:hover,
a:focus,
a:visited,
a:active {
	outline:none;
	text-decoration:none;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

.widget-title:before,
.widget-title:after,
.cat-links a:first-child:before,
.edit-link:before,
.comment-reply-title small a:before,
.mobile-nav .search-form:before,
.td-icon-menu-down:after {
	display: inline-block;
	font-family: FontAwesome;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.bendblog-slider:not(.slick-initialized) {
	visibility: hidden;
}

.featured-area {
    background: url(images/ajax-loader.gif) center no-repeat #fff;
}

.featured-area .main-slider {
    display: none;
    margin: 0 0 60px;
}
   
.featured-area .main-slider {
	display: block;
    width: 100%;
    max-height: 600px;
 }

.featured-area > div {
	visibility: hidden;
}

.featured-area.loaded > div {
	visibility: visible;
}

.featured-area.loaded .main-slider {
    max-height: none !important;
}

.featured-area .slick-prev,
.featured-area .slick-next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 47%;
	cursor: pointer;
	opacity: 0;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-o-transition:background-color 0.3s, color 0.3s, opacity 0.3s;
	text-align: center;
	line-height: 35px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #fff;
	z-index: 1;
}

.featured-area .slick-prev {
	left: 30px;
}
.featured-area .slick-next {
	right: 30px;
}

.featured-area.loaded:hover .slick-prev,
.featured-area.loaded:hover .slick-next {
	opacity: 1;
}

.featured-area .main-slider-item {
    position: relative;
    opacity: 1;
}


.featured-area.loaded {
	background: none;
}    

.featured-content {
    width: 100%; 
    margin: 0 auto;
    position: absolute;
    top:0;
    left: 0;
    color: #fff;
    text-align: center;
	opacity: 0;
	height: 100%;
}

.inanimate-slider-caption .featured-content {
	opacity: 1;
}

.featured-content .divider {
	display: none;
}

.slider-entry-meta {
	text-transform: uppercase;
	font-size: 12px;
}

.main-slider-title {
	font-size: 24px;
}

.slider-entry-meta .separator,
.slider-entry-meta .fa {
	display: none;
}

.featured-content-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.comip {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-slider-item {
	height: 560px;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}

.small-slider .main-slider-item,
.big-slider .main-slider-item {
	height: auto;
}

.main-slider-item:before {
	top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    border: 1px solid #DEDEDE;
    display: block;
    content: "";
}

.text-containert {
	width: 480px;
    margin: 0 auto;
    background-color: #fff;
    color: black;
    padding: 5px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
}

.wide-carousel .main-slider-item .comip {
	display: none;
}

.wide-carousel .slick-center .comip {
	display: table-cell;
}

.text-container-inner {
	padding: 20px;
    border: 1px solid #aaa;
    position: relative;
}

.main-slider-more {
	bottom: -15px;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
    position: absolute;
    left: 50%;
    margin-left: -57px;
}

.main-slider-more .more:after {
	content: '\f069';
    font-family: fontAwesome;
    position: absolute;
    color: #fff;
    right: 3px;
    font-size: 9px;
    top: 6px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3)
}

.main-slider-more .more:before {
	content: '\f069';
    font-family: fontAwesome;
    position: absolute;
    color: #fff;
    left: 3px;
    font-size: 9px;
    top: 6px;
}


/*--------------------------------------------------------------
# FlexSlider
--------------------------------------------------------------*/
.flexslider {
   background: transparent;
   border: none;
   border-radius: 0;
   -moz-border-radius:0;
   -webkit-border-radius:0;
   margin: 0;
   z-index:1
}

.flex-control-nav {
	bottom: -20px;
	line-height: 0;
	text-align: inherit;
}

.flexslider .slides > li {
    -webkit-backface-visibility: visible;
    position: relative;
}

.flex-direction-nav li a {
	font-size: 0;
}

.flex-direction-nav a {
	opacity: 1;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    color: #fff;
    font-family: fontAwesome;
    content: "\f192";
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-nav-prev,
.flex-nav-next {
	text-align: center;
}

.flex-next {
	right:10px !important;
}

.flex-prev {
	left:10px !important;
}

.flex-direction-nav .flex-next {
	text-align: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation a {
    padding: 20px 17px;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.4px
}

.top-navigation {
	float: left;
}

.top-navigation a {
    padding: 0px 10px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	text-align: left;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	display: none;
	margin-top: 1px;
	z-index: 99999;
	background: #fff;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul a {
	border-bottom: 1px solid #ededed;
	padding: 10px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.insta-icon,
.search-icon {
	cursor: pointer;
}
.main-navigation .insta-icon,
.main-navigation .search-icon {
    font-size: 15px;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
}

.main-navigation .search-icon {
    right: 15px;
    left: inherit;
}

.main-navigation-container {
    min-height: 40px;
    width: 100%;
}

#primary-menu {
	vertical-align: middle;
}

/*** Superfish ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	/*float: left;*/
	display: inline-block;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
}

.sf-menu li {
	white-space: nowrap;
}

.sf-arrows .sf-with-ul:after {
	 content: "\f107";
	 padding-left: 7px;
	 font-family: fontAwesome;
}

.sf-arrows .sub-menu .sf-with-ul::after {
    content: "\f105";
    font-family: fontAwesome;
   	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -7px;
}

.sf-arrows ul .sf-with-ul {
	padding-right: 2.5em;
}

/* Small menu */
.menu-toggle,
.respo-more,
.mobile-nav .insta-icon,
.mobile-nav .search-form ,
.mobile-nav ul {
    display: none;
}

/*--------------------------------------------------------------
## Posts Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.site-main .comment-navigation a,
.site-main .post-navigation a {
    display: block;
}

.navigation.posts-navigation,
.navigation.post-navigation {
    margin: 0 0 50px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
	margin-bottom: 5px;
	padding: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.main-head {
    position: relative;
}

.site-branding {
	padding-bottom: 40px;
	padding-top: 40px;
}

.site-title {
	font-size: 40px;
	line-height: 1;
	transition: all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
}

p.site-title {
	font-weight: bold;
	margin: 0.67em 0;
}

.site-logo {
	margin: 0;
}

.header-brand {
	float: left;
	padding-left: 15px;
    padding-right: 15px;
}

.header-ads {
    float: right;
}

.bottom-ads {
	width:100%;
	text-align:center;
	margin-bottom: 50px;
}

.right-logo .header-brand {
	float: right;
}

.right-logo .header-ads {
    float: left;
}

.center-logo .header-brand,
.center-logo-2 .header-brand {
    float: none;
    margin: 50px auto;
}

/* Sticky Menu */
.brand-navi-sticky {
	display: none;
}

.admin-bar .sticky-menu-enabled {
	top: 32px;
}

.sticky-menu-enabled {
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transform: inherit;
	-ms-transform: inherit;
	-webkit-transform:inherit;
}

.menu-sticky {
	float: right;
}

.menu-no-custom a:hover {
	color: #fff;
}

.without-logo .sticky-menu-enabled .main-navigation {
	float: inherit;
    position: inherit;
    text-align: center;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-transform:inherit;
    z-index: 100;
}

.with-logo .site-branding-sticky {
	float: left;
}

.with-logo .sticky-menu-enabled .site-title {
	font-size: 22px;
}

.with-logo .menu-sticky {
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-webkit-transform:translate(0px, -50%);
	text-transform: uppercase;
	z-index: 100;
}

/*--------------------------------------------------------------
## Modal Search
--------------------------------------------------------------*/
.modal .search-submit,
.mobile-nav .search-submit,
.fa-close {
	display: none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
     z-index: 999; /* Sit on top */
}

.modal .search-field {
	width: 100%;
    max-width: 100%;
    background: transparent;
    display: block;
    border: none;
    font-size: 20px;
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

/* Modal Content/Box */
.modal-content {
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
}

.modal-content {
    width: 600px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 40px;
    overflow: hidden;
}

.widget-title {
	border: 1px solid #acd8e5;
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 0 0 25px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Most common widget style */
.widget > div,
.widget > ul {
	margin: 0;
}

.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_nav_menu li:before {
    color: #c6c6c6;
    content: "\f101" ;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    margin-right: 9px;
}

.widget_nav_menu ul li:last-child {
	border:none;
}

.category-count,
.archive-count {
	float: right;
}

.widget_rss li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget-post-list li {
	border-bottom: 1px solid #efefef;
	margin-bottom: 7px;
    padding-bottom: 7px;
}

.widget_rss ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_nav_menu ul ul,
.widget-post-list ul ul {
	border-top: 1px solid #efefef;
	margin-top: 7px;
    padding-top: 7px;
}

.widget ul li:last-child {
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget .calendar_wrap table {
    margin-bottom: 0;
    text-align: center;
}

.widget select {
    border: 1px solid #ddd;
    padding: 9px 7px;
    width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget_search .search-form {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.widget_search .fa-close {
	display: none;
}

.widget_search .search-field {
    border: medium none !important;
    padding: 0 !important;
    width: 100%;
}

/* ad-300 widget. */
.widget-ad300 div {
    line-height: 0;
}

/* Tags cloud*/
div [class*="tag-link-"] {
    text-transform: uppercase;
}

.widget-image .more {
	border: none;
	text-transform: none;
}

.widget-image .more:after{
	content: "";
}

/* widget Facebook */
.widget-facebook {
	text-align: center;
}

/* widget about */
.widget-about .about-desc,
.widget-one-post .one-post {
	margin-top: 10px;
}

.about-inner > img {
	padding: 1px;
    border: 1px solid #efefef;
}

img.circular {
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom: 10px;
}

h2.about-desc:after {
    display: block;
    margin: 5px 0 5px 0px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #aaa;
    width: 20px;
}

/* widget one post */
.onepost-more {
    color: white;
    display: block;
    float: right;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
}

.one-post h5 {
	margin-bottom: 10px;
	margin-top: 15px;
}

/* widget post list */
.widgetBody .post-list-thumbnail {
	overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-list-thumbnail:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}    

.widgetBody .post-list-thumbnail img {
    width: 80px;
    height: auto;
}

 .thumb-lik {
    float: left;
     margin-right: 10px;
}

.circular img {
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}


/* Instagram Widget */
.widget-area .instagram-pics > li {
    list-style: none;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 6px;
    width: 33.33333333%;
    float: left;
}

/* Social Icons Widget */
.social-widget {
	text-align: center;
}

.social-widget a {
	color: #333;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 14.285714%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
h1,
h2,
h3,
h2.about-desc,
.entry-title,
.slider-title,
.widget-title {
	font-family: "Vidaloka",Georgia,serif;
	font-weight: normal;
}

.kos-container {
	overflow: hidden;
}

#page {
	position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -moz-transition:-moz-transform 0.5s;
    -o-transition:-o-transform 0.5s;
    background-position: top center;
}

#page:after {
	position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
     -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
     -o-transition:opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.wrap,
.boxed-layout .kos-container {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

.boxed-layout .kos-container {
	max-width: 1230px;
}

.boxed-layout .kos-container {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
	

.boxed-layout .sticky-menu-enabled {
	max-width: 1230px;
}

.entry-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.entry-content-attachment {
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.entry-content-attachment img {
	transition:transform .6s ease-in-out;
	-webkit-transition:-webkit-transform .6s ease-in-out;
	-moz-transition:-moz-transform .6s ease-in-out;
	-o-transition:-o-transform .6s ease-in-out;
}

.entry-title {
	margin-bottom: 20px;
}

.entry-meta {
	font-size: 11px;
	margin-bottom: 5px;
}

.entry-meta a {
	color: #7a7a7a;
	text-transform: uppercase;
}

.entry-meta i {
	padding-right: 5px;
	font-size: 13px;
}

span.separator {
    padding: 0 5px;
    color: #aaa;
}

.entry-content {
    position: relative;
}

.entry-content-post {
    font-size: 14px;
    margin: 0 auto;
}

.entry-footer {
    text-align: center;
    margin-top: 50px;
}

.edit-link:before {
	content: "\f040";
	margin-left: 10px;
	padding-right: 3px;
}

.tags-links,
.page-links {
    display: block;
    font-size: 12px;
    padding: 10px 0;
    text-transform: uppercase;
}

.featured-area .cat-links a {
	border-bottom: 1px solid;
	padding-bottom: 2px;
}

div [class*="tag-link-"],
.tags-links a {
	display: inline-block;
    padding: 9px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    line-height: 14px;
    font-size: 11px !important
}

.entry-footer .more a,
.featured-area .more a {
    font-size: 15px;
    padding: 7px 18px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    -moz-border-radius:200px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Featured Boxes
--------------------------------------------------------------*/

.featured-boxes-title {
	text-align:center;
	padding: 0 0 30px 0;
}

.featured-boxes-title:after,
.featured-boxes-title:before {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    width: 30px;
}

.featured-boxes-title:before {
    margin: 0 20px 5px 0;
}


.featured_boxes li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    float: left;
    margin-right: 0.33333%;
    width: 33%;
}

.featured_boxes li:last-child {
    margin-right: 0;
    width: 33.333333333%;
}

.featured-box-image {
    background-position: center center;
    background-size: cover;
}

.featured-area {
	padding-top: 60px;
}

.small-slider .featured-area {
	padding-top: 0px;
}

.small-slider .featured_boxes {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.hide-slider .featured-boxes-title {
	padding-top: 30px;
}

.hide-slider .featured_boxes {
	margin-top: 60px;
}

/*--------------------------------------------------------------
## Classic
--------------------------------------------------------------*/

.classic {
	margin: 0 0 100px;
}

.classic .entry-content {
    display: table;
    position: relative;
}

.classic .entry-content p {
    margin-bottom: 0;
}

.classic .more:after, 
.classic .more:before {
    display: inline-block;
    margin: 0 0 5px 10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #efefef;
   /* width: 150px; Test */
}

.classic .more:before {
    margin: 0 10px 5px 0;
}

.classic .more {
	float: right;
}

.classic .post-share {
    float: left;
}
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.grid-layout {
	width: 48%;
 	float: left;
 	display: inline-block;
    vertical-align: top;
    clear: both;
 }
 .grid-layout:nth-child(even) {
    margin-left: 4%;
    clear: none;
}

ul.classic-grid-layout {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

ul.classic-grid-layout li:nth-of-type(odd) {
    clear: both;
}

ul.classic-grid-layout  li:nth-of-type(even) {
    clear: none;
    margin-right: 0;
}

ul.classic-grid-layout > li {
    display: inline-block;
    float: left;
    margin-right: 4%;
    vertical-align: top;
    width: 48%;
}

.classic-grid .entry-content-post,
.grid-layout .entry-content-post {
	padding: 0;
}

.classic-grid .entry-header,
.grid-layout .entry-header {
	border-bottom: none;
	margin-bottom: 0;
}

.grid-layout .respo-more,
.classic-grid .respo-more,
.post-list .respo-more {
	display: block;
	padding: 20px 0 0;
}

.grid-layout,
.classic-grid {
	margin-bottom: 50px;
	/*border-bottom: 1px solid #dddddd;*/
}

/*--------------------------------------------------------------
## Post list
--------------------------------------------------------------*/
.post-list {
	margin-bottom: 50px;
}

.post-list .entry-content {
	display: table;
	padding-top: 10px;
}
.post-list .entry-content-attachment {
	width: 205px;
	height: 205px;
}
.post-list .entry-content-attachment img {
	margin: 0;
	max-width: 185px;/* fix img distortion in chrome */
	max-height: 185px;
/*	padding: 20px;
*/}

.post-list .post-share {
	padding-right: 30px;
}

.post-list .entry-content-post,
.post-list .entry-content-attachment {
	display: table-cell;
	vertical-align: middle;
}

.pl-circular .entry-content-attachment img {
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.pl-circular .entry-header {
	margin-bottom: 0;
}

.post-list .entry-content-post {
	padding: 25px;
}

.post-list .post-share > a {
    border-right: 1px solid #ccc;
    display: block;
    font-size: 14px;
    height: 30px;
    margin-bottom: 5px;
    vertical-align: middle;
    width: 30px;
}

.post-list .post-share > a:last-child{
	margin-bottom: 0;
}

.post-list .post-share {
    padding-right: 25px;
    display: table-cell;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.single .hentry {
	margin: 0 0 50px;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*no-results*/
.no-results .page-content,
.not-found .page-content {
	background-color: #fff;
	padding: 30px;
}

.no-results .search-submit,
.not-found .search-submit {
	height: 40px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 100px;
}

.no-results .search-form,
.not-found .search-form {
	margin-top: 10px;
    position: relative;
    width: 100%;
}

.no-results .search-field,
.not-found .search-field {
	height: 32px;
	padding-left: 10px;
    width: 100%;
}

.page-header {
	text-align: center;
    margin-top: 60px;
    background: #f9f9f9;
    padding: 10px 30px 10px 30px;
}

.page-title {
	font-size: 20px;
}

.taxonomy-description {
	margin: 15px 0;
}

.page-links {
	clear: both;
	font-size: 18px;
}

.post-share i { 
    font-size: 14px;
    padding: 3px;
    width: 25px;
}

.single .entry-footer {
	padding: 0;
}

.the-post .post-share {
	float: none;
	display: table;
	padding: 5px;
	width: 100%;
	background-color: #f2f2f2;
}
.the-post .post-share > a {
    display: table-cell; 
    color: #fff;
}
.the-post .post-share i {
    border-right: none;
    font-size: 14px;
    padding: 3px;
    width: 25px;
    color: #fff;
}

.the-post .share-on-twitter {
	background-color: #2aa9e0;
}

.the-post .share-on-facebook {
	background-color: #204385;
}

.the-post .share-on-google {
	background-color: #d3492c;
}

.the-post .share-on-pinterest {
	background-color: #ca2128;
}

.the-post .share-on-mail {
	background-color: #333;
}

.the-post .post-share i:hover {
	color: inherit;
}

/* Protected Post */
.entry-content .post-password-form {
    margin: 60px auto;
    border: 1px solid rgba(0, 0, 0, 0.075);
    padding: 2.5rem 3.125rem;
    position: relative;
    max-width: 385px;
}

.post-password-form input[type="password"] {
	margin-bottom: 20px;
	width: 100%;
}

.post-password-form input[type="submit"] {
    padding: 8px 12px;
}

div.prev-post {
	display: table;
    opacity: 1;
	position: fixed;
    top: 50%;
    left: 0;
    margin-top: -33px;
    border: 1px solid #efefef;
    background: #fff;
    -ms-transform: -ms-translate3d(0, 20px, 0);
    -webkit-transform: -webkit-translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius:0 90px 90px 0;
    -moz-border-radius:0 90px 90px 0;
    -webkit-border-radius:0 90px 90px 0;
    z-index: 100;
}

.prev-post .nav-icon {
	display: block;
    padding: 0 15px;
    border-left: 1px solid #efefef;
    color: #ccc;
    font-size: 18px;
    line-height: 67px;
    float: right;
}

.prev-post-title {    
	background: #fff;
	display: table;
    overflow: hidden;
    margin-left: -305px;
    opacity: 0;
    max-width: 305px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
    max-height: 67px;
    padding: 0 15px;
    height: 67px;
    float: left;
    text-align:center;
}

.prev-post-title a {
	display: table-cell;
	vertical-align: middle;
}

.prev-post:hover .prev-post-title {
	margin-left: -1px;
	opacity: 1;
}

div.next-post {
	display: table;
    opacity: 1;
	position: fixed;
    top: 50%;
    right: 0;
    margin-top: -33px;
    border: 1px solid #efefef;
    background: #fff;
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition:transform 0.4s ease-in-out;
    -o-transition:transform 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius:90px 0 0 90px;
    -moz-border-radius:90px 0 0 90px;
    -webkit-border-radius:90px 0 0 90px;
    z-index: 100;
}

.next-post a.nav-icon {
	float: left;
	display: block;
    padding: 0 15px;
    border-right: 1px solid #efefef;
    color: #ccc;
    font-size: 18px;
    line-height: 67px;
}
.next-post-title a {
	display: table-cell;
	vertical-align: middle;
}

span.next-post-title {    
	background: #fff;
	float: left;
	display: table;
    overflow: hidden;
    margin-right: -305px;
    opacity: 0;
    max-width: 305px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
    max-height: 67px;
    padding: 0 15px;
    height: 67px;
    text-align:center;
}

.next-post:hover .next-post-title {
	margin-right: -1px;
	opacity: 1;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.soundcloud-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 1px;
	position: relative;
}

.soundcloud-container iframe,  
.soundcloud-container object,  
.soundcloud-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

#comments .submit,
.wpcf7 .wpcf7-submit {
	border: 1px solid;
    color: #fff;
    font-size: 14px;
    padding: 0.6em 1em;
    text-transform: uppercase;
    width: 160px;
}

.bypostauthor {
	display: block;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	margin-right: 0.8em;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.comment-form .form-submit {
	margin-top: 10px !important;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f00d";
	position: relative;
	top: -3px;
}

/*--------------------------------------------------------------
## Post author
--------------------------------------------------------------*/
.post-author {
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	margin: 0 0 50px;
	padding: 30px 10px;
}

.post-author .author-img {
    float: left;
    line-height: 0;
    margin-right: 20px;
    margin-top: 10px;
}

.post-author .author-content {
    overflow: hidden;
}

.post-author .postAuthor_name > a {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
}

.post-author .postAuthor-desc {
    margin-bottom: 8px;
}

.post-author .author-social {
    color: #727272;
    font-size: 13px;
    margin-right: 11px;
}

/*--------------------------------------------------------------
## Related posts
--------------------------------------------------------------*/
.related-posts {
	margin-bottom: 50px;
}

.related-post,
.featured-box-content {
    bottom: 0;
    position: absolute;
}

.related-post,
.featured-box-content {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 10px;
    text-align: center;
    width: 100%;
}

h3.related-posts-title,
h3.featured-box-title {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
    -webkit-transition: all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}


.featured-box-content:hover h3.featured-box-title {
	padding: 35px 0;
}

.related-post a,
.featured-box-content a {
    color: #fff;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    width: 100%;
}

.related-posts li:last-of-type {
    margin-right: 0;
}

.related-posts ul {
  text-align: justify;
  font-size: 0.1px; /* IE 9/10 don't like font-size: 0; */

}

.related-posts li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.related-posts ul:after,
.featured-box-content {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

.related-posts .common-heading {
	display: block;
	font-size: 21px;
    margin: 60px 0;
	text-align: center;
}

.related-posts .common-heading:after,
.related-posts .common-heading:before {
    display: inline-block;
    margin: 0 0 5px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 30px;
}

.related-posts .common-heading:before {
    margin: 0 20px 5px 0;
}

.related-posts .entry-meta {
	 padding: 15px;
    text-align: center;
}

.related-post-inner,
.featured-box-inner {
    display: table;
    margin: 0;
    padding: 10px 5px;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

.related-post-inner .related-post-inner-cell,
.featured-box-inner-cell { 
 	color: #fff;
     display: table-cell;
     vertical-align: middle;
     height: 100%;
     text-align: center;
     width: 100%;
 }

 .related-post-inner .byline {
 	font-size: 12px;
 	text-transform: uppercase;
 	margin-top: 10px;
 	display: block;
 }
 .related-post-inner .posted-on {
 	font-size: 12px;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 	display: block;
 }

.related-post-inner .separator,
 .related-post-inner .fa {
 	display: none;
 }

/*--------------------------------------------------------------
## Search page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page 404
--------------------------------------------------------------*/
.page-content-404 {
	margin-bottom: 60px;
	text-align: center;
}

.page-content-404 h1 {
	font-size:200px;
	font-weight: bold;
	margin: 0 auto;
}

.page-content-404 p {
	font-size: 18px;
	font-style: italic;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content-Sidebar
--------------------------------------------------------------*/
.site-content {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.content-area {
	float: left;
	margin: 0 -27% 0 0;
	width: 100%;
}

.site-main {
	margin: 0 30% 0 0;
}

.page-template-page-fullwidth .site-main {
	margin: 0;
}

.site-content .widget-area {
	float: right;
	width: 27%;
}

/*--------------------------------------------------------------
## Sidebar-Content
--------------------------------------------------------------*/
.left-sidebar .content-area {
	float: right;
	margin: 0 0 0 -27%;
	width: 100%;
}

.left-sidebar .site-main {
	margin: 0 0 0 30% ;
}

.left-sidebar .widget-area {
	float: left;
	width: 27%;
}


/*--------------------------------------------------------------
## Content-fullwidth
--------------------------------------------------------------*/
.full-width .site-main {
	margin: 0 auto;
}

.full-width .main-slider {
	margin: 0 auto 60px 0 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	overflow:hidden;
	clear: both;
	/*min-width: 1170px;*/
	width: 100%;
}

.site-footer .widget {
	padding: 0;
}

.site-footer .widget {
	box-shadow: inherit;
	background: inherit;
	margin-bottom: 0;
}

.site-footer .widget-title {
	
}

.bottom-instagram {
	position: relative;
}

.bottom-instagram .instagram-title {
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.bottom-instagram .instagram-pics li {
    border-bottom: none;
    display: inline;
    float: left;
    line-height: 0;
    margin: 0;
    width: 16.6667%;
}


.bottom-instagram .instagram-image > a:hover:before {
    background-color: rgba(0,0,0,0.3);
}

/* Bottom Logo */
.bottom-logo {
	padding: 30px 0;
	text-align: center;
}

.top-footer .widget-area-list {
    padding-top: 1.875rem;
    padding-bottom: 2.25rem;
}

.top-footer .widget-area {
    width: 33.333333333333336%;
    padding: 0 50px;
    min-height: 1px;
    float: left;
}

.top-footer .widget-area-list .widget {
    margin-top: 1.8125rem;
}

.top-footer  .widget-area-list .widget:first-child {
    margin-top: 0;
}


.footer-widget .widget-title {
	border: none;
    text-align: center;
    box-shadow: inherit;
	text-transform: uppercase;
	font-size: 18px;

}



/* Copyright */
.site-copyright {
	padding: 10px 20px;
}

.copyright-left {
	float: left;
	line-height: 40px;
}
/*--------------------------------------------------------------
## Social Media
--------------------------------------------------------------*/
.my-social {
    float: right;
}

.my-social i {
    border: 1px solid;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    width: 40px;
}

/* Topbar */  
.top-bar {
	width: 100%;
	padding: 10px 5px 5px 5px;
}

.top-bar .my-social i {
    font-size: 13px;
    margin-left: 5px;
    text-align: center;
    width: 20px;
    line-height: normal;
    height: auto;
}

.top-bar .cart-icon {
	position: relative;
	float: right;
	margin-right: 20px;
}

.top-bar .cart-icon > span {
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: -3px;
    right: -15px;
    background: #333;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    font-size: 10px;
    font-family: 'PT Serif',serif;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery-slideshow .slick-prev,
.gallery-slideshow .slick-next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 47%;
	cursor: pointer;
	opacity: 1;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	-o-transition:background-color 0.3s, color 0.3s, opacity 0.3s;
	text-align: center;
	line-height: 35px;
	background: #fff;
	color: #313131;
	z-index: 1;
	border-radius: 100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}

.gallery-slideshow .slick-prev {
	left: 30px;
}
.gallery-slideshow .slick-next {
	right: 30px;
}

/*--------------------------------------------------------------
# Contact form 7
--------------------------------------------------------------*/
div.wpcf7 {
	overflow: hidden;
	margin-top: 40px;
}

div.wpcf7-response-output {
	margin: 20px 0;
	padding: 0.8em 1em;
}

/* Test */



.post-share .fa-facebook:hover {
	color: #3B5998;
}

.post-share .fa-twitter:hover  {
	color: #428bca;
}

.post-share .fa-google-plus:hover  {
	color: #dd4b38;
}

.post-share .fa-envelope:hover  {
	color: #333;
}

.post-share .fa-pinterest:hover  {
	color: #bd081c;
}

.post-share .fa-tumblr:hover  {
	color: #36465d;
}

/* Test */

.post-share .fa-linkedin {
	background-color: #02669a;
}

.post-share .fa-tumblr {
	background-color: #44546b;
}

.post-share .fa-wordpress {
	background-color: #4c78ac;
}

.post-share .fa-rss {
	background-color: #ff9308;
}

.post-share .fa-dribbble {
	background-color: #ed3daf;
}

.post-share .fa-youtube {
	background-color: #dd3333;
}

.post-share .fa-soundcloud {
	background-color: #ef8a07;
}

.post-share .fa-vimeo-square {
	background-color: #038bad;
}

.post-share .fa-flickr {
	background-color: #333;
}

.post-share .fa-foursquare {
	background-color: #e00476;
}

.post-share .fa-instagram {
	background-color: #176e93;
}

/* Lateral Instagram */

.lateral-instagram-opned .lateral-instagram {
	visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition:-webkit-transform 0.5s;
    -o-transition:-webkit-transform 0.5s;
    transition: transform 0.5s;
}

.lateral-instagram {
 	position: fixed;
    top: 0;
    z-index: 1;
    visibility: hidden;
    width: 300px;
    height: 100%;
    overflow-y: visible;
    -webkit-transition: all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition: all 0.5s;
}

.lateral-instagram-opned #page {
	-ms-transform: translate3d(300px, 0, 0)!important;
	-webkit-transform: translate3d(300px, 0, 0)!important;
    transform: translate3d(300px, 0, 0)!important;
}

.lateral-instagram:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.lateral-instagram-opned .lateral-instagram:after {
    width: 0;
    height: 0;
    opacity: 0;
    -moz-transition:opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -o-transition:opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.lateral-instagram-opned #page:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.lateral-instagram .instagram-title {
	text-align: center;
	padding: 15px;
}

.admin-bar .lateral-instagram .instagram-title {
	padding-top: 47px;
}

.instagram-image {
	position: relative;
}

.instagram-image > a {
	display: block;
}

.instagram-image > a:before {
	top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    border: 1px solid #DEDEDE;
    display: block;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition:all 0.25s ease;
    -o-transition:all 0.25s ease;
    transition: all 0.25s ease;
}

.lateral-instagram .instagram-image > a:before {
	top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}


.lateral-instagram .instagram-image > a:hover:before {
    background-color: rgba(0,0,0,0.3);
}

.insta-imgTitle {
	background-color: rgba(255,255,255,0.9);
	border: 10px double rgba(255,255,255,0.4);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px;
    width: 80%;
    text-align: center;

}


/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.header-style-1 .header-brand,
.header-style-2 .header-brand,
.header-style-3 .header-brand,
.header-style-4 .header-brand {
	max-width: 33.33333%;
}

.header-style-3 .header-brand,
.header-style-4 .header-brand {
	float: right;
}

.header-style-3 .header-ads,
.header-style-4 .header-ads {
	float: left;
}

.header-style-5 .header-brand,
.header-style-6 .header-brand {
	float: none;
}

.header-style-5 .site-branding,
.header-style-6 .site-branding {
	text-align: center;
}

/* header style Commun */
.left_menu .menu-custom {
	text-align: left;
}
.centred_menu .menu-custom {
	text-align: center;
}

.left_menu .menu-custom .insta-icon {
	left: inherit;
    right: 55px;
}


.posts-navigation .nav-next {
	float: left;
}
.posts-navigation .nav-previous{
	float: right;
}

.posts-navigation .nav-next a:before,
.posts-navigation .nav-next-gray:before,
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-previous-gray:after {
	font-family: fontAwesome;
	display: inline-block;
}

.posts-navigation .nav-next a:before,
.posts-navigation .nav-next-gray:before {
	content: "\f177" ;
	padding-right: 5px;
}

.posts-navigation .nav-previous a:after,
.posts-navigation .nav-previous-gray:after {
	content: "\f178" ;
	display: inline-block;
	padding-left: 5px;
}
