/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */

.new_search { 
	display: inline-block;
}

.new_search_more {
	float: right;
}

.mobile_friendly {
	display: none;
}

.wp_error_box {
    color: #ff0000;
    font-size: 19px;
}



.wp_more_div {
        float: left;
        display: block;
        clear: both;
        margin-left: 5px;
        margin-bottom: 5px;
}

.wp_more_btn {
        width: auto;
        padding-left: 12px;
}

.wp_more_div a {
        color: #FFFFFF;
        text-decoration: none;
        background-image: url("images/search-more.png");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: 0px 6px;
}

.wp_more_div a:hover {
        color: #FF8000;
        text-decoration: none;
        background-image: url("images/search-more-hover.png");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: 0px 6px;
}

.wp_check_availability_div
input[type="submit"] {
    padding: 0px;
        margin-top: 8px;
        margin-right: 5px;
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
         box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #8BC58B;
    background-size: 100%;
    background-image: -webkit-linear-gradient(#8BC5E6 5%, #58ACE6);
    background-image:    -moz-linear-gradient(#8BC5E6 5%, #58ACE6);
    background-image:      -o-linear-gradient(#8BC5E6 5%, #58ACE6);
    background-image:         linear-gradient(#8BC5E6 5%, #58ACE6);
    border: 1px solid #999999;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 160px;
        height: 38px;
}

/* END */

/* ---------------------------------------------------------------
 * TABLET - 24:7BOOKING SEARCH RESULTS PAGE
 *                      CSS for the search results page
 *                      CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {

.wp_check_availability_div {
        float: right;
        margin-right: 20px;
}

.wp_check_availability_div
input[type="submit"] {
    padding: 0px;
        margin-top: 8px;
        margin-right: 5px;
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
         box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #8BC58B;
    background-size: 100%;
    background-image: -webkit-linear-gradient(#8BC5E6 5%, #58ACE6);
    background-image:    -moz-linear-gradient(#8BC5E6 5%, #58ACE6);
    background-image:      -o-linear-gradient(#8BC5E6 5%, #58ACE6);
    background-image:         linear-gradient(#8BC5E6 5%, #58ACE6);
    border: 1px solid #999999;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        width: 160px;
        height: 38px;
}

}



/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ---------------------------------------------------------------
 * MOBILE - 24:7BOOKING SEARCH RESULTS PAGE
 *                      CSS for the search results page
 *                      CSS fallback for device width 600px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

#searchbox {
        width: 89%;
        margin-left: 20px;
    margin-right: 20px;
}

.searchboxitem { /* Search Box Element */
        width: 89%;
        margin-left: 20px;
    margin-right: 20px;
}

.wp_more_div {
        float: left;
        display: block;
        clear: both;
        margin-top: 10px;
        margin-left: 5px;
        margin-bottom: 5px;
}

}
