/*
Theme Name: theme
Author: Best4u Group
Author URI: https://www.best4u.nl/
Description: This theme is made by Best4u Group for theme website
*/
/*--------------------------------------------------------------
Google fonts code
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
6.0 Alignments
7.0 Clearings
8.0 Widgets
9.0 Media
10.0 My Styles
11.0 Changes

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

textarea {
  overflow: auto;
  font: inherit;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.clearfix {
  *zoom: 1;
}

::-webkit-input-placeholder {
  color: #404040;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #404040;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
}

:-ms-input-placeholder {
  color: #404040;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p {
  padding-bottom: 1rem;
  padding-bottom: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

li {
  list-style-position: inside;
}

body,
button,
input,
select,
textarea {
  color: black;
  font-family: Open Sans;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*: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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

body {
  font-family: Open Sans;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 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. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
a {
  color: black;
}
a:hover, a:active {
  outline: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.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, .clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
9.0 Content
--------------------------------------------------------------*/
#mainContainer {
  height: auto !important;
  min-height: 100%;
  position: relative;
}

.td {
  display: table-cell;
}

.table {
  display: table;
}

.white {
  color: #fff;
}
.white a {
  color: #fff;
}

.img {
  overflow: hidden;
  display: block;
}
.img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.0 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%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.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;
}

/*--------------------------------------------------------------
10.0 My Styles
--------------------------------------------------------------*/
/********************GRID***************************/
.wr {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px;
}
.wr:after {
  content: " ";
  display: block;
  clear: both;
}

@font-face {
  font-family: Myriad;
  src: url("fonts/MyriadPro-Regular.otf") format("opentype");
}
.uppercase {
  text-transform: uppercase;
}

/*****************BUTTONS*********************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

.clr {
  clear: both;
}

#page {
  min-width: 20rem;
}

/*****************HEADER*********************************/
#masthead {
  position: relative;
  border-bottom: solid 1px #c3c3c3;
}

.site-branding {
  display: block;
  line-height: 3rem;
  padding-top: 4.25rem;
  padding-bottom: 1.1875rem;
}
.site-branding .site-title {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "Playfair Display";
  text-align: center;
}
.site-branding .site-title .reverse {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}

.site-title.complex {
  font-size: 2.5rem;
}

.complex-menu li {
  float: left;
  list-style: none;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-right: 50px;
}
.complex-menu li:last-child {
  margin-right: 0;
}
.complex-menu li:hover {
  opacity: 0.5;
}

.top-menu {
  display: block;
  height: 3.8rem;
  padding-top: 1.3125rem;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
}
.top-menu .menu-item-128::before {
  background: transparent url("img/mail.png") repeat scroll 0 0;
  content: "";
  float: left;
  margin-top: 0.375rem;
  height: 0.8125rem;
  width: 1rem;
  margin-right: 0.625rem;
}
.top-menu .menu-top-menu-container {
  float: left;
}
.top-menu .social-links {
  float: right;
  margin-top: 0;
  font-family: "Open Sans";
  font-size: 0.75rem;
}
.top-menu .social-links a {
  color: #000;
}

.site-branding.complex {
  padding-top: 5.5rem;
  padding-bottom: 2.125rem;
}

#google_translate_element {
  top: 5.875rem;
}

.translate {
  position: absolute;
  font-size: 1em;
  top: 4.375rem;
  right: 0;
  font-family: "Playfair Display";
}
.translate span {
  clear: right;
}
.translate img {
  display: block;
  margin: 9px auto 0;
}
.translate:hover {
  opacity: 0.5;
}

.goog-te-gadget-simple {
  border-width: 0 !important;
}

#google_translate_element {
  position: absolute;
  right: 0;
}
#google_translate_element .goog-te-gadget-icon {
  display: none;
}
#google_translate_element .goog-te-menu-value {
  background: url("img/arrow-down.png");
  margin-left: 0;
  margin-right: 0;
  font-family: "Playfair Display";
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 100;
}
#google_translate_element .goog-te-menu-value > * {
  display: none;
}
#google_translate_element .goog-te-menu-value:first-child:after {
  content: "translate";
  display: block;
  background: transparent url("img/arrow-down.png") no-repeat scroll center 1.75rem;
  height: 2.5rem;
}
#google_translate_element .goog-te-menu-value:first-child:hover {
  opacity: 0.5;
}

.social-links {
  text-align: center;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-top: 0.8125rem;
}
.social-links a {
  color: #9e9e9e;
  letter-spacing: 3px;
}
.social-links a:after {
  content: " / ";
}
.social-links a:hover {
  opacity: 0.5;
}

