/*
Theme Name: lookfashion
Theme URI: http://www.wmdemos.com/lookfashion
Description: A WordPress Theme for Fashion Bloggers
Author: WM_Team
Author URI: http://www.wmdemos.com/
Version: 1.0
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: lookfashion
Domain Path: /lang
Tags: two-columns, left-sidebar, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/**
 * Table of Contents:
 *
 * 1.0 - Global reset
 * 2.0 - General
 * 3.0 - Header
 * 4.0 - Navbar
 * 5.0 - Featured Posts
 * 6.0 - Posts
 * 7.0 - Pagination
 * 8.0 - Single Post
 * 9.0 - Related post
 * 10.0 - Comments
 * 11.0 - Shop the post
 * 12.0 - Archive page
 * 13.0 - Pages
 * 14.0 - Widgets
 * 15.0 - Footer instagram
 * 16.0 - Back top top
 * 17.0 - Misc
 * 18.0 - Wordpress core
 *
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 - Global reset
 * ----------------------------------------------------------------------------
 */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul,
li {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
	font-family: "Montserrat", sans-serif;
}
q:before,
q:after {
    content: ''
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
a img {
    border: none
}
body {
    font-family: "Lora", sans-serif;
    font-size: 14px;
    color: #242424;
    background: #fff;
    line-height: 1.5;
}
p {
    line-height: 24px;
}
a {
    color: #f83131;
    text-decoration: none;
	transition: .25s;
}
input:focus:not([type]),
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #f83131;
}
input,
select,
textarea {
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.2142em;
    padding: .67861429em 1em;
    font-size: 1em;
    background: #FFF;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent inset;
    width: 100%;
}
input,
textarea {
    font-family: "Lora", sans-serif;
}
iframe{
    border-width: 0px;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}
fieldset {
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

/**
 * 2.0 - General
 * ----------------------------------------------------------------------------
 */

.container {
    width: 1080px;
    margin: 0px auto;
}
#content {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
}
#main {
    width: 740px;
    float: left;
}
#main.fullwidth {
    width: 100%;
}
#sidebar {
    width: 300px;
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/** Buttons **/

button {
    border: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    outline: none;
}
.button ,
.submit,
.wpcf7 .wpcf7-submit,
input[type="submit"]{
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    height: 52px;
    letter-spacing: 0.2em;
    line-height: 11px;
    outline: none;
    padding: 20px 25px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    -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;
    width: auto;
    border-radius: 5px;
}
.button.dark,
.submit,
.wpcf7 .wpcf7-submit,
input[type="submit"] {
    background-color: #000000;
    color: #ffffff;
}
.button.dark:hover,
.submit:hover ,
.wpcf7 .wpcf7-submit:hover ,
input[type="submit"]:hover {
    opacity: .8;
}
input[type="submit"] {
	margin-top: 15px;
}

.post-header .post-cat {
	font-family:"Montserrat", sans-serif;
}
.comment-respond .form-submit input {
    width: auto;
}


/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
 
#page_effect {
	background-color: #eee;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8ZGVmcz4NCiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSI4LjA0MiUiIHkxPSIwJSIgeDI9IjY1LjY4MiUiIHkyPSIyMy44NjUlIiBpZD0iYSI+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCUiLz4NCiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMyMjIiIHN0b3Atb3BhY2l0eT0iLjYzMSIgb2Zmc2V0PSI2My4xNDYlIi8+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBvZmZzZXQ9IjEwMCUiLz4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+DQogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiIGlkPSJPdmFsLTIiIHN0cm9rZT0idXJsKCNhKSIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybQ0KICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iDQogICAgICAgICAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgICAgICAgICAgZnJvbT0iMCAxOCAxOCINCiAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCINCiAgICAgICAgICAgICAgICAgICAgZHVyPSIwLjlzIg0KICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgICAgIDwvcGF0aD4NCiAgICAgICAgICAgIDxjaXJjbGUgZmlsbD0iIzIyMiIgY3g9IjM2IiBjeT0iMTgiIHI9IjEiPg0KICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtDQogICAgICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIg0KICAgICAgICAgICAgICAgICAgICBmcm9tPSIwIDE4IDE4Ig0KICAgICAgICAgICAgICAgICAgICB0bz0iMzYwIDE4IDE4Ig0KICAgICAgICAgICAgICAgICAgICBkdXI9IjAuOXMiDQogICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgICAgICAgICAgPC9jaXJjbGU+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
    background-size: 40px 40px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999999;
	background-repeat: no-repeat;
	background-position:center;
}
#header {
    padding-top: 30px;
    padding-bottom: 0px;
}
#top-search {
	float: left;
	width: 50%;
}
#top-social {
    float: right;
	width: 50%;
	text-align: right;
}
#top-social a{
    color: #88848f;
    font-size: 14px;
    margin-right: 10px;
}
#top-social a:hover{
    color: #363539;
}
#logo {
    text-align: center;
	margin: 45px 0px;
}
#logo img {
    max-width: 100%;
    height: auto;
}
#top-search #searchform  input#s {
    background: none;
    border: none;
    width: 150px;
    padding: 0;
    font-style: italic;
    font-size: 14px;
}
#top-search #searchform  i {
    font-size: 12px;
    color: #88848f;
}
#top-search #searchform {
	margin: 0px;
}
.admin-bar #header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px;
  }
}

