@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  margin: 0px;
  padding: 0px; }

*:focus {
  box-shadow: none;
  outline: none; }

body, html {
  height: 100%;
  width: 100%; }

body, p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: #470bfe; }

h1, h2, h3, h4, h5, h6, p, figur, a {
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures; }

a:hover,
a:focus,
input:focus,
button:focus,
a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="text"],
textarea,
select {
  border: 1px solid rgba(6, 108, 255, 0.15);
  font-size: 18px;
  color: #a3a7ba;
  padding: 8px 15px;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  display: block; }

textarea {
  resize: none;
  min-height: 130px; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.scroll-top-mobile,
.scroll-top-desktop {
  background-color: #470bfe;
  border-radius: 3px;
  bottom: 50px;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 999;
  transition: background 0.3s ease; }

.scroll-top-mobile:hover,
.scroll-top-desktop:hover {
  background-color: #140053; }

.not-visible {
  visibility: hidden;
  display: none; }

.scroll-top-mobile i,
.scroll-top-desktop i {
  color: #fff;
  font-size: 20px;
  line-height: 38px; }

.pos-relative {
  position: relative; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.mont {
  font-family: 'Montserrat'; }

.inter {
  font-family: 'Inter', sans-serif; }

a,
button[type="submit"],
input[type="button"],
input[type="submit"],
.btn-default,
.transition-3ms {
  transition: all 0.3s ease; }

.transition-5ms {
  transition: all 0.5s ease; }

input[type="button"],
input[type="submit"],
button[type="submit"],
.btn-default {
  display: inline-block;
  border: none;
  line-height: 50px;
  padding: 0px 50px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #470bfe;
  box-shadow: 0px 20px 40px 0px rgba(6, 2, 144, 0.1); }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button[type="submit"]:hover,
  .btn-default:hover {
    background-color: #140053;
    color: #fff; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.visibility-hide {
  opacity: 0;
  visibility: hidden; }

.visibility-show {
  opacity: 1;
  visibility: visible; }

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

@media (min-width: 1400px) {
  .container {
    max-width: 1430px; } }
@media only screen and (max-width: 767px) {
  input[type="button"],
  input[type="submit"],
  button[type="submit"],
  .btn-default {
    padding: 0px 20px;
    font-size: 18px; } }
/*-------------loader ring-------------*/
.vr-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999; }
  .vr-preloader .ring {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 24px solid transparent;
    border-top-color: #470bfe;
    border-bottom-color: #470bfe;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #fff, 0 0 0 20px #470bfe;
    animation: ringing 2s linear infinite; }

@-webkit-keyframes ringing {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes ringing {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
.es-login__wrap label {
  display: block; }

.es-login__wrap .es-field__wrap.es-field-icon .fa,
.es-login__wrap .es-submit__wrap.es-field-icon .fa {
  top: 16px;
  left: 14px; }

.es-login__wrap .es-field__wrap input:not([type=submit]),
.es-login__wrap .es-submit__wrap input:not([type=submit]) {
  height: 50px;
  padding-left: 40px; }

.es-login__wrap .es-submit__wrap input[type=submit] {
  display: inline-block;
  border: none;
  line-height: 50px;
  height: 50px !important;
  padding: 0px 30px !important;
  font-size: 18px !important;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  background-color: #470bfe;
  box-shadow: 0px 20px 40px 0px rgba(6, 2, 144, 0.1);
  border: none !important; }
  .es-login__wrap .es-submit__wrap input[type=submit]:hover {
    background-color: #140053 !important;
    color: #fff !important; }

.es-login__wrap .es-login__links {
  padding: 0 20px; }

.es-login__wrap .es-login__links a {
  color: #470bfe !important;
  font-size: 15px; }

.es-agent-register__logged .es-btn {
  border-color: #470bfe !important;
  color: #470bfe !important; }
  .es-agent-register__logged .es-btn:hover {
    background-color: #470bfe;
    color: #fff !important; }

.es-powered {
  display: none !important; }

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent,
#customize-theme-controls .customize-pane-child.current-section-parent {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.vbox-overlay .vbox-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center; }
  .vbox-overlay .vbox-container .vbox-content {
    width: auto;
    margin: 40px 0px !important;
    padding: 20px; }
.vbox-overlay .vbox-content-wrapper {
  position: relative; }
  .vbox-overlay .vbox-content-wrapper .vbox-close {
    position: absolute;
    top: 41px;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 3px 9px;
    border-radius: 100%; }

.breadcrums li {
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  line-height: normal;
  position: relative;
  padding: 0 8px; }
  .breadcrums li:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 3px;
    height: 16px;
    width: 1px;
    background: #fff;
    transform: rotate(25deg);
    transform-origin: center center; }
  .breadcrums li:first-child {
    padding-left: 0; }
  .breadcrums li:last-child {
    padding-right: 0; }
    .breadcrums li:last-child:after {
      display: none; }
  .breadcrums li a {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff !important; }
    .breadcrums li a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .breadcrums li {
    font-size: 16px; }

  .breadcrums li a {
    font-size: 16px; } }
body, p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(20, 0, 83, 0.7); }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat'; }

h1 {
  font-size: calc(42px + (55 - 42) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.18;
  color: #140053;
  font-weight: 700; }

h2 {
  font-size: calc(34px + (46 - 34) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.3;
  color: #140053;
  font-weight: 700; }

h3 {
  font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.23;
  color: #140053;
  font-weight: 700; }

h4 {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.33;
  color: #140053;
  font-weight: 500; }

h5 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.33;
  color: rgba(20, 0, 83, 0.7);
  font-weight: 500; }

h6 {
  font-size: 18px;
  line-height: 1.6;
  color: #140053;
  font-weight: 500; }

.title-50 {
  font-size: calc(38px + (50 - 38) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  color: #140053;
  font-weight: 700; }

@media (min-width: 1921px) {
  h1 {
    font-size: 55px; }

  h2 {
    font-size: 46px; }

  h3 {
    font-size: 42px; }

  h4 {
    font-size: 30px; }

  h5 {
    font-size: 24px; }

  .title-50 {
    font-size: 50px; } }
.vr-header {
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.07);
  padding: 42px 0;
  position: relative; }
  .vr-header .custom-logo-link {
    margin-right: 10px; }
  .vr-header .site-branding {
    display: flex;
    flex-flow: row;
    align-items: center; }
    .vr-header .site-branding .site-title-wrapper p {
      margin: 0; }
  .vr-header nav.navbar {
    padding: 0; }
  .vr-header .navbar-collapse .navbar-nav a.nav-link {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    margin-left: 35px; }
    .vr-header .navbar-collapse .navbar-nav a.nav-link:hover {
      color: #470bfe; }
      .vr-header .navbar-collapse .navbar-nav a.nav-link:hover:before {
        bottom: -1px;
        opacity: 1;
        visibility: visible; }
    .vr-header .navbar-collapse .navbar-nav a.nav-link.dropdown-toggle::after {
      display: none; }
  .vr-header .navbar-collapse .navbar-nav li:first-child .nav-link {
    margin-left: 0; }
  .vr-header .navbar-collapse .navbar-nav li.active .nav-link,
  .vr-header .navbar-collapse .navbar-nav li.current-menu-item .nav-link {
    color: #470bfe; }
    .vr-header .navbar-collapse .navbar-nav li.active .nav-link:before,
    .vr-header .navbar-collapse .navbar-nav li.current-menu-item .nav-link:before {
      bottom: -1px;
      opacity: 1;
      visibility: visible; }
  .vr-header .navbar-collapse .navbar-nav li.current-menu-parent,
  .vr-header .navbar-collapse .navbar-nav li.current-menu-parent .nav-link,
  .vr-header .navbar-collapse .navbar-nav li.current-menu-item > i {
    color: #470bfe; }
  .vr-header .navbar-collapse .navbar-nav > li:last-child {
    display: none; }
  .vr-header .navbar-collapse .navbar-nav .menu-item-has-children {
    padding-right: 26px; }
    .vr-header .navbar-collapse .navbar-nav .menu-item-has-children i {
      position: absolute;
      top: calc(50% - 11px);
      right: 0;
      padding: 4px 7px;
      cursor: pointer; }
  .vr-header .navbar-collapse .navbar-nav .dropdown-menu {
    display: block;
    top: calc(100% + 17px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease; }
    .vr-header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      font-size: 18px;
      color: #64687f;
      font-family: Poppins,sans-serif;
      text-transform: capitalize;
      background: transparent; }
      .vr-header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #470bfe; }
    .vr-header .navbar-collapse .navbar-nav .dropdown-menu .current_page_item .dropdown-item {
      color: #470bfe; }
  .vr-header .navbar-collapse .navbar-nav li:hover .dropdown-menu {
    top: calc(100% - 3px);
    opacity: 1;
    visibility: visible; }
  .vr-header .signup-btn {
    background-color: #fff;
    box-shadow: 0px 8px 40px 0px rgba(32, 17, 99, 0.17);
    border-radius: 50px;
    font-size: 20px;
    color: #470bfe;
    text-transform: capitalize;
    padding: 8px 41px;
    margin-left: 30px;
    transition: all 0.3s ease; }
    .vr-header .signup-btn:hover {
      background: #470bfe;
      color: #fff; }

@media only screen and (min-width: 992px) {
  .vr-header.logoright nav.navbar {
    flex-flow: row-reverse; }
  .vr-header.logoright .custom-logo-link {
    margin-right: 0;
    margin-left: 10px; }
  .vr-header.logoright .site-branding {
    flex-flow: row-reverse; }
    .vr-header.logoright .site-branding .site-title-wrapper p {
      text-align: right; }
  .vr-header.logoright .signup-btn {
    margin-left: 0;
    margin-right: 30px; }
  .vr-header.logoright .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
    margin-right: auto !important; }

  .vr-header.stacked {
    padding: 20px 0; }
    .vr-header.stacked nav.navbar {
      flex-flow: column; }
    .vr-header.stacked .custom-logo-link {
      margin-right: 0;
      margin-left: 0; }
    .vr-header.stacked .navbar-collapse {
      margin: 12px 0; }
      .vr-header.stacked .navbar-collapse .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important; }
    .vr-header.stacked .signup-btn {
      margin-left: 0;
      margin-right: 0;
      box-shadow: 0px 2px 20px 0px rgba(32, 17, 99, 0.1); }

  .vr-header-uv.stacked {
    padding: 0; }
    .vr-header-uv.stacked .navbar-collapse {
      margin: 12px 0 0; }
    .vr-header-uv.stacked nav.navbar {
      padding: 20px 40px 0; }
      .vr-header-uv.stacked nav.navbar .navbar-collapse .navbar-nav a.nav-link {
        padding: 14px 0; } }
@media only screen and (max-width: 1680px) {
  .vr-header {
    padding: 24px 0; }
    .vr-header .signup-btn {
      box-shadow: 0px 5px 20px 0px rgba(32, 17, 99, 0.17); }

  .vr-header .navbar-collapse .navbar-nav a.nav-link {
    font-size: 16px;
    margin-left: 24px; }

  .vr-header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 5px 16px; } }
@media only screen and (max-width: 991px) {
  .vr-header {
    padding: 16px 0; }

  .vr-header .navbar-light .navbar-toggler {
    border: 1px solid #470bfe;
    padding: 10px 12px;
    border-radius: 3px; }

  .vr-header .navbar-light .navbar-toggler-icon {
    background-image: none;
    border-top: 2px solid #470bfe;
    border-bottom: 2px solid #470bfe;
    height: 20px;
    width: 27px;
    position: relative; }

  .vr-header .navbar-light .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #470bfe;
    margin-top: -1px; }

  .vr-header .navbar-collapse .navbar-nav {
    border-top: 1px solid rgba(3, 0, 124, 0.07);
    padding-top: 10px;
    margin-top: 20px; }

  .vr-header ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    margin-left: 0;
    padding: 5px 0; }

  .vr-header ul.navbar-nav li.nav-item:last-child {
    display: block; }

  .vr-header .signup-btn {
    display: none; }

  .vr-header .navbar-collapse .navbar-nav .menu-item-has-children i {
    font-size: 16px;
    display: none; }

  .vr-header .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    margin-top: 0; }

  .vr-header .navbar-collapse .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible; }

  .vr-header ul.navbar-nav li.nav-item .dropdown-menu li.nav-item a {
    padding: 3px 12px;
    font-size: 15px; }

  .vr-header.hamburger-left .site-branding {
    order: 2;
    flex-flow: row-reverse; }

  .vr-header.hamburger-left .site-branding .custom-logo-link {
    margin-right: 0;
    margin-left: 10px; }

  .vr-header.hamburger-left .site-branding .site-title-wrapper p {
    text-align: right; }

  .vr-header.hamburger-left .navbar-light .navbar-toggler {
    order: 1; }

  .vr-header.hamburger-left .navbar-collapse {
    order: 3; } }
@media only screen and (max-width: 575px) {
  .vr-header .site-branding {
    display: block; }

  .vr-header .custom-logo-link {
    margin-right: 0;
    margin-left: 0; }

  .vr-header.hamburger-left .site-branding {
    text-align: right; } }
.vr-header-uv {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  box-shadow: none !important;
  background: transparent !important; }
  .vr-header-uv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 86px;
    background: #460afd; }
  .vr-header-uv *:not(i) {
    font-family: "Inter", sans-serif; }
  .vr-header-uv .header-top-bar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0; }
    .vr-header-uv .header-top-bar ul li {
      display: inline-block;
      margin-right: 15px; }
      .vr-header-uv .header-top-bar ul li:last-child {
        margin-right: 0; }
      .vr-header-uv .header-top-bar ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600; }
        .vr-header-uv .header-top-bar ul li a:hover {
          text-decoration: underline; }
        .vr-header-uv .header-top-bar ul li a i {
          font-size: 12px;
          margin-right: 10px; }
  .vr-header-uv nav.navbar {
    background: #fff;
    border-radius: 6px;
    padding: 0 40px;
    box-shadow: 0 1px 10px #dedede6e; }
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav a.nav-link {
      color: #2f363d;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 34px 0;
      position: relative;
      margin-left: 30px; }
      .vr-header-uv nav.navbar .navbar-collapse .navbar-nav a.nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: transparent;
        transition: all 0.3s ease; }
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav li:first-child a.nav-link {
      margin-left: 0; }
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav a.nav-link:hover:before,
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .current-menu-parent a.nav-link:before,
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .current-menu-item a.nav-link:before {
      background: #460afd; }
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .menu-item-has-children a.nav-link:before {
      width: calc(100% + 26px); }
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .menu-item-has-children i {
      padding: 2px 7px; }
    .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
      color: #64687f;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #460afd; }

.vr-header-uv .navbar-collapse .navbar-nav .dropdown-menu .current_page_item .dropdown-item {
  color: #460afd; }

@media (max-width: 991px) {
  .vr-header-uv:before {
    height: 77px; }

  .vr-header-uv nav.navbar {
    padding: 15px; }

  .vr-header-uv nav.navbar .navbar-collapse .navbar-nav a.nav-link {
    padding: 7px 0;
    font-weight: 500; }

  .vr-header-uv nav.navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-weight: 500; } }
@media (max-width: 575px) {
  .vr-header-uv:before {
    height: 107px; }

  .vr-header-uv .header-top-bar {
    flex-flow: column wrap;
    justify-content: center; } }
@media (max-width: 425px) {
  .vr-header-uv .header-top-bar ul.contact-info li {
    display: block;
    text-align: center; } }
.vr-sidebar-content-wrapper {
  display: flex;
  flex-flow: row;
  align-items: flex-start; }
  .vr-sidebar-content-wrapper aside.vr-sidebar-content {
    width: 28%; }
  .vr-sidebar-content-wrapper .vr-post-wrapper {
    width: 64%;
    margin-left: auto; }

.vr-sidebar-content-wrapper.right-sidebar {
  flex-flow: row-reverse; }
  .vr-sidebar-content-wrapper.right-sidebar .vr-post-wrapper {
    margin-left: 0;
    margin-right: auto; }

.vr-blog-list {
  padding: 150px 0 160px; }
  .vr-blog-list .blog-section-title {
    margin-bottom: 70px; }
    .vr-blog-list .blog-section-title.fullwidth {
      width: 100%;
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto; }
    .vr-blog-list .blog-section-title h1 {
      font-size: calc(36px + (50 - 36) * ((100vw - 320px) / (1920 - 320))); }
      @media (min-width: 1921px) {
        .vr-blog-list .blog-section-title h1 {
          font-size: 50px; } }
    .vr-blog-list .blog-section-title p {
      font-size: 20px;
      color: rgba(20, 0, 83, 0.8);
      font-weight: 600;
      font-family: 'Montserrat';
      margin-bottom: 0;
      margin-top: 4px; }
  .vr-blog-list .page-header.fullwidth {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }

.vr-blog-list.topbar {
  padding-top: 250px; }

.vr-single-post {
  display: flex;
  flex-flow: row;
  border-radius: 7px;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 0px 8px 100px 0px rgba(42, 0, 171, 0.1); }
  .vr-single-post:last-child {
    margin-bottom: 0; }
  .vr-single-post .vr-post-thumbnail {
    width: 45%;
    background-color: #ddd;
    border-radius: 7px 0 0 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .vr-single-post .vr-post-thumbnail .desktop-view {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .vr-single-post .vr-post-thumbnail .mobile-view {
      display: none; }
  .vr-single-post .vr-post-content {
    width: 55%;
    padding: 45px 50px 37px; }
    .vr-single-post .vr-post-content .entry-meta {
      display: flex;
      flex-flow: row;
      align-items: center;
      margin-bottom: 37px; }
      .vr-single-post .vr-post-content .entry-meta .author-avatar {
        border-radius: 100%;
        background-color: #fff;
        box-shadow: 0px 5px 20px 0px rgba(42, 0, 171, 0.15);
        width: 50px;
        height: 50px;
        margin-right: 20px; }
      .vr-single-post .vr-post-content .entry-meta .meta span {
        display: block;
        line-height: normal; }
      .vr-single-post .vr-post-content .entry-meta .meta .author-name {
        font-size: 18px;
        font-weight: 500;
        font-family: 'Montserrat';
        text-transform: capitalize;
        color: rgba(20, 0, 83, 0.9); }
      .vr-single-post .vr-post-content .entry-meta .meta .posted-on {
        font-size: 15px;
        color: rgba(20, 0, 83, 0.52);
        margin-top: 2px; }
    .vr-single-post .vr-post-content .entry-title {
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 14px;
      word-break: break-word; }
      .vr-single-post .vr-post-content .entry-title a {
        color: #140053; }
        .vr-single-post .vr-post-content .entry-title a:hover {
          color: #470bfe; }
    .vr-single-post .vr-post-content .post-content,
    .vr-single-post .vr-post-content .post-content p {
      color: rgba(0, 0, 0, 0.7); }
    .vr-single-post .vr-post-content .read-more {
      text-transform: capitalize;
      color: rgba(20, 0, 83, 0.7);
      margin-top: 35px;
      display: inline-block; }
      .vr-single-post .vr-post-content .read-more:hover {
        color: #470bfe; }
      .vr-single-post .vr-post-content .read-more i {
        margin-left: 5px; }

.vr-blog-pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 80px; }
  .vr-blog-pagination li {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    transition: all 0.3s ease; }
    .vr-blog-pagination li:first-child {
      margin-left: 0; }
    .vr-blog-pagination li.active, .vr-blog-pagination li:hover {
      background-color: #470bfe;
      color: #fff; }
      .vr-blog-pagination li.active a, .vr-blog-pagination li:hover a {
        color: #fff; }
    .vr-blog-pagination li a {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      font-size: 20px;
      font-weight: 500;
      color: #454545; }

aside.vr-sidebar-content {
  border-radius: 10px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 20px 80px 0px rgba(3, 0, 124, 0.1); }

.not-found #searchform {
  margin-top: 10px; }
  .not-found #searchform input.field:focus {
    outline: inherit;
    box-shadow: none; }
  .not-found #searchform .submit-btn {
    border-radius: 0; }

@media only screen and (min-width: 1200px) {
  .archive.author .page-header {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }

  .vr-sidebar-content-wrapper.fullwidth .vr-post-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; } }
@media only screen and (max-width: 1400px) {
  .vr-blog-list {
    padding: 130px 0 140px; }

  .vr-blog-list.topbar {
    padding-top: 240px; }

  .vr-single-post {
    margin-bottom: 30px;
    box-shadow: 0px 8px 23px 0px rgba(42, 0, 171, 0.1); }

  .vr-sidebar-content-wrapper aside.vr-sidebar-content {
    width: 30%; }

  .vr-sidebar-content-wrapper .vr-post-wrapper {
    width: calc(70% - 30px);
    margin-left: 30px; }

  aside.vr-sidebar-content {
    padding: 25px;
    box-shadow: 0px 7px 20px 0px rgba(3, 0, 124, 0.1); } }
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .vr-single-post .vr-post-content {
    padding: 30px 25px 22px; }

  .vr-single-post .vr-post-content .entry-meta {
    margin-bottom: 22px; }

  .vr-single-post .vr-post-content .read-more {
    margin-top: 10px; } }
@media only screen and (max-width: 1199px) {
  .vr-blog-list .blog-section-title {
    margin-bottom: 40px; }

  .vr-blog-list {
    padding: 90px 0 100px; }

  .vr-blog-list.topbar {
    padding-top: 200px; }

  .vr-sidebar-content-wrapper.right-sidebar,
  .vr-sidebar-content-wrapper {
    flex-flow: column-reverse; }

  .vr-sidebar-content-wrapper .vr-post-wrapper {
    width: 100%;
    margin-left: 0; }

  .vr-blog-pagination {
    margin-top: 50px; }

  .vr-sidebar-content-wrapper aside.vr-sidebar-content {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap; }

  aside.vr-sidebar-content .widget {
    width: 50%; }

  aside.vr-sidebar-content .widget:nth-child(2n) {
    padding-right: 20px; }

  aside.vr-sidebar-content .widget:nth-child(2n+1) {
    padding-left: 20px; }

  aside.vr-sidebar-content .widget.widget_search {
    width: 100%;
    padding-left: 0; } }
@media only screen and (max-width: 991px) {
  .vr-blog-list.topbar {
    padding-top: 170px; }

  .vr-single-post .vr-post-content {
    padding: 30px 25px 22px; }

  .vr-single-post .vr-post-content .entry-meta {
    margin-bottom: 22px; }

  .vr-single-post .vr-post-content .read-more {
    margin-top: 10px; } }
@media only screen and (max-width: 767px) {
  .vr-blog-list {
    padding: 70px 0 80px; }

  .vr-blog-list.topbar {
    padding-top: 150px; }

  .vr-single-post {
    display: block; }

  .vr-single-post .vr-post-content {
    padding: 30px 25px 22px;
    width: 100%; }

  .vr-single-post .vr-post-thumbnail {
    width: 100%;
    border-radius: 7px 7px 0 0;
    background-image: none !important; }
    .vr-single-post .vr-post-thumbnail .attachment-post-thumbnail {
      border-radius: 7px 7px 0 0;
      width: 100%; }

  .vr-single-post .vr-post-thumbnail a.desktop-view {
    display: none; }

  .vr-single-post .vr-post-thumbnail .mobile-view {
    display: block; }

  aside.vr-sidebar-content .widget {
    width: 100%; }

  aside.vr-sidebar-content .widget:nth-child(2n) {
    padding-right: 0; }

  aside.vr-sidebar-content .widget:nth-child(2n+1) {
    padding-left: 0; } }
@media only screen and (max-width: 575px) {
  .vr-blog-list {
    padding: 62px 0 70px; }

  .vr-blog-list.topbar {
    padding-top: 170px; }

  .vr-single-post .vr-post-content .entry-title {
    font-size: 24px; }

  .vr-single-post .vr-post-content {
    padding: 20px 16px 20px; }

  .vr-single-post .vr-post-content .entry-meta .meta .posted-on {
    font-size: 14px; }

  .vr-blog-list .blog-section-title p {
    font-size: 16px;
    line-height: normal; }

  .vr-blog-pagination li {
    margin-bottom: 6px; }

  aside.vr-sidebar-content .widget_search form .input-group {
    height: 50px; }

  aside.vr-sidebar-content .widget_search form .input-group input {
    padding: 10px 10px 10px 10px; }

  aside.vr-sidebar-content .widget_archive ul li,
  aside.vr-sidebar-content .widget_categories ul li {
    margin-bottom: 6px; }

  aside.vr-sidebar-content .widget_archive ul li a,
  aside.vr-sidebar-content .widget_categories ul li a {
    font-size: 16px;
    padding-left: 15px; }

  aside.vr-sidebar-content .widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
    padding: 6px 10px; } }
.elementor-widget-wp-widget-search form .input-group,
.widget_search form .input-group {
  display: flex;
  border: 1px solid rgba(71, 11, 254, 0.08);
  background: #fff;
  border-radius: 4px;
  height: 60px; }
  .elementor-widget-wp-widget-search form .input-group input,
  .widget_search form .input-group input {
    border: none;
    height: 100%;
    padding: 10px 10px 10px 25px;
    color: #717f80;
    font-size: 18px; }
    .elementor-widget-wp-widget-search form .input-group input:focus,
    .widget_search form .input-group input:focus {
      box-shadow: none;
      outline: inherit; }
  .elementor-widget-wp-widget-search form .input-group button,
  .widget_search form .input-group button {
    padding: 5px 10px;
    border: none;
    height: 100%;
    border-radius: 4px;
    color: #140053;
    background: none;
    box-shadow: none; }
    .elementor-widget-wp-widget-search form .input-group button:hover,
    .widget_search form .input-group button:hover {
      color: #470bfe; }

.widget {
  margin: 0 0 45px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget-title {
    color: #140053;
    font-weight: 600;
    margin-bottom: 17px;
    text-transform: capitalize; }
  .widget ul li .post-date {
    display: block;
    font-size: 15px;
    line-height: normal;
    color: rgba(20, 0, 83, 0.6); }

.elementor-widget-wp-widget-archives .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-text .elementor-widget-container > h5,
.elementor-widget-wp-widget-recent-posts .elementor-widget-container > h5,
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-recent-comments .elementor-widget-container > h5,
.elementor-widget-wp-widget-woocommerce_top_rated_products .elementor-widget-container > h5,
.elementor-widget-wp-widget-woocommerce_products .elementor-widget-container > h5,
.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container > h5,
.elementor-widget-wp-widget-nav_menu .elementor-widget-container > h5,
.elementor-widget-wp-widget-media_image .elementor-widget-container > h5,
.elementor-widget-wp-widget-media_gallery .elementor-widget-container > h5,
.elementor-widget-wp-widget-epl_property_search .elementor-widget-container > h5,
.elementor-widget-wp-widget-epl_recent_property .elementor-widget-container > h5,
.elementor-widget-wp-widget-epl_contact_capture .elementor-widget-container > h5,
.elementor-widget-wp-widget-custom_html .elementor-widget-container > h5,
.elementor-widget-wp-widget-categories .elementor-widget-container > h5,
.elementor-widget-wp-widget-woocommerce_widget_cart .elementor-widget-container > h5,
.elementor-widget-wp-widget-calendar .elementor-widget-container > h5,
.elementor-widget-wp-widget-meta .elementor-widget-container > h5,
.elementor-widget-wp-widget-pages .elementor-widget-container > h5,
.widget .widget-title {
  color: #140053;
  font-weight: 600;
  margin-bottom: 17px;
  text-transform: capitalize; }

.elementor-widget-wp-widget-recent-posts .elementor-widget-container > ul > li,
.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container > ul > li,
.elementor-widget-wp-widget-custom_html .elementor-widget-container > ul > li,
.elementor-widget-wp-widget-archives .elementor-widget-container > ul > li,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul > li,
.elementor-widget-wp-widget-meta .elementor-widget-container > ul > li,
.elementor-widget-wp-widget-pages .elementor-widget-container > ul > li,
.widget > ul > li {
  margin-bottom: 6px; }

.elementor-widget-wp-widget-recent-posts .elementor-widget-container > ul > li:last-child,
.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container > ul > li:last-child,
.elementor-widget-wp-widget-custom_html .elementor-widget-container > ul > li:last-child,
.elementor-widget-wp-widget-archives .elementor-widget-container > ul > li:last-child,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul > li:last-child,
.elementor-widget-wp-widget-meta .elementor-widget-container > ul > li:last-child,
.elementor-widget-wp-widget-pages .elementor-widget-container > ul > li:last-child,
.widget > ul > li:last-child {
  margin-bottom: 0; }

.elementor-widget-wp-widget-recent-posts .elementor-widget-container > ul > li > a,
.elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container > ul > li > a,
.elementor-widget-wp-widget-custom_html .elementor-widget-container > ul > li > a,
.elementor-widget-wp-widget-archives .elementor-widget-container > ul > li > a,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul > li > a,
.elementor-widget-wp-widget-meta .elementor-widget-container > ul > li > a,
.elementor-widget-wp-widget-pages .elementor-widget-container > ul > li > a,
.widget > ul > li > a {
  font-size: 16px;
  font-family: 'Montserrat';
  color: rgba(20, 0, 83, 0.7);
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  line-height: 1.5; }
  .elementor-widget-wp-widget-recent-posts .elementor-widget-container > ul > li > a:hover,
  .elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container > ul > li > a:hover,
  .elementor-widget-wp-widget-custom_html .elementor-widget-container > ul > li > a:hover,
  .elementor-widget-wp-widget-archives .elementor-widget-container > ul > li > a:hover,
  .elementor-widget-wp-widget-categories .elementor-widget-container > ul > li > a:hover,
  .elementor-widget-wp-widget-meta .elementor-widget-container > ul > li > a:hover,
  .elementor-widget-wp-widget-pages .elementor-widget-container > ul > li > a:hover,
  .widget > ul > li > a:hover {
    color: #470bfe; }
  .elementor-widget-wp-widget-recent-posts .elementor-widget-container > ul > li > a:before,
  .elementor-widget-wp-widget-woocommerce_product_categories .elementor-widget-container > ul > li > a:before,
  .elementor-widget-wp-widget-custom_html .elementor-widget-container > ul > li > a:before,
  .elementor-widget-wp-widget-archives .elementor-widget-container > ul > li > a:before,
  .elementor-widget-wp-widget-categories .elementor-widget-container > ul > li > a:before,
  .elementor-widget-wp-widget-meta .elementor-widget-container > ul > li > a:before,
  .elementor-widget-wp-widget-pages .elementor-widget-container > ul > li > a:before,
  .widget > ul > li > a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: -2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.elementor-widget-wp-widget-archives ul li,
.elementor-widget-wp-widget-woocommerce_product_categories ul li,
.widget_product_categories:not(.single-widget) ul li,
.widget_archive ul li,
.widget_categories ul li {
  font-size: 16px;
  font-family: 'Montserrat';
  color: rgba(20, 0, 83, 0.7);
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }
  .elementor-widget-wp-widget-archives ul li:last-child,
  .elementor-widget-wp-widget-woocommerce_product_categories ul li:last-child,
  .widget_product_categories:not(.single-widget) ul li:last-child,
  .widget_archive ul li:last-child,
  .widget_categories ul li:last-child {
    margin-bottom: 0; }
  .elementor-widget-wp-widget-archives ul li a,
  .elementor-widget-wp-widget-woocommerce_product_categories ul li a,
  .widget_product_categories:not(.single-widget) ul li a,
  .widget_archive ul li a,
  .widget_categories ul li a {
    text-transform: capitalize;
    color: rgba(20, 0, 83, 0.7); }
    .elementor-widget-wp-widget-archives ul li a:hover,
    .elementor-widget-wp-widget-woocommerce_product_categories ul li a:hover,
    .widget_product_categories:not(.single-widget) ul li a:hover,
    .widget_archive ul li a:hover,
    .widget_categories ul li a:hover {
      color: #470bfe; }
  .elementor-widget-wp-widget-archives ul li ul.children,
  .elementor-widget-wp-widget-woocommerce_product_categories ul li ul.children,
  .widget_product_categories:not(.single-widget) ul li ul.children,
  .widget_archive ul li ul.children,
  .widget_categories ul li ul.children {
    width: 100%; }

.widget_recent_comments ul li a:before {
  display: none; }

.elementor-widget-wp-widget-tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-flow: row wrap; }
  .elementor-widget-wp-widget-tag_cloud .tagcloud a,
  .widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
    color: rgba(20, 0, 83, 0.7);
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid rgba(71, 11, 254, 0.08);
    border-radius: 5px;
    font-weight: 500;
    font-family: 'Montserrat';
    padding: 6px 13px;
    margin: 0 10px 10px 0; }
    .elementor-widget-wp-widget-tag_cloud .tagcloud a:hover,
    .widget_tag_cloud .tagcloud a:hover {
      background: #470bfe;
      color: #fff;
      border-color: #470bfe; }

.widget_shopping_cart_content .product_list_widget {
  border: 1px solid #ddd;
  padding: 20px !important; }
  .widget_shopping_cart_content .product_list_widget .mini_cart_item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px; }
    .widget_shopping_cart_content .product_list_widget .mini_cart_item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .widget_shopping_cart_content .product_list_widget .mini_cart_item span.quantity {
      font-size: 16px; }
.widget_shopping_cart_content .woocommerce-mini-cart__total.total {
  border-top: none;
  padding: 10px 0 10px; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a.button {
  color: #fff;
  background-color: #470bfe; }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons a.button:hover {
    background-color: #140053; }

.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none; }
.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li {
  padding-left: 2em;
  position: relative;
  padding-top: 0; }
  .elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li a.remove {
    position: absolute;
    top: 6px;
    left: 0;
    color: red !important;
    font-size: 20px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%; }
    .elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li a.remove:hover {
      color: #fff !important;
      background: red; }
.elementor-widget-wp-widget-woocommerce_widget_cart span.quantity {
  display: block; }
.elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons.buttons {
  display: flex; }
  .elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__buttons.buttons .button {
    padding: .618em 1em;
    border-radius: 3px;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1; }

.elementor-widget-wp-widget-epl_recent_property .entry-header,
.widget_epl_recent_property .entry-header {
  width: 120px; }
.elementor-widget-wp-widget-epl_recent_property .entry-content,
.widget_epl_recent_property .entry-content {
  margin: 0;
  width: calc(100% - 120px);
  padding-left: 15px; }
  .elementor-widget-wp-widget-epl_recent_property .entry-content h5,
  .widget_epl_recent_property .entry-content h5 {
    margin: 0; }

.elementor-widget-wp-widget-media_gallery .gallery-item,
.widget_media_gallery .gallery-item {
  margin: 0;
  padding: 3px; }
  .elementor-widget-wp-widget-media_gallery .gallery-item img,
  .widget_media_gallery .gallery-item img {
    width: 100%; }

.elementor-widget-wp-widget-nav_menu ul.menu li,
.widget_nav_menu:not(.single-widget) ul.menu li {
  margin-bottom: 6px; }
  .elementor-widget-wp-widget-nav_menu ul.menu li:last-child,
  .widget_nav_menu:not(.single-widget) ul.menu li:last-child {
    margin-bottom: 0; }
  .elementor-widget-wp-widget-nav_menu ul.menu li a,
  .widget_nav_menu:not(.single-widget) ul.menu li a {
    font-size: 16px;
    font-family: 'Montserrat';
    color: rgba(20, 0, 83, 0.7);
    font-weight: 500;
    position: relative;
    padding-left: 16px;
    line-height: 1.5; }
    .elementor-widget-wp-widget-nav_menu ul.menu li a:hover,
    .widget_nav_menu:not(.single-widget) ul.menu li a:hover {
      color: #470bfe; }
    .elementor-widget-wp-widget-nav_menu ul.menu li a:before,
    .widget_nav_menu:not(.single-widget) ul.menu li a:before {
      content: "\f105";
      position: absolute;
      left: 0;
      top: -2px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }

.widget_top_rated_products .woocommerce-Price-amount.amount,
.widget_products .woocommerce-Price-amount.amount {
  font-size: 15px; }

.elementor-widget-wp-widget-woocommerce_top_rated_products ul.product_list_widget li,
.elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li {
  padding: 4px 0;
  margin: 0; }
  .elementor-widget-wp-widget-woocommerce_top_rated_products ul.product_list_widget li a,
  .elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    color: rgba(20, 0, 83, 0.7);
    font-size: 16px;
    font-family: 'Montserrat'; }
    .elementor-widget-wp-widget-woocommerce_top_rated_products ul.product_list_widget li a:hover,
    .elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li a:hover {
      color: #470bfe; }
    .elementor-widget-wp-widget-woocommerce_top_rated_products ul.product_list_widget li a img,
    .elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li a img {
      float: right;
      margin-left: 4px;
      width: 32px;
      height: auto;
      box-shadow: none; }
  .elementor-widget-wp-widget-woocommerce_top_rated_products ul.product_list_widget li .woocommerce-Price-amount.amount,
  .elementor-widget-wp-widget-woocommerce_products ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 15px; }

.elementor-widget-wp-widget-woocommerce_product_search button,
.widget_product_search button {
  margin-top: 10px; }

.elementor-widget-wp-widget-recent-posts ul li .post-date,
.single-widget.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 15px;
  line-height: normal;
  color: rgba(20, 0, 83, 0.6); }

.vr-blog-single article.post {
  margin: 0 0 73px; }
.vr-blog-single .vr-post-thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: auto; }
.vr-blog-single .vr-post-content {
  padding: 43px 50px; }
  .vr-blog-single .vr-post-content .entry-meta {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 5px; }
    .vr-blog-single .vr-post-content .entry-meta li {
      padding: 0 20px;
      position: relative;
      font-size: 16px;
      color: rgba(20, 0, 83, 0.7); }
      .vr-blog-single .vr-post-content .entry-meta li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 6px;
        height: 14px;
        width: 1px;
        background: rgba(20, 0, 83, 0.54); }
      .vr-blog-single .vr-post-content .entry-meta li:first-child {
        padding-left: 0; }
      .vr-blog-single .vr-post-content .entry-meta li:last-child {
        padding-right: 0; }
        .vr-blog-single .vr-post-content .entry-meta li:last-child:after {
          display: none; }
      .vr-blog-single .vr-post-content .entry-meta li a {
        font-size: 16px;
        color: rgba(20, 0, 83, 0.7); }
        .vr-blog-single .vr-post-content .entry-meta li a:hover {
          color: #470bfe; }
      .vr-blog-single .vr-post-content .entry-meta li .byline {
        text-transform: capitalize; }
  .vr-blog-single .vr-post-content .entry-header {
    margin-bottom: 17px; }
    .vr-blog-single .vr-post-content .entry-header h1 {
      font-size: calc(26px + (32 - 26) * ((100vw - 320px) / (1920 - 320)));
      line-height: 1.25; }
      @media (min-width: 1921px) {
        .vr-blog-single .vr-post-content .entry-header h1 {
          font-size: 32px; } }
  .vr-blog-single .vr-post-content .post-content p {
    margin-bottom: 10px; }
.vr-blog-single .vr-author-info {
  border-top: 1px solid rgba(71, 11, 254, 0.15);
  border-bottom: 1px solid rgba(71, 11, 254, 0.15);
  padding: 72px 0 62px; }
  .vr-blog-single .vr-author-info h5 {
    color: #140053;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 35px; }
  .vr-blog-single .vr-author-info .author-info-wrapper {
    display: flex; }
    .vr-blog-single .vr-author-info .author-info-wrapper .img-area {
      width: 80px;
      height: 80px;
      border: 3px solid #fff;
      background: #fff;
      box-shadow: 0px 10px 20px 0px rgba(2, 0, 120, 0.15);
      border-radius: 100%;
      margin-top: 5px; }
      .vr-blog-single .vr-author-info .author-info-wrapper .img-area img {
        border-radius: 100%; }
    .vr-blog-single .vr-author-info .author-info-wrapper .author-txt-area {
      width: calc(100% - 80px);
      padding-left: 30px; }
    .vr-blog-single .vr-author-info .author-info-wrapper .author-name {
      margin-bottom: 10px; }
      .vr-blog-single .vr-author-info .author-info-wrapper .author-name a {
        color: rgba(20, 0, 83, 0.9);
        text-transform: capitalize;
        font-family: 'Montserrat';
        font-weight: 500; }
        .vr-blog-single .vr-author-info .author-info-wrapper .author-name a:hover {
          color: #470bfe; }

.comment-respond {
  margin-top: 20px; }
  .comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 37px; }
    .comment-respond .comment-reply-title small {
      font-size: 15px;
      font-weight: 600; }
  .comment-respond .comment-form {
    display: flex;
    flex-flow: row wrap; }
    .comment-respond .comment-form p.logged-in-as {
      font-size: 15px;
      margin-bottom: 5px;
      width: 100%; }
      .comment-respond .comment-form p.logged-in-as a {
        color: rgba(20, 0, 83, 0.7); }
        .comment-respond .comment-form p.logged-in-as a:hover {
          color: #470bfe; }
    .comment-respond .comment-form p.comment-notes {
      font-size: 15px;
      margin-bottom: 5px;
      width: 100%; }
    .comment-respond .comment-form > p {
      margin-bottom: 20px; }
      .comment-respond .comment-form > p label {
        display: none;
        position: absolute; }
    .comment-respond .comment-form p.comment-form-comment {
      width: 100%; }
    .comment-respond .comment-form p.comment-form-author {
      width: 50%;
      padding-right: 10px; }
    .comment-respond .comment-form p.comment-form-email {
      width: 50%;
      padding-left: 10px; }
    .comment-respond .comment-form .form-submit {
      width: 100%;
      margin-bottom: 0; }
      .comment-respond .comment-form .form-submit input[type="submit"] {
        padding: 0 42px;
        height: 50px;
        font-size: 18px; }

.comments-area .comment-title {
  font-weight: 600;
  color: #140053; }
.comments-area .comment-list {
  margin-top: 45px;
  margin-bottom: 40px; }
  .comments-area .comment-list li.comment {
    padding-left: 80px;
    position: relative;
    margin-bottom: 25px; }
    .comments-area .comment-list li.comment .children {
      margin-left: -35px;
      margin-top: 25px; }
  .comments-area .comment-list li.comment:last-child {
    margin-bottom: 0px; }
  .comments-area .comment-list li.trackback,
  .comments-area .comment-list li.pingback {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0; }
    .comments-area .comment-list li.trackback:first-child,
    .comments-area .comment-list li.pingback:first-child {
      padding-top: 0; }
    .comments-area .comment-list li.trackback:last-child,
    .comments-area .comment-list li.pingback:last-child {
      padding-bottom: 0;
      border-bottom: none; }
.comments-area .comment-body .comment-meta {
  display: flex;
  flex-flow: row wrap; }
  .comments-area .comment-body .comment-meta em.comment-awaiting-moderation {
    font-size: 16px; }
.comments-area .comment-body .comment-author {
  margin-right: 12px; }
  .comments-area .comment-body .comment-author img {
    border-radius: 100%;
    height: 60px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 60px; }
  .comments-area .comment-body .comment-author .says {
    display: none; }
  .comments-area .comment-body .comment-author .fn {
    color: #333333;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize; }
    .comments-area .comment-body .comment-author .fn a {
      color: #140053; }
      .comments-area .comment-body .comment-author .fn a:hover {
        color: #470bfe; }
.comments-area .comment-body .comment-metadata time {
  font-size: 13px;
  color: #8e8d8d; }
.comments-area .comment-body .comment-metadata a:hover time {
  color: #470bfe; }
.comments-area .comment-body .comment-content {
  margin-top: 5px; }
  .comments-area .comment-body .comment-content p {
    color: #535353;
    font-size: 16px; }
.comments-area .comment-body .reply {
  position: absolute;
  top: 0;
  right: 0; }
  .comments-area .comment-body .reply a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }
    .comments-area .comment-body .reply a:hover {
      text-decoration: underline; }
.comments-area .comment-pagination {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .comments-area .comment-pagination .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #454545;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    transition: all 0.3s ease; }
    .comments-area .comment-pagination .page-numbers:first-child {
      margin-left: 0; }
    .comments-area .comment-pagination .page-numbers:hover, .comments-area .comment-pagination .page-numbers.current {
      background: #470bfe;
      color: #fff; }

@media only screen and (max-width: 991px) {
  .vr-blog-single article.post {
    margin: 0 0 40px; }

  .vr-blog-single .vr-post-content {
    padding: 33px 0px; }

  .vr-blog-single .vr-author-info {
    padding: 42px 0; }

  .vr-blog-single .vr-author-info h5 {
    margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title {
    margin-bottom: 20px; }

  .comment-respond .comment-form {
    display: block; }

  .comment-respond .comment-form p.comment-form-author {
    width: 100%;
    padding-right: 0; }

  .comment-respond .comment-form p.comment-form-email {
    width: 100%;
    padding-left: 0; } }
@media only screen and (max-width: 575px) {
  .vr-blog-single .vr-post-content .entry-meta li {
    padding: 0 10px;
    font-size: 14px; }

  .vr-blog-single .vr-post-content .entry-meta li a {
    font-size: 14px; }

  .vr-blog-single .vr-post-content .entry-meta li:after {
    top: 5px;
    height: 10px; }

  .vr-blog-single .vr-author-info .author-info-wrapper {
    display: block; }

  .vr-blog-single .vr-author-info .author-info-wrapper .img-area {
    margin-top: 0; }

  .vr-blog-single .vr-author-info .author-info-wrapper .author-txt-area {
    width: 100%;
    padding-left: 0;
    margin-top: 15px; }

  .comments-area .comment-list li.comment {
    padding-left: 0; }

  .comments-area .comment-body .comment-author {
    margin-right: 0; }

  .comments-area .comment-body .comment-meta {
    display: block; }

  .comments-area .comment-body .comment-author img {
    left: inherit;
    position: relative;
    top: inherit;
    display: block;
    margin-bottom: 5px; }

  .comments-area .comment-body .reply {
    position: relative;
    top: inherit;
    right: inherit; }

  .comments-area .comment-list li.comment .children {
    margin-left: 0; } }
.vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev, .vr-latest-post .owl-nav button.owl-prev,
.vr-testimonial .testimonial-wrapper .owl-nav button.owl-next,
.vr-latest-post .owl-nav button.owl-next {
  border-radius: 50%;
  border: 2px solid #470bfe;
  background: #fff;
  color: #470bfe;
  width: 60px;
  height: 60px;
  font-size: 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  right: 31px;
  z-index: 2;
  transition: all 0.3s ease; }
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev:hover, .vr-latest-post .owl-nav button.owl-prev:hover,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-next:hover,
  .vr-latest-post .owl-nav button.owl-next:hover {
    background: #470bfe;
    color: #fff; }
.vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev, .vr-latest-post .owl-nav button.owl-prev {
  right: 77px;
  z-index: 1; }
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev:hover, .vr-latest-post .owl-nav button.owl-prev:hover {
    z-index: 3; }

.vr-testimonial .section-title {
  margin-bottom: 12px;
  width: calc(100% - 160px); }
  .vr-testimonial .section-title h6 {
    font-weight: 400;
    margin-top: 6px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    color: rgba(20, 0, 83, 0.8); }
.vr-testimonial .testimonial-wrapper {
  position: relative; }
.vr-testimonial .owl-stage {
  padding: 60px 0; }
.vr-testimonial .single-testimonial {
  padding: 35px 60px 42px 110px;
  position: relative; }
  .vr-testimonial .single-testimonial .overlay {
    background: #fff;
    left: 30px;
    width: calc(100% - 35px);
    transform: skewX(-10deg);
    border-radius: 10px 10px 10px 70px;
    box-shadow: 0px 10px 60px 0px rgba(6, 2, 144, 0.1); }
  .vr-testimonial .single-testimonial .author-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 3px solid #fff;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2; }
  .vr-testimonial .single-testimonial .testimonial-content {
    z-index: 2;
    position: relative; }
    .vr-testimonial .single-testimonial .testimonial-content .rating {
      margin-bottom: 6px;
      display: block; }
      .vr-testimonial .single-testimonial .testimonial-content .rating i {
        display: inline-block;
        color: #f89135;
        font-size: 14px;
        margin-right: 5px; }
      .vr-testimonial .single-testimonial .testimonial-content .rating img {
        width: auto;
        display: inline-block; }
    .vr-testimonial .single-testimonial .testimonial-content h5 {
      font-weight: 600;
      color: #140053;
      margin-bottom: 25px;
      text-transform: capitalize; }

.vr-slider-testimonial .vr-testimonial2 {
  position: relative; }
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev,
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-next {
    border-radius: 50%;
    background: #f0ebff;
    color: #000000;
    width: 60px;
    height: 60px;
    font-size: 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.3s ease; }
    .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev:hover,
    .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-next:hover {
      background: #470bfe;
      color: #fff; }
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev {
    left: -100px;
    right: inherit; }
.vr-slider-testimonial .owl-stage {
  padding: 60px 0; }
.vr-slider-testimonial .single-testimonial {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  padding: 40px 40px 40px 24px;
  border-radius: 10px; }
  .vr-slider-testimonial .single-testimonial .author-img {
    width: auto;
    height: 90px; }
  .vr-slider-testimonial .single-testimonial .testimonial-content {
    position: relative;
    padding-left: 40px; }
    .vr-slider-testimonial .single-testimonial .testimonial-content h5 {
      font-weight: 600;
      color: #140053;
      margin-bottom: 10px;
      text-transform: capitalize; }
.vr-slider-testimonial .single-testimonial.item0 {
  background-color: #f0ebff; }
.vr-slider-testimonial .single-testimonial.item1 {
  background-color: #e5fffc; }
.vr-slider-testimonial .single-testimonial.item2 {
  background-color: #fff4e5; }
.vr-slider-testimonial .single-testimonial.item3 {
  background-color: #f0ebff; }
.vr-slider-testimonial .single-testimonial.item4 {
  background-color: #e5fffc; }

.vr-slider-testimonial-us .section-title-mobile {
  display: none; }
.vr-slider-testimonial-us .testimonial-wrapper {
  position: relative; }
  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-prev,
  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-next {
    background: white;
    color: #470bfe;
    width: 60px;
    height: 60px;
    font-size: 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: calc(50% - 201px);
    border-radius: 0;
    transition: all 0.3s ease; }
    .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-prev:hover,
    .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-next:hover {
      background: #470bfe;
      color: #fff; }
  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-next {
    left: calc(50% - 141px);
    z-index: 1; }
    .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-next:hover {
      z-index: 3; }
.vr-slider-testimonial-us .single-testimonial {
  position: relative;
  display: flex;
  align-items: flex-end; }
  .vr-slider-testimonial-us .single-testimonial .testimonial-content-wrapper {
    width: 60%; }
    .vr-slider-testimonial-us .single-testimonial .testimonial-content-wrapper .section-title {
      padding-left: 100px;
      margin-bottom: 66px; }
      .vr-slider-testimonial-us .single-testimonial .testimonial-content-wrapper .section-title h5 {
        font-weight: 600;
        color: #140053;
        margin-top: 9px; }
  .vr-slider-testimonial-us .single-testimonial .testimonial-content {
    background-color: white;
    box-shadow: 0px 20px 100px 0px rgba(3, 0, 124, 0.15);
    padding: 40px 141px 90px;
    display: flex;
    flex-wrap: wrap; }
    .vr-slider-testimonial-us .single-testimonial .testimonial-content .testimonial-author-area {
      display: flex;
      flex-flow: wrap;
      padding-bottom: 36px; }
    .vr-slider-testimonial-us .single-testimonial .testimonial-content .testimonial-author {
      padding-left: 30px; }
    .vr-slider-testimonial-us .single-testimonial .testimonial-content .author-img {
      width: 90px;
      height: 90px;
      left: 0;
      top: 20px;
      border-radius: 100%;
      z-index: 2; }
    .vr-slider-testimonial-us .single-testimonial .testimonial-content .rating {
      display: block;
      margin-bottom: 7px; }
      .vr-slider-testimonial-us .single-testimonial .testimonial-content .rating i {
        display: inline-block;
        color: #f89135;
        font-size: 14px;
        margin-right: 5px; }
      .vr-slider-testimonial-us .single-testimonial .testimonial-content .rating img {
        width: auto;
        display: inline-block; }
    .vr-slider-testimonial-us .single-testimonial .testimonial-content h5 {
      font-weight: 600;
      color: #140053;
      text-transform: capitalize; }
  .vr-slider-testimonial-us .single-testimonial .single-testimonial-image {
    width: 40%; }

.vr-hero-search {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .vr-hero-search input[type="search"] {
    color: rgba(20, 0, 83, 0.7);
    border: none;
    height: 72px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 24px;
    width: calc(100% - 145px); }
  .vr-hero-search button {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    height: 72px;
    text-align: center;
    padding: 0 30px;
    border-radius: 8px !important;
    box-shadow: none; }

.vr-latest-post {
  position: relative; }
  .vr-latest-post .section-title {
    margin-bottom: 42px;
    width: calc(100% - 160px); }
    .vr-latest-post .section-title h2 {
      margin-bottom: 5px; }
    .vr-latest-post .section-title h6 {
      line-height: normal;
      font-family: 'Roboto', sans-serif;
      color: rgba(20, 0, 83, 0.8);
      font-weight: 400; }
  .vr-latest-post .latest-post-testimonial-wrapper .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px; }
  .vr-latest-post .vr-single-post {
    box-shadow: 0px 6px 30px 0px rgba(42, 0, 171, 0.1); }
    .vr-latest-post .vr-single-post .vr-post-content {
      padding: 45px 30px 37px; }
      .vr-latest-post .vr-single-post .vr-post-content .entry-title {
        font-size: 24px;
        font-weight: 600; }
      .vr-latest-post .vr-single-post .vr-post-content .entry-meta {
        margin-bottom: 23px; }
  .vr-latest-post .owl-nav button.owl-next,
  .vr-latest-post .owl-nav button.owl-prev {
    top: -110px; }

span.required {
  color: #140053; }

.property-post-gallery .section-title {
  margin-bottom: 42px; }
  .property-post-gallery .section-title h2 {
    margin-bottom: 7px; }
  .property-post-gallery .section-title h6 {
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    color: rgba(20, 0, 83, 0.8);
    font-weight: 400; }
.property-post-gallery .gallery-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -50px; }
.property-post-gallery .property-single-post {
  width: calc(100% / 3 - 50px);
  margin-left: 50px;
  margin-top: 50px;
  position: relative;
  transition: all 0.3s ease; }
  .property-post-gallery .property-single-post:hover {
    box-shadow: 0px 20px 100px 0px rgba(15, 0, 79, 0.2); }
  .property-post-gallery .property-single-post .post-thumbnail {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .property-post-gallery .property-single-post .post-thumbnail a {
      display: block;
      width: 100%;
      height: 100%; }
      .property-post-gallery .property-single-post .post-thumbnail a img.mobile {
        display: none; }
  .property-post-gallery .property-single-post .overlay-title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: #fff;
    width: calc(100% - 85px);
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    .property-post-gallery .property-single-post .overlay-title:after {
      content: "";
      width: 0;
      height: 0;
      border-bottom: 68px solid white;
      border-right: 40px solid transparent;
      position: absolute;
      right: -40px;
      bottom: 0; }
    .property-post-gallery .property-single-post .overlay-title h5 {
      text-transform: capitalize;
      color: #140053;
      font-weight: 600;
      line-height: normal;
      font-size: 24px; }
    .property-post-gallery .property-single-post .overlay-title h6 {
      font-size: 16px;
      color: rgba(20, 0, 83, 0.7);
      line-height: normal; }
    .property-post-gallery .property-single-post .overlay-title a.readmore {
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 600;
      text-decoration: underline;
      color: #470bfe; }
      .property-post-gallery .property-single-post .overlay-title a.readmore:hover {
        text-decoration: none; }
.property-post-gallery .property-single-post:hover .overlay-title {
  opacity: 1;
  visibility: visible; }

.featured-property .section-title {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 70px; }
  .featured-property .section-title .title-txt {
    width: calc(100% - 220px); }
    .featured-property .section-title .title-txt h2 {
      margin-bottom: 6px; }
    .featured-property .section-title .title-txt h6 {
      line-height: normal;
      font-family: 'Roboto', sans-serif;
      color: rgba(20, 0, 83, 0.8); }
  .featured-property .section-title .btn-default {
    line-height: 60px;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 20px 40px 0px rgba(6, 2, 144, 0.1); }
.featured-property.real-estate .section-title {
  display: block; }
.featured-property.real-estate .filtering-menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .featured-property.real-estate .filtering-menu li {
    font-size: 20px;
    color: #7769a2;
    font-family: "Montserrat";
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px; }
    .featured-property.real-estate .filtering-menu li.is-checked {
      background: #e0d8f8;
      color: #470bfe; }
.featured-property .featured-property-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -50px; }
.featured-property .property-single-post {
  width: calc(100% / 3 - 50px);
  margin-left: 50px;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.1);
  transition: all 0.3s ease; }
  .featured-property .property-single-post .post-thumbnail {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .featured-property .property-single-post .post-thumbnail a {
      display: block;
      height: 100%;
      width: 100%; }
      .featured-property .property-single-post .post-thumbnail a img {
        display: none; }
  .featured-property .property-single-post .post-info {
    padding: 24px 27px 22px; }
    .featured-property .property-single-post .post-info .page-price,
    .featured-property .property-single-post .post-info .es-price {
      background: transparent;
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.3;
      padding: 0;
      color: #470bfe;
      margin-bottom: 5px;
      display: inline-block; }
    .featured-property .property-single-post .post-info h5 {
      font-size: 20px;
      line-height: 1.4;
      font-weight: 600; }
      .featured-property .property-single-post .post-info h5 a {
        color: #140053; }
        .featured-property .property-single-post .post-info h5 a:hover {
          color: #470bfe; }
    .featured-property .property-single-post .post-info address {
      margin-bottom: 0;
      margin-top: 7px;
      font-size: 16px;
      color: rgba(20, 0, 83, 0.7);
      line-height: 1.5; }
    .featured-property .property-single-post .post-info .readmore {
      font-weight: 500;
      text-transform: capitalize;
      text-decoration: none;
      margin-top: 10px;
      display: inline-block; }
      .featured-property .property-single-post .post-info .readmore i {
        margin-left: 2px; }
      .featured-property .property-single-post .post-info .readmore:hover {
        text-decoration: underline; }
  .featured-property .property-single-post:hover {
    box-shadow: 0px 20px 100px 0px rgba(15, 0, 79, 0.2); }
    .featured-property .property-single-post:hover .post-info .readmore {
      color: #470bfe; }

@media only screen and (max-width: 1600px) {
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev,
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: -10px;
    transform: inherit; }

  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev {
    right: 43px;
    left: inherit; }

  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-next {
    right: 6px; } }
@media only screen and (max-width: 1440px) {
  .vr-testimonial .owl-stage {
    padding: 40px 0; }

  .vr-testimonial .single-testimonial .overlay {
    box-shadow: 0px 10px 20px 0px rgba(6, 2, 144, 0.1);
    left: 22px; }

  .vr-latest-post .owl-nav button.owl-prev,
  .vr-latest-post .owl-nav button.owl-next,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: -70px; }

  .vr-latest-post .owl-nav button.owl-prev,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev {
    right: 43px; }

  .vr-latest-post .owl-nav button.owl-next,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-next {
    right: 6px; }

  .vr-slider-testimonial .owl-stage {
    padding: 60px 0 40px; }

  .vr-slider-testimonial .single-testimonial .overlay {
    box-shadow: 0px 10px 20px 0px rgba(6, 2, 144, 0.1);
    left: 22px; }

  .vr-latest-post .section-title {
    margin-bottom: 22px; }

  .vr-latest-post .owl-nav button.owl-next,
  .vr-latest-post .owl-nav button.owl-prev {
    top: -80px; }

  .vr-latest-post .vr-single-post {
    box-shadow: 0px 8px 20px 0px rgba(42, 0, 171, 0.1); }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content {
    padding: 40px 60px 30px; }

  .property-post-gallery .gallery-wrapper {
    margin-left: -30px; }

  .property-post-gallery .property-single-post {
    width: calc(100% / 3 - 30px);
    margin-left: 30px;
    margin-top: 30px; }

  .property-post-gallery .property-single-post:hover {
    box-shadow: 0px 10px 40px 0px rgba(15, 0, 79, 0.2); }

  .property-post-gallery .property-single-post .overlay-title {
    width: calc(100% - 55px); }

  .property-post-gallery .property-single-post .post-thumbnail {
    height: 330px; }

  .property-post-gallery .property-single-post .overlay-title h5 {
    font-size: 20px; }

  .property-post-gallery .property-single-post .overlay-title:after {
    border-bottom: 63px solid white; }

  .featured-property .section-title {
    margin-bottom: 50px; }

  .featured-property .featured-property-wrapper {
    margin-left: -30px; }

  .featured-property .property-single-post {
    width: calc(100% / 3 - 30px);
    margin-left: 30px;
    margin-bottom: 30px; }

  .featured-property .property-single-post:hover {
    box-shadow: 0px 20px 30px 0px rgba(15, 0, 79, 0.2); }

  .featured-property .property-single-post .post-thumbnail {
    height: 280px; } }
@media only screen and (max-width: 1399px) {
  .vr-slider-testimonial-us .single-testimonial .testimonial-content-wrapper .section-title {
    margin-bottom: 36px; }

  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 27px; }

  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-prev,
  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-next {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border-radius: 100%;
    font-size: 20px; } }
@media only screen and (max-width: 1199px) {
  .vr-testimonial .owl-stage {
    padding: 30px 0; }

  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-next {
    top: -70px; }

  .vr-slider-testimonial .owl-stage {
    padding: 30px 0; }

  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev,
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-next {
    top: -38px; }

  .vr-hero-search {
    border-radius: 5px; }

  .vr-hero-search input[type="search"] {
    height: 52px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    width: calc(100% - 104px); }

  .vr-hero-search button {
    font-size: 18px;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px !important; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content .testimonial-author-area {
    padding-bottom: 10px; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content {
    padding: 25px 20px 35px; }

  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-prev,
  .vr-slider-testimonial-us .testimonial-wrapper .owl-nav .owl-next {
    width: 40px;
    height: 40px; }

  .property-post-gallery .section-title {
    margin-bottom: 12px; }

  .property-post-gallery .property-single-post {
    width: calc(100% / 2 - 30px); }

  .property-post-gallery .property-single-post .post-thumbnail {
    height: 450px; }

  .featured-property .section-title {
    margin-bottom: 30px; }

  .featured-property .section-title .title-txt h2 {
    margin-bottom: 10px; }

  .featured-property .property-single-post {
    width: calc(100% / 2 - 30px); } }
@media only screen and (max-width: 991px) {
  .vr-slider-testimonial .single-testimonial .testimonial-content {
    padding-left: 25px; }

  .vr-slider-testimonial .testimonial-wrapper .owl-nav .owl-prev {
    right: 44px;
    top: -55px; }

  .vr-slider-testimonial .testimonial-wrapper .owl-nav .owl-prev,
  .vr-slider-testimonial .testimonial-wrapper .owl-nav .owl-next {
    top: -55px; }

  .vr-latest-post .section-title {
    margin-bottom: 12px; }

  .vr-latest-post .vr-single-post .vr-post-content {
    padding: 30px 25px 22px; }

  .vr-latest-post .owl-nav button.owl-next,
  .vr-latest-post .owl-nav button.owl-prev {
    top: -70px; }

  .vr-slider-testimonial-us .single-testimonial {
    align-items: stretch; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content-wrapper .section-title {
    display: none; }

  .vr-slider-testimonial-us .section-title-mobile {
    display: block;
    text-align: center;
    margin-bottom: 50px; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content {
    margin-top: 0;
    padding: 30px 20px 45px;
    flex-flow: column;
    justify-content: center;
    height: 100%; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content p {
    font-size: 16px; }

  .property-post-gallery .property-single-post .post-thumbnail {
    height: 300px; }

  .property-post-gallery .property-single-post .overlay-title {
    width: 100%;
    padding: 10px 15px 10px 15px; }

  .property-post-gallery .property-single-post .overlay-title:after {
    display: none; }

  .featured-property .property-single-post .post-info {
    display: block; }

  .featured-property .property-single-post .post-info .title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px; }

  .featured-property.real-estate .filtering-menu li {
    font-size: 16px;
    padding: 0 15px; } }
@media only screen and (max-width: 767px) {
  .vr-testimonial .section-title {
    width: 100%; }

  .vr-testimonial .single-testimonial .overlay {
    left: 0;
    width: 100%;
    transform: skewX(0deg);
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0px rgba(6, 2, 144, 0.1); }

  .vr-testimonial .single-testimonial .author-img {
    position: relative;
    left: inherit;
    top: inherit;
    margin-bottom: 5px; }

  .vr-testimonial .single-testimonial {
    padding: 25px;
    position: relative; }

  .vr-latest-post .owl-nav,
  .vr-testimonial .testimonial-wrapper .owl-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center; }

  .vr-latest-post .owl-nav button.owl-prev,
  .vr-latest-post .owl-nav button.owl-next,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-prev,
  .vr-testimonial .testimonial-wrapper .owl-nav button.owl-next {
    top: inherit;
    position: relative;
    right: inherit;
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px; }

  .vr-slider-testimonial .single-testimonial {
    padding: 25px;
    position: relative;
    max-width: 536px;
    margin: 0 auto;
    width: 100%; }

  .vr-slider-testimonial .vr-testimonial2 .owl-nav {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center; }

  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-prev,
  .vr-slider-testimonial .vr-testimonial2 .owl-nav .owl-next {
    top: inherit;
    position: relative;
    right: inherit;
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px; }

  .vr-slider-testimonial .single-testimonial .testimonial-content {
    padding-left: 20px; }

  .vr-slider-testimonial .vr-testimonial2s .owl-nav .owl-prev {
    left: 0; }

  .vr-slider-testimonial-us .single-testimonial {
    display: block; }

  .vr-slider-testimonial-us .single-testimonial .single-testimonial-image {
    width: 100%; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content-wrapper {
    width: 100%; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content {
    height: auto;
    display: block;
    box-shadow: none; }

  .vr-hero-search {
    padding: 5px; }

  .vr-hero-search input[type="search"] {
    padding: 10px 12px;
    font-size: 16px;
    width: calc(100% - 87px); }

  .vr-hero-search button {
    font-size: 16px;
    padding: 0 15px; }

  .vr-latest-post .section-title {
    width: 100%; }

  .vr-latest-post .vr-single-post {
    box-shadow: 0px 6px 8px 0px rgba(6, 2, 144, 0.1); }

  .vr-latest-post .vr-single-post .vr-post-content .entry-title {
    font-size: 20px; }

  .property-post-gallery .gallery-wrapper {
    margin-left: 0; }

  .property-post-gallery .property-single-post {
    width: 100%;
    margin-left: 0; }

  .property-post-gallery .property-single-post .post-thumbnail {
    height: auto;
    background-image: none !important; }

  .property-post-gallery .property-single-post .post-thumbnail a img.mobile {
    display: block; }

  .featured-property .section-title {
    display: block; }

  .featured-property .section-title .btn-default {
    line-height: 50px;
    font-size: 17px;
    padding: 0 35px; }

  .featured-property .section-title .title-txt {
    width: 100%;
    margin-bottom: 15px; }

  .featured-property .featured-property-wrapper {
    margin-left: 0;
    display: block; }

  .featured-property .property-single-post {
    width: 100%;
    margin-left: 0; }

  .featured-property .property-single-post .post-thumbnail {
    height: auto;
    background-image: none !important; }

  .featured-property .property-single-post .post-thumbnail a {
    height: auto; }

  .featured-property .property-single-post .post-thumbnail a img {
    display: block; } }
@media only screen and (max-width: 575px) {
  .vr-slider-testimonial .single-testimonial {
    display: block; }

  .vr-slider-testimonial .single-testimonial .author-img {
    margin: 0 auto; }

  .vr-slider-testimonial .single-testimonial .testimonial-content {
    padding-left: 0;
    margin-top: 15px;
    text-align: center; }

  .vr-slider-testimonial-us .section-title-mobile {
    margin-bottom: 30px; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content .testimonial-author-area {
    display: block; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content .testimonial-author {
    padding-left: 0; }

  .vr-slider-testimonial-us .single-testimonial .testimonial-content h5 {
    margin-bottom: 0px; }

  .property-post-gallery .property-single-post .overlay-title {
    display: block; }

  .property-post-gallery .property-single-post .overlay-title a.readmore {
    font-size: 15px;
    margin-top: 6px;
    display: inline-block; } }
.vr-property-sidebar-wrapper {
  padding: 160px 0; }
  .vr-property-sidebar-wrapper.topbar {
    padding-top: 260px; }
  .vr-property-sidebar-wrapper .es-wrap * {
    font-family: "Roboto", sans-serif; }
  .vr-property-sidebar-wrapper .es-wrap h1, .vr-property-sidebar-wrapper .es-wrap h2, .vr-property-sidebar-wrapper .es-wrap h3, .vr-property-sidebar-wrapper .es-wrap h4, .vr-property-sidebar-wrapper .es-wrap h5, .vr-property-sidebar-wrapper .es-wrap h6 {
    font-family: 'Montserrat'; }
  .vr-property-sidebar-wrapper .es-wrap .fa, .vr-property-sidebar-wrapper .es-wrap .far, .vr-property-sidebar-wrapper .es-wrap .fas {
    font-family: "Font Awesome 5 Free"; }
  .vr-property-sidebar-wrapper .es-wrap form.es-dropdown-container span.select2.select2-container.select2-container--default {
    width: 100% !important; }
  .vr-property-sidebar-wrapper .es-wrap form.es-dropdown-container .select2-container--default .select2-selection--single {
    height: 50px;
    border: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 20px 80px 0px rgba(3, 0, 124, 0.1); }
  .vr-property-sidebar-wrapper .es-wrap form.es-dropdown-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    height: 100%;
    padding-left: 15px;
    padding-right: 30px;
    color: #a3a7ba;
    font-size: 18px;
    text-transform: capitalize; }
  .vr-property-sidebar-wrapper .es-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px; }
  .vr-property-sidebar-wrapper .es-wrap .es-listing {
    margin: 65px -20px 0;
    padding-bottom: 0;
    display: flex;
    flex-flow: row wrap; }
  .vr-property-sidebar-wrapper .es-wrap .es-listing .properties {
    margin: 0px 0px 50px;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .properties {
    width: calc(100% / 2); }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties {
    width: calc(100% / 3); }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-1_col .properties .es-details-wrap,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .properties .es-details-wrap,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties .es-details-wrap {
    display: block; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-1_col .properties .es-property-thumbnail,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .properties .es-property-thumbnail,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties .es-property-thumbnail {
    padding: 0; }
  .vr-property-sidebar-wrapper .es-wrap .es-listing .es-property-inner:hover .es-property-thumbnail {
    opacity: 1; }
  .vr-property-sidebar-wrapper .es-wrap .es-listing .es-property-inner {
    margin: 0 !important;
    border: none;
    background: #fff;
    height: 100%;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.1);
    transition: all 0.3s ease; }
  .vr-property-sidebar-wrapper .es-wrap .es-listing .es-property-inner:hover {
    border: none !important;
    box-shadow: 0px 20px 100px 0px rgba(15, 0, 79, 0.2); }
  .vr-property-sidebar-wrapper .es-wrap .es-listing .es-property-inner .es-property-thumbnail .es-thumbnail .es-thumbnail-bottom {
    display: none; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .es-property-inner:hover .es-details-wrap,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .es-property-inner:hover .es-details-wrap {
    border: none !important; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-1_col .properties:hover .es-details-wrap,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .properties:hover .es-details-wrap,
  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties:hover .es-details-wrap {
    position: relative;
    border: none; }
  .vr-property-sidebar-wrapper .es-wrap .es-listing .es-property-inner .es-property-thumbnail .es-thumbnail-wrapper {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-label-wrap {
    display: flex;
    flex-wrap: wrap; }
    .vr-property-sidebar-wrapper .es-wrap .es-property-label-wrap .es-property-label {
      font-weight: 500;
      padding: 5px 12px;
      margin: 6px 0px 0px 6px;
      text-transform: capitalize;
      font-size: 14px;
      border-radius: 4px; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view {
    padding: 25px 28px 22px; }
    .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view h5 {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.4; }
    .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view .es-read {
      color: #470bfe !important;
      font-weight: 500;
      font-size: 16px;
      margin-top: 10px;
      display: inline-block; }
      .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view .es-read:hover {
        text-decoration: underline !important; }
      .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view .es-read i {
        margin-left: 5px; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-bottom-info {
    display: none; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-row-view .es-price {
    background: transparent !important;
    padding: 0; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-row-view h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }
    .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-row-view h5 a {
      font-weight: 600;
      font-family: 'Montserrat';
      color: #140053; }
      .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-row-view h5 a:hover {
        color: #470bfe; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-price {
    display: inline-block;
    font-size: 20px;
    color: #470bfe;
    font-weight: 600;
    margin-bottom: 8px; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-link {
    font-weight: 600;
    font-family: 'Montserrat';
    color: #140053; }
    .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-link:hover {
      color: #470bfe; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner address {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.5; }
  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .js-es-wishlist-button {
    display: none !important; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .es-property-inner .es-property-info .es-col-view {
    display: block; }
    .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .es-property-inner .es-property-info .es-col-view .es-read {
      width: auto;
      text-align: inherit;
      padding-left: 0;
      margin-top: 10px;
      display: inline-block; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner {
    align-items: center; }
  .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner {
    padding-bottom: 10px;
    border-radius: 5px; }
    .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-col-view {
      display: none; }
    .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content {
      margin-top: 10px; }
      .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content .es-property-excerpt {
        max-height: 72px;
        padding-right: 0; }
        .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content .es-property-excerpt p {
          line-height: 1.5 !important;
          font-size: 16px; }
    .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-bottom-info {
      position: relative;
      margin-top: 12px;
      display: block; }
  .vr-property-sidebar-wrapper .navigation .nav-links {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center; }
    .vr-property-sidebar-wrapper .navigation .nav-links .page-numbers {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      margin-right: 6px;
      transition: all 0.3s ease; }
      .vr-property-sidebar-wrapper .navigation .nav-links .page-numbers:hover, .vr-property-sidebar-wrapper .navigation .nav-links .page-numbers.current {
        background-color: #470bfe;
        color: #fff !important; }

.vr-sidebar-content .es-search__wrapper {
  font-family: "Roboto", sans-serif;
  background: transparent;
  padding: 0; }
  .vr-sidebar-content .es-search__wrapper .widget-title {
    font-size: 24px !important;
    margin-bottom: 20px !important; }
  .vr-sidebar-content .es-search__wrapper .es-search__field {
    display: block; }
    .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__label {
      color: #1d1d1d;
      font-size: 16px;
      font-weight: 600;
      padding-right: 0;
      margin-bottom: 3px; }
    .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap input {
      font-family: "Roboto", sans-serif;
      height: 40px !important;
      text-align: left;
      text-transform: capitalize;
      font-size: 15px; }
    .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap .select2 * {
      font-family: "Roboto", sans-serif; }
    .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap .select2 .select2-selection {
      border-radius: 3px; }
    .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap .select2 .select2-search__field {
      padding-left: 13px !important; }
    .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap .select2 .select2-selection--single {
      height: 40px;
      border-radius: 3px; }
      .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap .select2 .select2-selection--single .select2-selection__rendered {
        line-height: 37px;
        height: 40px;
        text-transform: capitalize;
        font-size: 15px; }
      .vr-sidebar-content .es-search__wrapper .es-search__field .es-field__wrap .select2 .select2-selection--single .select2-selection__arrow {
        top: 7px; }
  .vr-sidebar-content .es-search__wrapper .es-search__buttons {
    padding: 0 !important;
    margin: 0; }
    .vr-sidebar-content .es-search__wrapper .es-search__buttons .es-button__wrap {
      padding: 0; }
      .vr-sidebar-content .es-search__wrapper .es-search__buttons .es-button__wrap:first-child {
        padding-right: 5px; }
      .vr-sidebar-content .es-search__wrapper .es-search__buttons .es-button__wrap:last-child {
        padding-left: 5px; }
      .vr-sidebar-content .es-search__wrapper .es-search__buttons .es-button__wrap input {
        margin-bottom: 0; }
    .vr-sidebar-content .es-search__wrapper .es-search__buttons .es-button-gray:hover,
    .vr-sidebar-content .es-search__wrapper .es-search__buttons .es-button-gray {
      background: #e8e8e8 !important;
      border: 1px solid #9e9e9e !important;
      color: #000000 !important; }

@media only screen and (max-width: 1400px) {
  .vr-property-sidebar-wrapper {
    padding: 140px 0; }

  .vr-property-sidebar-wrapper.topbar {
    padding-top: 240px; }

  .vr-property-sidebar-wrapper .es-wrap form.es-dropdown-container .select2-container--default .select2-selection--single {
    box-shadow: 0px 2px 5px 0px rgba(3, 0, 124, 0.1); }

  .vr-property-sidebar-wrapper .es-wrap .es-listing {
    margin: 30px -10px 0; }

  .vr-property-sidebar-wrapper .es-wrap .es-listing .properties {
    margin: 0px 0px 30px;
    padding: 0 10px; }

  .vr-property-sidebar-wrapper .es-wrap .es-listing .es-property-inner:hover {
    box-shadow: 0px 13px 12px 0px rgba(15, 0, 79, 0.2); }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content {
    margin-top: 5px; }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content .es-property-excerpt {
    max-height: 45px;
    padding-right: 0; } }
@media only screen and (max-width: 1199px) {
  .vr-property-sidebar-wrapper {
    padding: 100px 0;
    flex-flow: column; }

  .vr-property-sidebar-wrapper.topbar {
    padding-top: 200px; }

  .vr-property-sidebar-wrapper aside.vr-sidebar-content {
    margin-bottom: 50px;
    margin-top: 0;
    box-shadow: 0px 2px 5px 0px rgba(3, 0, 124, 0.1); }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content .es-property-excerpt {
    max-height: 70px;
    padding-right: 0; }

  .vr-property-sidebar-wrapper aside.vr-sidebar-content .widget:first-child {
    padding-left: 0; }

  .vr-property-sidebar-wrapper .vr-sidebar-content .es-search__wrapper > form {
    display: flex;
    flex-flow: row wrap; }

  .vr-property-sidebar-wrapper .vr-sidebar-content .es-search__wrapper .es-search__field {
    display: block;
    width: 50%; }

  .vr-sidebar-content .es-search__wrapper .es-search__field:nth-child(even) {
    padding-right: 15px; }

  .vr-sidebar-content .es-search__wrapper .es-search__field:nth-child(odd) {
    padding-left: 15px; }

  .vr-sidebar-content .es-search__wrapper .es-search__field.es-search__field--address {
    align-self: flex-end; }

  .es-search__wrapper.es-search__wrapper--vertical .es-search__buttons {
    margin: 10px 0 0;
    width: 100%; } }
@media only screen and (max-width: 991px) {
  .vr-property-sidebar-wrapper {
    padding: 80px 0; }

  .vr-property-sidebar-wrapper.topbar {
    padding-top: 150px; }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-list .es-property-inner .es-property-info .es-property-content .es-property-excerpt {
    max-height: 25px;
    padding-right: 0; }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties {
    width: calc(100% / 2); } }
@media only screen and (max-width: 767px) {
  .vr-property-sidebar-wrapper {
    padding: 70px 0; }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .properties {
    width: calc(100% / 1); }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties {
    width: calc(100% / 1); }

  .vr-property-sidebar-wrapper .vr-sidebar-content .es-search__wrapper > form {
    display: block; }

  .vr-property-sidebar-wrapper .vr-sidebar-content .es-search__wrapper .es-search__field {
    display: block;
    width: 100%; }

  .vr-property-sidebar-wrapper .vr-sidebar-content .es-search__wrapper .es-search__field:nth-child(even) {
    padding-right: 0; }

  .vr-property-sidebar-wrapper .vr-sidebar-content .es-search__wrapper .es-search__field:nth-child(odd) {
    padding-left: 0; } }
@media only screen and (max-width: 575px) {
  .vr-property-sidebar-wrapper .es-col-1 .es-col-view,
  .vr-property-sidebar-wrapper .es-layout-1_col .es-col-view,
  .vr-property-sidebar-wrapper .es-layout-2_col .es-col-view,
  .vr-property-sidebar-wrapper .es-layout-3_col .es-col-view {
    padding: 15px; }

  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view {
    display: block; }

  .vr-property-sidebar-wrapper .es-wrap .es-property-inner .es-property-info .es-col-view .es-read {
    width: auto;
    text-align: inherit;
    margin-top: 10px;
    display: inline-block; }

  .vr-property-sidebar-wrapper .es-wrap .es-layout-2_col .properties {
    width: calc(100% / 1) !important; }

  .vr-property-sidebar-wrapper aside.vr-sidebar-content {
    padding: 15px; } }
.single-properties .vr-footer-widget-area {
  background: #fff; }

.vr-property-single {
  padding: 148px 0 160px;
  background: #f8f7fc; }
  .vr-property-single.topbar {
    padding-top: 247px; }
  .vr-property-single .vr-sidebar-content-wrapper .vr-post-wrapper {
    width: 100%; }

.vr-property-single-content .es-wrap * {
  font-family: "Roboto", sans-serif; }
.vr-property-single-content .fa, .vr-property-single-content .far, .vr-property-single-content .fas {
  font-family: "Font Awesome 5 Free"; }
.vr-property-single-content .fab {
  font-family: "Font Awesome 5 Brands"; }
.vr-property-single-content .es-wrap h1, .vr-property-single-content .es-wrap h2, .vr-property-single-content .es-wrap h3, .vr-property-single-content .es-wrap h4, .vr-property-single-content .es-wrap h5, .vr-property-single-content .es-wrap h6 {
  font-family: 'Montserrat'; }
.vr-property-single-content .es-single .vr-tour .es-video > h3 {
  display: none; }
.vr-property-single-content .es-single .vr-tour .pano-wrap {
  width: 100% !important;
  height: 600px !important;
  border-radius: 10px; }
.vr-property-single-content .es-single .vr-tour iframe {
  width: 100%;
  height: 600px;
  display: block;
  border-radius: 10px; }
.vr-property-single-content .es-single #es-property-single-tabs {
  height: 750px;
  overflow: hidden; }
  .vr-property-single-content .es-single #es-property-single-tabs #es-google-map {
    height: 100% !important;
    border-radius: 10px; }
  .vr-property-single-content .es-single #es-property-single-tabs .es-video {
    height: 100%; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-video > h3 {
      display: none; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-video iframe {
      width: 100%;
      height: 100%;
      border-radius: 10px; }
  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery {
    max-width: 100%;
    height: 100%;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    border-radius: 10px; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .es-gallery-inner {
      height: 100%;
      width: 100%; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .slick-slide img {
      display: block;
      width: 100%; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .es-gallery-image-pager {
      display: none; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .slider-img {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 750px;
      display: block;
      border-radius: 10px; }
    .vr-property-single-content .es-single #es-property-single-tabs .es-gallery a.es-single-gallery-arrow {
      width: 60px;
      height: 60px;
      background: #470bfe;
      color: #fff;
      font-size: 24px;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      border: 2px solid #fff;
      position: absolute;
      top: 50%;
      margin-top: -30px; }
      .vr-property-single-content .es-single #es-property-single-tabs .es-gallery a.es-single-gallery-arrow.es-single-gallery-slick-prev {
        left: 40px; }
      .vr-property-single-content .es-single #es-property-single-tabs .es-gallery a.es-single-gallery-arrow.es-single-gallery-slick-next {
        right: 40px; }
.vr-property-single-content .es-single .es-single-tabs-wrap {
  text-align: center;
  margin-bottom: 0; }
  .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs {
    border-bottom: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px 0px rgba(3, 0, 124, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 0 10px !important; }
    .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs.es-fixed {
      position: relative !important;
      left: inherit !important;
      top: inherit !important;
      background: #fff;
      width: auto !important; }
    .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li {
      background: transparent;
      margin: 0; }
      .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li a:not(.active) {
        background: transparent !important; }
      .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li a {
        background: none;
        color: rgba(24, 4, 85, 0.75);
        font-size: 16px;
        font-weight: 600;
        border: none;
        height: 60px;
        line-height: 60px;
        margin: 0; }
        .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li a:hover {
          color: #470bfe; }
      .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li a.active {
        background: none;
        color: #470bfe;
        height: auto;
        margin: 0;
        border: none; }
.vr-property-single-content .es-single .es-info {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .vr-property-single-content .es-single .es-info > p {
    display: none; }
  .vr-property-single-content .es-single .es-info .es-info-content {
    width: calc(100% - 465px);
    margin-right: 65px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.1); }
    .vr-property-single-content .es-single .es-info .es-info-content.fullwidth {
      width: 100%;
      margin-right: 0; }
  .vr-property-single-content .es-single .es-info .es-info-sidebar {
    width: 400px;
    display: block; }
  .vr-property-single-content .es-single .es-info .estatik-single-widget .widget {
    border-radius: 10px;
    background: #fff;
    padding: 33px 30px;
    box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.1);
    margin-bottom: 30px; }
    .vr-property-single-content .es-single .es-info .estatik-single-widget .widget:last-child {
      margin-bottom: 0; }
  .vr-property-single-content .es-single .es-info .es-gallery {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    float: none;
    margin-bottom: 34px; }
    .vr-property-single-content .es-single .es-info .es-gallery .es-property-label-wrap {
      display: flex;
      flex-wrap: wrap; }
      .vr-property-single-content .es-single .es-info .es-gallery .es-property-label-wrap .es-property-label {
        font-weight: 500;
        padding: 5px 12px;
        margin: 6px 0px 0px 6px;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 4px; }
  .vr-property-single-content .es-single .es-info .property-title .title {
    font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600; }
    @media only screen and (min-width: 1921px) {
      .vr-property-single-content .es-single .es-info .property-title .title {
        font-size: 36px; } }
  .vr-property-single-content .es-single .es-info .es-description p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px; }
    .vr-property-single-content .es-single .es-info .es-description p:last-child {
      margin-bottom: 0; }
  .vr-property-single-content .es-single .es-info .es-description .es-property-single-fields {
    margin: 10px 0 0; }
    .vr-property-single-content .es-single .es-info .es-description .es-property-single-fields li {
      font-size: 18px;
      margin: 0; }
      .vr-property-single-content .es-single .es-info .es-description .es-property-single-fields li strong {
        text-transform: capitalize; }
  .vr-property-single-content .es-single .es-info .es-specification .es-property-fields {
    font-size: inherit;
    width: 100%;
    display: block; }
    .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul {
      column-count: 2; }
      .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li {
        padding-right: 5px;
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        display: flex; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li b {
          margin: 0;
          font-size: 16px;
          text-transform: capitalize;
          min-width: 160px;
          display: inline-block;
          color: rgba(0, 0, 0, 0.7);
          position: relative;
          padding-left: 25px;
          font-weight: 400; }
          .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li b:before {
            content: '\f00c';
            position: absolute;
            top: 0;
            left: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 15px; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li span {
          font-size: 16px;
          font-weight: 500;
          color: #000;
          text-transform: capitalize; }
          .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li span a {
            color: #000; }
            .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li span a:hover {
              text-decoration: underline; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.date-added b:before {
          content: '\f073';
          font-weight: 400; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.bedrooms b:before {
          content: '\f236'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.bathrooms b:before {
          content: '\f2cd'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.floors b:before {
          content: '\f837';
          font-family: "Font Awesome 5 Brands";
          font-weight: 400; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.area b:before {
          content: '\f66f'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.lot-size b:before {
          content: '\f1fe'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.year-built b:before {
          content: '\f073';
          font-weight: 400; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.type b:before {
          content: '\f1ad';
          font-weight: 400; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.rent-period b:before {
          content: '\f079'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.price-note b:before {
          content: '\f02c'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.category b:before {
          content: '\f518'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.toilet b:before {
          content: '\f7d8'; }
        .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li.parking b:before {
          content: '\f540'; }
  .vr-property-single-content .es-single .es-info .es-tabbed h3 {
    border-bottom: none;
    margin: 0 0 27px !important;
    padding: 0 0 6px;
    font-size: 24px;
    font-weight: 600;
    color: #140053;
    position: relative;
    text-transform: capitalize; }
    .vr-property-single-content .es-single .es-info .es-tabbed h3:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 2px;
      background: #470bfe; }
  .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item {
    padding: 37px 40px 25px;
    border-bottom: 1px solid rgba(71, 11, 254, 0.05);
    width: 100%; }
    .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item.es-map, .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item.es-video {
      display: none; }
    .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item .es-features-list-wrap > span {
      display: block;
      font-weight: 600;
      font-size: 18px; }
    .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item .es-features-list-wrap ul li {
      position: relative;
      padding-left: 22px;
      margin-bottom: 10px;
      font-size: 16px;
      text-transform: capitalize;
      min-width: 120px;
      color: rgba(0, 0, 0, 0.7);
      padding: 0; }
      .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item .es-features-list-wrap ul li i {
        margin-right: 5px;
        font-size: 13px; }
  .vr-property-single-content .es-single .es-info .es-tabbed .es-dymanic-content {
    padding: 37px 40px 25px;
    border-bottom: 1px solid rgba(71, 11, 254, 0.05);
    width: 100%; }
.vr-property-single-content .es-single .es-info.layout-right {
  flex-flow: row-reverse; }
  .vr-property-single-content .es-single .es-info.layout-right .es-info-content {
    margin-right: 0;
    margin-left: 64px; }
.vr-property-single-content .es-single .es-info.layout-center {
  display: block; }
  .vr-property-single-content .es-single .es-info.layout-center .es-info-content {
    width: 100%;
    margin: 0 auto; }

.widget_es_request_widget .es-request-widget-wrap {
  font-size: initial;
  color: inherit;
  background: transparent;
  padding: 0;
  text-align: center; }
  .widget_es_request_widget .es-request-widget-wrap h3 {
    text-transform: inherit;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px; }
  .widget_es_request_widget .es-request-widget-wrap label {
    display: block; }
  .widget_es_request_widget .es-request-widget-wrap p br {
    display: none; }
  .widget_es_request_widget .es-request-widget-wrap textarea,
  .widget_es_request_widget .es-request-widget-wrap input:not([type="checkbox"]) {
    background: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(6, 108, 255, 0.15);
    font-size: 16px;
    color: #a3a7ba;
    padding: 8px 15px;
    height: 50px; }
  .widget_es_request_widget .es-request-widget-wrap textarea {
    resize: vertical;
    overflow: auto; }
  .widget_es_request_widget .es-request-widget-wrap .js-es-request-form-show,
  .widget_es_request_widget .es-request-widget-wrap input[type=submit] {
    display: inline-block;
    line-height: 49px;
    height: 50px;
    padding: 0px 15px !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: center !important;
    border-radius: 50px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    box-shadow: 0px 20px 40px 0px rgba(6, 2, 144, 0.1);
    width: 150px;
    transition: all 0.3s ease;
    color: #470bfe !important;
    border-color: #470bfe !important; }
    .widget_es_request_widget .es-request-widget-wrap .js-es-request-form-show:hover,
    .widget_es_request_widget .es-request-widget-wrap input[type=submit]:hover {
      color: #fff !important;
      background-color: #470bfe !important; }

@media only screen and (max-width: 1400px) {
  .vr-property-single {
    padding: 130px 0 140px; }

  .vr-property-single .vr-sidebar-content-wrapper .vr-post-wrapper {
    width: 100%;
    margin-left: 0; }

  .vr-property-single-content .es-single .es-info .es-info-content {
    width: calc(100% - 430px);
    margin-right: 30px; }

  .vr-property-single-content .es-single .es-info.layout-right .es-info-content {
    margin-right: 0;
    margin-left: 30px; }

  .vr-property-single-content .es-single .es-info .es-tabbed .es-tabbed-item {
    padding: 27px 25px 20px; }

  .vr-property-single-content .es-single .es-info .es-tabbed .es-dymanic-content {
    padding: 27px 25px 20px; }

  .vr-property-single-content .es-single #es-property-single-tabs {
    height: 603px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .slider-img {
    height: 603px; } }
@media only screen and (max-width: 1199px) {
  .vr-property-single {
    padding: 90px 0 100px; }

  .vr-property-single-content .es-single .vr-tour .pano-wrap {
    height: 500px !important; }

  .vr-property-single-content .es-single .vr-tour iframe {
    height: 500px; }

  .vr-property-single-content .es-single .es-info {
    display: block; }

  .vr-property-single-content .es-single .es-info .es-info-content {
    width: 100%;
    margin-right: 0; }

  .vr-property-single-content .es-single .es-info.layout-right .es-info-content {
    margin-left: 0; }

  .vr-property-single-content .es-single .es-info .es-info-sidebar {
    width: 100%;
    margin-top: 50px; }

  .vr-property-single-content .es-single .es-tabbed .es-features-list-wrap {
    width: calc(100% / 2); } }
@media only screen and (max-width: 991px) {
  .vr-property-single {
    padding: 70px 0 80px; }

  .vr-property-single-content .es-single .vr-tour .pano-wrap {
    height: 400px !important; }

  .vr-property-single-content .es-single .vr-tour iframe {
    height: 400px; }

  .vr-property-single-content .es-single #es-property-single-tabs {
    height: 456px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .slider-img {
    height: 456px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery a.es-single-gallery-arrow {
    width: 46px;
    height: 46px;
    font-size: 21px;
    margin-top: -23px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery a.es-single-gallery-arrow.es-single-gallery-slick-prev {
    left: 15px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery a.es-single-gallery-arrow.es-single-gallery-slick-next {
    right: 15px; }

  .vr-property-single-content .es-single .es-info .es-info-sidebar {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .vr-property-single-content .es-single .vr-tour .pano-wrap {
    height: 300px !important; }

  .vr-property-single-content .es-single .vr-tour iframe {
    height: 300px; }

  .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs {
    padding: 0 !important; }

  .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li a {
    padding: 0 12px; }

  .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul {
    column-count: 1; }

  .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li {
    padding-right: 0; }

  .vr-property-single-content .es-single #es-property-single-tabs {
    height: 344px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .slider-img {
    height: 344px; } }
@media only screen and (max-width: 575px) {
  .vr-property-single-content .es-single .vr-tour .pano-wrap {
    height: 230px !important; }

  .vr-property-single-content .es-single .vr-tour iframe {
    height: 230px; }

  .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs {
    display: block;
    padding: 7px 0 !important; }

  .vr-property-single-content .es-single .es-single-tabs-wrap ul.es-single-tabs li a {
    height: auto;
    line-height: 1.6; }

  .vr-property-single-content .es-single .es-info .es-specification .es-property-fields ul li b {
    min-width: 130px; }

  .vr-property-single-content .es-single .es-info .es-property-fields .es-share-wrapper {
    width: 100%;
    margin-top: 5px; }

  .vr-property-single-content .es-single .es-info .es-tabbed h3 {
    font-size: 20px; }

  .vr-property-single-content .es-single .es-tabbed .es-features-list-wrap {
    width: 100%;
    margin-bottom: 20px; }

  .vr-property-single-content .es-single #es-property-single-tabs {
    height: 181px; }

  .vr-property-single-content .es-single #es-property-single-tabs .es-gallery .slider-img {
    height: 181px; }

  .vr-property-single-content .es-single .es-info .estatik-single-widget .widget {
    padding: 23px 20px; } }
.vr-blog-archive.epl-archive .entry-content {
  margin: 0; }
.vr-blog-archive.epl-archive .epl-archive-utility-wrapper {
  margin: 0;
  width: 100%;
  margin-bottom: 30px; }
.vr-blog-archive.epl-archive .loop-content {
  display: flex;
  flex-flow: row wrap; }
  .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap {
    text-align: inherit;
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px; }
    .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap .epl-properties-sorting {
      padding: 0; }
      .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap .epl-properties-sorting select {
        border: 1px solid rgba(6, 108, 255, 0.15);
        border-radius: 0; }
    .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap .epl-switch-view {
      padding: 0 10px 0 0; }
  .vr-blog-archive.epl-archive .loop-content .epl-property-blog {
    float: none;
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(3, 0, 124, 0.2);
    border-radius: 5px; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog:hover {
      box-shadow: 0px 20px 100px 0px rgba(15, 0, 79, 0.2); }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog .price {
      margin: 0 0 6px; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog .price span.page-price {
        font-size: 20px;
        color: #470bfe;
        font-weight: 600; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog .entry-title {
      font-size: 20px;
      line-height: 1.4;
      font-weight: 600;
      margin: 0; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog .entry-title a {
        color: #140053; }
        .vr-blog-archive.epl-archive .loop-content .epl-property-blog .entry-title a:hover {
          color: #470bfe; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog .property-address {
      margin: 10px 0 10px; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog .property-address p {
        font-size: 16px;
        line-height: 1.5; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog .property-feature-icons {
      margin: 0 0 15px; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog .readmore a {
      font-size: 16px;
      font-weight: 500;
      color: #470bfe; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog .readmore a:hover {
        text-decoration: underline; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog .readmore a i {
        margin-left: 2px;
        position: relative;
        top: 1px; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper {
      margin: 0;
      box-shadow: none;
      background-color: transparent;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: flex-start; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box {
        float: none;
        padding: 0; }
        .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box img.teaser-left-thumb {
          width: 100%;
          border-radius: 5px 0 0 5px;
          display: none; }
        .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left {
          width: 40%; }
          .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left .epl-stickers-wrapper {
            left: 10px;
            top: 10px; }
            .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left .epl-stickers-wrapper .status-sticker {
              display: inline-block;
              border-radius: 3px;
              font-size: 14px; }
          .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left .epl-blog-image {
            height: 290px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            border-radius: 5px 0 0 5px; }
        .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-right {
          padding: 10px 20px 10px 30px; }
  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view {
    width: calc(100% / 2 - 20px); }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view:nth-child(odd) {
      margin-left: 20px; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view:nth-child(even) {
      margin-right: 20px; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view .property-box.property-box-left {
      width: 100%; }
      .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view .property-box.property-box-left .epl-blog-image {
        border-radius: 5px 5px 0 0; }
    .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view .property-box.property-box-right {
      padding: 24px 25px 25px 25px; }
.vr-blog-archive.epl-archive .loop-footer .loop-utility .vr-blog-pagination {
  margin-top: 0; }
.vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination {
  position: relative;
  margin: 0; }
  .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination span.pages {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    color: #aaa;
    border: none; }
  .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination span.current,
  .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination a.page,
  .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination a.previouspostslink,
  .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination a.nextpostslink {
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 500;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #454545;
    margin-right: 10px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08); }
    .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination span.current:hover,
    .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination a.page:hover,
    .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination a.previouspostslink:hover,
    .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination a.nextpostslink:hover {
      background-color: #470bfe;
      color: #fff; }
  .vr-blog-archive.epl-archive .loop-footer .loop-utility .epl-pagination span.current {
    background-color: #470bfe;
    color: #fff; }

.epl-search-forms-wrapper {
  display: block; }
  .epl-search-forms-wrapper.epl-search-default {
    max-width: initial; }
  .epl-search-forms-wrapper form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .epl-search-forms-wrapper .epl-search-label {
    display: block;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 3px;
    line-height: normal; }
  .epl-search-forms-wrapper .epl-search-row {
    margin-bottom: 20px; }
    .epl-search-forms-wrapper .epl-search-row.epl-search-row-half {
      width: 48%; }
    .epl-search-forms-wrapper .epl-search-row select,
    .epl-search-forms-wrapper .epl-search-row input {
      font-size: 16px;
      height: 45px;
      border-radius: 4px;
      border: 1px solid rgba(6, 108, 255, 0.15); }
    .epl-search-forms-wrapper .epl-search-row select.field-multiple {
      height: auto !important; }
    .epl-search-forms-wrapper .epl-search-row .ui-widget-header {
      background-color: #470bfe; }
    .epl-search-forms-wrapper .epl-search-row .ui-slider .ui-slider-handle {
      border-color: #470bfe; }
    .epl-search-forms-wrapper .epl-search-row .ui-widget-content {
      background: #eee; }
  .epl-search-forms-wrapper .epl-search-btn {
    border-radius: 4px;
    width: auto; }
  .epl-search-forms-wrapper .epl-search-building-area,
  .epl-search-forms-wrapper .epl-search-land-area {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
    .epl-search-forms-wrapper .epl-search-building-area .epl-search-row-third,
    .epl-search-forms-wrapper .epl-search-land-area .epl-search-row-third {
      width: calc(100% / 3 - 7px) !important;
      margin-bottom: 0; }
  .epl-search-forms-wrapper .epl-search-row-checkbox {
    float: none;
    width: 100% !important;
    margin-bottom: 7px;
    display: block; }
    .epl-search-forms-wrapper .epl-search-row-checkbox input[type="checkbox"] {
      display: none; }
    .epl-search-forms-wrapper .epl-search-row-checkbox .check-label {
      margin-bottom: 0;
      font-size: 16px;
      position: relative;
      padding-left: 30px;
      cursor: pointer; }
      .epl-search-forms-wrapper .epl-search-row-checkbox .check-label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 20px;
        height: 20px;
        background: #ddd;
        border-radius: 2px;
        transition: all 0.3s ease; }
      .epl-search-forms-wrapper .epl-search-row-checkbox .check-label:after {
        content: "";
        position: absolute;
        left: 8px;
        top: 7px;
        width: 5px;
        height: 10px;
        background: transparent;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
    .epl-search-forms-wrapper .epl-search-row-checkbox input[type="checkbox"]:checked ~ .check-label:before {
      background: #470bfe; }
    .epl-search-forms-wrapper .epl-search-row-checkbox input[type="checkbox"]:checked ~ .check-label:after {
      opacity: 1;
      visibility: visible; }

.elementor-widget-wp-widget-epl_recent_property .epl-listing-widget,
.widget_epl_recent_property .epl-listing-widget {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget:last-child,
  .widget_epl_recent_property .epl-listing-widget:last-child {
    margin-bottom: 0; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .epl-archive-entry-image .epl-blog-image,
  .widget_epl_recent_property .epl-listing-widget .epl-archive-entry-image .epl-blog-image {
    background-image: none !important; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .epl-archive-entry-image img.wp-post-image,
  .widget_epl_recent_property .epl-listing-widget .epl-archive-entry-image img.wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 5px; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .property-heading,
  .widget_epl_recent_property .epl-listing-widget .property-heading {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0 !important; }
    .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .property-heading a,
    .widget_epl_recent_property .epl-listing-widget .property-heading a {
      color: rgba(20, 0, 83, 0.9); }
      .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .property-heading a:hover,
      .widget_epl_recent_property .epl-listing-widget .property-heading a:hover {
        color: #470bfe; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .epl-excerpt-content,
  .widget_epl_recent_property .epl-listing-widget .epl-excerpt-content {
    margin-top: 10px; }
    .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .epl-excerpt-content p,
    .widget_epl_recent_property .epl-listing-widget .epl-excerpt-content p {
      font-size: 16px;
      line-height: 1.4; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .property-address,
  .widget_epl_recent_property .epl-listing-widget .property-address {
    margin-top: 3px; }
    .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .property-address .property-meta,
    .widget_epl_recent_property .epl-listing-widget .property-address .property-meta {
      font-size: 15px;
      display: inline; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .property-feature-icons span,
  .widget_epl_recent_property .epl-listing-widget .property-feature-icons span {
    font-size: 15px; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .price span.page-price,
  .widget_epl_recent_property .epl-listing-widget .price span.page-price {
    font-weight: 500;
    color: rgba(20, 0, 83, 0.5);
    font-family: 'Montserrat';
    font-size: 16px; }
  .elementor-widget-wp-widget-epl_recent_property .epl-listing-widget .epl-property-button input[type="submit"],
  .widget_epl_recent_property .epl-listing-widget .epl-property-button input[type="submit"] {
    line-height: 31px;
    padding: 0px 15px;
    font-size: 15px;
    border-radius: 5px; }

.epl-search-forms-wrapper.epl-search-fixed .epl-search-submit-row,
.epl-search-forms-wrapper.epl-search-fixed .epl-search-other,
.epl-search-forms-wrapper.epl-search-fixed .epl-search-building-area,
.epl-search-forms-wrapper.epl-search-fixed .epl-search-land-area,
.epl-search-forms-wrapper.epl-search-fixed .epl-search-row-full,
.epl-search-forms-wrapper.epl-search-fixed .epl-property_category,
.epl-search-forms-wrapper.epl-search-slim .epl-search-submit-row,
.epl-search-forms-wrapper.epl-search-slim .epl-search-other,
.epl-search-forms-wrapper.epl-search-slim .epl-search-building-area,
.epl-search-forms-wrapper.epl-search-slim .epl-search-land-area,
.epl-search-forms-wrapper.epl-search-slim .epl-search-row-full,
.epl-search-forms-wrapper.epl-search-slim .epl-property_category,
.epl-search-forms-wrapper.epl-search-wide .epl-search-submit-row,
.epl-search-forms-wrapper.epl-search-wide .epl-search-other,
.epl-search-forms-wrapper.epl-search-wide .epl-search-building-area,
.epl-search-forms-wrapper.epl-search-wide .epl-search-land-area,
.epl-search-forms-wrapper.epl-search-wide .epl-search-row-full,
.epl-search-forms-wrapper.epl-search-wide .epl-property_category {
  width: 100%; }

@media only screen and (max-width: 1400px) {
  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view {
    width: calc(100% / 2 - 15px); }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view:nth-child(odd) {
    margin-left: 15px; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view:nth-child(even) {
    margin-right: 15px; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog:hover {
    box-shadow: 0px 10px 23px 0px rgba(15, 0, 79, 0.1); } }
@media only screen and (max-width: 1199px) {
  .epl-archive.vr-blog-archive aside.vr-sidebar-content .widget.widget_epl_property_search {
    width: 100%;
    padding-left: 0; }

  .epl-archive.vr-blog-archive aside.vr-sidebar-content .widget.widget_epl_recent_property {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .epl-archive.vr-blog-archive aside.vr-sidebar-content .epl-search-forms-wrapper .epl-search-row {
    width: 50% !important; }

  .epl-archive.vr-blog-archive aside.vr-sidebar-content .epl-search-forms-wrapper .epl-search-row:nth-child(2n+1) {
    padding-left: 10px; }

  .epl-archive.vr-blog-archive aside.vr-sidebar-content .epl-search-forms-wrapper .epl-search-row:nth-child(2n) {
    padding-right: 10px; }

  .epl-archive.vr-blog-archive aside.vr-sidebar-content .epl-search-forms-wrapper .epl-search-row-checkbox {
    width: 100% !important;
    padding: 0 !important; }

  .epl-archive.vr-blog-archive aside.vr-sidebar-content .epl-search-forms-wrapper .epl-search-building-area .epl-search-row-third,
  .epl-archive.vr-blog-archive aside.vr-sidebar-content .epl-search-forms-wrapper .epl-search-land-area .epl-search-row-third {
    width: calc(100% / 3 - 7px) !important;
    padding: 0 !important; }

  .widget_epl_recent_property .epl-property-widget-image-wrapper {
    display: flex;
    flex-flow: row wrap; }

  .widget_epl_recent_property .epl-listing-widget {
    width: 50%; }

  .widget_epl_recent_property .epl-listing-widget:nth-child(odd) {
    padding-right: 10px; }

  .widget_epl_recent_property .epl-listing-widget:nth-child(even) {
    padding-left: 10px; } }
@media only screen and (max-width: 991px) {
  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view .property-box.property-box-right {
    padding: 24px 20px 25px 20px; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .entry-title {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .vr-blog-archive.epl-archive .loop-content {
    display: block; }

  .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap .epl-switch-view {
    display: none; }

  .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap {
    display: block; }

  .vr-blog-archive.epl-archive .loop-content .epl-switching-sorting-wrap .epl-properties-sorting {
    width: 100%; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper {
    display: block; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box img.teaser-left-thumb {
    display: block;
    border-radius: 5px 5px 0 0; }

  .vr-blog-archive.epl-archive .loop-content div[id^="post-"] .epl-blog-image {
    background-image: none !important; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left .epl-blog-image {
    height: auto; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left {
    width: 100%; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-left .epl-blog-image {
    border-radius: 5px 5px 0 0; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog .epl-property-blog-entry-wrapper .property-box.property-box-right {
    padding: 24px 20px 25px 20px;
    width: 100%; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view {
    width: 100%; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view:nth-child(even) {
    margin-right: 0; }

  .vr-blog-archive.epl-archive .loop-content .epl-property-blog.epl-listing-grid-view:nth-child(odd) {
    margin-left: 0; } }
@media only screen and (max-width: 575px) {
  .vr-blog-archive.epl-archive .loop-content .epl-property-blog {
    max-width: 100%; } }
.single-property .vr-header {
  box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.07); }

.single-property .vr-footer-widget-area {
  background: #fff; }

.property-single-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px; }
  .property-single-header .title-area {
    width: calc(100% - 340px);
    padding-right: 10px; }
  .property-single-header .title {
    font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.4; }
    @media only screen and (min-width: 1921px) {
      .property-single-header .title {
        font-size: 36px; } }
  .property-single-header .address {
    display: flex;
    flex-flow: row wrap; }
    .property-single-header .address span {
      font-size: 16px;
      font-weight: 500;
      display: inline; }
    .property-single-header .address .entry-title-sub {
      margin-left: 2px; }
  .property-single-header .price-area .es-price {
    padding: 0; }
  .property-single-header .price-area .es-price,
  .property-single-header .price-area .pricing {
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.4;
    color: #23115c;
    border-left: 1px solid #d7d3e3;
    padding-left: 50px;
    display: inline-block;
    font-family: 'Montserrat';
    background: transparent !important; }
    @media only screen and (min-width: 1921px) {
      .property-single-header .price-area .es-price,
      .property-single-header .price-area .pricing {
        font-size: 32px; } }

.epl-single-default {
  padding: 150px 0 160px;
  background: #f8f7fc; }
  .epl-single-default .epl-button {
    transition: all 0.3s ease; }
  .epl-single-default .vr-virtual-tour {
    margin-bottom: 65px; }
    .epl-single-default .vr-virtual-tour .pano-wrap {
      width: 100% !important;
      height: 600px !important;
      border-radius: 10px; }
    .epl-single-default .vr-virtual-tour .epl-featured-image img {
      width: 100%;
      border-radius: 10px; }
  .epl-single-default .vr-property-single-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .epl-single-default .vr-property-single-wrapper .single-content {
      width: calc(100% - 465px);
      margin-right: 65px;
      border-radius: 10px;
      background-color: white;
      box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.1); }
      .epl-single-default .vr-property-single-wrapper .single-content.fullwidth {
        width: 100%;
        margin-right: 0; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-content {
        margin: 0; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-button-wrapper {
        margin: 0 0 15px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-button-wrapper button {
          margin-bottom: 5px; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section {
        margin-top: 0;
        padding: 37px 40px 25px;
        border-bottom: 1px solid rgba(71, 11, 254, 0.05);
        width: 100%; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section:last-child {
          border-bottom: 0; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section .epl-tab-title {
          border-bottom: none;
          margin: 0 0 27px;
          padding: 0 0 6px;
          font-size: 24px;
          font-weight: 600;
          color: #140053;
          position: relative;
          text-transform: capitalize; }
          .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section .epl-tab-title:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #470bfe; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section .secondary-heading {
          color: #140053;
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 600; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section .tab-content p {
          margin-bottom: 10px;
          color: rgba(0, 0, 0, 0.7);
          line-height: 1.7; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul,
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul {
        column-count: 2; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul li,
        .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul li {
          padding-right: 5px;
          margin-bottom: 12px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .title,
        .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .title {
          font-size: 16px;
          text-transform: capitalize;
          min-width: 160px;
          display: inline-block;
          color: rgba(0, 0, 0, 0.7);
          position: relative;
          padding-left: 28px; }
          .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .title::before,
          .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .title::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 900; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .title-val,
        .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .title-val {
          font-size: 16px;
          font-weight: 500;
          color: #000;
          text-transform: capitalize; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .item-address .title:before {
        content: '\f2bb';
        font-weight: 400; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .item-suburb .title:before {
        content: '\f1ad';
        font-weight: 400; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .item-city .title:before {
        content: '\f64f'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .item-state .title:before {
        content: '\f74d'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .item-pcode .title:before {
        content: '\f276'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .item-country .title:before {
        content: '\f024'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification ul .property-building-area .title-val,
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification ul .property-land-area .title-val {
        text-transform: lowercase; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-bed .title:before {
        content: '\f236'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-bathroom .title:before {
        content: '\f2cd'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-rooms .title:before {
        content: '\f756'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-toilet .title:before {
        content: '\f7d8'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-ensuite .title:before {
        content: '\f512';
        font-family: "Font Awesome 5 Brands"; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-garage .title:before {
        content: '\f494'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-carport .title:before {
        content: '\f1b9'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-open_spaces .title:before {
        content: '\f540'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-year_built .title:before {
        content: '\f073';
        font-weight: 400; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-energy_rating .title:before {
        content: '\f5c0'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-land-area .title:before {
        content: '\f66f'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .property-building-area .title:before {
        content: '\f1fe'; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section-features .epl-property-features {
        column-count: 3;
        columns: 190px 3;
        margin-bottom: 13px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section-features .epl-property-features li {
          position: relative;
          padding-left: 22px;
          margin-bottom: 10px;
          font-size: 16px;
          text-transform: capitalize;
          min-width: 120px;
          color: rgba(0, 0, 0, 0.7); }
          .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section-features .epl-property-features li:before {
            content: "\f00c";
            position: absolute;
            left: 0;
            top: 4px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 13px; }
          .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section-features .epl-property-features li a {
            text-transform: capitalize; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-floor-plan .single-floor-plan {
        margin-bottom: 30px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-floor-plan .single-floor-plan:last-child {
          margin-bottom: 16px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-floor-plan .single-floor-plan .title {
          display: block;
          color: #333;
          font-weight: 500;
          margin-bottom: 10px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-floor-plan .single-floor-plan img {
          width: 100%; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-gallery {
        margin-bottom: 18px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-gallery .gallery {
          margin: -5px; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-gallery .gallery-item {
          margin: 0;
          padding: 5px; }
          .epl-single-default .vr-property-single-wrapper .single-content .epl-gallery .gallery-item a {
            display: block; }
            .epl-single-default .vr-property-single-wrapper .single-content .epl-gallery .gallery-item a img {
              width: 100%; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box .epl-author-box-container {
        margin: 0; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box .epl-author-box-outer-wrapper {
        margin-bottom: 18px;
        padding: 20px;
        background: #f8f7fc; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box ul.epl-author-tabs li {
        border-bottom: 1px solid transparent; }
        .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box ul.epl-author-tabs li.epl-author-current {
          background: #f8f7fc;
          border-bottom-color: #470bfe; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box .epl-author-image {
        width: 160px; }
      .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box .epl-author-tab-content {
        width: calc(100% - 160px); }
    .epl-single-default .vr-property-single-wrapper .single-content-sidebar {
      width: 400px; }
      .epl-single-default .vr-property-single-wrapper .single-content-sidebar .epl-widget-wrapper .widget {
        display: block;
        border-radius: 10px;
        background: #fff;
        padding: 33px 30px;
        box-shadow: 0px 1px 2px 0px rgba(3, 0, 124, 0.1);
        margin-bottom: 30px; }
        .epl-single-default .vr-property-single-wrapper .single-content-sidebar .epl-widget-wrapper .widget:last-child {
          margin-bottom: 0; }
      .epl-single-default .vr-property-single-wrapper .single-content-sidebar .widget-title {
        color: #140053;
        font-weight: 600;
        margin-bottom: 17px;
        text-transform: capitalize; }
  .epl-single-default .epl-tab-wrapper .epl-video-container {
    display: none; }
  .epl-single-default .comments-area {
    margin-top: 40px;
    width: 60%; }
    .epl-single-default .comments-area .comment-pagination {
      margin: 0; }

.epl-single-default.topbar {
  padding-top: 250px; }

.elementor-widget-wp-widget-epl_contact_capture,
.widget_epl_contact_capture {
  margin-bottom: 0; }
  .elementor-widget-wp-widget-epl_contact_capture .epl-contact-capture-form,
  .widget_epl_contact_capture .epl-contact-capture-form {
    padding: 0; }
  .elementor-widget-wp-widget-epl_contact_capture .epl-contact-capture-form-desc,
  .widget_epl_contact_capture .epl-contact-capture-form-desc {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5; }
  .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row,
  .widget_epl_contact_capture .epl_form_builder_form_container.row {
    display: block;
    margin: 0; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row div[class^="col-"],
    .widget_epl_contact_capture .epl_form_builder_form_container.row div[class^="col-"] {
      max-width: 100%;
      padding: 0; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row .col-md-12,
    .widget_epl_contact_capture .epl_form_builder_form_container.row .col-md-12 {
      max-width: 100%;
      padding: 0; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row .epl_form_builder_label,
    .widget_epl_contact_capture .epl_form_builder_form_container.row .epl_form_builder_label {
      margin: 12px 0 5px 0;
      font-weight: 500; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row input,
    .widget_epl_contact_capture .epl_form_builder_form_container.row input {
      padding: 8px 15px !important; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row textarea,
    .widget_epl_contact_capture .epl_form_builder_form_container.row textarea {
      width: 100%;
      padding: 8px 15px !important; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row #epl_contact_submit,
    .widget_epl_contact_capture .epl_form_builder_form_container.row #epl_contact_submit {
      margin: 10px 0 0 0;
      width: 100%;
      height: 60px;
      display: block;
      padding: 0 15px !important; }
    .elementor-widget-wp-widget-epl_contact_capture .epl_form_builder_form_container.row .epl-contact-widget-msgs,
    .widget_epl_contact_capture .epl_form_builder_form_container.row .epl-contact-widget-msgs {
      font-size: 15px;
      margin-top: 5px; }

#epl-property-single-tabs {
  height: 750px;
  overflow: hidden; }

.ui-widget-content {
  border: 0; }

.vr-property-single-tab {
  margin-bottom: 70px;
  background: transparent;
  padding: 0;
  position: relative; }
  .vr-property-single-tab .ui-tabs-nav {
    margin: 0 auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-top: 1px solid #e4e4e4;
    border-radius: 0 0 5px 5px;
    z-index: 9; }
    .vr-property-single-tab .ui-tabs-nav li {
      margin: 0 !important;
      padding: 0 !important;
      float: none;
      border: none;
      border-right: 1px solid #e4e4e4;
      border-radius: 0;
      background: transparent; }
      .vr-property-single-tab .ui-tabs-nav li:last-child {
        border-right: none; }
      .vr-property-single-tab .ui-tabs-nav li a {
        font-size: 18px;
        font-weight: 500;
        color: rgba(20, 0, 83, 0.62);
        font-family: "Roboto", sans-serif;
        height: 60px;
        line-height: 60px;
        padding: 0 30px !important;
        white-space: pre;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center; }
      .vr-property-single-tab .ui-tabs-nav li:hover a, .vr-property-single-tab .ui-tabs-nav li.ui-tabs-active a {
        color: #470bfe; }
  .vr-property-single-tab .property-single-tab-content {
    height: 750px;
    padding: 0;
    position: relative; }
    .vr-property-single-tab .property-single-tab-content#property-photos .epl-featured-img {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 10px; }
    .vr-property-single-tab .property-single-tab-content .entry-image {
      height: 100%; }
      .vr-property-single-tab .property-single-tab-content .entry-image .epl-featured-image {
        height: 100%; }
        .vr-property-single-tab .property-single-tab-content .entry-image .epl-featured-image img {
          width: 100%;
          max-height: 750px; }
    .vr-property-single-tab .property-single-tab-content .pnlm-container {
      width: 100% !important;
      height: 100% !important;
      border-radius: 10px; }
    .vr-property-single-tab .property-single-tab-content .epl-video-container {
      padding-bottom: 51.55%;
      border-radius: 10px;
      height: 100%; }
    .vr-property-single-tab .property-single-tab-content .epl-section-map {
      height: 100%;
      margin-top: 0; }
      .vr-property-single-tab .property-single-tab-content .epl-section-map > div {
        height: 100% !important;
        border-radius: 10px; }

@media only screen and (max-width: 1400px) {
  .epl-single-default {
    padding: 140px 0 140px; }

  .epl-single-default.topbar {
    padding-top: 230px; }

  .epl-single-default .vr-property-single-wrapper .single-content-sidebar .epl-widget-wrapper .widget {
    padding: 25px 25px; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul .title {
    min-width: 100px; }

  .epl-single-default .vr-virtual-tour .pano-wrap {
    height: 530px !important; }

  #epl-property-single-tabs {
    height: 603px; }

  .vr-property-single-tab .property-single-tab-content {
    height: 603px; }

  .vr-property-single-tab .property-single-tab-content#property-photos {
    height: 603px; }

  .vr-property-single-tab .property-single-tab-content .entry-image .epl-featured-image img {
    height: 603px !important; }

  .epl-single-default .vr-property-single-wrapper .single-content {
    width: calc(100% - 430px);
    margin-right: 30px; } }
@media only screen and (max-width: 1199px) {
  .epl-single-default {
    padding: 100px 0; }

  .epl-single-default.topbar {
    padding-top: 190px; }

  .property-single-header {
    display: block;
    margin-bottom: 20px; }

  .property-single-header .title-area {
    width: 100%;
    padding-right: 0; }

  .property-single-header .price-area .es-price,
  .property-single-header .price-area .pricing {
    border-left: none;
    padding-left: 0;
    width: auto;
    margin-top: 10px; }

  .epl-single-default .vr-virtual-tour {
    margin-bottom: 40px; }

  .epl-single-default .vr-virtual-tour .pano-wrap {
    height: 470px !important; }

  .epl-single-default .vr-property-single-wrapper {
    display: block; }

  .epl-single-default .vr-property-single-wrapper .single-content {
    width: 100%; }

  .epl-single-default .comments-area {
    width: 100%; }

  .vr-property-single-tab {
    margin-bottom: 40px; }

  .epl-single-default .vr-property-single-wrapper .single-content-sidebar {
    width: 100%;
    margin-top: 30px; } }
@media only screen and (max-width: 991px) {
  .epl-single-default {
    padding: 80px 0; }

  .epl-single-default.topbar {
    padding-top: 140px; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section {
    padding: 27px 20px 15px; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section-features .epl-property-features {
    column-count: 2;
    columns: 190px 2; }

  .epl-single-default .vr-virtual-tour .pano-wrap {
    height: 400px !important; }

  #epl-property-single-tabs {
    height: 456px; }

  .vr-property-single-tab .ui-tabs-nav li a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px !important; }

  .vr-property-single-tab .property-single-tab-content {
    height: 456px; }

  .vr-property-single-tab .property-single-tab-content#property-photos {
    height: 456px; }

  .vr-property-single-tab .property-single-tab-content .entry-image .epl-featured-image img {
    height: 456px !important; } }
@media only screen and (max-width: 767px) {
  .epl-single-default .vr-virtual-tour .pano-wrap {
    height: 300px !important; }

  #epl-property-single-tabs {
    height: 344px; }

  .vr-property-single-tab .property-single-tab-content {
    height: 344px; }

  .vr-property-single-tab .property-single-tab-content#property-photos {
    height: 344px; }

  .vr-property-single-tab .property-single-tab-content .entry-image .epl-featured-image img {
    height: 344px !important; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-address .tab-content ul {
    column-count: 1; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .title {
    min-width: 120px; } }
@media only screen and (max-width: 575px) {
  .epl-single-default .vr-virtual-tour .pano-wrap {
    height: 230px !important; }

  #epl-property-single-tabs {
    height: 181px; }

  .vr-property-single-tab .ui-tabs-nav li a {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px !important; }

  .vr-property-single-tab .property-single-tab-content {
    height: 181px; }

  .vr-property-single-tab .property-single-tab-content#property-photos {
    height: 181px; }

  .vr-property-single-tab .property-single-tab-content .entry-image .epl-featured-image img {
    height: 181px !important; }

  .vr-property-single-tab .property-single-tab-content .epl-video-container {
    padding-bottom: 0; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul .title {
    min-width: 150px; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-tab-section .epl-tab-title {
    font-size: 20px; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-specification .tab-content ul {
    column-count: 1; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-gallery .gallery-item {
    max-width: 33.33% !important; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box .epl-author-tab-content {
    margin-top: 10px; }

  .epl-single-default .vr-property-single-wrapper .single-content .epl-author-box .epl-author-image img.avatar {
    width: 80px; } }
.vr-hero-wrapper {
  position: relative; }
  .vr-hero-wrapper .vr-hero-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .vr-hero-wrapper .vr-hero-content .content-wrapper {
      max-width: 350px;
      width: 100%; }
    .vr-hero-wrapper .vr-hero-content h4 {
      font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 600;
      color: #470bfe;
      margin-bottom: 12px; }
      @media only screen and (min-width: 1921px) {
        .vr-hero-wrapper .vr-hero-content h4 {
          font-size: 32px; } }
    .vr-hero-wrapper .vr-hero-content h1 {
      color: #000052;
      font-weight: 700;
      margin-bottom: 25px;
      font-size: calc(32px + (55 - 32) * ((100vw - 320px) / (1920 - 320))); }
      @media only screen and (min-width: 1921px) {
        .vr-hero-wrapper .vr-hero-content h1 {
          font-size: 55px; } }
    .vr-hero-wrapper .vr-hero-content p {
      margin-bottom: 34px;
      color: rgba(0, 0, 82, 0.7);
      font-family: 'Montserrat';
      font-weight: 500; }
    .vr-hero-wrapper .vr-hero-content a {
      font-weight: 500;
      color: #470bfe;
      text-decoration: underline;
      margin-bottom: 110px; }
  .vr-hero-wrapper .vr-hero-img {
    border: 12px solid #fff;
    border-right: 0;
    box-shadow: 0px 20px 80px 0px rgba(3, 0, 124, 0.1);
    margin-left: auto;
    max-width: 64%;
    position: relative;
    z-index: 1; }
  .vr-hero-wrapper .hero-search-form-wrapper {
    margin-top: 64px;
    max-width: 512px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 15px 100px 0px rgba(21, 0, 113, 0.15); }

@media only screen and (max-width: 1500px) {
  .vr-hero-wrapper .vr-hero-img {
    max-width: 68%; } }
@media only screen and (max-width: 1399px) {
  .vr-hero-wrapper .vr-hero-content .content-wrapper {
    max-width: 340px; }

  .vr-hero-wrapper .vr-hero-content h1 {
    margin-bottom: 12px; }

  .vr-hero-wrapper .vr-hero-content p {
    margin-bottom: 12px; }

  .vr-hero-wrapper .hero-search-form-wrapper {
    margin-top: 22px;
    max-width: 432px; }

  .vr-hero-wrapper .vr-hero-img {
    max-width: 65%; } }
@media only screen and (max-width: 1199px) {
  .vr-hero-wrapper {
    position: relative;
    padding: 50px 0; }

  .vr-hero-wrapper .vr-hero-content .content-wrapper {
    max-width: 410px; }

  .vr-hero-wrapper .hero-search-form-wrapper {
    max-width: 396px; }

  .vr-hero-wrapper .vr-hero-img {
    max-width: 530px;
    border-width: 8px; } }
@media only screen and (max-width: 991px) {
  .vr-hero-wrapper {
    padding: 0; }

  .vr-hero-wrapper .vr-hero-content {
    background: rgba(255, 255, 255, 0.65); }

  .vr-hero-wrapper .vr-hero-img {
    max-width: 100%;
    border-width: 0; } }
@media only screen and (max-width: 575px) {
  .vr-hero-wrapper .vr-hero-img {
    display: none; }

  .vr-hero-wrapper .vr-hero-content {
    display: block;
    position: relative;
    padding: 50px 0; } }
.es-hero-search-form .es-search__wrapper {
  background: #fff;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  border-radius: 8px; }
  .es-hero-search-form .es-search__wrapper .es-field__label {
    display: none !important; }
  .es-hero-search-form .es-search__wrapper .es-search__field {
    display: none !important; }
    .es-hero-search-form .es-search__wrapper .es-search__field.es-search__field--address {
      display: block !important;
      margin: 0;
      width: calc(100% - 145px); }
      .es-hero-search-form .es-search__wrapper .es-search__field.es-search__field--address input#es-search-address-input {
        color: rgba(20, 0, 83, 0.7);
        border: none;
        height: 72px;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 24px; }
  .es-hero-search-form .es-search__wrapper .es-search__buttons {
    margin: 0; }
    .es-hero-search-form .es-search__wrapper .es-search__buttons .es-button__wrap {
      display: none !important; }
      .es-hero-search-form .es-search__wrapper .es-search__buttons .es-button__wrap:nth-child(2) {
        display: block !important; }
      .es-hero-search-form .es-search__wrapper .es-search__buttons .es-button__wrap input[type="submit"] {
        font-size: 24px !important;
        font-weight: 600;
        font-family: "Montserrat";
        text-transform: capitalize;
        height: 72px;
        text-align: center;
        padding: 0 30px;
        border-radius: 8px !important;
        box-shadow: none;
        margin-bottom: 0;
        color: #fff !important;
        background-color: #470bfe !important;
        border: none !important;
        transition: all 0.3s ease; }
        .es-hero-search-form .es-search__wrapper .es-search__buttons .es-button__wrap input[type="submit"]:hover {
          background-color: #140053 !important; }
  .es-hero-search-form .es-search__wrapper form {
    display: flex; }

.epl-hero-search-form form {
  background: #fff;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  border-radius: 8px;
  justify-content: flex-start; }
.epl-hero-search-form .epl-search-row,
.epl-hero-search-form .epl-search-submit-row {
  float: none;
  width: auto;
  margin: 0; }
.epl-hero-search-form .epl-search-label {
  display: none; }
.epl-hero-search-form .epl-property_address {
  width: calc(100% - 145px); }
.epl-hero-search-form .epl-search-row input {
  color: rgba(20, 0, 83, 0.7);
  border: none;
  height: 72px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 24px; }
.epl-hero-search-form .epl-search-submit input[type="submit"] {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: capitalize;
  height: 72px;
  text-align: center;
  padding: 0 30px;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 0;
  color: #fff;
  background-color: #470bfe;
  border: none;
  transition: all 0.3s ease; }
  .epl-hero-search-form .epl-search-submit input[type="submit"]:hover {
    background-color: #140053; }

.vr-search-result {
  padding: 83px 0 84px; }
  .vr-search-result .vr-property-sidebar-wrapper {
    padding: 0; }

@media only screen and (max-width: 1400px) {
  .vr-search-result {
    padding: 63px 0 84px; } }
@media only screen and (max-width: 1399px) {
  .epl-hero-search-form .epl-property_address {
    width: calc(100% - 115px); }

  .epl-hero-search-form .epl-search-row input {
    height: 50px;
    padding: 5px 10px;
    font-size: 18px; }

  .epl-hero-search-form .epl-search-submit input[type="submit"] {
    font-size: 18px;
    height: 50px;
    padding: 0 25px; } }
@media only screen and (max-width: 1199px) {
  .es-hero-search-form .es-search__wrapper {
    border-radius: 5px; }

  .es-hero-search-form .es-search__wrapper .es-search__field.es-search__field--address input#es-search-address-input {
    height: 52px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px; }

  .es-hero-search-form .es-search__wrapper .es-search__buttons .es-button__wrap input[type=submit] {
    font-size: 18px !important;
    height: 52px;
    padding: 0 20px;
    border-radius: 5px !important; }

  .es-hero-search-form .es-search__wrapper .es-search__field.es-search__field--address {
    width: calc(100% - 107px); }

  .vr-search-result {
    padding: 23px 0 44px; }

  .vr-search-result .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties {
    width: calc(100% / 2); }

  .epl-hero-search-form form {
    border-radius: 5px; }

  .epl-hero-search-form .epl-search-row input {
    border-radius: 5px; }

  .epl-hero-search-form .epl-search-submit input[type=submit] {
    padding: 0 20px;
    border-radius: 5px; }

  .epl-hero-search-form .epl-property_address {
    width: calc(100% - 104px); } }
@media only screen and (max-width: 991px) {
  .vr-search-result {
    padding: 3px 0 24px; } }
@media only screen and (max-width: 767px) {
  .vr-search-result .vr-property-sidebar-wrapper .es-wrap .es-layout-3_col .properties {
    width: 100% !important; }

  .es-hero-search-form .es-search__wrapper .es-search__field.es-search__field--address input#es-search-address-input {
    padding: 10px 12px;
    font-size: 16px; }

  .es-hero-search-form .es-search__wrapper .es-search__buttons .es-button__wrap input[type=submit] {
    font-size: 16px !important;
    padding: 0 15px; }

  .es-hero-search-form .es-search__wrapper .es-search__field.es-search__field--address {
    width: calc(100% - 90px); }

  .epl-hero-search-form form {
    border-radius: 5px; }

  .epl-hero-search-form .epl-search-row input {
    font-size: 16px; }

  .epl-hero-search-form .epl-search-submit input[type=submit] {
    font-size: 16px;
    padding: 0 15px; }

  .epl-hero-search-form .epl-property_address {
    width: calc(100% - 87px); } }
@media only screen and (max-width: 575px) {
  .epl-hero-search-form form {
    padding: 5px; }

  .epl-hero-search-form .epl-search-row input {
    height: 40px; }

  .epl-hero-search-form .epl-search-submit input[type=submit] {
    font-size: 16px;
    line-height: 40px;
    height: 40px; } }
.vr-geo-directory {
  padding: 150px 0; }
  .vr-geo-directory article {
    padding-right: 50px;
    margin: 0; }
  .vr-geo-directory .entry-content {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .vr-geo-directory .no-sidebar article {
    padding-right: 0; }
  .vr-geo-directory .widget-area .geodir-loc-bar {
    margin: 0; }
  .vr-geo-directory .wp-block-geodirectory-geodir-widget-notifications {
    width: 100%;
    order: 1; }
    .vr-geo-directory .wp-block-geodirectory-geodir-widget-notifications .gd-notification {
      margin: 0 0 20px 0; }
  .vr-geo-directory .wp-block-geodirectory-geodir-widget-loop-actions {
    order: 2;
    width: 40%; }
  .vr-geo-directory .wp-block-geodirectory-geodir-widget-search {
    order: 3;
    width: calc(60% - 10px);
    margin-left: 10px; }
  .vr-geo-directory .wp-block-geodirectory-geodir-widget-loop {
    order: 4; }
  .vr-geo-directory .wp-block-geodirectory-geodir-widget-loop-paging {
    order: 5;
    width: 100%; }
  .vr-geo-directory .geodir-loop-actions-container {
    background: #f3f3f3;
    border: 1px #e6e6e6 solid;
    padding: 10px;
    border-radius: 5px; }
    .vr-geo-directory .geodir-loop-actions-container .clearfix {
      display: flex; }
      .vr-geo-directory .geodir-loop-actions-container .clearfix > div {
        flex: 1; }
    .vr-geo-directory .geodir-loop-actions-container .geodir-tax-sort select,
    .vr-geo-directory .geodir-loop-actions-container .geodir-list-view-select select {
      font-size: 14px;
      height: 38px;
      width: 150px;
      border: 1px solid #ccc; }
    .vr-geo-directory .geodir-loop-actions-container .geodir-list-view-select {
      margin-right: 0 !important; }
  .vr-geo-directory .geodir-loc-bar-in {
    border-left: 0;
    padding: 5px 7px 5px 5px;
    border-radius: 0 5px 5px 0; }
  .vr-geo-directory .select2-container.gd-select2-container {
    width: 100% !important; }
  .vr-geo-directory .select2-container.gd-select2-container .select2-selection--single {
    height: 38px !important;
    box-shadow: none;
    padding: 10px 24px 6px 10px;
    border-radius: 3px;
    border-color: #ccc; }
  .vr-geo-directory .select2-container.gd-select2-container .select2-selection--single .select2-selection__arrow {
    top: 1px; }
  .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-left .gd-badge-meta {
    margin: 10px 0px 0 10px;
    position: relative;
    z-index: 2; }
    .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-left .gd-badge-meta a {
      font-size: 13px; }
  .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-left .geodir_post_meta a {
    font-size: 13px; }
  .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-left .wp-block-geodirectory-geodir-widget-post-fav {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-left .gd-fav-info-wrap {
    margin: 0;
    position: relative;
    top: 3px; }
  .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-left .wp-block-geodirectory-geodir-widget-post-images {
    margin-top: -33px; }
  .vr-geo-directory ul.geodir-category-list-view li .gd-list-item-right .wp-block-geodirectory-geodir-widget-output-location {
    display: none; }
  .vr-geo-directory .geo-sidebar .widget a:before {
    display: none; }
  .vr-geo-directory .geo-sidebar .widget li a {
    padding-left: 0; }
  .vr-geo-directory .gd-categories-widget ul {
    width: 100%; }
  .vr-geo-directory .gd-categories-widget li a:before {
    display: none; }
  .vr-geo-directory .gd-categories-widget .gd-cptcat-li {
    margin: .25em 0 0; }
    .vr-geo-directory .gd-categories-widget .gd-cptcat-li a {
      line-height: 45px;
      padding: 0;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center; }
      .vr-geo-directory .gd-categories-widget .gd-cptcat-li a .gd-cptcat-icon {
        display: block;
        height: auto;
        width: 100%; }
    .vr-geo-directory .gd-categories-widget .gd-cptcat-li .gd-cptcat-cat-left {
      width: 60px; }
    .vr-geo-directory .gd-categories-widget .gd-cptcat-li .gd-cptcat-cat-right {
      width: calc(100% - 60px);
      padding: 0 15px; }
      .vr-geo-directory .gd-categories-widget .gd-cptcat-li .gd-cptcat-cat-right a {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between; }
      .vr-geo-directory .gd-categories-widget .gd-cptcat-li .gd-cptcat-cat-right .gd-cptcat-count {
        border-radius: 4px;
        line-height: normal;
        padding: 4px 3px; }
  .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list {
    margin-left: -10px;
    margin-bottom: 10px; }
    .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li {
      margin: 0 0 10px 10px;
      min-height: 40px;
      height: 40px;
      width: calc(100% / 2 - 10px); }
      .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li .gd-cptcat-cat-left {
        width: 40px; }
      .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li .gd-cptcat-cat-right {
        width: calc(100% - 40px); }
        .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li .gd-cptcat-cat-right a {
          padding-right: 8px; }
      .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li a {
        height: 40px;
        line-height: 40px; }
        .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li a .gd-cptcat-icon {
          font-size: 18px; }
          .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li a .gd-cptcat-icon i {
            line-height: 40px; }
  .vr-geo-directory .geodir_bestof_widget .bestof-cat-title {
    font-size: 20px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between; }
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view:not(.geodir-gridview) .gd-badge-meta {
    display: none; }
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view:not(.geodir-gridview) .wp-block-geodirectory-geodir-widget-post-fav {
    display: none; }
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view:not(.geodir-gridview) li .gd-list-item-left .wp-block-geodirectory-geodir-widget-post-images {
    margin-top: 0; }
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view:not(.geodir-gridview) .geodir-entry-title {
    margin-top: 0; }
  .vr-geo-directory .geodir_bestof_widget .select2-container.gd-select2-container {
    margin-bottom: 20px; }
  .vr-geo-directory .widget.geodir-listings .widget-title {
    margin-bottom: 0; }
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-left {
    width: 100%;
    float: none; }
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right {
    width: 100%;
    float: none;
    padding-left: 0; }
    .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title {
      margin-top: 8px;
      margin-bottom: 11px; }
      .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title a {
        font-size: 20px;
        line-height: 1.2; }
    .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .gd-badge-meta {
      margin: 0 5px 0 0; }
      .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .gd-badge-meta a {
        font-size: 13px; }
    .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .geodir_post_meta a {
      font-size: 13px; }
    .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content,
    .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .geodir-post-content-container {
      font-size: 16px;
      max-height: 83px !important; }
  .vr-geo-directory .widget.geodir-recently-viewed .widget-title {
    margin-bottom: 0; }
  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-left {
    width: 100%;
    float: none; }
  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right {
    width: 100%;
    float: none;
    padding-left: 0; }
    .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title {
      margin-top: 8px;
      margin-bottom: 11px; }
      .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title a {
        font-size: 20px;
        line-height: 1.2; }
    .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .gd-badge-meta {
      margin: 0 5px 0 0; }
      .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .gd-badge-meta a {
        font-size: 13px; }
    .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .geodir_post_meta a {
      font-size: 13px; }
    .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content,
    .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .geodir-post-content-container {
      font-size: 16px;
      max-height: 83px !important; }
  .vr-geo-directory .widget.geodir-loop-actions-container {
    border-right: 1px #e6e6e6 solid;
    border-radius: 5px;
    width: 328px;
    margin-left: auto;
    margin-right: auto; }
  .vr-geo-directory .geodir-output-location .geodir-field-property_features > ul {
    display: inline; }
    .vr-geo-directory .geodir-output-location .geodir-field-property_features > ul li {
      display: inline;
      margin-right: 11px;
      line-height: 1.3; }
  .vr-geo-directory .geodir-page-title-container .geodir-page-title {
    font-size: 26px; }
  .vr-geo-directory .geodir-post-slider .geodir-slides li {
    margin: 0; }
  .vr-geo-directory .geodir-post-slider .geodir-direction-nav li a {
    position: absolute;
    line-height: 40px;
    margin-top: -40px; }
  .vr-geo-directory .geodir-post-slider ul.geodir-images.geodir-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px !important; }
    .vr-geo-directory .geodir-post-slider ul.geodir-images.geodir-gallery li {
      margin-right: 0;
      width: calc(100% / 3 - 10px);
      margin-left: 10px;
      margin-bottom: 10px; }
  .vr-geo-directory .geodir-wgt-recent-reviews .geodir_reviewer_content {
    font-size: 14px;
    font-family: "Montserrat"; }
    .vr-geo-directory .geodir-wgt-recent-reviews .geodir_reviewer_content .geodir_reviewer_author {
      text-transform: capitalize; }
    .vr-geo-directory .geodir-wgt-recent-reviews .geodir_reviewer_content a {
      font-size: 14px; }
    .vr-geo-directory .geodir-wgt-recent-reviews .geodir_reviewer_content .geodir_reviewer_text {
      font-size: 16px;
      line-height: 1.4;
      margin-top: 10px; }
    .vr-geo-directory .geodir-wgt-recent-reviews .geodir_reviewer_content .gd-rating-wrap {
      font-size: 12px; }
  .vr-geo-directory .widget.geodir-search-container .geodir-loc-bar-in {
    border-left: 1px #e6e6e6 solid;
    border-radius: 5px; }
  .vr-geo-directory .widget.geodir-single-taxonomies-container .geodir_post_taxomomies {
    padding: 0; }
  .vr-geo-directory .widget.geodir-single-taxonomies-container .geodir-category {
    font-size: 18px !important;
    width: 100% !important;
    float: none;
    line-height: 1.3;
    display: inline-block; }
  .vr-geo-directory .widget.geodir-single-taxonomies-container .geodir-tags {
    font-size: 18px !important;
    width: 100% !important;
    float: none;
    line-height: 1.3;
    display: inline-block;
    text-align: left !important;
    padding-left: 0 !important;
    margin-top: 20px; }
  .vr-geo-directory .widget.geodir-wgt-map .geodir-map-cat-filter-wrap .map-category-listing {
    bottom: 23px; }
  .vr-geo-directory .widget.geodir-dashboard-container .select2-selection--single .select2-selection__placeholder {
    line-height: normal !important; }
  .vr-geo-directory .widget.geodir-add-listing .geodir-note {
    font-size: 16px; }
    .vr-geo-directory .widget.geodir-add-listing .geodir-note .geodir-required {
      color: #ff0000;
      display: inline-block;
      line-height: 10px;
      position: relative;
      top: 2px; }
  .vr-geo-directory .widget.geodir-add-listing #geodirectory-add-post h5 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    color: #140053;
    font-weight: 600;
    margin-bottom: 17px; }
    @media only screen and (min-width: 1921px) {
      .vr-geo-directory .widget.geodir-add-listing #geodirectory-add-post h5 {
        font-size: 20px; } }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row label {
    float: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_textfield,
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_textarea,
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row select {
    float: none;
    padding: 6px;
    width: 100%;
    margin-bottom: 0; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_message_note {
    padding-bottom: 3px;
    padding-left: 0; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_message_error {
    float: none;
    padding-left: 0;
    font-size: 14px; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_taxonomy_field,
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_multiselect_list {
    float: none;
    width: 100%; }
    .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_taxonomy_field select,
    .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_multiselect_list select {
      font-size: 15px;
      height: auto; }
      .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_taxonomy_field select option,
      .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_multiselect_list select option {
        padding: 5px 0; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .gd-wpvr-field,
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir_taxonomy_field {
    float: none !important;
    width: 100% !important; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .gd-locate-me .geodir_textfield {
    box-shadow: none;
    outline: none; }
    .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .gd-locate-me .geodir_textfield:focus {
      border-color: rgba(6, 108, 255, 0.15); }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .gd-locate-me .gd-input-group-addon {
    border-color: rgba(6, 108, 255, 0.15); }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir-add-files input[type="button"] {
    line-height: 40px;
    padding: 0px 20px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #666; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir-add-files #upload-msg {
    font-size: 14px; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .geodir-add-files .geodir-files-dropbox {
    border-width: 2px; }
  .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .gd-wpvr-field table {
    margin: 0; }
    .vr-geo-directory .widget.geodir-add-listing .geodir_form_row .gd-wpvr-field table td {
      border: none;
      border-bottom: none;
      padding: 3px 0; }
  .vr-geo-directory .widget.geodir-add-listing #geodir_address_map_row .geodir_button {
    line-height: 40px;
    padding: 0px 20px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #666; }
  .vr-geo-directory .widget.geodir-add-listing #terms_conditions_row a {
    font-size: 15px; }
  .vr-geo-directory .widget.geodir-add-listing #temp_closed_row,
  .vr-geo-directory .widget.geodir-add-listing #featured_row {
    font-size: 15px; }
  .vr-geo-directory .widget.geodir-add-listing #geodir-add-listing-submit {
    padding: 0 !important;
    text-align: left !important;
    margin-top: 10px; }
    .vr-geo-directory .widget.geodir-add-listing #geodir-add-listing-submit button[type="submit"].geodir_button {
      line-height: 40px;
      padding: 0px 20px;
      font-size: 15px;
      border-radius: 5px; }

.select2-container.gd-select2-container .select2-results__option {
  padding: 7px 12px;
  font-size: 14px; }

.vr-geo-directory .geodir-search-container .geodir-listing-search.gd-search-bar-style .geodir-loc-bar {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0; }

body ul.geodir-category-list-view li h2 {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-weight: 600; }

ul.geodir-category-list-view li h2 a {
  color: #140053; }

ul.geodir-category-list-view li h2 a:hover {
  color: #470bfe; }

body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content {
  font-size: 16px;
  max-height: 84px !important;
  background: #fff;
  text-align: left;
  margin-bottom: 10px; }
  body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content .gd-read-more {
    display: none; }

body ul.geodir-category-list-view li .gd-rating i,
body ul.geodir-category-list-view li .gd-rating svg {
  margin: 0 1px;
  font-size: 12px; }

.geodir-addtofav-icon i,
.geodir-addtofav-icon svg {
  text-shadow: none;
  font-size: 14px;
  margin: 0;
  color: #fff !important; }

.geodir-removetofav-icon i,
.geodir-removetofav-icon svg {
  color: #470bfe !important;
  text-shadow: none; }

body ul.geodir-category-list-view li .geodir_post_meta {
  font-size: 14px; }

body ul.geodir-category-list-view li .geodir_post_meta.geodir-field-property_features > ul {
  display: inline; }

body ul.geodir-category-list-view li .geodir_post_meta.geodir-field-property_features > ul li {
  display: inline;
  margin-right: 7px; }

body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content .gd-read-more-fade,
body ul.geodir-category-list-view li .gd-list-item-right .geodir-post-content-container .gd-read-more-fade {
  text-align: left;
  margin: 0;
  padding: 15px 0 0 0;
  background: #fff; }

.geodir-pagination ul.page-numbers {
  padding: 20px 0 13px !important;
  margin: 30px 0 0 0; }

.geodir-pagination ul.page-numbers li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  transition: all 0.3s ease;
  border: none;
  padding: 0; }

.geodir-pagination ul.page-numbers li:first-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.geodir-pagination ul.page-numbers li:last-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-right: 0; }

.geodir-pagination ul.page-numbers li .page-numbers {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #454545;
  border-radius: 50%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08); }

.geodir-pagination ul.page-numbers li .page-numbers:hover,
.geodir-pagination ul.page-numbers li .page-numbers.current {
  background-color: #470bfe;
  color: #fff !important; }

@media only screen and (max-width: 1400px) {
  .vr-geo-directory {
    padding: 130px 0; } }
@media only screen and (max-width: 1399px) {
  .vr-geo-directory {
    padding: 130px 0; }

  .vr-geo-directory article {
    padding-right: 0; }

  .vr-geo-directory .geodir-post-slider ul.geodir-images.geodir-gallery li {
    width: calc(100% / 2 - 10px); } }
@media only screen and (max-width: 1199px) {
  .vr-geo-directory {
    padding: 90px 0; }

  .vr-geo-directory .entry-content .geodir-search-container {
    width: 100%;
    margin-top: 10px; }

  .vr-geo-directory .geodir-loop-actions-container {
    border-right: 1px #e6e6e6 solid;
    border-radius: 5px;
    width: 100%;
    padding: 10px; }

  .vr-geo-directory .geodir-loc-bar-in {
    border-left: 1px #e6e6e6 solid;
    border-radius: 5px; }

  .vr-geo-directory .select2-container.gd-select2-container {
    width: 100% !important;
    max-width: 587px; }

  .vr-geo-directory aside.vr-sidebar-content {
    padding: 20px; }

  .vr-geo-directory aside.vr-sidebar-content .widget:nth-child(2n+1) {
    padding-left: 0; }

  .vr-geo-directory aside.vr-sidebar-content .widget:nth-child(2n) {
    padding-right: 0; }

  .vr-geo-directory aside.vr-sidebar-content .widget {
    width: 100%; }

  .vr-geo-directory aside.vr-sidebar-content .widget {
    margin: 0 0 25px; }

  .vr-geo-directory aside.vr-sidebar-content .widget:last-child {
    margin-bottom: 0; }

  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title a,
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title a,
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view li .gd-list-item-right .geodir-entry-title a {
    font-size: 18px; } }
@media only screen and (max-width: 991px) {
  .select2-container.gd-select2-container {
    width: auto !important; }

  .vr-geo-directory .select2-container.gd-select2-container {
    max-width: 670px; }

  .vr-geo-directory aside.vr-sidebar-content {
    margin-top: 50px; }

  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view > li,
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view > li,
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view > li {
    width: 48% !important;
    display: inline-block; }

  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view > li:nth-child(2n+0),
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view > li:nth-child(2n+0),
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view > li:nth-child(2n+0) {
    margin-left: 4% !important; }

  .vr-geo-directory .geodir_bestof_widget ul.geodir-bestof-cat-list li {
    width: calc(100% / 3 - 10px); }

  .vr-geo-directory .geodir-post-slider ul.geodir-images.geodir-gallery li {
    width: calc(100% / 5 - 10px); } }
@media only screen and (max-width: 767px) {
  .vr-geo-directory {
    padding: 70px 0; }

  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view > li,
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view > li,
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view > li {
    width: 100% !important; }

  .vr-geo-directory .widget.geodir-recently-viewed ul.geodir-category-list-view > li:nth-child(2n+0),
  .vr-geo-directory .widget.geodir-listings ul.geodir-category-list-view > li:nth-child(2n+0),
  .vr-geo-directory .geodir_bestof_widget ul.geodir-category-list-view > li:nth-child(2n+0) {
    margin-left: 0 !important; } }
@media only screen and (max-width: 575px) {
  body .vr-geo-directory ul.geodir-category-list-view > li {
    width: 100% !important;
    margin-left: 0 !important; }

  .vr-geo-directory .gd-categories-widget .gd-cptcat-li .gd-cptcat-cat-right a {
    font-size: 14px; }

  .vr-geo-directory .gd-categories-widget .gd-cptcat-li .gd-cptcat-cat-right {
    padding: 0 10px; }

  .vr-geo-directory .geodir_bestof_widget .bestof-cat-title {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start; }

  .vr-geo-directory .widget.geodir-recently-viewed .geodir-post-fav .gd-fav-info-wrap.gd-align-right .geodir-fav-text,
  .vr-geo-directory .widget.geodir-listings .geodir-post-fav .gd-fav-info-wrap.gd-align-right .geodir-fav-text,
  .vr-geo-directory .geodir_bestof_widget .geodir-post-fav .gd-fav-info-wrap.gd-align-right .geodir-fav-text {
    display: none; }

  .vr-geo-directory .geodir-post-slider ul.geodir-images.geodir-gallery li {
    width: calc(100% / 3 - 10px); } }
@media only screen and (max-width: 440px) {
  .vr-geo-directory .geodir-post-slider ul.geodir-images.geodir-gallery li {
    width: calc(100% / 2 - 10px); } }
.geodir-page .vr-geo-directory-single .entry-content,
.single-gd_place .vr-geo-directory-single .entry-content {
  display: block; }
.geodir-page .vr-geo-directory-single .geodir-post-slider,
.single-gd_place .vr-geo-directory-single .geodir-post-slider {
  width: 100%; }
  .geodir-page .vr-geo-directory-single .geodir-post-slider .geodir-image-wrapper .geodir-viewport,
  .single-gd_place .vr-geo-directory-single .geodir-post-slider .geodir-image-wrapper .geodir-viewport {
    margin-bottom: 15px; }
  .geodir-page .vr-geo-directory-single .geodir-post-slider .geodir-direction-nav a,
  .single-gd_place .vr-geo-directory-single .geodir-post-slider .geodir-direction-nav a {
    font-size: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; }
  .geodir-page .vr-geo-directory-single .geodir-post-slider .geodir-control-paging li a,
  .single-gd_place .vr-geo-directory-single .geodir-post-slider .geodir-control-paging li a {
    background: rgba(71, 11, 254, 0.5); }
    .geodir-page .vr-geo-directory-single .geodir-post-slider .geodir-control-paging li a:hover,
    .single-gd_place .vr-geo-directory-single .geodir-post-slider .geodir-control-paging li a:hover {
      background: rgba(71, 11, 254, 0.7); }
    .geodir-page .vr-geo-directory-single .geodir-post-slider .geodir-control-paging li a.geodir-active,
    .single-gd_place .vr-geo-directory-single .geodir-post-slider .geodir-control-paging li a.geodir-active {
      background: rgba(71, 11, 254, 0.9); }
.geodir-page .vr-geo-directory-single .geodir-single-taxonomies-container,
.single-gd_place .vr-geo-directory-single .geodir-single-taxonomies-container {
  width: 100%; }
  .geodir-page .vr-geo-directory-single .geodir-single-taxonomies-container .geodir-category,
  .single-gd_place .vr-geo-directory-single .geodir-single-taxonomies-container .geodir-category {
    font-size: 15px;
    width: 50%; }
  .geodir-page .vr-geo-directory-single .geodir-single-taxonomies-container .geodir-tags,
  .single-gd_place .vr-geo-directory-single .geodir-single-taxonomies-container .geodir-tags {
    font-size: 15px;
    width: 50%;
    padding-left: 10px;
    text-align: right; }
.geodir-page .vr-geo-directory-single .geodir-single-tabs-container,
.single-gd_place .vr-geo-directory-single .geodir-single-tabs-container {
  width: 100%; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-tabs dl.geodir-tab-head dd a,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-tabs dl.geodir-tab-head dd a {
    font-size: 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-tabs dl.geodir-tab-head dd.geodir-tab-active a,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-tabs dl.geodir-tab-head dd.geodir-tab-active a {
    color: #470bfe;
    border-color: #470bfe; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h1,
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h2,
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h3,
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h4,
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h5,
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h6,
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content p,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h1,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h2,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h3,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h4,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h5,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content h6,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-field-post_content p {
    margin-bottom: 10px; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions .gd-input-group-addon,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions .gd-input-group-addon {
    height: 50px !important; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions input[type="text"],
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions input[type="text"] {
    box-shadow: none;
    height: 50px !important;
    font-size: 16px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions input[type="text"]:focus,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions input[type="text"]:focus {
      border-color: rgba(6, 108, 255, 0.15); }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions .gd-map-mylocation,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions .gd-map-mylocation {
    width: 51px;
    border-color: rgba(6, 108, 255, 0.15);
    background: rgba(6, 108, 255, 0.15); }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions .gd-mylocation-go [type="button"],
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .gd-get-directions .gd-mylocation-go [type="button"] {
    border-radius: 5px;
    font-size: 16px; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options {
    margin-top: 20px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options:after,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options:after {
      content: "";
      display: block;
      clear: both; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options #travel-mode,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options #travel-mode {
      width: 50%;
      float: left;
      font-size: 16px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options #travel-units,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options #travel-units {
      width: calc(50% - 20px);
      float: left;
      margin-left: 20px;
      font-size: 16px; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .adp-placemark,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-map-directions-wrap .adp-placemark {
    border-color: #ddd; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area {
    margin-top: 10px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comments-title,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comments-title {
      font-size: 22px;
      line-height: 1.3;
      padding-bottom: 5px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .gd-rating .gd-rating-wrap > span,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .gd-rating .gd-rating-wrap > span {
      font-size: 14px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area article,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area article {
      padding-right: 0; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-author cite,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-author cite {
      font-style: normal;
      text-transform: capitalize; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-links,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-links {
      display: flex; }
      .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-links a,
      .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-links a {
        font-size: 16px;
        margin-right: 10px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .commentlist > li,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .commentlist > li {
      padding: 10px 15px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .commentlist .children,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .commentlist .children {
      margin-top: 10px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .commentlist .geodir-review-author,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .commentlist .geodir-review-author {
      padding: 0px 6px;
      text-align: left;
      display: inline-block; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-reply-title,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .comment-reply-title {
      margin-bottom: 5px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .gd-rating-input-wrap,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .gd-rating-input-wrap {
      order: 1;
      width: 100%;
      margin-bottom: 10px; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area p.comment-form-author,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area p.comment-form-author {
      order: 2; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area p.comment-form-email,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area p.comment-form-email {
      order: 3; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area p.comment-form-comment,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area p.comment-form-comment {
      order: 4; }
    .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .form-submit,
    .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .geodir-comments-area .form-submit {
      order: 5; }
  .geodir-page .vr-geo-directory-single .geodir-single-tabs-container .pnlm-container,
  .single-gd_place .vr-geo-directory-single .geodir-single-tabs-container .pnlm-container {
    width: 100% !important;
    height: 520px !important; }
.geodir-page .vr-geo-directory-single .geodir-output-location .geodir-output-location-detail .geodir_post_meta.geodir-field-address,
.single-gd_place .vr-geo-directory-single .geodir-output-location .geodir-output-location-detail .geodir_post_meta.geodir-field-address {
  line-height: 26px; }
.geodir-page .vr-geo-directory-single .geodir-output-location .geodir-output-location-detail .geodir_post_meta,
.single-gd_place .vr-geo-directory-single .geodir-output-location .geodir-output-location-detail .geodir_post_meta {
  line-height: 24px; }

@media only screen and (max-width: 1060px) {
  #geodir-tab-mobile-menu {
    font-size: 16px;
    border: 1px #e2e2e2 solid;
    padding: 10px 15px;
    border-radius: 5px; }
    #geodir-tab-mobile-menu .fa-sort-down {
      margin-top: 0; }

  .geodir-tabs dl.geodir-tab-head {
    margin-top: 4px;
    border: 1px solid #e2e2e2;
    border-radius: 5px; }

  .single-gd_place .vr-geo-directory .geodir-single-tabs-container .geodir-tabs dl.geodir-tab-head dd.geodir-tab-active a {
    color: #470bfe;
    border-color: transparent;
    background: #f5f5ff; } }
@media only screen and (max-width: 767px) {
  .single-gd_place .vr-geo-directory .geodir-single-taxonomies-container .geodir-category {
    width: 100%;
    float: none; }

  .single-gd_place .vr-geo-directory .geodir-single-taxonomies-container .geodir-tags {
    width: 100%;
    padding-left: 0;
    text-align: left; }

  .single-gd_place .vr-geo-directory .geodir_post_taxomomies {
    padding: 0 0px 15px; } }
@media only screen and (max-width: 576px) {
  .single-gd_place .vr-geo-directory .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options #travel-mode {
    width: 100%;
    float: none; }

  .single-gd_place .vr-geo-directory .geodir-single-tabs-container .geodir-map-directions-wrap #directions-options #travel-units {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 10px; }

  .single-gd_place .vr-geo-directory .geodir-single-tabs-container .geodir-comments-area .commentlist .children {
    margin-left: 0; }

  .single-gd_place .vr-geo-directory .geodir-post-slider .geodir-direction-nav a {
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: -30px 0 0; } }
.vr-geo-directory .wp-block-geodirectory-geodir-widget-search .geodir-loc-bar-in {
  border-left: 1px #e6e6e6 solid;
  padding: 5px 7px 5px 5px;
  border-radius: 5px; }
.vr-geo-directory .wp-block-geodirectory-geodir-widget-search .entry-content .geodir-search-container {
  width: calc(100% - 168px); }
.vr-geo-directory .wp-block-geodirectory-geodir-widget-search .geodir-loop-actions-container {
  padding: 10px 10px;
  border-right: 1px #e6e6e6 solid;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  width: auto; }
.vr-geo-directory .wp-block-geodirectory-geodir-widget-search .geodir-list-view-select {
  margin-right: 0; }

body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button {
  border: 1px solid #ccc; }

@media only screen and (max-width: 1199px) {
  .vr-geo-directory .wp-block-geodirectory-geodir-widget-search {
    width: 100%;
    margin-left: 0; }

  .vr-geo-directory .wp-block-geodirectory-geodir-widget-loop-actions {
    width: 100%; } }
@media only screen and (max-width: 1060px) {
  .vr-geo-directory .entry-content .geodir-search-container {
    width: 100%; }

  .vr-geo-directory .geodir-loc-bar-in {
    border: 1px #e6e6e6 solid;
    border-radius: 5px; }

  .vr-geo-directory .geodir-loop-actions-container {
    display: none; } }
.geodir-page-location .vr-geo-directory .entry-content {
  display: block; }
.geodir-page-location .vr-geo-directory article.page {
  padding-top: 0; }
  .geodir-page-location .vr-geo-directory article.page .entry-content > p {
    display: none; }
.geodir-page-location .vr-geo-directory .gd-categories-widget .gd-cptcat-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px; }
  .geodir-page-location .vr-geo-directory .gd-categories-widget .gd-cptcat-row ul.gd-cptcat-ul {
    width: calc(100% / 3 - 15px);
    margin-left: 15px; }
    .geodir-page-location .vr-geo-directory .gd-categories-widget .gd-cptcat-row ul.gd-cptcat-ul .gd-cptcat-li {
      margin: 0 0 15px; }
.geodir-page-location .vr-geo-directory .geodir-wgt-map {
  width: 100%; }
  .geodir-page-location .vr-geo-directory .geodir-wgt-map .map_background {
    height: 450px;
    margin: 5px 0 20px; }
  .geodir-page-location .vr-geo-directory .geodir-wgt-map .geodir-map-cat-filter-wrap {
    position: relative; }
    .geodir-page-location .vr-geo-directory .geodir-wgt-map .geodir-map-cat-filter-wrap .map-category-listing {
      right: 10px; }
  .geodir-page-location .vr-geo-directory .geodir-wgt-map #gd_map_canvas_directory_loading_div {
    height: 100% !important; }
  .geodir-page-location .vr-geo-directory .geodir-wgt-map #gd_map_canvas_directory {
    height: 450px !important; }
.geodir-page-location .vr-geo-directory .geodir-search-container {
  width: 100%; }
  .geodir-page-location .vr-geo-directory .geodir-search-container .geodir-loc-bar-in {
    border-left: 1px #e6e6e6 solid;
    border-radius: 5px; }
.geodir-page-location .widget.geodir-categories-container .gd-cptcat-row ul.gd-cptcat-ul {
  width: 100%;
  margin-left: 0; }
.geodir-page-location .wp-block-geodirectory-geodir-widget-search {
  order: inherit;
  width: 100%;
  margin-left: 0; }

@media only screen and (max-width: 1199px) {
  .geodir-page-location .vr-geo-directory .gd-categories-widget .gd-cptcat-row ul.gd-cptcat-ul {
    width: calc(100% / 2 - 15px); } }
@media only screen and (max-width: 991px) {
  .geodir-page-location .vr-geo-directory .geodir-search-container {
    margin-top: 0; } }
@media only screen and (max-width: 575px) {
  .geodir-page-location .vr-geo-directory .gd-categories-widget .gd-cptcat-row {
    margin-left: 0; }

  .geodir-page-location .vr-geo-directory .gd-categories-widget .gd-cptcat-row ul.gd-cptcat-ul {
    width: 100%;
    margin-left: 0; } }
.vr-woocommerce-content {
  padding: 160px 0; }
  .vr-woocommerce-content .woocommerce-breadcrumb {
    background: #f1f1f1;
    margin-bottom: 30px;
    padding: 8px 16px; }
    .vr-woocommerce-content .woocommerce-breadcrumb a {
      font-weight: 500; }
      .vr-woocommerce-content .woocommerce-breadcrumb a:hover {
        color: #470bfe; }
  .vr-woocommerce-content ul.products li.product .woocommerce-loop-product__title,
  .vr-woocommerce-content ul.products li.product h3 {
    font-size: 24px; }
  .vr-woocommerce-content span.onsale {
    padding: 0; }
  .vr-woocommerce-content .woocommerce-pagination ul {
    border: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-flow: row;
    align-items: center;
    justify-content: center; }
    .vr-woocommerce-content .woocommerce-pagination ul li {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border-right: none !important;
      background-color: #fff;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
      margin-left: 6px !important;
      transition: all 0.3s ease; }
      .vr-woocommerce-content .woocommerce-pagination ul li .page-numbers {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #454545; }
        .vr-woocommerce-content .woocommerce-pagination ul li .page-numbers.current, .vr-woocommerce-content .woocommerce-pagination ul li .page-numbers:hover {
          background-color: #470bfe;
          color: #fff !important; }
  .vr-woocommerce-content div.product .product_title {
    margin-bottom: 20px; }
  .vr-woocommerce-content div.product p.price,
  .vr-woocommerce-content div.product span.price {
    margin-bottom: 10px; }
  .vr-woocommerce-content .woocommerce-product-details__short-description {
    margin-bottom: 15px; }
  .vr-woocommerce-content .woocommerce-product-gallery__wrapper {
    margin-left: -15px !important; }
    .vr-woocommerce-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
      margin-bottom: 15px;
      margin-left: 15px; }
  .vr-woocommerce-content .related.products > h2 {
    margin-bottom: 15px; }
  .vr-woocommerce-content .woocommerce-message {
    border-top-color: #470bfe; }
  .vr-woocommerce-content .woocommerce-message::before {
    color: #470bfe; }

.woocommerce-cart .vr-preloader,
.woocommerce-checkout .vr-preloader {
  display: none !important; }

.woocommerce-cart .woocommerce {
  margin-top: 80px;
  margin-bottom: 90px; }
  .woocommerce-cart .woocommerce .cart_totals > h2 {
    font-size: 30px;
    margin-bottom: 15px; }
  .woocommerce-cart .woocommerce table.cart img {
    width: 70px; }
  .woocommerce-cart .woocommerce .woocommerce-info,
  .woocommerce-cart .woocommerce .woocommerce-error {
    border-top-color: #470bfe; }
  .woocommerce-cart .woocommerce .woocommerce-info::before,
  .woocommerce-cart .woocommerce .woocommerce-error::before {
    color: #470bfe; }
  .woocommerce-cart .woocommerce .coupon {
    display: flex;
    align-items: flex-start; }
    .woocommerce-cart .woocommerce .coupon .input-text {
      width: 290px !important;
      padding: 5px 15px !important; }
  .woocommerce-cart .woocommerce table.cart td.actions .button {
    padding: 17px 23px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto'; }
  .woocommerce-cart .woocommerce #calc_shipping_state_field > span {
    display: block;
    width: 100%; }

.woocommerce-page .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1 {
  max-width: 100%;
  flex: 100%;
  padding: 0; }
.woocommerce-page .form-row,
.woocommerce .form-row {
  display: block; }
.woocommerce-page .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--single {
  border-color: rgba(6, 108, 255, 0.15); }
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce .select2-container .select2-selection--single {
  height: 50px; }
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px; }
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 12px; }
.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px; }
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #470bfe; }
  .woocommerce-page .woocommerce-message:before,
  .woocommerce-page .woocommerce-info:before,
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-info:before {
    color: #470bfe; }
.woocommerce-page table,
.woocommerce table {
  border-collapse: collapse !important; }

.woocommerce-checkout .woocommerce {
  margin-top: 80px;
  margin-bottom: 130px; }
  .woocommerce-checkout .woocommerce form #order_review_heading {
    margin-bottom: 10px;
    margin-top: 30px; }
  .woocommerce-checkout .woocommerce form #payment #place_order {
    margin-top: 30px; }
  .woocommerce-checkout .woocommerce #order_review_heading,
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3,
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3 {
    font-size: 30px; }
.woocommerce-checkout .select2-results__option {
  font-size: 15px;
  padding: 2px 12px !important;
  transition: all 0.3s ease; }
.woocommerce-checkout #ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-size: 17px; }

#payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .vr-woocommerce-content .button {
  background-color: #470bfe !important;
  box-shadow: 0px 20px 40px 0px rgba(6, 2, 144, 0.1);
  color: #fff !important; }
  #payment #place_order:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce .vr-woocommerce-content .button:hover {
    background-color: #140053 !important;
    color: #fff !important; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: 400; }

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #470bfe; }
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #140053; }

.woocommerce .vr-woocommerce-content .button.single_add_to_cart_button {
  padding: 16px 20px; }

.single-product .vr-woocommerce-content {
  padding: 160px 0 90px; }

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 10px; }
.woocommerce-order-received .woocommerce-order ul.order_details {
  background: #f7f7f7;
  padding: 24px; }
.woocommerce-order-received .woocommerce-order .woocommerce-order-downloads .woocommerce-order-downloads__title {
  font-size: 30px;
  margin-bottom: 5px; }
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 30px;
  margin-bottom: 5px; }
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 30px;
  margin-bottom: 5px; }
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px; }

@media only screen and (max-width: 1400px) {
  .vr-woocommerce-content {
    padding: 140px 0; }

  .single-product .vr-woocommerce-content {
    padding: 140px 0 70px; }

  .woocommerce-checkout .woocommerce {
    margin-top: 60px;
    margin-bottom: 110px; }

  .woocommerce-cart .woocommerce {
    margin-top: 60px;
    margin-bottom: 70px; } }
@media only screen and (max-width: 1199px) {
  .vr-woocommerce-content {
    padding: 100px 0; }

  .single-product .vr-woocommerce-content {
    padding: 100px 0 30px; }

  .woocommerce ul.products, .woocommerce-page ul.products {
    margin-left: -30px !important; }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 0 2.992em 30px;
    width: calc(100% / 3 - 30px); }

  .woocommerce-checkout .woocommerce {
    margin-top: 20px;
    margin-bottom: 70px; }

  .woocommerce-cart .woocommerce {
    margin-top: 20px;
    margin-bottom: 30px; } }
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .woocommerce form .col2-set .col-1,
  .woocommerce-checkout .woocommerce form .col2-set .col-2 {
    float: none;
    width: 100%; }

  .woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 30px; }

  .woocommerce-order-received .woocommerce-order ul.order_details {
    padding: 20px 20px 10px; }

  .woocommerce-order-received .woocommerce-order ul.order_details li {
    margin-top: 5px;
    margin-bottom: 5px; }

  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column--billing-address {
    margin-bottom: 25px; } }
@media only screen and (max-width: 768px) {
  .woocommerce ul.products, .woocommerce-page ul.products {
    margin-left: 0 !important; } }
@media only screen and (max-width: 767px) {
  .vr-woocommerce-content {
    padding: 70px 0; }

  .single-product .vr-woocommerce-content {
    padding: 70px 0 20px; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    font-size: 16px; }

  .woocommerce-checkout .woocommerce {
    margin-top: 0px;
    margin-bottom: 50px; }

  .woocommerce-cart .woocommerce {
    margin-top: 0px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 575px) {
  .vr-woocommerce-content .woocommerce-result-count {
    float: none;
    margin-bottom: 12px !important; }

  .vr-woocommerce-content .woocommerce-ordering {
    float: none; }

  .woocommerce .vr-woocommerce-content ul.products[class*=columns-] li.product,
  .woocommerce-page .vr-woocommerce-content ul.products[class*=columns-] li.product {
    width: 100%;
    float: none; }

  .woocommerce-checkout .woocommerce form .form-row {
    float: none;
    width: 100%; }

  .woocommerce-checkout .woocommerce #order_review_heading,
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields > h3,
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3 {
    font-size: 24px; }

  .woocommerce-cart .woocommerce .cart_totals > h2 {
    font-size: 24px; }

  .woocommerce-cart .woocommerce .coupon {
    display: block; }

  .woocommerce-cart .woocommerce .coupon .input-text {
    width: 100% !important;
    margin: 0 0 7px 0 !important;
    float: none !important; }

  .woocommerce-cart .woocommerce .coupon button.button {
    float: none !important;
    width: 100% !important; }

  .woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 24px; }

  .woocommerce-order-received .woocommerce-order .woocommerce-order-downloads .woocommerce-order-downloads__title {
    font-size: 24px; }

  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px; } }
.woocommerce-account .vr-preloader {
  display: none !important;
  height: 0;
  width: 0; }
.woocommerce-account input#submit,
.woocommerce-account a.button,
.woocommerce-account button.button,
.woocommerce-account input.button {
  background: #470bfe;
  color: #fff; }
  .woocommerce-account input#submit:hover,
  .woocommerce-account a.button:hover,
  .woocommerce-account button.button:hover,
  .woocommerce-account input.button:hover {
    background-color: #140053;
    color: #fff; }
.woocommerce-account .woocommerce {
  padding-top: 86px;
  padding-bottom: 130px;
  max-width: 400px;
  margin: 0 auto; }
.woocommerce-account.logged-in .woocommerce {
  max-width: 100%; }
.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  margin: 1em 0 0; }
.woocommerce-account form.lost_reset_password {
  border: 1px solid #d3ced2;
  padding: 20px 20px 15px;
  border-radius: 5px; }
  .woocommerce-account form.lost_reset_password .form-row {
    width: 100%; }
    .woocommerce-account form.lost_reset_password .form-row label {
      font-weight: 500; }
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f7f5fd; }
  .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #ecebec; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:last-child {
      border-bottom: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
      padding: 10px 15px;
      display: block;
      color: #333; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:hover a, .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
      color: #007bff; }
.woocommerce-account .woocommerce-Addresses {
  margin-top: 20px; }
.woocommerce-account .woocommerce-MyAccount-content form > h3 {
  font-size: 30px; }
.woocommerce-account .woocommerce-Address-title {
  margin-bottom: 15px;
  display: flex;
  flex-flow: column; }
  .woocommerce-account .woocommerce-Address-title h3 {
    font-size: 30px;
    float: none; }
  .woocommerce-account .woocommerce-Address-title .edit {
    float: none; }
.woocommerce-account .woocommerce-EditAccountForm .button {
  margin-left: 17px; }
.woocommerce-account .woocommerce-order-details {
  margin-top: 15px; }
  .woocommerce-account .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 30px;
    margin-bottom: 5px; }
.woocommerce-account .woocommerce-customer-details {
  margin-bottom: 0; }
  .woocommerce-account .woocommerce-customer-details address {
    border-bottom-width: 1px;
    border-right-width: 1px; }
  .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    font-size: 30px;
    margin-bottom: 5px; }

@media only screen and (max-width: 1400px) {
  .woocommerce-account .woocommerce {
    padding-top: 66px;
    padding-bottom: 110px; } }
@media only screen and (max-width: 1199px) {
  .woocommerce-account .woocommerce {
    padding-top: 26px;
    padding-bottom: 70px; } }
@media only screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px; }

  .woocommerce-account .woocommerce-customer-details .woocommerce-column--billing-address {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce {
    padding-top: 6px;
    padding-bottom: 50px; } }
@media only screen and (max-width: 576px) {
  .woocommerce-account .woocommerce-order-details .woocommerce-order-details__title,
  .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px; } }
.vr-footer-widget-area {
  background: #f7f5fd;
  padding: 134px 0 105px; }
  .vr-footer-widget-area .single-widget .widget-title {
    color: #140053;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 26px; }
  .vr-footer-widget-area .single-widget ul li {
    margin-bottom: 6px; }
    .vr-footer-widget-area .single-widget ul li:last-child {
      margin-bottom: 0; }
    .vr-footer-widget-area .single-widget ul li a {
      font-size: 18px;
      color: rgba(20, 0, 83, 0.7); }
      .vr-footer-widget-area .single-widget ul li a:hover {
        color: #470bfe; }
  .vr-footer-widget-area .single-widget .social-link li {
    display: inline-block;
    line-height: normal;
    margin-right: 15px; }
    .vr-footer-widget-area .single-widget .social-link li:last-child {
      margin-right: 0; }
    .vr-footer-widget-area .single-widget .social-link li a {
      font-size: 24px;
      color: rgba(20, 0, 83, 0.5); }
      .vr-footer-widget-area .single-widget .social-link li a:hover {
        color: #470bfe; }
  .vr-footer-widget-area .single-widget.widget_product_categories li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
    .vr-footer-widget-area .single-widget.widget_product_categories li ul.children {
      width: 100%; }

.vr-footer {
  background: #efecf8;
  padding: 23px 0; }
  .vr-footer .footer-text {
    font-weight: 500;
    color: #140053;
    margin: 0;
    text-transform: capitalize; }

@media only screen and (max-width: 1199px) {
  .vr-footer-widget-area {
    padding: 93px 0 90px; } }
@media only screen and (max-width: 991px) {
  .vr-footer-widget-area {
    padding: 93px 0 50px; }

  .vr-footer-widget-area .single-widget {
    margin-bottom: 40px; }

  .vr-footer-widget-area .single-widget .widget-title {
    margin-bottom: 12px; } }
@media only screen and (max-width: 767px) {
  .vr-footer-widget-area {
    padding: 73px 0 30px; } }
.post-type-archive-tribe_events .vr-footer-widget-area {
  background: #fff; }

.tribe-common .container {
  padding: 0 15px; }
.tribe-common .row {
  margin-right: -15px;
  margin-left: -15px; }
.tribe-common div[class^="col-"] {
  padding-right: 15px;
  padding-left: 15px; }

.vr-event-listing {
  background: #faf8fe; }
  .vr-event-listing *:not(i) {
    font-family: "Inter", sans-serif !important; }
  .vr-event-listing .container {
    margin: 0 auto; }

.vr-event-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .vr-event-banner .overlay {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 26%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 26%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0% rgba(0, 0, 0, 0.6) 26%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00ffffff',GradientType=1 ); }
  .vr-event-banner .event-wrapper {
    height: 545px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 142px 0 10px; }
    .vr-event-banner .event-wrapper > h1 {
      font-size: calc(42px + (60 - 42) * ((100vw - 320px) / (1920 - 320)));
      line-height: 1.1;
      text-transform: uppercase;
      color: #fff;
      font-weight: 800;
      margin-bottom: 12px; }

.without-topbar .vr-event-banner .event-wrapper {
  padding: 20px 0; }

.tribe-events .vr-event-listing .tribe-events-l-container {
  padding: 150px 0 !important;
  min-height: auto !important;
  max-width: 100%; }
.tribe-events .vr-event-listing .tribe-events-calendar-list__event-row {
  margin: 0 0 60px;
  display: block; }
.tribe-events .vr-event-listing .tribe-events-calendar-list__event-wrapper {
  flex: inherit;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff;
  height: 100%;
  box-shadow: 0px 20px 30px 0px rgba(208, 208, 230, 0.02);
  border-radius: 10px; }
.tribe-events .vr-event-listing .tribe-common-g-row--gutters {
  margin-left: 0;
  margin-right: 0; }
.tribe-events .vr-event-listing .tribe-common-g-row--gutters > .tribe-common-g-col {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
.tribe-events .vr-event-listing .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 0;
  width: 100%; }
.tribe-events .vr-event-listing .tribe-events-calendar-list__event-featured-image-wrapper {
  position: relative; }
.tribe-events .vr-event-listing .tribe-events-calendar-list__event-datetime-featured-icon {
  display: none; }
.tribe-events .vr-event-listing .tribe-events-calendar-list__event-datetime-featured-text {
  color: #460afd !important;
  font-weight: 600 !important;
  position: absolute !important;
  background: #fff;
  font-size: 13px;
  top: 10px;
  left: 10px;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 4px;
  clip: inherit;
  height: auto;
  margin: 0;
  width: auto; }
.tribe-events .vr-event-listing .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 100%; }
.tribe-events .vr-event-listing .tribe-events-calendar-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -60px; }
  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: calc(100% / 3 - 60px);
    margin-left: 60px; }
  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image {
    border-radius: 10px 10px 0 0; }
  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image-link:hover {
    opacity: 1; }
  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header {
    text-align: center;
    padding: 20px 20px 38px; }
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-event-categories-label {
      display: none; }
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-event-categories {
      margin-bottom: 10px; }
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-event-categories,
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-event-categories a {
      font-size: 12px;
      color: #a7a8b8;
      font-weight: 600;
      text-transform: uppercase; }
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-event-categories a:hover {
      color: #460afd; }
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
      font-size: 18px;
      line-height: 1.42;
      font-weight: 600;
      margin: 0 0 22px; }
      .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a {
        color: #2f363d;
        border-bottom: none !important; }
        .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover {
          color: #460afd; }
    .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime {
      font-size: 14px;
      color: #434550;
      font-weight: 600; }

@media only screen and (max-width: 1399px) {
  .vr-event-banner .event-wrapper {
    height: 465px; }

  .without-topbar .vr-event-banner .event-wrapper {
    padding: 20px 0; }

  .tribe-events .vr-event-listing .tribe-events-l-container {
    padding: 100px 0 !important; }

  .tribe-events .vr-event-listing .tribe-events-calendar-list {
    margin-left: -30px; }

  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: calc(100% / 3 - 30px);
    margin-left: 30px; }

  .tribe-events .vr-event-listing .tribe-events-calendar-list__event-row {
    margin: 0 0 30px; }

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 30px; } }
@media only screen and (max-width: 1199px) {
  .vr-event-banner .event-wrapper {
    height: 415px; } }
@media only screen and (max-width: 991px) {
  .vr-event-banner .event-wrapper {
    height: 345px;
    padding: 110px 0 10px; }

  .without-topbar .vr-event-banner .event-wrapper {
    padding: 20px 0; }

  .tribe-events .vr-event-listing .tribe-events-l-container {
    padding: 70px 0 60px !important; }

  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: calc(100% / 2 - 30px); } }
@media only screen and (max-width: 767px) {
  .vr-event-banner .event-wrapper {
    height: 295px; }

  .tribe-events .vr-event-listing .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: calc(100% / 1 - 30px); } }
body.single-tribe_events .vr-footer-widget-area {
  background: #fff; }

#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 100%; }

.vr-event-details {
  background: #faf8fe;
  padding: 230px 0 0; }
  .vr-event-details *:not(i) {
    font-family: "Inter", sans-serif !important; }
  .vr-event-details #tribe-events-content {
    margin-bottom: 124px;
    padding: 0; }
  .vr-event-details .tribe-events-single-content-wrapper {
    padding: 0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(6, 2, 144, 0.05); }
  .vr-event-details .tribe-events-post-thumbnail .tribe-events-event-image {
    margin-bottom: 63px; }
    .vr-event-details .tribe-events-post-thumbnail .tribe-events-event-image img {
      border-radius: 10px 10px 0 0; }
  .vr-event-details .event-content-wrapper {
    display: flex;
    flex-flow: row wrap;
    padding: 0 100px 100px; }
    .vr-event-details .event-content-wrapper .event-content {
      width: calc(100% - 265px);
      padding-right: 130px; }
    .vr-event-details .event-content-wrapper .tribe-events-cal-links {
      display: none; }
    .vr-event-details .event-content-wrapper .tribe-events-single-event-title {
      font-size: calc(26px + (36 - 26) * ((100vw - 320px) / (1920 - 320)));
      color: #2f363d;
      font-weight: 600;
      margin: 0 0 27px 0;
      line-height: 1.3; }
      @media only screen and (min-width: 1921px) {
        .vr-event-details .event-content-wrapper .tribe-events-single-event-title {
          font-size: 36px; } }
    .vr-event-details .event-content-wrapper .tribe-events-single-event-description {
      padding-bottom: 3px; }
      .vr-event-details .event-content-wrapper .tribe-events-single-event-description p {
        font-size: 16px;
        color: #434550;
        line-height: 1.8;
        margin-bottom: 10px; }
    .vr-event-details .event-content-wrapper .event-details-sidebar {
      width: 265px;
      padding-left: 40px;
      border-left: 1px solid #f2f2f7; }
    .vr-event-details .event-content-wrapper .sidebar-single-block {
      border-bottom: 1px solid #f2f2f7;
      padding: 30px 0; }
      .vr-event-details .event-content-wrapper .sidebar-single-block .title {
        display: block;
        color: #434550;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize; }
        .vr-event-details .event-content-wrapper .sidebar-single-block .title i {
          color: #460afd;
          margin-right: 10px; }
      .vr-event-details .event-content-wrapper .sidebar-single-block .title-val {
        padding-left: 23px;
        font-size: 15px;
        color: #434550;
        display: block; }
        .vr-event-details .event-content-wrapper .sidebar-single-block .title-val > a {
          color: #460afd; }
          .vr-event-details .event-content-wrapper .sidebar-single-block .title-val > a:hover {
            text-decoration: underline !important; }
        .vr-event-details .event-content-wrapper .sidebar-single-block .title-val dt {
          display: none; }
        .vr-event-details .event-content-wrapper .sidebar-single-block .title-val dd {
          margin: 0; }
          .vr-event-details .event-content-wrapper .sidebar-single-block .title-val dd a {
            color: #460afd;
            text-transform: capitalize; }
            .vr-event-details .event-content-wrapper .sidebar-single-block .title-val dd a:hover {
              text-decoration: underline !important; }
    .vr-event-details .event-content-wrapper .tribe-events-event-meta {
      background: transparent;
      border: none; }
      .vr-event-details .event-content-wrapper .tribe-events-event-meta:last-child {
        margin-bottom: 0; }
    .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer {
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-events-single-section-title {
        margin: 0;
        font-size: 20px;
        border-bottom: 1px solid #f2f2f7;
        padding-bottom: 8px;
        margin-bottom: 15px; }
      .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer > dl {
        margin: 0;
        display: flex;
        flex-flow: row wrap; }
      .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer {
        width: calc(50% - 10px);
        margin: 0 0 20px !important;
        padding: 15px !important;
        background: #f7f7f7; }
        .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer:nth-child(odd) {
          margin-right: 10px !important; }
        .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer:nth-child(even) {
          margin-left: 10px !important; }
        .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer.fullwidth {
          width: 100%;
          margin-right: 0 !important; }
        .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer li {
          display: flex;
          flex-flow: row wrap;
          margin-bottom: 10px; }
          .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer li:last-child {
            margin-bottom: 0; }
          .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer li span {
            font-size: 15px; }
          .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer li .title {
            font-weight: 600;
            color: #140053;
            width: 75px;
            display: inline-block; }
          .vr-event-details .event-content-wrapper .tribe-events-meta-group-organizer .tribe-organizer li .title-val {
            color: #434550; }
    .vr-event-details .event-content-wrapper .tribe-events-meta-group-venue {
      padding: 0;
      float: none;
      display: block;
      width: 100%; }
      .vr-event-details .event-content-wrapper .tribe-events-meta-group-venue .tribe-events-single-section-title {
        margin: 0;
        font-size: 20px;
        border-bottom: 1px solid #f2f2f7;
        padding-bottom: 8px;
        margin-bottom: 15px; }
      .vr-event-details .event-content-wrapper .tribe-events-meta-group-venue .address-wrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        font-size: 15px;
        color: #434550; }
        .vr-event-details .event-content-wrapper .tribe-events-meta-group-venue .address-wrapper dt {
          color: #140053;
          margin-bottom: 3px; }
    .vr-event-details .event-content-wrapper .tribe-events-venue-map {
      width: 100%;
      margin: 0;
      padding: 0;
      border: none; }
    .vr-event-details .event-content-wrapper .event-details-sidebar.for-mobile {
      width: 100%;
      padding-left: 0;
      border-left: none;
      display: none;
      flex-flow: row wrap;
      margin-bottom: 5px; }
      .vr-event-details .event-content-wrapper .event-details-sidebar.for-mobile .sidebar-single-block {
        border-bottom: none;
        padding: 0 15px 0 0 !important;
        width: calc(100% / 3);
        margin-bottom: 20px; }

.vr-event-details.without-topbar {
  padding-top: 150px; }

@media only screen and (max-width: 1399px) {
  .vr-event-details {
    padding: 200px 0 0; }

  .vr-event-details.without-topbar {
    padding-top: 100px; }

  .vr-event-details #tribe-events-content {
    margin-bottom: 94px; }

  .vr-event-details .event-content-wrapper {
    padding: 0 25px 25px; }

  .vr-event-details .tribe-events-post-thumbnail .tribe-events-event-image {
    margin-bottom: 33px; }

  .vr-event-details .event-content-wrapper .event-details-sidebar {
    padding-left: 25px; }

  .vr-event-details .event-content-wrapper .event-content {
    padding-right: 25px; } }
@media only screen and (max-width: 1199px) {
  .vr-event-details {
    padding: 170px 0 0; }

  .vr-event-details.without-topbar {
    padding-top: 70px; }

  .vr-event-details #tribe-events-content {
    margin-bottom: 64px; }

  .vr-event-details .event-content-wrapper .sidebar-single-block {
    padding: 20px 0; } }
@media only screen and (max-width: 991px) {
  .vr-event-details .event-content-wrapper {
    display: block; }

  .vr-event-details .event-content-wrapper .event-content {
    padding-right: 0;
    width: 100%; }

  .vr-event-details .event-content-wrapper .tribe-events-meta-group-venue .address-wrapper {
    margin-bottom: 20px; }

  .vr-event-details .event-content-wrapper .tribe-events-event-meta {
    padding: 0; }

  .vr-event-details .event-content-wrapper .event-details-sidebar {
    padding-left: 0;
    border-left: 0;
    display: none; }

  .vr-event-details .event-content-wrapper .event-details-sidebar.for-mobile {
    display: flex; } }
@media only screen and (max-width: 768px) {
  .single-tribe_events #tribe-events-pg-template {
    padding: 0; }

  #tribe-events-footer:before {
    display: none; } }
@media only screen and (max-width: 767px) {
  .vr-event-details {
    padding: 130px 0 0; }

  .vr-event-details .event-content-wrapper .tribe-events-meta-group-venue .address-wrapper {
    display: block; }

  .vr-event-details .event-content-wrapper .event-details-sidebar.for-mobile .sidebar-single-block {
    width: calc(100% / 2); } }
@media only screen and (max-width: 575px) {
  .vr-event-details {
    padding: 160px 0 0; }

  .vr-event-details .event-content-wrapper {
    padding: 0 20px 20px; }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    text-align: center; }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
    float: none;
    width: 100%;
    text-align: center; }

  .vr-event-details .event-content-wrapper .event-details-sidebar.for-mobile .sidebar-single-block {
    width: calc(100% / 1); }

  #tribe-events-footer:after {
    display: none; } }
.vr-error .page-content {
  margin: 0;
  height: 100vh;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  text-align: center; }
  .vr-error .page-content .btn-default {
    border-radius: 50px;
    line-height: 60px;
    margin-top: 38px;
    color: #fff; }

/*# sourceMappingURL=theme-style.css.map */
