



/* //////   SEARCH  //////// */

.shared-filter .listFilters.row{
	padding-top: 0;
	padding-bottom: 0;
}
.listFilters{
    position: relative;
    font-family:'Avenir Next W01' ; 
    margin-top: 20px;
}
.listFilters .lineRight { width: 97%; }
.listFilters .lineRight{ 
    border-bottom: 1px solid #7ba6bb;
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    width: 95.5%;
}
.listFilters .title{
    position: relative;
	color: #7ba6bb;
    font-family: "Sweetheart Script W00";
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 20px;
}
.listFilters .title .text{
    background-color: #fff;
    padding-right: 23px;
    position: relative;
    z-index: 100;
    font-family:'KGYouWontBringMeDownW00'
}
.listFilters .timeWindow{
    text-align: center;
    margin:0px 0px 20px 0px;
}
.listFilters .timeWindow li{
    list-style: none;
    display: inline-block;
}
.listFilters .timeWindow li a{
    font-family: 'L Futura W01';
    font-size:21px;
    color: #7ba6bb;
    text-align: center;
    padding: 0 25px;
    display:block;
}
.listFilters .timeWindow li a.active{
    background:#7ba6bb;
    color:#fff;
}
/*
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| FORM OPEN AND CLOSE STUFF
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.shared-filter .formOpen{
    max-height: 52px;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.shared-filter .formOpen.open{
    max-height: 1500px;
    overflow: hidden;
    margin-bottom: 0px;
}
.shared-filter .formOpen .showWhenClosed{display: inline-block;}
.shared-filter .formOpen.open .showWhenClosed{display: none;}
.shared-filter .formOpen .showWhenOpen{display: none;}
.shared-filter .formOpen.open .showWhenOpen{display: inline-block;}
.shared-filter .formOpen .hideSearch{
    display: block;
    width: 100%;
    padding: 12px 0 12px;
    font-family:'L Futura W01';
    color: #403f3b;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    cursor: pointer;
    height: 52px;
}
.shared-filter .hideSearch .hideIcon{
    background-image: url("/includes/public/assets/images/down-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    left: 2px;
    position: relative;
    top: 4px;
    width: 20px;
}

/*



/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    /*overriding mobile select box*/
    .shared-filter select{
        background-position: 94% center;
    }
    .listFilters .timeWindow li {
        width: 49%;
    }
    .listFilters .timeWindow li a {
        padding: 0;
        font-size: 18px;
    }
    .datePickOuter.noPadRight .ui-datepicker-trigger {
        right: 22px;
    }
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
    .shared-filter .noPadRight.columns{ padding-right: 0; }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
    .shared-filter .deskNoPadRight.columns{ padding-right: 0; }
    /*
    | - - - - - - - - - -
    | EVENTS OVERWRITE
    | - - - - - - - - - -
    */
    .events .shared-filter .cats.columns{
        padding-right: 0;
    }
}
