/*
Theme Name:   Veen Child
Theme URI:    https://1.envato.market/wp-veen-preview
Author: EstudioPatagon
Author URI: https://1.envato.market/ep-portfolio-themes
Description:  Child theme, based on Veen
Template: veen

*/

/* Add your custom code just below */

body .mask-effect .mask {
    -webkit-mask: none;
    line-height: 2em;
}

.menu-wrapper > .grid-container {
    display: flex;
}

#menu-header-1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}
body #header logo {
    margin: 5px auto 5px 0;
}

body .main-nav {
    width: calc(100% - 240px);
    float: none;
}


li {
    position:relative;
}
body .widget_archive>ul>li:before,
body li:before {
    background: url(https://web.any.do/images/sharing/notifications_completed.png) 50% 50% no-repeat;
    list-style: none;
    margin: 0px;
    position: absolute;
    top: 7px;
    left: -40px;
    width: 15px;
    height: 15px;
    content: '';
}

body div.articles article .post-title a,
body  #single.standard .featured-image .title,
body #single.fullcover .featured-image .title{
    line-height: 180%;
}