/* @override
    http://hillydummy.com/wp-content/themes/hillsong/classes/GlobalNavigation/GlobalNav.css?ver=4.3 */

/**
* GLOBAL NAVIGATION
* ----------------------------------------------
*
*   Date: 2014-02-04
*
* Author: Hillsong Digital Team
*
*  Notes: Global Site Wide Navigation styles & Sub Navigation
*
*/



/*
//====================================================================
//
// MOBILE / SMALL SCREEN (0px - 480px)
//
//====================================================================
*/

/*
// ---------------------------------------
// Main Navigation Bar
// ---------------------------------------
*/
#loader {
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 200000;
    background: #FFF;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.23,1,0.62,1) 0s;
    -moz-transition: opacity 1s cubic-bezier(0.23,1,0.62,1) 0s;
    -ms-transition: opacity 1s cubic-bezier(0.23,1,0.62,1) 0s;
    -o-transition: opacity 1s cubic-bezier(0.23,1,0.62,1) 0s;
    transition: opacity 1s cubic-bezier(0.23,1,0.62,1) 0s;
}

#loader.loadedcomplete {
    opacity: 0;
}

#loader img {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -75px;
}

#globalNav {
    height: 50px;
    z-index: 1;/*Was 502*/
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    -moz-transition: opacity 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    -ms-transition: opacity 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    -o-transition: opacity 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    transition: opacity 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
}

.global-nav-bar {
    margin: auto;
    padding-right: 50px;
    height: 100vh;
}

.global-nav-bar-flyin {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #FFF;
    z-index: 10;
    font-family: 'Gotham SSm A', 'Gotham SSm B',"Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 50px;
    /*-webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    -transform: translate3d(0,-100%,0);*/

    -webkit-transition: opacity 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    -moz-transition: opacity 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    -ms-transition: opacity 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    -o-transition: opacity 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    transition: opacity 0.45s cubic-bezier(0.23,1,0.32,1) 0s;

    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.global-nav-bar {
    z-index: 502;
    position: relative;
}

.global-nav-bar:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.global-nav-bar ul {
    float: right;
    padding-top: 8px;
    position: absolute;
    top: 50px;
    width: 100%;
}
.global-nav-bar > ul {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 125px);
    display: none;
}

.global-nav-bar li {
    list-style-type: none;
    display: block;
    position: static;
}


/* anchors */
.global-nav-bar ul a{
    color: #FFF;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 10px 0 10px 30px;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    display: none;
    -webkit-transition: color 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    -moz-transition: color 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    -ms-transition: color 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    -o-transition: color 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
    transition: color 0.45s cubic-bezier(0.23,1,0.32,1) 0s;
}

.global-nav-bar ul.nav-mobile {
    display: block;
    z-index: 11;
}
.global-nav-bar a.selected,
.global-nav-bar a:active{
    color: #AA9055;
}

a.global-nav-bar-all {
    opacity: 0.5 !important;
}
a.global-nav-bar-all.active {
    opacity: 1 !important;
}

/*
// ---------------------------------------
// Mobile Specific
// ---------------------------------------
*/
.global-nav-bar-mobile {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;

}
.global-nav-bar-mobile > *{
    padding: 15px;
    display: block;
    color: #FFF;
}
a.global-nav-bar-mobile-back {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    color: #FFF;
    font-size: 20px;
}

a.global-nav-bar-mobile-menu {
    padding: 20px 10px;
    margin: 3px 15px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    outline: none;
}

.global-nav-bar-mobile-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.global-nav-bar-mobile-menu span:before {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}
.global-nav-bar-mobile-menu span:after {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}
.global-nav-bar-mobile-menu span:before,
.global-nav-bar-mobile-menu span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.global-nav-bar-mobile-menu.active span{
    background-color: transparent;
}

.global-nav-bar-mobile-menu.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.global-nav-bar-mobile-menu.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}


.flyin .global-nav-bar-mobile-menu span,
.flyin .global-nav-bar-mobile-menu span:before,
.flyin .global-nav-bar-mobile-menu span:after,
.blog .global-nav-bar-mobile-menu span,
.blog .global-nav-bar-mobile-menu span:before,
.blog .global-nav-bar-mobile-menu span:after,
.header-standard .global-nav-bar-mobile-menu span,
.header-standard .global-nav-bar-mobile-menu span:before,
.header-standard .global-nav-bar-mobile-menu span:after
{
    background-color: #000;
}

