/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/
.nav-share-wrapper {
    position:  relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 0.9375rem;
    margin: 0px auto 7px;
    padding-top: 20px;
    margin-bottom: 50px;
}
.nav-share-wrapper ul.nf-breadcrumbs {
    list-style: none;
    display: flex;
    flex: 1 1 494px;
    flex-wrap: wrap;
}
.nav-share-wrapper ul.nf-breadcrumbs li::after {
    content: "/";
    margin: 0 5px;
}
.contentRender_name_plugins_common_nav_share > .nav-share-wrapper {
    padding-top: 0px;
}
.nav-share-wrapper ul.nf-breadcrumbs li:last-child::after {
    display: none;
}
.nav-share-wrapper ul.nf-breadcrumbs li.item {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #a5a7a9;
}
.nav-share-wrapper ul.nf-breadcrumbs li.item:last-child {
    font-weight: 700;
    color: #004965;
}
.nav-share-wrapper .share {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 14px;
    background-color: #f65631;
    color: #fff;
}
.nav-share-wrapper .share i.fa {
    margin-left: 10px;
    font-size: 16px;
}
.contentRender_name_plugins_addthis_addthis {
    align-self: flex-end;
}
@media only screen and (min-width: 64.063em) {
    .listing-details .nav-share-wrapper {
        margin: 0px auto 7px;
        padding-top: 20px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 40em) {
    .nav-share-wrapper {
        flex-flow: column-reverse;
        align-items: flex-start;
        justify-content: center;
        margin: 0px auto 7px;
    	padding-top: 20px;
    	margin-bottom: 50px;
    }
    .blog-index .nav-share-wrapper,
    .blog-detail .nav-share-wrapper { margin-bottom: 0; }
    .nav-share-wrapper ul.nf-breadcrumbs {
        flex: 1 1 auto;
    }
    .nav-share-wrapper .share {
        align-self: flex-end;
        margin: 0 0 20px;
    }
    .blog-index .nav-share-wrapper .share,
    .blog-detail .nav-share-wrapper .share {
        margin: 0;
    }
    .nav-share-wrapper ul.nf-breadcrumbs li.item {
        font-size: 14px;
    }
}
nav.mobile .item .arrow {
    position:  absolute;
    right: 5px;
    top: 0;
}
nav.indy .item .arrow {
    position:  absolute;
    right: 0px;
    top: 0;
}
nav.indy .item:hover > .arrow {
    transform: rotate(-180deg);
}
nav .item.has-dropdown > .arrow {
    display: flex;
    margin-right: 12px;
}
nav.mobile .item.has-dropdown > .arrow {
    color: #f65631;
    font-size: 25px;
    top: 2px;
    display:  block;
    position:  absolute;
    cursor: pointer;
    z-index: 999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
nav .item .arrow::before {
    content: "\f0d7";
    font-family: FontAwesome;
}
nav .item.active> .arrow::before {
    content: "\f0d8";
}

.nav-indy-style li.item.has-dropdown.active > ul.dropdown {
	display: block;
}
ul.nav-primary-style ul.dd, 
ul.nav-primary-style  ul.dropdown, 
ul.nav-indy-style  .item.has-dropdown ul {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    margin: 0;
    padding: 10px 0 7px;
    background-color: #fff;
    color: #000;
    list-style: none;
    border-top: 7px solid #f65631;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    z-index: 39;
}
@media only screen and (min-width: 64.063em) {
    ul.nav-primary-style ul.dd, 
    ul.nav-primary-style  ul.dropdown, 
    ul.nav-indy-style  .item.has-dropdown ul {
        width: 264px;
    }
    nav.primary ul.nav-primary-style> li:last-of-type .dropdown li.item:hover > ul.dd {
        left: auto;
        right: 100%;
    }
    nav.primary ul.nav-primary-style ul li.item, 
    nav.primary ul.nav-indy-style ul li.item {
        line-height: 20px;
        padding: 5px 20px;
    }
}
nav.primary ul.nav-primary-style > li.item::before,
nav.indy ul.nav-indy-style > li.item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    bottom: -12px;
    left:  0;
    right:  0;
    z-index: 30;
}
nav.primary ul.nav-primary-style > li.item:hover::before{
    z-index: 45;
}
nav.primary ul.nav-primary-style > li.item:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    bottom: -3px;
    left: -8px;
    right: -7px;
    z-index: 29;
    border: 2px solid #f65631;
}
nav.indy .item.has-dropdown:hover > ul {
    display: block;
}
ul.nav-indy-style > li.item {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1;
    margin-right: 0px;
    position:  relative;
}
ul.nav-indy-style > li.item.has-dropdown {
    padding-right: 25px;
}
ul.nav-primary-style ul li.item,
ul.nav-indy-style ul li.item {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 20px;
    color: #004965;
}
nav.primary ul.nav-primary-style ul li.item:hover, nav.indy ul.nav-indy-style ul li.item:hover {
    background-color: #eefaff;
}

