@import '../node_modules/video.js/dist/video-js.css';
@import '../node_modules/vue-video-player/src/custom-theme.css';
@import '../node_modules/v-suggestions/dist/v-suggestions.css';
@import '../node_modules/instantsearch.css/themes/algolia-min.css';
body {
  font-family: "Raleway", sans-serif;
  margin: 0px;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
}

#app {
  min-height: 100vh;
}

.gfe-wrap {
  margin-top: 120px;
  position: relative;
}

.application--wrap {
  margin-top: 130px;
  min-height: auto;
}

.page-content,
.gfe-messages {
  max-width: 1548px;
}
@media screen and (max-width: 1640px) {
  .page-content,
  .gfe-messages {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.gfe-content-m {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.application {
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
}
.application.theme--light {
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

header#header {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header#header .gfe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 60px;
  margin-right: 60px;
}
header#header .gfe-container .gfe-logo {
  position: absolute;
  top: 40px;
  left: 60px;
}
header#header .gfe-container .gfe-logo .svg-icon-logo {
  width: 148px;
  height: 27px;
  fill: #000000;
}
header#header .gfe-container ul.gfe-navigation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 16px;
  font-family: "Raleway";
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 60px;
}
header#header .gfe-container ul.gfe-navigation > li {
  display: block;
  margin-left: 25px;
  position: relative;
}
header#header .gfe-container ul.gfe-navigation > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: #000;
}
header#header .gfe-container ul.gfe-navigation > li > a svg {
  stroke: #000;
}
header#header .gfe-container ul.gfe-navigation > li > a span {
  margin-left: 7px;
}
header#header .gfe-container ul.gfe-navigation > li ul {
  position: absolute;
  list-style-type: none;
  top: -24px;
  left: -37px;
  right: -50px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 25px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding-top: 64px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header#header .gfe-container ul.gfe-navigation > li ul::before {
  content: "";
  height: 2px;
  background-color: #f4f3f4;
  display: block;
  margin-left: 37px;
  margin-right: 37px;
  margin-bottom: 15px;
  margin-top: 5px;
}
header#header .gfe-container ul.gfe-navigation > li ul li {
  padding-left: 37px;
  padding-right: 37px;
}
header#header .gfe-container ul.gfe-navigation > li ul li a {
  font-family: "Raleway";
  font-size: 15px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify {
  left: auto;
  right: -50px;
  top: 100%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0px;
  margin-top: 20px;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify::before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: solid;
  top: -7px;
  right: 54px;
  margin: 0px;
  background-color: #fff;
  border: 0px;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -25px;
  right: 45px;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li {
  padding: 15px 20px;
  border-bottom: 1px solid #F3F3F3;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 260px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-avatar {
  line-height: 0px;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-avatar a {
  line-height: 0px;
  display: inline-block;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-avatar span {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-meta {
  padding-left: 10px;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-meta h4 {
  margin: 0px;
  color: #7C7C7C;
  font-family: "Raleway";
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-meta h4 a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4em;
  text-decoration: none;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-meta h4 b {
  font-weight: bold;
  color: #000;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .notify-item .notify-meta p {
  margin: 0px;
  color: #7C7C7C;
  font-family: "Raleway";
  font-size: 12px;
  line-height: 1.4em;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li.link-more {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 36px;
  line-height: 33px;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li.link-more a {
  color: #000000;
  font-family: "Raleway";
  font-size: 13px;
  line-height: 1.8em;
  text-align: center;
}
header#header .gfe-container ul.gfe-navigation > li ul.submenu-notify li .no-notification {
  display: block;
  text-align: center;
  color: #9B9B9B;
  font-family: "Raleway";
  font-size: 13.5px;
  font-weight: 500;
  line-height: 30px;
  width: 160px;
}
header#header .gfe-container ul.gfe-navigation > li:hover > a {
  z-index: 11;
  color: #9B9B9B;
  opacity: 0.5;
}
header#header .gfe-container ul.gfe-navigation > li:hover > a svg {
  stroke: #9B9B9B;
}
header#header .gfe-container ul.gfe-navigation > li:hover ul {
  visibility: visible;
  opacity: 1;
}

body.header-light header#header {
  background-color: transparent;
}
body.header-light header#header .gfe-logo .svg-icon-logo {
  fill: #fff;
}
body.header-light header#header .gfe-container ul.gfe-navigation > li > a {
  color: #fff;
}
body.header-light header#header .gfe-container ul.gfe-navigation > li > a svg {
  stroke: #fff;
}
body.header-light header#header .gfe-container ul.gfe-navigation > li:hover > a {
  color: #9B9B9B;
}
body.header-light header#header .gfe-container ul.gfe-navigation > li:hover > a svg {
  stroke: #9B9B9B;
}

body.header-transparent #app .application--wrap {
  margin-top: 0px;
}

body.gfe-hide-header header#header {
  opacity: 0;
}

.gfe-btn {
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #121212;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  padding: 7px 24px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gfe-btn:hover {
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}

.btn-gfe-dialog {
  font-size: 15px;
  text-transform: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 50px;
}

.vbtn {
  text-transform: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 50px;
}
.text-center {
  text-align: center;
}

.line {
  border-top: 1px solid #E1E1E1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flex-row > div.dywidth {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-row {
  display: table;
  width: 100%;
}
.table-row > div {
  display: table-cell;
}

.gfe-btn-large {
  font-size: 17px;
  font-weight: 600;
  height: 65px;
  text-transform: none;
}

