/* Most mobile phones */
@media only screen
and (min-width: 320px)
and (max-width: 736px) {
/* -- General styles {{{*/
	.equalize > div {
		height: auto !important;
	}
	body {
		width: 100%;
		min-width: 0;
		overflow-x: hidden;
	}
	#header {
		width: 100%;
		position: fixed;
		background: white;
		z-index: 1;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
	}
	#header .links-wrapper {
		display: none;
	}
	#header .logo-wrapper {
		width: 100%;
	}
	#header .logo-wrapper img {
		width: 180px;
		height: 35px;
	}
	#main-nav {
		display: none;
	}
	#header .mobile-wishlist {
		display: block;
	}
	#mobile-nav-wrapper {
		display: block;
	}
	.wrapper {
		width: 100%;
		margin-top: 95px;
	}
	.featured-slider {
		width: 100%;
		float: none;
	}
	.featured-slider li {
		float: left;
	}
	.featured-slider .arrow {
		height: 100px;
		line-height: 100px;
        background-color: rgba(0, 0, 0, 0.4);
        top: 70px;
	}
    .featured-slider .arrow:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }
	.featured-item {
		float: none;
		width: 100%;
	}
	#editorial .item .title,
	.featured-item .title {
		font-size: 1.3em;
	}
	.item.tall .thumbnail,
	.item .thumbnail,
	.featured-item .thumbnail {
		height: auto;
		overflow: hidden;
	}

	.item .thumbnail img {
		display: block;
	}
	.item:last-child {
		margin-bottom: 25px;
	}
	.item .title-wrapper {
		margin-top: -40px;
	}
	.item .title {
		padding-left: 10px;
	}
	.item .excerpt {
		margin: 0 10px 20px;
	}
	.item .links {
		margin: 0 10px;
	}

	#editorial .sidebar {
		float: none;
		margin: auto;
		padding: 0;
		border: none;
	}

	.three-columns {
		margin: 0;
	}
	.three-columns .column {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.three-columns .ad-wrapper {
		margin: 0 auto 25px;
	}

	.instagram-feed {
		text-align: center;
	}
	.instagram-feed li {
		float: none;
		display: inline-block;
		margin: 0 3px;
	}

	#closet {
		overflow: hidden;
	}

	.section > .more-posts:hover {
		background: transparent;
	}

	#footer {
		width: 100%;
	}
	.footer-wrapper {
		padding: 25px 0;
	}
	#footer .column {
		float: none;
		margin: 0 0 25px;
	}
	#footer .logo img {
		width: 180px;
		height: 35px;
		margin: auto;
		display: block;
	}
	#footer .social {
		text-align: center;
	}
	#footer .social li {
		float: none;
		display: inline-block;
	}
	#footer .social li:last-child {
		margin: 0;
	}
	#footer .sitemap,
	#footer .column.subscribe {
		margin: 0 25px 25px;
	}

	#footer .form .input {
		width: 63%;
	}
	#footer .legal {
		position: static;
		text-align: center;
	}

	.item-list .arrowleft {
		left: 0;
	}
	.item-list .arrowright {
		right: 0;
	}
	.single-wrapper .featured-item .content {
		padding: 0 10px;
	}
	.single-wrapper .featured-item .content img {
		width: 100%;
		height: auto;
	}
	.single-wrapper .sidebar {
		float: none;
		margin: auto;
		width: 100%;
	}/*}}}*/
/* -- Shop page/*{{{*/
	.shop-wrapper > div {
		height: auto !important;
	}
	#filters {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: scroll;
		background-color: rgba(255, 255, 255, 0.9);
		z-index: 100;
		padding: 20px;
		width: auto;
		display: none;
	}
	.shop-wrapper .filters .sub-categories {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.shop-wrapper .filters .category {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.shop-wrapper .filters .filter:before {
		width: auto;
		height: auto;
	}
	#mobile-filters-close,
	#mobile-filters-open {
		display: block;
	}

	.shop-wrapper .products {
		width: 100%;
		padding: 0;
	}
	.shop-wrapper .product-item {
		width: 90%;
		margin: 0 auto 25px;
		float: none;
	}
	.shop-wrapper .product-item.item-3 {
		margin-right: auto;
	}
	.shop-wrapper .product-item .thumbnail {
		width: 100%;
		height: auto;
		max-height: none;
	}
/*}}}*/
	.footer-ad {
		display: none;
	}
	.footer-mobile-ad {
		display: block;
	}
	.item-list.iskra {
		padding-left: 0;
		background-image: none;
	}
	.item-list.iskra .arrowleft {
		left: 0;
	}
	/* Single post/*{{{*/
	.single-wrapper > .item-wrapper {
		width: 100%;
		float: none;
	}
	.i_want_that .item .thumbnail img {
		display: none;
	}
    .single-wrapper .meta {
        padding: 0 10px;
    }

    .single .related {
        text-align: center;
    }
    .rp4wp-related-posts li {
        float: none;
        width: 45%;
        display: none;
    }
    .rp4wp-related-posts li:nth-child(1),
    .rp4wp-related-posts li:nth-child(2) {
        display: inline-block;
        margin: 0 2%;
    }

    .related .rp4wp-related-post-content {
        font-size: 0.8em;
        margin-top: -3.3em;
        text-align: left;
    }
	/*}}}*/
}
@media only screen
and (min-width: 320px)
and (max-width: 736px)
and (orientation: landscape) {
	#header {
		padding: 10px 0;
	}
	#header .logo-wrapper img {
		width: 130px;
		height: 25px;
	}
	.wrapper {
		margin-top: 45px;
	}

	#mobile-nav-wrapper {
		top: 3px;
		left: 3px;
	}

	#header .mobile-wishlist {
		top: 13px;
		right: 14px;
	}

	/* // Shop rows, removing clearfix */
	#products .row:before,
	#products .row:after {
		display: none;
	}

	.shop-wrapper .product-item {
		width: 40%;
		margin: 0 25px 25px;
		float: left;
	}
    .single .related {
        margin: 2% 0;
    }
    .rp4wp-related-posts li {
        float: none;
        width: 30%;
        display: none;
    }
    .rp4wp-related-posts li:nth-child(1),
    .rp4wp-related-posts li:nth-child(2),
    .rp4wp-related-posts li:nth-child(3) {
        display: inline-block;
        margin: 0 1%;
    }
}
@media only screen
and (min-width: 736px)
and (max-width: 1002px) {
	.featured-slider {
		width: 50%;
	}
	.featured-item {
		width: 100%;
	}
	.featured-item .thumbnail {
		height: auto;
	}
	.featured-item .title {
		padding:9px 20px 13px 9px;
	}
	.item .excerpt {
		padding-left: 9px;
	}
	.item .thumbnail img {
		display: block;
	}
	.item-list .arrowleft {
		left: 0;
	}
	.item-list .arrowright {
		right: 0;
	}
	#footer {
		max-width: 1002px;
		width: 100%;
	}
	.wrapper {
		overflow: hidden;
	}
	#main-nav {
		padding: 0 30px;
	}

	.three-columns .column {
		width: 28.6%;
	}
	.item.tall .thumbnail,
	.item .thumbnail {
		height: auto;
	}
	.instagram-feed li {
		width: 30%;
		height: auto;
	}
}