/**
 * 4.0 - Navbar
 * ----------------------------------------------------------------------------
 */
 
#navbar {
    border-bottom: 1px solid;
    border-color: #EAE8E0;
    background: #FFF;
    height: 60px;
    z-index: 9999;
    position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
}
#nav-wrapper .menu {
    text-align: center;
}
#nav-wrapper .menu  li {
    display: inline-block;
    margin: 0 24px;
    position: relative;
}
#nav-wrapper .menu li a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #88848f;
    line-height: 60px;
    display: block;
}
#nav-wrapper .menu li a:hover ,
#nav-wrapper .menu li.current-menu-parent > a ,
#nav-wrapper .menu li.current-menu-item > a  {
    color: #363539;
}
#nav-wrapper .menu li.current-menu-parent ul li.current-menu-item > a {
	color: #999;
}
#nav-wrapper .menu > li.menu-item-has-children > a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 9px;
    color: #999;
    font-size: 12px;
}

#nav-wrapper .menu > li  > .sub-menu::before {
    content: "";
    position: absolute;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
	top: -5px;
	left: 5px;
}
#nav-wrapper .menu .sub-menu, #nav-wrapper .menu .children {
    background-color: #161616;
    display: none;
    padding: 0;
    position: absolute;
    margin-top: 0;
    left: 0;
	text-align: left;
    z-index: 99999;
}
#nav-wrapper .menu  li.menu-item-has-children:hover  > .sub-menu{
	display:block;
}
#nav-wrapper ul.menu ul a, #nav-wrapper .menu ul ul a {
    color: #999;
    margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 8px 12px;
    min-width: 175px;
    line-height: 20px;
    transition: .25s;
    border-top: 1px solid;
    border-color: #333;
}
#nav-wrapper ul.menu ul li:first-child a, #nav-wrapper .menu ul ul li:first-child a {
	border-color: transparent;
}
#nav-wrapper ul.menu ul a:hover, #nav-wrapper .menu ul ul a:hover {
    color: #fff;
    background: #88848f;
}

#nav-wrapper ul.menu ul li, #nav-wrapper .menu ul ul li {
    padding: 0px;
    margin: 0px;
}
#nav-wrapper .menu .sub-menu ul, #nav-wrapper .menu .children ul {
    left: 100%;
    top: 0;
}
/** Menu Mobile **/

#slick-mobile-menu {
    width: 300px;
    margin: 0px auto;
	display:none;
}

.no-menu {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

/**
 * 5.0 - Featured Posts
 * ----------------------------------------------------------------------------
 */
 
#featured-posts {
	position: relative;
}
.featured-post {
	position: relative;
}

.featured-post img {
	max-width: 100%;
}
.featured-post-content {
	background:#fff;
	position: absolute;
	right:30px;
	left:30px;
	top:50%;
	margin-top: -45px;
	padding: 20px;
	text-align: center;
	min-height: 90px;
	opacity: 0;
	transition: .25s;
}
.slick-current .featured-post-content {
	opacity: 1;
}
.featured-post-content-cat  a {
	color: #f83131;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}
.featured-post-content-cat a:after {
	content: " - ";
}

.featured-post-content-cat a:last-child:after {
	content: "";
}
.featured-post-content h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}
.featured-post-content h3 a {
	color: #363539;
}
.featured-posts-nav {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	line-height: 50px;
	top: 50%;
	margin-top: -25px;
	color :#fff;
	font-size: 20px;
	z-index: 99;
	opacity: 0.8;
}
.featured-posts-nav:hover {
	background: #88848f;
}
.featured-posts-prev {
	left: 0px;
}

