/* MAIN */

.hero {
    position:relative;
    background-image: url(/wp-content/uploads/2021/01/Contact-1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 298px 0 106px;
}

.hero:before {
    content:'';
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgb(17,17,17);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.55) 0%, rgba(255,0,0,0) 100%);
}
.hero h1 {
    text-align: center;
    font-size: 120px;
    font-weight: 400;
    color: white;
    line-height: 0.8em;
}

.intro {
    padding:50px;
    margin:0 auto;
}

.intro h2 {
    color: #5ac1bc;
    font-weight: 700;
    text-transform: capitalize;
    font-family: GothamBold;
    font-size: 32px;
    padding-bottom: 30px;
}

.intro p {
    color: #555;
    font-size: 17px;
    line-height: 32px;
}

#events-content, #members-content {
    background:#efefef;
    min-height: 1000px;
}
.events, .members {
    padding-top:18px;
}
.waves {
    background:#efefef;
}

/* FILTERS */

#filters-content {
    background: #5ac1bc;
}

.filters-row {
    padding: 20px 0;
}

.filters-btn {
    display:inline-block;
    margin-right: 7px;
    transition:0.4s all;
}

.filters-btn a:hover, .date-wrap:hover , .select2-container:hover {
    box-shadow: 0 0 0 3px rgba(67, 144, 140, 0.54);
    border-radius: 4px;
}

.filters-btn.right {
    float:right;
    margin-right:0;
}
#map-trigger, #tags-trigger, #amenities-trigger {
    cursor: pointer;
    padding: 8px 13px 7px;
    border: 1px solid white;
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    width: 160px;
    display: inline-block;
    font-size: 13px;
    background:white;
    position: relative;
    height:40px;
    vertical-align: middle;
}

.filters-btn svg, .filters-btn i {
    margin-right:7px;
    color: #666;
}

#map-trigger.active_map, #tags-trigger.active_map, #amenities-trigger.active_map {
    box-shadow: 0 0 0 3px rgba(67, 144, 140, 0.54);
}

.tags-wrap {
    display:none;
    background: white;
    position: absolute;
    width: 800px;
    padding: 20px;
    z-index: 9;
    float: left;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 24px 0 rgba(156, 156, 156, 0.5);
}

.tags-inner-wrap {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 235px;
    overflow-y: scroll;
    height:235px;
}

.tags-wrap label {
    flex: 1 1 33.33333337%;
    max-width: 33.33333337%;
    margin-bottom: .4375rem;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tags-wrap .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #6b6b6b;
}

.tags-wrap label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.tags-wrap label:hover input ~ .checkmark {
    background-color: #ccc;
}
.tags-wrap label input:checked ~ .checkmark {
    background-color: #5ac1bc;
    border-color: #5ac1bc;
}
.tags-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tags-wrap  label input:checked ~ .checkmark:after {
    display: block;
}

.tags-count, .amenities-count {
    display:none;
    background: #5ac1bc;
    color: white;
    padding: 0 5px;
    margin-left: 2px;
    border-radius: 3px;
    font-size: 11px;
}


.select2-dropdown {
    border: 1px solid white !important;
    font-size:12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3088bb  !important;
}

.filters-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left:33px;
    font-size: 13px;
    color: #666;
}

.filters-btn .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid white;
}

.filters-btn .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.filters-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    left: 13px;
    width: 20px;
}

.filters-btn .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    height: 38px;
    right: 7px;
    content: "\f0dc";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #5ac1bc;
    display:none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display:none;
}

.filters-btn .select2-container .select2-selection--multiple {
    min-height:40px;
    border: solid white 1px;
}

.filters-btn .select2-container .select2-selection--multiple:before {
    content: "\f02c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #5ac1bc;
    position: absolute;
    top: 10px;
    left: 12px;
}

.filters-btn .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top:6px;
}

.filters-btn .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left:40px;
}

.filters-btn .select2-container .select2-search--inline .select2-search__field {
    margin-top:10px;
    padding-left:0px;
}

.filters-btn .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #5ac1bc;
}

.filters-btn .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid white 1px;
}

.date-wrap {
    border: 1px solid white;
    padding: 0 0 0 12px;
    border-radius: 4px;
    vertical-align: middle;
    width: 215px;
    display: inline-block;
    background:white;
    height: 40px;
}

.date-wrap:before {
    content: "\f783";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #5ac1bc;
    float: left;
    margin-top: 8px;
    margin-right: 2px;
    display:none;
}

