﻿@media only screen and (max-width: 480px) {
    div#rentalSearchContainer {
        margin-left: 0px !important;
    }
    .mapboxgl-ctrl-geocoder--input{
        border: 1px solid;
    }
    .vacation_sections_list{
        border: none;
    }
    .rowTitle{
        width: 90%;
        margin: 10px auto !important;
        text-align: center;
    }
}
#search-when-move:after {
    background-color: rgba(201, 76, 76, 0) !important;
    content: none !important;
}

#map {
    display: none;
}

#pagination li {
    border: 1px solid lightgrey;
    color: #337ab7;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin-right: -4px;
    text-align: center;
    width: 25px;
}

#pagination li.active {
    background-color: #337ab7;
    border-color: #337ab7;
    color: white;
}

#base-filters {
    min-height: 40px;
}

#side-filter-section {
    padding-left: 50px;
}

#filter-title {
    font-size: 25px;
}

.filter-title {
    color: black;
    font-size: 20px;
    width: 200px;
}

.filter-section .filter-options {
    display: none;
}

.filter-section.active .filter-options {
    display: block !important;
}

.filter-section.active {
    padding-bottom: 15px;
}

.filter-section span.arrow, #extra-filters #filter-title .arrow {
    -webkit-transform: rotate(45deg);
    border: solid #808080;
    border-width: 0 1px 1px 0;
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    float: right;
    margin-top: 6px;
    padding: 5px;
    transform: rotate(45deg);
}

.filter-section.active span.arrow, #extra-filters.active #filter-title .arrow {
    -webkit-transform: rotate(-135deg);
    border: solid #808080;
    border-width: 0 1px 1px 0;
    cursor: pointer;
    display: inline-block;
    display: inline-block;
    float: right;
    margin-top: 10px;
    padding: 5px;
    transform: rotate(-135deg);
}

#extra-filters {
    margin-bottom: 10px;
}

#extra-filters .filter-section {
    display: none;
}

#extra-filters .col-md-11 {
    border: 1px solid grey;
    border-bottom: none;
}

#extra-filters div:last-of-type .col-md-11 {
    border-bottom: 1px solid grey;
}

#extra-filters.active .filter-section {
    display: block;
}

#extra-filters #filter-title .fa-toggle-on {
    cursor: pointer;
    display: inline-block;
}

#extra-filters #filter-title .fa-toggle-off {
    display: none;
}

#extra-filters.active #filter-title .fa-toggle-on {
    display: none;
}

#extra-filters.active #filter-title .fa-toggle-off {
    cursor: pointer;
    display: inline-block;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

ul#pagination {
    padding-top: 20px;
}

.rowTitle {
    margin-left: 40px;
}

.mapboxgl-ctrl-geocoder--input {
    padding: 0px;
    padding-left: 30px;
    color: #c4c4c4;
    height: 43px;
    font-family: Montserrat;
    font-size: 14px;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    width: auto;
    min-width: unset;
    max-width: unset;
    border-radius: 0;
    box-shadow: unset;
}

div#rentalSearchContainer{
    margin-left: 30px;
}

span#geocoder {
    padding-right: 0px;
}

svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close,
svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-search {
    top: 10px;
}

svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close {
    margin-top: -4px;
}

#mapboxContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    margin-top: 80px;
}

div#show-map-button-container{
    margin-top: 100px;
}

.marker {
    background-image: url('https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2_hdpi.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 45px;
    cursor: pointer;
}

div#info-window-template img {
    max-width: 100%;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}

