/*
Theme Name: vivom
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */

.floating-icon-telegram {
    float: left;
    position: fixed;
    bottom: 50%;
    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: 18%;
    right: 0px;
    z-index: 999;
}



.floating-icon-whatsapp a {
    background: #06670a;
    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: #e5d156;
    color: #040404;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
}

.secondNavWrapper{
    background-color: #141313;
    position: relative;
    padding: 7px 0;
}

.secondNavWrapper .navbar{
    padding: 0 0;
}

.secondNavWrapper .navbar .navbar-nav{
    width: 100%;
    display: block;
}

.secondNavWrapper ul li{
    display: inline-block;
    position: relative;
}

.secondNavWrapper ul li a{
    color: #adadad;
    line-height: 28px;
    display: block;
    padding: 0 12px 0 12px;
    position: relative;
    font-weight: 400;
}

.secondNavWrapper ul li:after {
    height: 11px;
    background-color: #a7a6a6;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
}

.secondNavWrapper ul li:first-child:after{
    content: none;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 16em;
}

.showContent {
    height: auto;
}

.show-more{
	margin-bottom: 15px;
}

.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.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;
}

.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 {
    margin-top: 20px;
}
.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;
    font-family: 'Nunito', sans-serif;
    min-width: 320px;   
    font-weight: 500;
    font-size: 15px; 
    color: #fff;
    background: #191919;
}

h1, h2,h3, h4, h5, h6{
   font-weight: 700;
   font-size: 20px; 
}

.rsrc-main-menu .navbar-nav > li > a{
    font-family: 'Nunito', sans-serif;
}
p{
    line-height: 1.7;
    color: #fff;
}

ul{
    color: #fff;
	padding: 0 15px;
}

ul li{
    margin: 10px 0;
}

.pt-4{
	 padding-top: 10px;
}

.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: #ccc;
    padding-right: 0;
    padding-left: 0;
}

.rsrc-content, .rsrc-content-home  {
    position: relative;
    margin: 25px auto;
}
.rsrc-content  {
    /*background-color: #222;*/
}
.rsrc-main {
    position: relative;
}

.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 {
    padding: 6px 0 10px 0;
    color: #9e9e9e;
}

.rsrc-author-credits .copyright {
    margin: 0;
    color: #ccc;
    font-size: 12px;
}
.rsrc-footer {
    background-color: #242424;    
    padding: 8px 0;
	border-top: 1px solid #333;
}

.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;
}
.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;
}   

.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%;
    }
}

/* 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 .page-header a,
.page-header {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    margin: 15px 0 5px 0;
    border-bottom: 0;
    font-size: 20px;
}
.home-header {
    position: relative;
}
.single-meta-date {
    text-align: center;
    margin-right: 15px;
}
.single-meta-date .day {
    background-color: #353535;
    font-weight: bold;
    font-size: 120%;
}
.single-meta-date .month {
    background-color: #1a1818;
    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: 12px 0;
    text-transform: capitalize;
    font-weight: 300;
    background-color: #242424
}

#breadcrumbs .breadcrumbs-inner {
    color: #7a7a7a;
    font-size: 14px
}

#breadcrumbs .breadcrumbs-inner a {
}

#breadcrumbs .fa {
    margin-right: 5px
}

/* Widget */

.widget h3 {
    font-size: 16px;
    color: #222222;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 10px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.17);
    padding-bottom: 5px;
}
.widget ul {
	list-style: none;
    padding-left: 0px;
}

.widget ul li{
	padding: 3px 0;
}

.widget ul li a{
	color: #ccc;
}

/* Post Content */

.rsrc-main .rsrc-post-content {
    padding: 0px;
}
.rsrc-main .woocommerce {
    padding: 20px 0;
}
.single-thumbnail {
    text-align: center;
    max-height: 125px;
    overflow: hidden;
}
.single-thumbnail img {
    width: 100%;
}
/* Back to top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 999;
}

#back-top a {
    width: 40px;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.7;
}

#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 {
    padding: 15px;
    word-wrap: break-word;    
    
}

.btn-link {
    font-weight: 400;
    color: #ffef7a;
    text-decoration: none;
    background: #424242;
    padding: 10px 14px;
    border-radius: 5px;
} 

.btn-link:hover {
    color: #ffef7a;
    text-decoration: none;
}
/* Footer Widgets */

