/* This stylesheet generated by Transfonter (http://transfonter.org) on January 23, 2017 4:55 AM */



h1,h2,h3,h4,h5{
	font-weight:bold;
}

.secondary-prod *{font-family: 'Proxima';}
.secondary-prod {
    position:relative;
    padding: 25px;
    border: 1px solid #e0e0e0;
    margin-bottom: 28px;

}
.secondary-prod .secondary-prod__details{
/*   opacity:0; */
  max-height:0;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  overflow:hidden;
}
.secondary-prod .secondary-prod__details.expanded{
  max-height:1000px;
  height:auto;
  background:white;
  transition: all 1200ms 0s linear;
  -webkit-transition: all 1200ms 0s linear;
  -moz-transition: all 1200ms 0s linear;
}
.secondary-prod .secondary-prod__meta{
    padding-left:210px;
    margin-bottom: 0px;
}
.secondary-prod .secondary-prod__meta:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.secondary-prod .secondary-prod__meta .secondary-prod__cta{
    width: 26%;
    display:inline-block;
    text-align:center;
    float: right;
    padding-top: 15px;
}
.secondary-prod .secondary-prod__meta .secondary-prod__text h2.secondary-prod__text__title {
    color:#ab2d21;
    font-size:22px;
    margin-bottom: 15px;
    line-height:initial;
    margin-top: 0;
}
.secondary-prod .secondary-prod__meta .secondary-prod__text h2.secondary-prod__text__title a{
	color:#ab2d21;
}
.secondary-prod .secondary-prod__meta .secondary-prod__text h2.secondary-prod__text__title a:hover{
	text-decoration:underline;
}
.secondary-prod .secondary-prod__meta .secondary-prod__thumb{
    width:181px;
    height:161px;
    background-size:cover;
    display:inline-block;
    position:absolute;
    left: 25px;
}
.secondary-prod .secondary-prod__meta .secondary-prod__text{
    font-size:16px;
    color:#676767;
    line-height:24px;
    width: 68%;
    display: inline-block;
    float: left;
    padding: 10px 15px 0 0;
    min-height: 151px;
    border-right: 1px solid #e0e0e0;
    margin-bottom: 0;
    padding-top: 0;
}

.secondary-prod .secondary-prod__date {
    color:#ab2d21;
    font-weight:bold;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding:10px 0;
    font-size: 14px;
    margin: 25px 0 15px 0;
}

.secondary-prod .secondary-prod__cta {}

.secondary-prod .secondary-prod__cta .secondary-prod__price {
    font-size: 22px;
    color: #ab2d21;
    margin-bottom: 15px;
    font-weight: bold;
}

.secondary-prod .secondary-prod__cta .secondary-prod__price strong {
    font-size: 18px;
    color: #676767;
    vertical-align: top;
    line-height: 30px;
	display:block;
}

.secondary-prod .secondary-prod__cta .secondary-prod__price small {
    display: block;
    font-size: 16px;
    color: #676767;
    font-weight: normal;
    vertical-align: middle;
}
.secondary-prod__cta .dl-btn {
  background:#ac2d24;
  color:white;
}
.secondary-prod__cta .dl-btn:hover{
  background:#8b241d; 
  transition:none !Important;
}

@media (max-width:990px){
    .secondary-prod .secondary-prod__meta{
        padding-left:0;
        text-align:center;
    }
    .secondary-prod .secondary-prod__meta .secondary-prod__thumb{
        float:none;
        position: relative;
        margin: 0 auto;
        left: 0;
        background-size: contain;
        margin-bottom:15px;
    }
    .secondary-prod .secondary-prod__text{
        width:100% !important;
        padding-right:0 !important;
        border:none !important;
        border-bottom:1px solid #e0e0e0 !important;
        padding-bottom:25px !important;
    }
    .secondary-prod__cta {
        width:100% !important;
    }

    .secondary-prod__seasons .secondary-prod__season .secondary-prod__season__text {
        width:100%;
        border-right:none;
        border-bottom:1px solid #e0e0e0;
        padding-bottom:15px;
    }
    .secondary-prod__seasons .secondary-prod__season .secondary-prod__season__cta {
        padding-left:0;
        width:100%;
        text-align:center;
    }
    .secondary-prod__seasons .secondary-prod__season .secondary-prod__season__cta h2{
        display:block;
        text-align:center;
        font-size:32px;
    }
    .secondary-prod__seasons .secondary-prod__season .secondary-prod__season__cta button{
        display:inline-block !Important;
        float:none !important;
        min-width:300px;
        margin-top:10px;
    }
}





