/*
Theme Name: 702 Housing
Author: Jeff Freeman
Author URI: http://jeffreyalden.com/
Description: Theme for 702 Housing
Version: 1.0
*/

/* Reference css/main.css for primary styling */

/* Additional CSS styling can be added below this line
   ------------------------------------------------------------------------ */
.app_pending:before {
	content: "";
	position: absolute;
	top: -35px;
	left: -55px;
	z-index: -1;
	height: 75px;
	width: 200px;
	background: #f4a932 !important;
}
.app_pending {
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding: 0 0 0 7px;
    position: absolute;
	top: 19px;
    left: -26px;
	z-index: 1;
    text-align: center;
    transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
    width: 110px;
}
.hide_pending {font-size: 14px;}

.hide_empty {
    display: none !important;
}
.archive__info--left {
	width: 50% !important;
}
.archive__info--right{
	width: 50% !important;
}
.hide_pending {
    float: right;
    margin-top: 19px;
    width: 35%;
}
.archive__info--sort {
    float: left;
    width: 60%;
}

.post-type-archive-product .product__image .product__image--inner {position: static !important;}
.product__image--inner .bx-wrapper {margin: 0 auto;}

.product__image .bx-wrapper .bx-viewport {
	left: auto;
	border: 0;
	box-shadow: none;
	transform: none;
}
.post-type-archive-product ul.products li ul.bxslider li {
	background: none;
	clear: none;
	padding: 0;
	margin: 0;
}
.product__image .bx-wrapper .bx-pager {display: none !important;}


/*.product__image .product__title {background: none !important;}*/

.product__image .bx-controls-direction a {
	opacity: 0;
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.product__image:hover .bx-controls-direction a {opacity: 1;}

.hide_pending input[type="checkbox"] {height: auto;}

.available__status--right span span {top: 0;}


@media only screen and (max-width: 500px) {
   	.scroll-back-to-top-wrapper{margin-right: -15px !important;}
	.archive__info--left,
	.archive__info--right {width: 100% !important;}  
	.inner__banner { height: auto; min-height: 350px; background-position-y: top !important; background-size: cover; }
}
.archive__info--how{
	min-width:140px;
	margin-bottom: 10px;
}

.sale-trigger .product_sale {
	color:#f00;
	font-size:.9em;
}
.sale-trigger .strike {
	text-decoration: line-through;
}
.sale-trigger .pricing__area {
	top: 4px;
}

/***********************************************************************************
	DO NOT ADD NEW STYLES HERE - INSTEAD GO TO ./assets/dist/css/main.min.css 
	AND THEN GO TO ./inc/setup.php AND INCREMENT VERSION ON main.min.css ENQUEUE 
************************************************************************************/