/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* DIRECTORIES */

.exhib-search-box .mdb-select {
    background-color: #fff!important;
    border-radius: 3.125rem;
    padding-left: 1rem!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-bottom: 0.94rem;
}

.dir-search-row .checkboxes {
    margin-top: 16px;
    margin-top: 1rem;
}

.exhib-dir .jumbotron,
.when-where .jumbotron {
    margin-bottom: 0;
}

.exhib-dir .dir-search-row {
    background-color: #f1f1f1;
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.dir-search-filter select {
    width: 100%;
    max-width: 100%;
}

.dir-item-list-image .dir-image {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

.dir-item-list-text {
    text-align: center;
}

.dir-item-list-text .dir-desc {
    display: none;
}

.dir-pagination .pagination {
    display: inline-flex;
}

.dir-pagination {
    text-align: center;
}

.section .google-ad img {
    box-shadow: none;
}

.scrolloff {
    pointer-events: none;
}

@media (max-width: 768px) {
    .where-next .card-overlay {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .dates-location-grp {
        text-align: right;
        padding-top: 0;
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .dir-item-list-text {
        text-align: left;
    }
    .dir-search-filter {
        max-width: 255px;
    }
}

 .dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    font-size: 1rem;
}

.select-wrapper input.select-dropdown {
    border-bottom: 2px solid black;
}

.exhib-dir .dir-search-row {
    background-color: #ebebeb;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.md-textarea {
    border-bottom: 1px solid black;
}

[type=checkbox]+label {
    font-size: .8rem;
    line-height: inherit;
}

.dir-result-count {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
}

.dir-result-count .fa-check {
    color: #31b753;
}

.dir-buttons {
    margin-top: 8px;
    margin-top: 0.94rem;
    text-align: center;
}

.dir-search-row .btn-search {
    margin-left: 16px;
    margin-left: 1rem;
}

.google-ad {
    /*border-bottom: 1px solid #ebebeb;*/
    text-align: center;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.dir-item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    position: relative;
}

.dir-item:first-child {
    border-top: 1px solid #ebebeb;
}


/* .dir-item-premium {
background-color: #ebebeb;
} */

.dir-item .featured {
    position: absolute;
    right: 0;
    background-color: #ffd100;
    font-size: 11px;
    padding: 5px 5px;
}

.dir-item-list-text .featured-wrapper {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.dir-item-list-text .featured-profile {
    background-color: #ffd100;
    font-size: 11px;
    padding: 5px 5px;
    display: inline-block;
}

.dir-item .dir-item-inner {
    padding-top: 32px;
    padding-top: 2rem;
}

.dir-item-list-text .dir-stand {
    margin-right: 16px;
    margin-right: 1rem;
    padding-left: 10px;
    border-radius: 15px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: black !important;
    color: white;
    box-shadow: none;
}

.dir-item-list-text .chip {
    font-size: 11px;
    box-shadow: none;
    color: black;
}

.dir-item-list-text .dir-button .fa-chevron-right {
    font-size: 13px;
    font-size: 0.8125rem;
}

.dir-item-list-text .dir-social .btn-default {
    background-color: #000000 !important;
    color: #fff !important;
}

.dir-item-list-text .dir-social .btn-default:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.dir-item-list-text .btn-promotional {
    background-color: #000000 !important;
    color: #fff !important;
    margin-top: 6px;
    margin-bottom: 6px;
}

.dir-item-list-text .btn-promotional:hover {
    background-color: #fff !important;
    color: #000 !important;
}

 .directory-card {
    border-bottom: 0px !important;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    border: 0 !important;
}

.directory-card .background {
    margin: 0.625em;
    background-color: white;
}

.directory-card-featured-single .card-content {
    text-align: center;
}

.directory-card-featured-single .directory-card-cta {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

.directory-card-featured-single .directory-card-hr {
    margin-top: 2rem;
}

.dir-featured-card-row {
    margin-bottom: 2rem;
}

.dir-featured-card-row .dir-feature-box .card-title {
    font-weight: 700;
}

.dir-featured-card-row .dir-feature-box .card-body {
    display: table;
    height: 100%;
    width: 100%;
}

.exhib-search-tmp {
    background-color: #f8f8f8;
    border: none;
}

.exhib-search-tmp .page-link {
    color: #ff8630;
}

.exhib-search-tmp .exhib-search-box .card {
    border: none !important;
    box-shadow: none;
    background-color: transparent;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 0.875rem;
}

.exhib-search-tmp .exhib-search-box .dir-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.exhib-search-tmp .exhib-search-box .select-wrapper input.select-dropdown,
.exhib-search-tmp .exhib-search-box input[type=text] {
    border-style: solid;
    border-width: 1px;
    border-color: #00000020;
    border-radius: 3.125rem;
    padding-left: 1rem;
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 3rem;
    margin-bottom: 0.94rem;
}

.exhib-search-tmp .exhib-search-box .form-control:focus,
input[type=text]:focus:not([readonly]) {
    border-color: white !important;
    border-bottom-color: white !important;
    background-color: white !important;
    border-bottom: 1px solid #00000020 !important;
    box-shadow: none !important;
}

.exhib-search-tmp .exhib-search-box .dropdown-content {
    border-radius: 1.25rem;
}

.exhib-search-tmp .exhib-search-box .caret {
    color: #000;
    z-index: 1;
    right: 16px;
    top: 12px;
}

.exhib-search-tmp .exhib-search-box .dir-buttons .btn-search {
    border-radius: 3.125rem;
    background-color: #b5b5b5;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.exhib-search-tmp .exhib-categories .directory-card-cta {
    margin-bottom: 0;
}

.exhib-search-tmp .exhib-categories .taglines {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.exhib-search-tmp .exhib-categories .taglines h4 {
    text-align: center;
    font-size: 1.125rem;
}

.exhib-search-tmp .exhib-categories .taglines h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.exhib-search-tmp .prodcat {
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    margin-bottom: 1.875rem;
    background-color: #fff;
    border-color: #dddddd;
    font-size: 0.875em;
}

.exhib-search-tmp .fas {
    float: right;
    line-height: inherit;
}

.directory-card-cta .link-text,
.exhib-profile-tmp .link-text {
    text-align: center;
    padding: 0.9375rem;
}

.exhib-search-results {
    background-color: #f8f8f8;
    padding-top: 0px !important;
}

.exhib-search-results .card,
.exhib-profile-tmp .card {}

.directory-card-cta,
.exhib-profile-tmp .card-cta {
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 2rem;
}

.directory-card-cta h6,
.exhib-profile-tmp .card-cta h6 {
    margin-bottom: 0;
}

.exhib-search-results-hr-top {
    border-top-width: 1px!important;
    border-top-style: solid!important;
    border-top-color: rgba(0, 0, 0, .1)!important;
    margin-bottom: 30px;
}

.directory-card-hr {
    margin-top: 0;
    width: 70%;
    margin-bottom: 0;
    margin-right: auto !important;
    margin-left: auto !important;
}

.directory-card .card-title,
.exhib-profile-tmp .card-title {
    text-align: center;
    font-size: 1.125em;
    font-weight: bold !important;
}

.directory-card .stand,
.exhib-profile-tmp .stand {
    text-align: center;
    font-size: 0.938em;
}

.directory-card .country,
.exhib-profile-tmp .country {
    text-align: center;
    font-size: 0.938em;
}

.exhib-search-tmp .dir-button h6 {
    text-align: center;
}

.exhib-search-results-hr {
    border-top-width: 1px!important;
    border-top-style: solid!important;
    border-top-color: rgba(0, 0, 0, .1)!important;
    margin-top: 30px;
    margin-bottom: 1.5rem;
}

.directory-card-cta .link-text,
.exhib-profile-tmp .link-text {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.directory-card-cta .link-text h6,
.exhib-profile-tmp .link-text h6 {
    font-size: 0.875em;
    font-weight: bold;
}

.directory-card .center,
.company-logo .center,
.related-products .center {
    display: table;
    width: 100%;
}

.directory-card .v-align,
.company-logo .v-align,
.related-products .v-align {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.company-logo .v-align {
    border-bottom: 0px;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .directory-card .dir-image,
    .directory-card-featured-single .dir-image,
    .exhib-profile-tmp .dir-image,
    .related-products .dir-image {
        width: 100%;
    }
    .view.intro-2 {
        display: none;
    }
    .whats-on-align-center {
        display: block !important;
    }
    .overlay .mask:hover {
        opacity: 0 !important;
    }
    .mdb-select {
        margin-bottom: 1rem!important;
    }
    img {
        width: 100%;
    }
}

.directory-card .dir-image,
.directory-card-featured-single .dir-image,
.exhib-profile-tmp .dir-image,
.related-products .dir-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.625rem;
    max-height: 200px;
}

.related-products h3 {
    font-size: 1.750rem;
    font-weight: 700;
}

.exhib-search-results .card-footer {
    position: absolute;
    bottom: 20px;
}

.exhib-profile-tmp {
    background-color: #f8f8f8;
}

.exhib-profile-tmp .profile-header {
    background-color: white;
    display: table;
    padding: 0 1rem 0 1rem;
    width: 100%;
}

.exhib-profile-tm .profile {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.exhib-profile-tmp .compname {
    background-color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.exhib-profile-tmp .compname h3 {
    font-weight: bold;
    font-size: 2rem;
}


/*.exhib-profile-tmp .logo{
  background-color:#fff;
  margin-top:50px;
  padding-bottom:50px;
  padding-left:50px;
  padding-right:50px;
}*/

.exhib-profile-tmp .compstand {
    background-color: #fff;
}

.exhib-profile-tmp .compstand h5 {
    display: inline-block;
}

.exhib-profile-tmp .compstand .dir-stand {
    margin-right: 1rem;
    color: black;
    background-color: #ffffff00;
    box-shadow: none;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}

.exhib-profile-tmp .compdesc {
    margin-top: 20px;
    background-color: #fff !important;
}

.exhib-profile-tmp .address {
    text-align: center;
    background-color: #fff;
    margin-bottom: 40px;
}

.exhib-profile-tmp .dir-social {
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
}

.exhib-profile-tmp .promo {
    text-align: center;
    background-color: #fff;
}

.exhib-profile-tmp .btn-promotional {
    background-color: #fff;
    color: #000 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 50px;
    padding: 10px 20px;
}

.exhib-profile-tmp .btn-promotional .fas {
    padding-left: 5px;
}

.exhib-profile-tmp .card-title {
    font-weight: bold;
    background-color: #fff;
    font-size: 1.1875rem;
}

.exhib-profile-tmp .link-text {
    text-align: center;
    text-transform: uppercase;
}

.exhib-profile-tmp .card {
    margin-top: 30px;
    background-color: #fff;
}

.exhib-profile-tmp .related-products {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.exhib-profile-tmp .related-products h2 {
    font-weight: bold;
}

.exhib-profile-tmp .dir-button {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.exhib-prof-tmp-hr {
    margin-top: 10px;
    margin-bottom: 1.5rem;
}

.exhib-profile-tmp .link-text h6 {
    font-size: 0.9375rem;
    font-weight: bold;
}

.chip {
    padding-left: 1em;
    padding-right: 1em;
    text-transform: uppercase;
    display: inline-flex;
    font-size: 10px;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 16px;
    background-color: #ffffff26;
    margin-bottom: 1rem;
    margin-right: 1rem;
    box-shadow: none;
    height: unset;
    line-height: 20px;
}

.chip.dir-prod-cat-chip.waves-effect.waves-effect {
    pointer-events: none;
}


.terms {
    padding-left: 14px;
}

.featured-ribbon {
    width: 1rem;
    height: 2rem;
    background-color: #59c4c5;
    position: absolute;
}

.featured-ribbon:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -0.6rem;
    border-left: 0.5rem solid #59c4c5;
    border-right: 0.5rem solid #59c4c5;
    border-bottom: 0.6rem solid transparent;
}

.featured-ribbon:after {
    content: '';
}

.featured-ribbon-text {
    font-weight: 700;
    font-size: 1rem;
    margin-left: 2rem;
    padding-top: 0.5rem;
    color: #59c4c5;
}

.dir-feature-box:after,
.dir-feature-box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/* Hide in mobile and tablet screens */
@media (max-width: 992px) {
    .dir-feature-box:after,
.dir-feature-box:before {
        display: none;
    }
}


.featured-card {
    background-color: #59c4c5;
    border: 0;
    color: white;
}

.directory-card-highlighted {
    background-color: #ff8531;
    color: white;
}

.directory-card-highlighted .dir-image {
    background-color: white;
}

.directory-card-highlighted .card-title {
    color: white;
}

.directory-card-cta-highlighted {
    background-color: #ff8531;
}

.directory-card-cta-highlighted .link-text {
    color: white;
}

.hero-inner .container-left-half,
.hero-inner .container-right-half {
    padding-right: 30px;
    padding-left: 30px;
}

.hero-inner .container-left-half {
    margin-right: 0;
    margin-left: auto;
}

.hero-inner .container-right-half {
    margin-left: 0;
    margin-right: auto;
}