/*
Theme Name: FullHouse
Theme URI: http://demovenustheme.com/wordpress/fullhouse/
Author: Opal Team
Author URI: https://wordpress.org/
Description: In 2016, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: fullhouse

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.row.opal-row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.opal-row:before, .row.opal-row:after {
  content: " ";
  display: table;
}
.row.opal-row:after {
  clear: both;
}
@media (min-width: 1200px) {
  .row.opal-row .col-lg-1, .row.opal-row .col-lg-2, .row.opal-row .col-lg-3, .row.opal-row .col-lg-4, .row.opal-row .col-lg-5, .row.opal-row .col-lg-6, .row.opal-row .col-lg-7, .row.opal-row .col-lg-8, .row.opal-row .col-lg-9, .row.opal-row .col-lg-10, .row.opal-row .col-lg-11, .row.opal-row .col-lg-12 {
    float: left;
  }
  .row.opal-row .col-lg-1 {
    width: 8.33333%;
  }
  .row.opal-row .col-lg-2 {
    width: 16.66667%;
  }
  .row.opal-row .col-lg-3 {
    width: 25%;
  }
  .row.opal-row .col-lg-4 {
    width: 33.33333%;
  }
  .row.opal-row .col-lg-5 {
    width: 41.66667%;
  }
  .row.opal-row .col-lg-6 {
    width: 50%;
  }
  .row.opal-row .col-lg-7 {
    width: 58.33333%;
  }
  .row.opal-row .col-lg-8 {
    width: 66.66667%;
  }
  .row.opal-row .col-lg-9 {
    width: 75%;
  }
  .row.opal-row .col-lg-10 {
    width: 83.33333%;
  }
  .row.opal-row .col-lg-11 {
    width: 91.66667%;
  }
  .row.opal-row .col-lg-12 {
    width: 100%;
  }
}
.row.opal-row .col-lg-1, .row.opal-row .col-lg-2, .row.opal-row .col-lg-3, .row.opal-row .col-lg-4, .row.opal-row .col-lg-5, .row.opal-row .col-lg-6, .row.opal-row .col-lg-7, .row.opal-row .col-lg-8, .row.opal-row .col-lg-9, .row.opal-row .col-lg-10, .row.opal-row .col-lg-11, .row.opal-row .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.type-opallisting_place .list-inline, .opallisting-search-form .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.type-opallisting_place .list-inline > li, .opallisting-search-form .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/******************************************
 * Basic Styles
 ******************************************/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.media-drag-drop {
  background-color: #efefef;
  border: 2px dashed #dfdfdf;
  text-align: center;
  padding: 30px;
}

.media-drag-drop h4 {
  color: #8b9293;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.media-drag-drop .fa {
  margin-right: 8px;
}

.place-button-edit a {
  position: absolute;
  top: -20px;
  right: 0px;
  background-color: #000;
  padding: 5px 12px;
  color: #FFF;
  font-size: 11px;
}

.place-button-edit a:hover {
  color: #999;
}

/**
 * Grid and List place
 */
.place-grid {
  background-color: #FFF;
  border: solid #f3f3f3 1px;
}
.place-grid header {
  position: relative;
}
.place-grid .author-link, .place-grid .place-toggle-favorite {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-radius: 50%;
  z-index: 1;
}
.place-grid .author-link {
  border: solid 2px #CCC;
  right: 30px;
}
.place-grid .author-link span {
  display: none;
}
.place-grid .author-link:hover {
  z-index: 2;
}
.place-grid .place-toggle-favorite {
  background-color: #CCC;
  text-align: center;
  line-height: 2.3em;
}
.place-grid .place-toggle-favorite span {
  display: none;
}
.place-grid .place-content {
  padding: 10px 20px;
}
.place-grid .place-summary {
  font-size: 90%;
  color: #888;
  margin-bottom: 15px;
}

/*
 * Single Place Page
 */
.place-meta {
  font-size: 12px;
}

