/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

body #wrapper {
    background: #f3f3f3;
}

.listing-item-container.list-layout .prof-listing-item-inner {
    
    position: relative !important;
    top: auto !important;
    transform: none !important;
    left: auto !important;
    padding-right: 16px !important;
    
}

.prof-list-item {
    background: #fff;
    border-radius: 4px;
    color: #384047;
    padding: 16px;
    position: relative;
    text-decoration: none;
    margin: 16px 0;
    border-radius: 25px;
    position: relative;
}

.prof-list-item img {
    border-radius: 25px;
    height: auto;
    max-width: 100%;
}

.prof-list-item h4 {
    font-weight: bold;
    margin: 0;
}

.prof-list-item p,
.prof-list-item span {
    font-size: 13px;
    margin: 0;
    line-height: 2;
}

.prof-list-item .prof-item-info {
    line-height: 1.5;
    margin-top: 8px;
}

.prof-list-item i.fas {
   width: 24px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #384047;
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
}

.prof-list-item .prof-item-lang {
    margin: 0;
}

.prof-list-item .numerical-rating {
        margin: 0;
            width: 44%;
    line-height: 1.8;
}

.prof-list-item .numerical-rating .rating-counter {
        position: relative;
    margin: auto;
    text-align: center;
    width: auto;
    left: auto;
    top: auto;
        font-size: 13px;
    font-weight: bold;
    display: block;
}

.prof-list-item .button {
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}

.prof-list-item span.like-icon {
    bottom: auto;
    top: 0px;
    right: 16px;
    font-size: 18px;
    background: transparent;
}

.prof-list-item .like-icon:hover, .like-icon.liked {
    color: #f3103c;
    background: transparent;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.prof-list-item .small-dialog {
    background: #fff !important;
    padding: 40px !important;
    padding-top: 0 !important;
    text-align: left !important;
    text-align: left !important;
    max-width: 610px !important;
    margin: 40px auto !important;
    position: relative !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog .mfp-close {
        color: #666;
    background-color: #e4e4e4;
    border-radius: 50%;
    top: 28px;
    right: 40px;
    width: 40px;
    height: 40px;
    padding-bottom: 4px;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog .mfp-close::before {
        content: "×";
    display: block;
    font-size: 26px !important;
    font-weight: normal;
    font-family: Arial, sans-serif;
    color: #666;
    margin-top: 2px;
    transition: 0.2s !important;
    top: 4px;
    height: 9px;
}

.prof-list-item a.send-message-to-owner.button {
        width: 100%;
    text-align: center;
    margin: 4px 0;
    padding: 8px;
    font-weight: bold;
}

.prof-item-hover {
    position: absolute;
    top: 40%;
    right: -300px;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 25px;
    background: transparent;
    padding: 8px;
    text-align: center;
    margin: 16px 0;
    opacity: 0;
    z-index: 99;
    transform: translateY(-50%) translateX(20%);
    transition: all 0.6s;
}


.prof-list-item:hover .prof-item-hover {
    opacity: 1;
  transform: translateY(-50%) translateX(0%);
}

.prof-item-hover iframe {
    max-width: 100%;
    width: 100%;
    height: 200px;
    max-height: 200px;
    border-radius: 25px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.prof-list-item .moreless-button {
    color: #19b453;
    font-weight: bold;
    cursor: pointer;
    transition: .5s;
    text-decoration: underline;
}

.prof-list-item .moreless-button:hover {
    color: #000;
}

/*
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}


*/

#section {
  word-wrap: break-word;
}

/*.add-listing-dashboard-template .booking.switcher-on,*/
.moretext,
.sam-d-none,
.add-listing-section.booking {
  display: none;
}

.my-profile #email + label[for="description"],
.my-profile #description,
.header-widget a.button.border {
    display: none
}
