.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
    color: #40308D !important;
    border-color: #40308D !important;
    background-color: transparent;
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
    color: #FFF !important;
    background-color: #40308D !important;
}

.filter-exhibitor-form {
    background-color: #40308D;
    padding: 30px;
    color: #FFF;
}

@media(min-width: 992px) {
    .filter-exhibitor-form .text-description {
        width: 50%;
    }
}

.filter-exhibitor-form .text-description p {
    margin-bottom: 0;
}

.filter-exhibitor-form input[type="text"] {
    border-radius: 0;
    padding: 0.6875rem .75rem;
}

.filter-exhibitor-form .btn.btn-primary {
    background: #CA1F79;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-items: center;
    border-radius: 0;
    margin-left: 10px;
    border: 0;
    margin-right: 10px;
}

.filter-exhibitor-form .group-form-elements ,
.filter-exhibitor-form .group-form-elements > .form-group{
    flex: 1
}

.form-group-select-catalog .btn.btn-secondary {
    border-radius: 0;
    margin-left: 10px;
    padding: 0.6875rem 1.875rem;
    background: #CA1F79;
    border: 0;
}

.form-group-select-catalog .dropdown-menu {
    border-radius: 0;
    border: 0;
    background: #CA1F79;
    color: #FFF;
}

.form-group-select-catalog .dropdown-menu a {
    color: #FFF;
}

.form-group-select-catalog .dropdown-menu a.dropdown-item:focus {
    color: #FFF;
    background-color: transparent;
}

.form-group-select-catalog .dropdown-menu a:hover,
.form-group-select-catalog .dropdown-menu a.selected {
    background: #40308D;
}

#toyfair-exhibitor-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 6), 1fr));
    gap: 30px;
    position: relative;
}

.toyfair-exhibitor-card img {
    max-width: 100%;
}

.toyfair-exhibitor-card a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-content: space-between;
    height: 100%;
    background: #FFF;
}

.toyfair-exhibitor-card .toyfair-exhibitor-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #CA1F79;
    color: #FFF;
    padding: 30px 20px;
}

.toyfair-exhibitor-card .toyfair-exhibitor-content h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.toyfair-exhibitor-card .toyfair-exhibitor-thumb {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.toyfair-exhibitor-card .text-overlay {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 800;
    padding: 15px 15px 15px 15px;
    border-radius: 5px 5px 5px 5px;
    background: rgba(29, 0, 96, 0.6);
    z-index: 2 !important;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.toyfair-exhibitor-card a:hover .text-overlay {
    bottom: 10px;
    opacity: 1;
}

#toyfair-exhibitor-posts-wrapper .spinner-border {
    opacity: 0;
    color: #CA1F79;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

#toyfair-exhibitor-posts-wrapper.loading .spinner-border {
    opacity: 1;
}

#toyfair-exhibitor-posts-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    opacity: 0;
}

#toyfair-exhibitor-posts-wrapper.loading:before {
    opacity: 1;
}

#toyfair-exhibitor-load-more {
    background: #40308D;
    color: #FFF;
    border-radius: 0;
    border: 0;
    padding: 15px 30px;
}

#toyfair-exhibitor-load-more:hover {
    background: #CA1F79;
}

@media (min-width: 1000px) {
    #toyfair-exhibitor-load-more {
        min-width: 900px;
    }
}

@media (max-width: 991px) {
    .filter-exhibitor-form .text-description {
        margin-bottom: 15px;
    }
    .filter-exhibitor-form .group-form-elements, .filter-exhibitor-form .group-form-elements > .form-group {
        width: 100%;
    }
    #toyfair-exhibitor-posts-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
        gap: 20px;
    }
}


@media (max-width: 480px) {
    #toyfair-exhibitor-posts-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
        gap: 15px;
    }
}
