/* Generic styles /* {{{ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1;
	font-family: "Unna", "Times New Roman", Times, serif;
	background-color: white;
	overflow-y: scroll;
}
body {
	margin: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
.wrapper {
	width: 100%;
	max-width: 1002px;
	margin: auto;
}

h2 {
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: normal;
}

.ad-wrapper > div {
	margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}
/*}}}*/
/* -- Homepage section/*{{{*/
.section {
	border-top: 1px solid rgba(0, 0, 0, .15);
	padding-top: 24px;
	padding-bottom: 24px;
}
.section:last-child {
	padding-bottom: 0;
}
.section > .more-posts,
.section > .title {
	/* font-family: "Muli", Helvetica, Arial, sans-serif; */
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: .025em;
}
.section > .more-posts {
	margin: 25px auto;
	line-height: 1.3;
	cursor: pointer;
	padding: 10px 0;
}
.section > .more-posts:hover {
	background: #ededed;
}
.section > .more-posts.preloading:hover {
	background-color: transparent;
}
.section > .more-posts.preloading {
	background: url('../img/preloader.gif') 50% 50% no-repeat white;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}
.footer-ad {
	width: 728px;
	margin: 25px auto 25px;
}
.footer-mobile-ad {
	width: 320px;
	margin: 25px auto 25px;
	display: none;
}
.footer-mobile-ad > div {
	margin: auto;
}
/*}}}*/
/* -- Header {{{*/
.header-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
#header {
	padding: 20px 0;
	max-width: 1002px;
	margin: auto;
	position: relative;
}

#header .links-wrapper {
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-bottom: 5px;
	position: absolute;
	width: 100%;
}
#header .social li {
	float: left;
}
#header .social a {
	display: block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	color: black;
}
#header .social a:hover {
	opacity: 0.6;
}
#header .social .facebook {
	text-align: left;
	margin-right: 5px;
}

#header .logo-wrapper {
	width: 355px;
	margin: auto;
	text-align: center;
	background: white;
	position: relative;
}
#header .logo-wrapper img {
	width: 315px;
	height: 62px;
}

#header .logo {
	display: block;
}
#header .tagline {
	font-family: Bodoni, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	display: inline-block;
	padding: 9px 0 7px;
}

#header .secondary_nav {
	font-size: 0.7em;
	text-transform: uppercase;
}
#header .secondary_nav a {
	color: black;
	text-decoration: none;
}
#header .secondary_nav a:hover {
	text-decoration: underline;
}
#header .secondary_nav li {
	float: left;
	line-height: 23px;
	margin-left: 12px;
	letter-spacing: 0.1em;
}
#header .secondary_nav .rwr-icon {
	display: block;
	width: 23px;
	height: 23px;
	text-decoration: none;
	font-size: 1.8em;
}
#header .secondary_nav .rwr-icon:hover {
	text-decoration: none;
	opacity: 0.6;
}
#header .secondary_nav .rwr-icon.wishlist {
	width: auto;
}
#header .secondary_nav .rwr-icon.wishlist .icon,
#header .secondary_nav .rwr-icon.wishlist .products {
	display: inline-block;
	height: 23px;
}
#header .secondary_nav .rwr-icon.wishlist .products {
	font-size: 0.5em;
}

#search-field {
    display: none;
    opacity: 0;
    position: absolute;
    right: -250px;
    width: 250px;
    padding: 0 8px;
    border: 1px solid #dedede;
    top: -2px;
}

#search-field.visible {
    display: block;
    opacity: 1;
    right: 26px;
}

