/*
Theme Name: duskypearl
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */

.custom-logo{
	width: 150px;
}

.liveLink{
	position: fixed;
    bottom: 35%;
    right: 0;
    left: auto;
    z-index: 999;
}

.liveLink .blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;	
	color: #28aa2d;
    font-weight: 700;
    background: #000;
    padding: 4px 10px;
    font-size: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 6px;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.filterSidebar .widget {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.thaiListItem img{
	    height: 250px;
}

/* width */

.filterSidebar .widget::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.filterSidebar .widget::-webkit-scrollbar-track {
  background: #212121; 
}
 
/* Handle */

.filterSidebar .widget::-webkit-scrollbar-thumb {
  background: #888; 
}

.show-more{	
    margin-top: 12px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 18em;
}

.showContent {
    height: auto;
}

.childLocations ul {
	padding: 0;	
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
}

.childLocations ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.childLocations ul::-webkit-scrollbar-thumb {
	background-color: #e0006c;
	outline: 1px solid #e0006c;
}

.childLocations ul::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}

.childLocations ul li {
	display: inline-block;
    margin: 0px 0 8px;
    padding: 0 14px 0 0;
}

.childLocations ul li:after {
    height: 11px;
    background-color: #a7a6a6;
    width: 1px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    content: '';
}

.childLocations ul li a{
	color: #fff;
	font-size: 13px;
    padding-right: 9px;
}

b, strong{
	font-size: 16px;
}

.latestEscorts .col-6, .top-content .col-6{
	padding: 0 3px;
}

.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 8px 0 10px;
}
.aligncenter,
div.aligncenter {
     display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 8px 0 10px;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */

    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 100%;
    height: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 8px 4px 5px;
    color: #3A3A3A;
}
/* Recommended CSS from WP for defined content width support */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}

/* Comments */

.comment-form-comment #comment {
    width: 100%;
}
.commentlist li {
    list-style: none;
}
.comment-author,
.comment-edit-link {
    font-weight: bold;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment-respond code {
    white-space: pre-wrap;
}
.well {
    background-color: rgba(245, 245, 245, 0.2);
}
/* Post Thumbnail */

.attachment-post-thumbnail {
    
}
/* Calendar Widget */
/* Search Form Widget */

form#searchform {
    position: relative;
}
input#s {
    width: 100%;
    padding: 5px;
}
#searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    line-height: 15px;
}
aside {
    
}
.widget {
    margin-bottom: 15px;   
}
/* Tables */
/* Post text Wrap Fixes */

.post {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.clear {
    clear: both;
}

a {	
    color: #FFEB3B;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #FFEB3B;
}

/* Theme CSS */

html,
body {
    overflow-x: hidden;    
    min-width: 320px;   
    font-weight: 500;
    font-size: 15px; 
    color: #fff;
    background: #33343b;    
}

h1, h2,h3, h4, h5, h6{
   font-weight: 700;
}

h1{
    font-size: 18px;
}

h2{
    font-size: 18px;
}

h3{
   font-size: 18px; 
}

h4{
    font-size: 18px;
}

h5{
    font-size: 18px;
}

h6{
   font-size: 18px; 
}

.rsrc-main-menu .navbar-nav > li > a{
   
}
p{
    line-height: 1.7;
    color: #fff;
}

ul{
    color: #fff;
}


.rsrc-header {
    z-index: 2;
}
.home #site-header a {
    color: #fff;    
}

#site-header a {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
}
#site-header h1 {
    margin: 0;
}

.fixed-me{
    transition: all 1s ;
}

.fixed-me{    
    position: fixed;
    width: 100%;
    z-index: 999;
}

.rsrc-container {
    color: #fff;
    padding-right: 0;
    padding-left: 0;
}

.rsrc-content, .rsrc-content-home  {
    position: relative;
    margin: 0 0 10px;
}
.rsrc-content  {
    /*background-color: #222;*/
}
.rsrc-main {
    position: relative;
	margin: 12px 0;
}

.rsrc-footer-menu {
    padding-top: 15px;
}

.footer-menu-nav {
    padding: 0;
    margin: 0;    
}
.footer-menu-nav li {
    display: inline-block;
    padding: 9px 0;
    margin-right: 10px;
}
.footer-menu-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.rsrc-author-credits {
    color: #9e9e9e;
}