.place-specifications .specication-item {
  display: inline-block;
  line-height: 38px;
  margin-right: 11px;
  font-size: 12px;
}
.place-specifications .specication-item i {
  margin-right: 6px;
  color: #000;
}
.place-specifications .specication-item span {
  color: #888;
}

.google-map-tabs {
  position: relative;
}
.google-map-tabs .listing-tabs {
  padding: 0;
  margin: 0;
  float: right;
}
.google-map-tabs .listing-tabs li {
  display: inline-block;
}
.google-map-tabs .listing-tabs a {
  background-color: #000;
  padding: 9px 12px;
  color: #FFF;
  font-size: 11px;
}
.google-map-tabs .listing-tabs a.active {
  background-color: #DDDDDD;
}
.google-map-tabs .listing-tab-content {
  position: relative;
}
.google-map-tabs .listing-tab-pane {
  display: none;
}
.google-map-tabs .listing-tab-pane.active {
  display: block;
}

#place-search-places {
  position: absolute;
  top: 10%;
  left: 0;
  width: 200px;
  background-color: #FFF;
  padding: 10px 20px;
}
#place-search-places .place-buttons {
  font-size: 11px;
}
#place-search-places .nearby-container {
  padding: 6px 8px;
}
#place-search-places .nearby-container i {
  margin-right: 6px;
}
#place-search-places .nearby-counter {
  float: right;
  padding: 2px 5px;
  background-color: #000;
  color: #FFF;
  font-size: 10px;
}

.carousel-control {
  position: absolute;
  top: 40%;
}
.carousel-control.opallisting-left {
  left: 30px;
}
@media screen and (max-width: 479px) {
  .carousel-control.opallisting-left {
    left: 0;
  }
}
.carousel-control.opallisting-right {
  left: auto;
  right: 30px;
}
@media screen and (max-width: 479px) {
  .carousel-control.opallisting-right {
    right: 0;
  }
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #717a8f;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 6px;
  border-radius: 3px;
}

.noUi-horizontal .noUi-handle {
  height: 18px;
  width: 18px;
  left: 0px;
  top: -6px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-left: -18px;
}
.rtl .noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-right: -18px;
  margin-left: inherit;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #dadada;
  border-radius: 3px;
}

