/*.agencies-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
    grid-auto-flow: dense;
    list-style: none;
    margin: 1em auto;
    padding: 0;
    width:100%;
}
.escorts-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 10px;
    grid-auto-flow: dense;
    list-style: none;
    margin: 1em auto;
    padding: 0;
    width:100%;
}
.escorts-list-wrapper .escort-excerpt,
.agencies-list-wrapper .agency-excerpt{
    display: block;
    position:relative;
    border: 1px solid #ccc;
}
.escorts-list-wrapper .escort-excerpt.vip,
.agencies-list-wrapper .agency-excerpt.vip{
    grid-column-end: span 3;
    grid-row-end: span 3;
}
.escorts-list-wrapper .escort-excerpt.premium,
.agencies-list-wrapper .agency-excerpt.premium{
    grid-column-end: span 2;
    grid-row-end: span 2;
}*/

.text-black{
    color:#333;
}
.escorts-list-wrapper,
.agencies-list-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*width:100%;*/ 
    margin-left: -5px;
    margin-right: -5px;
}
.escorts-list-wrapper .escort-excerpt{
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    padding:0px 5px;
    margin-bottom:10px;
}
.agencies-list-wrapper .agency-excerpt{
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    padding:0px 5px;
    margin-bottom:10px;
}
.escorts-list-wrapper .escort-excerpt.premium{
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
}
.escorts-list-wrapper .escort-excerpt.vip{
    flex: 0 0 16.66%;
    width: 16.66%;
    max-width: 16.66%;
}
.agencies-list-wrapper .agency-excerpt.vip,
.agencies-list-wrapper .agency-excerpt.premium{
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
.escorts-advertisement{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    margin-left:-5px;
    margin-right:-5px;
}
.escorts-advertisement div{
    flex:  0 0 16.66%;
    width: 16.66%;
    max-width: 16.66%;
    padding:0px 5px;
}
#sidebar-left .escorts-advertisement div,
#sidebar-right .escorts-advertisement div,
.sidebar-left .escorts-advertisement div,
.sidebar-right .escorts-advertisement div{
    flex: 0 0 100%;
    width: 100%;   
}
.escorts-advertisement a{
    background-color:#000;
    border:2px solid #999;
    border-radius:5px;
}
.escorts-advertisement img{
    width:100%;
    height:100%;
}
.escorts-advertisement.top img,
.escorts-advertisement.bottom img{    
    max-height:100%;
}
.escorts-advertisement.top div,
.escorts-advertisement.bottom div{
    flex:  0 0 16.66%;
    width: 16.66%;
    max-width: 16.66%;
    padding:0px 5px;
}
.escorts-list-wrapper .escort-excerpt .location,
.agencies-list-wrapper .agency-excerpt .location{
    position:absolute;
    display: inline-block;
    bottom:5px;
    left:3px;
    font-size:11px;
    padding:3px 3px;
}
.escorts-list-wrapper .escort-excerpt-heading,
.agency-list-wrapper .agency-excerpt-heading{
    width: 100%;
    margin: 7px;
    border-bottom: 1px solid #777;
    padding-bottom: 7px;
}

.sidebar-left .elementor-widget-shortcode,
.sidebar-right .elementor-widget-shortcode{
    flex: 0 0 100%;
    width: 100%;
    max-width:100%;
}
.escorts-list-wrapper #text-5,
.escorts-list-wrapper #text-6,
.escorts-list-wrapper #text-8,
.escorts-list-wrapper #text-9,
.escorts-list-wrapper .elementor-widget-shortcode{
    flex: 0 0 100%;
    width:100%;
    max-width: 100%;
}
@media screen and (max-width:991px){

    .escorts-list-wrapper .escort-excerpt
    {
        flex:  0 0 20%;
        width: 20%;
        max-width: 20%;
        padding:0px 1px;
        margin-bottom:2px;
        font-size: 0.8em;
    }
    .agencies-list-wrapper .agency-excerpt{
        flex:  0 0 50%;
        width: 50%;
        max-width: 50%;
        padding:0px 1px;
        margin-bottom:2px;
        font-size: 0.8em;
    }
    .escorts-list-wrapper .escort-excerpt.vip,
    .agencies-list-wrapper .agency-excerpt.vip{
        flex:  0 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
    }
    .escorts-list-wrapper .escort-excerpt.premium,
    .agencies-list-wrapper .agency-excerpt.premium{
        flex:  0 0 25%;
        width: 25%;
        max-width: 25%;
    }
    .escorts-list-wrapper .escort-excerpt h5,
    .agencies-list-wrapper .agency-excerpt h5{
        font-size:12px;
        padding:0px;
    }
    .escorts-list-wrapper .escort-excerpt .location,
    .agencies-list-wrapper .agency-excerpt .location{
        font-size: 9px;
    }
    .escorts-advertisement{
        margin-left:-1px;
        margin-right:-1px;
    }
    .escorts-advertisement div{
        flex:  0 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
        padding:0px 1px;
    }
    .escorts-advertisement.top div,
    .escorts-advertisement.bottom div{
        flex:  0 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
        padding:0px 1px;
    }
    .escorts-list-wrapper .escort-excerpt-heading,
    .agency-list-wrapper .agency-excerpt-heading{
        margin:0px 0px 10px 0px;
    }

}
.escorts-list-wrapper .escort-excerpt.standard.last,
.escorts-list-wrapper .escort-excerpt.premium.last,
.escorts-list-wrapper .escort-excerpt.vip.last,
.agencies-list-wrapper .agency-excerpt.standard.last,
.agencies-list-wrapper .agency-excerpt.premium.last,
.agencies-list-wrapper .agency-excerpt.vip.last{
    page-break-after: always;
    break-after: always;
}
.clearbox{
    flex:0 0 100%;
    width:100%;
    max-width:100%;
    height:0px;
    opacity: 0;
}
.escorts-list-wrapper .escort-excerpt-link,
.agencies-list-wrapper .agency-excerpt-link{
    position:relative;
    display: block;
    overflow: hidden;
    background-color:#000;
    border:2px solid #999;
    border-radius:5px;
}


.escorts-list-wrapper .escort-excerpt .escort-thumb,
.agencies-list-wrapper .agency-excerpt .agency-thumb{
    display:block;
}

.escorts-list-wrapper li img,
.agencies-list-wrapper li img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.escorts-list-wrapper .escort-excerpt .escort-body,
.agencies-list-wrapper .agency-excerpt .agency-body{
    /*    position:absolute;
        bottom:0px;
        left:0px;*/
    display: block;
    width:100%;
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    padding:0px 3px 5px 3px;
}
.escorts-list-wrapper .escort-excerpt .escort-body *,
.agencies-list-wrapper .agency-excerpt .agency-body *{
    color:#fff;
}
.escorts-list-wrapper .escort-excerpt .escort-body .fa-twitter-square, 
.agencies-list-wrapper .agency-excerpt .agency-body .fa-twitter-square{
    color: #2196F3;
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 22px;
    background: #fff;
    line-height: 0.7;
    display: block;
	font-size: 26px;
    overflow: initial;
    border-radius: 5px;
}
.escort-excerpt img,
.agency-excerpt img{
    width:100%;
}
.escort-thumb-image{
    width:100%;
    height:100%;
    background:#000;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
}
#profile_picture_image{
    max-width:200px;
}
#gtranslate_wrapper{
    position:relative !important;
}
.form-image .gallery_picture_image{
    max-width: 120px;
}
.switcher{
    margin: 30px 0px 0px 10px;
}

