/* portrait mobile phones (iphone) */
@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: 1px !important;
            margin-top: 20px !important;
            margin-left: 40px;
            font-size: 0.9em !important;
    }
        
    .about a, .services a, .pricing a, .bookings a, .testimonials a  {
           background-size: 65px 35px !important;
           height: 85px !important;
    }
       
     .about, .services, .pricing, .bookings, .testimonials {
            background-size: 65px 35px !important;
            margin-bottom: 12px !important;
            height: 85px !important;
    }
    
    #intro {
        width: 90% !important;
    }
    
        #intro p {
            font-size: 1.3em !important;
            line-height: 2.2em !important;
            margin-top: 45% !important;
        }
        
    #about {
        margin-top: 100px !important;
    }
        
        #about p {
                text-align: left !important;
                clear: both;
                padding-top: 20px !important;
                margin-bottom: -20px !important;
        }

        #about img.karen {
            margin-top: 30px !important;
        }

    #about h1 {
        margin-top: -200px;
    }
    
    #services {
        margin-top: 1370px !important;
    }
    
    #services #area-map h2 {
        font-size: 1em;
    }

    #pricing {
        margin-top: 120px !important;
    }

        #pricing .point-to-bookings h2 {
                  display: none;
            }
            
         #pricing .point-to-bookings .arrow {
                width: 20% !important;
                margin-top: -12px !important;
            }
            
         #pricing #gift-vouchers {
             font-size: 1.5em !important;
             padding-bottom: 1.1em;
         }
    
    #bookings {
        margin-top: 190px !important;
    }
    
    #bookings #contactForm {
            padding-bottom: 4.5em;
        }
        
        #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%;
            height: 8em;
        }
        
        #formButtons {
            width: 100% !important;
            margin-left: -22px;
            margin-top: 0.3em;
        }
        
        #bookings .contact-phone a {
            color: #4C4C4C !important;
        }
        
        #bookings .statusMessage {
            width: 70.212765957447% !important;
        }
        
    #testimonials {
        margin-top: 50px !important;
    }
        
        #testimonials h1 {
            margin-bottom: 50px !important;
        }
    
    /* mobile menu */
   
    .slicknav_menu {
        display:block !important;
        top: 88px;
    }
    
    .slicknav_nav {
           clear: none !Important;
        }
        
    .slicknav_menu ul {
            margin-top: -40px !important;
            margin-left: -5px !important;
            min-height: 480px;
     }
     
    .slicknav_nav li a span.link-text, .menu li a span.link-text {
          font-size: 1em !important;
          height: 26px !important;
          margin-top: 4.6em !important;
          width: 108px !important;
    }
    
    .slicknav_nav li {
           margin-top: -16px !important;
        }
           
     .slicknav_menutxt {
           display: none !important;
       }
     
     .slicknav_btn {
           margin-bottom: 0px !important;
           width: 15px;
       }
     
     .slicknav_menu .slicknav_icon-bar {
           margin-left: -8px;
           margin-top: -2px;
       }
}