.dhr-mega-wrapper {
    display: grid;
    grid-template-columns: 265px 1fr;
    gap: 30px;
    font-family: "Open Sans", sans-serif;
	height: 100%;
}

.dhr-mega-wrapper {
    .dhr-column-left {
/*         flex: 0 1 250px; */
    }
    .dhr-column-right {
        display: flex;
        flex-direction: column;
        /* flex: 1 0 auto; */
    }
}


.dhr-journey-heading {
    margin: 0;
    color: #EFF8FD;
    font-weight: 300;
}

.dhr-cat-section-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7f8c8d;
    margin: 15px 0 8px 0;
    font-weight: bold;
}

.dhr-category-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

button.dhr-cat-trigger,
a.dhr-cat-trigger.dhr-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    border: 0;
    padding: 0;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0.3px;
    background: transparent;
}

button.dhr-cat-trigger img,
a.dhr-cat-trigger.dhr-cat-link img {
    width: 20px !important;
    height: auto !important;
}

.major-row button.dhr-cat-trigger {
    transition: all .3s;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.03em;
    border-style: none;
    background-color: #CEDEE9;
    font-size: 13px;
    fill: var(--e-global-color-8e0069d);
    color: var(--e-global-color-8e0069d);
    border-radius: 4px 4px 4px 4px;
    padding: 14px 23px 14px 23px;
    gap: 25px;
}

.major-row .dhr-cat-trigger:hover,
.major-row .dhr-cat-trigger.is-active {
    background: #E6EEF3;
    color: var(--e-global-color-7f5cf89);
    border-color: #E6EEF3;
    fill: var(--e-global-color-7f5cf89);

    svg,
    svg path {
        fill: inherit;
    }
}


.dhr-right-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
    padding-bottom: 20px;
}

.dhr-location-title {
    margin: 0;
    font-size: 20px;
    color: #fafafa;
    /* padding-top: 65.2px; */
}

.dhr-maps-button {
    /* background: #e74c3c; */
    /* color: #fff; */
    /* padding: 8px 14px; */
    /* text-decoration: none; */
    /* border-radius: 4px; */
    /* font-size: 14px; */
    /* font-weight: bold; */
}

.dhr-maps-button:hover {
    /* background: #c0392b; */
}

.dhr-detail-card {
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    border: 1px solid #eff8fd33;
}

.dhr-card-img-wrap img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    height: 275px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dhr-card-content {
    padding: 20px;
    border-top: 1px solid #eff8fd33;
    display: flex;
    flex-direction: column;
    gap: 15px;
    & *{
        margin: 0 !important;
        padding: 0 !important;
    }
}

.dhr-card-content h3 {
    color: #D3AA74;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    padding: 0;
    border: 0;
    margin: 0 0 15px 0;
}

.dhr-social-icons-wrap {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.dhr-social-icon-link-v2 {
    width: 16px;
    height: auto;
    text-decoration: none;
    color: #fafafa;
    line-height: 1 !important;
    /* display: flex; */
    
    
    
    
    
    
    

    span.dashicons {
        /* width: 16px; */
        /* height: 16px; */
        display: flex;
        &:before{
            font-size: 18px;
        }
    }
}

.dhr-social-icon-link-v2:hover {
    color: #fff;
}

.dhr-region-group-wrapper {
    margin-bottom: 20px;
}

h3.dhr-region-group-title {
    color: #D3AA74;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    padding: 0;
    border: 0;
    margin: 0 0 10px 0;
}

.dhr-hotels-grid-list {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); */
    /* gap: 15px; */
}

.dhr-list-item-node {
    color: #fafafa;
    transition: all 0.2s ease;
    font-size: 13px;
    margin-bottom: 10px;
    cursor: pointer;
}

.dhr-list-item-node:last-child {
    margin: 0;
}

.dhr-list-item-node:hover {}

.dhr-empty-notice {
    color: #a0aec0;
    font-style: italic;
}

.dhr-column-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    padding-right: 30px;
    border-right: 1px solid rgb(239 248 253 / 20%);
}

.dhr-mega-wrapper hr {
    border: 0;
    border-bottom: 1px solid #EFF8FD33;
    opacity: 1;
}

.major-row button.dhr-cat-trigger svg {
    width: 18px;
    height: auto;
}

.minor-row button.dhr-cat-trigger svg,
a.dhr-cat-trigger.dhr-cat-link svg {
    width: 24px;
    height: auto;
}

button.dhr-cat-trigger[data-category-id="all"] {
    order: 1;
    svg{
        width: 32px !important;
    }
}

.dhr-hr-grid-wrapper {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 30px;
    padding-top: 20px;
    flex: 1 0 auto;
}

p#dhr-card-address {
    font-size: 12px;
    color: #fafafa;
}

p#dhr-card-tel {
    color: #fafafa;
    padding: 10px 0;
    padding-top: 0;
}

div#dhr-render-list-target {
    display: flex;
    gap: 25px;
}