.social-links a:last-child:after {
  content: "";
}

.mobile-button {
  display: none;
}

/*****************CONTENT*********************************/
body {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
body:after {
  content: " ";
  display: block;
  clear: both;
}

#primary {
  width: auto;
}

#secondary {
  width: 23.07692%;
  float: left;
  margin-left: 2.5641%;
  float: right;
}
#secondary aside {
  padding-top: 60px;
  position: relative;
}
#secondary .widget-title {
  font-family: "Oswald";
  font-size: 20px;
  padding-left: 3rem;
  margin-bottom: 1.125rem;
}
#secondary .widget-title:before {
  background: transparent url("img/cuier.png") no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  left: 0.25rem;
  opacity: 0.35;
  position: absolute;
  width: 29px;
}

.main-post {
  border-bottom: solid 1px #c3c3c3;
  float: left;
  padding-bottom: 4.8125rem;
}

.last-post {
  float: left;
  max-width: 45.625rem;
}
.last-post .post-image {
  width: 45.625rem;
  height: 26.25rem;
  overflow: hidden;
}

.mini-sidebar {
  width: 31.62393%;
  float: right;
  margin-left: 2.5641%;
  position: relative;
  top: 9.375rem;
}

.post-social-media {
  display: block;
  width: auto;
  height: 1.625rem;
  margin-top: 0.75rem;
}
.post-social-media span {
  width: 1.625rem;
  height: 1.625rem;
  float: left;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin-right: 0.8125rem;
}
.post-social-media span:hover {
  background-color: #838383 !important;
  -webkit-filter: none;
  filter: none;
  border-radius: 0.1875rem;
}
.post-social-media .facebook span {
  background: url("img/icons/social-media.png") no-repeat scroll 0 0;
}
.post-social-media .google-plus span {
  background: url("img/icons/social-media.png") no-repeat scroll -1.5625rem 0;
}
.post-social-media .instagram span {
  background: url("img/icons/social-media.png") no-repeat scroll -3.1875rem 0;
}
.post-social-media .pinterest span {
  background: url("img/icons/social-media.png") no-repeat scroll -4.875rem 0;
}
.post-social-media .twitter span {
  background: url("img/icons/social-media.png") no-repeat scroll -6.5rem 0;
}
.post-social-media .youtube span {
  background: url("img/icons/social-media.png") no-repeat scroll -8.125rem 0;
}

.post-info {
  height: 9.375rem;
  text-align: center;
  padding-top: 3.625rem;
}
.post-info h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Oswald";
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-weight: 100;
}
.post-info h2:hover {
  opacity: 0.5;
}
.post-info span {
  font-family: "Playfair Display";
  font-size: 0.9375rem;
  font-style: italic;
}

.main-menu a {
  width: 100%;
  display: block;
  border: solid 1px #ececec;
  border-bottom: 0;
  text-align: center;
  font-family: "Open Sans";
  font-size: 0.875rem;
  line-height: 4.5625rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.main-menu a:hover {
  opacity: 0.5;
}
.main-menu a:last-child {
  border-bottom: 1px solid #ececec;
}
.main-menu .icon-mail {
  background: url("img/mail.png");
  width: 1rem;
  height: 0.8125rem;
  display: inline-block;
  margin-right: 0.75rem;
  position: relative;
  top: 2px;
}

.lookbook {
  text-align: center;
  background: #000000;
  padding: 2.0625rem 3.75rem 1.5rem;
  position: relative;
  top: 2.3125rem;
}
.lookbook span {
  display: block;
}
.lookbook .lookbook-title {
  font-size: 2.5rem;
  font-family: "Oswald";
  color: white;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.lookbook .lookbook-title:after {
  content: url("img/arrow-right-white.png");
  position: relative;
  left: 0.875rem;
  bottom: 0.8125rem;
}
.lookbook .lookbook-title:hover {
  opacity: 0.5;
}
.lookbook .lookbook-text {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 100;
  font-size: 0.9375rem;
  margin-top: 0.9375rem;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  background: none;
  font-family: "Oswald";
  text-transform: uppercase;
  color: #000000;
  font-size: 1.25rem;
  margin-top: 2.375rem;
  margin-bottom: 2.6875rem;
}
#sb_instagram #sbi_load .sbi_load_btn:after, #sb_instagram .sbi_follow_btn a:after {
  content: url("img/arrow-down-big.png");
  margin-left: 0.9375rem;
}
#sb_instagram #sbi_load .sbi_load_btn:before, #sb_instagram .sbi_follow_btn a:before {
  content: url("img/arrow-down-big.png");
  margin-right: 0.9375rem;
}
#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram .sbi_follow_btn a:hover {
  opacity: 0.5;
}

