﻿.co-categories {
    background: #e9e9e9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.row .column.co-oneQuarter {
    width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row .column.co-oneFifth {
    width: 20%;
    float: left;
    padding: 0 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.co-categories article h2 {
    background: rgba(180, 208, 18, 0.9) url(../img/arrow-black.png) no-repeat 98% 50%;
    background-size: 30px 30px;
    height: 67px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 13px 15px;
    font-size: 17px;
    display: block;
    width: 100%;
    line-height: 1.2;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-bottom: 1px solid #b4d012;
    text-transform: none;
}

.co-categories article h3 {
    background: rgba(180, 208, 18, 0.9) url(../img/arrow-black.png) no-repeat 98% 50%;
    background-size: 30px 30px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    font-size: 17px;
    display: block;
    width: 100%;
    line-height: 1.2;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-bottom: 1px solid #b4d012;
    text-transform: none;
}

.co-categories h2 {
    font-family: georgia, times-new-roman, serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.co-categories article:hover h2 {
    background: #1d1a1d;
    background-size: 30px 30px;
    color: #b4d012;
    border-bottom: 5px solid #b4d012;
}

.co-categories article a {
    display: block;
    position: relative;
}

.co-categories .float-right {
    float: right;
    margin-top: -39px;
}

.co-categories .float-right a {
    background: url(/images/UserUploadedImages/851/arrow-blue.png) no-repeat 100% 50%;
    padding-right: 14px;
    display: inline-block;
    background-size: auto 10px;
    font-weight: bold;
    text-decoration: none;
}

.co-categories article img {
    width: 100%;
    height: auto;
    display: block;
}

.listingimage {
    float: left;
    width: 120px !important;
    height: 120px !important;
    margin-left: -140px;
}

.listingtitle {
    font-family: 'Hoefler Text A','Hoefler Text B','Georgia',Serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 31.2px;
    color: #000;
    padding-bottom: 10px;
}

.listingdescript {
    font-family: 'open sans',arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    padding-bottom: 15px;
}

.listingrow {
  /*  padding: 20px 15px 15px 140px; */
    padding: 20px 15px 15px 0px;
    border-bottom: #b4d012 solid 1px;
    margin-left: 0;
}

.menutitle {
    font-family: 'Acropolis A','Acropolis B',sans-serif;
    font-size: 20px;
    margin-bottom: 5%;
    color: #000;
}

.menucategory {
    font-family: "open sans", arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    background-color: #E9E4DE;
    color: #000000;
    padding: 8px 10px;
    margin-bottom: 1px;
    transition: background-color 250ms ease-in-out;
}

.menucategory:hover{
    background-color: #736764;
    color: #ffffff;
}

.menusubcategory{
    font-family: 'open sans',arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #787B7E;
    padding-top: 5px;
    padding-bottom: 5px;
}

.searchby {
    font-size: 15px;
    font-family: 'Acropolis A','Acropolis B',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 0 10px 0;
}

#search-bar ul li, #search-bar-generic ul li {
    margin: 0;
    list-style: none;
    background-size: auto;
    padding: 0;
}


#search-bar .input-clearable, #search-bar .selectinput, #search-bar-generic .input-clearable, #search-bar-generic .selectinput, #search-bar-mobile .input-clearable {
    border-right: 1px solid black;
    background: #453e3c;
    border-radius: 0;
    border: 1px solid #453e3c;
    border-left-color: #000;
    color: #fff;
    font-family: 'open sans',arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    height: 42px;
    width: 23.74%;
    float:left;
    line-height: 40px;
    padding: 0 8px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#search-bar .selectinput, #search-bar-generic .selectinput{
    padding-left: 0px;
}

.selectinputmain{
   width: 21.4% !important;
}

.inputmain {
   width: 17% !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; 
}

.clear-input {
    width: 5%;
    position: absolute;
    right: 5px;
    height: 38px;
}

.input-clearable.hover .clear-input:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 40px;
    color: #b4d012;
    position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}


#search-bar input, #search-bar-generic input,#search-bar-mobile input  {
    width: 93%;
    background: #453e3c;
    border: 1px solid #453e3c;
    height: 38px;
    color: #fff;
    padding: 0;
    display: inline-block;
}

#search-bar #search-button, #search-bar-generic #search-button-main, #search-bar-mobile #search-button-mobile {
    height: 42px;
    width: 5%;
    font-family: 'Acropolis A', 'Acropolis B';
    border-left-color: #000;
}

#search-button:hover, #search-button-main:hover {
    background: #736764;
    border-color: #736764;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    background: #000000;
    color: #ffffff;
    z-index: 500 !important;
}

#searchResultBar {
    background: #e9e4de;
    padding: 8px 10px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-family: 'open sans',arial,sans-serif;
}

p.expand-collapse {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 20px 0 0;
    text-align: right;
}
.accordion {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
}
.card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.card>.card-header {
    color: #000;
    background: #e9e4de;
    border-bottom: 1px solid #fff;
}
.card-header {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.card-title {
    margin: 0;
    padding: 0;
    font-family: "open sans",arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
}
.card-title button.btn {display: block; padding: 12px 40px 12px 15px; position: relative; background:transparent; border:0; border-radius:0; font-size:inherit; line-height:1;}
.card-title button.btn:hover, .card-title button.btn:focus, .card-title button.btn:active {
    background: #736764;
    color: #fff;
}
.card-body {
    background: #fbfaf8;
    padding: 15px;
}
.card-title button.btn.collapsed::after {
    content: "\f105";
    font-family: FontAwesome;
}
.card-title button.btn::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p.expand-collapse::before {
    content: "\f0de";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    color: #e9e4de;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p.expand-collapse.open::before {
    color: #000;
}
p.expand-collapse.open::after {
    color: #e9e4de;
}
p.expand-collapse::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p.expand-collapse a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}