.cvdo-im {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 !important;

}

.cvdo-im > .row {
    padding: 0 !important;
}
.cvdo-im-tabs {
    background-color: #82C7F1;
    border-right: 1px solid #fff;
}

.cvdo-im-tab {
    background-color: #ACC14A;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.cvdo-im-tab.active {
    border-right: none;
    background-color: #3C95D1;
}

.cvdo-im-clear-pois {
    margin-left: auto;
    height: 50%;
    cursor: pointer;
}

.cvdo-im-title-bar {
    background-color: #82C7F1;
    color: #fff;
    line-height: 61px;
    letter-spacing: 0px;
}

.cvdo-im-title-bar h1 {
    margin: 0;
    font-weight: 100;
    letter-spacing: -1px;
}

.cvdo-im-title-bar h1 span {
    font-weight: 400;
    letter-spacing: 0px;
}

.cvdo-im-side-bar {
    background-color: #3797D2;
}

.cvdo-im-side-bar-inner {
    background-color: #F3F3F3;
    margin: 5px;
}

.cvdo-im-side-bar-header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 300;
}

.cvdo-im-side-bar-header span {
    font-weight: 600;
}

.cvdo-im-types-wrapper {
    overflow: hidden;
}

.cvdo-im-types > * {
    float: left;
}

.cvdo-im-types-left,
.cvdo-im-types-right {
    width: 14.285%;
}

.cvdo-im-types .slick-list {
    width: 71.425%;
}

.cvdo-im-types-left,
.cvdo-im-types-right,
.cvdo-im-type {
    font-size: 32px;
    position: relative;
    color: #fff;
    background: #ACC14A;
    border-left: 1px solid #fff;
    cursor: pointer;
    height: auto;
}

.cvdo-im-types-left,
.cvdo-im-types-right {
    background-color: #2A6F9A;
}

.cvdo-im-type:nth-child(odd) {
    background-color: #749cb5;
}

.cvdo-im-type:nth-child(even) {
    background-color: #547b92;
}
.cvdo-im-types-left:before,
.cvdo-im-types-right:before,
.cvdo-im-type:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.cvdo-im-types-left i,
.cvdo-im-types-right i,
.cvdo-im-type i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cvdo-im-type-outline {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    color: #CC006F;
}

.cvdo-im-filter-dropdown-toggle,
.cvdo-im-adventure-dropdown-toggle {
    color: #fff;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    background-color: #ACC14A;
    max-height: 0;
    transition: .3s max-height;
    overflow: hidden;
    margin-top: 0 !important;
}

.cvdo-im-filter-dropdown,
.cvdo-im-adventure-dropdown {
    border: 2px solid #ACC14A;
}

.cvdo-im-filter-dropdown-toggle:nth-child(odd) {
    background-color: #749cb5;
}

.cvdo-im-filter-dropdown-toggle:nth-child(even) {
    background-color: #547b92;
}

.cvdo-im-filter-dropdown:nth-child(even) {
    border: 2px solid #749cb5;
}

.cvdo-im-filter-dropdown:nth-child(odd) {
    border: 2px solid #547b92;
}

.cvdo-im-filter-dropdown-toggle.active,
.cvdo-im-adventure-dropdown-toggle.active {
    max-height: 300px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px !important;
}

.cvdo-im-distance-dropdown-toggle {
    background-color: #5193E1;
    max-height: none;
}

.cvdo-im-distance-dropdown {
    border: 2px solid #5193E1;
}

.cvdo-im-filter-dropdown-toggle i,
.cvdo-im-adventure-dropdown-toggle i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cvdo-im-filter-dropdown-toggle .ion-arrow-right-b,
.cvdo-im-adventure-dropdown-toggle .ion-arrow-right-b {
    left: 10px;
    font-size: 24px;
    transition: .3s transform;
}

.cvdo-im-filter-dropdown-toggle .ion-arrow-right-b.active,
.cvdo-im-adventure-dropdown-toggle .ion-arrow-right-b.active {
    transform: translateY(-50%) rotate(90deg);
}

.cvdo-im-filter-dropdown-toggle .cvdo-im-type-close,
.cvdo-im-adventure-dropdown-toggle .cvdo-im-adventure-close {
    right: 5px;
    font-size: 20px;
}

.cvdo-im-distance-dropdown-toggle {
    display: none;
}

.cvdo-im-filter-pill {
    border: 1px solid #cdcdcd;
    color: #292b2c;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s color, .3s background, .3s border;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
}

.cvdo-im-filter-pill.active,
.cvdo-im-filter-pill:hover,
.cvdo-im-filter-pill:focus {
    background-color: #ec7f21;
    color: #fff;
    border-color: #fff;
}

.cvdo-im-show-adventure-route {
    height: 25px;
    width: 25px;
    margin-left: 10px;
}

.cvdo-im-attractions {
    margin-left: -2.5px;
    margin-right: -2.5px;
    opacity: .05;
    transition: .5s opacity ease-in;
}

