/* HEADER */
header#head {
    padding: 40px 0 0;
    background-color: #fff;
}

header .logo {
    margin-top: 25px;
}

.lea {
    float: right;
    margin-bottom: 0.7em;
}

.social {
    float: right;
    clear: both;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    vertical-align: top;
    background-color: #d4d4d4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

ul.social-icons li a {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    background-image: url("../img/social-icons.png");
    background-repeat: no-repeat;
    font: 0/0 a;
    cursor: pointer;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

ul.social-icons li.twitter a {
    background-position: 0 0;
}

ul.social-icons li.facebook a {
    background-position: -31px 0;
}

ul.social-icons li.youtube a {
    background-position: -126px 1px;
}

ul.social-icons li.linkedin a {
    background-position: -341px 1px;
}

ul.social-icons .twitter:hover,
#footer .twitter:hover {
    background-color: #47c0d8;
}

ul.social-icons .facebook:hover,
#footer .facebook:hover {
    background-color: #49699f;
}

ul.social-icons .youtube:hover,
#footer .youtube:hover {
    background-color: #b72d24;
}

ul.social-icons .linkedin:hover,
#footer .linkedin:hover {
    background-color: #2c7cb7;
}

#navBar {
    position: static;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
    background-color: #fff;
}

#pushBack {
    margin: 0;
    padding: 0;
    height: 0em;
}

nav {
    background-color: #fff;
}

nav ul {
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -mos-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

nav li {
    display: inline-block;
    text-align: center;
}

#menu li:first-child {
    float: left;
}

#menu {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav a,
nav a:active {
    display: block;
    text-decoration: none;
    padding: 9px 9px 8px;
    color: #383838;
    text-transform: uppercase;
    font-size: 12px;
    border-width: 0 0 0 1px;
    border-style: none none none solid;
    border-color: transparent transparent transparent #ebebeb;
    font-weight: 600;
}

#navBar > div > ul > li:nth-child(1) > a {
    border-left-width: 0;
}

nav a:hover {
    background-color: #e31b23;
    color: #fff;
}

nav .handle {
    position: relative;
    display: none;
    width: 100%;
    background-color: #e31b23;
    text-align: left;
    box-sizing: border-box;
    padding: 1em 2em;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    nav a,
    nav a:active {
        padding: 9px 5px 8px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    nav .handle {
        display: block;
    }

    nav li {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    nav a {
        width: 100%;
        text-align: left;
        padding: 1em 2em;
        box-sizing: border-box;
    }

    nav ul {
        position: relative;
        max-height: 0em;
    }

    nav ul.showing {
        max-height: 100%;
    }
}
/* HEADER */

  .fas.fa-bars {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    #menu {
        margin-bottom: 0px;
    }

    nav a, nav a:active {
        border-width: 0 0 0 0px;
        border-left-width: 0px;
        border-style: none none none solid;
        border-color: transparent transparent transparent #ebebeb;
    }
}

.widget.widget_recent_entries ul {
    padding: 0;
}