#search-field input {
    width: 100%;
    line-height: 23px;
    padding: 0;
    font-size: 1.2em;
    border: none;
    outline: none;
    background: white;
}
#search-button {
    border: none;
    padding: 0;
    background: transparent;
}
/*}}}*/
/* -- Mobile Navigation/*{{{*/
#mobile-nav-wrapper {
	display: none;
	position: absolute;
	top: 17px;
	left: 16px;
}
#mobile-nav-wrapper .menu-toggle {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.3em;
	background-color: white;
}
#mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 90%;
	height: 100%;
	background-color: white;
	box-shadow: 15px 0 25px rgba(0, 0, 0, 0.5);
}
#mobile-nav .primary_menu {
	border-top: 1px solid rgba(0, 0, 0, .15);
	padding: 10px 0;
	font-size: 1.3em;
	overflow-y: scroll;

	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	position: absolute;
}
#mobile-nav .close {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.2em;
	color: white;
	background-color: black;
}
#mobile-nav .search-form {
	margin-left: 40px;
}
#mobile-nav .menu li {
	text-transform: uppercase;
	margin: 0;
	list-style: none;
}
#mobile-nav .sub-menu {
	margin: 0;
	padding: 0;
}
#mobile-nav .sub-menu li {
	padding-left: 0;
	padding-right: 0;
}
#mobile-nav .menu a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 20px;
}
#mobile-nav .sub-menu li a {
	padding-left: 40px;
}
#mobile-nav .menu .current-menu-item > a,
#mobile-nav .menu a:active {
	background-color: black;
	color: white;
}

#mobile-nav .social {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.1em;
	border-top: 1px solid rgba(0, 0, 0, .15);
}
#mobile-nav .social li {
	float: none;
	display: inline-block;
}
#mobile-nav .social a {
	width: 40px;
	height: 40px;
	margin: 0;
	line-height: 40px;
	font-size: 1.3em;
}
#mobile-nav .social .facebook {
	text-align: center;
	margin: 0;
}
/*}}}*/
/* Mobile Wishlist link/*{{{*/
#header .mobile-wishlist {
	display: none;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: absolute;
	top: 27px;
	right: 14px;
	height: 40px;
	text-align: center;
}
#header .mobile-wishlist a {
	color: black;
	text-decoration: none;
}
/*}}}*/
/* Search form/*{{{*/
.search-form {
	position: relative;
	height: 40px;
}
.search-form .search-field {
	height: 20px;
	padding: 10px;
	margin-right: 40px;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
}
.search-form .search-submit {
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	padding: 0;
	font-size: 1.2em;
	background-color: white;
}
.search-form .search-submit:active,
.search-form .search-submit:focus,
.search-form .search-submit:hover {
	background-color: black;
	color: white;
}


/*}}}*/
/* -- Main Navigation {{{*/
#main-nav {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
#main-nav .menu {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1.2em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main-nav .menu > li {
	position: relative;
	white-space: nowrap;
	text-align: center;
}
#main-nav .menu a {
	display: inline-block;
	color: black;
	padding: 24px 30px 18px;
	text-decoration: none;
}
#main-nav .menu > li:first-child {
	margin-left: -30px;
}
#main-nav .menu > li:last-child {
	margin-right: -30px;
}
#main-nav .menu .current-menu-item > a,
#main-nav .menu li:hover > a,
#main-nav .menu a:hover {
	color: white;
	background: url('../img/brush-stroke.svg') 50% 13px no-repeat;
	background-size: 100% 70%;
}
#main-nav .menu li:hover .sub-menu {
	display: block;
}
#main-nav .menu .sub-menu {
	padding: 0;
	position: absolute;
	z-index: 1;
	list-style: none;
	background: white;
	margin-left: -25%;
	display: none;
}
#main-nav .menu .sub-menu li {
	padding: 0 20px;
	text-align: center;
}
/*}}}*/
/* Generic item with thumbnail /*{{{*/
.item {
	margin-bottom: 25px;
}
.item:last-child {
	margin-bottom: 0;
}
.item .thumbnail {
	height: 205px;
	background: #dedede;
	background-size: cover;
	position: relative;
}
/* used on mobile */
.item .thumbnail img {
	display: none;
	width: 100%;
}
.item.tall .thumbnail {
	height: 300px;
}
.item .thumbnail .sponsored {
	position: absolute;
	top: 10px;
	left: 10px;
	text-transform: uppercase;
	color: #666;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
	padding: 3px 6px;
	font: 0.8em/1 normal 'Playfair Display', "Times New Roman", Times, serif;
}
.item .title-wrapper {
	margin-top: -50px;
	padding-right: 20px;
	position: relative;
}
.item .title-wrapper.no-thumbnail {
	margin-top: 0;
}
.related .rp4wp-related-post-content,
.item .title {
	font-family: 'Playfair Display', "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 1.15em;
	line-height: 1.25em;
  letter-spacing: -.01em;
	text-transform: none;
	background: white;
	padding: 11px 11px 13px 0;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

#editorial .item .title {
	font-size: 2em;
}

