/*
Theme Name: LiveMagazine
Theme URI: http://templatic.com/
Author: Templatic
Author URI: http://templatic.com/
Description: Magazine theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets.
Version: 1.2
Text Domain: magazine*/


@media (min-width: 300px) and (max-width: 767px) {

    .brand {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }

    /*.img_left {
        float: left;
    }*/

    .navbar .nav > li, .mega-menu ul.mega li {
        margin-right: 0px;
        background-color: #c50c0c;
        margin-right: 10px !important;
    }

    .brand .logo img {
        max-width: 20% !important;
    }


    .navbar-toggle {
        width: auto;
        border-color: transparent;
        top: -165px !important;
        border-radius: 0;
        left: 0px !important;
        float: right !important;
        position: relative !important;
    }

    .rotary_about {
        width: 100% !important;
    }

    vetro_img {
        width: 100%;
    }

    .content-wrapper .grid img, .content-wrapper .list img {
        width: 100% !important;
    }
}

@media (min-width: 300px) and (max-width: 479px) {

    .item .megaheading {
        font-size: 12px !important;
    }


    .cover_img {
        padding: 0 15px 0 0px !important;
        width: 100%;
    }

    .widget-tabs .vid-image {
        float: left;
        width: 100% !important;
        max-width: 100% !important;
    }

    .auto_matic {
        float: left;
    }

    .widget-tabs .vid-image + .vid-content {
        overflow: auto scroll;
    }
}

@media (min-width: 300px) and (max-width: 420px) {

    .slider_imgs {
        height: 220px !important;
    }

    .ms-view {
        height: 220px !important;
    }

    .img_left {
        float: left;
        font-size: 8px !important;
        font-weight: bolder;
    }

    .title-block .icon-container {
        width: 40px !important;
        height: 40px !important;
    }


    .icon_padd {
        font-size: 20px !important;
        padding-top: 10px !important;
    }

    .arrow-right {
        margin: 10px 0 0 -4px !important;
    }

    .title-block h3 {
        font-size: 10px !important;
        font-weight: bold;
        line-height: 39px !important;
        padding: 0px !important;
    }
}
