/*
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
*/



/* Availability calendar */

input#rba-rule-weekdays,
input#rba-rule-weekend {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0;
  vertical-align: middle;

  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  transition: .2s;
}

@media screen and (max-width: 1024px) {
.rba-rules {
    flex-direction: column;
	  gap: 0px !important;
	float:left;
	align-items: unset !important;
  margin-left: unset !important;
	width: 100%;
}}

input#rba-rule-weekdays:checked,
input#rba-rule-weekend:checked {
  background-color: #fb7250;
  border-color: #fb7250;
}

input#rba-rule-weekdays:checked::after,
input#rba-rule-weekend:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(5px,2px) rotate(45deg);
}

.rba-availability-wrap h4{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 25px 30px;
    color: #333;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
}

.rba-availability-content{
	padding: 20px;
}



.fc .fc-toolbar{
    display: flex;
    align-items: center !important;
	justify-content: center !important;
	gap:5px;
}

.rba-actions{
	margin: 0px;
}

.rba-actions .button{
    padding: 4px 15px;
}

.rba-help-mobile{ 
  display:none; 
  font-size:13px; 
  color:#555; 
}

@media (max-width: 1024px){
  .rba-help-mobile
	{ display:block; 
	}
	.rba-help-desktop
	{ display:none; }
}

@media (min-width: 1024px){
  .rba-help-desktop{ display:block; }
}

.daterangepicker.daterangepicker td.disabled, .daterangepicker.daterangepicker option.disabled {
  background-color: #F9DBDD;
}



@media (max-width:640px){
  .fc .fc-header-toolbar{ flex-wrap: wrap; }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2){ display:none; } /* middelste chunk weg */
  .fc .fc-header-toolbar .fc-toolbar-chunk:first-child,
  .fc .fc-header-toolbar .fc-toolbar-chunk:last-child{
    width:100%; display:flex; justify-content:center;   /* titel & knoppen centreren, onder elkaar */
  }
  .fc .fc-toolbar-title{ text-align:center; }
}

@media (max-width: 768px) {
#rba-wrap .booking-requests-filter {
    display: block !important;
	padding: 0px 0px 0px 0px !important;
  }
}
@media (max-width: 768px) {
	#rba-wrap .calendar-filters{
			padding: 5px 20px 5px 20px !important;
  }
}
@media (min-width: 1024px) {
#rba-wrap .booking-requests-filter{
	top: 10px;
	}}

#rba-wrap .sort-by{
	align-self: end !important;
 }


.user-menu ul li a svg {
  width: 20px;
  height: 20px;
  display: inline-block;
	transform: translateY(6px);
}

.header-widget .icon-check-calendar{
	fill: #696969;
	transform: translateY(-2px) scale(0.8);
	margin-right:3px;
	margin-left:-3px;
}
	
.icon-check-calendar {
  display: inline-block;
  vertical-align: middle;
  fill: white;                 /* kleur wit */
  width: 20px;
  height: 20px;
transform: translateY(-2px) scale(0.9);
	margin-right:3px;
}

/* Availability calendar end */


.elementor-slideshow__title {
    display: none;
}




@media only screen and (max-width: 1024px){
.eael-lr-tnc-wrap p{
    font-size: 14px;
    margin-top: 5px;
}}

@media only screen and (max-width: 1024px){
    .elementor-4879 .elementor-element.elementor-element-134a50d .eael-register-form-wrapper .lr-form-header .form-dsc p{
    margin: 7px 0 9px;
}}

@media only screen and (max-width: 1024px){
.elementor-4879 .eael-register-form-wrapper p, .eael-lr-form-wrapper .eael-forever-forget .forget-pass {
    line-height: 21px;
}}

.eael-lr-form-wrapper input[type=checkbox].lr-toggle:checked {
    background: #FB7250;
    border-color:  #FB7250;
}
.eael-lr-form-wrapper .eael-lr-link{
    font-size: 14px;
    margin-top: 15px;
}

.eael-lr-form-group.eael-field-type-user_name.eael-w-100 input, 
.eael-lr-form-group.eael-field-type-email.eael-w-100 input, .eael-lr-form-group.eael-field-type-first_name.eael-w-100 input, .eael-lr-form-group.eael-field-type-last_name.eael-w-100 input, .eael-lr-form-group.eael-field-type-password.eael-w-100 input{
    padding-left: 45px;
}

.eael-lr-form-group.eael-field-type-first_name.eael-w-100::after{
    position: absolute;
    top: 128px;
    bottom: 0px;
    width: 40px;
    height: 45px;
    background: transparent;
    content: "";
    z-index: 99;
}

.eael-lr-form-group.eael-field-type-last_name.eael-w-100::after{
    position: absolute;
    top: 195px;
    bottom: 0px;
    width: 40px;
    height: 45px;
    background: transparent;
    content: "";
    z-index: 99;
}

.eael-lr-form-group.eael-field-type-user_name.eael-w-100::after{
    position: absolute;
    top: 262px;
    bottom: 0px;
    width: 40px;
    height: 45px;
    background: transparent;
    content: "";
    z-index: 99;
}


.eael-lr-form-group.eael-field-type-password.eael-w-100::after{
    position: absolute;
    top: 270px;
    bottom: 0px;
    width: 40px;
    height: 45px;
    background: transparent;
    content: "";
    z-index: 99;
}

.eael-lr-form-group.eael-field-type-email.eael-w-100::after{
    position: absolute;
    top: 396px;
    bottom: 0px;
    width: 40px;
    height: 45px;
    background: transparent;
    content: "";
    z-index: 99;
}

    
.eael-lr-form-group.eael-field-type-first_name.eael-w-100::before {
    position: absolute;
    margin-top:11px;
    align-content:  center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;;
    z-index: 999;
    font-size: 17px;
    text-align:center;
    margin-left: 15px;
}

    .eael-lr-form-group.eael-field-type-last_name.eael-w-100::before {
    position: absolute;
    margin-top:11px;
    align-content:  center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;;
    z-index: 999;
    font-size: 17px;
    text-align:center;
    margin-left: 15px;
}

.eael-lr-form-group.eael-field-type-user_name.eael-w-100::before {
    position: absolute;
    margin-top:11px;
    align-content:  center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;;
    z-index: 999;
    font-size: 17px;
    text-align:center;
    margin-left: 15px;
}

    .eael-lr-form-group.eael-field-type-email.eael-w-100::before {
    position: absolute;
    margin-top:11px;
    align-content:  center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;;
    z-index: 999;
    font-size: 17px;
    text-align:center;
    margin-left: 15px;
}

    .eael-lr-form-group.eael-field-type-password.eael-w-100::before {
    position: absolute;
    margin-top:11px;
    align-content:  center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;;
    z-index: 999;
    font-size: 17px;
    text-align:center;
    margin-left: 15px;
}

.eael-lr-form-group.eael-field-type-first_name.eael-w-100::before {
    content: "\e055";
}

.eael-lr-form-group.eael-field-type-last_name.eael-w-100::before {
    content: "\e055";
}

.eael-lr-form-group.eael-field-type-user_name.eael-w-100::before {
    content: "\e005";
}

.eael-lr-form-group.eael-field-type-password.eael-w-100::before {
    content: "\e08e";
}

.eael-lr-form-group.eael-field-type-email.eael-w-100::before {
    content: "\e01e";
}

@media only screen and (max-width: 480px){

input, input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    margin: 0 0 5px
}}

@media only screen and (max-width: 1024px){
.eael-lr-tnc-wrap p{
    font-size: 14px;
    margin-top: 5px;
}}

@media only screen and (max-width: 1024px){
    .elementor-4871 .elementor-element.elementor-element-134a50d .eael-register-form-wrapper .lr-form-header .form-dsc p{
    margin: 7px 0 9px;
}}

@media only screen and (max-width: 1024px){
.elementor-4871 .eael-register-form-wrapper p {
    line-height: 21px;
}}

#elementor-popup-modal-4871 .dialog-close-button:hover i {
    color: #FB7250;
    transition: all 0.3s ease;
}

    
#elementor-popup-modal-4871 .dialog-close-button:hover i{
    color: #FB7250;
}


/* kh-hamayoun css top nav */

#navigation.style-1 ul a {
    padding: 2px 5px;
}

#navigation ul li a i {
    font-size: 12px;
}


/* end top */


/** BACKEND **/


.itl-review-popup #itlReviewForm textarea {
    border: 1px solid #dbdbdb;
}

@media only screen and (max-width: 768px) {
    .resp-sidebar-wrapper.opened #responsive-sidebar-close {
        display: block !important;
    }
    /*.booking-sticky-footer{*/
    /*display: block !important;*/
    /*}*/
}


/*Hamayun Css*/

.fm-input.link-name {
    width: 662px;
}

.fm-input.tube-name {
    width: 662px;
}


/*Hamayun Multiple Checkboxes*/

.cod-multiselect {
    width: 100%;
}

.selectBox {
    position: relative;
    z-index: 50;
}

.selectBox span.title {
    position: absolute;
    top: 13px;
    left: 20.5px;
    font-size: 15px;
    font-weight: 500;
}

.selectBox select {
    width: 100%;
    position: relative;
    z-index: 2;
}

.cod_checkboxes label {
    display: block;
}

.cod_checkboxes label:hover {
    background-color: #FB7250;
    color: white;
    border-radius: 5px;
}

.cod-more {
    color: white;
    cursor: pointer;
    border-radius: 3px;
    background: #fb7250 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0 40px;
    height: 35px;
    width: 100%;
    margin-top: 15px;
}

.button:disabled {
    background: #dddddd;
    cursor: not-allowed;
}

.select2-results__option--selected {
    background: gainsboro;
}




/*Hamayun Multiple Checkboxes End*/


/*Hamayun Carousel CSS For Youtube Start ######################*/


/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
*/


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.listing-section .carousel-inner>.item>img,
.listing-section .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.listing-section .carousel {
    position: relative;
}

.listing-section .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.listing-section .carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.listing-section .carousel-inner>.item>img,
.listing-section .carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .listing-section .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .listing-section .carousel-inner>.item.next,
    .listing-section .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .listing-section .carousel-inner>.item.prev,
    .listing-section .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .listing-section .carousel-inner>.item.next.left,
    .listing-section .carousel-inner>.item.prev.right,
    .listing-section .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.listing-section .carousel-inner>.active,
.listing-section .carousel-inner>.next,
.listing-section .carousel-inner>.prev {
    display: block;
}

.listing-section .carousel-inner>.active {
    left: 0;
}

.listing-section .carousel-inner>.next,
.listing-section .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.listing-section .carousel-inner>.next {
    left: 100%;
}

.listing-section .carousel-inner>.prev {
    left: -100%;
}

.listing-section .carousel-inner>.next.left,
.listing-section .carousel-inner>.prev.right {
    left: 0;
}

.listing-section .carousel-inner>.active.left {
    left: -100%;
}

.listing-section .carousel-inner>.active.right {
    left: 100%;
}

.listing-section .carousel-control {
    position: absolute;
    top: 43%;
    height: 20px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .listing-section .carousel-control {
    top: 37%;
}}


.listing-section .carousel-control.left {

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x;
}

.listing-section .carousel-control.right {
    right: 0;
    left: auto;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x;
}

.listing-section .carousel-control:hover,
.listing-section .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.listing-section .carousel-control .icon-prev,
.listing-section .carousel-control .icon-next,
.listing-section .carousel-control .glyphicon-chevron-left,
.listing-section .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.listing-section .carousel-control .icon-prev,
.listing-section .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.listing-section .carousel-control .icon-next,
.listing-section .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.listing-section .carousel-control .icon-prev,
.listing-section .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.listing-section .carousel-control .icon-prev:before {
    content: "\2039";
}

.listing-section .carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    text-align: center;
    list-style: none;
    max-width: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .listing-section .carousel-control .glyphicon-chevron-left,
    .listing-section .carousel-control .glyphicon-chevron-right,
    .listing-section .carousel-control .icon-prev,
    .listing-section .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .listing-section .carousel-control .glyphicon-chevron-left,
    .listing-section .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .listing-section .carousel-control .glyphicon-chevron-right,
    .listing-section .carousel-control .icon-next {
        margin-right: -10px;
    }
    .listing-section .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .listing-section .carousel-indicators {
        bottom: 35px;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("./fonts/glyphicons-halflings-regular.eot");
    src: url("./fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("./fonts/glyphicons-halflings-regular.woff") format("woff"), url("./fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.custom span.fa {
    position: absolute;
    top: 50%;
    z-index: 99999;
    left: 30px;
}

.custom span.fa.fa-arrow-right {
    right: 30px;
}

.custom-select {
    height: 51px;
    display: flex;
    justify-content: space-between;
    line-height: 51px;
    align-items: center;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 6%);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
    cursor: pointer;
}

.cod_checkboxes {
    visibility: hidden;
    border: 1px #dadada solid !important;
    padding: 15px !important;
    position: absolute;
    top: -5000px;
    z-index: -9999;
    background: white;
    transition: all 0.2s linear;
    padding-bottom: 5px !important;
}

.cod_checkboxes.active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 4px 2px rgb(0 0 0 / 9%);
    border-radius: 4px;
    box-sizing: border-box;
    visibility: visible;
    position: relative;
    top: auto;
    z-index: 50;
    width: 100%;
    padding: 8px;
    padding-top: 0;
    border-top: none;
}

.custom-select span.fa-angle-down {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    transition: 0.2s;
    color: #b0b0b0;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    transition: all 0.1s linear;
}

.selectBox.active span.fa-angle-down {
    transform: rotate(180deg);
}

span.nav-tag.red.custom {
    position: absolute;
    top: 15px;
    left: 45%;
    z-index: 99999;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fb7250;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


/*-----------------Collapse Accordian Structure For Profile Page Style @@Start----------------*/

.collapse-parent {
    display: none;
}

.collapse-parent.mobile-window {
    display: block;
}

.desktop-window {
    display: none
}

.desktop-window.active {
    display: block;
}

.accordion-collapse {
    display: none;
}

.accordion-button {
    display: flex !important;
    justify-content: space-between;
    box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    padding: 25px;
    cursor: pointer;
}

.collapse-parent i.fa {
    transition: all 0.2s linear;
}

.collapse-parent.active i.fa {
    transform: rotate(-180deg);
}

.accordion-collapse {
    height: 0;
    transition: all 0.2s linear;
}

.accordion-collapse.show {
    height: auto;
}


/*-----------------Collapse Accordian Structure For Profile Page Style @@Enc----------------*/


/*Close Button CSS Start*/

div#cod_close_sidebar {
    position: relative;
    /* right: 30%; */
    top: 0px;
    left: 96%;
    font-size: 25px;
    z-index: 99999999999;
    font-weight: bold;
    color: black;
    display: none;
}

.close-btn-sidebar.booking-widget {
    position: absolute !important;
    top: 0 !important;
}

@media screen and (max-width: 1024px) {
    #listeo_core-search-form .clear_filter {
        position: absolute;
        z-index: 0 !important;
        top: 6px !important;
        right: 50px !important;
        width: 30% !important;
        padding: 0px !important;
    }
}

@media screen and (max-width: 575px) {
    div#cod_close_sidebar {
        display: block;
    }
}


/*Close Button CSS End*/

.ical-loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #64bc36;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ical-download-file .ical-loader.active {
    display: inline-block !important;
    margin-bottom: -1px;
}

.ical-download-file .ical-loader {
    margin-left: 8px;
    display: none !important;
}

.payment-tab-content .form-row {
    display: flex;
    align-items: center;
}


/* .form-row .first_iban .p,
.form-row .second_iban,
.form-row .third_iban,
.form-row .fourth_iban {
	padding: 0px;
	text-align: center;
} */

.row.row-5 [class*="col-"] {
    padding: 0 5px;
}

.row.row-5 [class*="col-"] input {
    padding: 0;
    text-align: center;
}

.row.row-5 {
    margin: 0 -5px !important;
}

.sort-by-booking-author,
.sort-by-status,
.sort-by,
.sort-by-itl {
    position: relative;
    top: 9px;
}

.booking-requests-filter .sort-by,
.booking-requests-filter .sort-by-itl {
    margin-left: 10px;
}

@media (max-width: 768px){
.booking-requests-filter {
    display: none !important;
}}

