/*Theme Name: Parkhotel*/


.nav ul li.active {
    background: #13573E;
    position: relative;
}
.nav ul li:last-child {
    margin-right: 20px;
}
.sf-menu .parent-menu {
    position: relative;
}
.nav ul li.menu-item {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
text-transform: uppercase;
}

#navigate .current-menu-item a, #menu-item .current_page_item a {
    background-color:#13573E;

}
#navigate  .current-menu-ancestor > a {
    background-color:#13573E;

}

#navigate  .current-menu-parent > a {
    background-color:#13573E;
}

.sf-menu .menu-item-has-children::after {
    color: #fff !important;
}
.sf-menu .menu-item-has-children::after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 47px;
    right: 6px;
}   

input[type="text"] {
    width: 100%;
    border: solid 1px #ccc;
    height: 46px;
    padding-left: 10px;
    padding-top: 10px;
}
[type="email"] {
    width: 100%;
    border: solid 1px #ccc;
    height: 46px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom:10px;
}
.blg-txt-single {
padding-left: 12%;
width: 75%;
}