@import url('https://fonts.googleapis.com/css?family=Poppins|Lato|Montserrat|Open+Sans|Oswald|Raleway|Barlow+Semi+Condensed|Roboto&display=swap');

:root {
    --es-color-1: #05192f;
    --es-color-2: #FFA574;
    --es-color-3: #438CD3;
    --es-color-4: #ffffff;
    --es-color-5: #f8f8f8;
}

.esTopLeftLogo{
    max-width: 175px;
}

.esFooterLogo{
    max-width: 175px;
}

body {
  font-family: 'Poppins', sans-serif !important;
}

.required:after {
    content:"* ";
    color:red;
}

footer{
    background: #f7f7f7;
    border-top: 1px solid rgba(0,0,0,.1);
}

footer .footer-social a {
    color: #ffffff;

}

.footer-top {
    padding: 2em 0 2em 0;
    text-align: left;
}

/*.footer-top p a{*/
    /*color:#222222;*/
/*}*/

.footer-bottom {
    padding: 1em 0 1em 0;
}

.footer-social {
    font-size: 1.5em;
    color: darkgray;
    text-decoration: none;
}

/* BUTTON STYLING */

.btn-global-v1 {
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
    background: #4897d8;
    color: #fff;
}

.btn-global-v1:hover {
    color: #ccc;
}

.btn-global-v2{
    background: var(--es-color-1);
    color: var(--es-color-4);
    border-radius: 30px;
}
.btn-global-v2:hover{
    background: var(--es-color-1);
    color: var(--es-color-2);
}