.sort-by-booking-author,
.sort-by-status,
.sort-by,
.sort-by-itl {
    position: relative;
    top: 9px;
}

.dashboard-list-box .sort-by-booking-author,
.dashboard-list-box .sort-by-status,
.dashboard-list-box .sort-by,
.dashboard-list-box .sort-by-itl {
    top: 16px;
    right: 26px;
}

.sort-by-booking-author label,
.sort-by-booking-author .sort-by-select,
.sort-by-status label,
.sort-by-status .sort-by-select,
.sort-by label,
.sort-by .sort-by-select,
.sort-by-itl .sort-by-select {
    display: inline-block;
    float: right;
}

.sort-by label,
.sort-by .sort-by-select,
.sort-by-itl .sort-by-select {
    position: relative;
}

.sort-by-itl .select2-container--open,
.sort-by .select2-container--open,
.sort-by .select2-container--open .select2-dropdown {
    top: 0 !important;
}


/*Hamayun Carousel CSS For Youtube End ######################*/

.pricing-number ul.extra-expenses-price li {
    position: relative;
}

.pricing-number ul.extra-expenses-price li p {
    display: inline-block;
    margin: 0;
}

.pricing-number ul.extra-expenses-price li p .itl_delete_extra_cost {
    position: absolute;
    right: -25px;
    top: 3px;
    color: #f00;
    cursor: pointer;
}

#booking-requests {
    position: relative;
}

#itl-notification {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EBF6E0;
    color: #5f9025;
    padding: 10px 26px;
    border-radius: 3px;

    
}

.itl-notification{
    position: absolute;
    top: 96px;
    left: 260px;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 999;
}
.itl-notification #closeNotification {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

/*9-22-2022*/

/*.gallery-upload {
    padding: 16px 10px;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear;
}

.gallery-upload:hover {
    border-color: #59b02c !important;
    background: #fff;
}*/

div#_cod_hm_gallary {
    width: 200px;
    border: 2px dashed #d0d0d0;
    padding: 8px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    color: #FB7250;
    font-weight: 500;
    justify-content: center;
    transition: all 0.3s linear;
    cursor: pointer;
}

div#_cod_hm_gallary:hover {
    border-color: #59b02c !important;
    background: #fff;
}

div#_cod_hm_gallary span {
    margin-right: 5px;
}

.dz-message i {
    margin-bottom: 0px;
}
/*.col-md-12.form-field-_gallery2-container {
    padding: 16px 10px;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear;
}

.col-md-12.form-field-_gallery2-container:hover {
    border-color: #59b02c !important;
    background: #fff;
}*/

div#file_uploader {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#file_uploader.upload-wrapper>div {
    width: auto !important;
    position: relative;
    padding: 0 30px;
}

#file_uploader.upload-wrapper>div img {
    max-height: 110px;
    width: 100%;
    min-height: 110px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

#file_uploader.upload-wrapper>div .remove_gallary_attachment {
    position: absolute;
    top: 5px;
    right: 33px;
    width: 20px;
    height: 20px;
    background-color: #fb7250;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}


/*ITL CODE END  */

@media (max-width: 1690px) {
    #header .container {
        width: 1210px;
    }
}

@media (max-width: 1024px) {
    #header .container {
        width: 100%;
    }
}

@media (max-width: 1239px) {
    .admin-bar #header.cloned.sticky {
        margin-top: 0px;
    }
}

@media (min-width: 1024px) {
    .search-mobile {
        display: none;
    }
}

.mmenu-trigger {
    margin: 0;
}

@media (max-width: 767px) {
    #backtotop {
        display: block;
    }
}

#backtotop {
    z-index: 1998;
}

@media (min-width: 1240px) {
    body.full-width-header .left-side {
        width: 55%;
    }
}

@media (min-width: 1240px) {
    body.full-width-header .right-side {
        width: 45%;
    }
}


/* --- Start --- */

#file_uploader.upload-wrapper>div {
    width: auto !important;
    position: relative;
}

[data-icon]:before {
    content: none;
}


/* *************** 
* 
* BACKEND
* 
* *************** */

li#menu-comments, li#menu-posts, li#menu-posts-testimonial, 
li#toplevel_page_woocommerce-marketing, 
li#toplevel_page_listeo_bookings_manage, li#toplevel_page_members, li#toplevel_page_envato-market, li#toplevel_page_cptui_main_menu {
    display:none;
}

/* *************** 
* 
* GLOBAL
* 
* *************** */

@media screen and (max-width: 1024px) {
    html {
        margin-top: 0px !important;
    }
}

@media screen and ( max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}

.loader-ajax-container {
    box-shadow: 0 0 20px rgb(251 114 80 / 40%) !important;
    background-image: url(/media/images/RB.png) !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

@media screen and ( max-width: 782px) {
.loader-ajax-container {
    top: calc(50%) !important;
	position: fixed;
}}

.loader-ajax-container {
    top: calc(10% - 15px);
    background-color: white !important;
    border: 1px solid #FB7250;
}

.loader-ajax {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #FB7250;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite ease-out;
    top: -3px;
    position: absolute;
    left: -3px;
    transform: translate(-50%,-50%);
    display: block;
}


@media (max-width: 767px){
    .fm-close {
        right: -10px;
}}

@media (max-width: 991px){
    .fm-input {
        width: 95%;
}}

@media (max-width: 768px){
    #breadcrumbs {
        text-align: right !important;
}}

#menu-comments, li#menu-posts, li#menu-posts-testimonial, 
li#toplevel_page_woocommerce-marketing, 
li#toplevel_page_listeo_bookings_manage, li#toplevel_page_members, li#toplevel_page_envato-market, li#toplevel_page_cptui_main_menu {
    display:none;
}

::selection{
	background-color: #FB7250;
	color: #ffff;
}

/* *************** 
* 
* GENERAL TITLEBAR
* 
* *************** */


#titlebar h2 {
    border-left: 3px solid #fb7250;
    padding-left: 10px;
}

/*#titlebar h1{
    z-index: 2;
    position: relative;
    display: inline-block;
    font-size: 47px;
    margin-top: 10px;
    color: white;
    margin-right: 10px;
    font-weight: 700;
    text-shadow: 2px 0px 10px rgba(0,0,0,0.3);
}

#titlebar h1:before {
    background-color: #fb7250;
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: 200%;
    left: -7px;
    bottom: -23px;
    z-index: -1;
    transform: rotate(-2deg);
}*/

#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 50px 0;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    #titlebar {
        background-color: #f8f8f8;
        position: relative;
        padding: 20px 0;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    #titlebar h1 {
        font-size: 28px;
        line-height: 35px;
    }
}

.Message {
    position: relative;
    margin: 15px 15px 15px;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease;
    border-radius: 5px;
}

.Message-icon {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    padding: 10px;
    text-align: center;
    background-color: #F39C12;
    border-radius: 5px;
}

.Message--orange {
    background-color: #ffae00;
}

.Message--red {
    background-color: red;
}

.Message--red .Message-icon {
    background-color: #b30000
}

.Message--red .Message-body {
    padding: 0px;
}

.Message--red .Message-body label {
    margin-bottom: 0px;
    margin-left: 10px;
}

.Message-body {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-left:10px !important;
}
@media screen and ( max-width: 782px) {
.Message-body {
    padding:10px !important;
}}

@media screen and ( max-width: 782px) {
    .Message {
        margin: 10px 15px 10px 15px !important;
    }}

.Message-body p {
    font-size: 17px;
}

.notification-link {
    color: #333;
    font-size: 15px;
    transition: 0.3s;
    border-color: white;
    font-weight: 400;
    display: inline-block;
}

.notification-link:hover {
    color: #fff;
}

.notification-link i {
    font-size: 17px;
    padding: 0px 0 0 4px;
    top: 2px;
    display: inline-block;
    position: relative;
}

.notification-link a:hover {
    color: #fb7250;
}


/* *************** 
* 
* CLOSING BUTTON
* 
* *************** */

.listeo-dialog .mfp-close,
#small-dialog-edit .mfp-close,
#small-dialog .mfp-close, #add-review .mfp-close {
    color: #666;
    background-color: transparent;
    border-radius: 50%;
    top: 20px !important;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
}

#add-review .mfp-close::before {
    top: 4px;
    height: 9px;
}

.dialog-close-button i:hover {
    color: #FB7250 !important;
    transition: all 0.3s ease;
}


.mfp-close:hover {
    width: 40px;
    transform: none;
    -webkit-transform: none;
    background-color: transparent !important;
}

button.mfp-close:hover:before {
    color: #FB7250;
}

button.mfp-close:hover:after {
    color: white;
    right: 14px;
    top: 7px !important;
}

button.mfp-close:after {
    top: 7px !important;
    height: 30px;
    line-height: inherit;
    right: 14px;
}

.mfp-gallery .mfp-close {
    font-size: 0px;
}

.close {
    color: #666 !important;
    background-color: transparent !important;
    border-radius: 50%;
    top: 7px !important;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
    -webkit-transition: none !important;
    margin: 10px;
    transition: all 0.2s ease-in-out;
}

.notification .close:after {
    margin-top: 0 !important;
    margin-right: 0;
}

.notification .close {
    height: 23px !important;
    width: 23px !important;
}

.close:after {
    margin-top: 20px !important;
    margin-right: 20px;
    transform: none;
}

.close:after {
    top: -9px !important;
    content: "\f00d" !important;
    font-size: 15px !important;
    line-height: 32px;
    transition: 0.2s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    transition: 0.3s;
    top: 4px;
    height: 9px;
    transition: 0s;
    right: 1px;
}

.close:hover:after {
    color: #FB7250;
}

.close:hover {
    background: transparent;
}


/* --- Verification --- */

.check-email-verification .inner {
    padding: 40px;
    padding-bottom: 20px;
    padding-top: 0px;
    width: auto;
}

.check-email-verification .inner h3 {
    text-align: left;
}

.status .status-icon {
    font-size: 40px;
    vertical-align: middle;
    display: block;
    color: #fb7250;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .check-email-verification .inner {
        width: 90%;
        padding: 30px;
        padding-top: 0px;
    }
}

@media (max-width: 1024px) {
    .check-email-verification .close {
        top: 0px !important;
    }
}

.inner .redirect {
    margin: 0px;
}

.loader-spinner-container {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff !important;
    border: 1px solid #fb7250;
    box-shadow: 0 0 20px rgb(251 114 80 / 40%) !important;
    background-image: url(/media/images/RB.png) !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: .4s;
    text-align: center;
    z-index: 100;
    transform: translateY(-50%);
    background: #66676b;
    height: 48px;
    width: 48px;
    border-radius: 50%;
	box-shadow: 0 0 20px rgb(102 103 107 / 40%); 
}

.loader-spinner {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    border: 3px solid rgba(255,255,255,.2);
    border-top-color: #fb7250;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite ease-out;
    top: -3px;
    position: absolute;
    left: -3px;
    transform: translate(-50%,-50%);
    display: block;
}

/* *************** 
* 
* HEADER
* 
* *************** */


/* *************** 
* 
* HEADER MOBILE
* 
* *************** */

@media (max-width: 1239px) {
    #header.cloned {
        display: block;
    }
}

.mobile-searchbar {
    display: none;
}

.mobile-searchbar.active {
    visibility: visible;
}



/* --- Header Menu --- */

@media screen and (max-width: 1024px) {
li#menu-item-8145 {
    border-top: 1px solid #444;
    padding-top: 10px;
}}

@media screen and (max-width: 1024px) {
    li#menu-item-7010 {
    border-top: 1px solid #444;
    padding-top: 10px;
    }}

@media screen and (max-width: 1024px) {
li#menu-item-4358{
    padding-bottom: 10px;
}}

@media screen and (max-width: 1025px) {
    .menu-item-4023 a.mm-listitem__text:before {
        content: "\e06c";
        font-family: "simple-line-icons" !important;
        position: relative;
        top: 0;
        padding-right: 5px;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    }
}


.menu-item-9287 :before {
    content: "\e09a";
}

.menu-item-9268 :before {
    content: "\e060";
}


li#menu-item-9268 :before,
li#menu-item-9287 :before
{
    font-family: "simple-line-icons" !important;
    position: relative;
    top: 1px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 15px;
    color: white;
	   padding-right: 8px;
}

#menu-item-9268 {
    background: #fb7250;
        padding: 0px 10px !important;
        border-radius: 50px;
        
        text-align: center;
    }

    li#menu-item-9268{
        width: fit-content;
            text-align: center;
            margin: auto;
                margin-bottom: 10px;
        }

.user_not_logged_in .menu-item-9268, .user_not_logged_in .menu-item-9287{
	display: none !important;
}

@media screen and (min-width: 1024px) {
    .menu-item-4023 a:before {
        content: "\e06c";
        font-family: "simple-line-icons" !important;
        position: relative;
        top: 0;
        padding-right: 5px;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    }
}

@media screen and (max-width: 1025px) {
    .menu-item-4010 a.mm-listitem__text:before {
        content: "\e900";
        font-family: "rentaband" !important;
        position: relative;
        top: 0;
        padding-right: 5px;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 20px
    }
}

@media screen and (min-width: 1024px) {
    .menu-item-4010 a:before {
        content: "\e900";
        font-family: "rentaband" !important;
        position: relative;
        top: 0;
        padding-right: 5px;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 20px
    }
}

.menu-item-4023 .parentid4023.depth1 a:before {
    content: "";
    padding-right: 0px;
    border: none;
}

.menu-item-4010 .parentid4010.depth1 a:before {
    content: "";
    padding-right: 0px;
    border: none;
}

#navigation.style-1 ul a {
    padding: 1px 5px;
}

.modal-content {
    background: #fff;
    padding: 0px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin-top: 40px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    width: 95%;
}

.modal-footer {
    background-color: #ffff;
    border-radius: 5px;
}

.modal-header {
    padding: 35px 40px;
    background-color: #f6f6f6;
    border-radius: 5px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7A7A7A45;
}

.modal-header h3 {
    margin: 0px;
}

.modal-body,
.modal-footer {
    padding: 8px 40px;
}

@media screen and (max-width: 1024px) {
    .modal-body,
    .modal-footer {
        padding: 8px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .modal-body textarea,
    .message-reply textarea {
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .modal-header {
        padding: 20px 16px;
    }
}

@media screen and (max-width: 1024px) {
    .small-dialog-header {
        padding: 20px 16px;
    }
}

@media screen and (max-width: 1024px) {
    .mfp-inline-holder .mfp-content {
        width: 90% !important;
    }
}

@media screen and (max-width: 1024px) {
    #small-dialog .mfp-close, #add-review .mfp-close {
        top: 5px !important;
        right: 5px;
    }
}

button.button.gray.reason_submit {
    background-color: #fb7250;
    margin-bottom: 20px;
    border-radius: 4px;
}

#navigation.style-1 .mega-menu:not(.mm-panel) ul li {
    height: auto;
}

li#menu-item-4010:not(.sub-menu) :before {
    content: "\e900";
    font-family: "rentaband";
    position: relative;
    top: 0;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 17px;
    padding-left: 0px;
    color: white;
}

#menu-item-331 :before {
    content: "\e069";
}

li#menu-item-4023:not(.sub-menu) :before {
    content: "\e06c";
}

li#menu-item-368:not(.sub-menu) :before {
    content: "\e071";
}

#menu-item-4358:not(.sub-menu) :before {
    content: "\e030";
}

li#menu-item-248:not(.sub-menu) :before {
    content: "\e01e";
}

.menu-item-4025 :before {
    content: "\e002";
}

li#menu-item-4024 :before {
    content: "\e061";
}

.menu-item-11868 :before {
    content: "\e061";
}

li#menu-item-11869 :before {
    content: "\e04c";
}

li#menu-item-7010 :before {
    content: "\e04c";
}

li#menu-item-7011 :before {
    content: "\e041";
}

li#menu-item-8145 :before {
    content: "\e005";
}




#menu-item-4024 a {
    background: #fb7250;
    color: #ffff;
    font-weight: 500;
    padding: 8px 10px !important;
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
}

/* phase1 delete menu-items */

