/* Extracted from header.php.
   Linked from that same file so the cascade order is unchanged. */

.heade-spc{
    padding: 0px 20px !important;
}
/* Hide the dropdown menu by default */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 10px;
    border: 1px solid #ccc;
}
.dropdown-menu a{
    color: #000 !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.arrow {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}
.dropdown:hover .arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}
/* Top bar - Invitation Letter link */
.top-link {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    padding-left: 15px;
    border-left: 1px solid #eae9e9;
}
.top-link:hover,.top-link:focus {
    color: #f5d76e;
    text-decoration: none;
}
.top-link i {
    margin-right: 8px;
    font-size: 13px;
}
@media (max-width: 767px) {
    .top-link {
        float: none;
        display: inline-block;
        border-left: 0;
        padding-left: 0;
    }
}