#content-footer-section .widget-inner {
    padding: 12px 0;
    margin: 0 15px;
}
#content-footer-section .widget {
    padding: 0;
    border: 0;
}
.footer-widgets {
    padding-top: 10px;
    padding-bottom: 15px;
    color: #fff;
    background: #242424;
    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;
}


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: 2px solid #888888;
    box-shadow: none;
    color: #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 42px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 10px;
}
textarea{
    height: 70px;
    padding-left: 17px;
}

/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #ffef7a;
    color: #ffef7a;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    padding: 8px 20px;
    border-radius: 0;
}
.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: #ffef7a;
    border-color: #ffef7a;
    background-color: transparent;
    box-shadow: none;
}


.custom-logo-link{
    margin-right: 2%;
}

.custom-logo-link img{
	width: 180px;
}

/* Top header */

.rsrc-container-header .navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
}

.rsrc-container-header .navbar-toggler-icon {
    height: 25px;
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.rsrc-main-menu {
    z-index: 2;
    padding-top: 8px;
}

.rsrc-main-menu .navbar{
    min-height: 35px;
}
.rsrc-container-header{
    padding: 10px 0px;
    background: #333;
}

.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: 15px;
    color: #d9d9d9;
    font-weight: 500;
}

.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-container-header input[type="search"]{
    height: 36px;
    margin: 0;
}


/**** List Item ****/

.profileList .list-item{
    margin-bottom: 15px;
    border-radius: 5px;
    background: #131313;
    padding: 10px 10px;
    border: 1px solid #5e5e5e;
}

.profileImg{
    border-radius: 5px;
}

.profileList .list-item a{
    text-decoration: none;
}

.list-item{
    position: relative;
}