li#menu-item-248:not(.sub-menu) :before,
li#menu-item-4358:not(.sub-menu) :before,
li#menu-item-368:not(.sub-menu) :before,
li#menu-item-4023:not(.sub-menu) :before,
#menu-item-331 :before,
.menu-item-4025 :before,
li#menu-item-4024 :before,
li#menu-item-7011 :before,
li#menu-item-7010 :before,
li#menu-item-8147 :before,
li#menu-item-8145 :before,
li#menu-item-4024 :before,
li#menu-item-11868 :before,
li#menu-item-11869 :before,
li#menu-item-8146 :before
{
    font-family: "simple-line-icons" !important;
    position: relative;
    top: 1px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 15px;
    color: white;
}

#mobile-nav .open-submenu>.sub-menu ::before {
    content: none;
}

#mobile-nav .open-submenu>.sub-menu ::after {
    content: none;
}

.mobile-navigation-list .menu-item-4023 :after,
.mobile-navigation-list .menu-item-4010 :after,
.mobile-navigation-list .menu-item-4358 :after {
    font-family: "simple-line-icons";
    font-size: 13px;
    content: "\e606";
    position: absolute;
    right: 8px;
    top: 10px;
    font-weight: 500;
    color: white;
}

#mobile-nav li a {
    color: white;
    font-weight: 400;
}

.menu-item-4023,
.menu-item-4010,
.menu-item-4358 {
    padding-left: 7px;
}

li#menu-item-248 :before,
li#menu-item-368 :before,
li#menu-item-331 :before,
li#menu-item-4025 :before,
li#menu-item-4024 :before,
li#menu-item-7011 :before,
li#menu-item-7010 :before,
li#menu-item-8147 :before,
li#menu-item-8145 :before,
li#menu-item-4024 :before,
li#menu-item-11868 :before,
li#menu-item-11869 :before,
li#menu-item-8146 :before {
    padding-right: 8px;
}

.sub-menu::before {
    content: none !important;
}

.sub-menu::after {
    content: none !important;
}

#menu-item-4010 .sub-menu-back-btn:before {
    content: "\e070" !important;
    font-family: "simple-line-icons" !important;
    font-size: 15px !important;
}

.sub-menu-back-btn:before {
    content: "\e070" !important;
    padding-right: 20px;
}

.sub-menu-back-btn {
    padding-left: 5px !important;
}


/* --- Conditional menu-items --- */

.menu-item-4024,
.menu-item-4025,
.menu-item-11868,
.menu-item-8145 {
    display: none;
}

.user_not_logged_in .menu-item-4024,
.user_not_logged_in .menu-item-4025,
.user_not_logged_in .menu-item-4024,
.user_not_logged_in .menu-item-11868,

.user_not_logged_in .menu-item-8145 {
    display: block;
}

.menu-item-3915,
.menu-item-10475 {
    display: none;
}

.user_not_logged_in .menu-item-3915,
.user_not_logged_in .menu-item-10475 {
    display: block;
}

.user_not_logged_in .menu-item-214 {
    display: none;
}

.user_not_logged_in .menu-item-7010 {
    border-top: none;
    padding-top: 0px;
}

/* --- Hide menu-items on desktop --- */
@media screen and (min-width: 1024px) {
.menu-item-9268,
.menu-item-248,
.menu-item-7011,
.menu-item-4025,
.menu-item-11869,
.menu-item-11868,
.menu-item-8145
{
    display:none !important;
}}

/* *************** 
* 
* HOMEPAGE
* 
* *************** */

.page-id-105 #cod_close_sidebar {
    display: none;
}

.page-id-105 .clear_filter {
    display: none;
}

@media (max-width: 991px) {
    .main-search-input button.button {
        width: 100% !important;
    }
}

.main-search-container {
    opacity: 1;
    transition: unset;
}

@media (max-width: 992px){
    .main-search-container{	
        background-attachment: unset !important;
}}

.home-page-container{
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

.transparent-header .main-search-container h2 {
    font-weight: 900;
    text-shadow: 5px 6px 6px rgba(0, 0, 0, 0.42);
	}

.main-search-input input {
    font-weight: 600 !important;
}

.main-search-input input, .main-search-input input:focus{
    font-weight: 600 !important;
}

.main-search-input {
    transition: all 0.4s ease-in;
}

@media (min-width: 995px) {
.main-search-input:hover {
    box-shadow: 0px 0px 15px 1px rgb(251 114 80);
}}

@media screen and (max-width: 1020px){.page-id-105 form#listeo_core-search-form {
	margin-top: 20px;
		}}
	

@media (max-width: 1024px){
    .transparent-header .main-search-container .main-search-inner {
    padding-top: 80px;
    padding-bottom: 0px;
}
    
    .main-search-container h1{
        display:none;
    }
}

@media (max-width: 1240px){
    .transparent-header .main-search-container h2 {
        font-size: 25px;
        line-height: normal;
        text-align: center;
}}

.usp-items{
	display:flex;
	width: 100%;
	color: #fff;
	bottom: 0;
    left: 0;
    margin: auto;
    max-width: 920px;
    position: absolute;
    right: 0;
	justify-content: space-around;
}

.usp-item{
	align-items: center;
    display: flex;
    margin-bottom: 24px;
	font-size:18px;
}

.usp-icon{
	margin-right: 10px
}

@media screen and (max-width: 1020px){
    .usp-items{
        display: table;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 40px;
        right: 0;
        width: auto;
        position: relative;
    }
    .usp-item {
        margin-bottom: 8px;
        font-size: 16px
    }}
    


.main-search-input button.button:before {
    font-family: 'simple-line-icons' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e062";
    margin-right: 10px;
    font-weight: 700;
    width: unset;
    height: unset;
    display: inline; 
    background-color: unset; 
    position: relative;
    left: unset;
    top: 2px;
    opacity: unset;
    transition: all 0.2s;
}

.main-search-input button.button {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 230px;
    overflow: hidden;
    font-size: 16px !important;
  }

  .main-search-input .panel-dropdown a,
  .main-search-input .select2-container .select2-selection--single .select2-selection__rendered
  {
    font-weight: 600;
  }

.main-search-input button.button:before{
    background-color: unset;
    opacity: unset;
}

.main-search-input button.button {
    transition: all 0.2s linear 0s;
    
    &:after {
        content: "\e079";
      font-family: 'simple-line-icons' !important;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 100%;
      left: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 26px;
      transition: all 0.2s linear 0s;
    }
    
    &:hover {
      text-indent: -9999px;
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
      
      &:after {
        top: 0;
        text-indent: 0;

      }
    }
  }

span.typed-words {
    border-bottom: 6px solid #FB7250;
}

@media (max-width: 768px) {
    span.typed-words {
        border-bottom: 0px;
    }}

.main-search-container{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.transparent-header .main-search-container {
	z-index: 10;
}

#header.cloned.sticky{
    background-color: hsl(0deg 0% 100% / 79%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
        }
    li#menu-posts {
    display:none;
    }

@media screen and ( max-width: 1022px) {
    #header.cloned.sticky{
        backdrop-filter: unset;
        background-color: unset;
}}

@media screen and ( max-width: 1022px) {
	#header.cloned.sticky .container{
        background-color: hsl(0deg 0% 100% / 81%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
	}}

    @media screen and (max-width: 1024px) {
        #header.cloned.sticky{
            height: 50px;
        }}

.fa-facebook {
    background: #3B5998;
    color: white !important;
    }
    
    /* Twitter */
    .fa-instagram{
    background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: white !important;
    }
    
    .fa-linkedin{
        background: #007bb5;
        color: white !important;
    }
    #footer .fa {
    padding: 8px;
    font-size: 20px;
    width: 36px;
    text-align: center;
    text-decoration: none;
        border-radius:50px;
    }
    
    .fa:hover {
    opacity: 0.7;
        transition: 0.3s;
    }
    
    #contact .fa {
        padding: 8px;
        font-size: 20px;
        width: 36px;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
    }

/* *************** 
* 
* ARTIST REGISTRATION
* 
* *************** */

@media (min-width: 768px) {
    .elementor-237 .elementor-element.elementor-element-1e04d02 {
        box-shadow: 0 0 37.5px 14px rgb(2 8 53 / 6%);
        border-radius: 5px;
    }
}

.elementor-237 .elementor-element.elementor-element-1e04d02:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap {
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 37.5px 14px rgb(2 8 53 / 6%);
}

@media (max-height: 700px) {
    .elementor-237 .elementor-element.elementor-element-ca72031 {
        zoom: 0.9;
        margin: auto;
        margin-top: 10px;
    }
}

.eael-lr-tnc-wrap {
    display: flex;
}

.eael-lr-form-wrapper .eael_accept_tnc_wrap {
    float: left;
    margin-top: 3px !important;
}

@media (max-height: 667px) {
    .elementor-237 .elementor-element.elementor-element-af32e6f .elementor-heading-title {
        padding-top: 20px;
        font-size: 26px;
        font-weight: 800;
    }
}

.eael-form-msg {
    font-size: 15px;
}

/* *************** 
* 
* CALENDAR
* 
* *************** */
#send-message-inline {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease; 
}

#send-message-inline.active {
        height: 225px;
    max-height: 225px; 
}

@media (max-width: 768px) {
	#send-message-inline.active {
    height: auto;
    overflow: unset;
		max-height: unset;
	}}

.booking-calendar-view-popup .list-box-listing-content {
    margin: 0px;
    border: none;
    padding: 0px;
}

.booking-calendar-view-popup .list-box-listing-content .inner{
    margin: 0px;
}

.booking-calendar-view-popup .inner-booking-list {
    padding: 0px;
}

.booking-calendar-view-popup .list-box-listing.bookings{
    flex-direction: column;
}

.booking-calendar-view-popup .list-box-listing.bookings .title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

div#send-message-inline {
    margin-top: 15px;
}

/* *************** 
* 
* ADD LISTING
* 
* *************** */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 10000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 60px;
    color: #FFFF; 
}

.add-listing-headline h3 {
    font-weight: 600;
}

.fm-input.pricing-bookable-options {
    max-width: 200px;
    display: none;
}

.add-pricing-submenu.button {
    display: none;
}

.slider-disable {
    display: none !important;
}

.responsive-sidebar-btn-img {
    display: none;
}

.responsive-sidebar-btn-text {
    display: none;
}

.form-field-_spot_menu-container {
    /* margin-top: 20px; */
}

.form-field-_tube_menu-container {
    margin-top: 20px;
}

.createprofile-description {
    margin-bottom: 2px;
    display: block;
}

.createprofile-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.link-list-container {
    margin-top: 10px;
}

.pricing-list-item td .fm-input.pricing-price {
    max-width: 220px !important;
}

button.add-link-list-item,
button.add-tube-list-item {
    background-color: #f0f0f0 !important;
    color: #666;
    font-weight: 500;
    margin-left: 40px;
}

.add-pricing-list-item.button {
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}

button.add-link-list-item:hover,
button.add-tube-list-item:hover {
    background-color: #fb7250 !important;
    color: white;
}

.add-listing-section input[type="text"]::placeholder,
input[type="number"]::placeholder {
    color: #bfbfbf;
    font-weight: 400;
}

.add-listing-section .select2-container {
    margin-bottom: 16px;
}

/* span.select2-dropdown.select2-dropdown--below {
    top: -35px;
} */

label.label-_spot_menu, label.label-_tube_menu, label.label-_gallery {
    font-weight: 600;
    font-size: 20px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 15px;
    padding-left: 30px;
    display: block;
}

@media (min-width: 1024px) {
label.label-_spot_menu, label.label-_tube_menu, label.label-_gallery {
margin-left: -35px;
margin-right: -35px;
}}

@media (max-width: 1024px) {
div#_cod_hm_gallary {
    width: 100%;
}}

label.label-_gallery::before {
    content: "\e032";
    font-family: "simple-line-icons"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.col-md-12.form-field-_gallery2-container {
    margin-top: -30px;
}

label.label-_photocompliance{
margin-top: 25px;
}

.form-field-_photocompliance-container .switch_box.box_1 {
    min-height: unset;
}


.Message--red.images{
    width: fit-content;
    margin: 0px 0px 15px;
}

.Message--red.images .Message-body {
    padding-right: 10px;
}

.Message--red.images .Message-body p {
    margin: 0 0 0;
    font-size: 14px;
}

/* *************** 
* 
* ADD LISTING MOBILE
* 
* *************** */

@media (max-width: 991px) {
    .dashboard-content,
    #tube-list-container,
    #link-list-container,
    .pricing-list-item td .fm-input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pricing-list-item td .fm-close {
        text-align: left;
        position: absolute;
        top: 0px;
        right: -20px;
    }
}

@media (max-width: 767px) {
    .pricing-list-item td .fm-move {
        display: none;
    }
}

@media (max-width: 991px) {
    button.add-link-list-item,
    button.add-tube-list-item,
    .add-pricing-list-item.button {
        margin-left: 0px !important;
    }
}

@media (max-width: 768px) {
    .add-listing-headline {
        padding-right: 20px;
        padding-left: 20px;
        margin-left: 2%;
        margin-right: 2%;
        width: calc(100% + 20px);
    }
}

@media (max-width: 768px) {
    .add-listing-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.profilefeedback{
    background-color: #fb7250;
        border-radius: 50px;
        color: white;
        padding: 12px 24px;
        font-weight: 500;
        font-size: 15px;
    }
    .profilefeedback:hover{
        background: white;
        color: #fb7250;
        border: 1px solid #fb7250;
    }	
    .profilefeedback::before {
        content: "\f075";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 5px;
    }

    @media (max-height: 700px){
        .elementor-237 .elementor-element.elementor-element-ca72031 {
            zoom: unset !important;
            }}

/* @media (max-width: 768px) {
span.select2-dropdown.select2-dropdown--below {
    top: -10px;
}} */

/* *************** 
* 
* PREVIEW LISTING
* 
* *************** */

.previewtitle {
    margin: auto;
    width: 70%;
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
}

#titlebar .listing-titlebar-title .title h1{
    float: none;
}

#titlebar .listing-titlebar-title .title{
    margin-bottom: 20px;
}

span.previewtitle-span {
    color: #FB7250;
    font-weight: 600;
}

.listing_preview_container {
    max-width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listing_preview_container #titlebar {
    margin-bottom: 0px !important;
}

form#listing_preview {
    width: 70%;
    margin: auto;
}

@media (max-width: 991px) {
    .listing_preview_container,
    form#listing_preview {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .listing_preview_container h3 {
        font-size: 15px;
        font-weight: 500;
        margin-top: 15px;
    }
}
@media (min-width: 1024px) {
.page-id-101 .notification.closeable.notice {
    width: 70%;
    margin:auto;
}}
.listing_preview_container .profile-terms-headline {
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .listing_preview_container .profile-terms {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .listing_preview_container {
        padding: 20px;
    }
}

.Message-icon i {
    transform: none !important;
}

.listing_preview_container #listing-gallery {
    width: calc(100vw - 1300px);
}
@media (max-width: 1024px) {
.listing_preview_container #listing-gallery {
    width: 100% !important;
}}
@media (max-width: 1024px) {
.listing_preview_container #tubeCollapse{
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}}

#youtube .Message {
    margin-left: 0px;
    margin-right: 0px;
} 

.listing_preview_container .profile-terms:first-child {
    display: flex;
    margin-top: 10px; 
    border-top: none;
}

.listing_preview_container .profile-terms {
    padding: 5px;
}
.listing_preview_container #tubeCollapse{
    width: 60%;
    margin: auto;
}

/* *************** 
* 
* FILTER WIDGET
* 
* *************** */

.clear_filter {
    color: #666;
    cursor: pointer;
    border-radius: 5px;
    background: #e4e4e466 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0 40px;
    height: 35px;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    letter-spacing: 3px;
}

.clear_filter:hover {
    color: white;
    cursor: pointer;
    border-radius: 5px;
    background: #f68164 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0 40px;
    height: 35px;
    width: 100%;
    letter-spacing: 3px;
}

.custom-select {
    height: 51px;
    display: flex;
    justify-content: space-between;
    line-height: 51px;
    align-items: center;
    padding: 0 10px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 0px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
    cursor: pointer;
}

span.nav-tag.red.custom {
    position: relative;
    z-index: 99999;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fb7250;
    color: white;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    top: -2px;
    left: 2px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    display: initial;
}

