/*
* Styles written for mapbox implementation
*/

.mapbox-api {
    width: 100%;
    height: 200px;
}

.delivery-order-confirm div#mapboxContainer {
    width: 278px;
    height: 165px;
    border: 1px solid #E3E1DB;
    margin-top: 15px;
}

.mapbox-wrapper .mapbox-api {
    height: calc(100vh - 120px);
    width: 100%;
}

.mapbox-wrapper {
    position: relative;
    overflow: hidden;
}

.mapboxgl-ctrl-geocoder {
	font-size: 15px;
    line-height: 20px;
    height: 34px;
    border-radius: 20px !important;
    padding-left: 15px;
    padding-right: 35px;
    border: none;
    outline: 0;
    margin-top: 10px;
}
/*css for find restaurent near me*/
.find-locations-near-me {
    margin-right: 18px;
	margin-top: -3px;
}
@media screen and (min-width: 640px){
.mapboxgl-ctrl-geocoder--icon-search {
    left: 92%!important;
}
}
/*End*/
.find-restaurants-nearme {
	color: #fffafa;
    float: left;
    padding: 5px 8px 3px 15px;
    background-color: #AA2D29;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 27px;
	cursor: pointer;
	margin-left: -42px;
}

.find-locations-near-me{
	float: right!important;
    height: 22px!important;
    margin-right: 0;
    padding: 3px 5px 5px 0;
    margin-top: -3px;
    background: #AA2D29;
}

#map {
    margin-top: 75px;
}

.geocoder input {
    height: 34px;
    border-radius: 20px;
    padding-left: 0px;
    padding-right: 35px;
    border: none;
    outline: 0;
    margin-top: -1px;
}

.mapboxgl-ctrl-geocoder--icon-search {
    left: 92%;
    width: 20px;
    height: 20px;
    float: right;
}

.tg-location-firstField .tg-custom-field {
    width: 100% !important;
}

.tg-location-firstField .mapboxgl-ctrl-geocoder--icon-search {
    left: 90% !important;
}

.tg-location-firstField .mapboxgl-ctrl-geocoder--icon-close {
 display : none !important;
}

.mapboxgl-marker.mapboxgl-marker-anchor-center{
    width: 33px;
    height: 48px;
}

.mapbox-popup-marker-label{
	color: #c16436;
}

.mapbox-popup-marker-style{
	color: #1E1E1E;
    font-family: Oswald;
    text-align: center;
}
.mapboxgl-ctrl-geocoder .suggestions {
    margin-top: -5px !important;
}
@media screen and (min-width: 640px){
	.mapboxgl-ctrl-geocoder {
    width: 100% !important;
    font-size: 15px;
    line-height: 20px;
    max-width: 100% !important;
}	
.mapboxgl-ctrl-geocoder--icon-search {
    left: 90% !important;
    width: 20px;
    height: 20px;
    float: right;
}
.dropdown-menu-inner p {
    padding-top: 5px;
}
}
svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-close {
    display: none !important;
}
img#staticMapBoxImgUrl {
    width: 100%;
}
.findResDiv {
    width: 50%;
    float: right;
}
span.OrTxt {
    color: #FFF;
    float: left;
    padding: 20px 10px 0 15px;
    font-size: 14px;
}
.find-a-loc-right {
    float: left;
    width: 32% !important;
}
@media only screen and (max-width: 1357px) {
  .find-restaurants-nearme {
    clear: both;
    margin-left: 44%;
  }
  .find-a-loc-right {
    width: 35% !important;
}
}

@media only screen and (max-width: 1350px) {
  .find-a-loc-right {
    width: 34% !important;
}
}
@media only screen and (max-width: 1350px) {
  .find-a-loc-right {
    width: 34% !important;
}
}
@media only screen and (max-width: 1250px) {
  .find-a-loc-right {
    width: 32% !important;
}
}
@media only screen and (max-width: 1150px) {
  .find-a-loc-right {
    width: 25% !important;
}
}

/*style for marker popup label*/
.mapbox-popup-marker-style {
    color: #000;
    text-align: center;
    font-family: 'og_brothermedium';
}
.mapboxgl-popup-close-button {
    font-size: 18px;
    font-weight: bolder;
    font-family: 'og_brothermedium';
}
.mapbox-popup-marker-label {
    font-family: 'og_brothermedium';
    font-size: 14px;
    color: #AA2D29;
	margin-right: 7px;
}

/* WO628260 Map box catering delivery */
#choose-delivery-address .tg-location-firstField .tg-custom-field {
    width: 260%!important;
}
#choose-delivery-address .tg-location-firstField .mapboxgl-ctrl-geocoder--icon-search {
     display : none;
}
#choose-delivery-address  .mapboxgl-ctrl-geocoder {    
    width: 33%!important;    
    padding: 0;
}