.featured-posts-next {
	right: 0px;
}

/**
 * 6.0 - Posts
 * ----------------------------------------------------------------------------
 */
 
.post-header,
.post-meta {
    margin-bottom: 10px;
}
.post-header .post-cat {
    font-weight: 400;
	font-size: 11px;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.post-header h2 {
    max-width: 100%;
}
.post-header h2 a, .post-header h1 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #363539;
    font-weight: 400;
    line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-img {
	position: relative;
	text-align: center;
}
.post-img img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.post-img .post-type {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    background: #f83131;
    color: #FFFFFF;
    top: 50%;
    margin-top: -17.5px;
    left: 50%;
    margin-left: -17.5px;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
}
.post-meta {
    color: #88848f;
}
.post-meta .post-date {
    font-style: italic;
    color: #88848f;
}
.post-meta .post-author {
    font-style: italic;
}
.list-post .post-header h2 a:hover,
.grid-post .post-header h2 a:hover,
.classic-post .post-header h2 a:hover {
    color: #333;
}

/** Post entry **/

.post-entry{margin-top: 25px;}
.post-entry img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.post-entry p,
.post-entry hr,
.post-comments .the-comments .content p,
.post-comments .the-comments .content hr {
    margin-bottom: 20px;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-comments .the-comments .content h1,
.post-comments .the-comments .content h2,
.post-comments .the-comments .content h3,
.post-comments .the-comments .content h4,
.post-comments .the-comments .content h5,
.post-comments .the-comments .content h6 {
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}
.post-entry h1,
.post-comments .the-comments .content h1 {
    font-size: 48px;
}
.post-entry h2,
.post-comments .the-comments .content h2 {
    font-size: 30px;
}
.post-entry h3,
.post-comments .the-comments .content h3 {
    font-size: 22px;
}
.post-entry h4,
.post-comments .the-comments .content h4 {
    font-size: 20px;
}
.post-entry h5,
.post-comments .the-comments .content h5 {
    font-size: 18px;
}
.post-entry h6,
.post-comments .the-comments .content h6 {
    font-size: 16px;
}
.post-entry hr,
.post-comments .the-comments .content hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}
.post-entry a:hover,
.post-comments .the-comments .content a:hover {
	text-decoration:underline;
}

.post-entry ol,
.post-entry ul,
.post-comments .the-comments .content ol,
.post-comments .the-comments .content ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

.post-entry li > ul,
.post-entry li > ol,
.post-comments .the-comments .content li > ul,
.post-comments .the-comments .content li > ol {
	margin: 0;
}

.post-entry ul li,
.post-comments .the-comments .content ul li {
	list-style:square;
}
.post-entry ol li,
.post-comments .the-comments .content ol li {
	list-style:decimal;
}

.post-entry pre,.post-comments .the-comments .content pre {
	overflow:auto;
}

.post-entry table,.post-comments .the-comments .content table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th, .post-comments .the-comments .content td, .post-comments .the-comments .content th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-entry th,.post-comments .the-comments .content th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover,.post-comments .the-comments .content tr:hover {
	background:#f9f9f9;
}

.list-post .post-entry {
	margin-top: 0px;
}
.grid-post .post-entry {
	margin-top: 18px;
}

.sticky.post .post-header { 
	border-left:2px solid #f83131; 
	padding-left:20px; 
}

/** List post type **/

.list-post {
    overflow: hidden;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.list-post .post-content {
    overflow: hidden;
}

.list-post .post-img {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}
.list-post .post-img img {
    max-width: 260px;
}

.list-post .post-header h2 a {
    font-size: 18px;
    color: #000000;
    line-height: 1.5em;
	letter-spacing: 1px;
}

/** Grid post type **/

.grid-post-container {
    list-style-type: none;
}
.grid-post-container > li {
    width: 355px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}
.grid-post-container li:nth-of-type(2n+2) {
    margin-right: 0;
}
.grid-post {
    margin-bottom: 45px;
}
.grid-post .post-header,
.grid-post .post-meta {
    text-align: center;
}
.grid-post .post-header h2 a {
    font-size: 18px;
    color: #000000;
    line-height: 1.4em;
}
.grid-post .post-img {
    margin-bottom: 16px;
}

/* fullwidth */
#main.fullwidth .grid-post-container > li {
	width:520px;
	margin-right:36px;
}
#main.fullwidth .grid-post-container li:nth-of-type(2n+2) {
	margin-right:0;
}