.custom-select span.fa-angle-down {
    line-height: 51px;
    float: right;
}

.custom-select {
    display: inline-block;
}

.row.with-forms {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.sidebar .range-slider-container {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}

.sidebar .range-slider-headline {
    color: #808080;
    padding-left: 10px;
    font-weight: 500;
    border-top: 1px solid #dbdbdb;
    line-height: 51px;
}

.sidebar .range-slider-subtitle {
    display: none;
}

.sidebar {
    background-color: #fff;
    margin-top: 20px;
}

@media (max-width: 996px) {
    .sidebar {
        margin-top: 0px;
    }
}

.cod_checkboxes {
    max-height: 0;
}

.cod_checkboxes.active {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 0px;
    max-height: fit-content;
    transition: max-height 0.8s;
}

.cod-more {
    background: #FFFFFF !important;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    padding: 0px;
    margin-top: 0px;
}

@media (max-width: 1024px) {
    div#widget_search_form_listings-2 h3 {
        padding: 10px 25px 15px !important;
    }}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px !important;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 25px;
}

div#widget_search_form_listings-2 h3:before{
    content: "\f1de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

#listeo-search-form_tax-genre>span>span.selection>span>span>input {
    font-weight: 500;
    font-size: 15px;
    margin-left: 13px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    box-shadow: none;
}

@media (max-width: 992px) {
    .container:not(.full-width) .sort-by .select2-container--open,
    .container:not(.full-width) .sort-by .select2-container--open .select2-dropdown,
    .sort-by .select2-container--open,
    .sort-by .select2-container--open .select2-dropdown {
        left: initial !important;
        right: 0 !important;
        top: 0px !important;
    }
}

.select2-container--default .select2-selection--multiple {
    height: auto;
}

.sidebar .select2-container {
    margin-bottom: 0px;
}

.cod-multiselect {
    border: none;
    padding: 0px;
}

.cod_checkboxes {
    border: 0px !important;
    padding: 15px !important;
    padding-top: 0px !important;
    font-size: 10px;
}

.range-slider-container {
    margin-bottom: 0px;
}

.checkboxes label {
    font-size: 13px;
}

.selectBox option {
    display: none;
}

.with-forms .col-md-12 {
    padding-left: 20px;
    padding-right: 20px;
}


/* - Mobile - */

.dropdown-wrapper {
    padding-top: -40px;
    top: 0;
    margin-top: -30px;
}

@media (max-width: 1024px) {
    #listeo-search-form_keyword_search {
        margin-bottom: 0px;
    }
}

#listeo-search-form_keyword_search {
    margin-bottom: 0px;
}

#listeo-search-form_tax-listing_category .row {
    margin-top: 0px;
}


/* *************** 
* 
* FOOTERS
* 
* *************** */

#footer .widget h3 {
    padding: 0 0 10px;
    margin-bottom: 0px !important;
    border-bottom: 0px;
    font-weight:500;
    font-size: 16px;
}

#footer h3 {
    padding: 0 0 10px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-bottom: 0px;
    font-weight:500;
    font-size: 16px;
}

#footer {
    font-size: 14px;
}

@media (max-width: 768px) {
	.footer-first-row {
		flex-direction: column;
	}}

@media (min-width: 1024px) {
    .footer-second-row .col-md-3.col-sm-6.col-xs-12 {
        margin-top: 25px;
    }}

@media (max-width: 1024px) {
.copyrights {
    margin-top: 20px;
}}

@media (max-width: 1024px) {
#footer {
    padding: 40px 0 0;
}}

@media (max-width: 1024px) {
aside#custom_html-3 {
    margin-bottom: 25px;
}}

@media (max-width: 1024px) {
aside#text-2 {
    margin-bottom: 25px;
}}



@media (min-width: 1024px) {
    .booking-sticky-footer {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .booking-sticky-footer.booking {
        display: none !important;
    }
}

#footer ul.menu {
    width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    #footer ul.menu {
    width: 100%;
    margin-bottom: 15px;
}}

.booking-sticky-footer {
    z-index: 1999;
}

.booking-sticky-footer .footerbutton {
    float: left;
    margin: 0;
    padding: 8px 16px;
    line-height: 21px;
    font-size: 16px;
    Color: #fb7250;
    background-color: white;
}

.bsf-right {
    justify-content: flex-end;
    color: #fb7250;
    width: 10%;
    float: right;
    flex: auto;
}

.bsf-left {
    width: 90%;
    float: left;
    flex: auto;
}

.bsf-left.archive {
    width: 100%;
    flex: auto;
    text-align: center;
}

.bsf-left.archive .footerbutton {
    border: none;
    float: none;
    font-size: 18px;
    color: white;
    background-color: #fb7250;
    font-weight: 500;
    vertical-align: middle;
    height: 100%;
}

.bsf-left.archive i {
    margin-right: 3px;
}

.bsf-right.archive {
    width: 0%;
}

.booking-sticky-footer.archive {
    min-height: 50px;
    padding: 0;
    bottom: 5px;
    left: 25%;
    right: 5px;
    background: #fb7250;
    width: 50%;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 4px rgb(0 0 0 / 10%);
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide-out-bottom {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100px);
        display: none;
    }
}

.booking-sticky-footer.booking {
    animation: slide-out-bottom 0.3s both;
    min-height: 70px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: white;
    width: auto;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 10px 4px rgb(0 0 0 / 10%);
    padding: 10px;
}

@media (max-width: 768px) {
    .flatpickr-calendar.hasTime.noCalendar {
        width: 65%;
        right: 0 !important;
    }
}

.booking-sticky-footer.booking.visible {
    animation: slide-in-bottom 0.3s both;
}

.bsf-right.booking .footerbutton {
    border: none;
    float: none;
    font-size: 16px;
    color: white;
    background-color: #fb7250;
    font-weight: 600;
    vertical-align: middle;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.bsf-right.booking {
    width: 40%;
    display: flex;
    flex-direction: column;
    color: #707070;
}

.bsf-right.booking .footnote {
    font-size: 10px;
    color: #707070;
    text-align: center;
    margin-top: 5px;
    line-height: 12px;
}

.bsf-left.booking {
    width: 60%;
}

.bsf-left.booking .price span {
    font-weight: 500;
}

.bsf-left.booking .price {
    font-size: 12px;
    margin-top: -7px;
}

.booking-sticky-footer .star-rating {
    letter-spacing: 0;
}

.bsf-right.booking .footerbutton {
    border: none;
    float: none;
    font-size: 18px;
    color: white;
    background-color: #fb7250;
    font-weight: 500;
    vertical-align: middle;
    height: 100%;
}

.bsf-left.booking .title {
    font-weight: 600;
}

@media (max-width: 991px) {
.listing-slider .slick-prev:hover,
.listing-slider .slick-prev {
    left: 20%;
}}

@media (max-width: 991px) {
.listing-slider .slick-next:hover,
.listing-slider .slick-next {
    right: 20%;
}}

.listing-slider-small .slick-prev, 
.listing-slider-small .slick-next{
	opacity: 1;
	visibility: visible;
}

.listing-slider-small .slick-next:hover, .listing-slider-small .slick-next {
    right: 12px;
}

@media (min-width: 1230px){
    #listing-gallery a.item.mfp-gallery.slick-slide{
        width: 243px !important;
}}

img.single-gallery {
	height: 422px;
	object-fit: cover;
}

img.single-gallery {
	border-radius: 30px;
	box-shadow: 0 3px 40px rgb(36 36 36 / 10%);	
	margin-top: 10px;
	margin-bottom: 10px;
}

.listing-section .carousel-control{
	background-image: none !important;
}

.filter_footer {
    position: absolute;
    display: block;
    top: 53px;
    width: 95%;
    z-index: 9999;
    height: 50px;
}

@media screen and (max-width: 1020px) {
    .clear_filter {
    position: absolute;
    z-index: 0 !important;
    right: initial !important;
    width: 46% !important;
    padding: 0 !important;
    top:63px;
}}
@media screen and (max-width: 1020px) {
form#listeo_core-search-form{
    margin-top: 60px;
}}

@media screen and (max-width: 1020px) {
    #responsive-sidebar-close.apply-filter {
    position: absolute;
    z-index: 0 !important;
    right: 10px !important;
    width: 46% !important;
    padding: 0 !important;
    top: 63px !important;
    top: unset;
    color: #666;
    cursor: pointer;
    border-radius: 5px;
    background: #e4e4e466 !important;
    font-size: 14px;
    font-weight: 500;
    height: 35px !important;
    transition: all .2s ease-in-out;
    letter-spacing: 3px;
    }}

@media screen and (min-width: 1020px) {
    #responsive-sidebar-close.apply-filter {
    display: none;
}}

@media screen and (min-width: 1020px) {
    .applied-filters ul{
    margin-bottom: 0px;
}}

.applied-filter-title {
    font-weight: 500;
    float: left;
    top: 12px;
    left: 15px;
    position: relative;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .applied-filter-title{
    float: none;
    left: unset;
    padding-left: 20px;
    font-size: 14px;
    top: 0px;
}}
@media screen and (max-width: 1024px) {
.applied-filters ul {
    margin-bottom: 0px;
}}

.applied-filters {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.applied-filters li {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 15px;
    border: 1px solid #efefef;
    border-radius: 50px;
    min-width: 60px;
    text-align: left;
    position: relative;
    color: #757575;
    margin-right: 5px;
    margin-bottom: 6px;
    box-shadow: 0 1px 3px 0px  rgb(0 0 0 / 6%);
    font-weight: 500;
}

ul.applied-filters li .close-icon {
    position: absolute;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
    color: #fb7250;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .applied-filters{
        margin-right: 80px;
}}


button.clear_filter.mobile-only {
    top: 47px;
    right: 17px !important;
    width: fit-content !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    height: fit-content;
    letter-spacing: 1px;
    border-radius: 50px;
}

.posts-count {
	font-size: 18px;
	color: white;
    letter-spacing: 1px;
    text-shadow: 2px 0px 10px rgba(0,0,0,0.3);
	z-index:1;
    right: 16px;
    position: relative;
    float: right;
    font-weight: 500;
}

.posts-count:before {
    background-color: #fb7250;
    content: "";
    position: absolute;
    width: calc(100% + 11px);
    height: 96%;
    left: -6px;
    bottom: 0px;
    z-index: -1;
    transform: rotate(-2deg);
}

@media only screen and (max-width: 1024px){
.posts-count { 
		font-size: 14px;
}
.posts-count:before {
	height: 90%;
	bottom: 3px;
	}
}

@media screen and (max-width: 1024px) {
    #listeo_core-search-form .clear_filter {
        right: initial !important;
    }
}


/* *************** 
* 
* CATEGORY FILTERS
* 
* *************** */

.categorytitle {
    color: #808080;
    margin-left: 30px;
    font-weight: 500;
    line-height: 51px;
    margin-bottom: 20px;
    font-size: 15px;
}

.panel-checkboxes-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    justify-content: space-around;
}

.panel-checkbox-wrap {
    flex-grow: 0;
    width: 40%;
    line-height: 22px;
}

.ajax-search .panel-checkboxes-container {
    width: 70%;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 10px;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.searchboxicons {
    cursor: pointer;
    width: auto;
    height: auto;
}

.searchboxcaption {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    color: #808080;
    font-weight: 500;
}

input[type=radio]:checked+img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 2px solid #fb7250;
    box-shadow: 0 0 2px;
    padding: 1px;
}

#listeo-search-form_tax-covers .cod-more {
    display: none;
}

/* *************** 
* 
* CATEGORY FILTERS
* MOBILE
* 
* *************** */


@media screen and (max-width: 768px) {
    .resp-sidebar-wrapper {
        display: block;
        position: fixed;
        top: 0;
        bottom: -100px;
        right: -405px;
        transition-property: right;
        overflow: auto;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 2px 0 10px 0 #b4b4b4;
        padding-bottom: 100px;
        transition-duration: 0.5s;
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .panel-checkboxes-container {
        display: flex;
        flex-wrap: nowrap;
        padding: 0 12px;
        flex-direction: row;
        align-content: space-between;
        justify-content: center;
        padding-left: 6%;
        padding-right: 6%;
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .searchboxcaption {
        display: block;
        text-align: center;
        margin-top: 5px;
        font-size: 13px;
    }
}

div#cod_close_sidebar {
    color: #666;
    background-color: #e4e4e466;
    border-radius: 50%;
    top: 0px !important;
    right: 5%;
    width: 35px;
    height: 35px;
    border: none;
    font-size: 0;
    -webkit-transition: none !important;
    margin: 10px;
    left: 85%;
}

div#cod_close_sidebar:after {
    top: 12.5px !important;
    content: "\f00d" !important;
    font-size: 15px !important;
    line-height: 0px;
    transition: 0.2s;
    transform: translate(-50%, 60%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    transition: 0.3s;
    top: 4px;
    height: 9px;
    transition: 0s;
    right: 7.5px;
}


/* *************** 
* 
* ARTIST LISTING
* 
* *************** */

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 1px 0;
    font-weight: 600;
}

.listing-desc-headline {
    margin-top: -1px;
    border-left: solid 3px;
    border-color: #fb7250;
    padding-left: 8px;
}

.goback a {
    font-size: 13px;
    font-weight: 400;
    color: #888;
}

.goback {
    display: inline-block;
}

.goback a:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a0a0a0;
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.breadcrumbs {
    float: right;
}

.breadcrumbs #breadcrumbs {
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    position: unset;
    max-width: unset;
    top: 0;
    display: block;
    transform: unset;
}

@media only screen and (max-width: 1024px) {
    .breadcrumbs #breadcrumbs {
        margin-top: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    #breadcrumbs {
        margin-top: 0px;
        margin-right: 0px;
        display: inline-block;
        top: -10px;
    }
}

@media (max-width: 1024px) {
    #breadcrumbs ul li {
        margin: 0 0 0 0;
    }
}

@media (max-width: 1024px) {
    #breadcrumbs ul li:before {
        margin-right: 6px;
    }
}

#breadcrumbs ul li:before {
    top: 0px;
}

