/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* ==========================================================================
       Main styles
       ========================================================================== */
html {
  font-size: 1em;
}

body {
  color: #2B2B2B;
  line-height: 1.4;
  font-family: "Red Hat Text", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

.v2 {
  /* ==========================================================================
  Fonts
  ========================================================================== */
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  /* ==========================================================================
     Responsive helpers
     ========================================================================== */
  /*
   * Responsive helpers
   */
  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
  /* ==========================================================================
     General styles
     ========================================================================== */
  /** Corona Notification **/
  /*** Filtering/Search ***/
  /*** New menu **/
  /*** Homepage - Popup ***/
  /*** Filter Cities ***/
  /*** Create Post ***/
  /* ==========================================================================
     Media Queries
     ========================================================================== */
  /* Tablet */
  /* Mobile */
  /* ==========================================================================
     Basic Print styles
     ========================================================================== */
  /**** DONT COPY THE STYLES BELOW, THEY ARE JUST TO PUT THE NEW THINGS TO A CONTEXT ****/
}
.v2 .container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.v2 .container:before, .v2 .container:after {
  content: " ";
  display: table;
}
.v2 .container:after {
  clear: both;
}
.v2 .container {
  *zoom: 1;
}
.v2 .container-fluid {
  width: 100%;
  padding: 0 15px;
}
.v2 .container-sm {
  max-width: 768px;
  width: 100%;
}
.v2 .clearfix:before,
.v2 .clearfix:after {
  content: " ";
  display: table;
}
.v2 .clearfix:after {
  clear: both;
}
.v2 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.v2 .visuallyhidden.focusable:active,
.v2 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.v2 input::-webkit-input-placeholder, .v2 textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1;
}
.v2 input:-moz-placeholder, .v2 textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
}
.v2 input::-moz-placeholder, .v2 textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
}
.v2 input:-ms-input-placeholder, .v2 textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1;
}
.v2 * {
  box-sizing: border-box;
}
.v2 .hidden-desktop {
  display: none;
}
.v2 .pull-right {
  float: right;
}
.v2 .pull-left {
  float: left;
}
.v2 .table {
  display: table;
  width: 100%;
  height: 100%;
}
.v2 .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.v2 .browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.v2 img {
  max-width: 100%;
}
.v2 ul, .v2 li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v2 p {
  margin: 0;
  padding: 0;
}
.v2 h1, .v2 h2, .v2 h3, .v2 h4, .v2 h5, .v2 h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0;
}
.v2 a {
  text-decoration: none;
}
.v2 input[type=text], .v2 input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.v2 ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
.v2 ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.v2 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.v2 audio, .v2 canvas, .v2 iframe, .v2 img, .v2 svg, .v2 video {
  vertical-align: middle;
}
.v2 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.v2 textarea {
  resize: vertical;
}
.v2 .page-wrapper {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.v2 .btn-primary {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 39px 16px;
  background-color: #FF0062;
  border-radius: 8px;
}
.v2 .has-padding {
  padding: 0 15px;
}
.v2 #header {
  position: relative;
  background: #FF0062;
  width: 100%;
  top: 0;
  padding: 8px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 50px;
}
.v2 #header .logo {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 121px;
  height: 33px;
  display: block;
  background: url("../images/logo.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}
.v2 .logo {
  width: 121px;
  display: block;
  margin: 0;
  padding-top: 0;
}
@media only screen and (max-width: 350px) {
  .v2 .logo {
    width: 121px !important;
  }
}
.v2 #header .menu-btn {
  margin-left: 5px;
}
.v2 .bag-section {
  padding: 50px 0;
}
.v2 .bag-section .top-text {
  padding: 0 25px;
  margin-bottom: 30px;
  text-align: center;
}
.v2 .bag-section h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
}
.v2 .bag-section h3 {
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
  color: #FF0062;
  margin-bottom: 10px;
}
.v2 .bag-section h5 {
  font-size: 12px;
  line-height: 1.3333;
  font-weight: 700;
  color: #FF0062;
  margin-bottom: 10px;
}
.v2 .bag-section p {
  font-size: 18px;
  line-height: 1.3333;
}
.v2 .bag-section p strong {
  font-weight: 700;
}
.v2 .bag-section ol {
  counter-reset: li-counter;
  padding-left: 0;
  margin: 0;
  margin-top: 6px;
}
.v2 .bag-section ol li {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  line-height: 1.3333;
  margin-bottom: 5px;
  counter-increment: li-counter;
}
.v2 .bag-section ol li:before {
  content: counter(li-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.v2 .bag-section .restriction {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  opacity: 0.6;
  font-weight: 500;
}
.v2 .bag-section .bag-image {
  margin-bottom: 25px;
}
.v2 .bag-section .bag-image img {
  display: block;
  margin: 0 auto;
}
.v2 .bag-section .bottom-text {
  padding: 0 25px;
}
.v2 .bag-section .action-btn {
  margin-top: 50px;
  text-align: center;
}
.v2 .how-it-works {
  padding: 50px 25px;
  background: #F6F6F7;
  text-align: center;
}
.v2 .how-it-works h2 {
  font-size: 25px;
  line-height: 1.36;
  font-weight: 700;
  margin-bottom: 20px;
}
.v2 .how-it-works a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333;
  color: #FF0062;
  display: inline-block;
  text-decoration: underline;
}
.v2 .corona-notification {
  width: 100%;
  padding: 20px;
}
.v2 .corona-notification .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.v2 .corona-notification h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}
.v2 .corona-notification h2 img {
  margin-right: 7px;
  position: relative;
  bottom: 2px;
}
.v2 .corona-notification p {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
.v2 .search-form-wrapper {
  padding: 10px 15px;
  background: #FAFAFA;
  display: flex;
  justify-content: space-between;
}
.v2 .search-form-wrapper .search-input {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  caret-color: #FF0062;
  height: 46px;
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  font-size: 15px;
  font-weight: 600;
  color: #7F7F7F;
  padding-left: 45px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.v2 .search-form-wrapper .search-reset {
  background: transparent;
  margin-left: 20px;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  display: none;
}
.v2 .find-in-your-area-title {
  padding: 20px 15px 15px;
}
.v2 .find-in-your-area-title h2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
.v2 .find-in-your-area-title h2 .queried-term {
  font-weight: 400;
  color: #FF0062;
  display: block;
}
.v2 .select-distance-form {
  padding: 0 15px 15px;
  display: flex;
  overflow: auto;
}
.v2 .select-distance-form .custom-radio {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.v2 .select-distance-form .custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.v2 .select-distance-form .custom-radio-label {
  height: 45px;
  display: block;
  border-radius: 25px;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 43px;
  font-weight: 600;
  color: #767B7E;
  text-align: center;
  padding: 0 25px;
  background: #F0F4F7;
  transition: 300ms;
}
.v2 .select-distance-form .custom-radio input[type=radio]:checked + .custom-radio-label {
  border-color: #D7D7D7;
  background-color: white;
  color: #FF0062;
}
.v2 .search-filters-wrapper {
  opacity: 0;
  display: none;
  pointer-events: none;
  padding: 0 15px;
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 2;
  min-height: calc(100vh - 115px);
  transition: 300ms;
}
.v2 .search-filters-wrapper .search-filters-title {
  padding: 35px 0 15px;
  font-size: 15px;
}
.v2 .search-filters-wrapper .search-filters-title img {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
.v2 .search-filters-wrapper .has-border-bottom {
  border-bottom: 1px solid #E2E2E2;
}
.v2 .search-filters-wrapper .search-filters {
  padding-bottom: 60px;
}
.v2 .search-filters-wrapper .search-filter-category {
  color: #959595;
  font-size: 13px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 10px;
}
.v2 .search-filters-wrapper .search-filter {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 18px;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 18px;
}
.v2 .search-filters-wrapper .search-filter input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  left: -100%;
}
.v2 .search-filters-wrapper .search-filter input[type=checkbox] + .custom-checkbox {
  content: "";
  margin-right: 10px;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/check-unselected.svg);
  transition: 300ms;
}
.v2 .search-filters-wrapper .search-filter input[type=checkbox]:checked + .custom-checkbox {
  background-image: url(../images/check-selected.svg);
}
.v2 .search-filters-wrapper .submit-filters {
  font-size: 17px;
  color: #FF0062;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FAFAFA;
}
.v2 .search-filters-wrapper .hide {
  display: none;
}
.v2 .search-tags-wrapper {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  background: #FAFAFA;
  height: 45px;
  overflow: auto;
}
.v2 .search-tags-wrapper .search-tag {
  margin-right: 5px;
  white-space: nowrap;
  height: 33px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  color: inherit;
  background: white;
  border: 1px solid #D7D7D7;
  border-radius: 7px;
}
.v2 .search-tags-wrapper .search-tag .close {
  margin-left: 12px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
.v2 .search-tags-wrapper .remove-tags {
  white-space: nowrap;
  margin-right: 5px;
  font-size: 15px;
  color: #FF0062;
  line-height: 32px;
}
.v2 .search-results-output {
  display: none;
  position: absolute;
  padding: 3px 15px 0;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.v2 .search-result-title {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 14px;
}
.v2 .search-result-collection {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.v2 .search-result-collection .search-result {
  width: calc(33.333333% - 3px);
  margin-bottom: 3px;
  background-size: cover;
  background-position: center;
  margin-right: 3px;
  padding-bottom: 33.333333%;
}
.v2 .search-result-collection .search-result .icon-video {
  position: absolute;
  top: 10px;
  right: 10px;
}
.v2 .search-section.search-focus .search-filters-wrapper {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.v2 .search-section.search-focus .search-tags-wrapper {
  display: flex;
}
.v2 .search-section.search-focus .search-input {
  background-image: none;
  padding-left: 15px;
}
.v2 .search-section.search-focus .search-reset {
  display: block;
}
.v2 .search-section.search-focus .search-target-image {
  display: none;
}
.v2 .search-section.search-tags-open .search-filters-wrapper {
  top: 155px;
  min-height: calc(100vh - 155px);
}
.v2 .search-section.search-results .search-results-output {
  display: block;
}
.v2 .search-section.search-results .search-filters {
  display: none;
}
.v2 .mobile-menu.menu-group {
  padding: 15px 20px 30px;
  top: 0;
  left: 0;
  right: 0;
  max-width: 768px;
}
.v2 .mobile-menu .mobile-menu-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.v2 .mobile-menu .main-menu {
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
}
.v2 .mobile-menu .main-menu .language-dropdown-toggle svg {
  transition: 300ms;
}
.v2 .mobile-menu .main-menu .language-dropdown-toggle.active svg {
  transform: rotate(-180deg);
}
.v2 .mobile-menu .main-menu .language-dropdown-toggle .arrow {
  margin-top: 20px;
}
.v2 .mobile-menu .main-menu .language-dropdown-wrapper a {
  display: flex;
  justify-content: space-between;
}
.v2 .mobile-menu .main-menu .language-dropdown {
  padding: 0 20px;
  display: none;
}
.v2 .mobile-menu .main-menu .language-dropdown a {
  font-size: 21px;
  line-height: 46px;
}
.v2 .mobile-menu .main-menu .language-dropdown .selected a {
  color: #FF0062;
}
.v2 .mobile-menu .main-menu a {
  color: inherit;
}
.v2 .mobile-menu .mobile-menu-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 12px;
  font-width: 600;
  line-height: 24px;
  color: #949494;
}
.v2 .mobile-menu .mobile-menu-separator p {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 5;
  bottom: 1px;
  padding-right: 10px;
}
.v2 .mobile-menu .mobile-menu-separator:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #949494;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.v2 .mobile-menu .mobile-menu-account-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v2 .mobile-menu .mobile-menu-account-btn-wrapper .register-btn {
  border: 1px solid #FF0062;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 15px;
  height: 33px;
  line-height: 31px;
  display: block;
  font-weight: bold;
  color: #FF0062;
}
.v2 .mobile-menu .mobile-menu-account-btn-wrapper .login-link {
  font-size: 15px;
  color: inherit;
}
.v2 .mobile-menu .mobile-menu-account-btn-wrapper .login-link img {
  position: relative;
  bottom: 2px;
  margin-right: 2px;
}
.v2 .mobile-menu .mobile-menu-footer {
  position: absolute;
  font-size: 15px;
  bottom: 30px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #E2E2E2;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.v2 .mobile-menu .mobile-menu-footer a {
  color: inherit;
}
.v2 .mobile-menu .mobile-menu-footer a:not(:last-child):after {
  content: "|";
  position: relative;
  top: -1px;
  margin: 0 10px;
}
.v2 .mobile-menu .login-heading {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
.v2 .mobile-menu .text-small {
  font-size: 13px;
  line-height: 16px;
}
.v2 .mobile-menu .login-form {
  margin-top: 35px;
}
.v2 .mobile-menu .login-form .form-field {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.v2 .mobile-menu .login-form .form-field input {
  padding-bottom: 20px;
  width: 80%;
  background: transparent;
  border: none;
  display: block;
  margin-top: 10px;
  font-size: 17px;
}
.v2 .mobile-menu .login-form .form-field label {
  position: relative;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #7F7F7F;
}
.v2 .mobile-menu .login-form .form-field input[type=password] {
  font-family: Verdana, sans-serif;
}
.v2 .mobile-menu .login-form .form-field--password .toggle-password {
  position: absolute;
  bottom: 20px;
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
.v2 .mobile-menu .login-form .form-field--password .toggle-password:focus {
  outline: none;
}
.v2 .mobile-menu .login-form .login-form-submit {
  height: 50px;
  display: inline-block;
  font-weight: 600;
  padding: 0 25px;
  margin-top: 10px;
  line-height: 51px;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  background: #FF0062;
}
.v2 .mobile-menu .login-form .forgot-password {
  font-size: 13px;
  display: block;
  margin-top: 25px;
  text-decoration: underline;
  color: #FF0062;
}
.v2 .popup.popup-alert {
  text-align: center;
  padding-bottom: 0;
  max-width: 270px;
}
.v2 .popup-alert .popup-alert-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.v2 .popup-alert p {
  font-size: 14px;
  line-height: 20px;
}
.v2 .popup-alert .popup-alert-link {
  display: block;
  margin-left: -25px;
  font-size: 18px;
  color: #1280FF;
  margin-right: -25px;
  border-top: 1px solid #E2E2E2;
  padding: 10px 0;
}
.v2 .popup-alert .popup-alert-links-wrapper {
  margin-top: 20px;
}
.v2 .overlay-popup {
  background: rgba(37, 41, 45, 0.5);
}
.v2 .popup {
  border-radius: 14px;
}
.v2 .popup.popup-no-auth {
  padding-top: 45px;
  text-align: center;
}
.v2 .popup.popup-no-auth h6 {
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.v2 .popup.popup-no-auth .close-popup {
  width: 10px;
  top: 10px;
}
.v2 .popup.popup-no-auth p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 30px;
}
.v2 .popup.popup-no-auth .pink-btn {
  font-size: 15px;
  font-weight: bold;
  width: 197px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 25px;
  background: #FF0062;
  border-radius: 25px;
  text-transform: capitalize;
  display: inline-block;
  color: white;
}
.v2 .popup.popup-no-auth .line {
  opacity: 0.5;
  width: 90%;
  position: relative;
  height: 17px;
  display: block;
  margin: 15px auto 25px;
}
.v2 .popup.popup-no-auth .line span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 3;
  font-size: 12px;
}
.v2 .popup.popup-no-auth .line:after {
  content: " ";
  position: absolute;
  height: 1px;
  z-index: 2;
  top: 13px;
  left: 0;
  width: 100%;
  background: #c0c0c0;
}
.v2 .popup.popup-no-auth .popup-login {
  position: relative;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  color: #000;
  background: #EEEEEE;
  border-radius: 25px;
  width: 197px;
}
.v2 .popup.popup-no-auth .popup-login:before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(../images/login-icon-stroke.svg) no-repeat transparent;
  background-size: cover;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 3px;
}
.v2 .has-open-sans {
  font-family: "Open Sans", sans-serif;
}
.v2 .hero-home {
  min-height: 580px;
}
.v2 .hero-home .age-text {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 82px;
  z-index: 100;
  text-align: center;
}
.v2 .intro-pink-box {
  padding: 25px 25px 30px;
  background: #FF0062;
  color: white;
  font-family: "Open Sans", sans-serif;
}
.v2 .intro-pink-box .intro-pink-box-text {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 20px;
}
.v2 .intro-pink-box .more-info {
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  border-radius: 25px;
  background: #3C128B;
  display: inline-block;
  padding: 0 25px;
}
.v2 .popup {
  padding: 17px 25px 50px;
  font-family: "Open Sans", sans-serif;
  max-width: 768px;
}
.v2 .popup .popup-head {
  margin-bottom: 15px;
}
.v2 .popup .close-popup-btn {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 13px;
  background: #ECECEC;
  text-align: center;
}
.v2 .popup .close-popup-btn img {
  margin-top: 8px;
}
.v2 .popup .popup-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #3C128B;
}
.v2 .popup .popup-image {
  margin-left: -25px;
  margin-right: -25px;
}
.v2 .popup .popup-content {
  text-align: center;
  padding-top: 25px;
}
.v2 .popup .popup-content h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
}
.v2 .popup .popup-content p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.v2 .popup .popup-content .close-popup-link {
  color: #FF0062;
  font-size: 17px;
  padding-top: 7px;
  display: block;
}
.v2 .filter-cities {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.v2 .filter-cities .filter-cities-title {
  font-size: 21px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.v2 .filter-cities .filter-cities-container {
  overflow: auto;
  margin-right: -20px;
}
.v2 .filter-cities .filter-cities-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
.v2 .filter-cities .filter-cities-item {
  height: 45px;
  line-height: 45px;
  background-color: #f0f4f7;
  border-radius: 23px;
  font-size: 14px;
  padding: 0 25px;
  margin-right: 7px;
  margin-bottom: 7px;
  font-weight: 600;
  color: #767b7e;
}
.v2 .simple-page-header {
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  background: #FAFAFA;
  border-bottom: 1px solid #e2e2e2;
}
.v2 .simple-page-header .go-back {
  position: absolute;
  left: 12px;
}
.v2 .simple-page-header-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 45px;
}
.v2 .create-post-content {
  min-height: calc(100vh - 45px);
  padding: 57px 25px 25px;
  text-align: center;
}
.v2 .create-post-content .create-post-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.2px;
}
.v2 .create-post-content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 7px;
  padding: 0 10px;
}
.v2 .create-post-content .create-post-types-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.v2 .create-post-content .create-post-types-wrapper .create-post-type {
  padding-top: 35px;
  padding-bottom: 15px;
  font-size: 15px;
  color: inherit;
}
.v2 .create-post-content .create-post-types-wrapper .sep {
  content: "";
  display: block;
  width: 1px;
  background: #D8D8D8;
  margin: 0 30px;
}
.v2 .create-post-content .create-post-types-wrapper .create-post-type .post-type-icon {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF0062;
  margin-bottom: 10px;
}
.v2 .notification {
  background: #FFFBEF;
  position: absolute;
  padding: 5px 10px 10px 45px;
  bottom: 25px;
  right: 25px;
  left: 25px;
  border: 1px solid #FFD764;
  border-radius: 5px;
  text-align: left;
}
.v2 .notification img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.v2 .notification p {
  font-size: 13px;
  line-height: 18px;
}
.v2 .notification p a {
  color: #FF0062;
}
.v2 .tabs-nav-wrapper {
  display: flex;
  padding: 30px 0 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2e2e2;
}
.v2 .tabs-nav-wrapper .tab-nav-item {
  color: inherit;
  width: 50%;
  text-align: center;
  position: relative;
  top: 1px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.v2 .tabs-nav-wrapper .tab-nav-item:focus {
  outline: none;
}
.v2 .tabs-nav-wrapper .tab-nav-item.active {
  color: #FF0062;
  border-bottom: 3px solid #FF0062;
}
.v2 .snap-entry-content {
  padding: 0 15px;
}
.v2 .snap-entry-content .page-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 25px;
}
.v2 .snap-entry-content .page-title.page-title-margin {
  margin-bottom: 45px;
}
.v2 .page-featured-image {
  height: 250px;
  margin: 0 -15px;
  background-size: cover;
  background-position: center;
}
.v2 .snap-entry-content h2 {
  font-size: 21px;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}
.v2 .snap-entry-content h3 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 50px;
  font-weight: bold;
}
.v2 .snap-entry-content {
  line-height: 24px;
}
.v2 .snap-entry-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}
.v2 .snap-entry-content p:last-child {
  margin-bottom: 50px;
}
.v2 .snap-entry-content .checklist li, .v2 .snap-entry-content ol li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.v2 .snap-entry-content .checklist li:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 4px;
  left: 0;
  background: url(../images/check-checklist.svg) no-repeat;
}
.v2 .snap-entry-content .checklist li strong, .v2 .snap-entry-content ol li strong {
  display: block;
  margin-bottom: 5px;
}
.v2 .snap-entry-content ol {
  padding-left: 0;
  counter-reset: my-counter;
}
.v2 .snap-entry-content ol li {
  counter-increment: my-counter;
}
.v2 .snap-entry-content ol li::before {
  content: counter(my-counter) ".";
  font-weight: bold;
  position: absolute;
  left: 0;
}
.v2 .pink-text-before-footer-wrapper {
  padding: 20px 15px 35px;
  color: #FF0062;
  font-weight: bold;
  line-height: 24px;
}
.v2 .pink-text-before-footer-wrapper p {
  margin-bottom: 15px;
}
.v2 .book-queen-banner {
  color: white;
  text-align: center;
  background-image: linear-gradient(151deg, #ff0062 0%, #3700a0 100%);
  padding: 50px 25px 70px;
}
.v2 .book-queen-banner h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 25px;
}
.v2 .book-queen-banner .book-queen-banner-btn {
  margin-bottom: 15px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  background: #FF0062;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
}
.v2 .book-queen-banner .small-text {
  font-size: 11px;
}
.v2 .book-queen-banner .small-text a {
  color: white;
  text-decoration: underline;
}
.v2 .footer-links {
  padding: 15px 0 20px;
  margin: 0 20px;
  text-align: center;
}
.v2 .footer-links.has-border {
  border-top: 1px solid #e2e2e2;
}
.v2 .footer-links a {
  font-size: 15px;
  color: #2b2b2b;
}
.v2 .footer-links .sep {
  padding: 0 10px;
}
.v2 .profile-info {
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
  margin-bottom: 40px;
}
.v2 .profile-info .profile-info-content {
  padding-left: 15px;
  padding-bottom: 15px;
}
.v2 .profile-info .profile-info-content h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 21px;
}
.v2 .profile-info .profile-info-content p {
  font-size: 15px;
}
.v2 .profile-info .profile-pic-wrapper {
  width: 90px;
  position: relative;
  height: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 100%;
  background-image: linear-gradient(151deg, #ff0161 0%, #ffaf1e 100%);
}
.v2 .profile-info .profile-pic-wrapper img {
  width: 100%;
  height: 100%;
  border: 4px solid white;
  border-radius: 100%;
}
.v2 .profile-quote {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 55px;
}
.v2 .contact-entry-content {
  padding-top: 30px;
}
.v2 .contact-entry-content address {
  font-size: 19px;
  line-height: 32px;
  font-style: normal;
  margin-bottom: 220px;
  margin-top: 60px;
}
.v2 .contact-entry-content address a {
  color: #FF0062;
}
.v2 .faqs-wrapper {
  margin-top: 25px;
  margin-bottom: 50px;
}
.v2 .faqs-title {
  margin-top: 50px;
}
.v2 .faq-item {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.v2 .faq-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.v2 .faq-item .faq-head {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.v2 .faq-item .faq-head h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}
.v2 .faq-item .faq-toggle:before, .v2 .faq-item .faq-toggle:after {
  background: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  top: calc(50% - 1px);
  transition: 300ms;
  width: 20px;
}
.v2 .faq-item .faq-toggle:after {
  transform: rotate(90deg);
}
.v2 .faq-item .faq-head.active .faq-toggle:after {
  transform: rotate(0);
}
.v2 .faq-item .faq-toggle {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.v2 .faq-item .faq-content {
  padding-top: 10px;
  display: none;
}
.v2 .faq-item .faq-content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .v2 {
    /* Helpers */
  }
  .v2 .hidden-tablet {
    display: none;
  }
  .v2 .visible-tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .v2 {
    /* Helpers */
  }
  .v2 .hidden-mobile {
    display: none;
  }
  .v2 .visible-mobile {
    display: block;
  }
}
@media print {
  .v2 {
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  }
  .v2 *,
.v2 *:before,
.v2 *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .v2 a,
.v2 a:visited {
    text-decoration: underline;
  }
  .v2 a[href]:after {
    content: " (" attr(href) ")";
  }
  .v2 abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .v2 a[href^="#"]:after,
.v2 a[href^="javascript:"]:after {
    content: "";
  }
  .v2 pre {
    white-space: pre-wrap !important;
  }
  .v2 pre,
.v2 blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .v2 thead {
    display: table-header-group;
  }
  .v2 tr,
.v2 img {
    page-break-inside: avoid;
  }
  .v2 p,
.v2 h2,
.v2 h3 {
    orphans: 3;
    widows: 3;
  }
  .v2 h2,
.v2 h3 {
    page-break-after: avoid;
  }
}
.v2 .hero-home {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
  background: url(https://snapqueen.com/frontend/images/snapq-main2.jpg) no-repeat 38% center;
  background-size: cover;
}
.v2 .hero-home-text {
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 58%;
  left: 50%;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.v2 .hero-home-text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}
.v2 .hero-home-text p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 10px;
}
.v2 .search-near-btn {
  bottom: 135px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  width: 96%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fe0d60;
}
.v2 .overlay-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(37, 41, 45, 0.8);
  top: 0;
  left: 0;
  display: none;
}
.v2 .popup {
  display: none;
  width: 90%;
  background-color: #fff;
  color: #333333;
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 9px;
}
.v2 .menu-group {
  width: 100%;
  height: 100vh;
  z-index: 9000;
  position: relative;
  display: none;
  min-height: 660px;
}
.v2 .close-popup {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 17px;
}
.v2 button {
  border: none;
}

.footer-menu li .profile-item, .profile-item {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.footer-menu {
  text-align: center;
  border-top: 1px solid rgba(37, 41, 45, 0.25);
  padding-top: 4px;
  margin: 0 -15px;
}

.footer-menu li {
  display: inline-block;
  width: 18%;
}

footer {
  background: #fff;
  height: 53px;
  line-height: 53px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  max-width: 768px;
}

.footer-menu li a {
  margin: 0 auto;
}

.footer-menu li .home-item {
  width: 24px;
  height: 23px;
  background: url("../../images/home-icon.svg") no-repeat;
  background-size: 24px 23px;
  display: block;
}

.footer-menu li .toggle-item {
  width: 22px;
  height: 22px;
  background: url("../../images/toggle-icon.svg") no-repeat;
  background-size: 22px 22px;
  display: block;
}

.footer-menu li .camera-item {
  width: 25px;
  height: 22px;
  background: url("../../images/camera-icon.svg") no-repeat;
  background-size: 25px 22px;
  display: block;
}

.footer-menu li .search-item {
  width: 23px;
  height: 23px;
  background: url("../../images/search-icon.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}

.footer-menu li .heart-item {
  width: 23px;
  height: 23px;
  background: url("../../images/heart-icon.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}

.footer-menu li .home-item:hover, .footer-menu li.active .home-item {
  width: 24px;
  height: 23px;
  background: url("../../images/home-icon1.svg") no-repeat;
  background-size: 24px 23px;
  display: block;
}

.footer-menu li .toggle-item:hover, .footer-menu li.active .toggle-item {
  width: 22px;
  height: 22px;
  background: url("../../images/toggle-icon1.svg") no-repeat;
  background-size: 22px 22px;
  display: block;
}

.footer-menu li .camera-item:hover, .footer-menu li.active .camera-item {
  width: 25px;
  height: 22px;
  background: url("../../images/camera-icon1.svg") no-repeat;
  background-size: 25px 22px;
  display: block;
}

.footer-menu li .search-item:hover, .footer-menu li.active .search-item {
  width: 23px;
  height: 23px;
  background: url("../../images/search-icon1.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}

.footer-menu li .heart-item:hover, .footer-menu li.active .heart-item {
  width: 23px;
  height: 23px;
  background: url("../../images/heart-icon1.svg") no-repeat;
  background-size: 23px 23px;
  display: block;
}

.footer-menu li .profile-item, .profile-item {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.footer-menu .disable {
  display: none;
}

@media only screen and (max-width: 350px) {
  footer {
    height: 46px;
    line-height: 46px;
  }

  .footer-menu li .home-item {
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }

  .footer-menu li .home-item:hover, .footer-menu li.active .home-item {
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }

  .footer-menu li .toggle-item, .footer-menu li .toggle-item:hover, .footer-menu li.active .toggle-item {
    width: 18px;
    height: 17px;
    background-size: 18px 17px;
  }

  .footer-menu li .camera-item, .footer-menu li .camera-item:hover, .footer-menu li.active .camera-item {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
  }

  .footer-menu li .search-item, .footer-menu li .search-item:hover, .footer-menu li.active .search-item {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }

  .footer-menu li .heart-item, .footer-menu li .heart-item:hover, .footer-menu li.active .heart-item {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }

  .footer-menu li .profile-item, .profile-item {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.v2-root {
  position: relative;
  margin: auto;
  max-width: 768px;
}

/*# sourceMappingURL=main.css.map */