/* BUTTONS */
.dl-btn{
    border:none;
    padding: 12px 12px;
    border-radius:3px;
    font-weight:bold;
    text-transform:uppercase;
    font-size: 12px;
}
.dl-btn:hover{
    cursor:pointer;
}
.dl-btn-lg{
    padding: 10px 25px;
}
.dl-btn-info{
    background:#00ace6;
    color:white;   
}
.dl-btn-info:hover{
    background:#0688b4;    
}
.dl-btn.dl-btn-warning {
    background:#ff9829;
    color:white;
}
.dl-btn-warning:hover{
    background:#dd8321;
}
.dl-btn__expanded{
    background: #00ace6 !important;
    font-size: 0 !important;
}
.dl-btn__expanded:before{
  content:"VIEW LESS";
  font-size: 14px;
}
.dl-btn__expanded:hover{
    background:#0688b4 !important;
}

/* UTILITIES */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.pull-right{
  float:right;
}
.block{
  display:block;
  width:100%;
}

/* SEASONS */
.secondary-prod__season__meta {
    float: left;
    vertical-align: top;
}

.secondary-prod__season__text {
    display: inline-block;
    width: 72%;
    padding-right: 15px;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
}

.secondary-prod__season__cta {
    display: inline-block;
    width: 27%;
    float: right;
    padding-left: 15px;
    box-sizing: border-box;
}

.secondary-prod__season__price {
    float: right;
}

.secondary-prod__season {
    padding: 0;
}

.secondary-prod__season__meta  h3 {
    margin: 0 0 5px 0;
    color: #464646;
    font-size: 14px;
    font-weight: 700;
}

.secondary-prod__season__meta span {
    font-size: 14px;
    color: #676767;
}

.secondary-prod__season__price h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.secondary-prod__season__price span {
    color: #676767;
}

.secondary-prod__season__price {
    font-size: 14px;
    padding: 0 10px;
}




h2.secondary-prod__season__cta__price {
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px 0 0;
    color: #ac2d24;
    font-size: 18px;
    font-weight: bold;
	line-height:32px;
}


/* ----------------------------------
	FILTER 
----------------------------------- */
.filter-wrap{
    background:#f3f3f3;
    font-family:'Proxima';
    padding: 20px 24px;
    margin-bottom:25px;
    max-width:850px;
		float:none;
		overflow:auto;
}
.filter-wrap:before,.filter-wrap:after{
    
}
.filter-wrap .field-group{
    display:inline-block;
    float:left;
    margin-right: 10px;
}
.filter-wrap .field-group label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#717779;
    margin-bottom: 10px;
    text-align: left;
}
.filter-wrap .field-group label.label-vertical,
.filter-wrap .field-group span.field-unit,
.filter-wrap .field-group.field-group-vertical-only{
	display:none;
}
.filter-wrap .field-group.field-group-sm{
    max-width: 69px;
}
.filter-wrap .field-group input{
    font-size: 14px !important;
    padding: 12px 22px;
    box-sizing:border-box;
    line-height: 14px;
    font-family: 'Proxima';
    color: #717779;
    max-width:155px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    max-height: 43.5px;
    background: white;
    margin: 0;
    height: 42px;
}
.filter-wrap .field-group.field-group-sm input{
	padding-right:10px;
	padding-left:15px;	
}
.filter-wrap .field-group [type="submit"]{
    background:#ff9828;
    border:1px solid #e17e13;
    font-weight:bold;
    color:white;
    padding: 12px 36px;
    border-radius:3px;
    font-size:14px;
    box-sizing: border-box;
    max-height: 42px;
}
.filter-wrap .field-group.submit-wrap {
/*     float:right; */
    margin: 0;
}