@media only screen and (max-width: 1024px) {
    .topdetails {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
}

.gray.edit-profile {
    background-color: #e9e9e9;
    color: #666;
    padding: 4px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.edit-profile:hover {
    background-color: #fb7250;
    color: white;
}

.gray.edit-profile i {
    padding-left: 2px;
    position: relative;
    top: 1px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar:before {
    border-bottom: none;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
    float: left;
}

#titlebar.listing-titlebar .star-rating {
    float: right;
    box-shadow: var(--shadow-m, 0 5px 24px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.05));
    background: #ffffff;
}

.bookable-services input[type="radio"] {
    display: none;
}

.listing-features {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.readmore__content {
    max-width: 45rem;
    width: 100%;
}

button.readmore__toggle {
    display: flex;
    margin-top: 10px;
    background-color: #e9e9e9;
    color: #666;
    padding: 4px 15px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    border: none;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

button.readmore__toggle:hover {
    background-color: #fb7250;
    color: white;
}

@media only screen and (max-width: 1024px) {
    .listing-features {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1024px) {
    .listing-features.checkboxes li {
        width: 50% !important;
    }
}

.listing-features.checkboxes li {
    flex-grow: 0;
    width: 20%;
    line-height: 22px;
    margin: 0;
}

.booknow-mobile {
    border: none;
    float: none;
    font-size: 16px;
    color: white;
    background-color: #fb7250;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    margin-top: 10px;
    min-width: 123px;
}

@media only screen and (min-width: 1024px) {
    .booknow-mobile {
        display: none;
    }
}

.booknow-mobile.top i {
    margin-right: 5px;
}

.footerbutton i {
    margin-right: 5px;
}

.profile-terms:first-child {
    display: block;
    margin-top: 10px;
    border-top: none;
}

.profile-terms {
    display: flex;
    border-top: 1px solid #0000000f;
    margin-top: 0px;
    gap: 1rem;
    padding: 10px;
    align-content: center;
    align-items: center;
}

.profilefeatures h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
}

@media only screen and (max-width: 1024px) {
    .profile-terms {
        display: block;
        width: 100%;
        border-top: 1px solid #0000001c;
    }
}

.profile-info {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .profile-info {
        margin-top: 3px;
    }
}

.profile-info li:first-child:marker {
    content: none;
    margin-left: 0px;
}

.profile-info li:first-child {
    margin-left: 0px;
}

.profile-info li {
    flex-grow: 0;
    margin: 0;
    display: inline;
    margin-left: 5px;
}

.profile-info li a {
    border-radius: 20px;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #f4f4f4;
    color: #777;
}

.profile-info li a:hover {
    border-radius: 20px;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fb7250;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.contentlisting-genres .profile-info li{
	    margin-right: 0px;
}

#titlebar.listing-titlebar .profileheader {
    background-color: #fb7250;
}

@media only screen and (max-width: 1024px) {
    .profileheader-left .star-rating {
        zoom:0.8;
    }}

.profileheader h2 {
    font-weight: 600;
}

.profileheader h1 {
    font-weight: 600;
    font-size: 30px;
}

@media only screen and (max-width: 1024px) {
    .profileheader-right {
        align-self: center;
    }
}

@media only screen and (max-width: 1024px) {
    .profileheader {
        display: flex;
        justify-content: space-between;
    }
}

.profilefeatures {
    border-radius: 30px;
    padding: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 20px;
    box-shadow: var(--shadow-m, 0px 1px 5px 0px rgba(0, 0, 0, 0.1));
}

.boxed-widget {
    border-radius: 30px;
}

.listing-details {
    margin-bottom: 10px;
    background: unset !important;
}

.listing-details li i {
    background-color: unset !important;
    width: unset;
    height: unset;
    border-radius: unset;
}

@media only screen and (max-width: 1024px) {
    .listing-details {
        padding-left: 0px;
        padding-top: 10px;
    }}
    @media only screen and (max-width: 1024px) {
        .listing-details li {
            padding-bottom: 10px;
        }}
    

.profilefeatures span.listing-pricing-tag {
    display: inline-block;
    padding-left: 30px;
    padding-right: 12px;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    color: #777;
    border: none;
    border-radius: 100px;
    line-height: 32px;
    height: 32px;
    vertical-align: top;
    position: relative;
    margin-bottom: 3px;
    border: none;
    color: #4f9629;
    margin-left: 5px;
    margin: 0;
    background: #6add2d2b;
}

.profilefeatures span.listing-pricing-tag i {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 6px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    background: #222;
    color: #fff;
    background-color: #64bc36;
}

.profilefeatures span.listing-tag {
    top: 0;
    margin: 0;
    background: #fb725012;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: none;
    border: none !important;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-block;
}

.profilefeatures span.listing-tag a {
    font-family: Raleway;
    text-align: left;
    text-transform: none;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    transition: color 0.2s;
    outline: none !important;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #fb7250;
    border-color: #fb7250;
}

.profilefeatures span.listing-technic-tag, .listing_preview_container span.listing-technic-tag{
    display: inline-block;
    padding-left: 30px;
    padding-right: 12px;
    font-size: 13px !important;
    font-weight: 500;
    background-color: #f6f6f6;
    color: #777;
    border: none;
    border-radius: 100px;
    line-height: 32px;
    height: 32px;
    vertical-align: top;
    position: relative;
    margin-bottom: 3px;
    border: none;
    margin-left: 5px;
    margin: 0;
}

.profilefeatures span.listing-technic-tag i, .listing_preview_container span.listing-technic-tag i {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 6px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    background: #222;
    color: #fff;
}

.collapse-parent.active .listing-links-container i.fa {
    transform: none;
}

.listing-links-container {
    margin: 0 0 20px 0;
}


@media (max-width: 768px) {
	.listing-grow {
		padding-left:10px;
		padding-right:10px;
	}}

@media (max-width: 768px) {
.col-xs-6:nth-child(even) {
    padding-left: 10px;
	}}

@media (max-width: 768px){
.col-xs-6:nth-child(odd) {
    padding-right: 10px;
	}}

.profilefeatures {
    margin-bottom: 10px;
    margin-top: 10px;
}

.profile-terms {
    padding: 6px;
    padding-left: 10px;
}

.goback {
	display:none;
}


.main-terms {
    display: flex;
    margin-top: 10px;
    padding-bottom: 20px;
    padding: 25px;
    border-radius: 5px;
    border-top: 1px solid #00000008;
    gap: 20px;
}

.main-terms h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
}

.main-terms:last-child {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
.main-terms {
    padding-left: 0px;
}}

.main-terms .terms-left img{
    max-width: unset !important;
}

#tubeCollapse {
    padding-left: 25px;
    padding-right: 25px;
}

#listing-video {
    margin-bottom: 20px;
}

.bookable-services .single-service:last-child {
    margin-bottom: 0;
}

.bookable-services input[type="radio"]+label {
    transition: 0.3s;
    font-size: 14.7px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #777;
    display: block;
    width: 100%;
    padding: 15px;
    padding-right: 70px;
    margin: 0;
    line-height: 24px;
    position: relative;
}

.bookable-services input[type="radio"]+label:hover {
    background-color: rgba(249, 25, 66, 0.08);
    color: #f91942;
}

.bookable-services input[type="radio"]:checked+label {
    background-color: #f91942;
    color: #fff;
    transition: 0.3s;
}

.bookable-services input[type="radio"]:checked+label h5 {
    color: #fff;
}

.bookable-services input[type="radio"]:checked+label .single-service-price {
    background-color: #fff;
    color: #f91942;
}

@media (max-width: 768px) {
    .pricing-list-container ul li {
        padding-left: 25px;
        padding-right: 25px;
        flex-direction: row;
    }
}

.pricing-list-container ul li {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media (max-width: 768px) {
    .pricing-list-container h5 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .pricing-list-container span {
        position: absolute;
        top: 25%;
        right: 10px;
        margin-top: 0px;
        font-size: 15px;
    }
}

.pricing-list-container ul li:nth-child(2n+2){
    background: none;
}

.pricing-list-container .pricing-menu-no-title:first-child {
    border-top: none;
}

.pricing-list-container ul:last-child {
    margin-bottom: 10px;
    border-top: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 1024px) {
    .slider-controls-container {
        bottom: -10px;
    }
}

@media only screen and (max-width: 1024px) {
    .listing-slider .item {
        position: relative;
        background-size: cover;
        background-position: 50%;
        max-height: 300px;
        min-height: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .listing-slider {
        height: 10vh !important;
        min-height: 300px;
    }
}

.listing-slider .slick-prev {
    opacity: 1;
    visibility: visible;
}

.listing-slider .slick-next {
    opacity: 1;
    visibility: visible;
}

.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mfp-arrow.mfp-arrow-right.mfp-prevent-close:after {
    font-size: 20px;
    line-height: 60px;
    position: relative;
    color: #fff;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close:after {
    font-size: 20px;
    line-height: 60px;
    position: relative;
    color: #fff;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.listing-features.checkboxes li:first-child:before {
    content: none;
}

.listing-features.checkboxes li {
    content: none;
}

.listing-features.checkboxes a {
    font-size: 15px;
}

.padding-right-30 {
    margin-top: 0px;
}

.listing-nav {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px){
    .listing-nav-container.cloned .listing-nav {
        justify-content: space-around;
    }}

.accordion-button {
    box-shadow: none;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    margin-bottom: 20px;
}

.accordion-button span {
    color: #000;
    font-weight: 500;
}

.accordion-collapse.show {
    padding-left: 15px;
    padding-right: 15px;
    max-height: 2000px;
    transition: max-height 0.5s linear;
}

.accordion-collapse {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    height: auto;
}

.collapse-parent {
    display: block;
    border-top: 1px solid #6666661f;
    padding-top: 20px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    .accordion-button span {
        color: #000;
        font-size: 20px;
    }
}
.booking-technics-cost {
    display: block;
    margin-top: 15px;
    margin-bottom: -5px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
    font-weight: 16px;
}

.booking-technics-cost strong,
.booking-technics-cost span {
    display: inline;
    font-weight: 600;
}

.booking-technics-cost span {
    text-align: right;
    float: right;
    color: #66676b;
    font-size: 16px;
    position: relative;
}

i.tip {
    color: #fff !important;
}

.listing-nav-title .list-box-listing-img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float:left;
    z-index: 1;
    position: relative;
    height: 135px;
    width: 20%;
}

.listing-nav-title .list-box-listing-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}


.listing-nav-container .listing-nav-title {
    display: none;
}

.listing-nav-container.cloned.stick .listing-nav-title {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bookings .list-box-listing-img{
    width: 70px;
    height: 70px;
}

@media only screen and  (min-width: 992px){
.listing-nav-container.cloned.stick .listing-nav-title{
    width: 970px;
}}

@media only screen and  (min-width: 1240px){
.listing-nav-container.cloned.stick .listing-nav-title{
    width: 1090px;
}}

@media only screen and  (min-width: 1367px){
.listing-nav-container.cloned.stick .listing-nav-title{
    width: 1210px;
}}

@media only screen and (max-width: 1024px) {
.listing-nav  {
    display:none;
}}

@media only screen and (max-width: 1024px) {
.listing-nav-container.cloned .listing-nav {
    margin: 0px auto 0 auto !important;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    gap: 10px;
    background: white;
    overflow-x: scroll;
}}

@media only screen and (max-width: 1024px) {
    .listing-nav-container.cloned .listing-nav {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}}
@media only screen and (max-width: 1024px) {
    .listing-nav-container.cloned .listing-nav::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}}

@media only screen and (max-width: 1024px) {
.listing-nav-container.cloned {
    overflow-x: hidden;
}}

@media only screen and (max-width: 1024px) {
.listing-nav-container.cloned .col-lg-4.col-md-4{
    display:none !important;
}}

.listing-nav-container.cloned .col-lg-4.col-md-4{
    align-self: center;
    top: unset;
    display: flex;
}

.listing-nav-container.cloned .col-lg-8.col-md-8{
    align-self: center;
}

@media only screen and (max-width: 1024px) {
.listing-nav-container.cloned .col-lg-8.col-md-8{
    align-self: center;
    top: unset;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}}

.list-box-listing-title{
    margin-left: 10px;
    align-self: center;
    width: 80%;
}

.listing-nav-container.cloned .list-box-listing-title h3{
    margin-top: unset;
    margin-bottom: unset;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
.listing-nav li span{
    padding-bottom: 7px !important;
    margin-bottom: 1px;
    padding-top: 7px !important;
    border-bottom: 0px;
}}

@media only screen and (max-width: 1024px) {
.listing-nav-container.cloned .listing-nav li {
    font-size: 14px;
    flex-grow: 0;
    flex-shrink: 0;
}}

@media only screen and (min-width: 992px) {
    .listing-nav-container.cloned .listing-nav {
            width: 100%;
            padding-left: 325px;
     }}

@media only screen and (min-width: 1024px) {
.listing-nav-container.cloned .listing-nav {
    margin: 0px auto 0 auto !important;
    display: flex;
    justify-content: space-evenly;
}}

@media only screen and (min-width: 1240px) {
    .listing-nav-container.cloned .listing-nav {
            width: 100%;
            padding-left: 0px;
     }}

 @media only screen and (min-width: 1367px) {
.listing-nav-container.cloned .listing-nav {
        width: 100%;
        padding-left: 0px;
 }}

#responsive-sidebar-close {
    display: none !important;
    position: absolute !important;
    top: 15px;
    right: 15px;
    height: auto !important;
    width: auto !important;
    border: none;
    background-color: transparent;
}

.booking-sticky-footer.booking {
    display: flex;
}

.body-overlay {
    position: absolute;
    height: 100%;
    /*width: calc(100% - 319px);*/
    width: 100%;
    background: black;
    z-index: 9998;
    top: 0;
    opacity: 0;
    transition: all 0.5s linear !important;
    visibility: hidden;
}

.body-overlay.active {
    visibility: visible;
    opacity: 0.8;
}

.listing-nav li span {
    display: inline-block;
    border-bottom: none;
    position: relative;
    bottom: -1px;
    transition: 0.3s;
    color: #666;
    /*padding-bottom: 15px; */
    font-weight: 500;
    cursor: pointer;
}

/* .listing-nav li span.active {
    border-bottom: 2px solid #fb7250;
    color: #fb7250
} */
.listing-nav li span.active{
    color: white;
    border-radius: 50px;
    background: #fb7250;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -5px;
}
@media only screen and (max-width: 1024px) {
.listing-nav li span.active {
    color: white;
    border-radius: 50px;
    background: #fb7250;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 0px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -5px;
}}

.listing-nav li span.active:hover{
    color: white;
}

@media only screen and (min-width: 1024px) {
.listing-nav li span:hover {
    border-color: #fb7250;
    color: #fb7250;
}}

/* *************** 
* 
* ARTISTPROFILES END
* 
* *************** */


/* *************** 
* 
* PROFILE BOOKING WIDGET
* 
* *************** */

.add-listing-section.row.booking {
    display: none;
}

.ddbutton label {
    background: white !important;
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 0px;
}

.ddbutton .single-service-price,
.ddbutton label h5 {
    color: #888 !important;
    font-size: 16px;
    font-weight: 600 !important;
    text-align: start;
    margin-top: 7px;
    margin-bottom: 7px;
}

.ddbutton .single-service-price,
.ddbutton label span {
    color: #888 !important;
    padding-right: 10%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.guests {
    box-shadow: 0 1px 6px 0px rgb(0 0 0 / 10%) !important;
    font-size: 16px;
    color: #808080;
    font-weight: 600 !important;
}

input#qtyguests.guests {
    border: none;
}

input.guests::placeholder {
    font-weight: 600;
    font-size: 16px;
    color: #808080;
}

#form-booking .panel-dropdown {
    float: none;
    margin-bottom: 4px;
}

.booking-comment {
    font-size: 13px;
    text-align: center;
}


/*.booking-widget .panel-dropdown a:after {
top: 15px;
}*/

.bookable-services input[type="radio"]:checked+label {
    background-color: #fb7250;
}

.bookable-services input[type="radio"]:checked+label .single-service-price {
    color: #fb7250;
}

@media (min-width: 992px) {
    .listing-template-default .col-md-4 {
        width: 33.33333333%;
        position: sticky;
        top: 6%;
    }
}

@media (min-width: 1260px) {
    .listing-template-default .col-lg-4 {
        width: 33.33333333%;
        position: sticky;
        top: 6%;
    }
}

input#date-picker:hover::placeholder,
input.time-picker:hover::placeholder,
input#qtyguests.guests:hover::placeholder {
    color: #444;
    transition: 0.5s ease;
}


/* *************** 
* 
* PROFILE PRICES
* 
* *************** */

.fm-input.pricing-bookable {
    display: none;
}

.fm-input.pricing-ingredients {
    display: none;
}

.fm-input.pricing-name {
    max-width: 765px !important;
}

.col-md-12.form-field-_hide_pricing_if_bookable-container {
    display: none;
}

.label-_menu {
    display: block !important;
}

hr {
    border-top: 1px solid #e0e0e0;
}


/* *************** 
* 
* CHECKOUT PAGE
* 
* *************** */

.page-id-83 .margin-bottom-60 {
    position: sticky;
    top: 10%;
}

td.product-name span.services-list-price-tag {
    margin-left: 5px;
}

.product-total .tax_label {
    display: none;
}

.woocommerce #order_review table.shop_table td.product-total {
    padding-top: 0px;
}

select#booking_occasion:invalid {
    border-bottom: 1px solid red;
    opacity: unset !important;
    position: unset !important;
    height: unset !important;
}

@media only screen and (max-width: 1024px) {
.checkout-descr {
    margin-top: 20px;
    margin-bottom:20px;
}}

@media only screen and (min-width: 1024px) {
    .bookingsummarylink {
        display: none;
    }}

.page-id-83 .booking-list {
        display: flex;
        justify-content: space-between;
        margin-left: 20%;
        margin-right: 20%;
        border-bottom: 1px solid #eeeeee;
        padding: 10px;
}

#place_order {
    background-color: #fb7250 !important;
}

body .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #fb937a !important;
}

#checkoutsummary.opening-hours ul li {
    overflow: initial;
}

#payment div.payment_box p{
    margin-bottom: 10px;
}

#checkoutsummary .inner-booking-list ul li:after {
    display: none;
}

