/*Navigation*/
@media (min-width: 1025px) {
    #sticky-nav {
    display: none;
}

.primary-nav-container {
    position: fixed;
    left: 0;
    right:0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.funraisin-page-nav ul li a {
    padding: 8px 20px 10px;
}

.navbar-nav>li>a:not(.btn)::after {
    content: url(https://d33i67hvdkc55t.cloudfront.net/2081a955fa3d1d209f62a88785ae29e5.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11px;
    padding-top: 25px;
}

/*.primary-nav-container .site-logo img {margin-bottom: -60px; -webkit-transition: all 0.6s ease; transition: all 0.6s ease}*/
/*.primary-nav-container .site-logo img:hover {transform: translateY(-15px);}*/
/*.primary-nav-container ul.funraisin-dropdown-menu li:last-child a {padding-bottom: 25px;}*/
/*}*/

/*Footer*/
.footer-links li {margin-bottom: 10px;}
.footer-border {padding-top: 40px; border-top: 1px solid #ececec;}
#Footer a:hover {color: #781d7e;}

/*Hero Header*/
.funraisin-header {
    margin-top: 90px;
}

#template-profile .funraisin-header, .template-login-dashboard .funraisin-header{
    background-attachment: fixed;
}

.hvr-grow {
  display: inline-block; 
  vertical-align: middle;
  transition: 0.1s ease;
  border-color: #aeaeae;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  cursor: pointer;}
  
.hvr-grow:hover {transform: scale(1.1, 1.1); /** default is 1, scale it to 1.1 */
    border-color: #922d8d;
    opacity: 1;}
    
.funraisin-admin-nav-icon {
    z-index:999999;
}

/*Hide donation button in nav on profile pages ZenDesk 29545*/
#template-profile .funraisin-header-nav .btn-primary,  #template-profile .funraisin-sticky-nav .btn-primary {
    display:none;
}

/**
 * Custom confirmation page
 */
body.bh-custom-confirmation .funraisin-header-wrapper {
    min-height: 90px;    
}
body.bh-custom-confirmation #content-main {
    padding-top: 80px;
    min-height: 70vh;
    background: #fdd20a url(https://d33i67hvdkc55t.cloudfront.net/b05f1ac1672617886977f552cc38c337.svg);
    color: #272660;
}
body.bh-custom-confirmation .bh-confirmation-page h2 {
    color: #272660;
    font-weight: 900;
    margin: 0;
    font-family: "Rubik";
    text-transform: uppercase;
}
body.bh-custom-confirmation .bh-confirmation-page p {
    margin: 0;
}
/**
 * END: Custom confirmation page 
 */
