/*------------------------------------------------------------------
[Range Stylesheet]

Project:    AMAEZI - Multi-Purpose Blog & Portfolio HTML Theme


[Table of contents]

1. Range Max_319px
2. Range Min_320px Max_479px
3. Range Max_479px
4. Range Min_480px Max_767px
5. Range Max_767px
6. Range Min_768px
7. Range Max_960px
8. Range Max_1024px
9. Range Min_1024px
10. Range Min_1367px
11. Range Min_768px and Max_1023px

-------------------------------------------------------------------*/

.nav-logo {
    max-width: 375px;
    max-height: 75px;
}

@media only screen and (min-width: 1201px) {
    .amaezi_header_content {
        margin-top: 20vh;
        align-self: unset;
    }
}   

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .nav-logo {
        max-width: 280px;
        max-height: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
    .nav-logo {
        max-width: 220px;
        max-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-logo {
        max-width: 280px;
        max-height: 70px;
    }
}

/*--- 1. Range Max_319px ---*/
@media only screen and (max-width: 319px) {
    .open-hours label:first-child {
        width: 40%;
    }
    .open-hours label:nth-child(2) {
        width: 55%;
    }
    .sliding-menu .logo h3 {
        font-size: 15px;
        line-height: 1.2;
    }
    .cd-nav-container .menu-header{
        padding: 15px;
    }
    .cd-close-nav{
        right: 10px
    }
}

/*--- 1. Range Min_320px Max_479px ---*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .sliding-menu .logo h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .cd-nav-container .menu-header{
        padding: 20px;
    }
}

/*--- 3. Range Max_479px ---*/
@media only screen and (max-width: 479px) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .grid figure.blog_post{
        width: 100%;
    }
    .sticky-header {
        /*padding: 25px 0 !important;*/
    }
    .page-title.text-left {
        margin: 0 !important;
    }
    body .page-title span {
        font-size: 13px;
    }
    #filter-main-nav .filter {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        width: 80%;
    }
    p.header-btns{
        display: none;
    }
    .open-hours label:first-child {
        width: 20%;
    }
}


/*--- 4. Range Min_480px Max_767px ---*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .grid figure.blog_post{
        width: 50%;
    }

}
@media only screen and (min-width: 100px) and (max-width: 319px) {
    .amaezi-fullscreen-header{
        /*background-size: 350% auto;*/
        background-size: cover;
    }

}
@media only screen and (min-width: 320px) and (max-width: 619px) {
    .amaezi-fullscreen-header{
        /*background-size: 300% auto;*/
        background-size: cover;
    }

}
@media only screen and (min-width: 620px) and (max-width: 990px) {
    .amaezi-fullscreen-header{
        /*background-size: 150% auto;*/
        background-size: cover;
    }

}
@media only screen and (min-width: 600px) and (max-width: 1100px) {
    .amaezi-fullscreen-header video {
        transform: scale(2);
        -webkit0transform: scale(2);
    }

}
@media only screen and (max-width: 599px) {

    .header-top-bar .page-title {
        text-align: center;
    }

    .header-top-bar .page-title a {
        margin-right: 10px;
    }

    .amaezi-fullscreen-header video {
        transform: scale(3);
        -webkit0transform: scale(3);
    }
}

/*--- 5. Range Max_767px ---*/
@media only screen and (max-width: 767px) {

    .img-agent {
        float: none;
        margin:auto;
    }
    .agent-numbers {
        text-align: center;
        margin-top: 60px;
        padding-left: 0px;
    }
    .amenity-container {
        padding-left: 30px;
    }

    .header-top-bar {
        padding: 10px 20px;
    }

    /*.amaezi-fullscreen-header {
        height: 500px;
    }*/

    .sticky-header-content nav.navbar.navbar-default {
        background: #ffffff none repeat scroll 0 0;
        z-index: 12;
    }
    body .sticky-header-content {
        width: 100%;
    }
    body .navbar-toggle{
        margin-top: 5px;
    }
    .sticky-header-content .navbar-nav > li > a {
        padding: 15px;
    }
    .sticky-header-content .navbar-brand {
        padding: 7px 10px;
    }
    .sticky-header-content {
        background: #ffffff none repeat scroll 0 0;
        position: relative;
        z-index: 222;
    }
    body .daily-specials-shortcode .day-details-content {
        padding: 5px;
        text-align: center;
    }
    body .single-menu-item .price {
        bottom: auto;
        position: relative;
        right: auto;
        top: auto;
    }
    body .flex-panel {
        display: block;
    }
    body .members-shortcode .col-md-4{
        overflow: hidden;
    }
    body .single-post{
        display: block;
    }
    body .post-details-holder {
        overflow: hidden;
    }
    body .single-post .post-details {
        padding: 10px;
        overflow: hidden;
    }
    body .daily-specials-shortcode .day-details-content .price {
        font-size: 20px;
        position: unset;
        right: auto;
        top: auto;
        clear: both;
        width: 100%;
        display: block;
    }
    body .daily-specials-shortcode .day-name {
        font-size: 30px;
    }
    .amaezi_header_content{
        top: 25%;
    }
    .sticky-social-links.pull-right {
        float: none;
        text-align: center;
        width: 100%;
    }
    .page-title > span:first-child {
        display: none;
    }
    .copyright-informations {
        text-align: center;
    }
    footer {
        padding: 0 15px;
    }
    .portfolio-shortcode ul li {
        margin-bottom: 20px;
    }
    .members-shortcode .col-md-4 {
        margin-bottom: 20px;
    }
    .sticky-header .page-title {
        margin: 5px 0 15px;
        text-align: center;
    }
    .sticky-header-content {
        width: 70%;
    }
    .search-input {
        padding: 0 25% 0 10px;
    }
    .amaezisearch.open .search-input {
        font-size: 30px;
    }
    .amaezisearch.open .amaezisearch-submit {
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
        transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
    }
    .amaezi_header_title {
        font-size: 45px;
    }
    .amaezi_header_quotes .item{
        font-size: 16px;
    }
    #filter-main-nav .filters{
        width: 100%;
        float: left;
        text-align: left;
    }
    .amaezi_header_content{
        top: 20%;
    }
    p.header-btns a.btn {
        margin-bottom: 10px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
    
    .amaezi_header_title {
        font-size: 70px;
    }
    .navbar-nav > li > a {
        /*padding: 20px;*/
        padding: 33px 10px 34px 15px;
    }
    .sticky-header-content .nav.navbar-right {
        margin: 0;
        text-align: center;
        /*width: 100%;*/
    }
    .sticky-header-content .navbar-nav > li {
        /*display: inline-table;*/
        float: left;
    }
    .sticky-header-content .navbar-header {
        float: left;
        text-align: center;
    }
    .sticky-header-content .navbar-default .navbar-brand {
        /*display: inline-table;*/
        /*float: none;*/
        
        max-width: 180px;
        padding: 20px 0px;
    }

}