/* *************** 
* 
* DASHBOARD
* 
* *************** */

.dashboard-content #breadcrumbs {
    display: none;
}

#avatar-uploader.dropzone {
    float: left;
    margin-right: 30px;
}

.dashboard-nav ul li a {
    font-weight: 500;
}

#post-95 {
    padding: 0px !important;
}

#post-95 #titlebar {
    display: none;
}

body .list-box-listing-content .inner .listing-address {
    display: none;
}

.dashboard-box {
    background-color: white;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.dashboard-title {
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 25px;
    display: block;
    border-left: 3px solid #fb7250;
    padding-left: 10px;
}

#avatar-uploader.dropzone {
    float: none;
    margin-right: 0px;
}

.edit-profile-photo {
    margin-bottom: 0px;
}

.dropzone {
    margin-bottom: 2px;
}

.dashboard-stat-icon {
    opacity: 1.0;
}

#no-bookings-information{
    font-size: 16px;
}
/*.nav-tag.messages{
align-self: center;
width: 100%;
color: #212529;
display: block;
font-weight: 600;
font-size: 1.8rem;
line-height: 1.33333;
margin-bottom: 1rem;

}*/

.card4 .card-body {
    text-align: left;
}

.card4 .card-body h4 {
    font-size: 35px;
    font-weight: 400;
}

.card-body span {
    color: black;
}

@media (max-width: 1024px) {
    .dashboard #logo a img {
        position: relative;
        margin: 0;
        margin-top: 0px;
        max-height: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .dashboard-stat {
        height: 100px;
        margin-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    #dashboard #titlebar {
        margin: 0 0 20px 0px;
    }
}

#dashboard .copyrights {
    text-align: center;
}

.dashboard-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    text-align: center !important;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 5%), 0 5px 15px 0 rgb(0 0 0 / 5%);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dashboard-card {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
}

.dashboard-card:hover {
    transform: scale(1.04);
    border: none;
}

.dashboard-card.card1:hover {
    transform: scale(1.02);
    border: none;
}

.dashboard-card.card3 {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    min-height: 230.5px;
}

.card-icon-top {
    font-size: 4.5rem;
    margin-top: 3rem;
    color: #fb7250;
}

.card-icon-top {
    font-size: 4.5rem;
    color: #fb7250;
}

.dashboard-card .card-body {
    padding: 2rem 2rem 2rem 2rem;
    align-self: center;
    width: 100%;
}

object {
    pointer-events: none;
}

.dashboard-card .card-title {
    align-self: center;
    width: 100%;
    color: #212529;
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.33333;
    margin-bottom: 1rem;
}

.card-body.nextbooking {
    margin-left: 30px;
    margin-top: 20px;
}

.dashboard-card.card4 {
    margin-bottom: 20px;
}

.dashboard-card.card3 .card-text {
    align-self: center;
    width: 100%;
    color: black !important;
    font-size: 15px;
}

.dashboard-card.card1 {
    flex-direction: row;
}

.dashboard-card.card1>a {
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: #637381;
    display: flex;
    height: 100%;
}

.dashboard-card.card1 .card-icon-top {
    margin-top: 0;
    margin-left: 2rem;
}

.dashboard-card.card1 .card-body {
    text-align: left;
}

.dashboard-card.card1 .card-title {
    text-align: left;
}

.card1 .card-text{
	font-size: 15px;
}

@media screen and (max-width: 764px){
    .dashboard-card.card1>a{
        flex-direction: column;
        }
        .dashboard-card.card1 .card-icon-top{
            margin: 2rem;
                width: 50%;
        }
        .dashboard-card.card1 .card-body.nextbooking{
            margin-top: unset;}
    }

.dashboard-nav ul li span.nav-tag {
    width: auto;
}

@media (max-width: 991px) {
    a.dashboard-responsive-nav-trigger {
    width: 100%;
    margin: 0;
    margin-bottom: -10px;
    background-color: #333;
    border-radius: 0;
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    transition: 0.2s;
    display: block;
}}

.tabs-nav li.active a {
    border-color: #fb7250;
    color: #fb7250;
    border-bottom: 2px solid;
}
@media (max-width: 480px){
.tab-content{
    padding: 5px;
}
.tabs-nav{
    display: flex;
    justify-content: center;
}
.tabs-nav li{
    padding-left: 10px;
    padding-right: 10px;
    width: unset;
}}

@media (max-width: 720px){
	#dashboard .copyrights{
		padding: 10px;
	}
}

.dashboard-list-box.reviews-visitior-box .comment-content, .dashboard-list-box.your-reviews-box .comment-content  {
	padding:0px;
}
.dashboard-list-box.reviews-visitior-box .comment-content span.date, .dashboard-list-box.your-reviews-box .comment-content span.date{
	padding:0px;
}

.dashboard-list-box.reviews-visitior-box .comment-content .star-rating, .dashboard-list-box.your-reviews-box .comment-content .star-rating {
	float:right;
}

/* *************** 
* 
* DASHBOARD CONTACTFORM
* 
* *************** */

.col-lg-12.contactform {
    background: white;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page-id-95 .small-dialog-header {
    width: 100%;
    left: 0px;
}

.supportheader {
    margin-bottom: 30px;
}

.page-id-3212 #dashboard #titlebar {
    display: none;
}

.page-id-3212 input[readonly="readonly"] {
    background-color: #f6f6f6;
}

.select-caret-down-wrapper {
    display: none;
}

.wpcf7-spinner {
    display: inline-block;
    background-color: unset;
    opacity: unset;
    width: unset;
    height: unset;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: unset;
    position: absolute;
    bottom: 70px;
    left: 15px;
    font-weight: 900;
}

.wpcf7-spinner::before{
    position: absolute;
    color: white;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    border: none;
    border-radius: 100%;
    transform-origin: unset;
    animation-name: unset;
    animation-duration: unset;
    animation-timing-function: unset;
    animation-iteration-count: unset;
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    animation: fa-spin 2s infinite linear;
    font-weight: 900;
    font-size: 20px;
}

/* end contactform */


/* *************** 
* 
* MY LISTINGS
* 
* *************** */

.page-id-98 .list-box-listing-content {
    margin-left: 0;
}

@media screen and (max-width: 1380px) {
    .page-id-98 .buttons-to-right {
        margin: 30px 0 0 0;
    }
}


/* *************** 
* 
* WALLET
* 
* *************** */

.page-id-80 .small-dialog-header {
    width: 100%;
    left: 0px;
}

.mfp-inline-holder .mfp-content {
    width: 50%;
}

