/* language switcher */

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: "";
    display: inline-block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    margin-bottom: 3px;
    margin-left: -4px;
}
/*post under title*/
.under-title {
    font-size: 20px;
    text-align: center;
    background-color: #b5121b;
    padding: 20px;
    
}
.under-title a {
    color: #ffffff;
}