/**
 * EG Store Location Styles
 * Author: EGSL
 * Date: 2020-11-04
 */
@charset "UTF-8";

/*======================== Main Font ========================*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/*======================== Icons ========================*/
@font-face {
  font-family: 'egsl';
  src:url('../fonts/egsl.eot');
  src:url('../fonts/egsl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/egsl.woff') format('woff'),
    url('../fonts/egsl.ttf') format('truetype'),
    url('../fonts/egsl.svg#egsl') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[data-icon]:before {
  font-family: 'egsl' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="egsl-icon-"]:before,
[class*=" egsl-icon-"]:before {
  font-family: 'egsl' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.egsl-icon-coffee:before {
  content: "\61";
}
.egsl-icon-food:before {
  content: "\62";
}
.egsl-icon-fuel:before {
  content: "\63";
}
.egsl-icon-location:before {
  content: "\64";
}
.egsl-icon-toilet:before {
  content: "\65";
}
.egsl-icon-list:before {
  content: "\66";
}


/*======================== Common Styles ========================*/
.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotating 1s linear infinite;
}

.egsl-icon-loading {
    display: none;
    font-size: 16px;
    color: #8dc63f;
    width: 18px;
    height: 18px;
    -webkit-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

/*======================== Main Styles ========================*/
html.js-loading {
    overflow: hidden;
}

body.page-eg-store-locator {
    position: relative;
}

body.page-eg-store-locator > .egsl__loading {
    display: none;
    font-size: 40px;
    color: #8dc63f;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.page-eg-store-locator > .egsl__loading > i {
    display: block;
}

body.page-eg-store-locator.egsl-js-loading:before {
    content: '';
    background-color: #fff;
    opacity: 0.9;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

body.page-eg-store-locator.egsl-js-loading > .egsl__loading {
    display: block;
}

body.page-eg-store-locator .header-wrapper {
    height: calc(100vh - 331px) !important;
}

.eg-store-locator {
    font-family: 'Montserrat', sans-serif;
}

.egsl__search {
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
}

.egsl__form {
    width: 100%;
    max-width: 900px;
}

.egsl__form > label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
}

.egsl__search__inner {
    flex-direction: column;
}

.egsl__search__input {
    position: relative;
    flex: 1;
}

.egsl__search__input > input {
    width: 100%;
    font-size: 15px;
    height: 65px;
    color: #303133;
    padding-left: 45px;
    margin-top: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.egsl__search__input > input::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #303133;
    opacity: 1;
}

.egsl__search__input > input:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #303133;
}

.egsl__search__input > input::-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #303133;
}

.egsl__search__input > .egsl-icon {
    position: absolute;
    font-size: 24px;
    top: 18px;
    left: 14px;
    color: #8dc63f;
}