.button-background {
    background-color: #fff;
    padding: 8px 16px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.payment {
    border: none;
    border-radius: 0px;
}

.payment-tab:first-of-type {
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    .payment-tab-content {
        padding: 0px;
    }
}

.Message-body a.payout-method.button {
    float: none;
    position: block;
    top: 0;
    right: 0;
    background-color: transparent;
    position: initial;
    transform: none;
    text-decoration: underline;
    display: inline;
    font-weight: 500;
    font-size: initial;
}

@media screen and (max-width: 1024px) {
    .payment-tab-content .form-row {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
}

.page-id-80 #small-dialog {
    padding: 0px;
}

h3.count-wallet-order {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.dashboard-stat.color-5{
    background-color: #1c6500;
}

@media screen and (max-width: 1024px) {
.desktop-only {
    display: none !important;
}}

@media screen and (min-width: 1024px) {
.mobile-only {
    display: none !important;
} }

/* *************** 
* 
* BOOKMARKS
* 
* *************** */

.page-id-100 .list-box-listing {
    display: flex;
}

.page-id-100 .list-box-listing-content {
    margin-left: 0;
}


/* --------Mobile---------- */



/* *************** 
* 
* CHAT
* 
* *************** */

body .message-by h5 span.adminmessage, .messages-headline h4 span.adminmessage {
    color: #fb7250 !important;
    background-color: rgba(251,114,80, 0.06) !important;
    padding: 5px 10px;
    font-size: 13px;
    position: relative;
    float:right;
    top: -4px;
    right: 0px;
}

.messages-headline h4 span.adminmessage {
    padding: 8px 12px;
}
body .message-by h5 span.referralmessage, .messages-headline h4 span.referralmessage {
    color: #888;
    background-color: #f2f2f2;
    padding: 5px 10px;
    font-size: 13px;
}

body .message-by h5 span.referralmessage {
    position: relative;
    float: right;
    top: -4px;
    right: 0px;
}
.date-bubble {
    font-size: 14px;
}

.message-reply button {
    border-radius: 50px;
}

body .message-by h5 span.adminmessage, .messages-headline h4 span.adminmessage{
	top: -1px;
}

.message-by .fa {
	font-family: 'Font Awesome 5 Free' !important;
	font:unset;
	    font: unset;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-weight: 900;
    font-size: 11px;
}

/* *************** 
* 
* MY ACCOUNT
* 
* *************** */

button.delete-account{
    padding: 12px 20px;
    font-size: 15px;
    margin-bottom: 3px;
    background: #b30000;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    float: right;
    position: absolute;
    right: 30px;
    top: 17px;
}

/* *************** 
* 
* FILTER BOOKING FOOTER
* 
* *************** */

@media screen and (max-width: 768px) {
    .left-sidebar .listings-column-content {
        float: none;
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .fullwidth-filters {
        width: auto;
        top: 0px;
        float: right;
    }
}



@media (max-width: 991px) {
    .fullwidth-filters .sort-by label,
    .fullwidth-filters .sort-by .sort-by-select,
    .panel-dropdown {
        float: left;
        margin-top: 0px;
    }
}

@media (max-width: 1024px) {
    .header-widget .sign-in {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .header-widget a.button.border {
        display: none;
    }
}

@media (min-width: 1025px) {
    .sign-in-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    /* .margin-top-75 {
margin-top: 30px !important;
} */
}

@media only screen and (max-width: 1024px) {
    .margin-bottom-25 {
        margin-top: 30px !important;
    }
}


/* *************** 
* 
* LISTINGS
* 
* *************** */

@media (max-width: 767px) {
    .container.left-sidebar .margin-top-75.sticky {
        margin-top: 1px !important;
    }
}

@media (max-width: 1024px) {
    .container.service .margin-top-75 {
        margin-top: 1px !important;
    }
}

@media (max-width: 767px) {
    body #titlebar.gradient {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}

@media (max-width: 1024px) {
    .layout-switcher {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1020px){
    .col-md-3.col-xs-6.layout-switch{
        top:10px;
}}

.layout-switcher {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.layout-switcher a:first-child{
	border-radius:50px 0px 0px 50px !important;
}

.layout-switcher a:not(:first-child){
	border-radius:0px 50px 50px 0px !important;
}

.layout-switcher
	a {
	margin-right: 0px;
	border-radius:0px;
	width: 90px;
	    line-height: unset !important;
	height: auto;
	font-weight: 600;
	}

.layout-switcher a i {
    display: inline;
	margin-right: 5px;
}

#listeo-listings-container[data-style=grid] .listing-item-container{
    max-height: unset !important;
}

@media only screen and (min-width: 1024px) {
.left-sidebar .col-lg-3 {
    position: sticky;
    top: 9%;
    overflow-x: auto;
    max-height: 100vh;
}}

.left-sidebar .col-lg-3::-webkit-scrollbar {
    display: none;
}

.list-box-listing-content.left .inner-booking-list {
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 7px;
}

.inner-booking-list p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.approved-booking .inner-booking-list ul li.highlighted{
    background-color: unset !important;
    color: unset;
    padding: unset;
}

.inner-booking-list h5{
    margin-bottom: 5px;
    font-size: 15px;
}

.col-md-6.title h3#title {
    margin-bottom: 2px;
}

.col-md-6.title .inner span {
    font-weight: 600;
}

.list-box-listing-content .inner span{
    font-weight: 400;
}

.listing-list-small-badges-container {
    margin-top: 10px;
    position: absolute;
    right: 12px;
    top: 5px;
}

.listing-item-container.list-layout .listing-small-badge.technic {
    margin-left: 5px;
}

@media only screen and (max-width: 768px) {
    .listing-item-container.list-layout .listing-small-badge.technic{
        margin-left: 0px;
    }}

@media only screen and (max-width: 768px) {
    .listing-list-small-badges-container {
    margin-top: -165px;
}}

@media only screen and (max-width: 768px) {
    .listing-item-container.list-layout .listing-list-small-badges-container {
    margin-top: 0px;
    right: unset;
    bottom: 35px;
    top: unset;
    zoom: 0.8;
}}


@media only screen and (max-width: 768px) {
.listing-item-container.list-layout span.tag{
    padding: 4px 10px;
}}

.contentlisting-descr {
    text-decoration: none;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .contentlisting-descr {
        text-decoration: none;
        font-size: 13px;
        color: #777;
        margin-top: 5px;
        line-height: 17px;
        display:none;
    }}

.listing-item-container.list-layout .listing-item-inner {
    position: unset;
    top: unset; 
    transform: unset; 
    left: unset;
    padding-right: 120px;
    padding-left: 30px;
    padding-top: 15px;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .listing-item-container.list-layout .listing-item{
    display: flex;
    }}

.listing-item-container.list-layout .listing-item .listing-item img{
    object-position: 0% 20%;
}

@media (max-width: 768px) {
    .listing-item-container.list-layout .listing-item-inner {
        padding: 15px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 764px){
	.listing-item-content .listing-item-inner h3{
		font-size: 20px;
		font-weight: 500;
		line-height: 20px;
	}}

@media (max-width: 768px) {
.listing-item-container.list-layout{
    margin-bottom: 15px;
}}

@media (max-width: 768px) {
.listing-item-content .rating-counter span{
    font-size: 13px;
}}


.listing-item-container.list-layout .star-rating {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

@media only screen and (max-width: 768px) {
    .listing-item-container.list-layout .star-rating {
    position: absolute;
    bottom: 5px;
    left: 15px;
    }}

    @media only screen and (max-width: 768px) {
        .contentlisting-tags {
            line-height: normal;
            font-size: 11px !important;
        }}


@media only screen and (max-width: 768px) {
.listing-item-container.list-layout .contentlisting-genres{
    background-color: hsl(0deg 0% 0% / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    bottom: 0px;
    left: 0px; 
    right: 0px;
    padding-left: 12px;
    padding-right: 8px;
    border-radius: 0px 0px 0px 29px;
    
    width: unset;
}}
@media only screen and (max-width: 768px) {
.listing-item-container.list-layout .contentlisting-genres i{
    display:none;
}}

@media only screen and (max-width: 768px) {
.listing-item-container.list-layout .contentlisting-genres .profile-info li {
    color: #e5e5e5 !important;
    font-size: 11px;
    margin-left: 1px;
    margin-right: 1px;
}}


.contentlisting-occasions, .contentlisting-tags {
    font-size: 13px;
    font-weight: 500;

    color: #777;
    border: none;
    border-radius: 100px;
    vertical-align: top;
    width: fit-content;
    padding-right: 10px;
}

.contentlisting-tags i{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.listing-item-container.grid .contentlisting-tags i, .listing-item-container.grid .contentlisting-tags {
    line-height: 15px;
}

.contentlisting-genres {
    display: flex;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    color: #fb7250;
    border: none;
    border-radius: 100px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
    width: fit-content;
    padding-left: 26px;
    padding-right: 8px;
    z-index: 10;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.contentlisting-genres i {
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    background: #fb7250;
    color: #fff;
    left: 3px;
    align-self: center;
}
.contentlisting-genres .profile-info{
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 1024px){
    .contentlisting-genres .profile-info {
        margin-top: 0px !important;
}}

.listing-item-container.grid .contentlisting-genres {
    position: unset;
    display: inline-block;
    padding-left: 0px;
    line-height: 15px;
    padding: 5px 12px;
    vertical-align: middle;
}

.listing-item-container.grid .contentlisting-genres i{
    position: inherit;
    display: inline-block;
    background: unset;
    color: #fb7250;
    line-height: 10px;
    height: unset; 
    width: unset;
}

.listing-item-container.grid .listing-item-content {
    padding-right: 0px;
}

.listing-item-container.grid .contentlisting-genres .profile-info li {
    margin-left: 0px;
    margin-right: 0px;
}

.listing-item-container.grid .contentlisting-genres .profile-info {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contentlisting-genres .profile-info li {
    margin-left: 3px;
    margin-right: 3px;
}



.listing-item-container.list-layout span.tag {
    bottom: unset;
    top: 20px;
}

.listing-item-content .rating-counter span{
    font-size: 15px;
}
.listing-item-content h3 {
    font-size: 24px;
}

.page-id-100 .list-box-listing-content {
	margin: auto;
}

.list-box-listing-content .inner {
	margin-left: 20px;
}

/*.contentlisting-genres i {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #fb7250;
    color: #fff;
    left: 35px;
    margin-top: 3px;
}*/



/* -- Grid -- */

@media (max-width: 768px) {
    .listing-small-badges-container {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 110;
        padding-right: 0px;
        zoom: 0.8;
    }
}
@media (max-width: 768px) {
.listing-small-badge {
    padding-left: 27px;
    padding-right: 8px;

}}

@media (max-width: 768px) {
    .col-xs-6:nth-child(odd) {
        padding-left: 5px;
    }
}

@media (max-width: 768px) {
    .col-xs-6:nth-child(even) {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .listing-item-container.grid h3{
        font-size: 20px !important;
        line-height: 21px;
    }
}
@media (max-width: 768px) {
    .listing-item-container.grid .star-rating {
        zoom: 0.7;
        padding-right: 5px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .listing-item-container {
        border-radius: 30px 30px 30px 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .listing-item-container.grid {
        border-radius: 3px 30px 3px 3px !important;
    }
}

@media (max-width: 768px) {
    .listing-item-container.grid .star-rating .star {
        margin-right: 2px;
    }
}

@media (max-width: 768px) {
    .listing-item-container.grid .listing-item-content {
        padding-left: 15px;
        bottom: 15px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .listing-item-container.grid span.like-icon {
        right: 10px;
        bottom: 10px;
    }
}
@media (max-width: 768px) {
    .listing-item-content h3 {
        line-height: 21px;
    }
}


@media (max-width: 768px) {
    .listing-item-container.grid .listing-item-content span.tag {
        padding: 2px 8px;
        margin-bottom: 7px;

    }
}

.listing-item-content span.tag{
	line-height: 16px;
	margin-right:1px;
}

@media (max-width: 768px) {
.listing-small-badge.technic{
    margin-left:1px;
}}


@media (max-width: 768px) {
    .listing-item-container.list-layout .listing-item-inner span {
        font-size: 13px;
        font-weight: 400;
    }
}



@media only screen and (min-width: 1024px) {
    .row {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .listing-item {
        height: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .listing-item-container {
        margin-bottom: 10px;
    }
}

.listing-item-container.grid {
    border-radius: 3px 30px 3px 3px;
}
.listing-item-container.grid .listing-item {
    border-radius: 4px 30px 4px 4px;
}

.page-id-105 .listing-item-container{
    box-shadow: none !important;
}

.listing-item-container {
    box-shadow: var(--shadow-m, 0 5px 24px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05)) !important;
    border-radius: 30px 3px 3px 30px;
    height: auto !important;
}

.listing-item-container.list-layout .listing-item-image {
    border-radius: 30px 0 0 30px;
}

@media (max-width: 768px) {
    .listing-item-container.list-layout .listing-item-image {
        height: 150px;
        border-radius: 30px 0px 0px 30px !important;
    }
}
.listing-item-container .star-rating{
	display:none;
}

/* *************** 
* 
* PARALLAX
* 
* *************** */
@media (max-width: 768px) {
    .parallax.titlebar{
    margin-top: 0px !important;
    border-radius: 0px 0px 30px 30px !important;
}}

@media (max-width: 768px) {
    .normal-titlebar .parallax #titlebar h1 span{
    font-size: 35px !important;
    display: flex;
    justify-content: center;
}}

@media (max-width: 768px) {
    .rounded{
        margin-left: unset !important;
        margin: 3% !important;
        width: unset !important;
}}
@media (max-width: 768px) {
ul.listitems-parallax{
    justify-content: center !important; 
}}

ul.listitems-parallax{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-left: 0px;
}

li.listitem-parallax{
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-left: 8px;
}

span.listitem-icon{
    display: flex;
}

span.listitem-icon svg{
    fill: #fb7250;
    width: 0.7em;
    height: 0.7em;
}

span.listitem-description{
    padding-left: 5px;
    color: #FFFFFF !important;
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.46);
}

span.listitem-description-normal{
    padding-left: 5px;
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    span.listitem-icon, span.listitem-description {
        margin-bottom: 0px !important; 
        margin-top: 0px !important;
    }}

    @media only screen and (max-width: 768px){
        .margin-bottom-25 {
    margin-top: 10px !important;
}}

@media (max-width: 768px){
.layout-switcher {
    padding-left: 10px;
}}

.normal-titlebar .parallax.titlebar{
    width: 100%;
    border-radius: 0px;
    background-position: unset !important;
    background-attachment: unset !important;
    margin-top: 0px;
}

.archivelinks{
	transition: all 0.2s ease-in-out;
	padding: 0 0 9px 14px;
	position: relative;
	    color: #707070;
	    line-height: 35px;
}
.archivelinks::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    content: "\f054";
    position: absolute;
    left: 0;
    padding: 0 7px 0 0;
    color: #fb7250;
}

.archivelinks:hover{
	color: #fb7250;
	padding-left: 22px;
}

.taxonomy-description h1{
	font-size: 16px;
}

.taxonomy-description h2{
	font-size: 16px;
}

.taxonomy-description p{
	font-size: 15px;
}

.taxonomy-description{
	margin-top: 50px;
}

ul.listitems-archive{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	padding-left: 0px;
	justify-content: center;
	padding-bottom: 10px;
}

/* *************** 
* 
* YOUTUBE
* 
* *************** */

.custom span.fas.fa-angle-right {
    right: -25px;
}

.custom span.fas.fa-angle-left {
    left: -25px;
}

.custom span.fas {
    position: absolute;
    top: 50%;
    z-index: 999;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #fb7250;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    line-height: 45px;
}

.listing-section .carousel-control {
    opacity: 1;
    bottom: 10px;
    line-height: 45px !important;
}

.mfp-arrow.mfp-arrow-left:before,
.mfp-arrow.mfp-arrow-right:before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .custom span.fas.fa-angle-right {
        right: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .custom span.fas.fa-angle-left {
        left: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .custom span.fas {
        top: 40%;
    }
}


/* -- Reviews section --*/

.notification.notice {
    margin: 0;
    font-size: 15px;
}

.listing-reviews ul li {
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;
}


/* *************** 
* 
* HEADER
* 
* *************** */

@media (min-width: 1024px) {
    #header {
    padding-left:20px;
    padding-right:20px;
}}

#header:not(.cloned) #logo {
    margin-top: 10px;
    width: 256px;
}

@media (min-width: 1240px) {
    #header:not(.cloned) #logo {
        margin-top: 10px;
    }}
    
#header.cloned #logo {
    margin-top: 5px;
}

#header.cloned #logo img {
    width:auto;
    height: 32.125px;
    max-width: 220px;
}

#logo img:hover, #header.cloned #logo img:hover{
    transform: scale(1.025);
}

#logo img, #header.cloned #logo img {
    transition: transform 150ms ease-in-out 0s;
}

.dashboard #logo {
    margin-top: 0px !important;
}

@media screen and (max-width: 1024px) {
    #header #logo {
    margin-top: auto !important;
    margin-bottom: auto !important;
}}

.transparent-header.user_not_logged_in #header.cloned .header-widget .register,
.user_not_logged_in .header-widget .register {
    background: #fb7250;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 15px !important;
    transition: 0.3s;
    top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}

.user_not_logged_in .header-widget .register{
	margin-left: 5px;
}

.transparent-header.user_not_logged_in #header.cloned .header-widget .register:hover,
.transparent-header.user_not_logged_in .header-widget .register:hover, .user_not_logged_in .header-widget .register:hover {
    background: #f4f4f4;
    color: #666;
}


.transparent-header.user_not_logged_in .header-widget .sign-in {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 500;
}

.transparent-header.user_not_logged_in .header-widget .register{
    background: #fb7250;
    color: #fff;
    font-weight: 500;
}

.header-widget .sign-in {
    padding: 6px 20px !important;
    top: 5px !important;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .header-widget .register {
        display: none !important;
    }
}

@media (max-width: 1541px) {
    body.full-width-header #navigation.style-1:before {
        background: rgba(255, 255, 255, 0.15);
    }
}

.user_not_logged_in .search-box {
    top: 25px;
}

.user_not_logged_in .searchform {
    margin-right: 0px;
}

.user_not_logged_in .user-menu {
    display: block;
}


/* -- Buttons --*/

.button-register-artist {
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.25s;
    font-weight: 500;
    color: #444;

}

.transparent-header #header:not(.cloned) .button-register-artist {
    color: #ffff;
}

.button-register-artist:hover {
    background: #f78062;
    color: #ffff;
}

.transparent-header #header:not(.cloned) .user-menu .user-name-mobile span i {
    color: #fff;
}

.user-menu .user-name-mobile span i {
    color: #555;
}

.user-menu.active .user-name-mobile span i {
    color: #fb7250;
}

.user-menu .user-name-mobile span i:active {
    color: #fb7250;
}

.info-btn {
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    color: #666;
    background: #f4f4f4;
    padding: 6px 15px;
    margin-left: 5px;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header.cloned .info-btn {
color: #666;
background: #f4f4f4;
}

.transparent-header .info-btn {
    color: #fff;
    background: rgba(255,255,255,.15);
}

.info-btn:hover {
    background: #fb7250 !important;
    color: #fff !important;
}

@media screen and (max-width: 1024px) {
    .button-register-artist {
        display: none;
    }
}

.linklabel {
    margin-left: 5px;
    margin-top: -4px;
}

.user-menu.info {
    padding-left: 0px;
    margin-left: 0px;
    display: inline-block;
    top: 4px;
}

.user-menu .info ul {
    padding-left: 0px;
}

.faq-link{
    display: flex !important;
    align-items: baseline  !important;
}

.faq-link i{
    margin-right: 5px;
}

@media screen and (max-width: 1024px) {
    .user-menu.info {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu.active .register:hover {
        background: #FFFF;
    }
}




/* *************** 
* 
* HEADER MOBILE
* 
* *************** */

@media (max-width: 1024px) {
    #header {
    padding-top: 0px !important;
    z-index:998;
}}

@media screen and (max-width: 1024px) {
    #header #logo img {
        width: 200px;
        height: 29.604px;
        max-width: 200px !important;
    }
}

@media screen and (max-width: 1024px) {
    #header.cloned {
        padding: 0px;
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    #header.cloned #logo img {
        width: 175px;
        height: 25.906px;
        max-width: 175px !important;
    }
}

.menu-logo a img {
    width: 216.115px;
    height: 31.99px;
}

/* -- Left side header --*/

@media (max-width: 1239px) {
    .left-side #navigation.style-1 {
        margin: 0;
        margin-top: 4px;
        width: 100%;
        padding-top: 4px;
        position: unset;
    }
}
/* -- Phase1 --*/
@media (min-width: 1025px) and (max-width: 1239px) {
.left-side {
    width: 60% !important;
    display: inline-block;
}}

@media (max-width: 1240px) {
    .transparent-header #header:not(.cloned) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

@media (min-width: 1025px) and (max-width: 1239px) {
    #navigation.style-1:before {
        content: none;
    }
}

@media only screen and (max-width: 1024px) {
    .left-side {
        float: left;
        width: 80%;
        display: flex;
    }
}

@media (max-width: 1024px) {
    .mmenu-trigger {
        background-color: transparent !important;
        margin-top: auto;
        margin-bottom: auto;
        padding-right: 1% !important;
        float: left;
    }
}

@media (max-width: 1024px) and (min-width: 320px) {
    .mmenu-trigger button.hamburger {
        height: 40px;
    }
}

@media (max-width: 1024px) {
    #header.cloned.sticky .hamburger-inner,
    #header.cloned.sticky .hamburger-inner::after,
    #header.cloned.sticky .hamburger-inner::before {
        background: #555;
    }
}

@media only screen and (max-width: 1024px) {
    #logo {
        position: relative !important;
        margin: 0 !important;
        margin-top: 0px !important;
        width: calc(100% - 70px);
        text-align: left !important;
        width: 60% !important;
    }
}

@media (max-width: 1024px) {
    #header .container {
        padding-left: 0px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .left-side #navigation.style-1 {
        display: none;
    }
}


/* -- Right side header --*/

@media (min-width: 480px) and (max-width: 1024px) {
    .right-side {
        float: right !important;
        width: auto !important;
        display: flex !important;
        align-content: center;
        right: 5px !important;
        
    }
}

@media (min-width: 1025px) and (max-width: 1239px) {
    .right-side {
        float: right !important;
        width: auto !important;
        display: flex !important;
        align-content: center;
        right: 5px !important;
        
    }
}

@media only screen and (max-width: 1024px) {
    .right-side {
        float: right !important;
        width: auto !important;
        display: flex !important;
        align-content: center;
        right: 5px !important;
        
    }
}