.main-instagram {
  text-align: center;
  float: left;
  border-bottom: solid 1px #c3c3c3;
}
.main-instagram h2 {
  font-family: "Oswald";
  font-size: 2.3125rem;
  line-height: 2.3125rem;
  text-transform: uppercase;
  font-weight: 100;
  padding: 2.8125rem 0 2.5625rem;
}
.main-instagram > p {
  display: none;
}

.site-main.single {
  width: 65.81197%;
  float: left;
  margin-left: 0;
  padding-top: 3.75rem;
}

.entry-header {
  text-align: center;
}
.entry-header h1 {
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 2rem;
}
.entry-header .entry-meta {
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 0.9375rem;
  font-weight: 100;
}

.entry-content {
  margin-top: 2.0625rem;
  text-align: left;
}

#crestashareiconincontent {
  margin: 20px auto !important;
  border: solid 1px #ccc;
  position: relative;
  width: 100%;
  text-align: center;
  height: 4.8125rem;
  padding-top: 1.4375rem;
}
#crestashareiconincontent .sbutton {
  display: inline-block;
  float: none;
  margin: 0 4.0625rem 0 0;
}
#crestashareiconincontent .sbutton:nth-last-child(2) {
  margin: 0;
}
#crestashareiconincontent .sbutton .c-icon-cresta-facebook {
  background: url("img/icons/social-media.png") no-repeat scroll 0 0;
}
#crestashareiconincontent .sbutton .c-icon-cresta-twitter {
  background: url("img/icons/social-media.png") no-repeat scroll -6.5rem 0;
}
#crestashareiconincontent .sbutton .c-icon-cresta-gplus {
  background: url("img/icons/social-media.png") no-repeat scroll -1.5625rem 0;
}
#crestashareiconincontent .sbutton .c-icon-cresta-pinterest {
  background: url("img/icons/social-media.png") no-repeat scroll -4.875rem 0;
}
#crestashareiconincontent .sbutton i {
  width: 1.625rem !important;
  height: 1.625rem !important;
  border: none !important;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  opacity: 0.3;
}
#crestashareiconincontent .sbutton i:hover {
  opacity: 1;
}
#crestashareiconincontent .sbutton i::before {
  content: none !important;
}
#crestashareiconincontent #share_text {
  position: absolute;
  text-transform: uppercase;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 100;
  font-size: 1.5625rem;
  left: 2.1875rem;
}

#comments .comments-title, #comments #reply-title {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1.4375rem;
  font-weight: 100;
  padding: 1.625rem 0;
  border-bottom: solid 1px #cccccc;
}
#comments #reply-title {
  border-bottom: none;
  padding: 0;
  margin-top: 1.25rem;
}
#comments .depth-2 .comment-info, #comments .depth-2 footer {
  padding-left: 3rem;
}
#comments .depth-2 > article .comment-body::before {
  background: transparent url("img/comment-arrow.png") no-repeat scroll 0 1.25rem;
  content: "";
  display: inline-block;
  height: 49px;
  opacity: 0.2;
  position: absolute;
  width: 100px;
}
#comments .depth-3 .comment-info, #comments .depth-3 footer {
  padding-left: 6rem;
}
#comments .depth-3 > article .comment-body::before {
  background: transparent url("img/comment-arrow.png") no-repeat scroll 3rem 1.25rem;
  content: "";
  display: inline-block;
  height: 49px;
  opacity: 0.2;
  position: absolute;
  width: 100px;
}
#comments .author-name, #comments .comment-date, #comments .comment-reply {
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 100;
}
#comments .comment-info {
  padding-top: 2rem;
}
#comments .comment-date {
  color: #9e9e9e;
}
#comments .comment-reply {
  font-size: 0.8125rem;
  padding-bottom: 1.875rem;
}
#comments .comment-footer {
  border-bottom: solid 1px #ccc;
}
#comments p {
  color: #323232;
  font-size: 0.8125rem;
  padding-top: 1em;
}
#comments .comment-respond {
  display: none;
}

#writeaComment {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-family: "Oswald";
  font-size: 1.0625rem;
  font-weight: 100;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.1875rem;
}
#writeaComment:hover {
  opacity: 0.5;
}

#loadMore {
  float: right;
  font-family: "Oswald";
  font-size: 1rem;
  margin-top: 34px;
  text-transform: uppercase;
}
#loadMore a {
  color: #9e9e9e;
}
#loadMore a:hover {
  opacity: 0.5;
}
#loadMore::after {
  background: transparent url("img/arrow-down.png") no-repeat scroll 0.25rem 0.3125rem;
  content: "";
  display: inline-block;
  height: 1rem;
  opacity: 0.4;
  width: 1rem;
}