.global-nav-active .flyin .global-nav-bar-mobile-menu span {
    background: transparent;
}
.global-nav-active .flyin .global-nav-bar-mobile-menu span:before,
.global-nav-active .flyin .global-nav-bar-mobile-menu span:after {
    background-color: #FFF;
}


.global-nav-bar-mobile-title {
    text-align: center;
    padding-right: 80px;
    padding-left: 80px;
    font-size: 18px;
    color: #AA9055;
}

#globalNav .header-top-bar-logo-default,
#globalNav.flyin .header-top-bar-logo-default,
.page-template-page-campus #globalNav.flyin .header-top-bar-logo-default,
.page-template-page-campus.global-nav-active #globalNav .header-top-bar-logo-default {
    display: none;
}

.page-template-unlimited #globalNav .header-top-bar-logo-default,
.page-template-page-campus #globalNav .header-top-bar-logo-default {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}

#globalNav .header-top-bar-logo-default .header-top-bar-link {
    color: white;
}

#globalNav.flyin .header-top-bar-logo-default .header-top-bar-link {
    color: black;
}




/*
// ---------------------------------------
// Back Button Navigation Bar
// ---------------------------------------
*/

.global-nav-bar .global-nav-bar-back {
    display: none;
    padding-top: 15px;
}

.global-nav-bar .global-nav-bar-back a {
    font-size: 16px;
}

.global-nav-bar .global-nav-bar-back a .hillsong-icon-left-arrow{
    font-size: 0.75rem;
}


/*
// ---------------------------------------
// Fly In Header Bar
// ---------------------------------------
*/
.header-top-bar {
    background-color: #FFF;
    z-index: 1000;
    font-family: 'Gotham SSm A', 'Gotham SSm B',"Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 60px;
}

.header-top-bar-logo-title{
    padding-left: 20px;
    overflow: hidden;
}

.header-top-logo {
    float:left;
    display: block;
    padding-top: 5px;

}

.header-top-logo img {
    height: 40px;
}

.header-top-bar-title {
    padding-left: 10px;
    float: left;
}

.header-top-bar-title a{
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 50px;
    color: #000;
}



/* ---------------------------------------
// Session Items
// ---------------------------------------
*/

.header-user-info,
.header-search,
.header-top-bar-cart,
.language
 {
    float: right;
    margin-top: 5px;
}

.nav-link {
    color: #FFF;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.nav-link:active{
    color: #AA9055;
}

.language {
    position: relative;
    width: 70px;
    display: none;
}

.language-selected {
    text-transform: uppercase;
    position: absolute;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 10px 10px 30px;
}

.language-selected .hillsong-v2-arrow-down{
    top: 7px;
    position: absolute;
    right: -6px;
    font-size: 18px;
}

.language:active a{
    color: #AA9055;
    cursor: pointer;
}

.language-select {
    opacity: 0;
    cursor: pointer;
}

.language-mobile {
    display: block;
    position: absolute;
    bottom: 75px;
    right: 0;
    width: auto;
    max-width: none;
    z-index: 20;
}

.no-touch .language-mobile {
    bottom: 15px;
}

.language-mobile .language-selected {
    padding: 20px;
    color: #FFF;
    position: absolute;
    right: 15px;
}

.language-mobile .language-selected .hillsong-v2-arrow-down {
    top: 15px;
    right: 0;
}

.search-reveal-btn {
    font-size: 14px;
}

.header-user-info {
    position: relative;
    display: block;
    font-size: 16px;
}
.admin-bar .header-user-info {
    display: none;
}

.header-user-info a {
    color: #fff;
    display: block;
    margin-top: 5px;
}


.header-user-info .header-user-label {
    display: none;
}
.header-user-info:hover .header-user-dropdown {
    display: block;
}

ul.header-user-dropdown {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    min-width: 175px;
    position: absolute;
    right: 5px;
    display: none;
    z-index: 1;
    top: 32px;
    padding: 10px 0;
}
.header-user-dropdown:after, .header-user-dropdown:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.header-user-dropdown:after {
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
.header-user-dropdown:before {
    border-color: transparent;
    border-bottom-color: #d5d5d5;
    border-width: 8px;
    margin-left: -8px;
}

ul.header-user-dropdown a {
    display: block;
    opacity: 1;
    text-align: left;
    padding: 10px 5px;
    width: 100%;
}
.header-user-dropdown li {
    float: none;
}

.header-user-dropdown a {
    display: block;
    font-weight: 500;
    line-height: 1;
}

.header-user-dropdown .icon {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 2px;
}
.header-user-dropdown a .icon {
    color: #a1a1a1;
}



.header-search {
    padding-left: 30px;
    margin-right: -10px;
    position: relative;
}
.header-search a {
    display: block;
    line-height: 16px;
    font-size: 16px;
    padding: 5px;
}

.header-search .header-search-label {
    display: none;
}
.header-search .header-search-form {
    display: none;
}
.header-search.is_active a{
    position: absolute;
    left: 10px;
    top: 0;

}
.header-search.is_active .header-search-label {
    display: none;
}
.header-search.is_active .header-search-form {
    display: block;
}

.header-search-form input[type="text"] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    line-height: 16px;
    color: #FFF;
}
.header-search-form button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}

