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

.hideContent {    
    line-height: 1em;  
    max-height: 5em;; /* Adjust the initial max-height as needed */
    overflow: hidden;
    transition: max-height 0.3s ease; /* Add smooth transition effect */
}

.showContent {
    height: auto;
}

.show-more {
    position: relative;
    padding: 5px 0 8px;
    text-align: left;
    font-size: 16px;
	color: #ff4969;
	z-index:888;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Philosopher', sans-serif;
}

.mm-listview > li > a, .mm-listview > li > span{
    color: #fff !important;
	font-size: 15px;
	display: inline-flex !important;
    padding: 10px 10px 10px 8px !important;
}

.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
    color: #fff !important;
    font-size: 18px !important;
}

.mm-listview, .mm-listview > li{
	padding: 12px 0px ! important;
}

.mm-listview, .mm-listview > li.icon{
	
}

.rsrc-main-menu .icon:before{	
    display: none;
}

.mm-navbar .mm-btn:last-child{
	padding-top: 17px;
}

.mm-navbar.mm-hasbtns {
    padding: 8px 40px ! important;
    height: 55px;
}

.mm-listview, .mm-listview > li.icon:before{
	height: 30px;
    padding: 0px 10px 2px;
    color: rgb(255, 255, 255);
}

.mm-listview > li:not(.mm-divider):after{
	content:none ! important;
}

.mm-listview > li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.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;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    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: 96%;
    height: auto;
    width: 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;
    width: 100%;
}
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 {
    float: left;
    margin: 0px 10px;
}
/* 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: #FF4969;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #FF4969;
}
/* Theme CSS */

html,
body {
    overflow-x: hidden;
    font-family: 'PT Sans', sans-serif;
    min-width: 320px;   
    padding: 0px; 
}


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

.bottom_line{
    width: 100%;
    position: fixed;
    height: 10px;
    background: #fff;
    z-index: 999;
    bottom: 0;
}

.left_col {
    transform: translate(-50%, -50%) rotate(-90deg);
    position: fixed;
    z-index: 99;
    left: 40px;
    top: 50%;
}

.left_col p {
    font-size: 14px;
    color: #717171;
    letter-spacing: 3.64px;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    transition: all .3s;
    text-transform: uppercase;
}

.left_col a {
	font-size: 14px;
    color: #FF4969;
    letter-spacing: 3.64px;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    transition: all .3s;
    text-transform: uppercase;
    text-decoration: none;
}

p{
    font-size: 16px;
    line-height: 1.7;
    color: #696687;
}

ul{
    color: #696687;
}


.rsrc-header {
    z-index: 2;
}

#site-header a {
    color: rgb(255, 73, 105);
    font-size: 22px;
    font-weight: bold;    
    font-family: 'Philosopher', sans-serif;
}
#site-header h1 {
    margin: 0;
}

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

.fixed-me{    
       position: fixed ! important;
    background: #101010 ! important;
}

.rsrc-container {
    color: #222222;
    padding-right: 0;
    padding-left: 0;
    background: #f9f9f94d;
}

.rsrc-content, .rsrc-content-home  {
    position: relative;
    margin: 0 auto;
}
.rsrc-content  {
    /*background-color: #f3f3f3;*/
}
.rsrc-main {
    padding: 0px 0;
    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;
    margin: 0px;
    
}

.rsrc-author-credits .copyright {
    margin: 0;
    color: #3B3663;
    font-size: 15px;
}
.rsrc-footer {
    background-color: #fff;    
    padding: 8px 0;
}

.payment-gateway{
    float: right;
    padding: 8px 0;
}

.payment-gateway .gateway-icon{
    display: inline-block;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0;
    border: 1px solid #fff;
}

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

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

.floating-icon-whatsapp 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 a i {
    margin-top: 15px;
    color: #ffffff;
    font-size: 25px;
    background: #25d366;
    padding: 13px 14px;
    border-radius: 50px;
}

