/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

[x-cloak] { display: none !important; }


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
    
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

    #myMap .popup-collection-container {
        display: block;
    }
}

@media (min-width: 500px) {
    #myMap .popup-collection-container {
        display: block;
    }

    #mobileMapPopup {
        display: none;
    }
}



@media (max-width: 500px) {
    #myMap .popup-collection-container {
        display: none;
    }

    #mobileMapPopup {
        display: block;
    }


}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.modal {
    height: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
}

    .modal.legacy {
        top: 50% !important;
        left: 50% !important;
    }

.ui.three.buttons .ui.basic.button {
    padding: 10px 10px 10px 10px;
}

.ui.image .ribbon.label {
    left: -1rem;
}

    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .views .ui.loading.segment::after {
        height: 1em;
        width: 1em;
        top: 85%;
    }

    .horseTypeButtons .ui.button {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    #myMap .card {
        width: 150px;
        white-space: normal;
    }

    #myMap .mobile .card {
        width: 100%;
        position: fixed;
        bottom: 0px;
        z-index: 10;
    }

        #myMap .mobile .card.multiplePopup {
            width: 100%;
            position: fixed;
            bottom: 120px;
            z-index: 10;

        }



    #myMap .popup-close {
        z-index: 10000;
    }

    
    #pricingCard .ui.list .item {
        padding-top: 20px;
    }


@media (max-width: 500px) {
    .container-x{
        margin: 0;    
    }
    
}

.container-x @media (min-width: 500px) {
    .container-x{
        margin-left: auto;
        margin-right: auto;
        width: 1127px;
    }
    
}

@media only screen and (max-width:767.98px) {
    .ui.ui.ui.m-0.container:not(.fluid) {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}
