/* landscape smartphones */
@media screen {
    
    /*reset */
    #main-menu, .floatingmenu {
        display: none !important;
    }
    #intro, #about, #services, #pricing, #bookings,#testimonials {
        min-height: 100px !important;
        display: block !important;
        position: relative !important;
    }
    
    #testimonials p, #about p, #pricing p.prices, #services p, #bookings p {
            font-size: 1.2em !important;
        }
    
    #main-content h1 {
            visibility: visible !important;
        }
        
    #testimonials h1, #pricing h1, #services h1, #bookings h1 {
            margin-top: -150px !important;
        }
    
    header {
        height: 55px !important
    }
    
    header h1.title {
            word-spacing: 5px !important;
            margin-top: 17px !important;
            margin-left: -30px;
            font-size: 1.5em !important;
    }
        
    .about a, .services a, .pricing a, .bookings a, .testimonials a  {
          background-size: 65px 35px !important;
          height: 90px !important;
    }
       
     .about, .services, .pricing, .bookings, .testimonials {
           background-size: 65px 35px !important;
           margin-bottom: 12px !important;
           height: 90px !important;
    }
    
    #intro {
        width: 90% !important;
    }
    
        #intro p {
            font-size: 1.2em !important;
            line-height: 2.2em !important;
            margin-top: 20px !important;
        }
        
    #about {
        margin-top: 0px !important;
    }
        
        #about p {
                text-align: left !important;
                clear: both;
                padding-top: 20px !important;
                margin-bottom: -20px !important;
        }

    #about h1 {
        margin-top: -200px;
    }
    
    #services {
        margin-top: 950px !important;
    }

    #pricing {
        margin-top: 120px !important;
    }
            
         #pricing .point-to-bookings .arrow {
                width: 10% !important;
                margin-top: -12px !important;
            }
    
    #bookings {
        margin-top: 230px !important;
    }
    
    #bookings #contactForm {
            padding-bottom: 8em;
        }
        
        #bookings #contactForm label {
            font-size: 1em !important;
            width: 100%;
            text-align: left;
            margin-left: 22px;
        }
        
        #bookings #contactForm input {
            clear: both;
            width: 100%;
            margin-left: 22px;
        }
        
        #bookings #contactForm textarea {
            margin-left: 22px;
            width: 100%;
        }
        
        #formButtons {
            width: 100% !important;
            margin-left: -22px;
            margin-top: 0.3em;
        }
        
        #bookings .contact-phone a {
            color: #4C4C4C !important;
        }
        
    #testimonials {
        margin-top: 50px !important;
    }
        
        #testimonials h1 {
            margin-bottom: 50px !important;
        }

    /* mobile menu */
   
    .slicknav_menu {
        display:block !important;
        margin-top: 89px !important;
        position: relative !important;
        width: 550px !important;
    }
    
    .slicknav_nav {
           clear: none !important;
        }
        
    .slicknav_menu ul {
            margin-top: -39px !important;
            min-height: 480px;
            margin-left: -5px !important;
            position: fixed !important;
            text-align: center !important;
            width: 100% !important;
     }
     
    .slicknav_nav li a span.link-text, .menu li a span.link-text {
          font-size: 0.8em !important;
          height: 26px !important;
          margin-top: 6em !important;
          width: 90px !important;
          line-height: 2.5em !important;
    }
    
    .slicknav_nav li {
           margin-top: 0px !important;
           display: inline-block !important;
        }
   
     .slicknav_menutxt {
           display: none !important;
       }
     
     .slicknav_btn {
           margin-bottom: 0px !important;
           width: 15px;
           position: fixed !important;
       }
     
     .slicknav_menu .slicknav_icon-bar {
           margin-left: -8px;
           margin-top: -2px;
       }
}