ul.nav-primary-style > .item {
    position: relative;
    display: inline-block;
    margin: 0 9px 0 0;
    color: #004965;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

.microsite.culturaltrail .micro ul.nav-primary-style > .item {
    color: #fff;
}
@media only screen and (min-width: 64.063em) {
   .microsite.culturaltrail .micro ul.nav-primary-style > .item {
    color: #fff;
    } 
}

nav.primary ul.nav-primary-style > .item:last-child {
    margin-right: 0;
}

ul.nav-primary-style > .item > a {
    position: relative;
    z-index: 35;
}
ul.nav-primary-style > .item:last-child {
    margin-right: 0;
}

nav.primary .nav-marker {
    position: absolute;
    left: 50%;
    background: url('/includes/public/assets/images/nav-marker.png') no-repeat bottom center;
    width: 100px;
    height: 30px;
    display: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav.primary .item:last-child .nav-marker { width: 50px; }

nav.primary ul.dropdown {
    left: 50%;
    top: calc(100% + 12px);
    z-index: 31;
    transform: translateX(-50%);
}
nav.primary .item:last-child .dropdown {
    left: auto;
    right: 0;
    transform:  none;
}
header .active .nav-marker,
nav.primary .item:hover > .dropdown,
nav.primary .item:hover > .nav-marker {
    display: block;
    z-index: 45;
}

nav.primary .dropdown .item { position: relative; }

nav.primary .dropdown .item {
    display: block;
    /* padding: 4px 0; */
    text-align: left;
}

nav.primary .dropdown .item a {
    color: #c74d28;
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
nav.primary .dropdown > .item:hover { background-color: #c9bea7; }
nav.primary .dropdown > .item:hover a { color: #fff; }
nav.primary .dropdown .item .arrow {
    display: none;
}
nav.primary .dropdown .item.has-dropdown > .arrow {
    display: block;
    position:  absolute;
    top: 4px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    color: #f65631;
    transform:  none;
    padding:  0 15px 0 0;
}
nav.primary .dropdown .item > .arrow .fa {
    -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
nav.primary .dropdown .item.active > .arrow .fa { 
    transform: rotate(-180deg); 
}
nav.primary ul.nav-primary-style .dropdown li.item:hover > ul.dd {
    display:  block;
    position: absolute;
    left: 100%;
    top: -13px;
    opacity: 1;
    height: auto;
    margin: 0;
    padding: 5px 0;
}
nav.primary .dropdown .dd .item a {
    font-size: 18px;
    padding: 0;
}
/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav 
|-----------------------------------------------------------------------------------------------------------
*/
.mobilenav ul.nav-primary-style li.item.has-dropdown.active ul.dropdown {
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    padding: 0px 0 7px;
}
.mobilenav {
    z-index: 30;
}
@media only screen and (min-width: 64.063em) {
    .mobilenav {
        display: none;
    }
}
header .hamburger {
    background-color: #f65631;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    position: relative;
    top: 0;
    width: 48px;
}
.mobilenav .hamburger .fa-times::before {
    content: url('/includes/public/assets/images/not-fa-times.png');
}
.mobilenav .hamburger .fa-navicon::before {
    content: url('/includes/public/assets/images/not-fa-navicon.svg');
}
.mobilenav .hamburger.active .fa-navicon,
.mobilenav .hamburger .fa-times {
    display: none;
}
.mobilenav .hamburger .fa-navicon,
.mobilenav .hamburger.active .fa-times{
    display: block;
    cursor: pointer;
}

.mobilenav nav.mobile {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 225ms ease-in-out;
    -moz-transition: opacity 225ms ease-in-out;
    -o-transition: opacity 225ms ease-in-out;
    transition: opacity 225ms ease-in-out;
}

.mobilenav nav.mobile.active {
    display: block;
    opacity: 1;
    overflow-y: visible;
    height: auto;
    background-color: #fff;
    z-index:  40;
    width: 264px;
    max-height: 100vh;
    overflow-y: scroll;
}
.mobilenav nav.mobile.active::after {
    /* content: ''; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index:  0;
}
.mobilenav ul {
    position: relative;
    margin: 0;
    display: block;
}
@media only screen and (max-width: 1024px) {
    ul.nav-indy-style .item.has-dropdown ul {
        background-color: transparent;
        border: none;
        box-shadow: none;
        position: relative;
    }
    nav.mobile .item .arrow {
        right: 0;
    }
    nav.mobile .item.has-dropdown > .arrow {
        margin-right: 10px;
        width: 34px;
        height: 30px;
        line-height: 30px;
    }
}
nav.mobile ul.nav-primary-style ul.dropdown >div>li>a {
    padding-left: 25px;
}
.culturaltrail .sticky-nav,
.culturaltrail header {
    background: #3db1be;
    height: auto;
}
@media only screen and (min-width: 1024px) {
    .culturaltrail .sticky-nav {
        transform: translate(-50%, -130px);
        -webkit-transform: translate(-50%, -130px);
    }

}
.culturaltrail footer {
    background-color: #004965;
}
.culturaltrail footer address .contentRender_name_plugins_core_textbox p {
    color: #FFF;
}
.nav-indy-style.nav-links .item:after {
    content: '//';
    margin-right: 5px;
    margin-left: 5px;
}
.nav-indy-style.nav-links .item.last-one:after {
    display: none;
}