.header-search-form button:focus {
    outline: none;
}

.header-top-bar-cart a {
    margin-right: -10px;
    line-height: 16px;
    font-size: 14px;
    padding: 8px 5px 5px;
    padding-left: 30px;
    display: block;
}
.header-top-bar-cart a.hide {
    display: none;
}
.header-top-bar-cart-total-items {
    color: #AA9055;
    font-size: 13px;
    padding-left: 5px;
}
/*
// ---------------------------------------
// Overlay Navigation Bar
// ---------------------------------------
*/
/* gradient overlay */
.global-nav-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 15;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    -webkit-transition: all 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    -moz-transition: all 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    -ms-transition: all 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    -o-transition: all 0.65s cubic-bezier(0.23,1,0.32,1) 0s;
    transition: all 0.65s cubic-bezier(0.23,1,0.32,1) 0s;

}


/*
// ---------------------------------------
// Active State Navigation Bar
// ---------------------------------------
*/
.global-nav-bar ul.active {
    visibility: visible;
    overflow-y: auto;
}

.global-nav-bar ul.active.next-panel {
    visibility: hidden;
    height: 100%;
}

.global-nav-bar ul.active > li > a {
    display: block;
    animation-name: navitem;
    animation-duration: 0.65s;
    animation-timing-function: cubic-bezier(0.23,1,0.32,1);
    animation-fill-mode: forwards;
}

.global-nav-bar ul.active {
    padding-bottom: 100px;
}

.global-nav-bar ul.active ul{
    top: 0;
}

.global-nav-active {
    overflow: hidden;
}

.global-nav-active #globalNav {

}
.global-nav-active #globalNav .global-nav-overlay{
    opacity: 1;
}
.global-nav-active #globalNav .global-nav-bar-mobile {
    display: block;
}


.global-nav-bar ul.active > li:nth-child(2) > a {
    animation-delay: 0.025s;
}

.global-nav-bar ul.active > li:nth-child(3) > a{
    animation-delay: 0.05s;
}

.global-nav-bar ul.active > li:nth-child(4) > a{
    animation-delay: 0.075s;
}
.global-nav-bar ul.active li:nth-child(5) > a{
    animation-delay: 0.1s;
}

.global-nav-bar ul.active li:nth-child(6) > a{
    animation-delay: 0.125s;
}
.global-nav-bar ul.active li:nth-child(7) > a{
    animation-delay: 0.15s;
}

.global-nav-bar ul.active li:nth-child(8) > a{
    animation-delay: 0.175s;
}
.global-nav-bar ul.active li:nth-child(9) > a{
    animation-delay: 0.2s;
}

.global-nav-bar ul.active li:nth-child(10) > a{
    animation-delay: 0.225s;
}
.global-nav-bar ul.active li:nth-child(11) > a{
    animation-delay: 0.25s;
}

.global-nav-bar ul.active li:nth-child(12) > a{
    animation-delay: 0.275s;
}

.global-nav-bar ul.active li:nth-child(13) > a{
    animation-delay: 0.3s;
}

.global-nav-bar ul.active > li:nth-child(14) > a{
    animation-delay: 0.325s;
}
.global-nav-bar ul.active li:nth-child(15) > a{
    animation-delay: 0.35s;
}

.global-nav-bar ul.active li:nth-child(16) > a{
    animation-delay: 0.375s;
}
.global-nav-bar ul.active li:nth-child(17) > a{
    animation-delay: 0.4s;
}

.global-nav-bar ul.active li:nth-child(18) > a{
    animation-delay: 0.425s;
}
.global-nav-bar ul.active li:nth-child(19) > a{
    animation-delay: 0.45s;
}

.global-nav-bar ul.active li:nth-child(20) > a{
    animation-delay: 0.475s;
}
.global-nav-bar ul.active li:nth-child(21) > a{
    animation-delay: 0.5s;
}