.switcher .option{
    position:absolute !important;
}
.eslst-locations-list, .eslst-locations-list li{
    margin:0px;
    padding:0px;
    list-style: none;
}

.eslst-escort-search-form .select2-container--default .select2-selection--single{
    height:55px;
}
.eslst-escort-search-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 55px;
    padding-left: 15px;
}
.eslst-escort-search-form .select2-selection__arrow{
    display: none;
}

.escort-contact-details .glyphicon{
    font-size: 44px;    
}
.escort-contact-details a{

    margin-right:20px;
    display: inline-block;
    margin-bottom: 10px;
}
.escort-contact-details *{
    vertical-align: middle;
}
.escorts-advertisement .dk_ad_box{
    margin-bottom:10px !important;
}
.escorts-advertisement .dk_ad_box .block{
    height:100%;
}
/*.escorts-advertisement .dk_ad_box img{
    height: 100%;
}*/
.dk_justify_center{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.dk_justify_center >  [class *= col]{
      float:none;
}
#sidebar-left.dk_space , #sidebar-right.dk_space{
    margin-top:12px;
    
}
body:not(.page-id-122){
    /*overflow:unset !important;*/
}
#sidebar-left.dk_sticky , #sidebar-right.dk_sticky{
    position:sticky;
    top:20px;
}
@media screen and (max-width:768px){
    .escort-contact-details .glyphicon{
        font-size: 18px;
    }
    .escort-contact-details a{
        display:block;
        margin-right:0px;
        margin-bottom:10px;
    }
    
    .eslst-locations-list-panel h4{
        font-size: 24px;
    }
    .eslst-locations-list-panel a{
        font-size:1.3em;
    }
    
    
    
}

