﻿.attribution {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255,255,255,0.3);
    z-index: 900;
    display: flex;
    padding: 4px;
    border-radius: 5px;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.attribution.inverted {
    filter: invert(1);
}

.Hero-slide .attribution {
    top: unset;
    bottom: 15px;
}


.attribution > svg {
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-in;
}

.attribution:hover > svg {
    width: 14px;
    height: 14px;
}

.attribution.active > svg {
    width: 14px;
    height: 14px;
}

.attribution:hover, .attribution.active {
    background-color: rgba(0,0,0,0.3);
} 

.attribution:hover > svg > path, .attribution.active > svg > path {
    fill: white;
}

.attribution .attribution-info {
    display: none;
    line-height: 1;
    padding-left: 4px;
    margin-top: -2px;
}

.attribution:hover .attribution-info {
    display: block;
}

.attribution .attribution-info p {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: white;
    line-height: 1;
}

.attribution .attribution-info p:first-of-type {
    /*font-weight: bold;*/
    line-height: 1.2;
}

.attribution .attribution-info.active {
    display: block;
}

.Hero-title {
    z-index: unset !important;
}

.Hero-title h1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.Breadcrumbs {
    color: unset;
    font-size: unset;
    padding: unset;
    text-transform: unset;
    line-height: unset;
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    z-index: unset;
    text-shadow: unset;
    right: unset;
    text-align: unset;
}

.Breadcrumbs ol {
    color: #fff;
    font-size: .8888888889rem;
    padding: 1.1111111111rem 0;
    text-transform: unset;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    text-shadow: 0 0 3px rgba(74,74,74,.7);
    right: unset;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width:767px) {
    .Breadcrumbs ol {
        right: 0 !important;
        text-align: right;
        width: unset;
        left: unset;
        padding-top: 30px;
        display: inline-block;
    }
}

/*This section for Sticky Nav*/

.StickyNav-enquiry-custom {
    background-color: #e78077 !important;
}

.Hero-smallcaps {
    z-index: 50;
    display: block;
    position: relative;
}

.Hero-smallcaps-summary {
    z-index: 50;
    display: block;
    position: relative;
}