.cvdo-im.loaded .cvdo-im-attractions {
    opacity: 1;
}

.cvdo-im-attraction {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.cvdo-im-attraction.poi-hidden {
    display: none;
}

.cvdo-im-attraction-inner {
    position: relative;
    overflow: hidden;
}

.cvdo-im-attraction-inner:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.cvdo-im-attraction-inner > * {
    position: absolute;
}

.cvdo-im-attraction img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    margin: 0;
    transition: .6s all;
}
.cvdo-im-attraction:hover img {
    transform: scale(1.1);
}

.cvdo-im-add-attraction {
    top: 0;
    left: 0;
    color: #fff;
    background-color: #A7BF44;
    width: 24px;
    height: 24px;
    text-align: center;
}

.cvdo-im-rating {
    top: 0;
    left: 29px;
    color: #fff;
    background-color: #A7BF44;
    padding-left: 5px;
    padding-right: 5px;
}

.cvdo-im-comment-count {
    left: 65px;
    top: 0;
    color: #fff;
}

.cvdo-im-attraction-banner {
    color: #fff;
    top: -45px;
    right: -45px;
    background-color: rgba(255,0,0,.4);
    text-align: center;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    padding-top: 60px;
    display: none;
}

.cvdo-im-featured-attraction .cvdo-im-attraction-banner {
    display: block;
}

.cvdo-im-featured-attraction .cvdo-im-attraction-banner:before {
    content: "\f24e";
    font-family: "Ionicons";
}

.cvdo-im-attraction-title {
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.1;
    width: 100%;
    background: rgba(0,0,0,.3);
    padding: 10px;
}

#cvdo-im-map {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    opacity: .25;
    transition: .5s opacity ease-in;
}

.cvdo-im.loaded #cvdo-im-map {
    opacity: 1;
}

.mapboxgl-ctrl-group > button {
    width: 50px;
    height: 50px;
}

.cvdo-im-map-marker {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
    background-color: #ec7f21;
    border-radius: 50%;
    font-size: 24px;
    z-index: 1;
    opacity: 1;
    transition: .3s opacity;
    cursor: pointer;
    -webkit-box-shadow: -1px -1px 15px 3px rgba(0,0,0,0.65);
    -moz-box-shadow: -1px -1px 15px 3px rgba(0,0,0,0.65);
    box-shadow: -1px -1px 15px 3px rgba(0,0,0,0.65);
}

.cvdo-im-map-marker.marker-highlighted {
    background-color: #000;
    color: #fff;
    z-index: 998;
}

.cvdo-im-map-marker.marker-highlighted:before {
    border-color: rgb(255, 156, 45) transparent transparent transparent;
}

.cvdo-im-map-marker.marker-highlighted:before {
    border-color: #000 transparent transparent transparent;
}

.cvdo-im-map-marker.marker-hidden {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cvdo-im-map-marker.marker-hidden-near-me {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cvdo-im-map-marker-arrow {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 25px;
    transform: translateX(-50%);
}

.cvdo-im-map-marker-inner {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 6px;
    left: 6px;
    line-height: 40px;
    color: #000;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
}

.cvdo-im-map-marker.cvdo-im-featured-marker {
    background-color: transparent !important;
    z-index: 999;
    box-shadow: none;
}

.cvdo-im-map-marker.cvdo-im-featured-marker:after {
    content: "\f24e";
    font-family: "Ionicons";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: 0;
    font-size: 60px;
    height: 60px;
    color: #fde45d;
}

.cvdo-im-map-marker.cvdo-im-featured-marker .cvdo-im-map-marker-arrow {
    display: none;
}

.cvdo-im-map-marker.cvdo-im-featured-marker .cvdo-im-map-marker-inner {
    background-color: transparent;
    font-size: 18px;
}

.cvdo-im-map-marker.marker-highlighted.cvdo-im-featured-marker:after {
    color: #000;
}

.cvdo-im-map-marker.marker-highlighted.cvdo-im-featured-marker .cvdo-im-map-marker-inner {
    color: #fff;
}

.cvdo-im-map-marker.cvdo-im-featured-marker:before {
    display: none;
}

.cvdo-im-modal .modal-content {
    border-radius: 0;
}

.cvdo-im-modal .modal-body {
    padding: 3px;
}

.cvdo-im-modal .modal-footer {
    border-top: none;
    padding: 15px 3px 3px 3px;
}

.cvdo-im-modal-image-wrapper {
    position: relative;
    overflow: hidden;
}

.cvdo-im-modal-image-wrapper:before {
    display: block;
    content: " ";
    padding-top: 56.25%;
}

.cvdo-im-modal-image-wrapper img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
}

.cvdo-im-modal-info hr {
    margin: 1em 0 !important;
}

.cvdo-im-modal-info h3 {
    font-weight: 600;
}

.cvdo-im-modal-buttons .btn {
    color: #fff;
    background-color: #6CB8EA;
    line-height: 60px;
    cursor: pointer;
    border-radius: 0;
}

.cvdo-im-modal-buttons .btn:nth-child(2) {
    font-size: 24px;
    border-left: 1px solid #fff;
}

.cvdo-im-modal-buttons .btn:first-child,
.cvdo-im-modal-buttons .btn:last-child {
    font-size: 64px;
    position: relative;
    height: 78px;
    width: 144px;
    padding: 8px 38px;
}

.cvdo-im-modal-buttons .btn:first-child i,
.cvdo-im-modal-buttons .btn:last-child i {
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 78px;
    text-align: center;
}

.cvdo-im-modal-buttons .btn:first-child {
    border-right: 1px solid #fff;
    /* Removing Until We Finish The Favorites Portion */
    display: none;
}

.cvdo-im-modal-buttons .btn:last-child {
    border-left: 1px solid #fff;
}

.cvdo-im-modal-buttons .btn:last-child i.ellipse-icon {
    font-family: serif;
    top: -24px;
    font-size: 120px;
    letter-spacing: -8px;
}

.cvdo-im-close-modal-button {
    z-index: 1;
    color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 36px;
    background-color: rgba(255,255,255,.75);
    border-radius: 50%;
    cursor: pointer;
}

.modal-toolbox {
    border-radius: 0;
    border: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    transition: .3s opacity;
    z-index: -1;
}

.modal-toolbox-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255,255,255);
    opacity: 0;
    transition: .3s opacity;
    z-index: -1;
}
.cvdo-im-modal.toolbox-active .modal-toolbox {
    opacity: 1;
    z-index: 999;
}