.list-content{
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-content .desc{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: -webkit-box; -webkit-box-orient: 
    vertical; 
    line-height: 23px; 
    overflow: hidden; 
    padding: 0 !important; 
    position: relative; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 4; 
    max-height: calc(1em* var(--line-height, 1.2)* 4);
	margin-bottom: 8px;
}

.profileName{
    font-size: 22px;
    font-weight: 600;
    color: #FFEB3B;
    margin: 0 0 6px;
	line-height: 25px;
}

.font-txt {
    text-align: left;
    color: #fff;
    text-transform: none;    
    padding: 2px 0px;
    margin-right: 10px;
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: .78rem;
    font-weight: 500;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;    
}

.font-txt.location svg{
    fill: #2bb63a;
}

.font-txt svg{
    fill: #b6422b;
    position: relative;
    top: -1px;  
}

.font-13{
    font-size: 13px;
}

.imageSliderList{
    min-width: 160px;
    position: relative;
    width: 160px;
    height: 234px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    z-index: 0;
}

.imageSliderList .item {
    height: 234px;
    min-height: 234px;
    min-width: 160px;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.imageSliderList .item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    max-width: 100%;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
}

.imageSliderList .item .imgCount{
    z-index: 22;
    position: absolute;
    bottom: 2px;
    color: #fff;
    font-size: 11px;
}

.imageSliderList .item .imgCount svg{
    width: 13px;
    fill: #fff;
}

/*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;
}

#sidebar .widget{
        background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    margin-bottom: 10px;
}
.trng-1{
    font-style: italic;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#breadcrumbs .fa {
    margin-right: 5px;
}


/******* common ********/

.pt-15 {
    padding-top: 15px;
}

.m-0{
    margin: 0;
}

.mt-28{
    margin-top: 28px;
}

.mt-40 {
    margin-top: 40px;
}    

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.margin-off {
    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{
    background: #242424;
    padding: 0px 0px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.box .boxContent{
    padding: 0 15px;
}

.box1{
    
}

/*****************************
Home
******************************/
.slider-area{
    padding-top: 40px;
}

.box .featured-full{

}

.box .featured-full img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.details-table {
    background-color: #242424;
    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: 8px 20px;
    border-bottom: 1px solid #2b2b2e;
}

.serviceTable {
    min-height: 378px;
    background: #242424;
    padding: 10px 0px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.serviceTable .details-table {
    box-shadow: none;
}

.page-content {
    background-color: #242424;
    padding: 15px 15px 20px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    border-radius: 4px;
    font-size: 16px;
}

.escortSidebar{

}

.escortSidebar .widget_media_image{
    margin-bottom: 10px;
}

.escortSidebar .widget_media_image img{
    border: 1px solid #5e5e5e;
}

.single-escort .profile-thumbnail{
    
}

.single-escort .profile-thumbnail img{
    height: 250px;
    width: 100%;
    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;
}

/****************/
.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;
}

.escortValue {
    position: absolute;
    z-index: 111;
    top: 25px;
    left: 0;
    background: #FFEB3B;
    color: #000000;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.escortSidebar ul {
    padding: 0 20px;
    height: 138px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.escortSidebar ul li {
    margin: 10px 0;
}

.escortSidebar ul::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

.escortSidebar ul::-webkit-scrollbar-thumb {
    background-color: #4a4a4a;
    outline: 1px solid #686868;
}

.escortSidebar ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
}

.box {
    background: #131313;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #5e5e5e;
}

.box .boxContent h3{
    font-size: 18px;
    color: #ddd;
}

.box .boxContent .desc{
    color: #ddd;
}

.box .boxContent .readMore{
    background: #e9b42e;
    border-radius: 3px;
    color: #222;
    padding: 2px 0;
    font-weight: 700;
}

.disclaimer{
	border-bottom: 1px solid #333;
	margin-bottom: 22px;
}

.disclaimer p{
	color: #959292; 
	font-size: 13px;
}

.rsrc-comments{
	margin-top: 18px;
}

.rsrc-comments .well{
	background-color: #242424;
    padding: 15px 15px;
}

.comment-form-comment input, .comment-form-comment textarea{
	color: #ccc;
    padding: 5px 10px;
}

.rsrc-comments{
	margin-top: 20px;
}

.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #141313;
    position: relative;
    background: #242424;
    padding: 10px 15px;
}

.comment-inner {
    margin-top: 8px;   
    padding: 0 0;
}

.comment-author.vcard img {    
    display: none;
}

.comment-body .reply {
    display: none;
}

.callNow{
    margin-bottom: 10px;
}

.callNow a{
    color: #fff;
    display: block;
    padding: 8px 7px;
    text-align: center;
    border-radius: 10px;
    background: #ff4969;
}

.WhatsAppNow{
    margin-bottom: 10px;
}

.WhatsAppNow a{
    color: #fff;
    display: block;
    padding: 8px 7px;
    text-align: center;
    border-radius: 10px;
    background: #03A9F4;  
}

.waitingHide {
    display: none;
    top: 7%;
    left: 9%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.waitingHide {
   border: 2px solid #ccc;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border-top-color: #1ecd97;
   border-left-color:  #1ecd97;
   animation: spin 1s infinite ease-in;
}

@keyframes spin {
   0% {
       transform: rotate(0deg);
   }
   100% {
       transform: rotate(360deg);
   }
}

.rateescort {
    fill: #d39d14;
}

.bdr-bottom span{
    font-size: 18px;
}

.formSearch{

}

.formSearch input[type="search"]{
    border: 1px solid #888888;
    height: 38px;
    color: #fff;
}

/********* Media Query for large Device *************/
@media (min-width: 1200px) {

    .container {
        max-width: 1300px;
    }

}

@media (min-width: 992px) {
	.mobileFooterNav {
    	display: none;
	}
    .padd-right{
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .mobileShow{
        display: none;
        margin-bottom: 10px;
    }        
}

@media (max-width: 992px) {       
    .rsrc-container-header .navbar-toggler {
        display: inline-grid;
    }

    .rsrc-container-header .navbar-nav {
        background: #353535;
        margin-top: 15px;
        border-radius: 5px;
    }

    .rsrc-container-header .navbar-nav li {
        margin: 8px 10px;
    }
	
	.secondNavWrapper .navbar ul{
		white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
	}
	
	.secondNavWrapper ul::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
	
	.secondNavWrapper ul::-webkit-scrollbar-thumb {
        background-color: #ffef7a;
        outline: 1px solid #ffef7a;
    }
	
	.secondNavWrapper ul::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }
}


@media (max-width: 767px) {  

    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    } 

    .contentInfo{
        padding: 0 0%;
        margin-top: 20px;
    } 

    .single-escort .profile-thumbnail img{
        height: auto;      
    }

    .font-txt.location{
        width: 110px;
    }
    
}

@media (max-width: 388px) { 
	.PriceNight{
		display: none;
	}

    .imageSliderList .item{       
        min-width: 125px;
        width: 125px;
    }

    .imageSliderList {
        min-width: 125px;       
        width: 125px;       
    }
}