.escort-favorites{
    font-size:1.3em;
}


input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent; 
    border-color: transparent;
    color: transparent;
}


section.range-slider {
    position: relative;
    width: 100%;
    height: 35px;
}

section.range-slider label{
    width:100%;
    position: relative;
}
section.range-slider .section-values{
    position: absolute;
    top:0px;
    right:0px;
}

section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 25px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    height:16px;
    width:16px;
    border:1px solid #777;
    z-index: 10;
    outline: 0;
    background-color:#eee;
    cursor: pointer;
    border-radius:15px;
    /*-webkit-appearance: none;*/
    margin-top: -7px;
}

section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 13px;
    border:1px solid #777;
}

section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(201, 8, 44, 1);
    border: 1px solid rgba(163,19,46,1);
    border-radius:3px;
}
section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}
section.range-slider input[type=range]::-webkit-slider-runnable-track {
    position: relative;
    width:100%;
    height:4px;
    background-color: rgba(201, 8, 44, 1);
    border: 1px solid rgba(163,19,46,1);
    border-radius:3px;
    /*z-index: -1;*/
}
section.range-slider input[type=range]:last-of-type::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    background:none;
    border:0px;
    z-index: 1;
}
section.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background-color: rgba(201, 8, 44, 1);
    border: 1px solid rgba(163,19,46,1);
    border-radius:3px;
    color: transparent;
}



.membership-plans .list-group-item label span{
    display: inline-block;
    font-size: 18px;
    margin-left:7px;
    font-weight: bold;
}

.membership-child-plan-name {
    display: inline-block;
    font-size: 14px !important;
    margin-left:7px;
    font-weight: bold;
}

input[value="134"] { 
	display: none !important; 
}
input[value="133"] { 
	display: none !important; 
}
input[value="173"] { 
	display: none !important; 
}

/* The ribbons */

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size:11px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 20px;
    left: -70px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 20px;
    right: -70px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 20px;
    left: -70px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -70px;
    bottom: 20px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.escort-thumb{
    position:relative;
    overflow: hidden;
}

/* Photos Gallery */
.standard .eslst-photos {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 3;
    -webkit-column-gap:   0px;
    -moz-column-count:    3;
    -moz-column-gap:      0px;
    column-count:         3;
    column-gap:           0px;  
}

.premium .eslst-photos {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 6;
    -webkit-column-gap:   0px;
    -moz-column-count:    6;
    -moz-column-gap:      0px;
    column-count:         6;
    column-gap:           0px;  
}

.vip .eslst-photos {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;  
}

.eslst-photos img, .eslst-photos a {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}