/** Classic Post **/

.classic-post {
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.classic-post .post-header {
	width: 80%;
}
.classic-post:last-child {
    border: 0px;
}
.classic-post .post-img{
	margin-top: 25px;
}
.classic-post .post-meta {
    float: left;
}
.post-share {
    float: right;
}
.post-share a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: relative;
    bottom: 2px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #FFFFFF;
}
.post-share a:hover {
    opacity: .8;
}
.share-fb {
    background: #3b5999;
}
.share-pinterest {
    background: #bd081c;
}
.share-twitter {
    background: #55acee;
}
.share-googlep {
    background: #dd4b39;
}
.the-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.the-audio iframe {
    height: 166px;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container:hover .gallery-button-next,
.swiper-container:hover .gallery-button-prev {
	display: block;
}
.gallery-button-next,
.gallery-button-prev {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    z-index: 10;
    cursor: pointer;
    color: #FFFFFF;
	background: rgba(0,0,0,0.7);
	border-radius: 44px;
    font-size: 20px;
	text-align: center;
	line-height: 34px;
	display: none;
}
.gallery-button-next {
    right: 10px;
}
.gallery-button-prev {
    left: 10px;
}
.swipper-gallery-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    color: #FFFFFF;
    font-style: italic;
    background: rgba(0, 0, 0, .6);
    line-height: 50px;
    padding-left: 10px;
}
.more-link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    white-space: nowrap;
    margin: 50px auto 0px auto;
    width: 200px;
}
.post-entry a.more-link:hover {
    text-decoration:none;
}

/**
 * 7.0 - Pagination
 * ----------------------------------------------------------------------------
 */

.pagination {
    overflow: hidden;
    margin-top: 50px;
}
.older-posts {
    float: right;
}
.newer-posts {
    float: left;
}
.older-posts,
.newer-posts {
    text-align: center;
    background: #efefef;
    color: #999;
}
.pagination a {
    color: #242424;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 13px;
    display: block;
}
.pagination a:hover {
    color: #999999;
}
/** Content none **/
.content-none .post-header {
	margin-bottom: 25px;
}
.content-none,
.error-page {
	text-align: center;
}
.content-none .post-entry,
.error-page .post-entry{
	margin-bottom: 45px;
}
.content-none .post-header {
	text-transform: uppercase;
}
.error-page h1 {
	font-size: 140px;
}

/**
 * 8.0 - Single Post
 * ----------------------------------------------------------------------------
 */
 
/** Blockquote **/

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 18px 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #888888;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -4px;
    top: -24px;
    color: #7a7a7a;
}
blockquote cite {
    color: #f83131;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {
    content: "\2014 \2009";
}
.post-entry blockquote p {
    margin-bottom: 0px;
}

/** tags **/

.tags {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 30px;
}
.tags a {
    background: #efefef;
    color: #7a7a7a;
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

/** Post author **/

.the-post-author {
    margin-top: 50px;
    padding-top: 60px;
    overflow: hidden;
    border-top: 1px solid #eee;
}
.the-author-img {
    float: left;
    margin-right: 30px;
}
.the-author-img img {
    border-radius: 50%;
}
.the-author-content {
    overflow: hidden;
}
.the-author-content h5 a {
    font-size: 15px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    display: block;
}
.the-author-content p {
    margin-bottom: 9px;
    color: #666;
}
.the-author-content .author-social {
    font-size: 14px;
    color: #bbb;
}
.round-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #b4b4b4;
    text-align: center;
    margin: 0px 2px 4px 0px;
}
.round-icon:hover {
    background: #f83131;
    border: 1px solid #f83131;
    color: #FFF;
}

/**
 * 9.0 - Related post
 * ----------------------------------------------------------------------------
 */