/* INPUT WRAP and TYPES */
.input-wrap {
	position:relative;
}

.input-wrap.input-calendar:before{
    background:url(images/icon-calendar.png);
    content:"";
    width:16px;
    height:16px;
    position:absolute;
    right: 20px;
    top: 0;
    z-index:10;
    height: 100%;
    background-position: center;
    background-repeat: No-repeat;
}

/* vertical date picker */
.widget_productrates form{
    width: 100%;
/*     max-width: 250px; */
    margin: 0 auto;
}
.filter-wrap.filter-vertical{
    overflow: auto;
    margin: 0;
}
.filter-wrap.filter-vertical .field-group.field-group-sm{
	max-width:33%;
}
.filter-wrap.filter-vertical .field-group.field-group-sm input{
	max-width:90%
}
.filter-wrap.filter-vertical .field-group{
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
}
.filter-wrap.filter-vertical .field-group label,
.filter-wrap.filter-vertical .field-group .field-unit{
    margin-bottom: 8px;
    color:#717171;
    font-weight:bold;
    text-align: left;
}
.filter-wrap.filter-vertical .field-group.with-vertical-label label{
	display:none;
}
.filter-wrap.filter-vertical .field-group.with-vertical-label{
	width:100% !important;
	max-width:100%;
}
.filter-wrap .field-group label.label-vertical,
.filter-wrap .field-group span.field-unit{
	display: inline-block !important;
}
.filter-wrap .field-group label.label-vertical{
	margin-right:16px;
}
.filter-wrap .field-group span.field-unit{
	margin-left:10px;
}
.filter-wrap.filter-vertical .field-group .input-wrap{}
.filter-wrap.filter-vertical .field-group input{
    display: block;
    width: 100%;
    max-width: 100%;
    background: white;
}

.filter-wrap.filter-vertical .field-group.with-vertical-label input{
	max-width:	70px;
	display: inline-block;
}

.filter-wrap.filter-vertical .field-group.submit-wrap{}
.filter-wrap.filter-vertical .field-group.submit-wrap label{
    display: none;
}
.filter-wrap.filter-vertical .field-group.submit-wrap button[type="submit"]{
    width: 100%;
    margin-top: 5px;
}
.filter-wrap.filter-vertical .field-group input{
	margin-bottom:0
}


/* 3/2/2017 */
.widget_productrates h4{
    margin:0 !important;
    background:#ab2d23;
    color:white;
    width:100%;
    padding: 4px 0px;
    text-transform:uppercase;
    line-height:16px !important;
}
.widget_productrates h4 label{
    margin:0;
}

/* PRODUCT LIST PAGE */
.product-list-wrapper{
	padding:20px 0;
}
.product-list-wrapper .product-list{
    padding:20px;
    overflow:auto;
    position:relative;
}
.product-list-wrapper .product-list:nth-child(odd){
    background:#f6f6f6;
}
.product-list-wrapper .product-list .product-thumbnail{
	width:220px;
	height:165px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	float: left;
	margin-right:25px;
}
/* .product-list-wrapper .product-list .product-thumbnail img{
    width:220px;
    height:auto;
    float:left;
    margin-right:25px;
} */
.product-list-wrapper .product-list .product-details .product-title,
.product-list-wrapper .product-list .product-details .product-title a{
    color:#ab2d23 !important;
    font-size:25px;
    margin-top: 5px !important;
    line-height: 20px;
}
.product-list-wrapper .product-list .product-details .product-excerpt{
    color:#717171;
    font-size:16px;
}
.product-list-wrapper .product-list .product-details .product-excerpt p{
	font-size:16px;
}
.product-list-wrapper .product-list .product-details{

}
.product-list-wrapper .product-list .product-list-bottom{
    position:absolute;
    bottom:20px;
    left:265px;
    right:25px;
}
.product-list-wrapper .product-list .product-price-range{
    float:left;
    color:#ab2d23;
    font-size:18px;
    margin-top: 8px;
}
.product-list-wrapper .product-list .btn-view{
    float:right;
    background:#ab2d23;
    vertical-align:middle !important;
    color:white;
    font-weight:bold;
    font-size:16px;
    width:140px; 
}