.date-wrap i {
    float: left;
    margin-top: 11px;
}

#datepicker {
    border: 0;
    width: auto;
    margin-left: 6px;
    color: #666;
    padding: 11px 0;
    width: 87%;
}

#datepicker::placeholder {
    color: #666;
}

/* PACKAGES */

.sig {
    color: #f5af27;
    position: absolute;
    left: 35px;
    top: 20px;
    font-size: 30px;
    z-index: 9;
}

.price-banner {
    position: absolute;
    right: 0;
    background: rgb(255 255 255);
    z-index: 99;
    padding: 7px 13px 10px;
    color: #353535;
    font-size: 10px;
}

.price-banner span {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-top: -3px;
}

#package-results i ul {
    list-style: none;
    color: black;
    font-size: 17px;
    line-height: 27px;
}
#package-results i ul li {
    color:white;
}
#package-results i ul li:before {
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    padding-right: 15px;
    display:none;
}
#package-results i ul li i {
    margin-right:10px;
}

.offer-wrap .event-card {
    max-width:50%;
}

.offer-wrap .event-card-details {
    height:185px;
}


/* EVENTS */

.event-wrap {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
    width:102%;
}

.event-card {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding: 2% 1% 0;
}

.event-card-inner {
    box-shadow: 0 0 17px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}

.event-card a.event-image {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    padding-top:1px;
}

.event-card a.event-image:hover {
    transition: 0.4s all !important;
    filter: brightness(110%);
}

.event-card a.event-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.55) 100%);
    border-radius: 2px;
}

.event-card-details {
    background:white;
    padding: 22px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 26px 0 #ded5d5;
    height:263px;
}

.single-event .event-card-details {
    height: 323px;
}

.single-event .event-card-details a.view-menu {
    display: block;
    background: #68c0b9;
    color: white;
    padding: 10px 10px 8px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    transition:0.3s all;
}

.single-event .event-card-details a.view-menu:hover {
    filter:brightness(110%);
}

.event-card-details address {
    font-size: 13px;
    font-style: normal;
    color: #f1647e;
    margin-bottom: 12px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-card-details address i {
    margin-right: 3px;
}

.event-card-details h3 {
    padding: 0;
    margin: 2px 0 7px;
    font-weight: 700;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.event-card-details h3 a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #5ac1bc;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.event-card-details h3 a:hover:after {
    transform: scaleX(1);
}

.event-card-details p {
    color: #777;
    font-weight: 400;
    max-height: 70px;
    overflow: hidden;
}

.event-details-footer {
    margin-top: 20px;
    height: 66px;
    overflow: hidden;
}

.amen-wrap {
    font-size: 15px;
    color: #464646;
}

.amen-wrap i {
    margin-right:10px;
    margin-bottom:10px;
}

span.tag {
    margin-top: 7px;
    display: inline-block;
    padding: 0px 7px;
    margin-right: 7px;
    text-transform: capitalize;
    border: 1px solid #5d5d5d;
    border-radius: 3px;
    color: #5d5d5d;
    font-size: 11px;
    cursor: default;
    transition: 0.4s all;
    cursor: pointer;
}

span.tag:hover {
    background: #5ac1bc;
    border-color:#5ac1bc;
    color:white;
}

.cat-wrap {
    background: #f5af27;
    color: white;
    padding: 11px 7px 10px 11px;
    border: 0;
    margin: 20px 0 0;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 158px;
    line-height: 16px;
    z-index: 1;
    position: relative;
}

.cat-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 20px solid #f5af27;
    right: -20px;
    top: 0;
    position: absolute;
}

/* Calendar */

body .daterangepicker {
    margin-left: -35px;
    margin-top: 13px;
}

body .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #5ac1bc;
    border-color: transparent;
    color: #fff;
}

/* MISC */
.fader {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.87);
    z-index: 2;
}
.fader img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.fader p {
    width: 201px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    margin-left: -100.5px;
    font-weight: bold;
    color: #155f8a;
    font-size: 16px;
}
.ajax_loader_big {
    display: none;
    margin: -15px auto 0;
    padding: 20px;
    height: 25px;
    width: 25px;
}
.pagination {
    text-align: center;
    margin-top: 40px;
    padding-bottom:50px;
}
.event-page, .member-page {
    padding: 6px 14px;
    display: inline-block;
    margin: 0px 6px 10px 0;
    color: #777;
    font-size: 17px;
    border: 1px solid silver;
    width: 48px;
    border-radius: 3px;
}
.event-page:hover, .member-page:hover {
    background: #e4e4e4;
}
.active_page {
    background: #5ac1bc !important;
    color: white;
    border-color: #5ac1bc;
}