.related-posts {
    overflow: hidden;
    margin-top: 50px;
}
.box-title {
    text-align: center;
}
.box-title h4 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
    border-bottom: 2px solid #444;
    padding-bottom: 3px;
    display: inline-block;
}
.related-posts .related-item {
    float: left;
    width: 232px;
    margin-right: 22px;
}
.related-posts .related-item img {
    width: 100%;
	height: auto;
}
.related-posts .related-item h4 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.related-posts .related-item h4 a {
    font-size: 12px;
    color: #000000;
}
.related-posts .related-item h4 a:hover {
    color: #444444;
}
.related-posts ul li:last-child > .related-item {
    margin-right: 0;
}
#main.fullwidth .related-posts .related-item {
	width:340px;
	margin-right:30px;
}
#main.fullwidth .related-posts ul li:last-child > .related-item {
	margin-right:0;
}


/**
 * 10.0 - Comments
 * ----------------------------------------------------------------------------
 */

#main.fullwidth .ui.comments {max-width: 100%;}
.post-comments {
    margin-top: 50px;
}
.comments,
.ui.comments .children {
    margin-bottom: 40px;
}
.ui.comments .children {
	padding: 1em 0 0;
	margin-top: 3em;
	margin-left: 55px;
}
.ui.comments .comment{
	margin-top: 3em;
}
.ui.comments .comment .author {
    font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
}
.comment .text em {
    font-size: 13px;
    display: block;
    color: #e74c3c;
    letter-spacing: 1px;
}
.comment .admin-comment {
    color: #FFFFFF;
    background: #f83131;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 2px;
}
.ui.comments .comment .metadata > .admin-comment {
	display: none;
}
.ui.comments .comment.bypostauthor .metadata > .admin-comment {
	display: inline;
}
.ui.comments .comment .actions a.comment-reply-link {
	font-size: 10px;
	background-color: #aaa;
	color: #FFF;
	padding: 2px 5px 4px 5px;
	border-radius: 2px;
}
.comment-respond {
	margin-top: 50px;
}
.comment-respond h3 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
    border-bottom: 2px solid #444;
    padding-bottom: 3px;
    display: inline-block;
}
.comment-respond label {
    color: #888;
    width: 80px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
    font-style: italic;
}
.comment-respond input {
    width: 250px;
    margin-top: 50px;
}
.comment-respond textarea {
    padding: 14px;
    height: 130px;
    font-size: 13px;
    color: #777;
    line-height: 20px;
}
#comments_pagination {
	margin-top: 50px;
}
#cancel-comment-reply-link {
	color: #FFFFFF;
    background: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 2px;
	margin-left: 10px;
	display: inline-block;
	padding: 5px 10px;
}

/**
 * 11.0 - Shop the post
 * ----------------------------------------------------------------------------
 */
 