.minor-row button.dhr-cat-trigger,
a.dhr-cat-trigger.dhr-cat-link {
    padding: 0;
    border-radius: 0;
    transition:  padding 0.3s ease;
    color: #fafafa;
	
    svg,
    svg path {
        fill: #D3AA74;
        width: 32px;
    }

    &:hover {
        background: initial;
        color: #fafafa;
        border-left: 5px solid #2591DA;
        padding-left: 10px;
    }
}

.minor-row button.dhr-cat-trigger.is-active,
a.dhr-cat-trigger.dhr-cat-link.is-active{
    background: initial;
    color: #fafafa;
    border-left: 5px solid #2591DA;
    padding-left: 10px;
}

div#dhr-card-categories {
    padding: 15px 20px;
    color: #fafafa;
    font-size: 12px;
    fill: #fafafa;
    
    .dhr-card-cat-badge:not(:first-of-type) {
        display: none;
    }

    .dhr-card-cat-badge {
        display: flex;
        align-items: center;
        gap: 10px;
 
        svg,
        svg path {
            fill: inherit;
            width: 16px
        }
    }
}

a#dhr-card-tel-link {
    color: #fafafa;
}

.dhr-region-block:not(:first-of-type) {
    margin-top: 20px;
}

.dhr-category-row.minor-row {
    gap: 10px;
}

span.dhr-custom-cat-icon.svg-icon {
    display: flex;
}

.dhr-tel-item {
    color: #fafafa;
    font-size: 13px;
    

    
    a{
        color: inherit;
        font-size: inherit;
    }
}

.dhr-tel-item:not(:last-child){
    margin-bottom: 1px !important;
}

.dhr-right-header > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dhr-list-item-node {
  &:after {
    content: "";
    margin-left: 8px;
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.628906 0L0 0.628906L4.49805 5.12695L0 9.625L0.628906 10.2539L5.44141 5.44141L5.74219 5.12695L5.44141 4.8125L0.628906 0Z' fill='%23E0C8A9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
  }

  &:hover{
    &:after{
      opacity: 1;
    }
  }
}


/* responsive */
div#dhr-card-socials {

    /* variables here */
    --grid-column-gap: 0px;
    --icon-size: 16px;
    --icon-padding: 0em;
    --e-social-icon-icon-color: #fff;

    a.elementor-icon.elementor-social-icon.dhr-social-icon-link-v2 {

        word-spacing: var(--grid-column-gap);
        word-break: break-word;
        box-sizing: border-box;
        transition: all .3s;
        --e-social-icon-icon-color: #fff;
        align-items: center;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        box-shadow: none;
        font-family: "Open Sans", Sans-serif;
        border-radius: 10%;
        font-size: var(--icon-size, 25px);
        height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
        line-height: var(--icon-size, 25px);
        width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
        margin: 0;
        color: inherit;
        text-decoration: none;
        background-color: #02010100;
        --icon-padding: 0em;

        svg {
            word-spacing: var(--grid-column-gap);
            word-break: break-word;
            --e-social-icon-icon-color: #fff;
            cursor: pointer;
            text-align: center;
            font-family: "Open Sans", Sans-serif;
            font-size: var(--icon-size, 25px);
            line-height: var(--icon-size, 25px);
            color: inherit;
            --icon-padding: 0em;
            vertical-align: middle;
            box-sizing: border-box;
            display: block;
            height: 1em;
            position: relative;
            width: 1em;
            fill: #FFFFFF;

            path {
                cursor: pointer;
                text-align: center;
                font-family: "Open Sans", Sans-serif;
                font-size: var(--icon-size, 25px);
                line-height: var(--icon-size, 25px);
                color: inherit;
                --icon-padding: 0em;
                fill: #FFFFFF;
                box-sizing: border-box;
            }
        }
    }
}


@media(min-width: 1024px) and (max-width: 1299.98px) {
    div#pe-menu-ct {
        display: none;
    }

    div#hr-menu-content-wrapper {
        grid-template-columns: 1fr;
    }

    .dhr-hr-grid-wrapper {
        grid-template-columns: 300px 1fr !important;
    }
}

@media(min-width: 1300px) and (max-width: 1368px) {
    .dhr-mega-wrapper {
        grid-template-columns: 220px 1fr;
    }

    .dhr-hr-grid-wrapper {
        grid-template-columns: 200px 1fr;
    }

    .dhr-column-left {
        padding-right: 15px;
    }

    #hr-menu-content-wrapper,
    div#dhr-render-list-target,
    .dhr-hr-grid-wrapper,
    .dhr-mega-wrapper {
        gap: 15px;
    }
}

@media(min-width: 1560px) {
    .dhr-hr-grid-wrapper {
        grid-template-columns: 350px 1fr !important;
    }
}

@media(min-width: 1700px) {
    #hr-menu-content-wrapper {
        grid-template-columns: 1fr 450px !important;
    }
}

@media(max-width: 1400px) {
    .dhr-list-item-node:after {
        display: none;
    }
}