.elip {margin-right:6px;}
#map_canvas {
    width: 100%;
    height: 452px;
    margin-top:20px;
    display:none;
}

/* MAP */
.infoContent {
    min-width:375px;
    padding:7px 0;
}
.infoContent p {
    margin: 0 0 5px 0;
    width: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
.infoThumb {
    float: left;
    height: 75px;
    width: 100px;
    margin-right: 10px;
    border-radius:4px;
}
.infoThumb:hover {
    opacity:0.8;
}
.infoTitle {
    padding:0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin-bottom: 7px;
    color: black;
    max-width: 250px;
    height: 15px;
}
.infoTitle a {
    font-size:16px;
    text-transform: none;
}
.infoTitle a:hover {
    text-decoration:underline;
}
.learnMore {
    color: #f1667f;
    display: block;
    width: 140px;
    float: right;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}
.learnMore:hover {
    text-decoration: underline;
}

/* Reset */

.reset-filters, .toggle-seasonal {
    background: #ffffff;
    padding: 12px 7px 12px 14px;
    text-align: center;
    border: 1px solid white;
    border-radius: 4px;
    line-height: 40px;
    color:#666666;
}
.toggle-seasonal {
    padding: 12px;
}
.toggle-seasonal.active-seasonal {
    background:#666;
    border-color:#666;
}
.toggle-seasonal.active-seasonal i {
    color:white;
}
.reset-filters i, .toggle-seasonal i {
    margin:0;
}

/* Venues Autocomplete */
.autocomplete-suggestions { background: #FFF; overflow: visible;margin-top:13px;left:0;border-radius:4px;max-height:initial !important;border: 1px solid #ebebeb;border-bottom: 0;box-shadow:none; }
.autocomplete-suggestion, .autocomplete-no-suggestion { padding: 9px 10px; white-space: nowrap; overflow: hidden;text-overflow:ellipsis;border-bottom: 1px solid #ebebeb;cursor: pointer; }
.autocomplete-suggestion:last-child {border-bottom:0;}
.autocomplete-selected { text-decoration:underline;}
.autocomplete-suggestions strong { font-weight: bold; color: #5ac1bc; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-suggestions:before {
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:calc(50% - 7.5px);
    border-color:rgba(204,204,204,1);
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7px solid white;
    margin-top:-7px;
}


/* Tags */
.filter-tag {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    background: #f5af27;
    color: white;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.filter-tag a {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    opacity: 0.7;
    margin-top: 0;
    float: right;
    color: #ffffff;
}
.filter-tag a:hover {
    opacity:1.0;
}

/* Mobile*/

.hide-mobile {
    display:inline-block;
}

.hide-desktop {
    display:none;
}

.filters-trigger {
    display:none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right:0;
    background: #f44;
    color: white;
    z-index: 999;
    padding: 15px 40px;
    cursor:pointer;
    text-align:center;
}
.filters-trigger:hover {
    opacity:0.8;
}
.filters-trigger i {
    font-size: 13px;
    margin-right: 7px;
}
.close-filters {
    display:none;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.close-filters span {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    width: 20px;
    height: 2px;
    border-radius: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: 0.3s ease;
}
.close-filters span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.close-filters span:nth-child(2) {
    opacity:0;
    margin: 4px 0;
}
.close-filters span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
.tag-list {
    overflow-y: scroll;
    height: 420px;
}

.categories {
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.categories li {
    display: inline-block;
    margin: 4px;
}

.categories li label {
    position: relative;
    padding: 8px 13px;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    background: #5ac1bc;
    transition: 0.4s all;
    display: block;
    font-size: 13px;
}

.categories li label i {
    margin-right:7px;
}

.categories li label:hover, .active_category {
    opacity: 1 !important;
    background:#f5af27 !important;
}

.categories li input {
    visibility: hidden;
    position: absolute;
}

.no-msg {
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 98%;
    padding: 10px !important;
    border-radius: 3px;
    color: #3a3a3a;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    margin: 20px auto 0;
}

figure.effect-honey h2 {
    font-size:23px;
}

.star_rating {
    color: #f5af26;
    font-size: 13px;
    position: absolute;
    bottom: 8px;
    left: 14px;
}

.star_rating i {
    margin-right:2px;
}

.featured-member {
    margin-top: 15px;
}

.featured-member .member-card {
    max-width: 100%;
    padding: 0;
    flex: none;
}

.featured-member .event-card-inner {
    float: left;
    width: 31.9%;
}

.featured-member .event-card-details {
    float: left;
    width: 68.1%;
    height: 200px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* DIVI FIX */
#newsletter-section .et_pb_text_0.et_pb_text {
    color: #ffffff!important;
}
#newsletter-section .et_pb_text_0 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.8em;
    width: 50%;
    margin-left: auto!important;
    margin-right: auto!important;
}
#newsletter-section .et_pb_code_0, #newsletter-section .et_pb_code_1 {
    width: 100%;
}
#newsletter-section .et_pb_row_0 {
    background-color: #5ac1bc;
}
#newsletter-section .et_pb_row_0.et_pb_row {
    padding-top: 50px!important;
    padding-bottom: 75px!important;
    padding-top: 50px;
    padding-bottom: 75px;
}

@media (max-width:1228px) {

   .hide-mobile {
        display:none;
    }

    .hide-desktop {
        display:block;
    }

    .container {
        width: 90%;
    }

    .filters-row {
        padding: 15px 0;
    }

    .select2-container {
        width:125px !important;
    }

    .select2-dropdown, .filters-btn .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size:11px;
    }

    .filters-btn .select2-container .select2-selection--single {
        height: 44px; 
    }
    .filters-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 44px;
        font-size: 11px
    }

    .filters-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 12px;
    }

    .filters-btn.right {
        padding: 0;
        padding-left: 7px;
    }

    #map-trigger, #tags-trigger, #amenities-trigger, .reset-filters {
        width: 55px !important;
        text-align: center;
        font-size: 11px;
        height: 44px;
        display: block;
        padding: 8px 0px 7px;
        line-height:20px;
    }

    .tags-count, .amenities-count {
        padding: 0 3px;
        margin-left: 0px;
        border-radius: 2px;
        font-size: 8px;
    }

    .filters-btn i, .filters-btn svg {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .tags-wrap {
        width:50%;
        padding:15px;
    }

    .tags-wrap label {
        flex: 1 1 50%;
        max-width: 50%;
        font-size: 11px;
        user-select: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 10px;
    }

    .venue-mobile, .date-mobile {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .venue-mobile .venue-wrap, .date-mobile .date-wrap {
        position: relative;
        border: 1px solid #5ac1bc;
        width: 100%;
    }

    #datepicker {
        width: 88%;
        box-sizing: border-box;
        padding: 10px 0;
        margin-top: 1px;
    }

}