.shop-the-post,
.brands {
	border: 2px solid #efefef;
	padding: 20px;
	margin-bottom: 20px;
}
.shop-the-post-header,
.brands-header {
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.shop-the-post-title,
.brands-title {
	color: #88848f;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}
.shop-the-post-nav,
.brands-nav {
	float: right;
}
.shop-the-post-nav a,
.brands-nav a {
	padding: 8px 12px 8px 12px;
	border: 1px solid #efefef;
	color: #999;
}
.shop-the-post-nav a:hover,
.brands-nav a:hover {
	color: #f83131;
	text-decoration: none;
}
.shop-the-post-item,
.brands-item {
	text-align: center;
}
.shop-the-post-item > div,
.brands-item > div{
	margin: 5px;
}
.shop-the-post-item:first-child,
.brands-item:first-child {
	margin-left: 0px;
}
.shop-the-post-item-img,
.brands-img {
	margin-bottom: 15px;
}
.shop-the-post-item-img img,
.brands-img img {
	max-width: 100%;
	margin: 0px auto;
}
.brands-item .brands-img{
	padding: 10px;
	border: 1px solid #efefef;
}
.shop-the-post-item-informations {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
.shop-the-post-item-category a{
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 15px;
	color: #000;
	display: block;
}
.shop-the-post-item-title a{
	color: #999;
	padding-bottom: 5px;
	display: block;
}
.shop-the-post-item-price {
	color: #f83131;
	font-weight: 700;
}

/**
 * 12.0 - Archive page
 * ----------------------------------------------------------------------------
 */
 
.archive-title {
    margin-bottom: 60px;
	text-align: center;
}
.archive-title span {
    font-size: 17px;
    font-style: italic;
    color: #999;
    display: inline-block;
    margin-right: 4px;
}
.archive-title h1 {
    font-size: 16px;
    color: #161616;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline;
}

.archive-title-divider {
	width: 50px;
	height: 2px;
	background: #161616;
	margin: 15px auto;
}

/**
 * 13.0 - Pages
 * ----------------------------------------------------------------------------
 */
 
.is-page .post-header {
	width: 100%;
}
.is-page .post-header h2 {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
	letter-spacing: 3px;
}
.is-page .page-title-divider {
    width: 50px;
	height: 2px;
	background: #161616;
	margin: 15px auto;
}
.is-page .post-share {
    float: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 38px;
    overflow: hidden;
    padding: 25px 0px 25px 0px;
    text-align: center;
}
.is-page .post-share a {
    position: relative;
    bottom: 0px;
    margin-left: 15px;
}

/**
 * 14.0 - Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    margin-bottom: 35px;
	padding: 30px 15px;
	border: 1px solid #efefef;
}

.widget a{
    color: #242424;
}

.widget img {
    max-width: 100%;
    height: auto;
}
.widget-title {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background: #88848f;
    color: #FFF;
    padding: 13px 0;
    margin-bottom: 25px;
    font-weight: 700;
}

.widget ul.children {
	padding: 1em 0 0;
	margin-left: 30px;
}

/** About Widget **/

.about-widget {
    text-align: center;
}
.about-widget-image {
    margin-bottom: 14px;
}
.about-widget p {
    margin-bottom: 14px;
}

/** Recent posts Widget **/

.post-widget {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.post-widget:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.post-widget .post-widget-img {
    width: 200px;
    margin: 0px auto;
    margin-bottom: 14px;
}
.post-widget h4 {
    line-height: 1.4em;
    margin-bottom: 5px;
	letter-spacing: 2px;
}
.post-widget h4 a {
    color: #000000;
}
.post-widget h4 a:hover {
    color: #444444;
}
.post-widget .post-widget-date {
    font-style: italic;
    color: #999;
}

/* Widget categories & Archive **********/

.widget_categories ul , .widget_archive ul , .widget_meta ul , .widget_pages ul , .widget_recent_comments ul ,.widget_recent_entries ul ,.widget_nav_menu ul  {
	margin-left: 13px;
}

.widget_categories ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li,.widget_recent_entries ul li,.widget_nav_menu ul li {
	color:#999;
	list-style-type: square;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.widget_categories ul li:first-child, .widget_archive ul li:first-child , .widget_meta ul li:first-child,.widget_pages ul li:first-child,.widget_recent_comments ul li:first-child,.widget_recent_entries ul li:first-child,.widget_nav_menu ul li:first-child{
	padding-top: 0px;
}

.widget_categories ul li:last-child, .widget_archive ul li:last-child, .widget_meta ul li:last-child,.widget_pages ul li:last-child ,
.widget_recent_comments ul li:last-child,.widget_recent_entries ul li:last-child,.widget_nav_menu ul li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.widget_categories a:hover,
.widget_archive a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover,
.widget_nav_menu a:hover{
    color: #f83131;
}

.widget_archive label,.widget_categories label {display:none;}

/* WordPress recent post widget **********/

.widget_recent_entries .post-date {
	color:#999;
	font-style:italic;
	display:block;
	font-size:12px;
	margin-top:5px;
}

/** WordPress recent comments **/

.widget_recent_comments .comment-author-link, .widget_recent_comments .comment-author-link a {
	color:#999;
	font-style:italic;
}

/** WordPress Calendar **/

#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #e5e5e5; padding-bottom:8px; }
#wp-calendar thead { font-size: 12px;  }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #fff; }
#wp-calendar tbody td { background: #242424; border: 1px solid #fff; text-align: center; padding:8px; font-size:12px; }
#wp-calendar tbody td a { font-weight:700; color:#FFFFFF; }
#wp-calendar tbody td:hover { background: #f83131;cursor:pointer; }
#wp-calendar tbody td#today { background: #f83131;cursor:pointer; }
#wp-calendar tbody .pad,#wp-calendar tbody .pad:hover { background: none;cursor:auto; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }

/** WordPress custom menu widget **/

.widget ul.menu li ul {
	padding-left:15px;
	margin-top:24px;
}

/** Tagcloud Widget **/

.widget .tagcloud a {
	background: #efefef;
    color: #7a7a7a;
    padding: 5px 10px 5px 10px;
    font-weight: 700;
    display: inline-block;
	font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 9px!important;
}

/** Widget RSS */

.widget.widget_rss ul li {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #d5d5d5;
}

/** Widget Nav Menu **/

.widget.widget_nav_menu ul li ul {
	margin-left: 2px;
}

/** Search Widget **/

#searchform {
	width:265px;
	position: relative;
	margin: 0px auto;
}
#searchform input#s {
	border-radius: 0px;
	width:100%;
}
.widget #searchform .searchformicon,
.error-page #searchform .searchformicon,
.content-none #searchform .searchformicon {
	padding: .67861429em 1em;
	color: #FFFFFF;
	background: #000000;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	line-height: 15px;
}
.widget #searchform #s:focus,.error-page #searchform #s:focus ,.content-none #searchform #s:focus { outline:none; }

.widget #searchform input#s,
.error-page #searchform input#s,
.content-none #searchform input#s { 
	width:100%;
	box-sizing:border-box;
}

/** Instagram Widget **/

#sidebar .instagram-pics {
	margin-left:-10px;
	overflow:hidden;
}
#sidebar .instagram-pics li {
	width: 29.5%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 10px;
	float:left;
}
#sidebar .instagram-pics li img {
	max-width:100%;
	vertical-align:middle;
}
#sidebar .instagram-pics li img:hover {
	opacity:.87;
}

