/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.7.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
#nav_menu-15 {
    display: inline-block;
    position: relative;
}

#nav_menu-14 {
    width: 59%;
    display: inline-block;
}

#nav_menu-15 li a, #nav_menu-14 li a {
    border-bottom: 2px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
}

#nav_menu-15 li a:hover, #nav_menu-14 li a:hover {
    border-color: #878787;
    color: #878787;
}

.menu-info-menu-container li a span {
    border-bottom-width: 0px;
}

.footer_top .container_inner p a:hover {
    border-color: #878787;
    color: #878787;
}

.footer_top .widget_nav_menu {
    vertical-align: top;
}

@media only screen and (max-width: 1200px) {
    #nav_menu-14, #nav_menu-15 {
        width:100%;
    }
}

@media only screen and (max-width: 1000px) {
    .four_columns>.column2 {
        width: 20%;
    }

    .content .content_inner > .container > .container_inner {
        padding-top: 0 !important;
    }

    .footer_inner .qbutton.small {
        padding: 0 38px;
    }
}

@media only screen and (max-width: 800px) {
    #nav_menu-14, #nav_menu-15 {
        width: 50%;
    }

    footer.footer_border_columns .qode_column.column3, footer.footer_border_columns .qode_column.column4 {
        width: 50% !important;
        float: left !important;
        /* padding-left:  5%!important; */
    }

    @media only screen and (max-width: 600px) {
        .footer_top .container_inner {
            /* padding-left:15px; */
        }
    }

    @media only screen and (max-width: 480px) {
        .container_inner {
            width: 380px;
            max-width:90%
         }
        .footer_top .textwidget img {
           
        }
    }