.lookbook-posts {
  width: 31.62393%;
  float: left;
  margin-right: 2.5641%;
  height: 19.5625rem;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #ebeaeb;
  margin-bottom: 2.8125rem;
}
.lookbook-posts:hover .lookbook-social {
  visibility: visible;
  text-align: center;
}
.lookbook-posts:hover {
  border-bottom: solid 2px #373536;
}
.lookbook-posts:nth-child(3n) {
  width: 31.62393%;
  float: right;
  margin-right: 0;
}
.lookbook-posts .lookbook-image {
  width: 100%;
  height: 16rem;
}
.lookbook-posts .lookbook-name {
  font-family: "Oswald";
  font-size: 1.25rem;
  text-transform: uppercase;
}
.lookbook-posts .lookbook-name:hover {
  opacity: 0.5;
}
.lookbook-posts .lookbook-date {
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 0.9375rem;
  float: right;
  opacity: 0.6;
}
.lookbook-posts .lookbook-info {
  margin-top: 0.75rem;
}
.lookbook-posts .lookbook-info .lname {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-calc(100% - 142px);
  width: calc(100% - 142px);
  text-align: left;
}
.lookbook-posts .lookbook-info .ldate {
  float: right;
  width: 8.75rem;
}
.lookbook-posts .lookbook-social {
  visibility: hidden;
  position: relative;
  bottom: 5.875rem;
}
.lookbook-posts .lookbook-social .post-social-media {
  text-align: center;
  display: inline-block;
}
.lookbook-posts .lookbook-social .post-social-media a {
  display: inline-block;
}

#loading {
  text-align: center;
  display: none;
}

.content-area.lookbook-page {
  border-bottom: 1px solid #c3c3c3;
  float: left;
  padding-bottom: 28px;
}

.page-title {
  font-family: "Oswald";
  font-size: 1.125rem;
  margin: 3.125rem auto;
  text-align: center;
}

.wpcf7-form p {
  font-family: "Oswald";
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
  border-radius: 0;
}

.wpcf7-form-control.wpcf7-submit {
  background: #000;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-family: "Oswald";
  height: 2.1875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.post-social-media a span {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

#site-navigation {
  position: fixed;
  background: #fff;
  max-width: 73.125rem;
  width: 100%;
}

/*****************FOOTER*********************************/
#colophon {
  height: 5rem;
  font-family: Open Sans;
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
#colophon a:hover {
  text-decoration: underline;
}

.site-branding.complex .social-links {
  display: none;
}