.noUi-connect {
  background: #ef114c;
  border-radius: 3px;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: #FFF;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}


.opallisting-map-marker-holder .opallisting-map-marker svg {
    width: 100%;
    height: auto;
    display: block;
}

.opallisting-map-marker {
  width: 40px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.opallisting-map-marker .opallisting-map-marker-inner {
  position: relative;
}

.opallisting-map-marker span.fa {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #1ab5c1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.opallisting-cluster-marker {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.opallisting-cluster-marker .opallisting-cluster-marker-inner {
  position: relative;
}

.opallisting-cluster-marker .opallisting-cluster-marker-inner .opallisting-cluster-marker-number {
  position: absolute;
  background-color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #888;
  font-family: "Poppins", sans-serif;
  line-height: 38px;
  top: 13px;
  left: 13px;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 0;
  transition: all 0.3s ease;
}
.opallisting-cluster-marker svg {
  width: 100%;
  height: auto;
  display: block;
}
.opallisting-cluster-marker svg:hover circle{
  fill: rgba(21, 230, 247, 0.84);
}
.opallisting-archive-top{
  margin-bottom: 20px;
}
.opallisting-error-messages{
  /*background-color: #a94442;
  margin-bottom: 10px;
  border-radius: 2px;*/
}
.opallisting-notice-error{
  padding: 5px 10px;
  color: #fff6f6;
  font-size: 13px;
}
.opallisting-notice-success{
  padding: 5px 10px;
  background-color: #06eaf3;
  color: #1b6465;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 13px;
}
.opallisting-places-wrapper{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.opallisting-ajax-search-results-container{
  position: relative;
}
.ajax-change input[type="checkbox"] {
  margin-right: 5px;
}
#opallisting-map-preview{
  position: relative;
}
#opallisting-map-preview.processing:before,
.opallisting-places.processing:before,
.opallisting-claim-form.processing:before,
.opallisting-email-share-form.processing:before,
.mfp-container #commentform.processing:before{
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.45);
  z-index: 100;
}
.opallisting-loading{
  z-index: 100;
  position: absolute;
  top: 45%;
  left: 45%;
}
.opallisting-slider-range{
  position: relative;
  background: #e9edf2;
  border-radius: 20px;
  border: 0;
  height: 8px;
  box-shadow: none;
  display: inline-block;
  width: 100%;
}
.opallisting-slider-range.ui-slider .ui-slider-handle {
  position: absolute;
  top: -4px;
  z-index: 2;
  cursor: default;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-shadow: none;
}
.opallisting-slider-range.ui-slider .ui-slider-handle:focus{
  outline: none;
}
.opallisting-slider-range.ui-slider .ui-slider-range{
  background: #c2d3e8;
  height: 100%;
}
.single-opallisting-container .content-box{
  padding: 20px 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.content-box.place-gallery{
  padding: 0;
}
#main-gallery .owl-item{
  padding: 0;
}
.content-box.place-gallery .owl-item:hover{
  cursor: pointer;
}
#pagination-gallery{
  padding: 30px;
}
.opallisiting-nav-tabs{
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #c5d244;
}
.opallisiting-nav-tabs li{
  display: inline-block;
  float: left;
}
.opallisiting-nav-tabs li a{
  padding: 15px 20px;
  display: block;
}
.opallisiting-nav-tabs li:hover a,
.opallisiting-nav-tabs li.active a{
  background-color: #c5d244;
  color: #fff;
}