.cvdo-im-modal.toolbox-active .modal-toolbox-mask {
    opacity: .7;
    z-index: 998;
}

@media (min-width: 576px) {
    .modal-toolbox {
        padding: 0 90px;
    }
}

.modal-toolbox .list-group-item {
    border-radius: 0 !important;
    border: none;
    background-color: rgb(84, 194, 255);
    color: #fff;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-left: 70px;
    cursor: pointer;
    transition: .3s background, height .35s ease;
}
.modal-toolbox .list-item-dropdown {
    font-weight: 600;
}
.modal-toolbox .view-hours-dropdown {
    font-size: 14px;
    font-weight: 200;
}
.modal-toolbox .list-group-item {
    margin-bottom: 7px;
}
.modal-toolbox .mobile-toolbox .list-group-item {
    margin-bottom: 1px;
}
.modal-toolbox .list-group-item.collapse {
    display: none !important;
}
.modal-toolbox .list-group-item.show {
    display: flex !important;
}
.modal-toolbox .list-group-item:hover {
    background-color: rgb(29, 177, 255);
}
.modal-toolbox .list-group-item:hover-icon {
    background-color: rgb(84, 194, 255);
}
.modal-toolbox .event-calendar {
    background-color: #0183CF !important;
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
}
.modal-toolbox .event-calendar-week-day {
    background-color: #016BA9;
    width: 100%;
    padding: 5px 10px;
}
.modal-toolbox .event-calendar-info {
    padding: 15px 20px;
    line-height: 1;
    letter-spacing: .125rem;
}
.modal-toolbox .event-calendar-month {
    font-size: 36px;
    font-weight: 300;
}
.modal-toolbox .event-calendar-day {
    font-size: 56px;
    font-weight: bold;
}
.modal-toolbox .event-calendar-img {
    right: 5px;
    top: 5px;
    position: absolute;
    width: calc(100% - 120px);
    height: calc(100% - 10px);
}
.modal-toolbox-icon {
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: rgb(29, 177, 255);
    font-size: 36px;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    transition: .3s background;
}

.cvdo-im.breakpoint-min-992 .cvdo-im-attractions-wrapper {
    height: 70vh;
    overflow-y: auto;
}

.cvdo-im.breakpoint-min-992.cvdo-im.breakpoint-max-1200 .cvdo-im-attraction-banner
 {
    width: 60px;
    height: 60px;
    padding-top: 35px;
    top: -30px;
    right: -30px;
}

.cvdo-im.breakpoint-min-992.cvdo-im.breakpoint-max-1200 .cvdo-im-tab {
    font-size: 12px;
}

.cvdo-im.breakpoint-max-992 .cvdo-im-tabs-wrapper {
    order: 1;
}

.cvdo-im.breakpoint-max-992 .cvdo-im-map-wrapper {
    order: 2;
}

.cvdo-im.breakpoint-max-992 .cvdo-im-side-bar {
    order: 3;
}

.cvdo-im.breakpoint-max-992 .cvdo-im-map-wrapper {
    position: relative;
}

.cvdo-im.breakpoint-max-992 .cvdo-im-map-wrapper:before {
    display: block;
    padding-top: 75%;
    content: " ";
}

.cvdo-im.breakpoint-max-992 #cvdo-im-map {
    position: absolute;
    top: 0;
    left: 0;
}
.cvdo-im.breakpoint-max-1200 .cvdo-im-title-bar h1 {
    font-size: 32px;
}