/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* 
    ----------------------------------
    - Header Area Style
    ----------------------------------
    */
    /* Display Mobile Menu in iPad */
    .navbar-header {
        float: none;
        padding: 30px 0px 20px 0px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-brand > img {
        max-width: 70%;
    }
    .navbar-toggle {
        margin-top: 20px;
        border: 0px;
    }
    .navbar .navbar-nav li {
        width: 100%;
    }
    .navbar-right {
        float: right !important;
        margin-right: 15px !important;
        width: 98%;
    }
    .navbar-toggle {
        display: block;
        border: 0px;
        background: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-default .navbar-collapse {
        margin-top: 17px;
    }
    .navbar-default .navbar-collapse.collapse.in {
        display: block!important;
        border-top: none;
        margin-top: 6px;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* Menu Style 1 & 2 */
    .menu-style-1 .navbar,
    .menu-style-2 .navbar {
        padding: 20px 0px;
    }
    .menu-style-1 .navbar .navbar-brand,
    .menu-style-2 .navbar .navbar-brand {
        padding: 0px;
        margin: 0px;
        width: 50%;
        height: auto;
    }
    .menu-style-1 .navbar .navbar-brand img,
    .menu-style-2 .navbar .navbar-brand img {
        width: 50% !important;
        margin: 15px 0px 0px 15px;
    }
    .menu-style-1 .navbar-default .navbar-nav > .active > a:after,
    .menu-style-2 .navbar-default .navbar-nav > .active > a:after {
        right: 40px;
    }
    .menu-style-1 .navbar .navbar-nav {
        background: #fff;
        margin-top: 10px;
    }
    .menu-style-2 .navbar .navbar-nav {
        background: #0379AE;
    }
    /* Menu Style 3 */
    .menu-style-3 .navbar-header {
        padding: 0px;
    }
    .menu-style-3 .navbar-nav.navbar-right li a {
        display: inline-block;
    }
    /* 
    ----------------------------------
    - Hero Area Style
    ----------------------------------
    */
    .speaker,
    .headphone,
    .pencil,
    .frame,
    .black-tab,
    .mouse {
        display: none;
    }
    .hero-area-content-inner {
        padding-left: 0px;
    }
    .hero-area-content .title {
        font-size: 2.8rem;
        line-height: 60px;
    }
    .hero-area-content .subtitle {
        font-size: 1.8rem;
        line-height: 48px;
    }
    .hero-area-content .after-subtitle {
        font-size: 1.6rem;
        line-height: 40px;
        margin-bottom: 2.5rem;
    }
    /* 
    ----------------------------------
    - Download Area Style
    ----------------------------------
    */
    .download-btn li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    /* 
    ----------------------------------
    - Pricing Area Style
    ----------------------------------
    */
    .pricing-table {
        margin-bottom: 30px;
    }
    /* 
    ----------------------------------
    - Contact Area Style
    ----------------------------------
    */
    .contact-area {
        background-image: none;
    }
    /* 
    ----------------------------------
    - Sidebar Style
    ----------------------------------
    */
    .blog-sidebar {
        margin-bottom: 30px;
    }
    .aboutme-widget .header {
        display: none;
    }

    /* 
    ----------------------------------
    - Blog Full Grid Page
    ----------------------------------
    */
    .feature-post-area {
        display: block;
        height: auto;
    }
    .blog-filter ul li {
        margin-right: 20px;
    }
    .blog-items .isotope,
    .blog-items .isotope .item .caption,
    .blog-items .isotope .item .img-box {
        display: block;
        height: auto;
    }
    .blog-items .isotope .item .caption {
        padding: 25px;
    }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    /* 
    ----------------------------------
    - Default Style
    ----------------------------------
    */
    html {
        font-size: 16px;
        line-height: 27px;
    }
    .single-img-box {
        margin-bottom: 30px;
    }
    .circle-top-icon {
        margin-bottom: 30px;
    }
    /* 
    ----------------------------------
    - Header Style
    ----------------------------------
    */
    /* Default Style */
    .navbar-header {
        float: none;
        padding-top: 10px;
    }
    .navbar-default .navbar-collapse {
        margin-top: 17px;
    }
    .navbar-collapse.collapse.in {
        border-top: 0px;
        margin-top: 17px;
    }
    .navbar-right li {
        display: inline-block;
    }
    .navbar-right li:first-child a {
        margin-left: 10px;
    }
    /* Menu 1 & 2 Style */
    .menu-style-1 .navbar,
    .menu-style-2 .navbar {
        padding: 20px 0px;
    }
    .menu-style-1 .navbar .navbar-brand,
    .menu-style-2 .navbar .navbar-brand {
        padding: 0px;
        margin: 0px;
        width: 50%;
        height: auto;
    }
    .menu-style-1 .navbar .navbar-brand img,
    .menu-style-2 .navbar .navbar-brand img {
        width: 50% !important;
        margin: 15px 0px 0px 15px;
    }
    .menu-style-1 .navbar-default .navbar-nav > .active > a:after,
    .menu-style-2 .navbar-default .navbar-nav > .active > a:after {
        right: 40px;
    }
    .menu-style-1 .navbar .navbar-nav {
        background: #fff;
    }
    .menu-style-2 .navbar .navbar-nav {
        background: #0379AE;
    }
    /* Menu Style 3 */
    .menu-style-3 .top-info-area .top-info {
        text-align: center;
    }
    .menu-style-3 .navbar-header {
        text-align: center;
        margin: 0px;
    }
    .menu-style-3 .navbar-default .navbar-toggle {
        float: none;
        margin: 10px auto auto auto;
        border-radius: 0px;
    }
    .menu-style-3 .navbar-header {
        padding: 0px;
    }
    
    /* 
    ----------------------------------
    - Hero Area Style
    ----------------------------------
    */
    /* Home-1 */
    .hero-area {
        height: 100vh;
    }
    .speaker,
    .headphone,
    .pencil,
    .frame,
    .black-tab,
    .mouse {
        display: none;
    }
    .hero-area-content-inner {
        text-align: center;
    }
    .hero-area-content .title {
        font-size: 2.8rem;
        line-height: 60px;
    }
    .hero-area-content .subtitle {
        font-size: 1.8rem;
        line-height: 48px;
    }
    .hero-area-content .after-subtitle {
        font-size: 1.6rem;
        line-height: 40px;
        margin-bottom: 2.5rem;
    }
    /* Home-2 */
    .home-2 {
        min-height: auto;
        height: 100vh;
    }
    .home-2 .hero-area-caption .title,
    .home-2 .hero-area-caption .title span {
        line-height: 30px;
    }
    /* Home-3 */
    .home-3 {
        padding: 50px 0px;
    }
    /* 
    ----------------------------------
    - Fun Fact Area Style
    ----------------------------------
    */
    .fun-item {
        margin-bottom: 50px;
    }
    .last .fun-item {
        margin-bottom: 0px !important;
    }
    /* 
    ----------------------------------
    - Testimonial Area Style
    ----------------------------------
    */
    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        display: none !important;
    }
    .testimonial-carousel .item .avatar {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonial-carousel .item .content {
        padding-left: 0px;
        text-align: center;
    }
    /* 
    ----------------------------------
    - App Download Area Style
    ----------------------------------
    */
    .app-download-content {
        margin-bottom: 30px;
    }
    /* 
    ----------------------------------
    - App Screenshot Area Style
    ----------------------------------
    */
    .screenshot-carousel .owl-nav .owl-prev {
        margin-left: 5%;
    }
    .screenshot-carousel .owl-nav .owl-next {
        margin-right: 5%;
    }
    /* 
    ----------------------------------
    - Download Area Style
    ----------------------------------
    */
    .download-btn li {
        margin-right: 0px;
        width: 60%;
        margin-bottom: 15px;
    }
    .download-btn li a {
        width: 100%;
    }
    /* 
    ----------------------------------
    - Pricing Area Style
    ----------------------------------
    */
    .pricing-table {
        margin-bottom: 30px;
    }
    /* 
    ----------------------------------
    - Blog Area Style
    ----------------------------------
    */
    .blog-item {
        margin-bottom: 30px;
    }
    /* 
    ----------------------------------
    - Contact Area Style
    ----------------------------------
    */
    .icon-box-left {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-area {
        background-image: none;
    }
    /* 
    ----------------------------------
    - Footer Menu Area Style
    ----------------------------------
    */
    .footer-menu {
        padding: 30px;
    }
    .footer-menu li a {
        margin-right: 0px;
        text-align: center;
        padding: 10px;
    }

    /* 
    ----------------------------------
    - Blog Default Page
    ----------------------------------
    */
    .top-logo-area {
        text-align: center;
        margin-bottom: 15px;
    }
    .top-info-area .top-info {
        text-align: center;
    }
    .page-menu .navbar-header {
        text-align: center;
    }
    .page-menu .navbar-toggle {
        float: none;
        margin: 0 auto;
    }
    .page-header-area .banner {
        display: none;
    }
    .page-header-area .breadcrumb-area {
        padding: 20px;
    }
    /* 
    ----------------------------------
    - Blog Full Grid Page
    ----------------------------------
    */
    .feature-post-area {
        height: auto;
        display: block;
    }
    .feature-tiles,
    .feature-tiles-half {
        padding: 15px;
    }
    .blog-filter ul li {
        margin-right: 20px;
    }
    .blog-items .isotope,
    .blog-items .isotope .item .caption,
    .blog-items .isotope .item .img-box {
        display: block;
        height: auto;
    }
    .blog-items .isotope .item .caption {
        padding: 25px;
    }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 481px) and (max-width: 767px) {}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 240px) and (max-width: 375px) {
    /* 
    ----------------------------------
    - Default Style
    ----------------------------------
    */
    .btn,
    a.btn {
        padding: 5px 20px;
        margin: 10px;
    }
    /* 
    ----------------------------------
    - Hero Area Style
    ----------------------------------
    */
    .hero-area-content .title {
        font-size: 2rem;
        line-height: 40px;
        margin-bottom: 1rem;
    }
    .hero-area-content .subtitle,
    .hero-area-content .after-subtitle {
        font-size: 1.4rem;
        line-height: 38px;
    }
    /* 
    ----------------------------------
    - App Download Area Style
    ----------------------------------
    */
    .app-download-screen .download-brand li a {
        margin-right: 20px;
    }
    /* 
    ----------------------------------
    - Team Area Style
    ----------------------------------
    */
    .team-carousel .owl-nav {
        top: 15%;
    }
    /* 
    ----------------------------------
    - Download Area Style
    ----------------------------------
    */
    .download-btn li {
        width: 80%;
    }
}