@media (max-width: 1024px) {
    .header-widget {
        height: 50px !important;
        border-top: 0px !important;
        width: auto !important;
        right: 10px;
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .user_not_logged_in .header-widget {
        padding: 0px !important;
        display: flex !important;
        align-content: center;
        right: 10px;
        top: 2px;
    }
}

@media only screen and (max-width: 1024px) {
    .user-menu {
        padding-left: 0px;
        margin: 0px;
        top: -6px;
    }
}

@media only screen and (max-width: 1024px) {
    .user_not_logged_in .user-menu {
        top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu.active .register {
        display: block;
        background: #FFFF;
        color: #696969;
        top: 0px;
        padding: 6px 0px;
        margin-left: -8px;
    }
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu .register {
        display: block;
        background: #FFFF;
        color: #696969;
        top: 0px;
        padding: 6px 0px;
        margin-left: -8px;
    }
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu.active .button-register-artist-mobile {
        display: flex;
        background: #FFFF;
        color: #696969;
        top: 0px;
        padding: 6px 4px;
        margin-left: 10px;
        padding-top: 7px;
    }
}

.button-register-artist-mobile:hover{
    color: #fb7250;
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu .button-register-artist-mobile {
        display: flex;
        background: #FFFF;
        color: #696969;
        top: -3px;
        padding: 6px 0px;
        margin-left: 10px;
        padding-top: 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu.active .sign {
        display: block;
        background: #FFFF;
        color: #696969;
        top: 0px;
        padding: 6px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .header-widget .user-menu .sign {
        display: block;
        background: #FFFF;
        color: #696969;
        top: 0px;
        padding: 6px 0px;
        margin-left: 10px;
    }
}

.user-name-mobile span {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
}

.user-name-mobile span img {
    border: 3px solid #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 1025px) {
    .user-name-mobile {
        display: none;
    }
}

.user_not_logged_in .user-menu .user-name-mobile span {
    width: auto;
    height: auto;
    left: 0;
    margin-right: 10px;
    margin-left: 2px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
}

@media (max-width: 1025px) {
    .user-name {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .user-menu .user-name text {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .user-menu .user-name:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .user-menu ul {
        left: auto;
        right: 10px;
    }
}


/* -- Mobile search --*/

.search-mobile {
    margin-bottom: auto;
    height: auto;
    background-color: #fff;
    padding-bottom: 3px;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    position: absolute;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    backdrop-filter: blur(20px);
    background-color: hsl(0deg 0% 100%/90%);
      -webkit-backdrop-filter: blur(20px);
      top: 50;
}

.search-input-mobile {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.search-mobile .search-input-mobile {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 16px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear;
    line-height: 40px;
    height: 40px;
    margin: 0px;
    max-width: auto;
    float: left;
    border-radius: 50px;
}

.search-btn {
    color: #e8e8e8;
    color: #555;
    border-radius: 50px;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    border: none;
    font-size: 20px;
    margin-left: 10px;
}

.search-btn.active {
    color: #fb7250;
}

@media only screen and (min-width: 1024px) {
    .search-btn {
        display: none;
    }
}

.closesearch-icon-mobile {
    color: #808080;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s;
    border: none;
    position: absolute;
    right: 9px;
    font-size: 20px;
}

.transparent-header #header:not(.cloned) .search-mobile {
    display: none;
}


/* .search-box {
	position: absolute;
	top: 23px;
	left: unset;
	transform: translate(-100%, -50%);
	background: #fb7250;
	height: 40px;
	border-radius: 50px;
	padding: 0px;
}

.search-input {
	outline: none !important;
	border: none !important;
	background: none !important;
	width: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	float: left !important;
	font-size: 16px !important;
	transition: .3s !important;
	line-height: 40px !important;
	height: auto !important;
	box-shadow: none !important;
	margin: 0 !important;
}
.search-input::placeholder {
color: #fff;
}  */


/* icon */

.transparent-header #header:not(.cloned) .search-btn {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .button-register-artist {
        display: none;
    }
}

a.sign-in-mobile {
    color: #707070;
    font-size: 20px;
    padding-top: 6px !important;
}

.transparent-header a.sign-in-mobile {
    color: #FFFF;
    font-size: 20px;
    padding-top: 6px !important;
}


/* *************** 
* 
* LOGIN FORM
* 
* *************** */

.g-recaptcha {
    transform: none;
}

#eael-user-login,
#eael-user-password {
    padding-left: 45px;
}

.eael-lr-form-group::before {
    position: absolute;
    margin-top: 11px;
    align-content: center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;
    z-index: 999;
    font-size: 17px;
    text-align: center;
    margin-left: 15px;
}

.eael-lr-form-group::before {
    position: absolute;
    margin-top: 11px;
    align-content: center;
    font-family: "simple-line-icons";
    font-weight: normal;
    content: "";
    color: #a0a0a0;
    z-index: 999;
    font-size: 17px;
    text-align: center;
    margin-left: 15px;
}

.eael-lr-form-group:nth-child(1)::before {
    content: "\e005";
}

.eael-lr-form-group:nth-child(2)::before {
    content: "\e08e";
}

.eael-forever-forget .forget-pass {
    font-size: 14px;
}

.small-dialog-header {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7A7A7A45;
}

.registration-warning {
    color: #856404;
    background-color: #fff3cd;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-left: 3px solid #916d04;
}

.transparent-header .user-menu a.sign-in-mobile {
    color: #696969;
    font-size: 15px;
}

a.sign-in-mobile {
    color: #696969;
    font-size: 15px;
}

.list-box-listing-img a {
    z-index: 1;
}

.eael-lr-form-wrapper .eael-lr-btn {
    width: 425px !important;
}

@media screen and (max-width: 1024px) {
.eael-lr-form-wrapper .eael-lr-form-loader-wrapper{
    width: 100%;
}}

.elementor-237 .eael-register-form .eael-lr-btn{
width: 425px !important;
}

.pp-login-form-wrap span.pp-lf-error{
	color: #721c24 !important;
    background-color: #f8d7da;
    border-left: 3px solid red;
    padding: 10px;
	font-size: 14px;
}

/* @media screen and (max-width: 1024px) {
    .elementor-237 .eael-register-form .eael-lr-btn {
        width: 175px !important;
    }}

@media screen and (max-width: 1024px) {
.eael-lr-form-wrapper .eael-lr-btn {
    width: 175px !important;
}} */


/* *************** 
* 
* MY BOOKINGS
* 
* *************** */

@media screen and (max-width: 764px) {
.dashboard-content .col-md-12, .dashboard-content .col-lg-12{
    padding-left: 10px;
    padding-right: 10px;
}}

#my-bookings-search-form {
    float:right;
}

input#my-bookings-search {
    padding: 5px 15px;
    height: 38px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    background: #f4f4f4;
}

input#itl_booking_search{
    padding: 5px 15px;
    padding-right: 50px;
    height: 38px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    background: #f4f4f4;
}

button#itl_booking_search_submit {
    border: 0px;
    background: transparent;
    top: 5px;
    position: absolute;
    right: 5px;
    color: #bbb;
    font-size: 14px;
}

button#itl_reset_search_query   {
    border: 0px;
    background: transparent;
    top: 5px;
    position: absolute;
    right: 27px;
    color: #bbb;
    font-size: 14px;
}

#my-bookings-search-form button {
    border: 0px;
    background: transparent;
    top: 5px;
    position: absolute;
    right: 5px;
    color: #bbb;
    font-size: 14px;
}

.inner h3 span.booking-status {
    display: inline-block;
}

.list-box-listing-content {
    margin-right: 20px;
}

.list-box-listing-content .inner .expiration-date {
    display: none !important;
}

.bookings .list-box-listing-content .inner {
    top: 0;
    transform: none;
}

.bookings .list-box-listing-content .inner.right {
    top: 0;
    transform: none;
    width: 400px;
}

@media screen and (max-width: 764px) {
    .bookings .list-box-listing-content .inner.right, .bookings .list-box-listing-content .inner {
        width: 100%
    }
}

.col-lg-6.title {
    padding-left: 0px;
}

.col-md-6.title {
    padding-left: 0px;
}
@media screen and (max-width: 764px) {
.col-md-6.title {
    padding-left: 15px;
}}

.col-lg-1.mybookingimage {
    width: auto;
}

.dashboard-list-box ul li {
    padding-top: 15px;
}

@media screen and (max-width: 764px) {
    .dashboard-list-box ul li {
        padding: 15px 15px;
    }
}

.bookings {
    margin: 0px;
}

.pricing-title {
    float: left;
}

@media screen and (max-width: 764px) {
    .pricing-title {
        float: left;
        width: auto;
    }
}

@media screen and (max-width: 764px) {
    .inner-booking-list-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.inner-booking-list-title {
    font-size: 20px !important;
}

.inner-booking-list ul li {
    margin: 0px;
}

button.ical-download-file {
    color: #666;
    background-color: #eee;
    padding: 4px 18px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
    top: 0;
}

.booking-buttons {
    margin-left: 95px;
}

@media screen and (max-width: 991px) {
    .booking-buttons button {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
    .booking-buttons {
        margin-left: 0px;
    }
}

button.ical-download-file .sl {
    padding-right: 3px;
}

button.ical-download-file:hover {
    background-color: #fb7250;
    color: white;
}

button.download-invoice {
    color: #666;
    background-color: #eee;
    padding: 4px 18px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
    top: 0;
}

button.download-invoice:hover {
    background-color: #fb7250;
    color: white;
}

button.download-invoice:hover a {
    color: white;
}

button.download-invoice .sl {
    padding-right: 3px;
    align-self: center;
}

button.download-invoice a {
    color: #666;
    font-size: 13px;
    color: #666;
    padding: none;
}

button.download-invoice p { 
    display: inline;
    font-size: inherit;
    line-height: inherit;
}

.sub-ratings-container .leave-rating label:before{
    color: #dadada !important; 
}


a.maps-button{
    color: #fb7250;
    border-radius: 50px;
    padding: 2px 10px;
    background-color: rgba(251,114,80,0.05);
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    align-self: baseline;
}

@media screen and (max-width: 764px) {
    button.ical-download-file {
        margin-left: 0px !important;
    }
}

.buttons-to-right {
    display: block;
    box-shadow: none;
}

a.button.gray.due.annuleren-arpopup:hover {
    background-color: #626262 !important;
}

a.button.gray.due.annuleren-klpopup:hover {
    background-color: #626262 !important;
}

div#add-review {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}



.dashboard-list-box .button.gray {
    margin-bottom: 5px;
}

@media screen and (max-width: 1380px) {
    .buttons-to-right {
        display: block;
        position: relative;
        transform: none;
        top: 0;
        margin: 10px 0 0 0;
        opacity: 1;
        right: auto;
        float: none;
        width: 100%;
        margin-left: 80px;
    }
}

@media screen and (max-width: 991px) {
    .buttons-to-right {
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    ul#booking-requests a.rate-review {
        margin-left: 0px;
    }
}

.list-box-listing-content.right .inner-booking-list {
    display: flex;
    justify-content: space-between;
}

.inner-booking-list-title {
    border-left: 2px solid #fb7250;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricing-title ul li {
    display: list-item !important;
}

.pricing-title ul li:after {
    content: none;
}

.pricing-number ul li {
    display: list-item !important;
}

.pricing-number ul li:after {
    content: none;
}

.inner-booking-list-title {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .inner-booking-list-title {
        border-bottom: 2px solid #fb7250;
        padding-left: 0px;
        padding-bottom: 5px;
        margin-top: 10px;
        margin-bottom: 15px;
        border-left: none;
    }}

.list-box-listing-content .inner h3 {
    font-weight: 600;
}

@media screen and (min-width: 996px) {
    .list-box-listing-content {
        margin-bottom: 20px;
        margin-left: 95px;
    }
}

.list-box-listing-content .inner {
    position: relative;
    transform: none;
    float: left;
}

@media screen and (max-width: 991px) {
    .list-box-listing-content.right {
        flex: 1;
    }
}

div#add_cost_dialog {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}

.inner-booking-list ul li#cencel-reason {
    background-color: #ffe1e1 !important;
    color: #af1717;
}

/* kh-hamayoun -code */

@media (max-width: 429px) {
    .elementor-95 .elementor-element.elementor-element-439bbfd4>.elementor-background-overlay {
        background-repeat: repeat;
    }
    #avatar-uploader.dropzone {
        max-width: 100%;
    }
    .dashboard-list-box-left {
        width: 85%;
        float: none;
        margin: 0 auto;
    }
    .dashboard-box-right {
        width: 85%;
        float: none;
        margin: 20px auto;
    }
}

@media (max-width: 769px) and (min-width: 480px) {
    .dashboard-list-box-white .col-md-6 {
        padding-right: 0px;
        padding-left: 0px
    }
    .dashboard-second-bottom-boxes {
        padding-right: 0px !important;
        padding-left: 0px !important
    }
    .elementor-95 .elementor-element.elementor-element-439bbfd4>.elementor-background-overlay {
        background-repeat: repeat;
    }
    #avatar-uploader.dropzone {
        max-width: 100%;
    }
    .dashboard-list-box-left {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .dashboard-box-right {
        width: 100%;
        float: none;
        margin: 20px auto;
    }
}

.user_profile_status {
    display: none;
}


#itl_review_image{
    display: none;
}
span.uploadButton-file-name #itl_review_image {
    max-width: 70px;
}
@media (min-width: 1367px){
    .itl-review-popup .add-sub-rating {
        width: 30% !important;
    }
}
.itl-review-popup input#submitComment {
    visibility: hidden;
    width: 0;
    padding: 0;
}
.itl-review-popup #itlPostReview {
    margin-bottom: 0;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-radius: 50px;
    font-size: 16px;
    border: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
    background-color: #fb7250;
    color: #fff;
    font-weight: 600;
}

/* kh-hamayoun code end */

/* AJ-ITlinked Code Start */

.rating-overview {
    display: flex;
    margin: 0px 0 10px 0;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    padding-right: 20px;
    border: 0px;
}

#reviewsCollapse .listing-section .pagination .nav-links{
	display: flex;
    	width: 100%;
    	justify-content: center;
    	min-height: 100% !important;
    	justify-content: center;
}

#reviewsCollapse .listing-section .pagination .nav-links .page-numbers {
    margin-left: 20px;
}

#reviewsCollapse .listing-section .pagination .nav-links .page-numbers.current {
    padding: 0 10px 0px 10px;
}
ul.comment-list.itlinked-comments-list{
    overflow-y: unset;
    height: auto !important;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #fb7250;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 9999;
  }

  .loader.active {
    display: block;
  }
button.itl_load_more {
    margin: 0 auto;
    display: flex;
    border-radius: 50px;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #fb7250;
    color: #fb7250;
    font-weight: 500;
}

button.itl_load_more{
	display:none;
}

a.reply-to-review-link{
	display:none;
}

.modal-reject-info {
    padding: 10px 0px;
}	

.bypostauthor .star-rating, .bypostauthor .rate-review {
    display: block !important;
}
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .uploadButton input.uploadButton-itlMessages {
    opacity: 0 !important;
    position: absolute !important;
    overflow: hidden !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }
  span.uploadButton-file-name.error {
    background: rgb(255 125 125 / 50%);
    color: black;
    border-radius: 5px;
}


/* Grid Gallery */
.placeholder {
	background: #ddd;
	height: 100%;
	width: 100%;
	display: block;
}


#single-listing-grid-gallery {
	display: flex;
	width: 100%;
	height: 45vh;
	min-height: 500px;
	max-height: 700px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
}

.slg-button[data-gallery-count="1"],
.slg-button[data-gallery-count="2"],
.slg-button[data-gallery-count="3"],
.slg-button[data-gallery-count="4"],
.slg-button[data-gallery-count="5"] {
	display: none;
}


@media (max-width: 1600px) {
	#single-listing-grid-gallery {
		height: 40vh;
	}
}

@media (max-width: 1300px) {
	#single-listing-grid-gallery {
		height: 35vh;
	}
}

@media (max-width: 1100px) {
	#single-listing-grid-gallery {
		height: 25vh;
	}

	body .listeo-grid-gallery-title #bookmarks-counter {
		font-size: 14px;
	}

	.listeo-grid-gallery-title .listing-share #bookmarks-counter,
	.bookmark-btn-title {
		display: none;
	}

	.listeo-grid-gallery-title .listing-share button {
		padding: 0;
		height: 46px;
		width: 46px;
		text-align: center;
	}

	.listeo-grid-gallery-title .listing-share button .like-icon {
		margin: 0;
		width: 100%;
	}

	#titlebar.listing-titlebar h1,
	#titlebar.listing-titlebar h2 {
		font-size: 26px;
	}
}

@media (max-width: 1050px) {
	#single-listing-grid-gallery {
		height: 400px;
		min-height: 400px;
	}
}

@media (max-width: 768px) {
	#single-listing-grid-gallery {
		height: 300px;
		min-height: 300px;
	}

	body .slg-half {
		width: 100%;
	}

	.slg-half:nth-child(3) {
		display: none !important;
	}

	.listeo-grid-gallery-title #titlebar {
		padding-bottom: 40px;
	}

	.slg-button {
		display: block !important;
	}

	.listeo-grid-gallery-title .listing-share {
		min-width: 60px;
	}

	#single-listing-grid-gallery {
		margin-bottom: 15px;
	}

}

@media (max-width: 500px) {
	#single-listing-grid-gallery {
		height: 200px;
		min-height: 200px;
	}
}

#single-listing-grid-gallery a.slg-gallery-img-single,
#single-listing-grid-gallery a.slg-gallery-img {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

#single-listing-grid-gallery img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#single-listing-grid-gallery a.slg-gallery-img-single:before,
#single-listing-grid-gallery a.slg-gallery-img:before {
	height: 100%;
	width: 100%;
	background: #000;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	opacity: 0;
	transition: 0.4s;
	cursor: zoom-in;
}

#single-listing-grid-gallery a.slg-gallery-img-single:hover:before,
#single-listing-grid-gallery a.slg-gallery-img:hover:before {
	opacity: 0.2;
}

.slg-button {
	position: absolute;
	bottom: 25px;
	right: 30px;
	background: #fff;
	color: #333;
	padding: 7px 20px;
	line-height: 21px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 20;
}

.slg-button:hover {
	background: #222;
	color: #fff;
}

.slg-button i {
	position: relative;
	top: 0;
	margin: 0 3px 0 0;
	font-size: 13px;
}

.slg-half {
	width: 50%;
	position: relative;
}

.slg-grid {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.slg-grid-top,
.slg-grid-bottom,
.slg-grid-inner {
	display: flex;
	width: 100%;
	height: 100%;
}

.slg-grid-top,
.slg-grid-bottom {
	overflow: hidden;
}

.slg-half:first-child {
	margin-top: 0px;
}

/* Grid space between */
.slg-half {
	margin-top: -14px;
}

.slg-half {
	position: relative;
}

.slg-grid-top,
.slg-grid-bottom,
.slg-grid-inner {
	margin: 2px;
	margin-bottom: 0;
}

.slg-one-photo .slg-half {
	width: 100%;
}

.listeo-grid-gallery-title #titlebar .listing-titlebar-title {
	margin-right: auto;
}


.slg-button:after {
	content: " (" attr(data-gallery-count) ")";
}

/* AJ-ITlinked Code End */