.item .title a {
	color: black;
	text-decoration: none;
}

.item .title-wrapper.no-thumbnail {
	margin-top: 0;
}
.item .no-thumbnail .title {
	padding: 0 0 13px;
	float: none;
	border-top: none;
}

.section .excerpt  {
	display: none;
}

.item .excerpt {
	line-height: 1.4;
	margin-bottom: 0px;
}
.item .excerpt p {
	margin: 0;
	height: 2.8em;
	overflow: hidden;
}
.item .excerpt p.short {
	height: 1.4em;
}
.item .excerpt:last-child {
	margin-bottom: 0;
}
.item .button-wrapper {
	display: inline-block;
}
.item .button-wrapper:hover {
	background: url('../img/brush-stroke.svg') 50% 50% no-repeat;
	background-size: 100% 90%;
	margin-left: -10px;
	padding-left: 10px;
	padding-right:10px;
	margin-right:-10px;
}
.item .button {
	font-family: "Muli", "Times New Roman", Times, serif;
	padding: 7px;
	font-size: 0.6em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, .15);
	display: inline-block;
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.item .button-wrapper:hover .button {
	color: white;
}
/*}}}*/
/* -- Editorial {{{*/
#editorial {
	margin: 25px 0;
	position: relative;
}
.featured-slider {
	width: 648px;
	height: 600px;
	overflow: hidden;
	position: relative;

}
.featured-slider li {
	float: left;
}
.featured-slider .arrow {
	position: absolute;
	top: 0;
	width: 45px;
	height: 425px;
	font-size: 2em;
	line-height: 425px;
	color: #fff;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.2);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.featured-slider .arrowleft {
	left: 0;
}
.featured-slider .arrowright {
	right: 0;
}
.featured-slider .arrow:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.featured-item {
	width: 648px;
	margin-bottom: 0;
}
.featured-item .thumbnail {
	height: 425px;
}
.featured-item .title-wrapper {
	margin-top: -40px;
}
.featured-item .title {
	font-size: 1.9em;
	padding: 9px 20px 13px 0;
}
.featured-item .excerpt p {
	height: 4.2em;
}

.featured-item .button-wrapper {
	margin-top: 10px;
	margin-left: 10px;
}
.featured-item .button-wrapper:hover {
	margin-left: 0;
}

.featured-item .button {
	padding: 12px 22px;
	font-size: 0.9em;
	border: 2px solid rgba(0, 0, 0, .15);
}
.featured-item .button-wrapper:hover .button,
.featured-item .button:hover {
	border: 2px solid black;
}
#editorial .sidebar {
	width: 300px;
	overflow: hidden;
	padding-left: 27px;
	border-left: 1px solid rgba(0, 0, 0, .15);
	margin-left: 26px;
}
/*}}}*/
/* Item lists /*{{{*/
.item-list {
	position: relative;
}
.item-list .thumbnail {
	width: 130px;
	height: 145px;
}
.item-list a {
	display: block;
	text-decoration: none;
	color: black;
}
.item-list a:hover {
	color: #959595;
}
.item-list .item-list-wrapper {
	overflow: hidden;
	margin: auto;
}
.item-list li {
	float: left;
	margin: 0 18px 0 19px;
	text-align: center;
	width: 130px;
}
.item-list li .brand,
.item-list li .title {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.06em;
}
.item-list li .brand {
	margin-top: 10px;
	font-size: 0.8em;
}
.item-list li .title {
	margin: 5px 0;
}
.item-list li .price {
	color: #999;
}
.item-list .arrow {
	position: absolute;
	top: 50px;
	width: 25px;
	height: 45px;
	opacity: 0.25;
	font-size: 2em;
	line-height: 45px;
}
.item-list .arrowleft {
	left: -10px;
	text-align: left;
}
.item-list .arrowright {
	right: -10px;
	text-align: right;
}
.item-list .arrow:hover,
.item-list .arrow:active {
	opacity: 1;
	cursor: pointer;
}