@media (max-width: 800px) {
    .premium .eslst-photos,
    .vip .eslst-photos{
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
/*@media (max-width: 400px) {
  .premium .eslst-photos,
  .vip .eslst-photos{
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}*/

.propicspager{
    text-align: center;
}
.propicspager a{
    display: inline-block;
    max-width:70px;
    margin:3px;
}


/* Colors */
.standard .corner-ribbon,
.standard .corner-ribbon{
    background: #39d;
}
.premium .corner-ribbon,
.premium .corner-ribbon{
    background: #e43;
}
.vip .corner-ribbon,
.vip .corner-ribbon{
    background: #2c7;
}
.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/*custom checkbox*/
/* Customize the label (the container) */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcr3_table_2 tr td{
    padding-bottom:10px;
}
.wpcr3_in_content{
    display: none;
}

.r_mobile_show{
    display:none;
}
.gv-list li {
    display: inline-block;
    width: 100%;
    max-width: 20%;
}
@media(max-width:991px){
    .r_mobile_show{
        display:block;
        margin-bottom: 15px;
    }
    .r_mobile_hide{
        display:none;
    }
    
    .escorts-advertisement .dk_ad_box{
        padding:0 5px !important;
    }
    
}

.r_vip .escort-thumb{height:190px !important;}
.post-type-archive-escort .r_vip .escort-thumb{height:270px !important;}

.r_premium .escort-thumb{height:190px !important;}
.post-type-archive-escort .r_premium .escort-thumb{height:300px !important;}

.r_standard .escort-thumb{height:160px !important;}
.post-type-archive-escort .r_standard .escort-thumb{height:180px !important;}  

@media only screen and (min-width : 320px) and (max-width : 360px){
    .r_vip .escort-thumb{height:140px !important;}
    .post-type-archive-escort .r_vip .escort-thumb{height:140px !important;}
    
    .r_premium .escort-thumb{height:140px !important;}
    .post-type-archive-escort .r_premium .escort-thumb{height:150px !important;}
    
    .r_standard .escort-thumb{height:110px !important;}
    .post-type-archive-escort .r_standard .escort-thumb{height:120px !important;} 
}
@media only screen and (min-width : 361px) and (max-width : 414px){
    .r_vip .escort-thumb{height:170px !important;}
    .post-type-archive-escort .r_vip .escort-thumb{height:160px !important;}
    
    .r_premium .escort-thumb{height:140px !important;}
    .post-type-archive-escort .r_premium .escort-thumb{height:140px !important;}
    
    .r_standard .escort-thumb{height:110px !important;}
    .post-type-archive-escort .r_standard .escort-thumb{height:110px !important;} 
}
@media only screen and (min-width : 415px) and (max-width : 767px) {
    .r_vip .escort-thumb{height:180px !important;}
    .post-type-archive-escort .r_vip .escort-thumb{height:180px !important;}
    
    .r_premium .escort-thumb{height:160px !important;}
    .post-type-archive-escort .r_premium .escort-thumb{height:150px !important;}
    
    .r_standard .escort-thumb{height:120px !important;}
    .post-type-archive-escort .r_standard .escort-thumb{height:120px !important;} 
}
@media only screen and (min-width : 1600px) and (max-width : 1799px) {
    .post-type-archive-escort .r_vip .escort-thumb{height: 370px !important;}
    .r_vip .escort-thumb{height:240px !important;}
    .page-id-122 .r_vip .escort-thumb{height:200px !important;}
    
    .post-type-archive-escort .r_premium .escort-thumb{height: 320px !important;}
    .r_premium .escort-thumb{height:210px !important;}
    .page-id-122 .escort-thumb{height:190px !important;}
    
    .post-type-archive-escort .r_standard .escort-thumb {height: 250px !important;}
    .page-id-122 .r_standard .escort-thumb{height:150px !important;}
}
@media only screen and (min-width : 1800px) and (max-width : 2000px) {
    .post-type-archive-escort .r_vip .escort-thumb{height:440px !important;}
    .r_vip .escort-thumb{height:270px !important;}
    .page-id-122 .r_vip .escort-thumb{height:210px !important;}
    
    .post-type-archive-escort .r_premium .escort-thumb{height:350px !important;}
    .r_premium .escort-thumb{height:220px !important;}
    .page-id-122 .escort-thumb{height:180px !important;}
    
    .post-type-archive-escort .r_standard .escort-thumb{height:290px !important;}  
    .r_standard .escort-thumb{height:170px !important;}
    .page-id-122 .r_standard .escort-thumb{height:150px !important;}
    .
}
/* .page-id-288 p.form-row.form-row-wide.create-account.woocommerce-validated {
    display: none !important;
}
.page-id-288 p.form-row.form-row-wide.create-account.woocommerce-validated {
    display: none !important;
} */