/* VERSION 1 */
.opallisting_place.version-1 .content-box{
  display: none;
}
.opallisting_place.version-1 .content-box.active{
  display: block;
}
.opallisting_place.version-1 .content-box.fade{
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.opallisting_place.version-1 .content-box.fade.in{
  opacity: 1;
  visibility: visible;
}
.infoBox{
  max-width: 270px;
}
.infoBox article{
  margin: 0;
}
.infoBox article img{
  max-width: 100%;
}
.opallisting-form .box-heading,
.opallisting-form .box-heading{
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
.opallisting-claim-form .submit,
.opallisting-form .submit{
  width: 100%;
}
.share-wrapper{
  position: relative;
}
.opallisting-popup{
  overflow: hidden;
}
.opallisting-popup .pop-content{
  position: absolute;
  left: -130px;
}
.opallisting-popup .popup-close{
  display: none;
}
.opallisting-popup.active .popup-close{
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
}
.opallisting-popup.active .share-list-container {
  display: block;
}
.opallisting-popup .share-list-container{
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  background-color: #c5d244;
  overflow: hidden;
}
.opallisting-popup .share-list-container li{
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}
.opallisting-popup .share-list-container a{
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.opallisting-form .form-row{
  padding: 15px 15px 0 15px;
}
.opallisting-form .form-row input,
.opallisting-form .form-row textarea{
  width: 100%;
  padding:12px 15px;
  border: 1px solid #eaeaea;
}
.opallisting-liting-type-ajax ul,
.opallisting-tags-ajax ul{
  list-style: none;
  margin: 0;
}
.opallisting-liting-type-ajax ul li.active a{
  padding-left: 15px;
  font-size: 14px;
}
.profile-information{
  box-shadow: -2px 2px 3px 0px #ededee;
  margin-bottom: 15px;
}
.profile-information .avatar{
  max-width: 100px;
  float: left;
  margin: 0 15px 15px 0;
}
.profile-information .username{
  margin: 0 0 15px 0;
}
.profile-information,
.profile-information .biographical{
  clear: both;
  padding: 15px;
}
.profile-information{
  border-bottom: 1px solid #ededde;
}
.opallisting-box .social-meta{
  overflow: hidden;
  list-style: none;
  border-top: 1px solid #eee;
  margin: 0;
}
.opallisting-box .social-meta li{
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}
.opallisting-box .social-meta li a{
  font-size: 20px;
}
.opallisting-contact-form label{
  display: block;
}
.opallisting-contact-form input[type="text"],
.opallisting-contact-form input[type="tel"],
.opallisting-contact-form input[type="email"],
.opallisting-contact-form input[type="password"],
.opallisting-contact-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  line-height: 1.714;
  padding: 12px 15px;
}
.opallisting-contact-form .form-row.has-error input[type="text"],
.opallisting-contact-form .form-row.has-error input[type="tel"],
.opallisting-contact-form .form-row.has-error input[type="email"],
.opallisting-contact-form .form-row.has-error input[type="password"],
.opallisting-contact-form .form-row.has-error textarea {
  border: 1px solid #a00;
}

/* USERS */
.opallisting-users .grid{
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.opallisting-users .grid .user-box-image .cover{
  max-height: 150px;
  overflow: hidden;
}
.opallisting-users .grid .user-box-image .avatar{
  text-align: center;
}
.opallisting-users .grid .user-box-image .avatar a{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 3px;
  background-color: #fff;
}
.opallisting-users .grid .user-box-image .avatar a img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%
}
.opallisting-users .grid .user-box-image .avatar .average-rating{
  background: #ec7171;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  display: inline-block;
  top: -5px;
  right: -5px;
  width: 30px;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  line-height: 20px;
}
.opallisting-users .grid .user-body-content{
  text-align: center;
}
.opallisting-users .grid .user-body{
  overflow: hidden;
  text-align: center;
}
.opallisting-users .grid .user-box-meta{
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}
.opallisting-users .grid .user-box-meta span{
  display: block;
  float: left;
  width: 33.33%;
  color: #a5a5a5;
  padding: 10px;
  border-right: 1px solid #ebebeb;
}
.opallisting-users .grid .user-box-meta span:last-child{
  border-right: 0;
}
/* User List */
.opallisting-users .list{
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #dedede;
}
.opallisting-users .list .avatar{
  max-width: 100px;
  float: left;
  margin-right: 20px;
}
.opallisting-users .list .user-box-title{
  margin-top: 0;
}
.opallisting-users .list .places-count{
  position: absolute;
  top: 43%;
  right: 20px;
  border: 1px solid #dedede;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}

/* opallisting-map-overview */
.opallisting-map-overview .listing-type-controls{
  position: absolute;
  width: 60px;
  height: 100%;
  background-color: #53565d;
}
.opallisting-map-overview .listing-type-controls ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.opallisting-map-overview .main-view{
  margin-left: 60px;
}

.opallisting-map-overview .main-view .opallisting-map-filter{
  overflow: hidden;
}

.opallisting-map-overview .main-view .opallisting-map-filter select{
  display: inline-block;
  width: auto;
}

.opallisting-listing-types-list li{
  text-align: center;
}
.opallisting-listing-types-list.horizontal li{
  display: inline-block;
  float: left;
}
.opallisting-listing-types-list li a{
  color: #d4d7de;
  padding: 10px 0;
  font-size: 20px;
  display: block;
  position: relative;
}
.opallisting-listing-types-list li:hover a,
.opallisting-listing-types-list li a.active{
  background-color: #292e38;
  color: #fff;
}
.opallisting-listing-types-list li:hover a:before,
.opallisting-listing-types-list li a.active:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  bottom: 0;
  background-color: #c5d244;
}

.opallisting-browse-listings .item{
  box-shadow: 3px 3px 5px #dedede;
  border: 1px solid #eee;
}
.opallisting-browse-listings ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.opallisting-browse-listings ul .count{
  float: right;
}

.opallisting-search-actions{
  padding: 15px;
}
.opallisting-search-actions .action{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #c5d244;
  border: 1px solid #e4e4e4;
  border-color: #d5dee7;
  border-radius: 3px;
  background: none;
}

.mfp-content{
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out; 
  transform: scale(0.8); 
}
.mfp-zoom-in.mfp-bg{
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim{
  opacity: 1;
  transform: scale(1); 
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}


.opallisting-search-histories{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.opallisting-search-histories li{
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.opallisting-search-histories li:nth-child(odd){
  background-color: rgba(243, 235, 235, 0.19);
}
.opallisting-search-histories li .id,
.opallisting-search-histories li .name{
  position: relative;
}
.opallisting-search-histories li .id:after,
.opallisting-search-histories li .name:after{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #dfdfdf;
}
.opallisting-search-histories li .id{
  width: 100px;
  float: left;
}
.opallisting-search-histories li .name{
  width: 70%;
  float: left;
}
.opallisting-search-histories li .actions{
  width: calc( 100% - 70% - 100px );
  float: left;
}
.opallisting-search-histories li > div{
  padding: 15px;
}
.opallisting-search-histories li a{
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.opallisting-search-histories li i{
  margin-right: 5px;
}

.opallisting-search-ajax-filter .title{
  position: relative;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}
.opallisting-search-ajax-filter .title:hover{
  cursor: pointer;
}
.opallisting-search-ajax-filter .title:after{
  position: absolute;
  content: "\f067";
  font-family: 'FontAwesome';
  right: 0;
  font-size: 15px;
  color: #c5d244;
}
.opallisting-search-ajax-filter .tags .title:after{
  content: '';
}
.opallisting-search-ajax-filter .title.active:after{
  content: "\f068";
}
.opallisting-checkbox-list{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.opallisting-checkbox-list li{
  font-size: 12px;
}
.opallisting-checkbox-list li span{
  float: right;
  font-size: 12px;
  color: #c5d244;
}

.opallisting-checkbox-list.button li label{
  display: inline-block;
  float: left;
  padding: 3px 10px;
  border: 1px solid #e4e4e4;
  margin-right: 5px;
}
.opallisting-checkbox-list.button li label:hover{
  cursor: pointer;
  color: #c5d244;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: #c5d244;
}
.opallisting-checkbox-list.button li input{
  display: none;
}
.opallisting-checkbox-list.button li label.active{
  background-color: #c5d244;
  color: #fff;
}
.opallisting-checkbox-list.button li label.active span{
  color: #fff;
}
.opalisting-breadcrumb-map-form{
  position: relative !important;
  padding: 0 !important;
}
.opalisting-breadcrumb-map-form .opallisting-search-form{
  width: 100%;
  position: absolute;
  bottom: 15px;
  margin: 0;
}

.shadow {
  /*position: absolute;*/
}

.shadow::after {
  position: absolute;
  left: -95px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: '';
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.44) 100px 0 20px;
}

.pulse {
  position: absolute;
  /*margin-top: -30px;
  margin-left: -5px;*/
  top: 15px;
  left: -5px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
}

.pulse::after {
  display: block;
  width: 50px;
  height: 50px;
  content: '';
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 3px #f93c11;
}

.opallisting-map-controls{
  position: absolute;
  top: 60px;
  right: 10px;
  list-style: none;
}
.opallisting-map-controls a{
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  line-height: 15px;
  background-color: #c5d244;
  color: #fff;
  margin-bottom: 5px;
}
.opallisting-map-controls a:hover{
  cursor: pointer;
}
.opallisting-map-controls a.active{
  background-color: #fff;
  color: #c5d244;
}
.opallisting-map-controls span {
  display: none;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.opallisting-row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.opallisting-map-preview-wrapper{
  position: relative;
  height: 100%;
}
.opallisting-header-slider .opallisting-place-meta{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 9999;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  max-width: 400px;
}
.opallisting-header-slider header{
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.opallisting-header-slider header h1{
  margin: 0 0 20px 0;
}
.opallisting-header-slider footer{
  padding: 10px 0;
}
.opallisting-header-slider img{
  width: 100%;
}
.single-place-breadcrumb.gallery .owl-carousel-play{
  z-index: 100;
}
.single-place-breadcrumb.gallery #opal-breadscrumb{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.opallisting-container-map > header,
.opallisting-container-map > article{
  float: left;
  width: 100%;
}
.opallisting-container-map .title,
.opallisting-container-map .meta{
  float: left;
  width: 100%;
}
.mfp-content .form-row{
  padding: 0;
}
.opallisting .mfp-content{
  padding: 0;
}
.opallisting .mfp-content .opallisting-form{
  padding: 20px 30px;
}
.place-open-hours .widgettitle,
.sidebar .widget .place-open-hours .widgettitle{
  text-align: left;
}
.place-open-hours .widgettitle span.status{
  font-size: 12px;
  display: inline-block;
}
.place-open-hours .widgettitle span.time{
  float: right;
}
.opallisting-single-header{
  position: relative;
}
.header-actions{
  list-style: none;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 0;
  left: 100px;
  top: 10px;
}
.header-actions li{
  display: inline-block;
  float: left;
}
.header-actions a {
  display: block;
  font-size: 30px;
  margin: 0 5px;
  padding: 10px;
  line-height: 30px;
  background-color: #585858;
  color: #fff;
}
.header-actions a.active{
  color: #585858;
  background-color: #fff;
}
.place-matterport iframe{
  width: 100%;
}
.place-map-section{
  position: relative;
  overflow: hidden;
}
.place-map-section .overlay{
  display: none;
}
.place-map-section .overlay.active{
  display: block;
}
.place-map-section .sub-controls{
  display: inline-block;
}
.place-map-section .sub-controls li{
  display: inline-block;
  color: #fff;
}
.place-map-section .sub-controls li i{
  color: #fff;
  font-size: 16px;
}
#opallisting-directions-wrapper{
  position: absolute;
  top: 0;
  z-index: 1;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;transition:
  background-position 300ms ease-out;
  -moz-transition:    right 300ms ease-out;
  -webkit-transition: right 300ms ease-out;
  -o-transition:      right 300ms ease-out;
}
#opallisting-directions-wrapper.active{
  right: 0;
}
#opallisting-close-directions-panel{
  display: inline-block;
  float: left;
}
#opallisting-directions-wrapper header{
  background: #4285F4;
  overflow: hidden;
}
.panel-actions{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left
}
.panel-actions li{
  display: block;
  overflow: hidden;
  float: left;
}
.panel-actions a,
#opallisting-close-directions-panel{
  padding: 15px;
  font-size: 16px;
  display: block;
  color: #fff;
}
.panel-actions a.active{
  color: #00bac6;
  background-color: #fff;
}
#opallisting-directions-wrapper .form-body{
  padding: 15px;
}
#opallisting-directions-wrapper input,
#opallisting-directions-wrapper button{
  width: 100%;
  padding: 10px;
  display: block;
}
#map-error-message{
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
}
#map-error-message h3{
  padding: 10px;
  margin: 0;
  background-color: #de921d;
  color: #fff;
}
#map-error-message p{
  padding: 10px 0;
}
#map-error-message .body-panel{
  padding: 10px;
}
#opallisting-close-map-message{
  background-color: #f37737;
  color: #fff;
}
.opallisting-btn-group .btn{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none !important;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}
.opallisting-btn-group .btn:hover{
  color: #333;
}
.opallisting-btn-group.sortable{
  position: relative;
  float: left;
}
.opallisting-dropdown-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 !important;
  margin: 2px 0 0 !important;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.opallisting-dropdown-menu.active{
  display: block;
}
.opallisting-btn-group.layout{
  float: right;
}
.opallisting-dropdown-menu a{
  display: block;
  padding: 3px 10px;
}
.opallisting-dropdown-menu a:hover{
  background-color: #f4f4f4;
}