/* 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) {
    #site-navigation .navbar-nav > li > a {
        padding: 8px;
        font-size: 11px;
    }

    .fixed-me .rsrc-main-menu .navbar-nav > li > a {
        color: #fff;     
    }

    .home .fixed-me .rsrc-main-menu .navbar-nav > li > a {
        color: #fff;     
    }

    .header-classic .rsrc-main-menu .navbar-nav > li > a {
        color: #fff;     
    }

    .rsrc-main-menu .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        text-transform: initial;
        padding: 0 18px 0px;
        font-family: 'PT Sans', sans-serif;
    }      

    .rsrc-main-menu .navbar-nav > li > a:hover {
        color: #fff;
    }
    
    .home .rsrc-main-menu .navbar-nav > li > a {
        color: #fff;        
    }      

    .home .rsrc-main-menu .navbar-nav > li > a:hover, .header-classic .rsrc-main-menu .navbar-nav > li > a:hover {
        color: #fff;
    } 

    .rsrc-main-menu .navbar-nav > li.current-menu-item a{
        border-bottom: 2px solid #ff4969;
        color: #ff4969;
    } 

    #menu-right-menu.navbar-nav{
        float: left;
    }
    
    #menu-left-menu.navbar-nav{
        float: right;
    }

    #site-navigation.navbar {
        min-height: 35px;
    }
    
    .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;
    }
}
.rsrc-top-menu {
    background-color: #00B0FF;
    line-height: 1.1;
}


.main-menu-section {
    background-color: #0081BA;
}
.navbar-inverse {
    background-color: #00B0FF;
}
.navbar-text.visible-xs {
    max-width: 75%;
    float: left;
    margin: 0;
    line-height: 50px;
}
.navbar-text a {
    color: #ffffff;
    font-size: 22px;
    line-height: 17px;
    display: inline-block;
	font-family: 'Philosopher', sans-serif;
    vertical-align: middle;
}
.navbar-text img {
    max-height: 50px;
    width: auto;
}
.navbar-text h1 {
    margin: 0;
    line-height: 50px;
}
.navbar-toggle {
    border: 1px solid #fff;
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    border: 1px solid transparent;    
}

.header-classic .navbar-toggle {
    border: 1px solid #fff;    
}

.navbar-toggle .icon-bar, .header-classic .navbar-toggle .icon-bar{
    background-color: #fff;
}
.header-login.navbar-right {
    line-height: 36px;
}
/* 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;
        display: block;
        float: none;
        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 .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;
    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: 12px 0;
    text-transform: capitalize;
    font-weight: 300;
    background-color: #e3e3e3;
}
#breadcrumbs .breadcrumbs-inner{    
    color: #7a7a7a;
    font-size: 14px;
}
#breadcrumbs .breadcrumbs-inner a{  
    
}

/* 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 {
    padding-left: 15px;
}
/* Post Content */

.rsrc-main .rsrc-post-content {
    padding: 0px;
}
.rsrc-main .woocommerce {
    padding: 20px 0;
}
.single-thumbnail {
    text-align: center;
    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: #FF4969;
}
#back-top span:before {
    font-family: IcoFont!important;
    content: "\ea95";
    line-height: 40px;
    font-size: 25px;
    color: #fff;
}
/* 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;    
    
}
/* Footer Widgets */

#content-footer-section .widget-inner {
    padding: 12px 0;
    margin: 0 15px;
}
#content-footer-section .widget {
    padding: 0;
    border: 0;
}
.footer-widgets {
    color: #fff;
    position: relative;
}

.footer-widgets #content-footer-section{
    padding-top: 40px;
    background: #fff;
    padding: 10px 15px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    margin: 20px 0 20px;
    border-radius: 4px;    
}

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

.footer-widgets #content-footer-section .textwidget .star{
    padding-bottom: 12px;
}

.footer-widgets #content-footer-section ul{
    padding-left: 0px;
}

.footer-widgets #content-footer-section ul li{
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    list-style: none;
}

.footer-widgets #content-footer-section ul li a{
    display: block;
    color: #3B3663;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
}

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