.rsrc-author-credits .copyright {
    margin: 0;
    color: #ccc;
    font-size: 15px;
	text-align: center;
}
.rsrc-footer {
    background-color: #111;    
    padding: 8px 0;
}

.payment-gateway .gateway-icon svg{
    vertical-align: middle;
    height: 25px;
    fill: #fff;
}

/* Navigation */

.user-nav{
    margin: 0;
    list-style: none;
    float: right;
}

.user-nav li{
    display: inline-block;
    padding-top: 4px;
    margin-right: 10px;
}

.user-nav li a{
    color: #fff;
    font-size: 12px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.nav > li > a:hover, .nav > li > a:focus {
       background-color: transparent;
       color: rgba(255, 255, 255, 0.7);
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu {
    width: 200px;
    padding: 0 0;
    border: 1px solid #f7f7f7;
}   

.navbar-nav .dropdown-menu {
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background: #242424;
}

.navbar-nav .dropdown-menu li {
    margin: 0;
}

.navbar-nav .dropdown-menu li a{
    display: block;
    padding: 8px 10px;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li{
    padding: 0 0;
    border-bottom: 1px solid #efefef;
} 

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li:first-of-type::before {
    bottom: 100%;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: 0;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li.dropdown-submenu .dropdown-menu li:first-of-type::before {
    content: none;
}

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li a{
    padding: 10px 10px;
    font-size: 14px;
} 

.rsrc-main-menu .navbar-nav > li > .dropdown-menu li a:hover{
        background-color: #91729e6e;
} 

@media (min-width: 768px) {
        
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
}

.navbar-toggle {
    border: 1px solid #252A3F;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #252A3F;
}

/* Fix nav on hover */

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    .navbar-right {
        margin-right: 0;
    }
}

/* Menu opened in responsive */

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 3px 30px;
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
    }
    .rsrc-header-img img {
        max-height: 50px;
        line-height: 50px;
    }
    .header-line-search {
        margin-bottom: 10px !important;
    }
    .header-right.col-sm-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.dropdown-submenu ul li li a:after {
    display: none;
}
.sticky {} 
.bypostauthor {} 
img {
    max-width: 100%;
    height: auto;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.featured-thumbnail {
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.featured-thumbnail img {
    width: 100%;
}
.featured-thumbnail::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featured-thumbnail:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.featured-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.featured-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
h1.site-title,
h2.site-title {
    font-size: 36px;
    margin: 0;
}
h1.site-title a,
h2.site-title a {
    color: #fff;
}
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Navigation */

.pager li>a,
.pager li>span,
.pager li>a:hover,
.pager li>a:focus {
    display: inline-block !important;
    padding: 2px 5px !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.post-navigation {
    clear: both;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.post-navigation div {
    display: block;
    position: relative;
    font-size: 14px;
    color: #999;
}
.post-previous {
    float: left;
    padding-left: 30px;
    text-align: left;
}
.post-next {
    float: right;
    text-align: right;
    padding-right: 30px;
}
.post-navigation div span {
    display: block;
    font-size: 90%;
    color: #999;
}
.post-navigation div a:after {
    position: absolute;
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
    top: 0;
}
.post-previous a:after {
    content: '\00ab';
    left: 0;
}
.post-next a:after {
    content: '\00bb';
    right: 0;
}
/* Single Author */

.postauthor-content img {
    float: left;
    margin-right: 10px;
}
.postauthor-container {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.postauthor-title {
    border-bottom: 1px solid #dbdbdb;
}
/* Related posts */

.related-posts ul {
    padding: 15px;
}
.related-posts li {
    list-style-type: none;
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .top-section, .header-login {
        text-align: center;
    }
    a.login-link {
        text-align: center;
        border-right: none !important;
    }
}
a.login-link {
    line-height: 33px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
    color: #ffffff;
}
/* Content */

article.article-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-header {
    position: relative;
}
.single-meta-date {
    text-align: center;
    float: left;
    margin-right: 15px;
}
.single-meta-date .day {
    padding: 10px 15px;
    background-color: #eee;
    font-weight: bold;
    font-size: 120%;
}
.single-meta-date .month {
    padding: 4px;
    background-color: #13C5F5;
    color: #ffffff;
}
.post-meta {
    font-size: 75%;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    opacity: 0.75;
    text-transform: uppercase;
}
.post-meta span,
.posted-on {
    margin-right: 5px;
}
.post-meta .cat-meta:after {
    content: ',';
    margin-right: 3px;
}
.post-meta .cat-meta:last-child:after {
    content: '';
}
/* Pagination */
.navigation.pagination {
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 25px;
    margin: 0;
}
.nav-links {
    display: inline-block;
}
.nav-links a, .nav-links span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.nav-links span.current {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    article.article-content:nth-of-type(2n+1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    article.article-content:nth-of-type(3n+1) {
        clear: left;
    }
}
/* Featured home */

.hover-style .home-header .page-header a {
    letter-spacing: 2px;
    font-size: 50%;
    line-height: 50%;
    color: #fff;
}
.hover-style {
    display: inline-block;
    padding: 0;
    min-height: 170px;
}
.related-posts .entry-summary {
    color: #fff;
    padding: 10px;
}
.hover-style {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hover-style .home-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
}
.hover-style:hover .home-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-style .page-header {
    margin-left: -10px;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
    -webkit-transform: translateY( -webkit-calc(-100% - 20px));
    transform: translateY( calc(-100% - 20px));
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.hover-style:hover .page-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* breadcrumbs */

#breadcrumbs {
    padding: 8px 0;
    text-transform: capitalize;
    font-weight: 300;
    background-color: #2e2f35;
    border-bottom: 1px solid #272727;
}
#breadcrumbs .breadcrumbs-inner{    
    color: #7a7a7a;
    font-size: 14px;
}
#breadcrumbs .breadcrumbs-inner a{  
    
}
#breadcrumbs .fa {
    margin-right: 5px;
}
/* Widget */

.widget .widget-title {
	color: #d1d1d1;
    font-size: 15px;
    text-align: left;
    padding: 0 0 8px;
    border-bottom: 1px solid #e0006c;
    font-weight: 600;
}
.widget ul {
    padding-left: 0px;
}

.widget ul li{
    list-style: none;
    margin: 15px 0px;
}

.widget ul li a{       
    font-size: 14px;
    color: #ebebeb;
    display: block;
    font-weight: 500;
}

/* Post Content */

.rsrc-main .rsrc-post-content {
    padding: 0px;
}
.rsrc-main .woocommerce {
    padding: 20px 0;
}
.post-thumbnail {
   
}
.post-thumbnail img {
	 border-radius: 10px;
    width: 100%;
}
/* Back to top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 999;
    text-align: center;
}

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #5e5858;
}
#back-top span svg {
    position: relative;
    top: 8px;
    fill: #ccc;
}
/* Commentform */

form#commentform p input {
    width: 100%;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #bdbdbd;
    padding: 15px 15px 40px 15px;
    position: relative;
    
}
.comment-inner {
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: relative;
}
.comment-inner:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
    content: '';
    position: absolute;
    top: -12px;
}
a.comment-reply-link {
    float: right;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.comment-author.vcard img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 46px;
}

/* Widgets */

.widget_nav_menu li {
    width: 100%;
}
.widget_nav_menu li:before {
    margin-right: 5px;
}
.widget {
    word-wrap: break-word;
    background-color: #212121;
    color: #fff;
    padding: 10px;
   
}

.btn-link {
    font-weight: 400;
    color: #e9d64f;
    text-decoration: none;
    background: #424242;
    padding: 10px 14px;
    border-radius: 5px;
} 

.btn-link:hover {
    color: #e9d64f;
    text-decoration: none;
}
/* Footer Widgets */

#content-footer-section .widget-inner {
    padding: 0;
    border: 0;
    height: 225px;
    overflow-x: hidden;
    overflow-y: scroll;
   
}

#content-footer-section .widget-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

#content-footer-section .widget-inner::-webkit-scrollbar-thumb {
    background-color: #4a4a4a;
    outline: 1px solid #686868;
}

#content-footer-section .widget-inner::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

#content-footer-section .widget {
   
}

