@media screen and (min-width: 2600px){

}

@media screen and (min-width: 1681px){

}

@media screen and (max-width: 1260px){
    .book-now .cell.one-fourth {
        display: inline-block;
        padding: 0 10px !important;
        width: 31.5557%;        
    }
}


@media screen and (max-width: 1238px){
    .book-now .cell.one-fourth {
        width: 47%;
    }
    .book-now .cell.one-fourth:nth-child(3) {
        /* margin-top: 20px; */
    }
}

@media screen and (min-width: 1201px) {
	#accomodations .section.suites .suite ul {
		/* height: 600px; */
	}	
}

@media screen and (max-width: 1200px){
    #accomodations .suites-nav.table {
        padding-bottom: 25px;
    }    
    #accomodations .section.suites .wrapper,
    #accomodations.single .section.features .wrapper,
    #hotel-policies .section.policies .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }    
    #accomodations .section.suites .details {
        position: relative;
        bottom: 40px;
    }
    #accomodations .section.suites .details .box {
        width: 100%;
        padding-bottom: 0;
    }
    #accomodations .section.suites .suite ul {
        padding: 12px 12px 60px;
    }    
    #accomodations .section.suites .slick-prev, #accomodations .section.suites .slick-next {
        top: calc(50% - 23px);
    }    
    #accomodations .section.suites .slick-prev {
        left: 25px;
    }
    #accomodations .section.suites .slick-next {
        right: 25px;
    }        
}

@media screen and (min-width: 1100px){
    .mobile-menu {
        display: none !important;
    }   
    .section.boxes .cell.image.mobile {
        display: none !important;
    }    
}

@media screen and (max-width: 1099px){
    .desktop-menu {
        display: none !important; 
    }
    #header {
        padding: 20px 25px;
    }
    .section.boxes .cell {
        display: block !important;
    }
    .section.boxes .cell.image.desktop {
        display: none !important;
    }
    .section.boxes .cell.image img {
        object-fit: initial;
        width: 100%;
    }
    #header {
        background: white;
    }    
    #header .book-now-badge {
        display: none;
    }
}
/* 
@media (max-width:1023px) and (min-width:961px) {
    #contact-us .hero .map {
        margin-top: -210px;
    }
}     */

@media screen and (min-width: 961px){
    .show_961 {
        display: block;
    }
    .hide_961 {
        display: none !important;
    }        
    .tinynav { 
        display: none;
    }
}

@media screen and (max-width: 960px){
    .hide_960 {
        display: none !important;
    }    
    .book-now .cell.one-fourth {
        display: block;
        float: left;
        padding: 0 10px !important;
        width: 46%;
    }    
    .book-now .cell.one-fourth:nth-child(3) {
        /* margin-top: 20px; */
        /* width: 100px; */
    }
    .book-now .cell.one-fourth:last-child {
        /* margin-top: 45px; */
        /* float: right; */
    }  
    #accomodations .section.suites .cols {
        margin-top: 35px;
    }  
    .wrapper,
    #accomodations .section.suites .wrapper,
    #accomodations.single .section.features .wrapper,
    #hotel-policies .section.policies .wrapper,
    #contact-us .hero form {
        padding-left: 35px;
        padding-right: 35px;        
    }
    .section.boxes .cell.text {
        padding: 100px 35px;
    }
    #neighborhood .hero .sidebar {
        position: relative;        
        width: 100%;
        height: 100%;
        min-height: initial;
        margin-top: 33px;
    }
    #neighborhood .hero .sidebar li {
        padding: 20px 15px 15px;
        display: inline-block;
    }
    #neighborhood .hero .sidebar li:last-child {
        padding-right: 0;
    }
    #neighborhood .hero .map {
        width: 100%;
        height: 75vh;
        min-height: 500px;
        margin-top: 0;
    }
    #contact-us .hero .cell {
        display: block;
    }
    #contact-us .hero .map {
        margin-top: initial;
    }
    #footer .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }    
}

