/*
Template Name: Adept
Template URI: https://demos.shourav.info/static/adept/
Description: adept full responsive portfolio template, clean code and easy to use.
Author: crazyEnter
Author URI: https://shourav.info
Version: 1.0.0
*/


/*====================================*/
/* Landscape tablets and medium desktops */
/*====================================*/

@media (max-width: 1280px) {

    /* banner layout */
    .banner-layout {
        height: 100vh;
        min-height: 100vh;
        overflow: hidden;
        position: unset;
        width: 100%;
    }
    .content-layout {
        left: 0;
        overflow: unset;
        position: absolute;
        width: 100%;
    }
    .scroll-down {
        display: block;
    }
    .scroll-down i {
        bottom: 10px;
        font-size: 25px;
        -webkit-animation: MoveUpDown 2.5s linear infinite;
                animation: MoveUpDown 2.5s linear infinite;
        position: absolute;
        color: #eeeeee;
        text-align: center;
        bottom: 0px;
        left: 0;
        right: 0;
        cursor: pointer;
        display: block;
        padding: 10px 50px;
    }
    .main-banner.auto-hide+.scroll-down i {
        display: none;
    }

    /* footer */
    .footer-banner {
        display: none;
    }
    .footer-content {
        background: #323232 none repeat scroll 0 0;
        display: block;
        padding-top: 30px;
        position: relative;
    }
    .scroll-top {
        background: #ffffff none repeat scroll 0 0;
        border: 4px solid #333333;
        border-radius: 50%;
        cursor: pointer;
        height: 50px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: -25px;
        width: 50px;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }
    .scroll-top i {
        font-size: 25px;
        line-height: 40px;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }
    .scroll-top:hover i {
        color: #FFF;
    }
}

/*====================================*/
/* Portrait tablets and small desktops // 768 // */
/*====================================*/

@media (min-width: 768px) and (max-width: 991px) {

    /* home page */
    .nav.about-list {
        border-radius: 0;
        padding: 20px 0 0;
    }
    .about-list li::after {
        height: 2px;
        left: auto;
        top: 60%;
        width: 100%;
    }
    .nav.about-list li {
        float: left;
        width: 33.3333%;
    }
    .tab-content {
        padding: 15px;
    }
    .about-image {
        margin-top: 30px;
    }
    .cv-btn{
        margin-bottom: 30px !important;
    }
    /* services */
    .member-skill > ul {
        margin: 10px 0;
    }
    .service-price .single-content {
        margin-bottom: -30px;
    }
    /* portfolios */
    .portfolios-nav {
        text-align: left;
    }
    .portfolio-list {
        margin: 0px -15px 0px;
    }
    .portfolios-nav li {
        margin-bottom: 30px;
    }

    /* blog */
    .blog-item-list {
        margin: 20px 0 10px;
    }
    .meta > span {
        font-size: 13px;
        margin-right: 10px;
    }

    /* contact */
    .contact-details {
        padding: 20px 30px 20px 40px;
    }
    .contact-details h3 {
        line-height: 25px;
    }
    .contact-social .social li a {
        color: #333333;
        font-size: 16px;
    }
    .contact-input label {
        margin: 15px 0;
    }
}

/*====================================*/
/* Landscape phones and portrait tablets // All Small // */
/*====================================*/

@media (max-width: 767px) {

    /* common css */
    .navbar-menu.menu-on {
        background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
        height: auto;
        min-height: 100%;
        padding: 20px 0;
        top: 80px;
    }
    .main-banner {
        top: 30px;
    }
    .banner-content h1 {
        font-size: 42px;
        line-height: 42px;
    }
    .banner-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .single-content {
        overflow: hidden;
        padding: 60px 30px;
    }

    /* home page */
    .nav.about-list {
        border-radius: 0;
        padding: 20px 0 0;
    }
    .about-list li::after {
        height: 2px;
        left: auto;
        top: 60%;
        width: 100%;
    }
    .nav.about-list li {
        float: left;
        width: 33.3333%;
    }
    .tab-content {
        padding: 15px;
    }
    .tooltips {
        padding: 5px;
    }
    .about-image {
        margin-top: 30px;
    }
    .cv-btn{
        margin-bottom: 30px !important;
    }
    /* services */
    .service-price .single-content {
        margin-bottom: -30px;
    }
    .member-social {
        display: none;
    }

    /* portfolios */
    .portfolios-nav {
        text-align: left;
        padding-top: 0px;
    }
    .portfolio-list {
        margin: 10px -15px 0px;
    }
    .portfolios-nav li {
        margin-bottom: 5px;
        width: 100%;
        display: inline-block;
    }
    .portfolios-nav li span {
        display: none;
    }
    .modal-dialog {
        width: 100%;
        margin: 0;
    }
    .single-item:last-child{
        margin-bottom: 0px;
    }
    .single-item figcaption span {
        display: none;
    }

    /* testimonail */
    .single-count {
        margin-bottom: 20px;
    }

    /* blog */
    .blog-item-list {
        margin: 20px 0 10px;
    }
    .blog-item {
        margin-bottom: 50px;
    }
    .blog-item:last-child {
        margin-bottom: 20px;
    }
    .post-author img {
        float: none;
    }
    .post-author {
        text-align: center;
    }

    /* contact */
    .contact-details {
        height: auto;
        padding: 30px 20px;
        width: 100%;
    }
    #map-canvas {
        height: 300px;
        width: 100%;
    }

    /* single blog */
    .blog-item-content {
        padding: 25px 0 40px;
    }
    .blog-item article{
        padding: 10px;
    }
    a.blog-title h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/*====================================*/
/* Portrait phones and smaller // Wide Mobile // */
/*====================================*/

@media (max-width: 480px) {

    /* common css */
    .main-banner {
        padding: 0px 15px;
    }
    .banner-content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .banner-content .button.shine {
        margin: 0px 0px 10px;
        padding: 8px;
    }
    .heading h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .single-content {
        overflow: hidden;
        padding: 60px 15px;
    }
    .freel::before {
        height: 1px;
        width: 10%;
        opacity: 0.4;
    }

    /* home */
    .tooltips {
        display: none;
    }
    .my-about-list li {
        display: block;
        margin-bottom: 10px;
    }
    /* services */
    .service-heading h4 {
        letter-spacing: 0px;
        font-size: 13px;
    }
    /* testimonial */
    .owl-dots {
        bottom: 15px;
    }
    .single-quote p::before {
        opacity: 0.1;
        left: 0;
    }
    .single-quote p {
        margin-left: 0;
    }

    /* single page */
    .single-page-head {
        font-size: 18px;
    }

    /* blog */
    .single-blogpost .blog-item-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .newsletter-form, .newsletter-form > input[type="email"] {
        width: 100%;
        border-radius: 0px;
    }
    .subscribe {
        border-left: 0 none;
        border-radius: 0;
        margin-top: 5px;
        position: relative;
        height: 50px;
        width: 100%;
    }
    .subscribe:hover i {
        padding-left: 0px;
    }
}