

@media only screen and (max-width: 1000px){
.header_bottom {
    background-color: #0a0a0a !important;
}
}
a.paoc-popup.popupaoc-link {
    color: #fff !important;
    font-size: 16px !important;
    padding-top: 9px !important;
}


.paoc-popup-modal {
    background-color: #ffffff70 !important;
}

.paoc-popup-modal-cnt {
    background-color: #182543c9 !important;
    padding: 50px 20px 20px 20px;
}
span.date.entry_date.updated {
    display: none;
}

.post_info {
    display: none; !important
}
.content, .content .container, .full_width {
    background-color: #ffffff;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.active.narrow {
    background: #251f60;
}



li.menu-item a:before, li.menu-item a:after
{
       position: absolute;
    top: 47px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #f7f7f73d;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

li.menu-item a:after
{
    border-width: 2px;
    transition: all 0.4s;
}

li.menu-item a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

li.menu-item a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}