@media screen and (max-width: 860px){
    #accomodations.single .section.details {
        padding-bottom: 0;
    }
    #accomodations.single .section.details .table {
        display: block;
        /* white-space: nowrap; */
    }
    #accomodations.single .section.details .termina {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    #accomodations.single .section.details .termina:after {
        display: none;
    }
    #accomodations.single .section.details .termina:before {
        position: relative;
        left: -15px;
        top: 8px;
    } 
    #accomodations.single .section.details .termina:nth-child(3):before {
        top: 3px;
    }    
    #accomodations.single .section.details .termina:last-child:before {
        top: 11px;
    }
    #accomodations.single .section.features {
        padding-top: 50px;
    }
    #accomodations.single .section.features .table {
        padding-bottom: 50px;
    }
    #accomodations.single .section.features .table .cell {
        display: block;
        width: 100%;
        padding: 0;
    }
    #accomodations.single .section.features .book-suite {
        max-width: 100%;
    }
    #accomodations.single .section.features .table .cell:first-child {
        padding-right: 0;
    }
    #accomodations.single .section.features .table .cell:last-child {
        padding-left: 0;
    }
    #accomodations.single .hero .name-cta {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        padding: 0 35px;
    }    
    #accomodations.single .hero .name-cta .suite-title {
        padding-bottom: 10px;
    }
    #accomodations.single .hero .name-cta .social {
        padding-top: 10px;
    }
    #accomodations.single .section.features .table .cell.text p {
        padding-bottom: 50px;
    }
    #accomodations.single .section.features p {
        max-width: 100%;
    }
    #accomodations.single .section.features .cell.image img {
        margin-left: auto;
    }
    #accomodations.single .section.features .title {
        padding-top: 50px;
    }
    #hotel-policies .col.left {
        padding-right: 0;
        padding-bottom: 50px;
        border-right: none;
        border-bottom: 2px solid #e6e7e8;
        width: 100%;
    }    
    #hotel-policies .col.right {
        width: 100%;
        padding: 50px 0;
        min-height: 200px;
    }
    #hotel-policies .side-nav {
        white-space: nowrap;
        overflow: auto;
        padding: 15px;
    }
    #hotel-policies .side-nav li {
        display: block;
        padding-right: 0;
        text-align: center;
    }    
}

@media screen and (max-width: 767px){
    #neighborhood .hero .sidebar {
        margin-top: 39px;
    }
    #neighborhood .hero .sidebar ul {
        white-space: nowrap;
        padding: 15px;
        overflow: auto;
    }
    #neighborhood .hero .sidebar li {
        display: inline;
    }
    #neighborhood .hero .results .one-third {
        width: 100%;
    }

}

@media screen and (min-width: 601px){
    .mobile {
        display: none !important;
    }
    #home .hero {
        background-attachment: fixed;
    }    
}