.footer-widgets {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    background: #212121;
    position: relative;
}

.footer-widgets #content-footer-section{
    padding-top: 10px;
}

.footer-widgets #content-footer-section .widget h3{
    border-bottom: none;
    color: #ccc;
}

.footer-widgets #content-footer-section .textwidget p{
    color: #696687;
}

/* Tags */

.post-tags {
    clear: both;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 5px;
    border: 1px solid;
    line-height: 40px;
}
/* Sections */

section {
    position: relative;
}
.section {
    position: relative;
    z-index: 1;
    padding: 25px 0 35px 0;
}

/* Sections Content */

.container-heading {
    margin-bottom: 35px;
    text-transform: uppercase;
}
.section h4 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    margin: 0;
}
.section .sub-title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.sub-title:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}
.sub-title span {
    padding: 0 15px;
}

.red{
    color: #e05151;
    margin-left: 5px;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
input[type="week"] {
    
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e0006c;
    box-shadow: none;
    color: #000;
    border-radius: 4px;
    font-size: 14px;
    height: 42px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 10px;
}

.reviewform select{
    color: #222;
}

textarea{
    height: 70px;
    padding-left: 17px;
}

/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #E0006C;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    padding: 8px 20px;
    border-radius: 4px;
    background: #E0006C;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn,
.btn-default:active,
.btn-default.active,
input[type="submit"]:hover,
button:hover,
a.comment-reply-link:hover {
    color: #E0006C;
    border-color: #E0006C;
    background-color: transparent;
    box-shadow: none;
}

/* Top header */
/**/

.rsrc-container-header .navbar-toggler {
    padding: 0;
    box-shadow: none;
}

.rsrc-container-header .navbar-toggler-icon {
    height: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 14px;
	letter-spacing: 1px;
}

.rsrc-container-header .navbar-toggler-icon:focus{
	outline: 2px solid #fff;
}

.rsrc-main-menu {
    z-index: 2;
    padding-top: 8px;
}

.rsrc-main-menu .navbar{
    min-height: 35px;
}
.rsrc-container-header{
    padding: 5px 0px;
    background: #272727;
}

.rsrc-container-header .navbar{
    padding: 0px 0px; 
}

.rsrc-container-header .navbar-nav{

}

.rsrc-container-header .navbar-nav li{
    margin: 0 15px;
}

.rsrc-container-header .navbar-nav li a{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.rsrc-container-header input[type="search"]{
    height: 36px;
    margin: 0;
}

/*footer*/

ul.footer-links{
    padding: 0;
}

ul.footer-links li {
    padding-bottom: 8px; 
    list-style: none;
}

ul.footer-links li a {
    display: block;
    color: #696687;
    margin-bottom: 0px;
}

ul.footer-social{
      padding-left: 0px;
    margin: 20px 0 0;  
}

ul.footer-social li {
    padding-bottom: 8px;
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 0;
}
ul.footer-social li a {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;

}

ul.footer-social li a .icofont-twitter{
    color: #00ACED;
}

ul.footer-social li a .icofont-facebook{
    color: #3B5998;
}

ul.footer-social li a .icofont-pinterest{
    color: #CB2027;
}

ul.footer-social li a .icofont-linkedin{
    color: #007BB6;
}


p.para{
    line-height: 24px;
    text-align: justify;
}

.footer-address p{
        color: #f5f5f5;
}


ul.list {
       margin: 0;
    list-style: none;
    padding: 10px 0 0 15px;
}
ul.list li, ol.list li {
   margin: 17px 0 0 0;
}
ul.list li.type-2::before {
    content: "❖";
    margin: 0 15px 0 0;
}
div#n2-ss-1.n2-ss-desktop .n2-ss-widget-display-desktop.n2-ib{
    display: none ! important;
}

.trng-1{
    font-style: italic;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#breadcrumbs .fa {
    margin-right: 5px;
}


/******* common ********/

.d-inline-block{
    display: inline-block;
}

.mt-12{
    margin-top: 12px;
}

.mb-12{
    margin-bottom: 12px;
}

.mb-15{
    margin-bottom: 15px;
}

.mt-40 {
    margin-top: 40px;
}    

.mb-30 {
    margin-bottom: 30px;
}

.m-0 {
    margin: 0px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}

.pb-100 {
    padding-bottom: 85px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 85px;
}

.pt-100 {
    padding-top: 85px;
}

.blue-color{
    color: #3b3663 ! important;
}

.white-color{
    color: #fff ! important;
}

.light-blue-color {
    color: #696687 ! important;
}

.bg-green {
    background: #f3f3f3;
}

.bg-white {
    background: #fff;
}

.bg-grey {
    background-color: #f7f7f7;
}

.btn-white{
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 21px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-white:hover{
    background: #6254E7;
    color: #fff;   
}

.btn-blue{
    border: 1px solid #3B3663;
    padding: 10px 21px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #000;
    cursor: pointer;
}

.btn-blue:hover{
    background: #6254E7;
    border: 1px solid #6254E7;
    color: #fff;   
}

.box{	
    margin-bottom: 20px;
    position: relative;
    border: 1px #e0006c solid;
}

.box .boxContent{
    padding: 8px 6px;
    color: #fff;
	font-size: 12px;
}

.box h3{
    font-size: 15px;
    background: #f178cbe8;
    padding: 5px 4px;
    min-height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/*****************************
Home
******************************/
.box .featured-full{

}

.box .featured-full img{
    width: 100%;
}

.details-table {   
    padding: 10px 15px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.details-table tr td {
    padding: 6px 20px;
	word-break: break-word;
	width: 50%;
}

.serviceTable {
    min-height: 416px;    
    padding: 10px 0px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    background: #2e2f35;
    color: #ffffff;
}

.serviceTable.rateTable{
    min-height: 180px;  
}

.fancyHeading{    
    color: #fff;
    padding-left: 10px;
    cursor: default;
    font-size: 1.5em;
    border-left: 3px solid #E0006C;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    margin: 8px 18px;
}

.serviceTable .details-table {
    box-shadow: none;
}

.page-content {    
    padding: 15px 15px 20px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    border-radius: 4px;
    font-size: 16px;
    background: #2e2f35;
    color: #ffffff;
}

.page-content p{
    color: #fff;
}

.reviewWrapper .reviewerName{
    font-weight: 600;
    font-size: 13px;
}

.rateescort{
    fill: #d39d14;
}

.escortListOuter{
    position: relative;
    overflow: hidden;
    padding: 5px;    
    margin-bottom: 15px;
}

.escortList{
    position: relative;  
    background: #a3568b8c;  
    border: 1px #e0006c solid;
}

.escortList .featuredImage{
    position: relative;
}

.escortList .escortInfoOuter{
    position: absolute;
    bottom: 81px;
    left: 0;
    line-height: 1.5em;
    width: 100%;
    z-index: 1;   
    text-align: center;
}

.escortList .escortLabel{
    text-align: right;
    position: relative;
    min-height: 25px;
}

.escortList .escortLabel .sessionRate{
    background: rgb(225 5 113/50%);
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    padding: 0 6px;
    margin-right: 10px;
}

.escortList .escortLabel .starRating{

}

.escortList .escortLabel .starRating svg{
    fill: #fff;
}

.escortList .escortInfo{    
    background: #f178cbe8;
    padding: 5px 0;
    min-height: 30px;
}

.escortList:hover .escortInfo{
    background: #fb5dca;
}

.escortList .escortInfo .escortTitle{
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-shadow: none;
    line-height: 18px;
}

.escortList .escortInfo .location{
    font-size: 12px;
    color: #fff;
}

.escortList .escortInfo .location span{
    margin-right: 4px;
}

.escortList .desc{
    padding: 8px;
    overflow: hidden;
    background: #33343b;
    color: #fff;
    font-size: 12px;
    height: 82px;
}

.escortSidebar{

}

.single-escort .profile-thumbnail{
    
}

.single-escort .profile-thumbnail img{
    margin-bottom: 20px;
    border: 1px solid #cccc;
}

.single-escort .profile-thumbnail .zoomImg{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    padding: 3px 18px;
    right: 15px;
    background: #24242473;
}

.phone-box{
    float: right;
    background: #2e2f35;
    color: #33343b;
    padding: 10px 8px 10px 6px;
    border-radius: 5px;
    margin-top: 10px;
}

/****************/
.page-header-banner{
    min-height: 240px;
    padding: 100px 0;
}

.page-header-banner h1{
    text-align: center;
    color: #fff;
}

ul.actions{
    padding: 0;
    text-align: center;
    list-style: none;
    margin: 40px 0 0;
}

ul.actions li a.button{
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 4px;
}

.verifyEscort {
    text-align: center;
    position: absolute;
    left: 0;
    background: #148831;
    color: #fff;
    font-size: 10px;
    top: 0;
    padding: 3px 5px;
    letter-spacing: 1px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.premiumlabel{
    position: absolute;
    right: -7px;
    top: -8px;
    z-index: 1;
    text-align: right;
}

.premiumlabel .escortValue {
    font-size: 13px;
    font-weight: 200;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#a3568b 0%, #fb5dca 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.premiumlabel span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #FC5E1F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FC5E1F;
}

.premiumlabel span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #FC5E1F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FC5E1F;
}

.navbar-brand{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.latestReview{
    background: #272727;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 4px;
}

.latestReview .reviewerName .rateescort{
    float: right;
}

/************************/

.profilestarrating-wrapper{
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}

.starrating {
    display: inline-block;
}

.starrating {
    background: url(i/star.webp) bottom left repeat-x;
    height: 16px;
    width: 95px;
}

.profilestarrating-wrapper .starrating {
    background: url(i/star2.webp) bottom left repeat-x;
    height: 40px;
    width: 210px;
}

.profilestarrating-wrapper .starrating .starrating_stars {
    background: url(i/star2.webp) top left repeat-x;
    height: 40px;
}

.profilestarrating-wrapper .starrating .star1 { width: 42px; }

.profilestarrating-wrapper .starrating .star15 { width: 63px; }

.profilestarrating-wrapper .starrating .star2 { width: 84px; }

.profilestarrating-wrapper .starrating .star25 { width: 105px; }

.profilestarrating-wrapper .starrating .star3 { width: 126px; }

.profilestarrating-wrapper .starrating .star35 { width: 147px; }

.profilestarrating-wrapper .starrating .star4 { width: 168px; }

.profilestarrating-wrapper .starrating .star45 { width: 189px; }

.profilestarrating-wrapper .starrating .star5 { width: 210px; }

.profilestarrating-wrapper .starrating .star0 {
    display: none;
}

.profile-1 .key{  
	font-size: .9em;
    text-transform: uppercase;
    display: block;
}

.filterSidebar .widget{
    background-color: #2e2f35;
	border-bottom: none;
}

.filterSidebarToggler{
    background: #212121;
    text-align: right;
    padding: 12px 15px;
    margin: 5px -15px 0;
}

.filterSidebarToggler .filterSidebarTogglerIcon{
    font-weight: 400;
    height: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: transparent;
    letter-spacing: 1px;
}

.filterSidebarToggler .filterSidebarTogglerIcon:focus{
    outline: 2px solid #fff;
}

.filterSidebarHide{
    display: block ! important;
}

.floating-icon-telegram {
    float: left;
    position: fixed;
    bottom: 16%;
    right: 0px;
    z-index: 999;
}

.floating-icon-telegram a{
	background: #039be5;
    color: #fff;
    padding: 5px 10px 5px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}

/*******************/

.floating-icon-whatsapp {
    float: left;
    position: fixed;
    bottom: 30%;
    right: 0px;
    z-index: 999;
}

.floating-icon-whatsapp a{
	background: #04720d;
    color: #fff;
    padding: 5px 10px 5px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
}

/*******************/

.floating-icon-call {
    float: left;
    position: fixed;
    bottom: 16%;
    left: 0px;
    z-index: 999;
}

.floating-icon-call a {
	background: #E0006C;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
}

.pageLink{
	
}

.pageLink a{
    margin-right: 10px;
    font-size: 14px;
    background: #161515;
    padding: 2px 7px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
    color: #d4d4d4;
}

/*******************/

.socialFooter{
    text-align: center;
    margin: 12px 0 15px;
}

.socialFooter a.facebook {
    background: #3b5998;
}

.socialFooter a.twitter {
    background: #343a40;
}

.socialFooter a.instagram {
    background: #e1306c;
}

.socialFooter a.linkedin {
    background: #0077B5;
}

.socialFooter a.youtube {
    background: #FF0000;
}

.socialFooter a {
    background: #615f5f;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.socialFooter a svg {
    fill: #fff;
}

/********* Media Query for large Device *************/
@media (min-width: 1200px) {

    .container {
        max-width: 1300px;
    }

}

@media (min-width: 992px) {
	 
    #sidebar-secondary, #sidebar{
        padding: 0 0px;
    }  

    .filterSidebarToggler{
        display: none;
    } 
}

@media (min-width: 768px) {
               
}

@media (max-width: 992px) {       
    .rsrc-container-header .navbar-toggler {
        display: inline-grid;
    }

    .rsrc-container-header .navbar-nav {        
        margin-top: 15px;
        border-radius: 5px;
    }

    .rsrc-container-header .navbar-nav li {
        margin: 8px 10px;
    }

    .mobile_hide{
        display: none;
    }

}


@media (max-width: 767px) {     

    .single-escort .profile-thumbnail img{
        height: auto;      
    } 

    .escortList .featuredImage img{
        width: 100%;
    }
	
	.page-id-1188 .escortList .featuredImage img {
		width: 100%;
		height: 213px;
	}
	
	.filterSidebarToggler{
		    padding: 5px 15px;
	}	

}