/*
.item-list.iskra {
	background: url('../img/iskras-closet-v2.jpg') left bottom no-repeat;
	padding-left: 282px;
}
.item-list.iskra .arrowleft {
	left: 272px;
}
*/
/*}}}*/
/* Homepage post colunmns /*{{{*/
.three-columns {
	margin-bottom: 25px;
}
.three-columns .column {
	width: 300px;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid rgba(0, 0, 0, .15);
	float: left;
}
.three-columns .column:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.three-columns .ad-wrapper {
	width: 300px;
	overflow: hidden;
	height: 250px;
	background: #959595;
	margin-bottom: 25px;
}
/*}}}*/
/* Pagination /*{{{*/
.pagination {
	text-align: center;
	font-size: 1.2em;
}
.pagination .page-numbers {
	display: inline-block;
	padding: 5px;
	color: black;
	text-decoration: none;
	min-width: 29px;
}
.pagination a:hover,
.pagination .current {
	background: #ccc;
}
/*}}}*/
/* Instagram feed /*{{{*/
.instagram-feed .title {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.instagram-feed li {
	float: left;
	width: 93px;
	height: 93px;
	margin: 0 5px;
}
.instagram-feed li:first-child {
	margin-left: 0;
}
.instagram-feed li:last-child {
	margin-right: 0;
}
.instagram-feed li img {
	width: 100%;
	height: 100%;
}
/*}}}*/
/* Footer /*{{{*/
.footer-wrapper {
	background: black;
	padding: 50px 0 0;
	margin-top: 50px;
}
#footer {
	width: 1002px;
	margin: auto;
	color: white;
	position: relative;
}
#footer .legal {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.7em;
	text-align: right;
}
#footer .legal .copyright {
	margin-bottom: 10px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #959595;
}
#footer .logo {
	margin-bottom: 20px;
}
#footer .social li {
	float: left;
	margin-right: 20px;
}
#footer .social li:first-child {
	margin-right: 6px;
}
#footer .social a {
	display: block;
	width: 26px;
	height: 26px;
	color: white;
	font-size: 1.6em;
}
#footer .social a:hover {
	opacity: 0.6;
}
#footer .social .facebook {
	text-align: left;
	margin-right: 5px;
}
#footer .column {
	margin-right: 60px;
}
#footer .column:last-child {
	margin-right: 0;
}
#footer .column > .title {
	/* font-family: "Muli", "Times New Roman", Times, serif; */
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
}
#footer .column > .content {
	font-size: 0.9em;
	line-height: 1.6;
}
#footer .column.subscribe {
	margin: 0;
}
#newsletter-window .form .input,
#footer .form .input {
	width: 241px;
	padding: 9px;
	border: none;
	color: black;
	vertical-align: top;
	border-radius: 0;
}
#newsletter-window .form .submit,
#footer .form .submit {
	vertical-align: top;
	background: #959595;
	color: #fff;
	border: none;
	padding: 10px;
	/* font-family: "Muli", "Times New Roman", Times, serif; */
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#newsletter-window .form .submit:hover,
#footer .form .submit:hover {
	color: black;
}
#footer .legal_menu li {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
	border-left: 1px solid white;
}
#footer .legal_menu li:first-child {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
/*}}}*/
/* -- Network Bar/*{{{*/
.network-bar{
background:#262626;
position: relative;
border-bottom:2px solid #333;
height:46px;
padding:2px 0 0;
margin-top: 25px;
}
.network-bar ol{
list-style:none;
width:1000px;
padding:0;
font-size:0;
margin:0 auto
}
.network-bar li{
display:inline-block;
text-indent:-9999px;
margin:0 56px 0 0;
padding:0
}
.network-bar li:last-child{
margin:0;
padding:0
}
.network-bar a{
display:block;
width:120px;
height:46px;
background:url("../img/network-bar-sprites.png?v=2.0") no-repeat;
outline:none
}
.network-bar a:hover,
.network-bar a:focus,
.network-bar .bar-current{
border-radius:10px 10px 0 0;
background-color:#333
}
.bar-mediaite a{
background-position:10px -3px
}
.bar-mediaite a:hover,
.bar-mediaite a:focus,
.bar-mediaite a.bar-current{
background-position:10px -406px
}
.bar-gossipcop a{
background-position:10px -50px
}
.bar-gossipcop a:hover,
.bar-gossipcop a:focus,
.bar-gossipcop a.bar-current{
background-position:10px -450px
}
.bar-geekosystem a{
background-position:10px -102px
}
.bar-geekosystem a:hover,
.bar-geekosystem a:focus,
.bar-geekosystem a.bar-current{
background-position:10px -502px
}
.bar-runwayriot a{
background-position:10px -152px
}
.bar-runwayriot a:hover,
.bar-runwayriot a:focus,
.bar-runwayriot a.bar-current{
	background-position:10px -552px
	
}
.bar-sportsgrid a{
	background-position:10px -200px
	
}
.bar-sportsgrid a:hover,
.bar-sportsgrid a:focus,
.bar-sportsgrid a.bar-current{
	background-position:10px -600px
	
}
.bar-marysue a{
	background-position:10px -253px
	
}
.bar-marysue a:hover,
.bar-marysue a:focus,
.bar-marysue a.bar-current{
	background-position:10px -655px
	
}
.bar-themaude a{
	background-position:10px -302px
	
}
.bar-themaude a:hover,
.bar-themaude a:focus,
.bar-themaude a.bar-current{
	background-position:10px -702px
	
}
.bar-thebraiser a{
	background-position:10px -354px
	
}
.bar-thebraiser a:hover,
.bar-thebraiser a:focus,
.bar-thebraiser a.bar-current{
	background-position:10px -749px
	
}
/*}}}*/
/* Newsletter popup /*{{{*/
#newsletter-window {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: none;
}