/* common */

.m-0{
    margin: 0px ! important;
}

.mb-20{
    margin-bottom: 20px ! important;
}


.p-0{
    padding: 0px ! important;
}

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

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

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

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

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

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

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 #e0e0e0;
    box-shadow: none;
    color: #969696;
    font-size: 14px;
    height: 40px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}
textarea{
    height: 70px;
    padding-left: 17px;
}

.wpcf7 label{
    font-size: 13px;
    color: #696687;
}


/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #00C2FF;
    color: #00C2FF;
    -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: #0068C2;
   /* border-color: #0068C2; */
    background-color: transparent;
    box-shadow: none;
}

/* Banner section */
.banner-section {
    background-color: black;
    margin: 0;
    color: #ffffff;
}
.banner-bg {
    padding: 0;
}
.banner-inner {
    padding: 35px;
}
a.custom-button {
    padding: 10px 20px;
    border: 1px solid;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #A0A0A0;
}


.home .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;
    display: none;
}

/* Top header */
/**/

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

.rsrc-main-menu .navbar{
    min-height: 35px;
}
.rsrc-container-header{
    padding: 1px 10px 10px; 
    background: #827b7b21;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/*footer*/
#content-footer-section .widget h3{
    font-size: 18px;
    color: #3B3663;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: none;
    font-weight: 800;
}

#content-footer-section .widget ul {
    padding-left: 0px;
}
ul.foot-add-info li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    list-style: none;
}
ul.foot-add-info li span.foot-ico {
    padding: 0 17px 0 0;
    color: #469fcc;
    font-size: 18px;
}
ul.foot-add-info li span {
    line-height: 23px;
}
ul.footer-links li {
    padding-bottom: 8px;    
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    list-style: none;
}
ul.footer-links li a {
    display: block;
    color: #3B3663;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;

}

ul.footer-social{
      padding-left: 0px;
    margin: 5px 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;
}


/******* home about********/

.primary-btn{
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: bold;
    background: #dc0a0c;   
    border: 1px solid #e26338;
    border-radius: 30px;
}

.primary-btn:hover{
    color: #dc0a0c;
    border: 1px solid #dc0a0c;
    background: #fff;
    
}

.secondry-btn{
    
}



.wpcf7 input[type="submit"]{
   border-radius: 5px;
    border: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    overflow: hidden;
    padding: 12px 20px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    color: #fff;
    background-image: linear-gradient(96deg, #9289f1 0%,#6254e7 51%, #9289f1 100%);
}

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

.slider-area{

}

.slider-area{
    background-color: #071C39;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    height: 100vh;
    background-position: 0px 33%;
    padding: 80px 0 0;
    position: relative;
}

.slider-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(47 47 47 / 12%);
}

.slider-area .content{
    padding: 10% 0 0;
}

.slider-area .content h3{
    font-size: 16px;
    font-weight: 800;
    color: #FF4969;
    text-transform: uppercase;
    z-index: 333;
    margin-bottom: 20px;
    position: relative;
}

.slider-bg .content h1{
    letter-spacing: 1.2px;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    margin: 0 0 0px;
    color: #fff;
    z-index: 333;
    position: relative;
}

.slider-bg .content h2{
    letter-spacing: 1.2px;
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
    margin: 0 0 0px;
    color: #fff;
    z-index: 333;
    position: relative;
}

.slider-bg .content h3,
.slider-bg .content h4,
.slider-bg .content h5,
.slider-bg .content h6{
	 color: #fff;
    z-index: 333;
    position: relative;
}

.slider-bg .content p{
    font-size: 18px;
    color: rgb(39 37 37);
    font-weight: 500;
    z-index: 333;
    position: relative;
    margin-top: 16px;
    
}

.feature-bg.slider-bg .content p{
    color: #fff;
}

.feature-bg{
    background-color: rgb(7, 28, 57);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 400px;*/
    background-position: 0px 33%;
    padding: 80px 0px 0px;
    position: relative;
}