@media (max-width:980px) {

    .events, .members {
        clear:both;
    }
	
	.hero {
    padding-top: 180px !important;
    padding-bottom: 150px !important;
}

    .event-card {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 2% 1% 0;
    }
	
	#newsletter-section .et_pb_text_0 {
		width:85% !important;
	}

	 .infoThumb {
    display: none;
}

}

@media (max-width:767px) {

    .hero h1 {
        font-size:70px;
    }
}

@media (max-width:680px) {

    .tags-wrap {
        width:100%;
        padding:15px;
    }

    #map_canvas {
        height: 250px;
        margin-top: 10px;
        margin-bottom: 20px;
        border-radius: 3px;
    }
    .event-wrap {
        margin: 0;
    }
    .event-card {
        flex: inherit;
        max-width: 100%;
        padding: 0 0 20px 0
    }
    .categories {
        margin: 0 -5px 0px;
        float: left;
        width: 100%;
    }
    .categories li {
        width: 32.15%;
        float: left;
        display: block;
        margin: 0px 6px 0 0;
    }
    .categories li:nth-of-type(3n+3) {
        margin-right:0;
    }
    .categories li label {
        position: relative;
        padding: 17px 0px;
        border-radius: 3px;
        color: white;
        cursor: pointer;
        background: #5ac1bc;
        opacity: 0.3;
        transition: 0.4s all;
        font-size: 11.5px;
        line-height: 15px;
        text-align: center;
        height: 46px;
        width:100%;
        margin: 3px;
        letter-spacing:-0.5px;
        box-sizing: border-box;
        vertical-align: middle;
        display: block;
    }
    .categories li label i {
        margin-right: 0;
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
        margin-top: 4px;
    }
	.grid {
    	padding: 0;
	}
	.grid figure {
		padding:0;
	}
	#package-results i ul {
		font-size: 14px;
    	line-height: 21px;
	}
	figure.effect-honey h2 {
		font-size:20px;
	}
	.sig {
		left:20px;
	}
}