.tooltip__content {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
  background-color: #222;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}
.tooltip__content::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #333;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.v-menu__content.v-select-multiple .primary--text,
.v-menu__content.v-select-multiple .v-input--selection-controls__ripple {
  color: #353535 !important;
}

.g-field {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.g-field label {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}
.g-field small {
  color: #9B9B9B;
  font-size: 15px;
  line-height: 1.6em;
}
.g-field div[class^=g-field] + small {
  display: block;
  margin-top: 8px;
}
.g-field {
  /* Text
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-text {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 20px;
}
.g-field .g-field-text input {
  width: 100%;
  color: #B2B2B2;
  font-size: 16px;
  line-height: 34px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g-field .g-field-text.gft-with-icon {
  padding: 0px;
}
.g-field .g-field-text.gft-with-icon .table-row > div {
  padding: 13px 20px;
}
.g-field .g-field-text.gft-with-icon .table-row > div:first-child {
  width: 190px;
  background-color: #F3F3F3;
  border-right: 1px solid #D4D4D4;
}
.g-field .g-field-text.gft-with-icon label {
  position: relative;
  color: #7C7C7C;
  font-size: 16px;
  margin: 0px;
}
.g-field .g-field-text.gft-with-icon label i {
  font-size: 18px;
}
.g-field .g-field-text.gft-with-icon label span {
  font-weight: normal;
}
.g-field .g-field-text.gft-with-icon.gfe-username-field .uname-input-wrapper.uname-correct em {
  background-image: url(../images/svg/circle-check.svg);
}
.g-field .g-field-text.gft-with-icon.gfe-username-field .uname-input-wrapper.uname-error em {
  background-image: url(../images/svg/circle-cross.svg);
}
.g-field .vue-tel-input {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.g-field .vue-tel-input:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D4D4D4;
}
.g-field .vue-tel-input input[type=tel] {
  color: #B2B2B2;
  font-size: 16px;
  height: 65px;
  padding-left: 20px;
}
.g-field .vue-tel-input .dropdown {
  background: #F3F3F3;
  border-right: 1px solid #d4d4d4;
  padding-left: 25px;
  padding-right: 25px;
}
.g-field .vue-tel-input .dropdown .country-code {
  display: none;
}
.g-field {
  /* Textarea
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-textarea {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 20px;
}
.g-field .g-field-textarea textarea {
  min-height: 180px;
  width: 100%;
  color: #B2B2B2;
  font-size: 16px;
  line-height: 1.5em;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g-field {
  /* Select
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-select {
  background-color: #fff;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 20px;
}
.g-field .g-field-select select {
  width: 100%;
  color: #B2B2B2;
  font-size: 16px;
  line-height: 35px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4yICg0NzMyNykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJEZXNrdG9wLVdoaXRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJQbGFjZS1BZC0jMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMzguMDAwMDAwLCAtMzk2LjAwMDAwMCkiIHN0cm9rZT0iIzlCOUI5QiI+CiAgICAgICAgICAgIDxnIGlkPSJBcnJvdy1ncmV5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTM5LjAwMDAwMCwgMzk3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuOTg4MDQzLCAzLjMwMjc2Nikgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC01Ljk4ODA0MywgLTMuMzAyNzY2KSAiIHBvaW50cz0iMi43NTI2OCA5LjQxNTU2IDguMTA5ODIyODYgMy44NzU5MzUgMi43NTI2OCAtMS42NzI0NCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.g-field .g-field-select .v-select .v-select__selections {
  color: #B2B2B2;
}
.g-field .g-field-select .v-select__slot .v-select__selections .select__selection {
  margin-top: 8px;
  margin-bottom: 8px;
}
.g-field .g-field-select .v-select__slot .v-input__icon .v-icon {
  color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4yICg0NzMyNykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJEZXNrdG9wLVdoaXRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJQbGFjZS1BZC0jMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMzguMDAwMDAwLCAtMzk2LjAwMDAwMCkiIHN0cm9rZT0iIzlCOUI5QiI+CiAgICAgICAgICAgIDxnIGlkPSJBcnJvdy1ncmV5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTM5LjAwMDAwMCwgMzk3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuOTg4MDQzLCAzLjMwMjc2Nikgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC01Ljk4ODA0MywgLTMuMzAyNzY2KSAiIHBvaW50cz0iMi43NTI2OCA5LjQxNTU2IDguMTA5ODIyODYgMy44NzU5MzUgMi43NTI2OCAtMS42NzI0NCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: center right;
}
.g-field {
  /* Switch
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-switch {
  display: inline-block;
}
.g-field .g-field-switch label {
  display: inline-block;
  position: relative;
  margin: 0px;
  cursor: pointer;
  padding: 0px;
  line-height: 0px;
}
.g-field .g-field-switch label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
}
.g-field .g-field-switch label input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  background-color: #ECECEC;
  margin: 0px;
}
.g-field .g-field-switch label input[type=checkbox] + span em {
  width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.g-field .g-field-switch label input[type=checkbox] + span em::before, .g-field .g-field-switch label input[type=checkbox] + span em::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.g-field .g-field-switch label input[type=checkbox] + span em::before {
  opacity: 0;
}
.g-field .g-field-switch label input[type=checkbox] + span em::after {
  width: 12px;
  height: 12px;
  background-image: url(../images/cross.svg);
}
.g-field .g-field-switch label input[type=checkbox]:checked + span {
  border: 1px solid #10CB8C;
  background-color: #10CB8C;
}
.g-field .g-field-switch label input[type=checkbox]:checked + span em {
  left: 26px;
}
.g-field .g-field-switch label input[type=checkbox]:checked + span em::before {
  opacity: 1;
}
.g-field .g-field-switch label input[type=checkbox]:checked + span em::after {
  opacity: 0;
}
.g-field .g-field-switch.small-switch label input[type=checkbox] + span {
  width: 31px;
  height: 14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.g-field .g-field-switch.small-switch label input[type=checkbox] + span em {
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: -o-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: linear-gradient(to top, #fafafa, #ffffff);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-field .g-field-switch.small-switch label input[type=checkbox] + span em::before, .g-field .g-field-switch.small-switch label input[type=checkbox] + span em::after {
  display: none;
}
.g-field .g-field-switch.small-switch label input[type=checkbox]:checked + span em {
  left: 15px;
}
.g-field {
  /* Date
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-date {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 20px;
}
.g-field .g-field-date input {
  width: 100%;
  color: #B2B2B2 !important;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  max-height: none;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkRlc2t0b3AtV2hpdGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJQbGFjZS1BZC0jNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNDEuMDAwMDAwLCAtNTE5LjAwMDAwMCkiIHN0cm9rZT0iI0IyQjJCMiI+CiAgICAgICAgICAgIDxnIGlkPSJjYWwtaWNvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTQxLjAwMDAwMCwgNTE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS44MzMzMzMzLDcuMzMzMzMzMzMgTDAuNSw3LjMzMzMzMzMzIiBpZD0iU3Ryb2tlLTMiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS41LDMuODMzMzMzMzMgTDQuODMzMzMzMzMsMy44MzMzMzMzMyIgaWQ9IlN0cm9rZS01Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi44ODksNy4zMzMzMzMzMyBMNi44ODksMjAiIGlkPSJTdHJva2UtNyI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLjQ0NDMzMzMsNy4zMzMzMzMzMyBMMTMuNDQ0MzMzMywyMCIgaWQ9IlN0cm9rZS05Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41LDEzLjQxNjY2NjcgTDIwLDEzLjQxNjY2NjciIGlkPSJTdHJva2UtMTEiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: right center;
  background-repeat: no-repeat;
}
.g-field .g-field-date .input-group {
  margin: 0px;
  padding: 0px;
}
.g-field .g-field-date .input-group__details {
  display: none;
}
.g-field .g-field-invalid {
  border-color: #E60A0A;
}
.g-field .g-field-error-text {
  font-family: "Raleway-Regular";
  font-size: 13px;
  color: #E60A0A;
  letter-spacing: 0;
}
.g-field {
  /* Thumb check
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-thumb-check label {
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.g-field .g-field-thumb-check label input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}
.g-field .g-field-thumb-check label .si-label {
  display: block;
  color: #000000;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 30px;
  margin-right: 60px;
  position: relative;
}
.g-field .g-field-thumb-check label .si-label .si-icon-plus {
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-field .g-field-thumb-check label .si-label .si-icon-plus::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 18px;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.g-field .g-field-thumb-check label .si-label .si-icon-plus::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.g-field .g-field-thumb-check label .si-label .svg-icon-checked {
  position: absolute;
  top: 50%;
  right: -36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-field .g-field-thumb-check label .si-label .svg-icon-checked circle {
  fill: #000;
}
.g-field .g-field-thumb-check label .si-label .svg-icon-checked polyline {
  fill: #fff;
}
.g-field .g-field-thumb-check label input[type=checkbox]:checked + .si-label .si-icon-plus {
  visibility: hidden;
  opacity: 0;
}
.g-field .g-field-thumb-check label input[type=checkbox]:checked + .si-label .svg-icon-checked {
  visibility: visible;
  opacity: 1;
}
.g-field .g-field-thumb-check label .si-image {
  display: block;
  background-color: #e8e8e8;
  line-height: 0px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-field .g-field-thumb-check label .si-image canvas {
  width: 100%;
}
.g-field {
  /* Slider
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-slider label {
  overflow: hidden;
}
.g-field .g-field-slider label span:first-child {
  float: left;
  font-weight: normal;
}
.g-field .g-field-slider label span:last-child {
  float: right;
  font-size: 18px;
}
.g-field .g-field-slider .vue-slider-wrap {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.g-field {
  /* Image upload
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.g-field .g-field-images .gfimage-item {
  width: 33.3%;
}
.g-field .g-field-images .gfimage-item:first-child {
  width: 100%;
}
.g-field .g-field-images .gfimage-item:first-child .gfimage-item-entry {
  padding-top: 100px;
  padding-bottom: 100px;
}
.g-field .g-field-images .gfimage-item:first-child .gfimage-item-entry::after {
  content: "Upload photos or drag them in";
}
.g-field .g-field-images .gfimage-item:first-child .gfile-uploading span::after {
  content: "Cover Photo";
  position: absolute;
  color: #000000;
  font-family: Raleway;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  top: 18px;
  left: 18px;
  padding: 5px 8px;
  line-height: 1em;
  opacity: 0;
}
.g-field .g-field-images .gfimage-item .gfimage-item-entry {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px dashed #d4d4d4;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 18px;
}
.g-field .g-field-images .gfimage-item .gfimage-item-entry::after {
  content: "Add photo";
  display: block;
  text-align: center;
  font-size: 16px;
  color: #9B9B9B;
}
.g-field .g-field-images .gfimage-item[draggable=true] .gfimage-item-entry {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
.g-field .g-field-images .gfimage-item[draggable=true] .gfimage-item-entry .gfile-uploading {
  bottom: -20px;
  left: 0px;
  right: 0px;
}
.g-field .g-field-images .gfimage-item input[type=file] {
  -webkit-appearance: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.g-field .g-field-images .gfimage-item svg.svg-add-image {
  opacity: 0.4;
}
.g-field .g-field-images .gfimage-item .gfile-uploading {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.g-field .g-field-images .gfimage-item .gfile-uploading span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.g-field .g-field-images .gfimage-item .gfile-uploading a.gfile-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  border: 1px solid #d4d4d4;
  z-index: 100;
}
.g-field .g-field-images .gfimage-item.active .gfimage-item-entry {
  border: 2px dashed #d4d4d4;
}
.g-field .g-field-images .gfimage-item.active .gfimage-item-entry svg.svg-add-image {
  opacity: 0.4;
}
.g-field .g-field-images .gfimage-item.processing .gfimage-item-entry {
  border: 2px dashed #d4d4d4;
}
.g-field .g-field-images .gfimage-item.processing .gfimage-item-entry svg.svg-add-image {
  opacity: 0.09;
}
.g-field .g-field-images .gfimage-item.processed .gfimage-item-entry {
  border: 2px dashed transparent;
  background-color: #d4d4d4;
}
.g-field .g-field-images .gfimage-item.processed .gfimage-item-entry .gfile-uploading span::after {
  opacity: 1;
}
.g-field {
  /* Video upload
  - - - - - - - - - - - - - - - -  */
}
.g-field .g-field-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.g-field .g-field-videos .gfvideo-item {
  width: 33.3%;
}
.g-field .g-field-videos .gfvideo-item .gfvideo-item-entry {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px dashed #d4d4d4;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 18px;
}
.g-field .g-field-videos .gfvideo-item .gfvideo-item-entry::after {
  content: "Add video";
  display: block;
  text-align: center;
  font-size: 16px;
  color: #9B9B9B;
}
.g-field .g-field-videos .gfvideo-item input[type=file] {
  -webkit-appearance: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.g-field .g-field-videos .gfvideo-item svg.svg-add-video {
  opacity: 0.4;
}
.g-field .g-field-videos .gfvideo-item .gfile-uploading {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.g-field .g-field-videos .gfvideo-item .gfile-uploading span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.g-field .g-field-videos .gfvideo-item .gfile-uploading span a {
  text-decoration: none;
  width: 60px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.g-field .g-field-videos .gfvideo-item .gfile-uploading span small {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}
.g-field .g-field-videos .gfvideo-item .gfile-uploading a.gfile-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  border: 1px solid #d4d4d4;
  z-index: 100;
}
.g-field .g-field-videos .gfvideo-item.active .gfvideo-item-entry {
  border: 2px dashed #d4d4d4;
}
.g-field .g-field-videos .gfvideo-item.active .gfvideo-item-entry svg.svg-add-video {
  opacity: 0.4;
}
.g-field .g-field-videos .gfvideo-item.processing .gfimage-item-entry {
  border: 2px dashed #d4d4d4;
}
.g-field .g-field-videos .gfvideo-item.processing .gfimage-item-entry svg.svg-add-image {
  opacity: 0.09;
}
.g-field .g-field-videos .gfvideo-item.processed .gfimage-item-entry {
  border: 2px dashed #d4d4d4;
}
.g-field.field-small {
  display: inline-block;
}
.g-field.field-small .g-field-select {
  padding: 1px 20px;
}
.g-field.field-small .g-field-select select {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.g-field .emoji-wysiwyg-editor {
  border: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
}
.g-field .emoji-wysiwyg-editor:focus {
  outline: none;
}
.g-field .emoji-wysiwyg-editor div {
  display: inline;
}
.g-field .emoji-wysiwyg-editor br {
  display: none;
}
.g-field .emoji-picker-icon {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  color: transparent;
  background-image: url("../images/icon-smile.png");
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center center;
}

.g-thumb-check-wrap {
  margin-left: -124px;
  margin-right: -124px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-thumb-check-wrap .g-field.checkbox-thumb {
  width: 33%;
  margin-bottom: 30px;
}
.g-thumb-check-wrap .g-field.checkbox-thumb .g-field-thumb-check {
  margin-left: 14px;
  margin-right: 14px;
}

label.radio-label {
  display: block;
  position: relative;
  line-height: 30px;
}
label.radio-label .field-radio {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-right: 5px;
}
label.radio-label .field-radio::before {
  content: "";
  background: #000000;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
label.radio-label input[type=radio] {
  -webkit-appearance: none;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
label.radio-label input[type=radio]:checked + .field-radio::before {
  visibility: visible;
  opacity: 1;
}

.gfe-btn-full {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 500;
  line-height: 2.43em;
  color: #000000;
  text-align: left;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0);
}
.gfe-btn-full svg {
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.gfe-btn-full span {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.43em;
  color: #000000;
}
.gfe-btn-full:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-indent: 5px;
}

.text-grey {
  color: #9b9b9b;
}

.gfe-modal.card .card__title.headline,
.gfe-modal.card .v-card__title.headline,
.gfe-modal.v-card .card__title.headline,
.gfe-modal.v-card .v-card__title.headline {
  font-family: "Playfair Display", serif !important;
  font-weight: normal;
  font-size: 30px !important;
  line-height: 1.4em !important;
  color: #000;
  text-align: center;
  display: block;
  padding-top: 70px;
}
.gfe-modal.card .card__title.headline.title-create-account,
.gfe-modal.card .v-card__title.headline.title-create-account,
.gfe-modal.v-card .card__title.headline.title-create-account,
.gfe-modal.v-card .v-card__title.headline.title-create-account {
  font-family: "Playfair Display", serif !important;
  font-size: 40px !important;
}
.gfe-modal.card .card__text,
.gfe-modal.card .v-card__text,
.gfe-modal.v-card .card__text,
.gfe-modal.v-card .v-card__text {
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.gfe-modal.card .card__text.social-login-entry,
.gfe-modal.card .v-card__text.social-login-entry,
.gfe-modal.v-card .card__text.social-login-entry,
.gfe-modal.v-card .v-card__text.social-login-entry {
  text-align: center;
  max-width: 310px;
}
.gfe-modal.card .card__text.email-login-entry,
.gfe-modal.card .v-card__text.email-login-entry,
.gfe-modal.v-card .card__text.email-login-entry,
.gfe-modal.v-card .v-card__text.email-login-entry {
  text-align: center;
  max-width: 520px;
}
.gfe-modal.card .card__text.email-login-entry .entry-desc,
.gfe-modal.card .v-card__text.email-login-entry .entry-desc,
.gfe-modal.v-card .card__text.email-login-entry .entry-desc,
.gfe-modal.v-card .v-card__text.email-login-entry .entry-desc {
  font-size: 16px;
  line-height: 1.56em;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.gfe-modal.card .card__text.email-login-entry form,
.gfe-modal.card .v-card__text.email-login-entry form,
.gfe-modal.v-card .card__text.email-login-entry form,
.gfe-modal.v-card .v-card__text.email-login-entry form {
  max-width: 370px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account form,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account form,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account form,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account form {
  max-width: 440px;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .g-field,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .g-field,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .g-field,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .g-field {
  margin-bottom: 15px;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .gfe-btn-large,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .gfe-btn-large,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .gfe-btn-large,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .gfe-btn-large {
  font-size: 15px;
  font-weight: 500;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:after, .gfe-modal.card .card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:before,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:after,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:before,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:after,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:before,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:after,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .gfe-custom-dropdown > .v-input__control > .v-input__slot:before {
  display: none !important;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper {
  position: relative;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper input,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper input,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper input,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper input {
  color: #333;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper em,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper em,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper em,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper em {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper .em-spinner,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper .em-spinner,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper .em-spinner,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper .em-spinner {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-correct em,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-correct em,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-correct em,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-correct em {
  background-image: url(../images/svg/circle-check.svg);
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-error em,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-error em,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-error em,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-error em {
  background-image: url(../images/svg/circle-cross.svg);
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading em,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading em,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading em,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading em {
  visibility: hidden;
  opacity: 0;
}
.gfe-modal.card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading .em-spinner,
.gfe-modal.card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading .em-spinner,
.gfe-modal.v-card .card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading .em-spinner,
.gfe-modal.v-card .v-card__text.email-login-entry.form-create-account .uname-input-wrapper.uname-loading .em-spinner {
  visibility: visible;
  opacity: 1;
}
.gfe-modal.card .card__text.email-login-entry .gfe-btn,
.gfe-modal.card .v-card__text.email-login-entry .gfe-btn,
.gfe-modal.v-card .card__text.email-login-entry .gfe-btn,
.gfe-modal.v-card .v-card__text.email-login-entry .gfe-btn {
  text-decoration: none;
  color: #121212;
}
.gfe-modal.card .card__text.email-login-entry .gfe-btn:hover,
.gfe-modal.card .v-card__text.email-login-entry .gfe-btn:hover,
.gfe-modal.v-card .card__text.email-login-entry .gfe-btn:hover,
.gfe-modal.v-card .v-card__text.email-login-entry .gfe-btn:hover {
  color: #fff;
}
.gfe-modal.card .card__text.email-login-entry a.text-grey,
.gfe-modal.card .v-card__text.email-login-entry a.text-grey,
.gfe-modal.v-card .card__text.email-login-entry a.text-grey,
.gfe-modal.v-card .v-card__text.email-login-entry a.text-grey {
  font-size: 13px;
  color: #9b9b9b;
  text-decoration: none;
}
.gfe-modal.card .card__text.email-login-entry a.text-grey:hover,
.gfe-modal.card .v-card__text.email-login-entry a.text-grey:hover,
.gfe-modal.v-card .card__text.email-login-entry a.text-grey:hover,
.gfe-modal.v-card .v-card__text.email-login-entry a.text-grey:hover {
  text-decoration: underline;
}

.overlay:before,
.v-overlay:before {
  background-color: #fff;
}

.v-overlay--active:before {
  opacity: 0.98;
}

.dialog,
.v-dialog {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.gfe-btn-toggle label {
  height: 30px;
  position: relative;
  display: inline-block;
}
.gfe-btn-toggle label input[type=radio] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 1px;
  opacity: 0;
  visibility: hidden;
}
.gfe-btn-toggle label input[type=radio] + span {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #B2B2B2;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.gfe-btn-toggle label input[type=radio] + span em {
  font-style: normal;
  color: #5E00D2;
  margin-left: 10px;
}
.gfe-btn-toggle label input[type=radio]:checked + span {
  color: #000;
  cursor: default;
}
.gfe-btn-toggle label:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.gfe-btn-toggle label.radio-toggle {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 53px;
  height: 30px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
}
.gfe-btn-toggle label.radio-toggle::after {
  content: "";
  background: #5E00D2;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gfe-btn-toggle label.radio-toggle.toggle-right::after {
  left: 26px;
}

.order-table .shop_table {
  width: 100%;
  text-align: left;
  margin-top: 25px;
}

.gfe-notification-box .v-snack__wrapper {
  max-width: 322px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #1a1a1a;
  background-color: #282828;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .gfe-notification-box .v-snack__wrapper {
    min-width: 322px;
  }
}
.gfe-notification-box .v-snack__wrapper .v-snack__content {
  padding: 0px;
  display: block;
  height: auto;
}
.gfe-notification-box .v-snack__wrapper .v-snack__content .gnb-header {
  display: block;
  position: relative;
  background-color: #1f1f20;
  padding-top: 1px;
  padding-bottom: 1px;
}
.gfe-notification-box .v-snack__wrapper .v-snack__content .gnb-header .gnbheader-text {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: #9b9b9c;
  text-transform: uppercase;
}
.gfe-notification-box .v-snack__wrapper .v-snack__content .gnb-header .gnbheader-text::before {
  content: "";
  position: relative;
  width: 13px;
  height: 13px;
  background-color: #8d00ff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  top: 2px;
  margin-right: 7px;
  margin-left: 7px;
}
.gfe-notification-box .v-snack__wrapper .v-snack__content .gnb-header .gnbheader-date {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  color: #9b9b9c;
}
.gfe-notification-box .v-snack__wrapper .v-snack__content .gnb-details {
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #9d9d9e;
  cursor: pointer;
}
.gfe-notification-box .v-snack__wrapper .v-snack__content .gnb-details span {
  color: #fff;
}
.gfe-notification-box.v-snack--top {
  top: 0;
}
.gfe-notification-box.v-snack-transition-enter.v-snack.v-snack--top, .gfe-notification-box.v-snack-transition-leave-to.v-snack.v-snack--top {
  -webkit-transform: translateY(-webkit-calc(-100% - 8px));
  -ms-transform: translateY(calc(-100% - 8px));
  transform: translateY(calc(-100% - 8px));
}
@media only screen and (min-width: 600px) {
  .gfe-notification-box.v-snack--right.v-snack--top {
    -webkit-transform: translateY(84px);
    -ms-transform: translateY(84px);
    transform: translateY(84px);
  }
}

/* Messages */
.gfe-messages {
  position: fixed;
  top: 108px;
  width: auto;
  bottom: 0px;
  left: 60px;
  right: 60px;
  display: block;
  border-top: solid 1px #ececec;
  max-width: none;
}
.gfe-messages .gm-list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 100%;
}
.gfe-messages .gm-list .gm-list-entry .gml-item {
  position: relative;
  overflow: hidden;
  padding: 13px 25px;
  border-right: 3px solid transparent;
}
.gfe-messages .gm-list .gm-list-entry .gml-item.active {
  border-right-color: #ececec;
  background-color: #f9f9f9;
}
.gfe-messages .gm-list .gm-list-entry .gml-item .gml-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  margin-right: 20px;
}
.gfe-messages .gm-list .gm-list-entry .gml-item .gml-details .gml-name {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  text-align: left;
  color: #000000;
  display: block;
  margin-top: 15px;
}
.gfe-messages .gm-list .gm-list-entry .gml-item .gml-details .gml-location {
  display: block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-align: left;
  color: #9b9b9b;
  margin-top: 8px;
}
.gfe-messages .gm-msg {
  position: absolute;
  top: 0px;
  left: 360px;
  right: 0px;
  bottom: 0px;
  border-left: solid 1px #ececec;
}
.gfe-messages .gm-msg .gm-msg-entry {
  position: absolute;
  height: 75px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid #ececec;
}
.gfe-messages .gm-msg .gm-msg-entry .gm-msg-emoji {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.gfe-messages .gm-msg .gm-msg-entry .gm-msg-emoji svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gfe-messages .gm-msg .gm-msg-entry input {
  position: absolute;
  display: block;
  top: 0px;
  left: 75px;
  right: 75px;
  height: 75px;
  line-height: 75px;
  width: 80%;
}
.gfe-messages .gm-msg .gm-msg-entry .gm-msg-send {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1em;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  text-decoration: none;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  height: 75px;
  line-height: 75px;
  text-align: right;
  padding-left: 30px;
}
.gfe-messages .gm-msg .gm-msg-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 75px;
  overflow: scroll;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 40px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.27em;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat:last-child {
  margin-bottom: 30px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat > span {
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ececec;
  padding: 3px 20px;
  max-width: 85%;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat.me {
  text-align: right;
  color: #fff;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat.me > span {
  background-color: #5E00D2;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat .message-type-booking {
  color: #fff;
  padding: 0px;
  overflow: hidden;
  max-width: 460px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat .message-type-booking .mtb-title {
  display: block;
  background-color: #5200B8;
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.85em;
  text-transform: uppercase;
  padding: 8px 20px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat .message-type-booking .mtb-msg {
  display: block;
  background-color: #5E00D2;
  padding: 15px 20px;
  padding-bottom: 25px;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat .message-type-booking .mtb-msg .mtbm-text {
  display: block;
  margin-bottom: 10px;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat .message-type-booking .mtb-msg .mtbm-details {
  display: block;
}
.gfe-messages .gm-msg .gm-msg-area .gm-msg-list .gm-chat.me .message-type-booking {
  text-align: left;
}

.message-dialog-card .card__title {
  font-family: "Playfair Display", serif;
  padding-bottom: 0px;
}
.message-dialog-card .card__text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.message-dialog-card .card__text textarea {
  border: 0px;
}
.message-dialog-card .card__text .card__text {
  display: none;
}
.message-dialog-card .card__text .input-group__details {
  display: none;
}
.message-dialog-card.report-dialog-card .v-card__text {
  padding: 45px;
  padding-bottom: 0px;
}
.message-dialog-card.report-dialog-card .report-dialog-wrap .page-heading {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7em;
  color: #000000;
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
}
.message-dialog-card.report-dialog-card .report-dialog-wrap .g-field-textarea {
  padding: 0px;
  border: none;
}
.message-dialog-card.report-dialog-card .report-dialog-wrap .g-field-textarea textarea {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 2em;
  color: #b2b2b2;
}
.message-dialog-card.report-dialog-card .report-dialog-actions {
  padding-bottom: 45px;
  padding-right: 45px;
}

.v-btn.purple {
  color: #5e00d2;
  border-color: #5e00d2 !important;
}

.single-line {
  white-space: nowrap;
  overflow: hidden;
}
.single-line br {
  display: none;
}
.single-line * {
  display: inline;
  white-space: nowrap;
}

.fadein-enter-active,
.fadein-leave-active {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.fadein-enter,
.fadein-leave-to {
  opacity: 0;
}

.fadein-enter {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.fadein-leave-active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

/*
.fade{
    transition: all 0.5s
}
.fade-enter-active, .fade-leave-active {
    transition: all 0.5s
}
.fade-enter, .fade-leave-to {
    opacity: 0
}
.fade-enter {
    transform: translateX(300px);
}
.fade-leave-active {
    transform: translateX(-300px);
}

.fade-back-enter-active, .fade-back-leave-active {
    transition: all 0.5s
}
.fade-back-enter, .fade-back-leave-to {
    opacity: 0
}
.fade-back-enter {
    transform: translateX(-300px);
}
.fade-back-leave-active {
    transform: translateX(300px);
}

.slide-fade-enter-active,.slide-fade-leave-active {
    transition: all .3s ease;
}
.slide-fade-enter, .slide-fade-leave-to{
    opacity: 0;
}
.slide-fade-enter {
    transform: translateX(-20px);
}
.slide-fade-leave-active {
    transform: translateX(-20px);
}

.slideup-enter-active, .slideup-leave-active {
    transition: all 0.3s
}
.slideup-enter, .fade-leave-to {
    opacity: 0;
}
.slideup-enter {
    transform: translateX(-120%);
    opacity: 0.5;
}
.slideup-leave-active {
    transform: translateX(-120%);
    opacity: 0.5;
}
*/
#gfeloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#gfeloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#gfeloader.show {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}

.gfe-content-loader {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
}
.gfe-content-loader svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content {
  margin: 0px auto;
  margin-bottom: 80px;
}

.page-heading {
  text-align: center;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 50px;
}

.page-content {
  font-size: 15px;
}
.page-content .blank-and-create {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-content .blank-and-create .page-heading {
  margin-bottom: 45px;
}
.page-content .blank-and-create p {
  font-size: 15px;
  line-height: 1.56em;
  text-align: center;
  color: #000000;
}
.page-content .blank-and-create .btn.btn--outline {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #121212;
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  text-transform: none;
  height: 50px;
}

/*
 * For tabs
 */
.tabs__bar,
.v-tabs__bar {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.tabs__bar::after,
.v-tabs__bar::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #D4D4D4;
}

.tabs__item,
.v-tabs__item {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  opacity: 0.5;
}
.tabs__item .v-ripple__container,
.v-tabs__item .v-ripple__container {
  display: none !important;
}
.tabs__item:hover,
.v-tabs__item:hover {
  opacity: 1;
}

.tabs__item--active,
.v-tabs__item--active {
  opacity: 1;
}

.v-tabs__slider {
  height: 1px;
}

.tabs__slider.accent,
.v-tabs__slider.accent {
  background-color: #000 !important;
  border-color: #000 !important;
}

.tabs:not(.tabs--grow):not(.tabs--mobile) .tabs__item,
.v-tabs:not(.v-tabs--grow):not(.v-tabs--mobile) .v-tabs__item {
  padding: 0px 3px;
}

.tabs__li,
.v-tabs__div {
  margin-left: 12px;
  margin-right: 12px;
}

/* For Subscription 
- - - - - - - - - - - - - - - - - - */
.gfe-subscrption-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}
.gfe-subscrption-wrapper .gfe-subscription-item {
  width: 33.3%;
  position: relative;
  border-left: solid 1px #f3f3f3;
}
.gfe-subscrption-wrapper .gfe-subscription-item:last-child {
  border-right: solid 1px #f3f3f3;
}
.gfe-subscrption-wrapper .gfe-subscription-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item {
  margin-left: 25px;
  margin-right: 25px;
  padding: 40px 20px;
  position: relative;
  z-index: 10;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.92em;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item h3 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 0.7px;
  text-align: center;
  color: #000;
  margin-bottom: 33px;
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item h3 em {
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  position: absolute;
  top: -8px;
  left: 0px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item h3 span span {
  font-size: 65px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item h3 small {
  font-family: "Raleway";
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  text-align: left;
  position: relative;
  top: 3px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item .entry-desc {
  font-size: 15px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item .entry-desc ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: left;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item .entry-desc ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IkRlc2t0b3AtV2hpdGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9IlN1YnNjcmlwdGlvbi10eXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzg0LjAwMDAwMCwgLTUyNi4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9ImVobyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzg1LjAwMDAwMCwgNTI3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYWdlLTEiIHBvaW50cz0iMTAgMCAzLjk3MjQ1NDM1IDYuNjc0NDA0MjEgMCAzLjU0Njg4OTUxIi8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item .entry-desc ul li.del {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='times' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-2x'%3E%3Cpath fill='currentColor' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  opacity: 0.4;
}
.gfe-subscrption-wrapper .gfe-subscription-item .subs-entry-item .entry-desc ul li del {
  text-decoration: none;
}
.gfe-subscrption-wrapper .gfe-subscription-item .entry-btn {
  text-align: center;
  margin-bottom: 28px;
}
.gfe-subscrption-wrapper .gfe-subscription-item .entry-btn a {
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding-left: 28px;
  padding-right: 28px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.gfe-subscrption-wrapper .gfe-subscription-item .entry-btn a:hover {
  color: #fff;
}
.gfe-subscrption-wrapper .gfe-subscription-item.current-plan {
  background-color: #FAFAFA;
}
.gfe-subscrption-wrapper .gfe-subscription-item.current-plan::before {
  display: none;
}
.gfe-subscrption-wrapper .gfe-subscription-item.current-plan::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
.gfe-subscrption-wrapper .gfe-subscription-item.current-plan > * {
  opacity: 0.4;
}
.gfe-subscrption-wrapper .gfe-subscription-item.current-plan .entry-btn a {
  padding-left: 14px;
  padding-right: 14px;
}
.gfe-subscrption-wrapper .gfe-subscription-item:hover:not(.current-plan) {
  border-color: transparent;
}
.gfe-subscrption-wrapper .gfe-subscription-item:hover:not(.current-plan)::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.gfe-subscrption-wrapper .gfe-subscription-item:hover:not(.current-plan) .entry-btn a {
  background-color: #121212;
  color: #fff;
}

.gfe-page-plan {
  max-width: 1050px;
}
.gfe-page-plan .page-heading {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.3em;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}
.gfe-page-plan .entry-plan-desc {
  color: #000000;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px;
}
.gfe-page-plan .entry-plan-switcher {
  margin-bottom: 65px;
}
.gfe-page-plan .gfe-plan-note {
  color: #B2B2B2;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-top: 65px;
}

/* For Settings Page
- - - - - - - - - - - - - - - - - - */
.settings-page {
  max-width: 700px;
  text-align: left;
  padding-bottom: 70px;
}
.settings-page .line {
  margin-bottom: 45px;
}
.settings-page .line.margin-top {
  margin-top: 45px;
}
.settings-page .profile-row {
  margin-left: 20px;
  margin-right: 20px;
  line-height: 0px;
}
.settings-page .profile-row img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.settings-page .profile-row .dywidth {
  padding-left: 30px;
  padding-right: 30px;
}
.settings-page .profile-row .dywidth h4 {
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7em;
  color: #000000;
  position: relative;
  margin-top: -7px;
}
.settings-page .profile-row .dywidth p {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 1.75em;
  color: #7c7c7c;
}
.settings-page .profile-row .dywidth input {
  width: 100%;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.settings-page .profile-row .dywidth .user-input-name {
  font-family: "Raleway";
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7em;
  color: #000000;
  position: relative;
  margin-top: -7px;
}
.settings-page .profile-row .dywidth .user-input-email {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 1.75em;
  color: #7c7c7c;
}
.settings-page .profile-row .dywidth .user-input-location {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 1.75em;
  color: #7c7c7c;
}
.settings-page .profile-row .btn {
  text-transform: none;
  font-size: 14px;
  color: #555555;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
}
.settings-page .g-field .flex-row {
  margin-left: 20px;
  margin-right: 20px;
}
.settings-page .delete-acc-link {
  padding-top: 15px;
}
.settings-page .delete-acc-link a {
  font-size: 14px;
  line-height: 2.36em;
  color: #7c7c7c;
  text-decoration: underline;
}

.modal-plain {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.modal-plain .modal-plain-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.modal-plain .modal-plain-content p {
  font-size: 16px;
  line-height: 1.56em;
  text-align: center;
  color: #000000;
}
.modal-plain .modal-plain-content .btn {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #121212;
}
.modal-plain .modal-plain-content .btn.btn--large {
  height: 50px;
}

.manage-ads-content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.manage-ads-content .entry-ads-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  padding-bottom: 50px;
  padding-top: 0px;
}
.manage-ads-content .manage-ad-header {
  border-bottom: solid 1px #ececec;
  text-align: right;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}
.manage-ads-content .manage-ad-header .manage-ad-menu {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 0px;
}
.manage-ads-content .manage-ad-header .manage-ad-menu a {
  display: inline-block;
  line-height: 0px;
}
.manage-ads-content .manage-ad-header .manage-ad-menu ul {
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #d4d4d4;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%) translateY(-5px);
  -ms-transform: translateX(-50%) translateY(-5px);
  transform: translateX(-50%) translateY(-5px);
}
.manage-ads-content .manage-ad-header .manage-ad-menu ul::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: solid 1px #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}
.manage-ads-content .manage-ad-header .manage-ad-menu ul::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 2px;
  right: 2px;
  height: 14px;
}
.manage-ads-content .manage-ad-header .manage-ad-menu ul li {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.manage-ads-content .manage-ad-header .manage-ad-menu ul li a {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 2.22em;
  text-align: left;
  color: #555555;
  text-decoration: none;
}
.manage-ads-content .manage-ad-header .manage-ad-menu ul li a:hover {
  color: #000;
}
.manage-ads-content .manage-ad-header .manage-ad-menu:hover > ul {
  display: inline-block;
}
.manage-ads-content .manage-ad-body {
  padding-top: 28px;
}
.manage-ads-content .manage-ad-body .entry-about {
  padding-top: 5px;
}
.manage-ads-content .manage-ad-body .entry-about img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info {
  margin-left: 135px;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: #000000;
  text-transform: capitalize;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info p {
  font-weight: normal;
  margin: 0px;
  font-size: 15px;
  line-height: 1.6em;
  color: #9B9B9B;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info p span {
  color: #222222;
  text-transform: capitalize;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info p span.status-live {
  color: #3AAB32;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info p span.status.active {
  color: #3AAB32;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info p span.status.pending, .manage-ads-content .manage-ad-body .entry-about .entry-info p span.status.on-hold {
  color: #ffc723;
}
.manage-ads-content .manage-ad-body .entry-about .entry-info p span.status.expired, .manage-ads-content .manage-ad-body .entry-about .entry-info p span.status.failed {
  color: #f91946;
}
.manage-ads-content .manage-ad-body .boost-ad {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 18px 24px;
  padding-bottom: 30px;
}
.manage-ads-content .manage-ad-body .boost-ad h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: #000000;
  border-bottom: solid 1px #ececec;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.manage-ads-content .manage-ad-body .boost-ad .entry-boost .status-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  display: inline-block;
}
.manage-ads-content .manage-ad-body .boost-ad .entry-boost .layout.row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.manage-ads-content .manage-ad-body .boost-ad .entry-boost .layout.row + .layout.row {
  margin-top: 15px;
}
.manage-ads-content .manage-ad-body .boost-ad .entry-boost .line {
  border-top: 1px solid #ececec;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 18px;
}
.manage-ads-content .manage-ad-body .boost-ad .entry-boost .btn {
  margin: 0px;
  text-transform: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #000000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.payment-option {
  border: solid 1px #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.payment-option .entry-title label {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 1px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
}
.payment-option .entry-title label .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #000000;
  display: inline-block;
  margin-left: 7px;
}
.payment-option .entry-title label input[type=radio] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.payment-option .entry-title label input[type=radio] + em {
  display: inline-block;
  font-style: normal;
  border: solid 1px #d4d4d4;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 4px;
}
.payment-option .entry-title label input[type=radio] + em::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.payment-option .entry-title label input[type=radio]:checked + em {
  background-color: #000000;
  border-color: #000000;
}
.payment-option .entry-title label input[type=radio]:checked + em::after {
  opacity: 1;
  visibility: visible;
}
.payment-option .entry-title label svg {
  float: right;
}
.payment-option .entry-options {
  display: none;
  margin: 30px;
}
.payment-option .entry-options label {
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
  color: #000000;
  background-color: transparent;
  padding: 0px;
  border: 0px;
  display: block;
  margin-bottom: 5px;
}
.payment-option .entry-options input[type=text] {
  width: 100%;
  font-size: 16px;
  height: 65px;
  line-height: 65px;
  text-align: left;
  color: #b2b2b2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
  padding-left: 23px;
  padding-right: 23px;
}
.payment-option.selected .entry-title label {
  background-color: #f3f3f3;
  border-bottom: solid 1px #d4d4d4;
}
.payment-option.selected .entry-options {
  display: block;
}

.woocommerce-checkout .order_review_heading {
  display: none;
}
.woocommerce-checkout #payment label a,
.woocommerce-checkout #payment p a {
  color: #10CB8C;
}

.woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}

#gfe-checkout #customer_details {
  display: none;
}
#gfe-checkout .close-standard-page {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  color: #222;
  text-decoration: none;
}
#gfe-checkout #payment {
  background: none;
}
#gfe-checkout #payment .wc_payment_methods,
#gfe-checkout #payment .payment_methods {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#gfe-checkout #payment .wc_payment_methods > li,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod,
#gfe-checkout #payment .payment_methods > li,
#gfe-checkout #payment .payment_methods .wc_payment_method,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  border: solid 1px #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 18px;
}
#gfe-checkout #payment .wc_payment_methods > li input[type=radio],
#gfe-checkout #payment .wc_payment_methods .wc_payment_method input[type=radio],
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod input[type=radio],
#gfe-checkout #payment .payment_methods > li input[type=radio],
#gfe-checkout #payment .payment_methods .wc_payment_method input[type=radio],
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  width: 1px;
}
#gfe-checkout #payment .wc_payment_methods > li input[type=radio] + label,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method input[type=radio] + label,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod input[type=radio] + label,
#gfe-checkout #payment .payment_methods > li input[type=radio] + label,
#gfe-checkout #payment .payment_methods .wc_payment_method input[type=radio] + label,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod input[type=radio] + label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxMy4wMDAwMDAsIC03MTQuMDAwMDAwKSIgc3Ryb2tlPSIjRDRENEQ0Ij4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iNTI0IiBjeT0iNzI1IiByPSIxMCI+PC9jaXJjbGU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-position: 0% 50%;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  padding-left: 34px;
  height: 52px;
  line-height: 52px;
}
#gfe-checkout #payment .wc_payment_methods > li input[type=radio]:checked + label,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method input[type=radio]:checked + label,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod input[type=radio]:checked + label,
#gfe-checkout #payment .payment_methods > li input[type=radio]:checked + label,
#gfe-checkout #payment .payment_methods .wc_payment_method input[type=radio]:checked + label,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod input[type=radio]:checked + label {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxMy4wMDAwMDAsIC0zNDYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjRDRENEQ0IiBmaWxsPSIjMDAwMDAwIiBjeD0iNTI0IiBjeT0iMzU3IiByPSIxMCI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjUyNCIgY3k9IjM1NyIgcj0iNCI+PC9jaXJjbGU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
#gfe-checkout #payment .wc_payment_methods > li input[type=radio]:checked + label::before,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method input[type=radio]:checked + label::before,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod input[type=radio]:checked + label::before,
#gfe-checkout #payment .payment_methods > li input[type=radio]:checked + label::before,
#gfe-checkout #payment .payment_methods .wc_payment_method input[type=radio]:checked + label::before,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #D4D4D4;
  height: 66px;
  z-index: -1;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box,
#gfe-checkout #payment .payment_methods > li .payment_box,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box {
  background-color: transparent;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box::before,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box::before,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box::before,
#gfe-checkout #payment .payment_methods > li .payment_box::before,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box::before,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box::before {
  display: none;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box input[type=radio] + label,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box input[type=radio] + label,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box input[type=radio] + label,
#gfe-checkout #payment .payment_methods > li .payment_box input[type=radio] + label,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box input[type=radio] + label,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box input[type=radio] + label {
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  padding-left: 30px;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box input[type=radio] + label::before,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box input[type=radio] + label::before,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box input[type=radio] + label::before,
#gfe-checkout #payment .payment_methods > li .payment_box input[type=radio] + label::before,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box input[type=radio] + label::before,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box input[type=radio] + label::before {
  display: none;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .form-row,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .form-row,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .form-row,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .form-row,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .form-row,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .form-row {
  padding: 0px;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form label,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form label,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form label,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form label,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form label,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form label {
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
  color: #000000;
  background-color: transparent;
  padding: 0px;
  border: 0px;
  display: block;
  margin-bottom: 5px;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form #stripe-card-element,
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form #stripe-exp-element,
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form #stripe-cvc-element,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form #stripe-card-element,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form #stripe-exp-element,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form #stripe-cvc-element,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form #stripe-card-element,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form #stripe-exp-element,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form #stripe-cvc-element,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form #stripe-card-element,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form #stripe-exp-element,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form #stripe-cvc-element,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form #stripe-card-element,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form #stripe-exp-element,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form #stripe-cvc-element,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form #stripe-card-element,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form #stripe-exp-element,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form #stripe-cvc-element {
  width: 100%;
  font-size: 20px;
  height: 50px;
  line-height: 57px;
  text-align: left;
  color: #b2b2b2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff !important;
  border: solid 1px #d4d4d4 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce_error ul:last-child,
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .stripe-source-errors ul:last-child,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce_error ul:last-child,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .stripe-source-errors ul:last-child,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce_error ul:last-child,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .stripe-source-errors ul:last-child,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce_error ul:last-child,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .stripe-source-errors ul:last-child,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce_error ul:last-child,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .stripe-source-errors ul:last-child,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce_error ul:last-child,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .stripe-source-errors ul:last-child {
  margin-bottom: 0px;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-error,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-error,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-error,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-error,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-error,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-error {
  border-top-color: #F22613;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-error::before,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-error::before,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-error::before,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-error::before,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-error::before,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-error::before {
  color: #F22613;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-info,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-info,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-info,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-info,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-info,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-info {
  border-top-color: #179bd7;
}
#gfe-checkout #payment .wc_payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-info::before,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-info::before,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-info::before,
#gfe-checkout #payment .payment_methods > li .payment_box #wc-stripe-cc-form .woocommerce-info::before,
#gfe-checkout #payment .payment_methods .wc_payment_method .payment_box #wc-stripe-cc-form .woocommerce-info::before,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod .payment_box #wc-stripe-cc-form .woocommerce-info::before {
  color: #179bd7;
}
#gfe-checkout #payment .wc_payment_methods > li.payment_method_paypal label .about_paypal,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label .about_paypal,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod.payment_method_paypal label .about_paypal,
#gfe-checkout #payment .payment_methods > li.payment_method_paypal label .about_paypal,
#gfe-checkout #payment .payment_methods .wc_payment_method.payment_method_paypal label .about_paypal,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod.payment_method_paypal label .about_paypal {
  float: none;
  font-size: 10px;
  top: -2px;
  position: relative;
  left: 8px;
}
#gfe-checkout #payment .wc_payment_methods > li.payment_method_paypal label img,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label img,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod.payment_method_paypal label img,
#gfe-checkout #payment .payment_methods > li.payment_method_paypal label img,
#gfe-checkout #payment .payment_methods .wc_payment_method.payment_method_paypal label img,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod.payment_method_paypal label img {
  width: 94px;
  height: 28px;
  position: relative;
  top: 12px;
  float: right;
}
#gfe-checkout #payment .wc_payment_methods > li.payment_method_stripe label i.stripe-pf,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method.payment_method_stripe label i.stripe-pf,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod.payment_method_stripe label i.stripe-pf,
#gfe-checkout #payment .payment_methods > li.payment_method_stripe label i.stripe-pf,
#gfe-checkout #payment .payment_methods .wc_payment_method.payment_method_stripe label i.stripe-pf,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod.payment_method_stripe label i.stripe-pf {
  display: none;
}
#gfe-checkout #payment .wc_payment_methods > li.payment_method_stripe label svg, #gfe-checkout #payment .wc_payment_methods > li.payment_method_stripe label img,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method.payment_method_stripe label svg,
#gfe-checkout #payment .wc_payment_methods .wc_payment_method.payment_method_stripe label img,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod.payment_method_stripe label svg,
#gfe-checkout #payment .wc_payment_methods .woocommerce-PaymentMethod.payment_method_stripe label img,
#gfe-checkout #payment .payment_methods > li.payment_method_stripe label svg,
#gfe-checkout #payment .payment_methods > li.payment_method_stripe label img,
#gfe-checkout #payment .payment_methods .wc_payment_method.payment_method_stripe label svg,
#gfe-checkout #payment .payment_methods .wc_payment_method.payment_method_stripe label img,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod.payment_method_stripe label svg,
#gfe-checkout #payment .payment_methods .woocommerce-PaymentMethod.payment_method_stripe label img {
  float: right;
  margin-left: 8px;
  position: relative;
  top: 13px;
}
#gfe-checkout #payment .form-row.place-order {
  padding: 0px;
}
#gfe-checkout #payment .woocommerce-terms-and-conditions {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  color: #9B9B9B;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#gfe-checkout #payment .woocommerce-terms-and-conditions p {
  margin: 0px;
}
#gfe-checkout #payment .woocommerce-terms-and-conditions a {
  color: #000;
  text-decoration: none;
}
#gfe-checkout #payment .wc-terms-and-conditions {
  margin-bottom: 15px;
  color: #9B9B9B;
}
#gfe-checkout #payment .wc-terms-and-conditions a {
  color: #000;
  text-decoration: none;
}
#gfe-checkout #payment #place_order {
  border: 1px solid #000000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: none;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  float: none;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gfe-checkout #payment #place_order:hover {
  background-color: #f5f5f5;
}
#gfe-checkout.gfe-checkout-page button:focus {
  outline: none;
}
#gfe-checkout.gfe-checkout-page .close-btn-wrapper button i {
  font-weight: bold;
}

.checkout.woocommerce-checkout h3#order_review_heading {
  display: none !important;
}

.woocommerce table.shop_table td {
  border: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
  display: none !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total:not(.recurring-total),
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .recurring-totals:not(.order-total),
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  display: none !important;
}

.wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  white-space: normal;
  word-break: break-word;
}
.wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
  white-space: normal;
  word-break: break-word;
}

.wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}

.no-margin {
  margin: 0px;
}

#svg-icon-loader rect:nth-child(1) {
  -webkit-animation: loader-animation 0.6s 0s infinite;
  animation: loader-animation 0.6s 0s infinite;
}
#svg-icon-loader rect:nth-child(2) {
  -webkit-animation: loader-animation 0.6s 0.15s infinite;
  animation: loader-animation 0.6s 0.15s infinite;
}
#svg-icon-loader rect:nth-child(3) {
  -webkit-animation: loader-animation 0.6s 0.3s infinite;
  animation: loader-animation 0.6s 0.3s infinite;
}

@-webkit-keyframes loader-animation {
  0% {
    height: 5px;
    y: 13px;
  }
  50% {
    height: 21px;
    y: 5px;
  }
  100% {
    height: 5px;
    y: 13px;
  }
}

@keyframes loader-animation {
  0% {
    height: 5px;
    y: 13px;
  }
  50% {
    height: 21px;
    y: 5px;
  }
  100% {
    height: 5px;
    y: 13px;
  }
}
.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

@-webkit-keyframes scrolllabel {
  0% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(6vh) translateZ(0);
    transform: translateY(6vh) translateZ(0);
    opacity: 0;
  }
  25.1% {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
  }
}

@keyframes scrolllabel {
  0% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(6vh) translateZ(0);
    transform: translateY(6vh) translateZ(0);
    opacity: 0;
  }
  25.1% {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes scrollline {
  0% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }
  25% {
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
  }
  25.1% {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }
  35% {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }
  50% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }
}
@keyframes scrollline {
  0% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }
  25% {
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
  }
  25.1% {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }
  35% {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
  }
  50% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
  }
}
.gfe-page-content ul.gfe-nav-filter {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 0.68em;
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.gfe-page-content ul.gfe-nav-filter > li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.gfe-page-content ul.gfe-nav-filter > li:last-child {
  margin-right: 0px;
}
.gfe-page-content ul.gfe-nav-filter > li .v-menu--inline {
  display: block;
}
.gfe-page-content ul.gfe-nav-filter > li a {
  color: #d4d4d4;
  text-decoration: none;
  line-height: 1.345em;
}
.gfe-page-content ul.gfe-nav-filter > li a.active {
  color: #000;
  border-bottom: 1px solid #000000;
  padding-bottom: 7px;
}
.gfe-page-content ul.gfe-nav-filter > li ul {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 210px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  min-height: 314px;
  max-height: 314px;
  overflow: auto;
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: solid 20px #fff;
  z-index: 100;
  height: 0px;
  border-bottom-width: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.gfe-page-content ul.gfe-nav-filter > li ul li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gfe-page-content ul.gfe-nav-filter > li ul li a {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1em;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 5px;
}
.gfe-page-content ul.gfe-nav-filter > li ul li:hover {
  background-color: #f3f3f3;
}
.gfe-page-content ul.gfe-nav-filter > li ul.show {
  height: auto;
  opacity: 1;
  visibility: visible;
  border-bottom-width: 20px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.gfe-filter-dropdown-wrap {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: -5px;
  max-width: 200px;
  max-height: 315px;
}
.gfe-filter-dropdown-wrap.gfe-filter-cities {
  min-width: 220px !important;
  max-width: 220px;
}
.gfe-filter-dropdown-wrap.gfe-filter-cities .gfe-filter-dropdown {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown {
  min-width: 200px;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown a.v-list__tile {
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown a.v-list__tile i.menu-icon-arrow {
  position: absolute;
  font-size: 18px;
  color: #505050;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown .v-list__tile__title {
  font-family: "Raleway";
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown .v-list__tile__title svg {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown .v-list__tile__title span {
  position: relative;
  display: inline-block;
  left: 34px;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown .v-list__tile__title.active-grey {
  color: #B2B2B2;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown.inactive-grey a.v-list__tile .v-list__tile__title svg {
  opacity: 0.2;
}
.gfe-filter-dropdown-wrap .gfe-filter-dropdown > div.active a.v-list__tile .v-list__tile__title svg {
  opacity: 1;
}
.gfe-filter-dropdown-wrap .v-divider {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gfe-filter-dropdown-wrap .range-slider-wrap {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-subheader {
  padding-left: 0px;
  padding-right: 0px;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-subheader span {
  font-family: "Raleway";
  font-size: 15px;
  font-weight: normal;
  color: #000000;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-subheader span.range-value {
  font-weight: bold;
  font-size: 16px;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-input--range-slider,
.gfe-filter-dropdown-wrap .range-slider-wrap .v-input--slider {
  margin-top: -8px;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-slider .v-slider__track__container {
  height: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-slider .v-slider__track__container .v-slider__track {
  height: 6px;
  background-color: #e5e5e5;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-slider .v-slider__track__container .v-slider__track-fill {
  height: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #000 !important;
}
.gfe-filter-dropdown-wrap .range-slider-wrap .v-slider .v-slider__thumb-container .v-slider__thumb {
  width: 30px;
  height: 30px;
  border: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: -o-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: linear-gradient(to top, #fafafa, #ffffff);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.gfe-filter-dropdown-wrap.dropdown-slider-wrap {
  max-width: 400px;
  min-width: 400px !important;
}
.gfe-filter-dropdown-wrap.small-with-icon .gfe-filter-dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}

.push-menu {
  width: 316px;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: auto;
}
.push-menu::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.push-menu .pm-entry {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.push-menu .pm-entry .pm-back {
  padding-left: 50px;
  margin-bottom: 20px;
}
.push-menu .pm-entry .pm-back a {
  position: relative;
}
.push-menu .pm-entry .pm-back a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.push-menu .pm-entry .pm-sub-title {
  color: #9B9B9B;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 50px;
  margin-bottom: 5px;
}
.push-menu .pm-entry .pm-top-search {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.push-menu .pm-entry .pm-top-search .v-text-field .v-input__control {
  border-bottom: 1px solid #F2F2F2;
}
.push-menu .pm-entry .pm-top-search .v-text-field .v-input__control .v-input__slot {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 30px;
}
.push-menu .pm-entry .pm-top-search .v-text-field .v-input__control .v-input__slot .v-text-field__slot label {
  color: #9B9B9B;
  font-family: "Raleway";
  font-size: 15px;
}
.push-menu .pm-entry .pm-top-search .v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
  color: #9B9B9B;
  font-family: "Raleway";
  font-size: 15px;
}
.push-menu .pm-entry .pm-top-search .v-text-field .v-input__control .v-input__slot .v-icon {
  color: #9B9B9B;
}
.push-menu .pm-entry .pm-top-search .v-text-field .v-input__control .v-input__slot .v-icon.primary--text {
  color: #9B9B9B !important;
}
.push-menu .pm-entry ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.push-menu .pm-entry ul li {
  display: block;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.push-menu .pm-entry ul li a {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1em;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 12px;
  margin-right: 40px;
  position: relative;
}
.push-menu .pm-entry ul li a i {
  font-size: 12px;
  color: #D4D4D4;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.push-menu .pm-entry ul li:hover {
  background-color: #f3f3f3;
}
.push-menu .pm-entry .pm-last-item {
  margin-top: auto;
}
.push-menu .pm-entry hr {
  border: 0px;
  border-top: solid 1px #ececec;
  margin-top: 20px;
  margin-bottom: 20px;
}
.push-menu .pm-entry .en-action {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.13em;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
  margin-left: 50px;
  margin-right: 20px;
}
.push-menu .pm-entry .en-action + .en-action {
  margin-top: 10px;
}
.push-menu .pm-entry .en-action span {
  color: #555555;
}
.push-menu .pm-entry .en-action .gfe-el-switch {
  display: inline-block;
  width: 31px;
  height: 14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #9b9b9b;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.push-menu .pm-entry .en-action .gfe-el-switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: -o-linear-gradient(bottom, #fafafa, #ffffff);
  background-image: linear-gradient(to top, #fafafa, #ffffff);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.push-menu .pm-entry .en-action .gfe-el-switch.on {
  background-color: #000;
}
.push-menu .pm-entry .en-action .gfe-el-switch.on::after {
  left: 40%;
}
.push-menu .pm-entry .en-action .app-select-country {
  display: inline-block;
  width: 160px;
  font-weight: 500;
  margin-left: 5px;
}
.push-menu .pm-entry .en-action .app-select-country .v-input__append-inner {
  display: none;
}
.push-menu .pm-entry .en-action .app-select-country > .v-input__control > .v-input__slot:after {
  display: none;
}
.push-menu .pm-entry .en-footer {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2em;
  letter-spacing: normal;
  text-align: left;
  color: #9b9b9b;
  padding-left: 50px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.push-menu .pm-entry .en-footer a {
  color: #9b9b9b;
  text-decoration: none;
  margin-right: 5px;
}
.push-menu .pm-entry .en-footer a:last-child {
  margin-right: 0px;
}
.push-menu .pm-entry .en-footer a:hover {
  text-decoration: underline;
}

#header,
.content--wrap,
.v-content__wrap {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.push-menu-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 316px;
  z-index: 1000;
  background-color: transparent;
  display: none;
}

.pm-open .push-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.pm-open #header {
  -webkit-transform: translateX(-316px);
  -ms-transform: translateX(-316px);
  transform: translateX(-316px);
}
.pm-open .content--wrap,
.pm-open .v-content__wrap {
  -webkit-transform: translateX(-316px);
  -ms-transform: translateX(-316px);
  transform: translateX(-316px);
}
.pm-open .push-menu-overlay {
  display: block;
}

.gfe-es-list {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}
.gfe-es-list > .layout.es-col-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.gfe-es-list > .layout.es-col-3 {
  margin-left: -68px;
  margin-right: -68px;
}
.gfe-es-list > .layout .md4:nth-child(3n-1) {
  margin-top: 108px;
}
.gfe-es-list > .layout .md4 .gfe-box {
  margin-left: 68px;
  margin-right: 68px;
}
.gfe-es-list > .layout .md6 .gfe-box {
  margin-left: 44px;
  margin-right: 44px;
}
.gfe-es-list .es-item .esi-entry .esi-image {
  line-height: 0px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.gfe-es-list .es-item .esi-entry .esi-image a {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.gfe-es-list .es-item .esi-entry .esi-image canvas {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.3);
  box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.3);
}
.gfe-es-list .es-item .esi-entry .esi-image .esi-shadow {
  position: absolute;
  display: none;
}
.gfe-es-list .es-item .esi-entry .esi-image .esi-bg {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  text-decoration: none;
}
.gfe-es-list .es-item .esi-entry .esi-info {
  position: relative;
  margin-top: 23px;
  padding-top: 8px;
  z-index: 5;
}
.gfe-es-list .es-item .esi-entry .esi-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 43px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1em;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  position: absolute;
  top: 0px;
  left: 25px;
  right: 25px;
  display: block;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gfe-es-list .es-item .esi-entry .esi-info h3 small {
  font-size: 25px;
  line-height: 1.4;
}
.gfe-es-list .es-item .esi-entry .esi-info .esi-location {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.47em;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
}
.gfe-es-list .es-item .esi-entry .esi-info .esi-description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63em;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  margin-top: 38px;
  margin-left: 15px;
  margin-right: 15px;
}
.gfe-es-list.esv-mode-list-view > .layout .md4 {
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.gfe-es-list.esv-mode-list-view > .layout .md4:nth-child(3n-1) {
  margin-top: 0px;
}
.gfe-es-list.esv-mode-list-view .gfe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-top: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.gfe-es-list.esv-mode-list-view .gfe-box::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 360px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(68%, rgba(255, 255, 255, 0)), color-stop(92%, #FFFFFF));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 68%, #FFFFFF 92%);
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 68%, #FFFFFF 92%);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 68%, #FFFFFF 92%);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image {
  min-width: 310px;
  width: 310px;
  margin-left: 25px;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image canvas {
  display: none;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-bg {
  display: none;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-meta {
  position: relative;
  opacity: 1;
  left: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-meta .meta-avatar > a {
  width: 65px;
  height: 65px;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-meta .meta-avatar + div {
  padding-left: 18px;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-meta .meta-avatar + div h4 {
  color: #111111;
  font-size: 17px;
  color: #111111;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-meta .meta-avatar + div p {
  color: #7C7C7C;
  font-size: 13px;
  color: #7C7C7C;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-image .gbox-meta .meta-avatar + div .meta-review-stars i {
  color: #F6C22A;
}
.gfe-es-list.esv-mode-list-view .gfe-box .gbox-description {
  margin-top: 0px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-left: 80px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  color: #555555;
}
.gfe-es-list.esv-mode-list-view .gfe-box:hover {
  background: #FAFAFA;
}
.gfe-es-list.esv-mode-list-view .gfe-box:hover::after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(68%, rgba(253, 253, 253, 0)), color-stop(92%, #FAFAFA));
  background-image: -webkit-linear-gradient(right, rgba(253, 253, 253, 0) 68%, #FAFAFA 92%);
  background-image: -o-linear-gradient(right, rgba(253, 253, 253, 0) 68%, #FAFAFA 92%);
  background-image: linear-gradient(-90deg, rgba(253, 253, 253, 0) 68%, #FAFAFA 92%);
}

.escort-container .es-hero-image {
  display: block;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.escort-container .es-hero-image .esh-bg {
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.escort-container .es-hero-image .esh-bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.escort-container .es-hero-image .en-content {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.escort-container .es-hero-image .en-content .en-picture {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.escort-container .es-hero-image .en-content .en-picture span {
  display: inline-block;
  width: 110px;
  height: 110px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.escort-container .es-hero-image .en-content .en-picture span::before {
  content: "";
  border: 1px solid #ac69ff;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.escort-container .es-hero-image .en-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95em;
  letter-spacing: normal;
  color: #ffffff;
  letter-spacing: -1px;
}
.escort-container .es-hero-image .en-content h1 span {
  font-size: 30px;
  line-height: 2.1em;
}
.escort-container .es-hero-image .en-content h1 svg {
  margin-left: 10px;
}
.escort-container .es-hero-image .en-content .en-location {
  font-family: "Raleway";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29em;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.escort-container .es-hero-image .en-content .en-on-tour {
  font-size: 15px;
  font-style: italic;
  color: #FFFFFF;
}
.escort-container .es-hero-image .en-content .en-on-tour svg {
  fill: #fff;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.escort-container .es-hero-image .en-content .en-verified {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 0px;
}
.escort-container .es-hero-image .en-content .en-verified svg {
  width: 18px;
  height: 18px;
  position: relative;
  float: left;
  margin-right: 5px;
}
.escort-container .es-hero-image .meta-review-stars {
  color: #fff;
}
.escort-container .es-hero-image .meta-review-stars i:last-child {
  opacity: 0.2;
}
.escort-container .es-hero-image .meta-review-stars i + i {
  margin-left: -1px;
}
.escort-container .escort-content-wrap {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.escort-container .escort-profile-action {
  padding-top: 60px;
  padding-bottom: 60px;
}
.escort-container .escort-profile-action a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ececec;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  margin-right: 40px;
}
.escort-container .escort-profile-action a:last-child {
  margin-right: 0px;
}
.escort-container .escort-profile-action a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: #000;
}
.escort-container .escort-profile-action a:hover, .escort-container .escort-profile-action a.active {
  -webkit-box-shadow: 0 0 12px 0 #10cb8c;
  box-shadow: 0 0 12px 0 #10cb8c;
  border: solid 1px #10cb8c;
}
.escort-container .escort-profile-action a:hover svg, .escort-container .escort-profile-action a.active svg {
  stroke: #10cb8c;
}
.escort-container .escort-profile-action a.add-to-love:hover, .escort-container .escort-profile-action a.add-to-love.active {
  -webkit-box-shadow: 0 0 12px 0 #f80034;
  box-shadow: 0 0 12px 0 #f80034;
  border: solid 1px #f80034;
}
.escort-container .escort-profile-action a.add-to-love:hover svg, .escort-container .escort-profile-action a.add-to-love.active svg {
  stroke: #f80034;
}
.escort-container .escort-profile-action a.send-to-message:hover, .escort-container .escort-profile-action a.send-to-message.active {
  -webkit-box-shadow: 0 0 12px 0 #0084ff;
  box-shadow: 0 0 12px 0 #0084ff;
  border: solid 1px #0084ff;
}
.escort-container .escort-profile-action a.send-to-message:hover svg, .escort-container .escort-profile-action a.send-to-message.active svg {
  stroke: #0084ff;
}
.escort-container .esw-content {
  padding: 100px 100px;
}
.escort-container .esw-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: left;
  margin: 0px;
  margin-bottom: 30px;
}
.escort-container .esw-content .ecw-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75em;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.escort-container .esw-content .ecw-text p {
  margin-bottom: 20px;
}
.escort-container .esw-content .ecw-facts {
  line-height: 2.2em;
}
.escort-container .esw-content .ecw-facts span {
  color: #9b9b9b;
}
.escort-container .esw-content .ecw-services-text p {
  margin: 0px;
  line-height: 2.2em;
}
.escort-container .esw-content .ecw-services-text p.not-active {
  text-decoration: line-through;
  color: #9b9b9b;
}
.escort-container .escort-tours > h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 45px;
}
.escort-container .escort-tours > p {
  margin-top: 30px;
}
.escort-container .escort-tours > p small {
  font-family: Raleway-Italic;
  font-size: 15px;
  color: #7C7C7C;
  letter-spacing: 0;
  line-height: 25px;
}
.escort-container .escort-tours .escort-tour-item {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.escort-container .escort-tours .escort-tour-item + .escort-tour-item {
  margin-top: -1px;
}
.escort-container .escort-tours .escort-tour-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  background-color: #fff;
  z-index: -1;
}
.escort-container .escort-tours .escort-tour-item .eti-date {
  font-size: 16px;
}
.escort-container .escort-tours .escort-tour-item .eti-date strong {
  margin-left: 25px;
}
.escort-container .escort-tours .escort-tour-item .eti-city {
  font-size: 15px;
}
.escort-container .escort-tours .escort-tour-item .eti-ontime {
  font-size: 15px;
  font-style: italic;
}
.escort-container .escort-tours .escort-tour-item .eti-ontime svg {
  position: relative;
  top: 4px;
  margin-right: 2px;
}
.escort-container .escort-tours .escort-tour-item .eti-book a {
  font-family: Raleway-SemiBold;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1.38px;
  line-height: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  text-decoration: none;
  padding-bottom: 8px;
}
.escort-container .escort-tours .escort-tour-item:hover {
  border-color: transparent;
  z-index: 10;
}
.escort-container .escort-tours .escort-tour-item:hover::before {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  -webkit-box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.18);
}
.escort-container .escort-carousel-container {
  width: 100%;
  height: 100%;
}
.escort-container .escort-carousel-container .swiper-wrapper {
  left: 60px;
}
.escort-container .escort-carousel-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.escort-container .escort-carousel-container .esc-entry-item {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.escort-container .escort-carousel-container .esc-entry-item img {
  width: auto;
  height: 600px;
}
.escort-container .escort-carousel-container.mouse--down .esc-entry-item {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.escort-container .escort-social-details {
  margin-top: 50px;
}
.escort-container .escort-social-details a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: inline-block;
  margin-right: 15px;
}
.escort-container .escort-social-details a:last-child {
  margin-right: 0px;
}
.escort-container .escort-social-details a i {
  font-style: normal;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.escort-container .escort-image-vert {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.escort-container .escort-image-vert canvas {
  width: 100%;
}
.escort-container .escort-image-horizontal {
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.escort-container .escort-image-horizontal img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.escort-container .escort-image-horizontal canvas {
  width: 100%;
}
.escort-container .gfe-big-letter {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 450px;
  color: #DBC6F5;
  letter-spacing: 0;
  line-height: 1em;
  position: absolute;
  bottom: -10%;
  left: -35%;
}
.escort-container .gfe-big-letter.gfe-big-letter--second {
  position: relative;
  top: 0px;
  left: 100px;
}
.escort-container .escort-image-overlay-vert {
  opacity: 0.22;
  background: #5E00D2;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0%;
  width: 50%;
}
.escort-container .escort-image-overlay-vert canvas {
  width: 100%;
}
.escort-container .rate-table {
  width: 100%;
}
.escort-container .rate-table tr td:nth-child(1) {
  color: #9B9B9B;
}
.escort-container .rate-table tr td:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1em;
}
.escort-container .rate-table tr td:nth-child(3) {
  font-family: "Raleway-SemiBold";
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1em;
}
.escort-container .escort-row-fullwidth {
  position: relative;
  width: 100%;
}
.escort-container .escort-row-fullwidth .esw-content {
  padding-left: 125px;
  padding-right: 30px;
}

.photo-verify {
  padding: 60px;
  text-align: center;
}
.photo-verify .pv-image span {
  display: inline-block;
  position: relative;
}
.photo-verify .pv-image span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 190px;
  height: 190px;
  border: 2px dashed #D4D4D4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  top: 0px;
  right: -30px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: 1;
}
.photo-verify .pv-image span img {
  width: 200px;
  position: relative;
  z-index: 2;
}
.photo-verify h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.photo-verify .file-btn-container {
  margin-bottom: 15px;
}
.photo-verify .file-btn-container .file-btn {
  position: relative;
  text-transform: none;
}
.photo-verify .file-btn-container .file-btn input {
  position: absolute;
  opacity: 0;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.photo-verify.verify-rejection {
  font-size: 16px;
  line-height: 2.2em;
  padding-top: 0px;
}
.photo-verify.verify-rejection .pv-image {
  margin-bottom: 30px;
}
.photo-verify.verify-rejection .pv-image > span {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  -webkit-box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.5), 0 0 5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.5), 0 0 5px 0 rgba(0, 0, 0, 0.17);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  line-height: 0px;
}
.photo-verify.verify-rejection .pv-image > span span {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 240px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.photo-verify.verify-rejection .pv-image span::before {
  display: none;
}
.photo-verify.verify-rejection ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-bottom: 30px;
}
.photo-verify.verify-rejection ul li {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.photo-verify.verify-rejection .file-btn-container button {
  height: 65px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Google Map Autocomplete */
.pac-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #D4D4D4;
  margin-top: 10px;
  margin-left: -21px;
}
.pac-container .pac-item {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 46px;
  border-top: 0px;
}
.pac-container .pac-item .pac-icon {
  margin-top: 14px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin-left: 13px;
  margin-right: 12px;
}
.pac-container .pac-item .pac-item-query {
  font-size: 15px;
}

/*
GFE-BOX
*/
.gfe-box .gbox-image {
  position: relative;
  line-height: 0px;
  overflow: hidden;
}
.gfe-box .gbox-image canvas {
  width: 100%;
}
.gfe-box .gbox-image .gbox-bg {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gfe-box .gbox-image .gbox-bg::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  top: 70%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gfe-box .gbox-image .gbox-meta {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gfe-box .gbox-image .gbox-meta .en-meta {
  display: table;
  width: 100%;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar {
  display: table-cell;
  vertical-align: middle;
  width: 55px;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar > a {
  display: inline-block;
  width: 55px;
  height: 55px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  line-height: 1em;
  color: #fff;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div .meta-review-stars {
  font-size: 11px;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div .meta-review-stars i:last-child {
  opacity: 0.25;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div .meta-review-stars i + i {
  margin-left: -2px;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div h4 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 5px;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div p {
  font-family: "Raleway";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2em;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 5px;
}
.gfe-box .gbox-image .gbox-meta .meta-avatar + div svg {
  position: relative;
  top: 3px;
}
.gfe-box .gbox-image .en-cat-title {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gfe-box .gbox-image .en-cat-title h4 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.89em;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 20px;
}
.gfe-box .gbox-image .en-cat-title small {
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69em;
  letter-spacing: normal;
  text-align: center;
  color: #b2b2b2;
  display: block;
}
.gfe-box .gbox-image .en-cat-title a {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  -webkit-box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.11);
  color: #000;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 55px;
  margin-top: 40px;
}
.gfe-box .gbox-image:hover .gbox-bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gfe-box .gbox-image:hover .gbox-bg::after {
  opacity: 0.7;
}
.gfe-box .gbox-image:hover .gbox-meta {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.gfe-box .gbox-description {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79em;
  letter-spacing: normal;
  color: #555555;
  margin-top: 20px;
}

.review-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 100px;
}
.review-wrap .review-title {
  font-family: Raleway-Regular;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 34px;
}
.review-wrap .review-new {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.review-wrap .review-new .en-review-new {
  margin: 15px 35px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.review-wrap .review-new .en-review-new .review-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-wrap .review-new .en-review-new .review-heading .rh-item {
  line-height: 0px;
}
.review-wrap .review-new .en-review-new .review-heading .rh-item.rh-item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
}
.review-wrap .review-new .en-review-new .review-heading .escort-avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8e8e8;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  margin-right: 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review-wrap .review-new .en-review-new .review-heading h4 {
  color: transparent;
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review-wrap .review-new .en-review-new .review-heading h4::before {
  content: "Write a review...";
  position: absolute;
  color: #9B9B9B;
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 20px;
  left: 4px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.review-wrap .review-new .en-review-new .rh-body {
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.review-wrap .review-new .en-review-new .review-textarea {
  margin-bottom: 10px;
}
.review-wrap .review-new .en-review-new .review-textarea textarea {
  height: 125px;
  width: 100%;
  color: #B2B2B2;
  font-family: Raleway;
  font-size: 15px;
  line-height: 30px;
  border: 0px;
}
.review-wrap .review-new .en-review-new .review-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.review-wrap .review-new .en-review-new .review-meta h4 {
  color: #7C7C7C;
  font-family: Raleway;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 7px;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i {
  font-size: 20px;
  color: #F6C22A;
  opacity: 0.25;
  margin-left: 2px;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i.active {
  opacity: 1;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i:hover ~ i {
  opacity: 0.25;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i:nth-child(1):hover ~ i:nth-child(1),
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i:nth-child(2):hover ~ i:nth-child(-n+2),
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i:nth-child(3):hover ~ i:nth-child(-n+3),
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i:nth-child(4):hover ~ i:nth-child(-n+4),
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span i:nth-child(5):hover ~ i:nth-child(-n+5) {
  opacity: 1 !important;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg {
  fill: #F6C22A;
  opacity: 0.25;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg + svg {
  margin-left: 2px;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg.active {
  opacity: 1;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg:hover ~ svg {
  opacity: 0.25;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg:nth-child(1):hover ~ svg:nth-child(1), .review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg:nth-child(2):hover ~ svg:nth-child(-n+2), .review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg:nth-child(3):hover ~ svg:nth-child(-n+3), .review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg:nth-child(4):hover ~ svg:nth-child(-n+4), .review-wrap .review-new .en-review-new .review-meta .meta-review-stars span > svg:nth-child(5):hover ~ svg:nth-child(-n+5) {
  opacity: 1 !important;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span:first-child {
  display: inline-block;
  line-height: 0px;
  position: relative;
  top: 4px;
}
.review-wrap .review-new .en-review-new .review-meta .meta-review-stars span:last-child {
  color: #7C7C7C;
  font-family: Raleway;
  font-size: 15px;
  margin-left: 5px;
}
.review-wrap .review-new .en-review-new .review-meta .btn-link {
  display: inline-block;
  color: #5E00D2;
  font-family: Raleway;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #5E00D2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  padding: 0px 20px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review-wrap .review-new .en-review-new .review-meta .btn-link:active {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.review-wrap .review-new .en-review-new .review-meta .btn-link:hover {
  text-decoration: underline;
}
.review-wrap .review-new.review-new-active .en-review-new {
  margin: 35px;
  margin-top: 28px;
}
.review-wrap .review-new.review-new-active .en-review-new .review-heading .escort-avatar {
  width: 40px;
  height: 40px;
}
.review-wrap .review-new.review-new-active .en-review-new .review-heading h4 {
  color: #000000;
}
.review-wrap .review-new.review-new-active .en-review-new .review-heading h4::before {
  opacity: 0;
}
.review-wrap .review-new.review-new-active .en-review-new .rh-body {
  margin-top: 15px;
  height: auto;
  opacity: 1;
}
.review-wrap .review-item {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 40px;
}
.review-wrap .review-item .en-review {
  margin: 25px 35px;
  margin-bottom: 35px;
}
.review-wrap .review-item .en-review .en-review-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item {
  line-height: 0px;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1em;
  position: relative;
  display: inline-block;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover {
  position: absolute;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 15px 25px;
  z-index: 10;
  bottom: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  bottom: -12px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover .rh-hover-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover .rh-hover-info {
  padding-right: 25px;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover .rh-hover-info .rhi-loc, .review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover .rh-hover-info .rhi-meta {
  height: 22px;
  width: 143px;
  color: #7C7C7C;
  font-family: Raleway;
  font-size: 13px;
  line-height: 22px;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover .rh-hover-info .rhi-loc {
  height: auto;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title .rh-item-hover .rh-hover-img-wrap .rh-hover-en-avatar {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item.rh-item-title:hover .rh-item-hover {
  display: block;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item .escort-avatar {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e8e8e8;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item h4 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0px;
  display: inline-block;
  position: relative;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item h4 a {
  color: #000000;
  text-decoration: none;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item p {
  color: #7C7C7C;
  font-family: Raleway;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0px;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item small i {
  opacity: 0.25;
  color: #F6C22A;
  font-size: 11px;
  margin-right: 1px;
}
.review-wrap .review-item .en-review .en-review-heading .rh-item small i.active {
  opacity: 1;
}
.review-wrap .review-item .en-review .en-review-body {
  margin-top: 12px;
}
.review-wrap .review-item .en-review .en-review-body .rb-item {
  color: #333;
  font-family: Raleway;
  font-size: 14px;
  line-height: 2em;
}

.gfe-body-home .pac-container {
  margin-left: 0px !important;
  margin-top: -2px !important;
}

.gfe-homepage-content {
  margin-top: 0px;
  position: relative;
}
.gfe-homepage-content .gfe-home-page {
  position: relative;
  height: 100vh;
}
.gfe-homepage-content .gfe-home-page .gfe-background-images {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gfe-homepage-content .gfe-home-page .gfe-background-images::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(15%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.3) 100%);
}
.gfe-homepage-content .gfe-home-page .gfe-background-images .el-bg-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  max-width: 950px;
  width: 100%;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component h5 {
  opacity: 0.55;
  font-family: "Raleway-Medium";
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.8px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component h3 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 45px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 55px;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-top: 35px;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input i {
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input {
  font-family: "Raleway-Medium";
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 22px;
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding-left: 65px;
  padding-right: 30px;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input::-webkit-input-placeholder {
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input::-moz-placeholder {
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input::-ms-input-placeholder {
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input::placeholder {
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input:-ms-input-placeholder {
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-home-page .gfe-search-component .el-search-input input::-ms-input-placeholder {
  color: #B2B2B2;
}
.gfe-homepage-content .gfe-category-container {
  overflow: hidden;
  position: relative;
}
.gfe-homepage-content .gfe-category-row {
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1692px) {
  .gfe-homepage-content .gfe-category-row {
    max-width: 1544px;
  }
}
.gfe-homepage-content .gfe-category-row h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18em;
  letter-spacing: normal;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 22px;
  overflow: hidden;
}
.gfe-homepage-content .gfe-category-row .category-row {
  position: relative;
  overflow: hidden;
  margin-left: -11px;
  margin-right: -11px;
}
.gfe-homepage-content .gfe-category-row .category-row.escort-cat-list {
  margin-top: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1692px) {
  .gfe-homepage-content .gfe-category-row .category-row {
    margin-right: -96px;
  }
}
.gfe-homepage-content .gfe-category-row .category-row .category-col {
  width: 25%;
  float: left;
}
.gfe-homepage-content .gfe-category-row .category-row .category-col .gfe-box {
  margin-left: 11px;
  margin-right: 11px;
}
.gfe-homepage-content .gfe-category-row .link-show-all {
  color: #7D14FF;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.56em;
  float: right;
  position: relative;
  top: 5px;
}
.gfe-homepage-content .section-jumbo {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 60px 70px;
  margin-bottom: 30px;
}
.gfe-homepage-content .section-jumbo h3 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.13em;
  letter-spacing: normal;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.gfe-homepage-content .section-jumbo p {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.78em;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 17px;
  margin-bottom: 27px;
}
.gfe-homepage-content .section-jumbo .v-btn {
  font-family: "Raleway";
  font-size: 15px;
  color: #000000;
  text-transform: none;
  height: 55px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}

.gfe-hero-jumbo {
  position: relative;
}
.gfe-hero-jumbo::before, .gfe-hero-jumbo::after {
  content: "";
  display: block;
  padding-top: 15%;
}
.gfe-hero-jumbo .entry-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.gfe-hero-jumbo .entry-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.gfe-hero-jumbo .entry-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.gfe-hero-jumbo .entry-content p {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gfe-hero-jumbo .entry-content .v-btn {
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  height: 55px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: none;
}

.gfe-footer-jumbo {
  background-image: -webkit-linear-gradient(158deg, #9e3fe9, #432ee1);
  background-image: -o-linear-gradient(158deg, #9e3fe9, #432ee1);
  background-image: linear-gradient(292deg, #9e3fe9, #432ee1);
}
.gfe-footer-jumbo .entry-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
}
.gfe-footer-jumbo .entry-content h3 {
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  margin: 0px;
}
.gfe-footer-jumbo .entry-content p {
  font-family: Raleway;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.42em;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  margin-top: 30px;
}
.gfe-footer-jumbo .entry-content .subs-form {
  margin-top: 60px;
}
.gfe-footer-jumbo .entry-content .subs-form input {
  height: 55px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  width: 350px;
}
.gfe-footer-jumbo .entry-content .subs-form input::-webkit-input-placeholder {
  color: #fff;
}
.gfe-footer-jumbo .entry-content .subs-form input::-moz-placeholder {
  color: #fff;
}
.gfe-footer-jumbo .entry-content .subs-form input:-ms-input-placeholder {
  color: #fff;
}
.gfe-footer-jumbo .entry-content .subs-form input:-moz-placeholder {
  color: #fff;
}
.gfe-footer-jumbo .entry-content .subs-form .v-btn {
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  height: 55px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: none;
  margin: 0px;
  top: -2px;
  margin-left: 10px;
}

.gfe-page-create .escort-content-wrap .esw-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25em;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 15px;
}
.gfe-page-create .escort-content-wrap .esw-content .ecw-text {
  font-size: 18px;
  line-height: 1.56em;
}
.gfe-page-create .escort-content-wrap .esw-content .ecw-text p:last-child {
  margin-bottom: 0px;
}
.gfe-page-create .escort-content-wrap .esw-content .ecw-text .v-btn.v-btn--outline {
  text-transform: none;
  font-family: "Raleway";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  color: #121212;
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #121212;
  padding-left: 40px;
  padding-right: 40px;
}

/* Story Circle */
.stories.carousel .story {
  max-width: 114px;
  margin: 0 18px;
}

.stories.carousel .story > a > .img {
  max-height: 114px;
  width: 114px;
  padding: 0px;
}

.stories.snapgram .story > a > .img {
  border: 2px solid #AC69FF;
  background: transparent;
}

.stories.snapgram .story > a > .img > * {
  border: 5px solid #fff;
}

.stories.carousel .story > a > .info {
  background: transparent !important;
}
.stories.carousel .story > a > .info strong {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.6em;
}
.stories.carousel .story > a > .info .time {
  display: block;
  font-size: 12px;
  color: #7C7C7C;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}

.scroll-down {
  position: absolute;
  width: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: 4vh;
  text-align: center;
}
.scroll-down .sd-label {
  font-family: Raleway;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  color: #ffffff;
}
.scroll-down .sd-label span {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 100%;
  text-align: center;
  -webkit-animation: scrolllabel 2s;
  animation: scrolllabel 2s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.scroll-down .sd-line {
  width: 1px;
  height: 7vh;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.scroll-down .sd-line span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-animation: scrollline 2s;
  animation: scrollline 2s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.scroll-down.active .sd-label span,
.scroll-down.active .sd-line span {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.gfe-recent-search .grs-wrapper {
  width: 75%;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.gfe-recent-search .grs-wrapper .grs-item {
  width: 50%;
  float: left;
}
.gfe-recent-search .grs-wrapper .grs-item .entry-grs {
  margin-left: 15px;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 35px;
  padding-bottom: 32px;
}
.gfe-recent-search .grs-wrapper .grs-item .entry-grs a {
  display: block;
  text-decoration: none;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.39em;
  color: #000000;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.gfe-recent-search .grs-wrapper .grs-item .entry-grs a i {
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}