/********************RESPONSIVE***********************************/
@media screen and (max-width: 73.125rem) {
  #google_translate_element {
    text-align: center;
    position: relative;
    top: -2.125rem;
  }

  .site-branding {
    padding-top: 1.8125rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

  #masthead {
    height: 200px;
  }

  h1 a {
    font-size: 2.5rem;
  }

  .social-links {
    margin-top: 0;
  }

  .mini-sidebar {
    margin-left: 0;
    width: 100%;
    position: inherit;
    top: auto;
    padding-top: 40px;
  }
  .mini-sidebar .main-menu {
    width: 47.36842%;
    float: left;
    margin-left: 5.26316%;
    float: left;
    margin-left: 0;
  }
  .mini-sidebar .lookbook {
    width: 47.36842%;
    float: left;
    margin-left: 5.26316%;
    float: right;
    top: 0;
    height: 223px;
    padding-top: 4rem;
  }

  .main-post {
    border-bottom: none;
  }

  .last-post {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
    max-width: 100%;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 2.625rem;
  }
  .last-post .post-image {
    margin: 0 auto;
  }

  .post-social-media {
    text-align: center;
    margin-top: 1.5rem;
  }
  .post-social-media a {
    display: inline-block;
  }
  .post-social-media span {
    -webkit-filter: invert(0%);
    filter: invert(0%);
  }

  .main-instagram {
    padding: 0 30px;
    border-bottom: none;
  }

  #sb_instagram {
    border-bottom: 1px solid #c3c3c3;
  }

  #masthead {
    margin: 0 1.875rem;
  }

  #primary {
    padding: 0 1.875rem;
    width: 100%;
  }

  #secondary {
    width: 100%;
    padding: 0 1.875rem;
    text-align: center;
  }
  #secondary aside {
    display: inline-block;
    float: none;
  }

  .site-main.single {
    width: 100%;
  }

  .widget.widget_text {
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 300px;
  }

  .translate {
    position: static;
    text-align: center;
  }

  footer {
    padding: 0 1.875rem;
  }

  .lookbook-posts {
    height: auto;
  }
  .lookbook-posts .lookbook-image {
    height: auto;
  }
  .lookbook-posts .lookbook-social {
    bottom: 6.75rem;
  }

  #site-navigation {
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 790px) {
  .last-post .post-image {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .last-post .post-image img {
    width: 100%;
  }
}
@media all and (max-width: 61.1875rem) {
  .complex-menu {
    position: relative;
    text-align: center;
  }
  .complex-menu .menu-item {
    float: none;
    display: inline-block;
  }

  .top-menu {
    height: 5.5rem;
    border-bottom: none;
  }
  .top-menu .menu-top-menu-container {
    float: none;
  }
  .top-menu .social-links {
    width: 100%;
    padding-top: 0.75rem;
  }

  #google_translate_element {
    position: relative;
    top: -2.125rem;
  }

  .lookbook-posts {
    max-width: 23.125rem;
    float: right !important;
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    margin-right: 0;
  }
  .lookbook-posts:nth-child(3n) {
    width: 48.71795%;
    float: left;
    margin-left: 2.5641%;
    margin-left: 0;
  }
  .lookbook-posts:nth-child(2n) {
    margin-right: 5px !important;
    float: left !important;
  }

  #share_text {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .site-branding .site-title a {
    font-size: 1.375rem;
  }
  .site-branding.complex {
    padding-top: 0;
  }

  .complex-menu .menu-item {
    border: 1px solid #c3c3c3;
    border-bottom: 0;
    clear: both;
    display: block;
    float: left;
    width: 100%;
  }
  .complex-menu .menu-item:last-child {
    border-bottom: 1px solid #c3c3c3;
  }
  .complex-menu .menu-item a {
    line-height: 3.3125rem;
    margin-left: 20px;
  }

  .top-menu {
    display: none;
    height: auto;
    margin-top: 0;
  }
  .top-menu .menu-top-menu-container {
    float: left;
    width: 100%;
  }
  .top-menu .menu-item-128::before {
    float: none;
  }
  .top-menu .social-links {
    display: none;
  }

  #masthead {
    border-bottom: 0;
    height: auto;
  }

  #google_translate_element {
    position: static;
    float: left;
    width: 100%;
  }

  .mobile-button {
    position: absolute;
    display: block;
  }

  .mini-sidebar {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: solid 1px #ccc;
  }
  .mini-sidebar .lookbook {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 0.9375rem;
    padding: 1.5rem 0.625rem;
    height: auto;
  }
  .mini-sidebar .lookbook .lookbook-title {
    font-size: 1.875rem;
  }
  .mini-sidebar .lookbook .lookbook-title::after {
    bottom: 0.5rem;
  }
  .mini-sidebar .lookbook .lookbook-text {
    margin-top: 0.25rem;
    line-height: 1.125rem;
  }
  .mini-sidebar .main-menu {
    width: 100%;
  }

  .main-instagram {
    padding: 0;
    float: none;
  }

  .main-post {
    float: none;
  }

  #site-navigation > ul:not(.mm-panel) {
    display: block;
  }

  .site-branding.complex {
    padding-bottom: 0;
  }
  .site-branding.complex .social-links {
    display: block;
  }

  #my-mobile-menu {
    background: #333;
  }

  .mm-listview > li {
    border: 0px !important;
  }

  .top-menu .menu-item-128::before {
    background: none;
    float: left;
  }

  .mm-title {
    font-family: "Oswald";
    color: #FFF;
    font-size: 1.5rem;
  }

  .mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    color: #FFF !important;
  }

  .mm-listview > li:not(.mm-divider)::after {
    border-bottom: solid 1px #ececec !important;
  }

  .mm-listview > li > a, .mm-listview > li > span {
    color: #fff !important;
  }

  .mm-panels {
    border-right: solid 1px;
  }

  .mm-navbar {
    border-bottom: solid 2px #fff !important;
  }
}
@media all and (max-width: 47.9375rem) and (max-width: 480px) {
  .social-links a {
    font-size: 10px;
  }

  .lookbook-posts {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }
  .lookbook-posts:nth-child(3n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: none !important;
  }
  .lookbook-posts:nth-child(2n) {
    float: none !important;
  }

  .site-main {
    text-align: center;
  }

  #crestashareiconincontent .sbutton {
    margin: 5px;
  }
  #crestashareiconincontent .sbutton:nth-last-child(2) {
    margin: 5px;
  }

  .site-branding .site-title a {
    font-size: 1.3125rem;
  }

  .widget.widget_text {
    margin: 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------
11.0 Changes
--------------------------------------------------------------*/