#newsletter-window .newsletter-popup {
	width: 303;
	height: 82px;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px auto auto -185px;
	padding: 25px;
}

#newsletter-window .form .input {
	width: 200px;
	border: 1px solid #959595;
}
#newsletter-window .form .submit {
	line-height: 18px;
}
#newsletter-window .form label {
	display: block;
	margin: 0 0 25px;
}

/*}}}*/
/* Designers List Page /designers/ /*{{{*/
.letter-wrapper,
.designers-wrapper {
	margin-top: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
}
.letter-wrapper ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	/* font-family: "Muli", "Times New Roman", Times, serif; */
}
.letter-wrapper li {
	min-width: 14px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	padding: 0 5px;
}
.letter-wrapper li.current,
.letter-wrapper li:hover {
	background: #959595;
	color: white;
	cursor: pointer;
}
.designers-wrapper {
	overflow: hidden;
	-webkit-column-width: 344px;
	-moz-column-width: 344px;
	-o-column-width: 344px;
	column-width: 344px;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;

	-webkit-column-rule: 1px solid #959595;
	-moz-column-rule: 1px solid #959595;
	-o-column-rule: 1px solid #959595;
	column-rule: 1px solid #959595;
}
.designers-wrapper dl {
	margin: 0;
}
.designers-wrapper dt,
.designers-wrapper dd {
	margin: 0 0 10px;
}
.designers-wrapper dt {
	/* font-family: "Muli", "Times New Roman", Times, serif; */
}
.designers-wrapper dd {
	font-weight: bold;
}
.designers-wrapper dd a {
	color: black;
	text-decoration: none;
}
.designers-wrapper dd a:hover {
	text-decoration: underline;
}
/*}}}*/
/* Single /*{{{*/
.single-wrapper {
	margin: 25px 0;
}
.single-wrapper {
	margin: 25px 0;
}
.single-wrapper .featured-item .content {
	line-height: 1.5em;
}
.single-wrapper .featured-item .content iframe {
	max-width: 100% !important;
}
.single-wrapper .share {
    position: absolute;
    left: -57px;
    top: 13px;
}
.single-wrapper .share.fixed {
    position: fixed;
    top: 38px;
}
.single-wrapper .share li {
    margin: 2px;
}
.single-wrapper .share a {
    display: block;
    width: 32px;
    height: 32px;
    color: white;
    line-height: 32px;
    font-size: 20px;
}
.single-wrapper .share a.twitter {
    background: #326ada;
}
.single-wrapper .share a.facebook {
    background: #3b5998;
}
.single-wrapper .share a.google {
    background: #DC4E41;
}
.single-wrapper .share a.tumblr {
    background: #35465c;
}
.single-wrapper .share a.pinterest {
    background: #bd081c;
}