.feature-bg .content{
    padding: 5% 0 0;
}

.feature-bg .content h1 {
    letter-spacing: 1.2px;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    margin: 0 0 0px;
    color: #fff;
    z-index: 333;
    position: relative;
}


.feature-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(23 22 22 / 45%);
}

#typing-erase{
    height: 50px;
    font-size: 35px;
}

canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 -15px;
  //background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;  
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

.right-bg{
    margin: 0px -84px -520px -111px;
    position: relative;
}

.slider-content{
    width: 100%;
    position: relative;
    color: #fff;   
    padding: 0 60px;
}

.slider-content h1{
    font-size: 80px;
    font-weight: bold;
    line-height: 75px;   
}

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

.action{
    margin-top: 45px;
    text-align: left;    
}

.get-started{
    border: 1px solid #6254e7;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0 5px;
    background: #6254E7;
}

.get-started:hover{
    border: 1px solid #fff;
    color: #6254e7;
    background: #fff;
}

.header-phone{    
    text-align: right;
}

.header-phone span{
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.home .header-phone span, .header-classic .header-phone span{
    color: #fff;   
}

.header-phone span i{
    color: rgb(255, 73, 105);
    font-size: 22px;
    margin-right: 10px;
}

.header-phone span.call{
    margin-right: 40px;
}

.header-phone span.search{
    margin-right: 25px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.header-phone span.bars{
    position: relative;
    top: 25px;
    cursor: pointer;
}

.header-phone span.bars .line{
    display: block;
    background: rgb(255, 73, 105);
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    vertical-align: middle;
    content: "";
}

.header-phone a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 800;
}

.home .header-phone a, .header-classic .header-phone a{
    color: #fff;    
}

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

#sidebar-wrapper {
    z-index: 9999;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: rgba(17,17,17,.82);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
 
.sidebar-nav {
    position: relative;
    top: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    max-width: 22%;
    width: 100%;
    float: right;
    min-height: 100%;
    height: 100%;
    padding: 0.3% 2% 2.4% 2%;
}
 
#sidebar-close{
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: -28%;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper .headerlogo h1{
    font-size: 22px;
}

#content-floating-section{
    margin: 0;
}

#content-floating-section{
    margin: 0;
}

#content-floating-section p{
    font-size: 14px;
    line-height: 1.7;
    color: #867f7f;
}

#content-floating-section .widget-title{
    font-size: 18px;
}

#content-floating-section ul.footer-links{
    padding: 0 18px;
}

#content-floating-section ul.footer-links li{
    list-style: disc;
}

#content-floating-section ul.footer-links li a{
    font-size: 13px;
}

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

.cat-list{

}

.cat-list .item{
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);  
}

.cat-list .item img, .tax-escort_tag .item img{
    width: 300px;
    height: 300px; 
}