@media (max-width:991px){
    .product-list-wrapper .product-list{
        text-align:center;
        padding: 50px;
        background: #f6f6f6;
        margin-top: 5px;
    }
    .product-list-wrapper .product-list .product-thumbnail{
        float:none;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .product-list-wrapper .product-list .product-list-bottom{
        position:relative;
        left: 0;
        overflow: auto;
        right: 0;
        bottom: 0;
        margin-top: 25px;
    }
    .product-list-wrapper .product-list .product-price-range{
        float:none;
    }
    .product-list-wrapper .product-list .btn-view{
        float:none;
        margin-top:15px;
    }
}



/*----------------------------------------
	SPECIALS WIDGET 
----------------------------------------*/
.specials-wrapper {}
.specials-wrapper .specials-thumb {
    position:relative;
    background-size:cover;
    background-position:center;
    height:280px;
}
.specials-wrapper .specials-thumb img {
    opacity:0;
}

.specials-wrapper .specials-thumb .specials-title {
    position:absolute;
    z-index:5;
    left:0;
    bottom:0;
}
.specials-wrapper .specials-thumb:before{
    background-image:url(/wp-content/uploads/2017/03/icon-specials-plus.png);
    width:26px;
    height:26px;
    content:"";
    z-index:5;
    right:25px;
    bottom:40px;
    background-size:26px;
    display:inline-block;
    position:absolute;
}
.specials-wrapper .specials-thumb:after{
    content:'';
    background-image: url(/wp-content/uploads/2017/03/specials-gradient-bg.png);
    background-size:contain;
    background-repeat:repeat-x;
    width:100%;
    height:100%;
    background-position:bottom center;
    z-index:4;
    position:absolute;
    left:0;
    bottom:0;
    opacity:0.8;
}
.specials-wrapper .specials-thumb .specials-title a {
    font-size:20px;
    color:white;
    font-weight:bold;
    display:inline-block;
    padding:25px 40% 25px 25px;
		min-height:90px;
}
.specials-wrapper .specials-thumb .specials-title a:hover{
    color:#d0812e;
}
.specials-details {
    overflow:auto;
    background:white;
    margin-bottom:55px;
    min-height:85px;
}

.specials-details .specials-highlights {
    width:55%;
    float:left;
    height:100%;
    padding:18px;
    line-height:18px;
    font-size:13px;
    color:#848484;
}
.specials-details .specials-highlights label {
    color:#565656;
    display:inline;
}
.specials-details .specials-highlights label span {}
.specials-details .specials-price {
    width:45%;
    float:right;
    height:100%;
    background:#f8f8f8;
    padding:18px;
}
.specials-details .specials-price label{
    color:#4c4e4f;
    font-size:13px;
    margin:0;
    line-height:14px;
}
.specials-details .specials-price strong{
    color:#ab2d23;
    font-weight:bold;
    font-size:18px;
    line-height:18px;
}
.specials-details .specials-price span{
    display:block;
    font-size:12px;
    font-style:italic;
    color:#a4a4a4;
    line-height:initial;;
}

/* SINGLE PRODUCT PAGES */
.content-wrap p,
.content-wrap p span,
.content-wrap{
	line-height: normal ;
}