.egsl__result__control .erc__button {
    font-size: 20px;
    color: #303133;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.egsl__result__control .erc__button:hover,
.egsl__result__control .erc__button:focus {
    text-decoration: none;
    outline: none;
}

.egsl__result__control .erc__button:last-child {
    margin-left: 10px;
}

.egsl__result__control .erc__button.active {
    color: #8dc63f;
    /* border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; */
}

.egsl__result__control .erc__button > i {
    position: relative;
    top: 2px;
}

body .egsl__form button.egsl__search__button {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #8dc63f;
    padding: 20px 50px;
    margin-top: 20px;
    border: 1px solid #8dc63f;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    -moz-transition: background-color 0.25s ease, color 0.25s ease;
    -o-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
}

body .egsl__form button.egsl__search__button:hover {
    color: #8dc63f;
    background-color: transparent;
}

.egsl__result__wrapper {
    height: 0;
    opacity: 0;
}

.egsl__result__wrapper.active {
    opacity: 1;
    height: auto;
}

.egsl__result {
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: auto;
}

.egsl__result__inner {
    flex-direction: column;
}

.egsl__result__header {
    color: #303133;
    background-color: #f8f8f8;
    padding: 25px;
}

.egsl__result__number {
    font-size: 15px;
    font-weight: 600;
}

.egsl__stores {
    width: auto;
    background-color: #fff;
    padding: 0 25px 25px 25px;
}

.egsl__store {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #979899;
}

.es__section + .es__section {
    margin-top: 18px;
}

.egsl__store .es__section .es__section__name {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.egsl__store .es__section .es__contact {
    margin: 15px 0 10px 0;
    padding-left: 0;
    color: #303133;
    list-style: none;
}

.egsl__store .es__section .es__contact > li {
    line-height: 1.5;
}

.egsl__store .es__section .es__contact .es__open .es__open__day {
    min-width: 110px;
}

.egsl__store .es__section .es__contact .es__time__toggle {
    margin-top: 5px;
    margin-bottom: 5px;
}

.egsl__store .es__section .es__contact .es__time__toggle > span {
    margin-right: 10px;
}

.egsl__store .es__section .es__contact .es__time__toggle > i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

.egsl__store .es__section .es__contact .es__time__content {
    display: none;
}

.egsl__store .es__section .es__direction > .egsl-icon {
    font-size: 20px;
    color: #303133;
    margin-right: 7px;
    position: relative;
    top: 4px;
    left: -3px;
}

.egsl__store .es__section .es__direction > a {
    text-decoration: underline;
}

.egsl__store .es__facilities > .egsl-icon {
    font-size: 20px;
    color: #303133;
    margin-top: 10px;
    margin-right: 15px;
}

.egsl__map__wrapper {
    flex: 1;
    height: 100vh;
}

.egsl__map {
	 height: inherit;
    /* min-height: 100%; */
}

.egsl__store__infowindow {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    min-width: auto;
}

.egsl__store__infowindow .esi__inner > div {
    flex-direction: column;
    justify-content: flex-start;
}

.egsl__store__infowindow .esi__content__left {
    padding-right: 20px;
}

.egsl__store__infowindow .esi__name {
    font-size: 15px;
    font-weight: 700;
    color: #8dc63f;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

.egsl__store__infowindow .esi__contact {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.egsl__store__infowindow .esi__contact > li {
    color: #303133;
    font-weight: 400;
    line-height: 1.5;
}

.egsl__store__infowindow .esi__contact .es__time__toggle {
    display: flex;
    margin-top: 6px;
    margin-bottom: 10px;
}

.egsl__store__infowindow .esi__contact .es__time__toggle > span {
    margin-right: 10px;
}

.egsl__store__infowindow .esi__contact .es__time__toggle > i {
    font-size: 20px;
    position: relative;
    top: 0px;
}

.egsl__store__infowindow .esi__contact .es__time__content {
    display: none;
}

.egsl__store__infowindow .esi__contact .es__open .es__open__day {
    min-width: 110px;
}

.egsl__store__infowindow .esi__barista__note {
    margin-top: 0;
    margin-bottom: 10px;
}

.egsl__store__infowindow .esi__facilities {
    margin-top: 15px;
}

.egsl__store__infowindow .esi__facilities > .egsl-icon {
    font-size: 20px;
    color: #303133;
    margin-top: 10px;
    margin-right: 15px;
}

.egsl__store__infowindow .esi__note {
    margin-top: 9px;
}

.egsl__store__infowindow .esi__note > span {
    font-size: 12px;
    line-height: 1.5;
}

.egsl__store__infowindow .esi__content__right {
    width: 100%;
    color: #303133;
    font-weight: 400;
    padding-top: 20px;
}

.egsl__store__infowindow .esi__fuel__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.egsl__store__infowindow .esi__fuel__update {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
}

.egsl__store__infowindow .esi__fuel__update > strong {
    font-weight: 600;
}

.egsl__store__infowindow .esi__price__list {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.egsl__store__infowindow .esi__price {
    line-height: 1.5;
}

.post-content .gm-style img {
    max-width: none;
}

@media screen and (min-width: 768px) {
    .egsl__search__inner {
        flex-direction: row;
    }

    .egsl__result {
        width: 300px;
        height: 100vh;
    }

    .egsl__result__wrapper.active {
        height: 100vh;
    }

    .egsl__result__inner {
        flex-direction: row;
    }

    .egsl__result__control {
        display: none;
    }

    body .egsl__form button.egsl__search__button {
        margin-left: 20px;
        margin-top: 0;
    }

    .egsl__store__infowindow {
        padding: 16px;
        min-width: 280px;
    }

    .egsl__store__infowindow .esi__inner > div {
        flex-direction: row;
        justify-content: space-between;
    }

    .egsl__store__infowindow .esi__content__left {
        width: 50%;
    }

    .egsl__store__infowindow .esi__content__right {
        width: 50%;
        border-left: 1px solid #dfdfdf;
        padding-left: 20px;
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .egsl__search {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-eg-store-locator .header-wrapper {
        height: calc(100vh - 246px) !important;
    }
}

@media screen and (min-width: 1024px) {
    .egsl__result {
        width: 420px;
    }
}