@media screen and (max-width: 600px){
    .desktop {
        display: none !important;
    }
    .menu-container .btn {
        right: initial;

        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }    
    /* .wrapper,
    #accomodations .section.suites .wrapper {
        padding-left: 20px;
        padding-right: 20px;        
    }    */
    .page .hero .headline {
        font-size: 16px;
        line-height: 26px;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section.testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .testimonials ul li .testimonial {
        font-size: 22px;
    }
    .section.boxes {
        padding-top: 25px;
    }
    .section.boxes .cell.text {
        padding: 50px 20px;
    }
    #header .book-now {
        padding: 90px 50px 50px;
    }
    .book-now .cell.one-fourth {
        display: block;
        float: none;
        padding: 0 !important;
        margin-bottom: 20px;
        width: 100%;
    }
    .book-now input {
        width: 100%;
    }
    .book-now .ui-selectmenu-button.ui-button {
        max-width: 99%;
        padding: 13px 0;
    }
    .book-now .ui-selectmenu-text {
        padding-left: 30px;
        background-image: url(../assets/down-arrow.svg);
        background-repeat: no-repeat;
        background-size: 6%;
        background-position: 95%;
        /* background-position: right; */
        margin: 0;
        padding-right: 15px;     
    }
    .book-now .ui-button .ui-icon, .book-now .ui-state-hover .ui-icon, .book-now .ui-state-focus .ui-icon, .book-now .ui-button:hover .ui-icon, .book-now .ui-button:focus .ui-icon {
        display: none;
    }
    #header .book-now input[type="submit"] {
        vertical-align: bottom;
        width: 100% !important;
        display: block;
    }
    .ui-datepicker {
        max-width: calc(100vw - 100px);
    }
    .cols .col.suite {
        width: 100%;
    }
    .section.accomodations .suite {
        padding: 0 0 10px;
        text-align: center;
    }
    .section.accomodations .slick-dots li {
        margin: 0 2px;
    }    
    .section.accomodations .suite .br-ba {
        left: 0;
    }
    .section.accomodations .suite .br-ba:before {
        position: relative;
        bottom: 10px;
        left: -7px;
    }
    #accomodations .cols .col.suite {
        /* margin-top: 50px; */
    }
    #accomodations .cols .col.suite:first-child {
        margin-top: 0;
    }
    #accomodations .section.suites .details .box {
        padding: 0 20px;
    }
    #accomodations.single .section.features .book-suite {
        padding: 25px;
    }
    #neighborhood .hero .map {
        height: 60vh;
        min-height: 400px;
    }    
    #neighborhood .hero .results {
        /* position: absolute;
        bottom: 0; */
    }   
    #contact-us .hero .contact-form .center-text {
        padding-left: 35px;
        padding-right: 35px;
    }
    #contact-us .hero form {
        padding-left: 0;
        padding-right: 0;
        padding-top: 35px;
    }    
    #contact-us .hero .map {
        min-height: initial;
    }
    #contact-us .hero .map #map {
        height: 440px;
    }
    #contact-us .hero .cell.contact-form {
        padding-top: 50px;
    }
    #contact-us .hero .find-us {
        padding: 50px;
    } 
    #contact-us .hero form .col.one-half,
    #contact-us .hero form .col.one-half > * {
        width: 100%;
        text-align: left;
    }
    #contact-us .hero form label {
        left: 0 !important;
    }
    #contact-us .ui-selectmenu-button.ui-button, #form-inquiry-menu, #form-find-us-menu,
    #contact-us .hero form input[type="text"], #contact-us .hero form select, #contact-us .hero form textarea {
        width: 100%;
    }
    #contact-us label.gfield_label {
        display: inline-block !important;
        width: initial !important;
    }
    #contact-us #field_1_7 label.gfield_label {
        margin-left: 35px;
    }
    #footer {
        background-image: none;
    }
    #footer .table .cell {
        display: block;
        padding-bottom: 50px;
    }
    #footer .table .cell:last-child {
        padding-bottom: 0;
    }
    #footer .termina.mobile {
        margin-top: 50px;
    }
    #footer .social .icon {
        padding: 0 8px;
    }
}

@media screen and (max-width: 575px){

}  

@media screen and (max-width: 480px) {
    html, body, main {
        overflow-x: initial;
    }
    #accomodations.single .hero .image-slideshow li {
        height: 90vh;
        min-height: initial;
    }    
    #accomodations.single .hero .name-cta .suite-title {
        font-size: 40px;
        line-height: 49px;
    }    
    #hotel-policies .col.right {
        min-height: 250px;
    }    
}

@media screen and (max-width: 400px) {
    #accomodations.single .hero {
        height: initial;
        min-height: initial;
    }    
    #accomodations.single .hero .section {
        /* position: static; */
        height: initial;
    }
    #accomodations.single .hero .section {
        position: static;
        min-height: initial;
        padding-bottom: 15px;
    }        
    #accomodations.single .hero .name-cta {
        bottom: 75px;
    }  
    #accomodations.single .hero .name-cta .suite-title {
        font-size: 38px;
        /* padding-bottom: 0;     */
    }      
}

@media screen and (max-width: 426px) {
    #contact-us #field_1_7 label.gfield_label .gfield_required {
        right: 0;
    }   
}

@media screen and (max-width: 350px) {
    #accomodations.single .section.features .book-suite input[type="submit"] {
        padding: 10px !important;
    }
    #accomodations.single .section.features .book-suite p {
        font-size: 26px;
    }    
    .section.accomodations .slick-dots li {
        margin: 0 1px;
    }
}