.global-nav-bar ul.active li:nth-child(22) > a{
    animation-delay: 0.525s;
}


@keyframes navitem {
    from {
        opacity: 0;
        //-webkit-transform: translate3d(-20%,0,0);
    }
    to {
        opacity: 1;
        //-webkit-transform: translate3d(0,0,0);
    }
}


/*
// ---------------------------------------
// Flyin Version
// ---------------------------------------
*/

#globalNav.flyin .global-nav-bar ul a, .blog #globalNav .global-nav-bar ul a, .header-standard #globalNav .global-nav-bar ul a,
#globalNav.flyin a.global-nav-bar-mobile-menu, .blog #globalNav a.global-nav-bar-mobile-menu, .header-standard #globalNav a.global-nav-bar-mobile-menu,
#globalNav.flyin .nav-link, .blog #globalNav .nav-link, .header-standard #globalNav .nav-link{
    color: #000;
}

.global-nav-active #globalNav.flyin .global-nav-bar ul a, .global-nav-active #globalNav.flyin .nav-link {
    color: #fff;
}

#globalNav.flyin-sticky .global-nav-bar-flyin, .blog #globalNav .global-nav-bar-flyin, .header-standard #globalNav .global-nav-bar-flyin{
    opacity: 1;
    /*-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -transform: translate3d(0,0,0);*/
}
.blog.global-nav-active #globalNav .global-nav-bar ul a, .header-standard.global-nav-active #globalNav .global-nav-bar ul a {
    color: #fff;
}
/* ---------------------------------------
// Tags Items
// ---------------------------------------
*/
#tagsNav {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1;
    height: 50px;
}

#tagsNav .tags-nav-bar {
    background: #f3f3f3;
    float: right;
    width: 100%;
    padding-right: 40px;
}

#tagsNav .tags-nav-bar ul {
    float: right;
}

#tagsNav .tags-nav-bar li {
    float: none;
    list-style: none;
    margin-left: 30px;
    display: none;
}

#tagsNav .tags-nav-bar a {
    color: #000;
    width: 100%;
    padding: 15px 0;
    display: block;
}
#tagsNav .tags-nav-bar li.active {
    display: block;
}
#tagsNav .tags-nav-bar a:hover, #tagsNav .tags-nav-bar li.active a {
    color: #AA9055;
}
#tagsNav .tags-nav-bar .current-tag {
    color: #AA9055;
    font-size: 15px;
    margin-right: 5px;
}
#tagsNav .nav-trigger {
    position: absolute;
    /*right: 10px;*/
    /*top: 20px;*/
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: absolute;
    width: 100%;
    height: 50px;
    cursor: pointer;
    text-align: center;
    padding-top: 15px;
    padding-right: 15px;
    background: #f3f3f3;
}

label[for="nav-trigger"]:after {
    content: "E";
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    font-family: "hillsong-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 19px;
}

#tagsNav .nav-trigger:checked ~ .tags-menu {
    float: none;
    text-align: center;
}
#tagsNav .nav-trigger:checked ~ .tags-menu li {
    display: block;
}

#tagsNav .nav-trigger:checked ~ .tags-menu li a{
    padding: 10px 0;
}

/*
//====================================================================
//
// TABLET (Bigger than 768px )
//
//====================================================================
*/
@media only screen and (min-width: 768px) {
    #globalNav {
        height: 100px;
        /*z-index: 502*/;
    }

    .global-nav-bar-flyin {
        height: 95px;
        padding-top: 17px;
    }

    .header-top-bar-logo-title {
        padding-left: 40px;
    }

    .header-top-logo {
        padding-top: 0;
    }

    .header-top-logo img {
        height: 60px;
    }

    .header-top-bar-title {
        padding-left: 10px;
        float: left;
        padding-top: 5px;
    }
    .header-top-bar-title a {
        font-size: 24px;
    }

    a.global-nav-bar-mobile-menu {
        top: 20px;
    }

    .global-nav-bar ul {
        top: 100px
    }
    .global-nav-bar ul.active {
        top: 50px;
    }
}


/*
//====================================================================
//
// DEFAULT (Bigger than 1024px )
//
//====================================================================
*/
@media only screen and (min-width: 1024px) {
}




/*
//====================================================================
//
// LARGE SCREEN ( Bigger than 1199px )
//
//====================================================================
*/
@media only screen and (min-width:1199px)
{

}
