/*** 1280px - 1439px ***/
@media only screen and (max-width: 1439px) {
    * {}

}


/*** 1024px - 1279px ***/
@media only screen and (max-width: 1279px) {
    * {}

    h2.sub-title {
        font-size: 3.4rem;
    }

    h3.sub-title {
        font-size: 2.8rem;
    }

    /* home */
    .main-banner .details h1 {
        font-size: 8rem;
    }

    .main-banner .details h2 {
        font-size: 6rem;
    }

    .main-banner .details h3 {
        font-size: 3.8rem;
    }

    .main-banner .details h4 {
        font-size: 2.8rem;
    }

    .listing .btn.all {
        line-height: 48px;
    }

    .listing ul {
        margin-bottom: 30px;
    }

    /* music*/
    .listing.work .title {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    /* contact */
    .contact-info {
        width: 34%;
    }

    .contact-form {
        width: 62%;
    }

}


/*** 960px - 1023px ***/
@media only screen and (max-width: 1023px) {
    * {}

    header,
    footer,
    .main-content,
    .footer-contact {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2.sub-title {
        font-size: 3rem;
    }

    h3.sub-title {
        font-size: 2.6rem;
    }

    /* Home */
    .quotes-holder .holder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-banner .holder {
        left: 20px;
        right: 20px;
    }

    .main-content.about .center {
        height: 400px;
    }

    /* music */
    .filter-cat {
        padding-left: 20px;
        padding-right: 20px;
    }

    .listing.work .title {
        font-size: 1.5rem;
    }

}


/*** 768px - 959px ***/
@media only screen and (max-width: 959px) {
    * {}

    .contact-menu {
        margin-bottom: 40px;
    }

    .contact-menu li:first-child {
        display: block;
        clear: both;
        padding: 0 0 20px;
    }

    .contact-menu li h2 {
        max-width: none;
    }

    .footer-menu {
        margin-bottom: 60px;
    }

    /* home */
    .main-banner .details h1 {
        font-size: 7rem;
    }

    .main-banner .details h2 {
        font-size: 5rem;
    }

    .main-banner .details h3 {
        font-size: 3.2rem;
    }

    .main-banner .details h4 {
        font-size: 2.4rem;
    }

    .quotes-holder .details {
        font-size: 2rem;
    }

    /* bio */
    .left-quote .details {
        font-size: 2rem;
    }

    .listing.work li {
        width: 33%;
    }

    /*    
    #mobileNavBtn{display: block;}
    header .main-menu{position: fixed; right: -320px; top: 0; bottom: 0; width: 320px; z-index: 999; background: #fff; height: 100%; -webkit-transition: all .35s ease-in-out; -moz-transition: all .35s ease-in-out; -ms-transition: all .35s ease-in-out; -o-transition: all .35s ease-in-out; transition: all .35s ease-in-out;}
    header .main-menu.selected{right: 0;}
    header .main-menu ul{position: relative; height: auto; top: 0;}
    header .main-menu li{float: none; display: block; width: 100%; margin: 0;}
    header .main-menu li a{border: 0; border-bottom: 1px solid #efefef; text-align: left; padding: 12px 15px; margin: 0; color: #424242;}
    header .main-menu li a.selected{color: #fff; background: #000;}
* 

    /* contact */
    .contact-info {
        width: 40%;
    }

    .contact-form {
        width: 58%;
    }

}


/*** 640px - 767px ***/
@media only screen and (max-width: 767px) {
    * {}

    h2.sub-title {
        font-size: 2.8rem;
    }

    h3.sub-title {
        font-size: 2.4rem;
    }

    .footer-contact .center {
        padding-top: 30px;
    }

    .footer-menu a {
        font-size: 1.5rem;
    }

    .main-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* home */
    .main-banner .details h1 {
        font-size: 6rem;
    }

    .main-banner .details h2 {
        font-size: 4.4rem;
    }

    .main-banner .details h3 {
        font-size: 2.8rem;
    }

    .main-banner .details h4 {
        font-size: 2rem;
    }

    .main-content.about .center {
        height: auto;
    }

    .featured-about {
        max-width: none;
        margin: 20px 0;
        font-size: 1.6rem;
    }

    .quotes-holder .details {
        max-width: none;
    }

    /* bio */
    .main-about {
        max-width: none;
        min-height: 0;
        margin: 20px 0 80px;
        float: none;
        font-size: 1.6rem;
    }

    .left-quote {
        position: relative;
        max-width: none;
        bottom: 0;
        margin-bottom: 80px;
    }

    .left-quote .details:after {
        right: 0;
    }

    .left-quote .details:before {
        left: 0;
    }

    /* music */
    .listing.work li,
    .home .listing.work li {
        width: 50%;
    }

    .filter-cat li {
        margin: 0 20px;
    }

    .filter-cat li a {
        font-size: 1.6rem;
        line-height: 60px;
    }

    /* contact */
    .contact-info {
        width: 48%;
    }

    .contact-form {
        width: 48%;
    }

    .sub-banner {
        height: 300px;
    }

    /* pagination */
    .page-numbering {
        margin: 40px 0 20px;
    }

    .page-numbering ul {
        padding: 0 5px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-numbering li {
        width: 36px !important;
        height: 28px !important;
        margin: 0 !important;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .page-numbering a {
        font-size: 1.3rem;
        line-height: 28px;
        height: 28px;
    }

    .page-numbering a .material-icons {
        font-size: 1.8rem;
        line-height: 28px;
    }

}


/*** 480px - 639px ***/
@media only screen and (max-width: 639px) {
    * {}

    body {
        margin-top: 130px;
    }

    h2.sub-title {
        font-size: 2.4rem;
    }

    h3.sub-title {
        font-size: 2rem;
    }

    header {
        height: 130px;
    }

    header .center {
        padding-top: 20px;
    }

    .menu-btn {
        top: 20px;
    }

    .main-menu .holder {
        top: 130px;
    }

    header .main-logo span {
        bottom: -20px;
        margin-left: 0;
        left: 0;
        font-size: 1rem;
    }

    .menu-btn span {
        font-size: 1.3rem;
    }

    /* home */
    .main-banner .details h1 {
        font-size: 4rem;
    }

    .main-banner .details h2 {
        font-size: 3rem;
    }

    .main-banner .details h3 {
        font-size: 2.2rem;
    }

    .main-banner .details h4 {
        font-size: 1.8rem;
    }

    .btn {
        font-size: 1.4rem;
    }

    .listing .btn.all {
        line-height: 36px;
    }

    .listing ul {
        margin-bottom: 20px;
    }

    /* music */
    .filter-cat li a {
        font-size: 1.5rem;
        line-height: 50px;
    }

    /* contact */
    .contact-info {
        width: auto;
        float: none;
        margin-bottom: 30px;
    }

    .contact-form {
        width: auto;
        float: none;
    }

    /* pagination */
    .page-numbering {
        margin: 30px 0 15px;
    }

    .page-numbering ul {
        padding: 0 3px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-numbering li {
        width: 32px !important;
        height: 26px !important;
        margin: 0 !important;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .page-numbering a {
        font-size: 1.2rem;
        line-height: 26px;
        height: 26px;
    }

    .page-numbering a .material-icons {
        font-size: 1.6rem;
        line-height: 26px;
    }

}


/*** 360px - 479px ***/
@media only screen and (max-width: 479px) {
    * {}

    h2.sub-title {
        font-size: 2.2rem;
    }

    h3.sub-title {
        font-size: 1.8rem;
    }


    .footer-menu {
        display: none;
    }

    .contact-menu {
        margin-bottom: 0;
    }

    .contact-menu li h2 {
        margin: 0;
    }

    .contact-menu li {
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }

    .contact-menu li:first-child {
        padding: 0;
        margin-bottom: 10px;
    }

    /* music */
    .filter-cat li {
        margin: 0 10px;
    }

    .filter-cat li a {
        font-size: 1.4rem;
        text-transform: capitalize;
    }

    .listing.work li,
    .home .listing.work li {
        width: 100%;
        float: none;
    }

    /* pagination */
    .page-numbering {
        margin: 20px 0 10px;
    }

    .page-numbering ul {
        padding: 0 2px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-numbering li {
        width: 28px !important;
        height: 24px !important;
        margin: 0 !important;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .page-numbering a {
        font-size: 1.1rem;
        line-height: 24px;
        height: 24px;
    }

    .page-numbering a .material-icons {
        font-size: 1.5rem;
        line-height: 24px;
    }

}


/*** < 359px ***/
@media only screen and (max-width: 359px) {
    * {}

    header .main-logo span {
        width: 100%;
        bottom: -30px;
    }

    /* home */
    .main-banner .details h1 {
        font-size: 3.6rem;
    }

    .main-banner .details h2 {
        font-size: 2.8rem;
    }

    .main-banner .details h3 {
        font-size: 2rem;
    }

    .main-banner .details h4 {
        font-size: 1.6rem;
    }

    /* music */
    .filter-cat li {
        margin: 0 5px;
    }

    .filter-cat li a {
        font-size: 1.3rem;
    }

    /* pagination */
    .page-numbering {
        margin: 15px 0 10px;
    }

    .page-numbering ul {
        padding: 0 1px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-numbering li {
        width: 26px !important;
        height: 22px !important;
        margin: 0 !important;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .page-numbering a {
        font-size: 1rem;
        line-height: 22px;
        height: 22px;
    }

    .page-numbering a .material-icons {
        font-size: 1.4rem;
        line-height: 22px;
    }


}



@-webkit-keyframes flipIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
    }
}

@-moz-keyframes flipIn {
    0% {
        opacity: 0;
        -moz-transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        -moz-transform: rotateX(0);
    }
}

@-ms-keyframes flipIn {
    0% {
        opacity: 0;
        -ms-transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        -ms-transform: rotateX(0);
    }
}

@keyframes flipIn {
    0% {
        opacity: 0;
        transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0);
        ;
    }
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        -ms-transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}