/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* 
    ----------------------------------
    Custom Styles
    ----------------------------------
*/

.menu-smart a span {
    font-size: 14px;
}

.menu-smart,
.menu-smart ul,
.menu-smart li,
.menu-bloginfo-inner {
    line-height: 30px;
}

.vmenu-center .menu-container .row-inner * {
    color: #737373;
}

.vmenu-center .menu-container .row-inner span.badge {
    color: #FFF;
    font-size: 12px;
}


@media only screen and (max-width: 768px) {

    /* Opacity of Slider images on Mobile */

    #page-header[data-imgready="true"] .header-wrapper .row-container>.row-background,
    .no-cssanimations #page-header .header-wrapper .row-container>.row-background {
        opacity: 0.5;
    }

    /* Position of Slider images on Mobile */

    .owl-item .background-inner {
        background-position: 75% center !important;
    }
}