.cat-list .item h2{
    margin: 15px 0 0;
    font-size: 16px;
    height: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-list .item .entry-summary{
    
}

.para-1 h1{
    font-size: 25px;
}

.para-1{
    background-color: #fff;
    padding: 10px 15px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
    margin: 20px 0 20px;
    border-radius: 4px; 
}

.cat-archieve{
    padding: 25px 0 20px;
}

.cat-archieve .profile-title{
    text-align: center;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.cat-archieve .item{
        margin-bottom: 25px ! important;
}
 
.home-header {
    position: relative;
    background: #f3f3f3;
    text-align: center;
}

.cat-archieve .profile-title a{
    font-size: 18px;
	font-family: Philosopher, sans-serif;
    font-weight: 700;
}

.profile-gallery{
    padding: 5px 0;
}

.profile-gallery img{
    margin-bottom: 6px;
}

.single .rsrc-container-header{
    background: #000000fc;
}

.entry-title{
    margin: 0 0 5px;
    font-size: 30px;
}

.details-table{
    background-color: #fff;
    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{
    
}

.details-table tr td{
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
}

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

.profile-thumbnail{
    text-align: center;
    overflow: hidden;
    margin: 0 0px 20px;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
}

.profile-thumbnail img{
    
}

.page-content h4{
    
}

.page-content p{
    
}

.term-desc{
    
}

.term-desc p{
    color: #fff ! important;
}


.morecontent span {
        display: none;
}
.morelink {
    display: inline-block;
}

.video-section{
    margin: 40px 0 0;
}

.video-section .video-box{
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px 0px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%); 
}

.video-section .video-box .video{
    width: 100%;
    height: 500px;
    border: 0;
    border-radius: 10px;
}

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

.floating-icon-call a{
	background: rgb(255, 73, 105);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px 10px 10px 0px;
}

.locationList{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0;
}

.locationList li{
    width: 24%;
    margin: 0 0 5px;
    list-style: inside;
}

.tagList {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 10px 0 0;
}

.tagList li {
  float: left; 
  text-transform: capitalize;
}

.tagList li .tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #252323;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tagList li .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tagList li .tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tagList li .tag:hover {
  background-color: #FF4969;
  color: white;
}

.tagList li .tag:hover::after {
   border-left-color: #FF4969; 
}

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

.tax-escort_tag .rsrc-container-header{
	background: #2d2d2df2;
}

.tax-escort_tag .page-title{
	margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    color: #FF4969;
}

.tax-escort_tag .item {
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 38px 0px rgb(1 44 118 / 8%);
}
.serviceTable{
    height: 346px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    background-color: #fff;
    padding: 10px 15px 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;
}
.serviceTable::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.serviceTable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b9c6d280;
}

.serviceTable::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}

.serviceTable::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: transparent;
}

.video-container{
    border-radius: 12px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    
}

.video-container p{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0;
}

.video-container iframe{
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}

.font-12{
    font-size: 12px;
}

.escortList{
    background: #f3f3f3;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.escortList .featuredImage{
    position: relative;
}

.escortList .featuredImage img{
    border: 1px solid #5e5e5e;
}

.escortList .escortThumb{

}

.escortList .escortThumb img{
    width: 60px;
    margin-top: 6px;
    border: 1px solid #5e5e5e;
}

.escortList .escortInfo h4.escortTitle a{
    color: #6e6a6a;
}

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

    .container {
        width: 1215px;
    }

}

@media (max-width: 992px) {
	.rsrc-container-header{
		padding: 10px 0 15px;
	}
	.header-phone span.bars{
		top: 18px;
	}
	.navbar-text.visible-xs {
		max-width: 100%;		
	}
	.rsrc-main-menu{
		padding-top: 0px;
	}
	#menu-primary-menu{
		margin-top: 22px;
	}
    .left_col{
        display: none;
    }
    
    .slider-bg{
        background-position: center;
    }
	
	.slider-area{
		height: auto;
	}

    .slider-bg .content {
        padding: 53% 0px 0px;
    }

    .slider-bg .content h3{
       font-size: 16px;
    }

    .slider-bg .content h1{
        font-size: 25px;        
        line-height: 30px;
    }

    #typing-erase {
        height: 50px;
        font-size: 17px;
    }

    .slider-bg .content p{
        font-size: 15px;
    }

    .feature-bg{
           /* height: 90vh;*/
    }
	
	.cat-list .item img, .tax-escort_tag .item img{
		width: 100%;        
        height: 430px;
	}
	
    .locationList li{
        width: 100%;
    }
	
	.profile-thumbnail{
		    width: 48%;
    		float: left;
	}
	
	.profile-thumbnail img{
		height: 350px;
	}
    
}


@media (max-width: 767px) {  

    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }  
	
	.rsrc-container-header{
		padding: 2px 20px 4px;
	}
	
	.cat-list .item img, .tax-escort_tag .item img{
		    width: 100%;
    		height: 400px;
	}
	
	.profile-thumbnail{
		    width: 100%;
    		float: none;
	}
	
	.profile-thumbnail img{
		height: auto;
	}
	.serviceTable{
	   height: auto;
	}
	
	
}