/*
Theme Name: MadeInNYC
Theme URI: http://madeinnyc.org
Author: Percepted
Author URI: http://percepted.com
Description: MadeInNYC Theme 2017
Version: 1.0
Text Domain: madeinnyc

*/
/*
@font-face {
    font-family: 'HL';
    src: url('assets/theme/fonts/HL.eot');
    src: local('☺'), url('assets/theme/fonts/HL.woff') format('woff'), url('assets/theme/fonts/HL.ttf') format('truetype'), url('assets/theme/fonts/HL.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HB';
    src: url('assets/theme/fonts/HB.eot');
    src: local('☺'), url('assets/theme/fonts/HB.woff') format('woff'), url('assets/theme/fonts/HB.ttf') format('truetype'), url('assets/theme/fonts/HB.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

body{

}

a, a:visited, a:focus{
    outline: none;
}
a:hover{
    text-decoration: none;
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}


.cat-list{
    margin: 0;
    padding: 0 20px 0 0;
}
.cat-list li{
    list-style: none;
    margin-bottom: 5px;
}

.cat-link{
    color: #b4b4b4;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    padding: 6px 15px 0 35px;
    position: relative;
    border-radius: 18px;
}
.cat-list li.active .cat-link,
.cat-list li .cat-link:hover{
    color: #ffffff;
    background: #32c1e1;
}
.icon-checkmark{
    background: #e6e6e6;
    border-radius: 50%;
    height: 23px;
    left: 6px;
    padding: 7px 5px 6px;
    position: absolute;
    top: 8px;
    width: 23px;
}
.cat-list li.active .icon-checkmark,
.cat-list li .cat-link:hover .icon-checkmark{
    background: #32c1e1;
}
.icon-checkmark i{
    width: 100%;
    height: 100%;
    background: url('assets/theme/images/icon_checkmark_white.png') no-repeat scroll 0 0 transparent;
    background-size: 100% auto;
    display: block;
}
.cat-screen-wrapper{
    padding: 60px 80px 160px 80px;
    color: #ffffff;
    background-size: cover;
    background-color: #e6e6e6;
    position: relative;
}
.cat-screen-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(114,134,140,0.36);
}
.cat-screen-content{
    position: relative;
}
.cat-screen-wrapper h2{
    font-size: 54px;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}
.cat-screen-wrapper .cat-list{
    margin-left: -9px;
}
.cat-screen-wrapper .cat-list li{
    margin-bottom: 10px;
}
.cat-screen-wrapper .cat-link{
    font-size: 36px;
    line-height: 36px;
    height: 51px;
    padding: 12px 18px 3px 57px;
    border-radius: 25px;
    color: #ffffff;
}
.cat-screen-wrapper .cat-link:hover{
    background: #000;
}
.cat-screen-wrapper .icon-checkmark{
    width: 37px;
    height: 37px;
    padding: 11px 8px 10px 9px;
    background: rgba(255,255,255,0.43);
    top: 7px;
}
.cat-screen-wrapper .icon-checkmark i{
    background: url('assets/theme/images/icon_checkmark.png') no-repeat scroll 0 0 transparent;
    background-size: cover;
}
.cat-screen-wrapper .cat-link:hover .icon-checkmark{
    background: rgba(255,255,255,0);
}
.cat-screen-wrapper .cat-link:hover .icon-checkmark i{
    background-position: 0 -17px;
}


.filter-top{
    padding-bottom: 10px;
    border-bottom: 4px solid #d9d9d9;
    position: relative;
}


.filter-nav{
    margin-right: 0 !important;
}
.filter-nav > li > a{
    color: #000000;
    border-radius: 0;
    padding: 7px 25px 3px 5px;
    text-align: left;
    position: relative;
}
.filter-nav > li > a:focus,
.filter-nav > li > a:hover,
.filter-nav .open > a,
.filter-nav .open > a:focus,
.filter-nav .open > a:hover{
    background: #ffffff;
}

.filter .dropdown{
    font-size: 15px;
}
.filter .dropdown a:focus{
    box-shadow: none;
    outline: none;
}
.filter .dropdown > a:after{
    content: "";
    width: 11px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    background: url('assets/theme/images/icon_arrow_down.png') no-repeat scroll right 0 #ffffff;
    background-size: cover;
}
.filter .dropdown-menu{
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 8px rgba(0,0,0,0.1);
    margin: 0;
    padding: 0;
}
.filter .dropdown-menu > li > a{
    display: block;
    font-size: 13px;
    padding: 7px 10px 3px 10px;
}
.filter .dropdown-menu > li > a.active,
.filter .dropdown-menu > li > a:hover{
    background: #32c1e1;
    color: #ffffff;
}
.filter .dropdown h2{
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    padding-top: 8px;
    text-transform: uppercase;
}


.filter-cat .nav > li > a{
    padding: 0 50px 0 0;
    color: #000000;
}
.filter-cat .nav > li > a:after{
    width: 21px;
    height: 13px;
    margin-top: -5px;
}
.filter-cat .dropdown-menu{
    padding: 30px 0;
}
.filter-cat .dropdown-menu > li > a{
    font-size: 22px;
    text-transform: uppercase;
    padding: 6px 25px 0 25px;
    line-height: 32px;
    color: #6d6d6d;
}
.filter-cat .dropdown-menu > li > a:hover,
.filter-cat .dropdown-menu > li > a.active{
    background: #32c1e1;
    color: #ffffff;
}


/*
.filter-cat{

}
.filter-cat h2{
    font-size: 38px;
    line-height: 38px;
    padding-top: 8px;
    margin: 0;
    text-transform: uppercase;
}
.filter-cat ul{
    background: #ffffff;
    display: none;
    padding: 30px 0;
    margin: -15px 0 0 0;
    position: absolute;
    top: 100%;
    min-width: 400px;
    box-shadow: 0 10px 8px rgba(0,0,0,0.1);
    z-index: 1;
}
.filter-cat:hover ul{
    display: block;
}
.filter-cat li{
    list-style: none;
    font-size: 22px;
}
.filter-cat a{
    color: #6d6d6d;
    text-transform: uppercase;
    padding: 6px 25px 0 25px;
    display: block;
    line-height: 32px;
}
.filter-cat a:hover,
.filter-cat .active a{
    background: #32c1e1;
    color: #ffffff;
}
*/




.filter-middle{
    padding-top: 25px;
    padding-bottom: 25px;
}
.filter-middle .cat-list{
    width: 33.33%;
}