/*--- 7. Range Max_960px ---*/
@media screen and (max-width: 960px) {
    .contact-form .row,
    .contact-form .row input#name {
        margin-bottom: 10px;
    }

}

/*--- 8. Range Max_1024px ---*/
@media only screen and (max-width: 1024px) {

    .sticky-header .page-title{
        text-align: center;
    }
    .sticky-header-content > div {
        /*padding: 0 8%;*/
    }
    
    .page-title span:last-child {
        margin: 0;
    }
    .sticky-header{
        padding: 0;
    }
    .amaezisearch{
        top: 20px;
    }
    .open-hours label:first-child {
        width: 20%;
    }
}


@media screen and (max-width: 1110px) {
    .menu-container {
        height: 800px;
    }
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 960px) {

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-container {
        width: 100%;
        height: auto;
        max-width: 460px;
        -webkit-perspective: 0px;
        perspective: 0px;
    }
    .menu-wrapper, 
    .menu-wrapper > div,
    .menu-wrapper > div > div {
        position: relative;
        width: 100%;
        height: auto;
    }
    .menu-wrapper > div > div{
        margin-bottom: 10px;
        box-shadow: 
            inset 0 0 0 16px #fff, 
            inset 0 0 0 17px #e6b741, 
            inset 0 0 0 18px #fff, 
            inset 0 0 0 19px #e6b741, 
            inset 0 0 0 20px #fff, 
            inset 0 0 0 21px #e6b741,
            0 3px 5px rgba(0,0,0,0.2);
    }
    .menu-container .menu-back,
    .menu-container.menu-open .menu-cover,
    .menu-container.menu-open .menu-right {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .menu-overlay, .menu-middle .menu-overlay {
        background: transparent;
    }
    .menu-container .food-modal {
        position: fixed;
        width: 80%;
        top: 50%;
        left: 50%;
        margin: 0 0 0 -40%;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        -webkit-transition: opacity 0.6s ease-in-out 0s;
        transition: opacity 0.6s ease-in-out 0s;
    }
    .menu-container.menu-in .menu-cover,
    .menu-container.menu-in .menu-right,
    .menu-container.menu-in .menu-wrapper {
        -webkit-transform: rotateY(0deg);
        -webkit-transition-delay: 0s;
        transform: rotateY(0deg);
        transition-delay: 0s;
    }
}

@media (min-width: 991px) {

  .modal-dialog {
      width: 800px;
      margin: 30px auto;
  }
}

@media only screen and (max-width: 767px) {

    .amaezi-fullscreen-header {
        height: 500px;
    }

    .sticky-header, .navbar-brand, #sticky-header-sticky-wrapper {
        height: 70px !important;
    }

    .sticky-social-links {
        display: none;
    }

    #share-modal .modal-agent-info-box .img-holder, #share-modal .modal-agent-info-box .content {
        display: block;
    }
    #share-modal .modal-agent-info-box {
        margin-top: 0;
        padding: 0 20px;
        text-align: center;
    }
    #share-modal .modal-agent-info-box .img-holder {
        border-radius: 50%;
        width: 100%;
        margin-top: 20px;
    }
    #share-modal .modal-agent-info-box .content {
        padding-left: 0;
    }
    #share-modal .modal-agent-info-box .content h3 {
        margin-bottom: 11px;
        margin-top: 13px;
    }
    .contact-form-wrap {
        margin-top: 0;
        max-width: 95%;
    }
    #contact-section .section-title {
        margin-bottom: 40px;
    }
    #share-modal .modal-dialog .modal-header h4 {
        font-size: 16px;
    }
    #share-modal .modal-dialog .modal-header .close {
        height: 25px;
        line-height: 25px;
        right: 20px;
        width: 25px;
    }
    #share-modal .modal-contact-form {
        padding: 30px 20px 30px;
    }
}

@media screen and (max-width: 450px) {
    .hidden-phones {
        display: none !important;
    }
    .amaezi-fullscreen-header {
        height: 250px;
    }
    .high-padding {
        padding: 40px 0;
    }
    .section-header {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 450px) {
    .visible-phones {
        display: none;
    }
}