.single-wrapper .sidebar {
	width: 300px;
}
#taboola-right-rail-thumbnails {
	margin-bottom: 25px;
}
.single-wrapper .sidebar .ad-unit {
	width: 300px;
	margin: auto;
}
.single-wrapper .sidebar .instagram-feed {
	margin: 25px 0;
}
.single-wrapper .sidebar .widget {
	margin-bottom: 25px;
}
.single-product .product-item {
	width: 241px;
}

.single-wrapper > .item-wrapper {
	width: 648px;
}
.i_want_that {
	margin: 25px 0;
	padding: 25px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.i_want_that > .title {
	/* font-family: "Muli", Helvetica, Arial, sans-serif; */
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: .025em;
}
.i_want_that .shop-wrapper .product-item {
	width: 198px;
}

.i_want_that .shop-wrapper .product-item .thumbnail {
    width: 198px;
    height: 296px;
}
.i_want_that .shop-wrapper .product-item .button {
	padding: 4px 4px 3px;
	font-size: 0.55em;
}
.i_want_that .shop-wrapper .product-item .button-wrapper:hover {
	background-position: 50% 3px;
}
.i_want_that .shop-wrapper .product-item .price {
	padding: 6px 0 6px 6px;
	font-size: 0.6em;
}
.single-wrapper .meta {
	color: #999;
	margin-bottom: 23px;
}
.single-wrapper .meta .author {
	color: #222;
}
/*}}}*/
/* -- Related posts {{{*/
.single .related {
    margin-bottom: 2%;
}
.rp4wp-related-posts {
    position: relative;
}
.rp4wp-related-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rp4wp-related-posts li {
    float: left;
    margin-left: 2%;
    width: 23.5%;
}
.rp4wp-related-posts li:first-child {
    margin-left: 0;
}

.related .rp4wp-related-post-content {
    font-size: 0.95em;
}
.related .rp4wp-related-post-content {
    margin-top: -3em;
    padding-right: 1em;
    position: relative;
    width: 80%;
}
.related .rp4wp-related-post-content a {
    color: #000;
    text-decoration: none;
}
/*}}}*/
/* Shop {{{*/
.shop-wrapper {
	margin-top: 26px;
	position: relative;
}
.shop-wrapper .sidebar.filters {
	width: 200px;
}
.shop-wrapper .products {
	border-left: 1px solid rgba(0, 0, 0, .15);
	width: 775px;
	padding-left: 26px;
}
.shop-wrapper a {
	color: black;
	text-decoration: none;
}
.shop-wrapper .product-item {
	width: 241px;
	margin: 0 26px 26px 0;
	float: left;
}
.shop-wrapper .product-item.item-3 {
	margin-right: 0;
}
.shop-wrapper .product-item .thumbnail {
	width: 241px;
	height: 361px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}
.shop-wrapper .product-item .title-wrapper {
	margin-top: -30px;
}
.shop-wrapper .product-item .title {
	font-size: 0.8em;
}
.shop-wrapper .product-item .excerpt {
	font-size: 0.8em;
}
.shop-wrapper .product-item .price {
	font-size: 0.8em;
	padding: 7px;
	color: #959595;
}

.shop-wrapper .filters .categories > li {
	margin: 0 0 10px;
}
.shop-wrapper .filters .category {
	/* font-family: "Muli", "Times New Roman", Times, serif; */
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.06em;
	cursor: pointer;
	position: relative;
}
.shop-wrapper .filters .category .toggle {
	/*
	 * position: absolute;
	 * top: 0;
	 * right: 0;
	 */

	float: right;
	cursor: pointer;
	margin-right: 25px;
}
.shop-wrapper .filters .category .toggle.open:before,
.shop-wrapper .filters .category .toggle:before {
	font-family: 'rwr-icons';
	content: '\e80f';
}
.shop-wrapper .filters .category .toggle.close:before {
	font-family: 'rwr-icons';
	content: '\e810';
}

.shop-wrapper .filters .sub-categories {
	margin: 5px 0 0 16px;
	font-size: 0.9em;
	line-height: 1.3;
	overflow: hidden;
}
.shop-wrapper .filters .sub-categories.closed {
	height: 0;
}
.shop-wrapper .filters .filter:before {
    content: "\e809";
	font-family: 'rwr-icons';
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #dedede;
	font-weight: normal;
	font-size: 1em;
}
.shop-wrapper .filters .filter.filter-on:before {
    content: "\e80a";
	color: #959595;
}
#preloader {
	background: url('../img/preloader.gif') 50% 10% no-repeat rgba(255, 255, 255, 0.9);
	overflow: hidden;
	cursor: default;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: none;
}