/**
 * 15.0 - Footer instagram
 * ----------------------------------------------------------------------------
 */

/* Instagram footer area **********/
#instagram-footer {
	text-align:center;
	overflow:hidden;
}
.instagram-title {
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
}
#instagram-footer .instagram-pics li {
	width:12.5%;
	display:inline;
	float:left;
}
#instagram-footer .instagram-pics li img {
	max-width:100%;
	vertical-align:middle;
}
#instagram-footer .instagram-pics li img:hover {
	opacity:.87;
}
#instagram-footer p.clear {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	display: inline-block;
	margin-top: 5px;
}

#footer {
    background: #161616;
}
#footer .container {
	margin: 0px auto;
}

#footer-social {
    text-align: center;
}
#footer-social a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 20px;
    font-size: 25px;
	padding: 28px 0px;
	display: inline-block;
}
#footer-social a:hover,
#footer-menu ul li a:hover,
#footer-menu ul li.active a,
#footer-menu ul li.current_page_item a{
    color: #f83131;
}
#footer-menu {
    border-bottom: 1px solid;
    border-color: #313131;
}
#footer-menu ul {
    width: 100%;
    text-align: center;
}
#footer-menu ul li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    padding: 28px 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
#footer-menu ul li a {
    color: #FFFFFF;
}
#footer-menu li:not(:last-child)::after {
    content: " | ";
    padding: 0px 15px;
}
#footer-copyright p,
.menu-copyright p {
    color: #888;
    font-size: 12px;
    text-align: center;
    padding: 28px 0;
}
.menu-copyright a {
	padding: 0px;
}
.menu-copyright {
	margin-top: 60px;
}

/**
 * 16.0 - Back top top
 * ----------------------------------------------------------------------------
 */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #88848f;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}

/**
 * 17.0 - Misc
 * ----------------------------------------------------------------------------
 */

/* Custom WordPress gallery style **********/
.gallery {
	margin-bottom:20px !important;
}
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	margin-top:4px;
	font-style:italic;
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}

/**
 * 18.0 - Wordpress core
 * ----------------------------------------------------------------------------
 */
 
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 30px auto 30px auto;
}

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

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

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

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

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

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

.wp-caption {
    max-width: 100%;
    text-align: center;
	box-sizing:border-box;
}

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

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

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

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

.wp-caption p.wp-caption-text,
.wp-caption figcaption.wp-caption-text {
    font-size: 14px;
	font-style:italic;
	color:#888;
    line-height: 17px;
    margin: 8px 0 0;
}

.wpcf7 input {
	width:300px;
}
div.wpcf7 {
	overflow:hidden;
	margin-top:30px;
}
.wpcf7 input, .wpcf7 textarea {
	font-size:12px;
	margin-top:6px;
}
.wpcf7 p {
	color:#888;
	font-style:italic;
	margin-bottom:18px;
}
.wpcf7 .wpcf7-submit {
	width:auto;
	font-size:10px;
	margin-top:0;
}