.btn-global-v3{
    background: var(--es-color-2);
    color: var(--es-color-1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn-global-v3:hover{
    background: var(--es-color-2);
    color: var(--es-color-1);

}

.btn-global-v4{
    background: var(--es-color-3);
    color: var(--es-color-1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn-global-v4:hover{
    background: var(--es-color-3);
    color: var(--es-color-1);

}

.btn-global-v5{
    background: var(--es-color-1);
    color: var(--es-color-4);
    -webkit-border-radius:.3rem;
    -moz-border-radius:.3rem;
    border-radius:.3rem;
}
.btn-global-v5:hover{
    background: var(--es-color-1);
    color: var(--es-color-2);
}

.btn-global-v6{
    background: var(--es-color-2);
    color: var(--es-color-1);
    -webkit-border-radius:.3rem;
    -moz-border-radius:.3rem;
    border-radius:.3rem;
}
.btn-global-v6:hover{
    background: var(--es-color-2);
    color: var(--es-color-1);

}

.btn-outline-global-1{
    background: transparent;
    color: var(--es-color-1);
    border: 1px solid var(--es-color-1);
}

.btn-outline-global-1:hover{
    background: var(--es-color-1);
    color: var(--es-color-4);
}

.btn-outline-global-2{
    background: transparent;
    color: var(--es-color-1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid var(--es-color-1);
}

.btn-outline-global-2:hover{
    background: var(--es-color-1);
    color: var(--es-color-4);
}

/* COLORS */

.color-1{
    color: var(--es-color-1);
}
.color-2{
    color: var(--es-color-2);
}
.color-3 {
    color: var(--es-color-3);
}
.color-4 {
    color: var(--es-color-4);
}
.color-5 {
    color: var(--es-color-5);
}

/* END COLORS */

/* BACKGROUND COLORS */

.color-1-bg{
    background-color: var(--es-color-1);
}
.color-2-bg{
    background-color: var(--es-color-2);
}
.color-3-bg {
    background-color: var(--es-color-3);
}


/* END BACKGROUND COLORS */

/* BANNER OVERLAY V1 */
/*
    HOW TO USE
        1. ADD A DIV WITH A CLASS OF banner-overlay-v1
 */
.banner-overlay-v1{
    background: #222;
    opacity:.5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* BANNER OVERLAY V1 */

.esVenueReviewsSection img.img-fluid {
    max-height: 50px;
}

.esVenueReviewsSection p {
    font-size:.8em
}

.esSearchPageTitle{
    color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 2em;
}

.esSearchPageTitleV2{
    color: #fff;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 1.5em;
}

.esSearchLocationCityAndState{
    color: #ffdb5d;
    background: none;
    border: none;
    font-size: 1.2em;
}

.card-body-v2 {
  padding: 2rem;
}

.card-body-v2 .card-text {
  height: 150px;
}


.esVenueCardTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.esSearchCardOverlayCTA:hover {
  opacity: .3;
  cursor: pointer;
}

.esSearchCardResult{
  transition: transform .2s; /* Animation */
}

.esSearchCardResult:hover{
  transform: scale(1.1);
}

.esSearchCardOverlayCTA {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  display: flex;
  position: absolute;
  background: rgba(46, 50, 54, 0.8);
  align-items: center;
  justify-content: center;

}

.esSearchCardFastResponderOverlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /* background: rgba(46, 50, 54, 0.8); */
    align-items: center;
    justify-content: left;
    color: #222222;
}

.esSearchCardFastResponderOverlay p{
    border-radius: 0px 0px 10px 0px;
    display: inline-block;
    background: orange;
    color:#ffffff;
}

.esSearchCardResultLink:hover{
  text-decoration:none;
}

.esSearchCardOverlayDetails {
    text-decoration: none;
    color: #222;
    padding: .5em;
    color:#222;
}



.esPageTitle {
  /*ont-family: Verdana;*/
      font-size: 2rem;
}


.circle-icon {
    background: var(--es-color-1);
    padding: 15px;
    border-radius: 50%;
    color: var(--es-color-2);
    font-size: 1.5em;
}

.esVenueBtnsSocial button {
  background: none;
  border: none;
  color: darkgray;
  font-size: 1.2em;
}

.esVenueDirections{
  text-decoration:none;
  color:#222222;
}
.btnCallVenuePhone{
  text-decoration:none;
  color:#222222;
}
.btnShowVenuePhone{
  text-decoration:none;
  color:#222222;
}
.btnGoToVenueSite{
  text-decoration:none;
  color:#222222;
}

.imageOverlay{
  opacity:0;
  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #222;
    z-index: 1;
}

.imageOverlay:hover{
  opacity: .8;
}

/* SEARCH BUTTON STYLING. USED IN THE BANNER ON THE HOME PAGE */
.custom-search {
      position: relative;
    }
    .custom-search-input {
      width: 100%;
      /*padding-right: 100px !important; */
      box-sizing: border-box;
    }
    .custom-search-botton {
      position: absolute;
      right: 3px; 
      top: 3px;
      bottom: 3px;
      line-height: 1 !important;
      z-index: 4;
    }

body.modal-open {
    position: fixed;
    overflow: hidden;
    left:0;
    right:0;
}
.modal{
    -webkit-overflow-scrolling: auto;
}
  
#esVenueWebsitePhoneDirectionsMobile a{
  color:#222222;
}

#esMobileRequestQuoteBottom{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background: #ffffff;
    padding: .5rem;
    z-index: 1;
}

/*JQUERY UI*/
.ui-dialog-titlebar {
    display: none;
}
.ui-widget-overlay {
    background-color: #000;
    opacity: .5;
    -ms-filter: Alpha(Opacity=30);
}

.ui-widget-content{
    background: transparent;
    border: none;
}
.ui-widget.ui-widget-content{
    border:none;
}

.ui-autocomplete {
    position: absolute;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.ui-menu-item:hover{
    background: lightblue;
}
.ui-menu-item:focus{
    background: red;
}
.ui-menu-item{
    border-bottom: 1px solid #cccccc;
}
.ui-autocomplete > li > div {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: lightblue;
    cursor: pointer;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.venueInfoContainer{
    padding: 30px 30px 30px 30px;
    background: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px ;
    border: 1px solid lightgray;
}


.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
}
.scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
}

/* BLINKING ANIMATION */

.blinkMe {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}