/********************************************
 * General settings
 */
 
.not-phone, .desktop-only, .tablet-only, .phablet-only, .phone480-only {
  display: none;
}

#container, header, nav, #content, footer {
  width: 320px;
}

.wrapper {
  width: auto;
}

/********************************************
 * 
 */



#content{
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 254px;
}
header {
    height: 110px;
}
#logo{
    left: 2%;
    height: 100px;
}
#social_media_bar a{
    margin-right: 15px;
}

#social_media_bar{
    margin-top: 23px;
    z-index: 999;
    position: relative;
}
#responsive_menu{
   top: 48px;
}

#top_banner{
    background-image: url('/images/EarlybirdRemovals_ImageBanner_InsidePages_MobilePortrait.jpg');
    margin-top: 20px;
    height: 138px;
}
.home_page #top_banner{
    background-image: url('/images/EarlybirdRemovals_ImageBanner_MobilePortrait.jpg');
}
form#get_quote{
    display: block;
    width: 276px;
    padding: 25px 22px;
    border: 0;
    margin-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 0;		
}
form#get_quote select#move_size{
    display: block;
}
form#get_quote textarea#details{
    width: 250px;
}

#need_a_quote_text{
    display: block;
}
form#get_quote textarea#details{
    display: block;
}
#book_your_removal{
    width: 240px;
    margin-top: 0;
    border-top: 1px solid #284792;
    border-right: 0;
    margin-left: 40px;
	height: 280px;
}
#small_to_large_moves{
    width: 240px;
    margin-top: 0;
    border-top: 1px solid #284792;
    margin-left: 40px;
}
#book_your_removal .title, 
#small_to_large_moves .title{
    margin-top: 15px;	
}

footer{
    background-image: url('/images/EarlybirdRemovals_Footer_MobileImageBanner.jpg');
    height: 251px;
}

footer .left_side{
    width: 270px;
    margin-top: 0;
}
footer a,
footer a:link{
    line-height: 9px;
    margin-top: 8px;
}

footer a.copyright{
    border-right: 1px solid #ffffff;
}
footer a.phone{
    border-right: 1px solid #ffffff;
}
footer a.contact_us,
footer a.privacy_policy{
    border-left: 0;
}
footer .right_side{
    margin-top: 15px;
}

.bookings_page #home_page_middle_content {
    padding-bottom: 260px;
}