/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.outfits-footer {
	clear: both;
	margin-top: 40px;
}

.outfits-footer .yuzo_widget_wrap {
	padding: 0;
}

#yuzo_widget-3 .yuzo-img,
#yuzo_widget-3 .yuzo-img-wrap {
	min-height: 300px !important;
}

#wysiwyg_widgets_widget-13 {
	margin-bottom: 60px;
}


.post-type-archive-outfits .content-sidebar-wrap {
	background-color: #fff;
	overflow: hidden;
}

.post-type-archive-outfits .outfits-sidebar {
	float: left;
	padding: 70px 0 50px 50px;
}

.post-type-archive-outfits .content {
	float: right;
	overflow: hidden;
	padding: 51px;
}

.archive.post-type-archive-outfits .entry-header {
	border-top: 0;
}

.archive.post-type-archive-outfits .entry-header .entry-meta {
	display: none;
}

.archive.post-type-archive-outfits .post-image {
	max-width: 100%;
}

.archive.post-type-archive-outfits .pagination {
	padding-top: 40px;
}

.archive.post-type-archive-outfits img.alignleft {
    margin: 0;
}

.archive.post-type-archive-outfits .entry-image-link {
	display: inline-block;
	height: auto;
	position: relative;
	width: auto;
}

.archive.post-type-archive-outfits .entry-image-link:hover::after {
	align-items: center;
	background: rgba(0,69,108,0.7);
	bottom: 0;
	color: #fff;
	content: "Shop This Look";
	display: flex;
	font-weight: 600;
	height: 50px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 9999;
}


@media only screen and (max-width: 1200px) {

	.post-type-archive-outfits .content,
	.post-type-archive-outfits .outfits-sidebar {
		float: none;
	}
	
		.post-type-archive-outfits .content {
		padding: 0 0 50px;
	}
	
		.post-type-archive-outfits .outfits-sidebar {
		padding: 50px 50px 0;
	}
	
		.outfits-sidebar .widget {
		margin-bottom: 0;
		float: left;
		width: 50%;
	}
	
}

@media only screen and (max-width: 1023px) {
	
.post-type-archive-outfits .content {
    padding: 0 5% 50px;
}

}

@media screen and (max-width: 960px) {

	.outfits.entry {
		padding: 0;
	}
	
}

@media screen and (max-width: 860px) {

.post-type-archive-outfits .outfits-sidebar {
    padding: 0 5%;
}

}

@media screen and (max-width: 600px) {
	
	.outfits-sidebar .widget {
		margin-bottom: 20px;
		float: none;
		width: 100%;
	}
	
}

/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.content-box-gray {
    background-color: #f6f3f2;
    border: 1px solid #f8e9e2;
}
 
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* Image Drop Shadow Effect
------------------------------------------------------------ */
.shadoweff
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadoweff:before, .shadoweff:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadoweff:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Royal Slider Title Color
------------------------------------------------------------ */

.rsGCaption h5 {
    color: #f6f3f2;
		font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* Fixing Bullet Point Second Line Indent

ul {
text-indent:-20px; 
margin-left:20px;
}

*/

.front-page-3 .wpp-thumbnail {
	height: 120px;
	width: 120px;
}

.sidebar .wpp-thumbnail {
	height: 75px;
	width: 75px;
}

.wpp-thumbnail:hover {
	opacity: 1;
}