#products > .more-products {
	/* font-family: "Muli", "Times New Roman", Times, serif; */
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}
#products > .more-products {
	margin: 25px auto;
	line-height: 1.3;
	cursor: pointer;
}
#products > .more-products:hover {
	background: #ededed;
}
#products > .more-products.preloading:hover {
	background-color: transparent;
}
#products > .more-products.preloading {
	background: url('../img/preloader.gif') 50% 50% no-repeat white;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}
#mobile-filters-close,
#mobile-filters-open {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.3em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: black;
	color: white;
	z-index: 99;
	
	display: none;
}
/*}}}*/
/* Login/Register/*{{{*/
.login-register-form {
	width: 304px;
	margin: auto;
	line-height: 1.3;
}
.login-register-form input[type=password],
.login-register-form input[type=text] {
	width: 284px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	padding: 8px;
	display: block;
	margin: auto;
}

.login-register-form input[type=submit] {
	padding: 7px;
	/* font-family: "Muli", "Times New Roman", Times, serif; */
	font-size: 0.8em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, .15);
	display: inline-block;
	color: black;
	text-decoration: none;
	cursor: pointer;
	background: none;
}
.login-register-form input[type=submit]:hover {
	color: white;
}

.login-register-form .login-submit,
.login-register-form .signup-submit {
	text-align: center;
}

.login-register-form .additional-links {
	text-align: center;
}
.login-register-form .additional-links a {
	color: black;
	text-decoration: none;
}
.login-register-form .additional-links a:hover {
	text-decoration: underline;
}

/*}}}*/
/* Media Queries /*{{{*/

@media only screen and (min-width: 35em) {

}/*}}}*/
/* Helper classes /*{{{*/

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.no-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*}}}*/
/* Print styles /*{{{*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}/*}}}*/

	blockquote {
	  padding: 4px 13px;
	  margin: 0 40px 12px;
	  clear: both;
	}

