/*
Theme Name: Pacific Blue
Theme URI: https://pacific-blue.ch/
Author: Sexolution
Author URI: http://www.sexolution.ch/
Version: 5.1/26
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.wp-playlist video {
    display: inline-block;
    max-width: 100%;
    height: 100% !important;
}
#content a:hover, .home-top-content a:hover, .entry-meta a:hover {
    color: #313131 !important;
}



@font-face {
  font-family: "Damion";
  src: url("inc/assets/fonts/Damion.woff2") format("woff2"),
    url("inc/assets/fonts/Damion.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Great Vibes";
  src: url("inc/assets/fonts/GreatVibes-Regular.woff2") format("woff2"),
    url("inc/assets/fonts/GreatVibes-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("inc/assets/fonts/Poppins-Bold.woff2") format("woff2"),
    url("inc/assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("inc/assets/fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("inc/assets/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("inc/assets/fonts/Roboto-Bold.woff2") format("woff2"),
    url("inc/assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("inc/assets/fonts/Roboto-Light.woff2") format("woff2"),
    url("inc/assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("inc/assets/fonts/Roboto-Regular.woff2") format("woff2"),
    url("inc/assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("inc/assets/fonts/Roboto-Italic.woff2") format("woff2"),
    url("inc/assets/fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("inc/assets/fonts/Poppins-Italic.woff2") format("woff2"),
    url("inc/assets/fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("inc/assets/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("inc/assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("inc/assets/fonts/Poppins-Regular.woff2") format("woff2"),
    url("inc/assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("inc/assets/fonts/Poppins-Black.woff2") format("woff2"),
    url("inc/assets/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Roboto", sans-serif;
  background: #181818;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
.table-dark {
  color: #999999;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  border-top: 1px solid #333;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.wp-block-quote {
	background: #222222;
	padding: 20px 15px;
	border-left: 3px solid #444;
	color: #cccccc;
}
.wp-block-quote p {
	margin-bottom: 1rem;
}
.wp-block-quote cite {
	color: #999;
	font-size: .9em;
	font-weight: ;
}
.main-top-bar {
  background: #181818;
  padding: 8px;
}
.admin-bar .sticky-top {
  top: 32px;
}
.top-bar-sep {
  padding: 0px 10px;
  opacity: 0.3;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.displayed-phone a {
  color: rgba(255, 255, 255, 0.7);
}
.displayed-phone a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar-left .fa {
  opacity: 0.5;
}
.topbar-left {
  font-weight: 300;
  font-size: 16px;
}
.social .fa {
  color: #999999;
  background: #333333;
  padding: 0px;
  border-radius: 3px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
}
.soc-lnk {
  position: relative;
  top: 0px;
  margin-left: 5px;
}
.soc-lnk .fa {
  transition: all 0.25s;
}
.soc-lnk .svg-inline--fa {
  background: #333;
  border-radius: 2px;
  margin-left: 5px;
  min-width: 26px;
  display: inline-block;
  text-align: center;
  color: #999;
  height: 24px;
  padding: 4px;
}
.main-top-bar .fa:first-child {
  margin-left: 0px;
}
.social .fa:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.main-top-bar .fa.fa-whatsapp:hover {
  background: #63d46d !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-facebook-f:hover {
  background: #3b579d !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-weixin:hover {
  background: #09b83e !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-btc:hover {
  background: #ef8f1c !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-twitter:hover {
  background: #1ab2e8 !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-google-plus-g:hover {
  background: #c1453a !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-linkedin-in:hover {
  background: #0077b0 !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-instagram:hover {
  background: linear-gradient(
    45deg,
    #ffca54 0%,
    #f74f4f 50%,
    #c936ae 100%
  ) !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-pinterest-p:hover {
  background: #df0018 !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-snapchat-ghost:hover {
  background: #f7f700 !important;
  color: #000000 !important;
}
.main-top-bar .fa.fa-skype:hover {
  background: #00aae9 !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-vimeo-v:hover {
  background: #00a8e8 !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-tumblr:hover {
  background: #3c576d !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-stumbleupon:hover {
  background: #e44622 !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-reddit-alien:hover {
  background: #f7541d !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-vk:hover {
  background: linear-gradient(to bottom, #78aeec 0%, #4678af 100%) !important;
  color: #ffffff !important;
}
.main-top-bar .fa.fa-youtube:hover {
  background: #f60000 !important;
  color: #ffffff !important;
}
pre code {
  color: #9ab6bc !important;
  border: 2px solid #384244;
}
code {
  font-size: 87.5%;
  word-break: break-word;
  background: #282c35;
  padding: 5px 10px;
  color: #9ab6bc !important;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 5px;
}
/*--------------------------------------------------------------
# Bootstrap Elements
--------------------------------------------------------------*/
.btn.btn-primary.btn-lg {
  padding: 15px 40px;
}
.btn-primary:hover {
  background-color: #222222;
  border-color: #222222;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 168, 168, 0.5);
}
.show > .btn-primary.dropdown-toggle {
  background-color: #222;
  border-color: #222;
}
.modal-dialog {
  max-width: 650px;
}
a.btn {
  background: #333;
  color: #fff !important;
  padding: 10px 20px;
}
a.btn:hover {
  background: #444444 !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.btn:focus,
.btn:hover {
  background: #222222 !important;
  color: #ffffff !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #333 !important;
  color: #ffffff !important;
  border-color: #444;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(100, 100, 100);
}
.btn {
  margin: 0.2rem;
  color: #ffffff;
  border-radius: 2px;
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#wptime-plugin-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181818;
  z-index: 999998;
  width: 100%;
  height: 100%;
}
.preload-spinner {
  display: block;
  top: calc(50% - 50px);
  left: calc(50% - 42px);
  width: 100px;
  height: 100px;
  border: 4px #333333 solid;
  border-top: 4px #888888 solid;
  border-radius: 50%;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
  z-index: 999999;
  position: fixed;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
		  color: #ffffff;
font-weight: 400;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 22px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #333333;
}
h2.entry-title {
  border-bottom: 1px solid #333333;
}
h3.widget-title {
  font-size: 1.2rem;
  border-bottom: 1px dotted #666;
  padding-bottom: 8px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
main img {
  margin-bottom: 15px;
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 1rem;
  background-repeat: repeat-x;
  background-size: 10px;
  background-color: #05346f;
}
.navbar-brand > a {
  color: #000000;
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand img {
  max-height: 115px;
}
.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
  #main-slider .owl-carousel {
    max-width: 1600px;
    margin: 0px auto 80px auto;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Helper classes
--------------------------------------------------------------*/
.bg-lipstick {
  background: #b39761 !important;
}
.bg-black {
  background: #000000 !important;
}
.bg-grey1 {
  background: #111111 !important;
}
.bg-grey2 {
  background: #222222 !important;
}
.bg-grey3 {
  background: #333333 !important;
}
.bg-grey4 {
  background: #444444 !important;
}
.bg-grey5 {
  background: #5c6975 !important;
}
.bg-grey6 {
  background: #666666 !important;
}
.bg-grey7 {
  background: #777777 !important;
}
.bg-grey8 {
  background: #888888 !important;
}
.bg-grey9 {
  background: #999999 !important;
}
.bg-black {
  background: #000000 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-gold {
  background: #ffa500 !important;
}
.text-black {
  color: #000000 !important;
}
.color-gold {
  color: #ffa500 !important;
}
.color-lipstick {
  color: #b39761 !important;
}
/*--------------------------------------------------------------
## Model Cards
--------------------------------------------------------------*/
figure.gtmodel {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.gtmodel * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.gtmodel img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
figure.gtmodel div {
  position: absolute;
  top: 58%;
  left: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background: transparent;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: all 0.3s;
}
.modal-body figure.gtmodel div {
  top: 65%;
}
figure.gtmodel a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.gtmodel:hover img,
figure.gtmodel.hover img {
  opacity: 0.45;
}
figure.gtmodel:hover div,
figure.gtmodel.hover div {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 1;
}
.models-cards {
  margin-bottom: 30px;
}
.probold,
.prolight span {
  font-weight: 900;
}
.prolight {
  font-weight: 300;
}
.table.table-dark.protable th {
  color: #fff !important;
}
.widget .recentcomments {
  padding-left: 0px !important;
}
.model-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  background: #333333;
  padding: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model-card-title a {
  color: #777777;
}
.model-card-title a:hover {
  text-decoration: none;
}
.gt-model:hover a {
  color: red;
}
.item {
  margin-bottom: 30px;
}
.widget-area .escort-carousel-wrapper .item {
  margin-bottom: 0px;
  margin-top: -30px;
}
.card-img-top.wp-post-image {
  margin-bottom: 0px;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
  color: #777;
  font-size: 18px;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  font-family: serif;
}
figure.gtmodel img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin-bottom: 0px;
}
figure.gtmodel:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.sp-post-carousel-section .sp-pc-post-image {
  border: 0px solid #ddd;
}
.sp-post-carousel-section {
  max-width: 1110px;
  margin: 0 auto;
}
.sp-pc-post-img.wp-post-image {
  border-radius: 3px !important;
}
element {
}
.sp-post-carousel-section .slick-dots li {
  line-height: 0px;
}
/*-- Inset border on hover - remove display:none to show --*/
figure.gtmodel:after {
  content: "";
  width: 94%;
  height: 96%;
  border: 1px solid #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
  display: none;
}
figure.gtmodel:hover:after {
  opacity: 0.4;
}
/*-- Rating stars on card hover --*/
figure.gtmodel .review-rating > span {
  width: 15px;
  height: 15px;
  font-size: 15px;
}
figure.gtmodel .rating-off::before {
  opacity: 0.5;
}
figure.gtmodel .review-rating > span::before {
  color: #fff;
}
.model-card-review .rp-static-rating .rp-static-max {
  color: rgba(255, 255, 255, 0.25);
}
.model-card-review [class^="rate-"]::before,
.model-card-review [class*=" rate-"]::before {
  font-size: 16px;
}
.model-card-review {
  position: absolute;
  bottom: 8px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.model-single-review {
  position: relative;
  pointer-events: none;
    margin-left: auto;
    margin-right: auto;
}
.model-single-review [class^="rate-"]::before,
.model-single-review [class*=" rate-"]::before {
  font-size: 130%;
}
.rating-off.rate-half::before {
  opacity: 1 !important;
}
.ecsorts-card {
  overflow: hidden;
}
.ribbon {
  width: 200px !important;
  height: 200px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  position: absolute !important;
  top: -14px !important;
  left: -35px !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
  pointer-events: none;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 300px;
  padding: 7px 0;
  background: #000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 400 15px/1 "Arial", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: none;
  text-align: center;
}
.ribbon-top-left {
  top: -5px;
  left: -15px;
}
.ribbon-top-left span {
  right: -15px;
  top: 30px;
  transform: rotate(-45deg);
}
.ribbonx {
  width: 200px !important;
  height: 200px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  position: absolute !important;
  bottom: -15px !important;
  left: -35px !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
  pointer-events: none;
}
.ribbonx span {
  position: absolute;
  display: block;
  width: 300px;
  padding: 10px 0;
  background: #ff6600;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 16px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbonx.ribbonx-bottom-left {
  bottom: -5px;
  left: -15px;
}
.ribbonx.ribbonx-bottom-left span {
  right: -20px;
  bottom: 30px;
  transform: rotate(45deg);
}
.ecsorts-cards .model-card-title a.mod-a,
.models-cards .model-card-title a.mod-a {
  color: #777777;
}
.ecsorts-cards:hover .model-card-title a.mod-a,
.models-cards:hover .model-card-title a.mod-a {
  color: #ffffff;
}
.ecsorts-cards .model-card-title,
.model-card-title {
  transition: all 0.3s;
}
.ecsorts-cards:hover .model-card-title,
.models-cards:hover .model-card-title {
  background: #ff0000 !important;
}
/*--------------------------------------------------------------
## isotope filtering styles
--------------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#filters {
  text-align: left;
  padding: 0px;
  padding-bottom: 0px;
}
#filters li {
  display: inline;
  text-align: center;
  border-radius: 2px;
}
#filters li a {
  /* display: inline; */
  text-align: center;
  background: #282828;
  border-radius: 3px;
  padding: 8px 15px;
  margin: 3px;
  transition: none;
  display: inline-block;
  font-family: roboto;
  font-weight: 300;
  min-width: 100px;
  border: 0px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 15px 15px -10px #000;
}
.filterlink {
  color: rgba(255, 255, 255, 0.5);
}
#filters li a:hover,
#filters li a.selected {
  color: #ffffff !important;
  text-decoration: none;
}
#isotope-list {
  margin-top: 30px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.dropdown-menu a:hover,
.dropdown-menu .active a {
  color: #ffffff !important;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav > li > a,
.dropdown-menu a {
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
}
.nav-item {
  padding: 0.5rem;
}
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current_page_item > a {
  color: #ffffff !important;
}
#masthead .navbar-nav > li.button > a {
  color: #ffffff !important;
  border: 3px solid #b39761;
}
#masthead .navbar-nav > li.button > a:hover {
  background: #333333 !important;
  border-color: #444 !important;
}
.nav-item.button {
  padding: 0rem;
  margin-left: 10px;
}
.nav-item.button .nav-link {
  background: #b39761 !important;
  border-radius: 50px;
  padding: 4px 25px !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-item.button a.nav-link:hover {
  text-decoration: none;
}
.dropdown-menu.show li {
  border-bottom: 1px solid #333333;
}
.dropdown-menu.show li:last-child {
  border-bottom: none;
}
.dropdown-menu li {
  padding: 0px;
}
.dropdown-menu.show {
  box-shadow: 0px 25px 40px -20px rgb(0, 0, 0.6),
    -25px 0px 40px -20px rgb(0, 0, 0, 0.6),
    25px 0px 40px -20px rgb(0, 0, 0, 0.6);
}
.dropdown-menu {
  background: #141414;
  color: #999999;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  padding: 0px;
  margin-top: 15px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-color: #333333;
}
.dropdown-menu li a {
  color: #999999;
  padding: 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.navbar-toggler {
  background-color: #fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.5rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: nowrap;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.full-post .card-footer {
	background: rgba(0,0,0, 0.3);
	border-radius: 6px;
	padding: 5px 15px;
	border: 1px solid #222;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.nav-previous a {
  float: left;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  #masthead .navbar-nav > li.button > a {
    color: #ffffff !important;
    border: 3px solid #b39761;
    border-radius: 3px;
    line-height: 1.8em;
    font-size: 20px !important;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: none;
    width: 100%;
    text-align: left;
    background: #111;
    line-height: 1em;
    padding: 10px;
    display: inline-block;
    border: 1px solid #222;
    border-radius: 6px;
  }
  .navbar-nav .dropdown-menu {
    margin-left: 0px;
    border-left: 2px solid #333 !important;
    padding-left: 15px;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: none;
    text-align: right;
    width: 100%;
    background: #111;
    line-height: 1em;
    padding: 10px;
    display: inline-block;
    border: 1px solid #222;
    border-radius: 6px;
  }
}
.comment-content.card-block {
  padding: 20px;
}
#comments .card {
  background: #222;
}
.comment-meta {
  font-size: 13px;
}
.navigation.post-navigation {
  padding-bottom: 1.875rem;
}
#respond #comment {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #999999;
  background-color: rgba(0,0,0, 0.3);
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  /* border-radius: 0; */
  border: 1px solid transparent;
  display: inline-block;
  padding: 0.313rem 15px;
  text-decoration: none;
  background: transparent;
  /* color: #999; */
  border-radius: 100px;
  font-size: 15px;
  color: #888888;
  font-weight: light;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
  margin-right: 5px;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #222222 none repeat scroll 0 0;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_recent_entries li {
  border-bottom: 1px solid #222;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.widget_recent_entries li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0px !important;
}
#secondary .widget-title:first-child {
  margin-top: 0px;
}
#secondary section {
  background: #141414;
  padding: 15px;
  border: 1px solid #252525;
  box-shadow: 0px 30px 25px -30px #000;
  border-radius: 10px;
}
#secondary .widget .models-cards {
  margin-bottom: 0px !important;
}
#secondary,
#secondary a {
  color: #968e88 !important;
}
#secondary a {
  display: inline;
}
#secondary .widget .rp-static-rating .rp-static-active {
  left: 0;
}
.widget {
  margin: 0 0 1.5em;
  font-size: 1rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.widget_recent_entries .nav > li > a {
  color: #ffffff;
}
.single-nav-a a {
  color: #888 !important;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
.widget .nav-item {
  padding: 0px;
}
.widget .post-date {
  position: relative;
  top: 2px;
  font-size: 0.9em;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.grad-link:hover,
.grad-link2:hover {
  text-decoration: none !important;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 2rem;
}
.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment h5 {
  margin-bottom: 0px;
  font-size: 1em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}

.recentcomments.cwp-li {
  background: #222;
  padding: 10px !important;
  margin-bottom: 5px;
  border-radius: 3px !important;
}
.comment-excerpt.cwp-comment-excerpt {
  line-height: 1.2em;
}
.widget .recentcomments a {
  color: #ffffff;
}
.widget .recentcomments a:hover {
  color: #b39761;
}
.widget ul {
  padding: 0px;
  list-style: none;
}
.comment-awaiting-moderation {
  color: #fff;
  background-color: #4f4638;
  text-shadow: 1px 1px 1px #000;
}
.review .reply {
  display: none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.container-fluid.model-gal-wrap {
  border-bottom: 1px solid #333;
}
.gallery {
  margin-bottom: 1.5em;
}
.model-gallery-carousel {
  margin: 10px 0px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-trim {
  height: 41px;
  display: block;
  background-repeat: repeat-x;
  clear: both;
}
footer#colophon {
  font-size: 85%;
}
#footer-widget {
  border-top: 1px solid #222;
}
#footer-widget a {
  color: rgba(255, 255, 255, 0.6);
}
body:not(.theme-preset-active) footer#colophon {
  color: #05346f;
  background-color: #111111;
  border-top: 1px solid #222222;
}
.navbar-dark .site-info {
  color: #fff;
}
.site-info.text-center,
.site-info.text-center a {
  color: #999 !important;
}
.site-info.text-center a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a,
footer#colophon a {
  color: inherit;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  .navbar-brand {
    max-width: 75%;
  }
  #masthead {
    position: relative !important;
      top: 0px;
  }
}
/*--------------------------------------------------------------
## admin bar fix
--------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
.admin-bar #wpadminbar {
	top: -46px !important;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  html {
    font-size: 80%;
  }
  .dropdown-menu.show li a {
    font-size: 16px;
    padding: 10px 0px;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 7px;
    padding-top: 15px;
    font-size: 1em;
  }
  .navbar-nav .dropdown-menu {
    margin-top: 0px;
  }
  #menu-primary-navigation li {
    border-bottom: 1px solid #252525;
  }
  #menu-primary-navigation li:last-child {
    border-bottom: 0 none;
  }
  #menu-primary-navigation {
    padding-top: 20px;
  }
  .btn .nav-link {
    padding: 5px !important;
    font-size: 2em !important;
    border: 0 none !important;
  }
  .nav-item.btn {
    padding: 7px 25px !important;
    color: #fff !important;
    margin-left: 10px !important;
    border-radius: 3px !important;
    margin-top: 10px !important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
# Single Escort Page
--------------------------------------------------------------*/
.rate-top {
  vertical-align: middle !important;
  font-weight: 500;
  color: #999999;
}
.rate-top.rate {
  font-size: 1.15em;
  font-weight: 500;
}
.rate-top span {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.15em;
  display: inline-block;
  opacity: 0.5;
  font-weight: 300;
}
.rate-cancel-circled::before {
  color: #fff;
}
.rate-cancel-circled:hover::before {
  color: #ff9900;
}
.phone-block {
  background: #111111;
  padding: 20px 15px;
  font-size: 1.75em;
  color: #fff;
  border: 1px solid #222;
  margin-bottom: 15px;
}
.horizontal-gallery-page {
  padding-bottom: 3.75rem;
}
.model-gallery-carousel .owl-nav {
  opacity: 0;
  transition: all 0.5s;
}
.grid-gallery {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  border: 0 none !important;
}

.profile-table td:nth-child(2) {
  text-align: right;
}
.nobull li {
  list-style: none;
}
.commaproseps {
  text-align: right;
  display: inline-block;
  float: right;
}
.profile-table td,
.profile-table th {
  padding: 10px 0px;
}
.pro-left {
  display: inline-block;
  margin-right: 20px;
}
.escort-content {
  margin: 0px;
}
.escort-header {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}
.escort-header h1 {
  color: #ffffff;
  text-align: center;
}
.model-gallery-carousel .grid-gallery {
  padding: 0px;
}
#light-slider li img {
  width: 100%;
  height: auto;
}
a.escorts-phone {
  color: #fff !important;
}
/*--------------------------------------------------------------
used for mcustom scrollbar
on escort single template use for content:
<div class="entry-content escort-content mCustomScrollbar " data-mcs-theme="minimal">
--------------------------------------------------------------
.escort-content {
    max-height: 650px;
    overflow: auto;
}
.mCSB_container {
    padding-right: 15px;
}
/*--------------------------------------------------------------
End mcustom scrollbar
--------------------------------------------------------------*/
#sidebar-panel {
  max-height: 100vh;
  overflow: auto;
}
.mCSB_container {
  padding-right: 15px;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0px;
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
}
#light-slider.gallery {
  margin-bottom: 0px;
}
.escort-pro-title {
  margin-top: 0px;
  border-bottom: 2px solid #222222;
  font-size: 32px;
}
.profile-table tr:first-child td,
.profile-table tr:first-child th {
  border: none;
}
.profile-table td,
.profile-table th {
  padding: 7px;
  vertical-align: top;
  border-top: 0 none !important;
}
.protable tbody > tr {
  border-bottom: 1px solid #222222;
}
.table.table-striped.table-dark.protable {
  border: 1px solid #222222;
  box-shadow: 0px 18px 10px -10px rgba(0, 0, 0, 0.5);
}
.protable {
  position: relative;
  margin-bottom: 30px;
}
.protable td,
.protable th {
  padding: 10px 15px;
  vertical-align: top;
  border-top: 0 none !important;
}
.protable td:nth-child(2),
.commaproseps {
  text-align: right;
  font-weight: 400;
}
.protable td:nth-child(1) {
  font-weight: 300;
}
#columns-1 .model-card-title,
#columns-2 .model-card-title,
#columns-3 .model-card-title,
#columns-4 .model-card-title,
#columns-5 .model-card-title,
#columns-6 .model-card-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#columns-1 .mod-a,
#columns-2 .mod-a,
#columns-3 .mod-a,
#columns-4 .mod-a,
#columns-5 .mod-a,
#columns-6 .mod-a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
#columns-1 #mod-a,
#columns-2 #mod-a,
#columns-3 #mod-a,
#columns-4 #mod-a,
#columns-5 #mod-a,
#columns-6 #mod-a {
  margin: 0 auto;
}
#columns-5 .prolight,
#columns-6 .prolight {
  font-size: 0.85em !important;
}
#columns-5 .ribbon span,
#columns-6 .ribbon span {
  position: absolute;
  display: block;
  width: 300px;
  padding: 7px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 12px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
#columns-5 .ribbon-top-left span,
#columns-6 .ribbon-top-left span {
  right: -12px;
  top: 28px;
  transform: rotate(-45deg);
}
.textwidget .owl-next,
.textwidget .owl-prev,
#columns-4 .owl-next,
#columns-4 .owl-prev,
#columns-5 .owl-next,
#columns-5 .owl-prev,
#columns-6 .owl-next,
#columns-6 .owl-prev {
  width: 30px !important;
  height: 30px !important;
}
.textwidget .owl-nav img,
#columns-4 .owl-nav img,
#columns-5 .owl-nav img,
#columns-6 .owl-nav img {
  width: 30px;
  height: 30px;
}
#columns-1 .owl-next,
#columns-1 .owl-prev,
#columns-2 .owl-next,
#columns-2 .owl-prev,
#columns-3 .owl-next,
#columns-3 .owl-prev,
#columns-4 .owl-next,
#columns-4 .owl-prev,
#columns-5 .owl-next,
#columns-5 .owl-prev,
#columns-6 .owl-next,
#columns-6 .owl-prev {
  top: calc(50% - 44px) !important;
}
#columns-1 .owl-next,
#columns-2 .owl-next,
#columns-3 .owl-next,
#columns-4 .owl-next,
#columns-5 .owl-next,
#columns-6 .owl-next {
  right: 25px !important;
  opacity: 0;
  transition: all 0.4s;
}
#columns-1 .owl-prev,
#columns-2 .owl-prev,
#columns-3 .owl-prev,
#columns-4 .owl-prev,
#columns-5 .owl-prev,
#columns-6 .owl-prev {
  left: 25px !important;
  opacity: 0;
  transition: all 0.4s;
}
#columns-1:hover .owl-next,
#columns-2:hover .owl-next,
#columns-3:hover .owl-next,
#columns-4:hover .owl-next,
#columns-5:hover .owl-next,
#columns-6:hover .owl-next {
  right: 10px !important;
  opacity: 0.5;
}
#columns-1:hover .owl-prev,
#columns-2:hover .owl-prev,
#columns-3:hover .owl-prev,
#columns-4:hover .owl-prev,
#columns-5:hover .owl-prev,
#columns-6:hover .owl-prev {
  left: 10px !important;
  opacity: 0.5;
}
.page-sub-title-content {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.15em;
  margin-top: -20px;
}
/* escort pagination buttons */
a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus {
  text-decoration: none;
  color: #ffffff;
}
a.page-numbers {
  padding: 10px 15px;
  background: #252525;
  border-radius: 3px;
  color: #777;
}
.navigation.pagination .nav-links {
  text-align: center;
  margin-bottom: 30px;
  margin: 0px auto 30px auto;
}
.navigation.pagination {
  margin-top: 50px;
}
.page-numbers {
  padding: 10px 15px;
  background: #222;
  background: #333;
  border-radius: 3px;
}
.page-numbers {
  color: #999 !important;
}
.page-numbers:hover {
  color: #fff !important;
}
.nav-links {
  text-align: center;
  margin-bottom: 30px;
}
.page-numbers.dots {
  padding: 0px;
  background: transparent;
  position: relative;
  bottom: -8px;
  color: #555 !important;
}
.page-numbers.dots:hover {
  background: transparent !important;
}
/* Single model page reviews */
.escort-reviews .reply {
  display: none;
}
.ic_rev {
  border: 0px solid #cdcdcd;
  border-bottom: 1px solid #333333;
  padding: 0px;
  margin: 0 0 10px 0;
  overflow: hidden;
  max-width: 100%;
}
.ic_rev .review-right {
  margin-left: 0;
  float: left;
  max-width: 100%;
}
.review-avatar {
  display: none;
}
.ic_rev .review-left {
  float: none;
  max-width: 100%;
}
#product_reviews p {
  margin-bottom: 1.2em;
}
.review-time {
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.review-totals {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  position: relative;
  max-width: 100%;
  background: #222222;
  padding: 30px;
  border: 1px solid #333333;
}
.grey-graph {
  display: block;
  width: 200px;
  height: 3px;
  background-color: #666;
}
.review-rating > span::before {
  color: orange;
}
cite .url {
	font-weight: 400;
}
.form-control,
#commentform #author,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #999999;
  background-color: rgba(0,0,0, 0.3);
  background-clip: padding-box;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, #commentform #author:focus, #commentform .comment-form-email input:focus, #commentform .comment-form-url input:focus {
	color: #cccccc;
	background-color: #111;
	border-color: #333;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.07);
}
#product_reviews textarea,
#product_reviews .comment-form-title input,
#product_reviews #respond input[type="text"],
#product_reviews #respond input[type="email"],
#product_reviews textarea {
  max-width: 100%;
}
#product_reviews label {
  min-width: 100px;
}
.ic_rev .reviewer-name,
.review-title {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.2em;
}
.ic_rev .reviewer-name {
  margin-top: 0.75em;
  color: #ffffff;
  font-weight: 500;
}
.ic_rev .review-title {
  font-weight: 400;
}
.reviews-summary span {
  color: #fff;
}
.model-gallery-carousel .owl-item img:after {
  content: "" !important;
  width: 94% !important;
  height: 94% !important;
  border: 1px solid #fff !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
  -webkit-transition: opacity 0.3s ease 0s !important;
  -moz-transition: opacity 0.3s ease 0s !important;
  -o-transition: opacity 0.3s ease 0s !important;
  transition: opacity 0.3s ease 0s !important;
  pointer-events: none !important;
}
.model-gallery-carousel .owl-item {
  background: transparent;
}
.model-gallery-carousel .owl-item img {
  transition: all 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.model-gallery-carousel .owl-item img:hover {
  filter: brightness(70%) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.model-page-title {
	font-size: 68px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	padding-bottom: 10px;
	text-shadow: 0px 0px 30px #000;
	margin-bottom: -10px;
}
@media only screen and (max-width: 800px) {
  .model-page-title {
    font-size: 8vw;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* --- Escort gallery fancybox -- */
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-stage::before {
  position: absolute;
  transform: rotate(-90deg) translateX(-57px) translateZ(0px);
  transform-origin: left top 0;
  top: 50vh;
  font-size: 12px;
  letter-spacing: 1px;
  left: 40px;
  font-family: roboto;
  width: 50vh;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
}
.fancybox-stage::after {
  position: absolute;
  transform: rotate(-90deg) translateX(-57px) translateZ(0px);
  transform-origin: left top 0;
  bottom: 95px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: roboto;
  left: 40px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
.fancybox-stage::before,
.fancybox-stage::after {
  color: #555555;
}
.fancybox-bg::after {
  position: absolute;
  text-transform: uppercase;
  font-size: 400px;
  color: rgba(255, 255, 255, 0.018);
  z-index: 9999;
  text-align: center;
  top: 50% !important;
  font-family: "anton", sans-serif;
  left: 50%;
  line-height: 0;
  white-space: nowrap;
  transform: translate(-50%) !important;
  font-weight: 900;
}
.fancybox-button {
  background: #000 !important;
}
.fancybox-button.fancybox-button--arrow_right,
.fancybox-button.fancybox-button--arrow_left {
  border-radius: 100px !important;
  width: 70px !important;
  height: 70px !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: border 300ms ease-out !important;
}
.fancybox-navigation svg {
  width: 40px !important;
  height: 40px !important;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 25%;
}
.fancybox-button div {
  height: 40px;
  width: 40px;
}
.fancybox-navigation .fancybox-button div {
  padding: 0px;
  position: absolute;
  top: 14px !important;
  left: 50%;
  transform: translate(-50%);
}
.fancybox-button--arrow_left:disabled,
.fancybox-button--arrow_right:disabled,
.fancybox-button--arrow_left:disabled:hover,
.fancybox-button--arrow_right:disabled:hover {
  opacity: 0.2 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.fancybox-button.fancybox-button--arrow_right {
  right: 100px !important;
}
.fancybox-button.fancybox-button--arrow_left {
  left: 100px !important;
}
.fancybox-thumbs {
  background: #303030 !important;
  width: 100px;
}
.fancybox-thumbs__list a {
  height: 150px !important;
}
.fancybox-thumbs__list a {
  background-position: 100%;
  max-height: calc(100% - 8px);
  max-width: calc(100% - 4px);
  width: 100%;
}
.fancybox-thumbs__list a::before {
  border: 2px solid #fff !important;
}
.fancybox-thumbs__list a {
  opacity: 0.6;
}
.fancybox-thumbs-active {
  opacity: 1 !important;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 100px;
}
.model-gallery-grid {
  margin: 0px -5px;
}







.mogal {
    background-repeat: repeat-x;
    background-color: #000000;
}








.model-gallery-carousel {
  padding: 15px 0px 50px 0px;
}
@media (max-width: 800px) {
  .fancybox-stage::before,
  .fancybox-stage::after,
  .fancybox-button.fancybox-button--arrow_right,
  .fancybox-button.fancybox-button--arrow_left {
    display: none;
  }
}
.fancybox-button--close::after {
  content: "CLOSE";
  color: #999;
  font-size: 12px;
  transform: rotate(-90deg) translateX(-57px) translateZ(0px);
  position: absolute;
  right: 0px;
  top: 10px;
  font-family: Roboto;
  letter-spacing: 2px;
  font-weight: 500;
}
.fancybox-button--close:hover::after {
  color: #fff !important;
  text-shadow: 0px 0px 20px #fff, 0px 0px 5px #fff;
  transition: all 0.4s ease;
}
.fancybox-button.fancybox-button--arrow_right:hover,
.fancybox-button.fancybox-button--arrow_left:hover {
  border-color: #ffffff;
}
.fancybox-image {
  border-radius: 10px;
  border-radius: 10px;
}
.fancy-gallery img {
  padding: 5px;
}
.model-gallery-grid {
  margin: 0px -5px;
}
.fancybox-bg {
  background: #1e1e1e;
  /* original gradient background
    background: radial-gradient(ellipse at center, #4f4f4f 0%, #000000 100%);
    */
  background: #141414;
}
/* --------------------
## Escort Navigation
-------------------- */
.color-3 nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.color-3 nav a.prev {
  left: 0;
}
.color-3 nav a.next {
  right: 0;
}
.color-3 nav a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.color-3 .nav-growpop .icon-wrap {
  position: relative;
  z-index: 100;
  display: block;
  padding: 20px 10px;
  border: 0px solid #222222;
  background: #222222;
  -webkit-transition: border-width 0.3s 0.15s;
  transition: border-width 0.3s 0.15s;
}
.color-3 .nav-growpop div {
  position: absolute;
  top: 50%;
  padding: 20px;
  width: 440px;
  height: 144px;
  background: #222222;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.color-3 .nav-growpop a.prev div {
  left: 0;
  padding: 20px 140px 20px 70px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
  transform: translateY(-50%) translateX(-100%) scale(0.75);
  overflow: hidden;
}
.color-3 .nav-growpop a.next div {
  right: 0;
  padding: 20px 70px 20px 140px;
  -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
  transform: translateY(-50%) translateX(100%) scale(0.75);
}
.color-3 .nav-growpop span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.2;
}
.color-3 .nav-growpop h3 {
  margin: 0;
  padding: 8px 0 10px;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.325em;
  line-height: 1.2;
}
.color-3 .nav-growpop div p {
  margin: 0;
  color: #777777;
  font-style: italic;
  font-size: 75%;
  font-family: "Lucida Bright", Georgia, serif;
}
.color-3 .nav-growpop img {
  position: absolute;
  top: 0px;
}
.color-3 .nav-growpop a.prev img {
  right: 0px;
}
.color-3 .nav-growpop a.next img {
  left: 0px;
}
.color-3 .nav-growpop a:hover .icon-wrap {
  border-top-width: 40px;
  border-bottom-width: 40px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.color-3 .nav-growpop a:hover div {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
  transform: translateY(-50%) translateX(0) scale(1);
}
@media screen and (max-width: 520px) {
  .color-3 .nav-growpop a.prev {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .color-3 .nav-growpop a.next {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .color-3 .nav-fillslide a {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .color-3 .nav-growpop a {
    -webkit-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
  }
}
/*--------------------------------------------------------------
## Escort reviews rating system
--------------------------------------------------------------*/
.reply a {
  color: #666 !important;
}
.review-body .comment-text {
  margin: 0px;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
}
.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.pos-rel {
  position: relative;
}
.fill-stars,
.average-rating .dashicons-star-filled,
.average-rating .dashicons-star-empty {
  z-index: 9;
}
.empty-stars {
  z-index: 1;
  color: #cccccc;
}
.rev-stars-container {
  height: 30px;
}
.gtfw-stars {
  position: absolute;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  text-shadow: 0 0 1px #333;
}
.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.avg-ragting p {
  color: #fff;
}
.owl-stage {
  margin: 0 auto;
}
.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}
.owl-item {
  text-align: center;
  overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}
/* owl nav */
.owl-carousel .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-prev {
  left: 70px;
}
.owl-carousel .owl-next {
  right: 70px;
}
.model-gallery-carousel:hover .owl-nav {
  opacity: 1 !important;
}
.model-gallery-carousel .owl-carousel .owl-prev {
  right: 30px !important;
  opacity: 0;
}
.model-gallery-carousel .owl-carousel .owl-next {
  left: 30px !important;
  opacity: 0;
}
.model-gallery-carousel:hover .owl-prev {
  left: 30px !important;
  opacity: 1 !important;
}
.model-gallery-carousel:hover .owl-next {
  right: 30px !important;
  opacity: 1 !important;
}
/*---------------------------------------- Primary Accent Color  ----------------------------- */
.subcom {
  background: #b39761;
}
.subcom:hover {
  background: #222222;
}
.btn-primary,
.form-submit .submit {
  background-color: #b39761;
  border-color: #b39761;
  color: #ffffff !important;
  border: 0 none;
  border-radius: 3px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-primary.bibf {
  font-size: 1em;
}
.form-submit .submit:hover {
  background: #222222 !important;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before,
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before,
.fill-stars,
.average-rating .dashicons-star-filled,
.average-rating .dashicons-star-empty {
  color: #b39761;
}
a {
  transition: all 0.3s;
  color: #b39761;
}
a:hover,
a:active,
a:focus {
  color: #b39761;
}
.model-card-title a:hover {
  text-decoration: none;
  color: #b39761;
}
.widget_search label {
  width: 100%;
}
a.btn.btn-primary {
  color: #fff !important;
  border: 0 none;
  padding: 11px 20px;
}
.btn.btn-default {
  background: #111;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px;
  border: 0 none;
  border-color: transparent;
  box-shadow: 0px 20px 20px -20px #000;
}
.btn.btn-default {
  background: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 15px -15px #000;
}
.btn.btn-default:hover {
  color: #ffffff !important;
  background: #b39761 !important;
}
.ecsorts-cards:hover .model-card-title a {
  color: #ffffff;
}
#filters li a:hover,
#filters li a.selected {
  background: #b39761 !important;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
/*-- compact calendar -- */
.n-gtfw-calendar-compact .calendar-event-mark::after {
  border-top: 16px solid #b39761;
  border-left: 16px solid transparent;
}
.n-events-calendar-bar .bar-btn:hover {
  background: #b39761 !important;
}
.n-gtfw-calendar-full .calendar-day-today,
.n-gtfw-calendar-compact .calendar-day-today {
  background: #444;
  color: #fff !important;
}
/*--------------------------------------------------------------
## Main Slider
--------------------------------------------------------------*/
#main-slider.default-bg {
  background: url("images/background-1.jpg");
  background-color: #000000;
  background-repeat: repeat-x;
}
#main-slider {
  padding: 10px;
  background: #000;
  margin-bottom: 35px;
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #333333;
}
#main-slider:hover .owl-carousel .owl-prev {
  left: 15px;
}
#main-slider:hover .owl-carousel .owl-next {
  right: 15px;
}
#main-slider .owl-carousel .owl-prev {
  left: 40px;
}
#main-slider .owl-carousel .owl-next {
  right: 40px;
}
#main-slider .owl-carousel .owl-dot,
#main-slider .owl-carousel .owl-nav .owl-next,
#main-slider .owl-carousel .owl-nav .owl-prev,
#main-slider .owl-carousel .owl-dot {
  opacity: 0;
}
#main-slider .owl-carousel .owl-dot {
  transition: all 0.4s;
}
#main-slider .owl-carousel .owl-nav .owl-next:hover,
#main-slider .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
#main-slider .owl-dots {
  bottom: 0px;
  transition: all 0.4s;
}
#main-slider:hover .owl-dots {
  bottom: 15px;
}
#main-slider:hover .owl-carousel .owl-dot {
  opacity: 1;
}
#main-slider .btn-primary {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
}
#main-slider .btn-primary:hover {
  color: #ffffff;
  background-color: #b39761;
  border-color: #b39761;
}
#main-slider .item {
  height: auto;
  background-position: center center;
}
#main-slider h1 {
  font-size: 40px;
}
#main-slider h1,
#main-slider h2,
#main-slider h3,
#main-slider p {
  color: #ffffff;
  margin-top: 0px;
}
#main-slider .item {
  margin-bottom: 0px;
}
#main-slider .review-rating > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
h2.home-slides-title {
  position: absolute;
  bottom: 0px;
  font-size: 36px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.slide {
  list-style-type: none;
  padding: 0;
}
.slide__item {
  position: relative;
}
.car-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.65) 100%
  );
  transition: all 0.4s;
}
.slide-caption {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  color: #fff;
  font-weight: 200;
}
#owl-main .item {
  overflow: hidden;
}
#owl-main .item img {
  transition: all 0.3s;
}
#owl-main .item:hover img {
  transform: scale(1.1);
  filter: brightness(50%);
}
.slide-caption-center {
  text-align: center;
}
.slide-caption-left {
  text-align: left;
}
.slide-caption-right {
  text-align: right;
}
.slide-caption__title {
  font-size: 40px;
  margin-bottom: 0;
}
/*-- decorative line above and below caption title 
.slide-caption-center .slide-caption__title:before {
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
.slide-caption-left .slide-caption__title:before {
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
}
.slide-caption-right .slide-caption__title:before {
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
}
.slide-caption-center .slide-caption__title:after {
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.slide-caption-left .slide-caption__title:after {
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 0;
}
.slide-caption-right .slide-caption__title:after {
    content: '';
    border-bottom: 2px solid #fff;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
}
---*/
.slide-caption-center .slide-caption__title:before,
.slide-caption-left .slide-caption__title:before,
.slide-caption-right .slide-caption__title:before {
  width: 60px;
  margin-bottom: 10px;
}
.slide-caption-center .slide-caption__title:after,
.slide-caption-left .slide-caption__title:after,
.slide-caption-right .slide-caption__title:after {
  width: 60px;
  margin-top: 15px;
}
.slide-caption__tag {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 0px;
  padding: 0px 5px;
  margin-bottom: 10px;
  transform: translateZ(0);
}
@-webkit-keyframes fadeInUpLight {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 0.7;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpLight {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 0.7;
    transform: translateZ(0);
  }
}
.fadeInUpLight {
  -webkit-animation-name: fadeInUpLight;
  animation-name: fadeInUpLight;
}
.owl-item.active .slide-caption__title {
  -webkit-animation: 1s 0.2s fadeInUp both;
  animation: 1s 0.2s fadeInUp both;
}
.owl-item.active .slide-caption__tag {
  -webkit-animation: 1s 0.2s fadeInDown both;
  animation: 1s 0.2s fadeInDown both;
}
.owl-item.active .slide-caption__desc {
  -webkit-animation: 1s 0.6s fadeInUpLight both;
  animation: 1s 0.6s fadeInUpLight both;
}
.owl-item.active .slide_btn {
  -webkit-animation: 1s 0.9s flipInX both;
  animation: 1s 0.9s flipInX both;
}
.slide_btn {
  font-size: 16px;
  font-weight: 300;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.5rem;
}
/*--------------------------------------------------------------
## Home page escort carousel
--------------------------------------------------------------*/
.modcon-wrap {
  position: absolute;
  bottom: 0px;
  padding: 20px 20px 0px 20px;
  width: 100%;
  margin-bottom: 20px;
  pointer-events: none;
}
.modcon-wrap h2 {
  font-size: 30px;
  margin: 0px;
  font-weight: 600;
}
.modcon-wrap p,
.modcon-wrap h2 {
  padding: 0px;
  text-align: center;
}
/*--------------------------------------------------------------
## WooCommerce style
--------------------------------------------------------------*/
/*-------  WooCommerce tabs -------*/
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li a:after,
.woocommerce-tabs ul.tabs li a:before {
  display: none !important;
  box-shadow: 0 0 0 #fff !important;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 3px solid #e6ecf1;
}
.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li a {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 0 0 #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* SIMPLE TAB CSS */
.woocommerce-tabs ul.tabs li {
  background-color: #ddd !important;
  margin: 0 0 0px 0 !important;
  float: left;
}
.woocommerce-tabs ul.tabs li a {
  padding: 7px 15px !important;
}
.woocommerce-tabs ul.tabs li.active {
  background-color: #f0f2f4 !important;
  float: left;
}
/*--------------------------------------------------------------
## Owl Dots
--------------------------------------------------------------*/
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #ffffff;
  opacity: 0.2;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  margin: 0 auto !important;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.model-gallery-carousel:hover .owl-dots {
  bottom: 60px;
  opacity: 1;
}
.model-gallery-carousel .owl-dots {
  bottom: 50px;
  transition: all 0.4s;
  opacity: 0;
}
/*--------------------------------------------------------------
## Default WP Comments
--------------------------------------------------------------*/
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%;
}
.form-allowed-tags,
.comment-form .alert.alert-info {
  display: none;
}
/*--------------------------------------------------------------
## Default WP Comments
--------------------------------------------------------------*/
#booking {
  font-family: "Lato", sans-serif;
  background: transparent;
  color: #191a1e;
}
.booking-form {
  position: relative;
  background: transparent;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
.booking-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.booking-form .form-control {
  background-color: #222222;
  height: 65px;
  padding: 0px 15px;
  padding-top: 24px;
  color: #cccccc;
  border: 2px solid #333333;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-family: roboto;
  font-weight: 300;
}
.ac-bookingform {
  background: #141414;
  padding: 15px;
  border: 1px solid #282828;
  border-radius: 10px;
  box-shadow: 0px 40px 30px -30px #000;
}
.booking-form .form-control::-webkit-input-placeholder {
  color: #555555;
}
.booking-form .form-control:-ms-input-placeholder {
  color: #555555;
}
.booking-form .form-control::placeholder {
  color: #555555;
}
.booking-form .form-control:focus {
  background: #252525;
}
.booking-form input[type="date"].form-control:invalid {
  color: #dfe5e9;
}
.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.booking-form select.form-control + .select-arrow {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #dfe5e9;
  font-size: 14px;
}
.booking-form select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.booking-form .form-label {
  position: absolute;
  top: 6px;
  left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  color: #777777;
}
.booking-form .form-checkbox input {
  position: absolute !important;
  margin-left: -9999px !important;
  visibility: hidden !important;
}
.booking-form .form-checkbox label {
  position: relative;
  padding-top: 4px;
  padding-left: 30px;
  font-weight: 700;
  color: #191a1e;
}
.booking-form .form-checkbox label + label {
  margin-left: 15px;
}
.booking-form .form-checkbox input + span {
  position: absolute;
  left: 2px;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #dfe5e9;
  border-radius: 50%;
}
.booking-form .form-checkbox input + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #4fa3e3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.booking-form .form-checkbox input:not(:checked) + span:after {
  opacity: 0;
}
.booking-form .form-checkbox input:checked + span:after {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.booking-form .submit-btn {
  color: #fff;
  background-color: #b39761;
  font-weight: 400;
  height: 65px;
  font-size: 18px;
  border: none;
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
}
.dd-pointer-down:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  color: #dfe5e9;
  transform: rotate(90deg);
  font-size: 14px;
  text-align: center;
  position: absolute;
  line-height: 32px;
  pointer-events: none;
  top: 0;
  right: 0;
}
.dd-options {
  max-height: 315px;
}
.booking-section-title {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 2px;
  color: #ffffff;
}
body.modal-open {
  transition: all 1s;
}
body.modal-open .blur-container {
  opacity: 0.8;
  -webkit-filter: blur(3px) grayscale(30%);
  -moz-filter: blur(3px) grayscale(30%);
  -o-filter: blur(3px) grayscale(30%);
  -ms-filter: blur(3px) grayscale(30%);
  filter: blur(3px) grayscale(30%);
  transition: all 1s;
}
.modal-title {
  margin-top: 0px;
  color: #ccc;
  font-size: 1.2em;
}
.modal-content.model-reference {
  height: 85vh;
}
.modal-content .ribbon span {
  padding: 1px 0px 2px 0px !important;
}
.modal-content .ribbon-top-left span {
  right: -2px;
  font-size: 8px;
  top: 24px;
}
.vtext {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: 150px;
  letter-spacing: -2px;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  left: -4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  padding-left: 0.3rem;
  border-left: 1px solid rgba(255, 255, 255, 0);
}
.modal-content.model-reference {
  height: 100%;
  max-height: 832px;
  overflow: auto;
  overflow-x: hidden;
}
.modal-dialog .close {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #999;
  text-shadow: none;
}
.modal-content.model-reference .model-card-title {
  padding: 0px 0px 5px 0px;
}
.modal-body .models-cards .model-card-title a#mod-a {
  color: #ffffff !important;
  font-size: 12px;
  text-shadow: 0px 1px 1px #000;
}
.modal-header {
  border-bottom: 1px solid #444;
}
.modal-content .prolight {
  font-size: 14px !important;
}
.modal-content {
  background: #222222;
}
.modal-content .model-card-title {
  background: #333 !important;
}
.gtmodel .vtext {
  color: rgba(255, 255, 255, 0);
  transition: all 0.4s;
}
.gtmodel:hover .vtext {
  color: rgba(255, 255, 255, 0.1);
}
.page-header {
  background: #111;
  background: url("images/bg-black-texture-3.jpg");
  padding: 30px 0px;
  background-repeat: repeat;
  border-bottom: 1px double #333;
  background-position: center top;
  box-shadow: inset 0px 65px 40px -20px rgba(0, 0, 0, 0.65),
    inset 0px -65px 40px -20px rgba(0, 0, 0, 0.65);
}
.oops-pnf input,
.oops-pnf .btn {
  height: 46px !important;
  border: 0 none !important;
}
.oops-pnf .btn {
  margin-bottom: 3px !important;
}
.results-art {
  background: #222;
  padding: 15px 30px;
  border-radius: 3px;
  box-shadow: 0px 30px 25px -30px #000;
  border-radius: 10px;
  border: 1px solid #303030;
}
.bg-dark {
  background-color: #05346f !important;
}
.bordered-headline {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  display: inline-block;
  color: #bdbdbd;
  overflow: hidden;
  margin: 60px 25px;
  text-align: center;
  font-size: 16px;
  border-top: 3px solid #bdbdbd;
  padding-top: 6px;
}
.bordered-headline * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
.bordered-headline h1,
.bordered-headline h5 {
  margin: 0;
  line-height: 1em;
}
.bordered-headline h1 {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 2.8em;
  text-transform: uppercase;
}
.bordered-headline h5 {
  line-height: 0.5em;
  font-weight: 400;
  display: table;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
.bordered-headline h5:before,
.bordered-headline h5:after {
  position: absolute;
  height: 3px;
  content: "";
  background: #bdbdbd;
  width: 1000%;
  top: 50%;
}
.bordered-headline h5:before {
  left: -1000%;
}
.bordered-headline h5:after {
  right: -1000%;
}
.gtfw-event-calendar.full .n-gtfw-event-calendar-wrap,
.table-bordered td,
.table-bordered th {
  border-color: #333;
}
.n-gtfw-calendar-full .calendar-day-blank {
  background: #111;
}
.n-gtfw-calendar-full .calendar-table tr th {
  background: #222;
}
.gtfw-event-calendar.compact .n-gtfw-event-calendar-wrap {
  border: 1px solid #333;
}
.n-gtfw-calendar-compact .calendar-day-blank {
  background: #111;
}
.n-gtfw-calendar-compact .calendar-table tr th {
  color: #ccc;
  background: #444;
}
.n-gtfw-event-detail {
  background: #222;
}
.model-select ul {
  list-style-type: none;
  padding: 0px;
  text-align: left;
  background: transparent;
  padding: 0;
  border: 0 none;
  margin-bottom: 60px;
}
.model-select li {
  display: inline-block;
}
.model-select input[type="checkbox"] {
  display: none;
}
.model-select label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.model-select label img {
  height: auto;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border-radius: 3px;
  transform: scale(1);
  opacity: 1;
  padding: 1px;
}
.model-select:checked + label img,
.model-select label:hover img {
  opacity: 1;
  filter: grayscale(0%);
}
.model-select:checked + label {
  border-color: #ffffff;
  background: #ffffff;
  color: #333333;
  border-radius: 0px;
}
.model-select:checked + label::before {
  content: "✓";
  background-color: #66cc66;
  transform: scale(1);
  z-index: 9;
}
.model-select:checked + label img {
  transform: scale(0.9);
}
.ecsorts-cards {
  margin-bottom: 30px;
}
.car-img-wrap {
  overflow: hidden;
}
/** Adjust for admin bar */
.admin-bar .fancybox-toolbar,
.admin-bar .fancybox-thumbs__list {
  top: 32px !important;
}
@media screen and (max-width: 768px) {
  .nav-item.button a {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px !important;
    margin-left: 0px;
    height: 48px;
    line-height: 48px;
  }
  .gallery.owl-carousel {
    padding: 15px;
  }
}
.table-dark.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #101010;
}
.table-dark {
  background-color: #141414;
  border: 1px solid #222;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #333;
}
#product_reviews #respond input[type="text"],
#product_reviews #respond input[type="email"],
#product_reviews textarea {
  padding: 10px 8px;
  margin: 0;
  max-width: 250px;
  background: #222;
  border: 1px solid #333;
  border-top-color: rgb(51, 51, 51);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 1px solid #333;
  border-radius: 1px;
  color: #cccccc;
  width: 100%;
  display: inline-block;
}
.post-cat-link {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #666666;
  text-decoration: none;
}
.post-cat-link:hover,
.post-cat-link:active {
  color: #999999;
  text-decoration: none;
}
.fa,
.far,
.fas {
  font-family: fontawesome;
}
#comments {
  width: 100%;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #333333;
  background-clip: border-box;
  border: 0 none;
  border-radius: 0.25rem;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #282828;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.owl-item .avg-inline,
.owl-item .wpcr_aggregate .wpcr_inline > .wpcr_stars {
  display: none;
}
.single-rate .avg-inline {
  display: block;
}
.single-post-image {
  border-radius: 10px;
  margin-bottom: 50px;
}
.entry-post-title {
  font-size: 24px;
  font-weight: 300;
  color: #cccccc;
}
.entry-post-title:hover {
  color: #ffffff;
}
.home-posts-car .caption p {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2rem;
}
.blog-posts .card-title {
  margin-bottom: 0.75rem;
  font-family: roboto;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.2em;
}
#blog-posts-carosuel .owl-item {
	background: #23152d;
	background: linear-gradient(220deg, rgba(88,48,115,0.5) 0%, rgb(9, 9, 9) 100%);
}
.card-inner .card-title a {
  color: #fff;
  font-size: 18px;
}
.home-posts-car .caption h3 a {
	color: #fff;
}
#home-blog .caption p {
	margin: 5px 0px;
}
.home-posts-car .caption h3 {
	margin: 0px;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
}
.card-inner .card-body {
  padding-top: 0px;
  font-size: 16px;
  line-height: 1.3em;
}
.card-columns .card {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.ecsorts-cards .model-card-title a#mod-a,
.models-cards .model-card-title a#mod-a {
  color: #c7bcab;
}
a#mod-a {
  color: #999999 !important;
}
.ecsorts-cards:hover a#mod-a,
.models-cards:hover a#mod-a {
  color: #ffffff !important;
}
.escortreviews-summary {
  margin: 30px 0px;
}
.escortreviews-summary.rp-style-1 .escortreviews-summary-overall {
  border-right: 1px solid #333;
  font-size: 15px;
}
.escortreviews-summary.rp-style-1 {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
}
.escortreviews-chart-bar {
  background: #333;
}
[class^="rate-"]::before,
[class*=" rate-"]::before {
  font-size: 16px;
}
#commentform [class^="rate-"]::before,
#commentform [class*=" rate-"]::before {
  font-size: 32px;
}
.review-list li .review-body {
	border-bottom: 1px solid #252525;
	padding: 0px 0px 20px 0px;
	
}
.review-list li:last-child .review-body {
  border-bottom: 0 none;
}
.escortreviews-filter-box .filter-field select {
  background: #222;
  border: 1px solid #333;
}
.escortreviews-summary.rp-style-1,
.escortreviews-filter-box,
#escortreviews-reviews #respond {
  background: #141414;
  border: 1px solid #222;
}
.escortreviews-filter-input.escortreviews-filter-orderby,
.escortreviews-filter-input.escortreviews-filter-score {
  color: #999;
}
.review-form-wrapper textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #222;
  color: #999999;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.review-form-wrapper textarea:focus, .form-control:focus {
	color: #cccccc;
	background-color: rgba(0,0,0, 0.3);
	border-color: #333;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.07);
}
#escortreviews-reviews #respond {
  box-shadow: none;
  padding: 2em;
}
.review-form-wrapper input,
.review-form-wrapper textarea,
.review-form-wrapper select,
.form-control,
#commentform #author,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.4);
  border: 1px solid #222;
}
.btn.btn-filter {
	background: #333;
	padding: 0px;
	line-height: 1em;
	padding: 0px !important;
	line-height: 1em;
	height: 38px;
	padding: 5px 15px !important;
	position: relative;
	top: 32px;
	border-radius: 2px;
	margin: 6px 0px 0px 5px;
}
.btn.btn-filter:hover {
  background: #444444 !important;
  color: #ffffff !important;
}
.escortreviews-filter-input.escortreviews-filter-orderby,
.escortreviews-filter-input.escortreviews-filter-score {
  height: 38px;
}
.review-body .comment-text {
	font-size: 16px;
	line-height: 1.25em;
}
#escortreviews-reviews .escortreviews-rating-field label {
  width: auto;
  float: left;
  margin-right: 15px;
}
#escortreviews-reviews .review-list .escortreviews-headline {
  font-family: roboto;
  font-weight: 300;
  margin-bottom: -9px;
  font-size: 1em;
    color: #cccccc;
}
.escortreviews-filter-box .filter-field.left {
	margin-right: 0px !important;
}
.review-author-meta {
  font-size: 0.85em;
  font-weight: 300;
}
.review-author-meta {
  font-weight: 400 !important;
    font-size: 14px;
    color: #666666;
}
#escortreviews-reviews .review-list .review-meta .avatar {
  border-radius: 5px;
}
.review-body .reply {
  font-size: 0.85em;
}
.avatar.avatar-50.photo {
  border-radius: 5px;
}
.review-body .reply a {
  color: #666666;
}
.review-body .reply a:hover {
  color: #b39761;
}
.reply a:hover {
  color: #fff !important;
}
#main-slider .rp-static-rating .rp-static-max {
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 0px;
}
#main-slider p {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 200 !important;
  color: #ccc;
}
.profile-table tr:nth-child(even) {
  background: #222222;
}
.table.table-dark.protable th {
  color: #fff;
  font-size: 1.35em;
  padding: 20px 15px;
  background: #111111;
}
.content-area-large {
  max-width: 1300px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
## <hr class="style-eight">
--------------------------------------------------------------*/
hr.style-eight::after {
  content: "⚜";
  display: inline-block;
  position: relative;
  top: -0.9em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #181818;
}
hr.style-eight {
  overflow: visible;
  padding: 0px;
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: medium double #333;
  color: #fff;
  text-align: center;
  font-family: arial;
}
/*-- <hr class="brace"> ---*/
hr.brace {
  width: auto;
  min-width: 35px;
  padding-bottom: 20px;
  font-size: 2em;
  line-height: 2em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 15px 15px;
  border: none;
  background-color: transparent;
  background-image: radial-gradient(
      circle at 0 0,
      rgba(68, 68, 68, 0) 14.5px,
      #444444 15.5px,
      #444444 19.5px,
      rgba(68, 68, 68, 0) 20.5px
    ),
    radial-gradient(
      circle at 35px 0,
      rgba(68, 68, 68, 0) 14.5px,
      #444444 15.5px,
      #444444 19.5px,
      rgba(68, 68, 68, 0) 20.5px
    );
  background-size: 35px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-transform: lowercase;
  font-style: italic;
  color: #fff;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  overflow: visible;
}
hr.brace::before {
  width: 50%;
  border-top: 5px solid #444444;
  border-left: 1px solid transparent;
  border-top-left-radius: 20% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}
hr.brace::after {
  width: 50%;
  border-top: 5px solid #444444;
  border-right: 1px solid transparent;
  border-top-right-radius: 20% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  right: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}
.cp-separator {
  text-align: center;
}
.cp-separator span {
  display: inline-block;
  vertical-align: middle;
}
.cp-outer-line {
  width: 40%;
  border-bottom: 1px solid #333333;
}
.cp-separator .fa {
  margin: 20px 15px;
  font-size: 1em;
  color: #444444;
}
.home-bottom-content {
  margin: 50px auto;
}
/*--------------------------------------------------------------
## animated font awesome icons - https://l-lin.github.io/font-awesome-animation/
--------------------------------------------------------------*/
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%,
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-ring,
.faa-ring.animated,
.faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-ring.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%,
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100%,
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-parent.animated-hover:hover > .faa-vertical,
.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100%,
  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-horizontal.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-horizontal.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}
@-webkit-keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.faa-bounce.animated-hover.faa-fast:hover,
.faa-bounce.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.faa-bounce.animated-hover.faa-slow:hover,
.faa-bounce.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-parent.animated-hover:hover > .faa-spin,
.faa-spin.animated,
.faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-spin.animated.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-spin.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}
.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.faa-parent.animated-hover:hover > .faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-shake,
.faa-shake.animated,
.faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-parent.animated-hover:hover > .faa-shake.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-tada,
.faa-tada.animated,
.faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-tada.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-tada.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing,
.faa-passing.animated,
.faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing-reverse,
.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
.faa-burst.animated-hover.faa-fast:hover,
.faa-burst.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}
.faa-burst.animated-hover.faa-slow:hover,
.faa-burst.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
@-webkit-keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
.faa-falling.animated,
.faa-falling.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-falling {
  -webkit-animation: falling 2s linear infinite;
  animation: falling 2s linear infinite;
}
.faa-falling.animated-hover.faa-fast:hover,
.faa-falling.animated.faa-fast,
.faa-parent.animated-hover:hover > .faa-falling.faa-fast {
  -webkit-animation: falling 1s linear infinite;
  animation: falling 1s linear infinite;
}
.faa-falling.animated-hover.faa-slow:hover,
.faa-falling.animated.faa-slow,
.faa-parent.animated-hover:hover > .faa-falling.faa-slow {
  -webkit-animation: falling 3s linear infinite;
  animation: falling 3s linear infinite;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
  color: #ffffff !important;
}
#slide-panel div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  line-height: 1.2em;
  background: #f7e700;
  color: #000;
  border-radius: 5px;
  font-size: 14px;
  padding: 6px 10px;
  margin: 0px 0px 15px 0px;
}
#slide-panel div.wpcf7-mail-sent-ok {
  border: 2px solid #435b39;
  background: #435b39;
  line-height: 1.2em;
  font-size: 15px;
  border-radius: 5px;
  padding: 6px 10px;
  margin: 0px 0px 15px 0px;
}
#slide-panel span.wpcf7-not-valid-tip {
  color: #bb6060;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-weight: 400;
}
.sm-bar {
  padding: 0px;
}
.sm-bar a {
  padding: 15px;
  display: block;
  font-size: 1.2em;
  color: #fff;
  background: #aa8338;
}
.sm-bar a:hover,
.sm-bar a:focus,
.sm-bar a:active {
  text-decoration: none;
}
#top-content {
  background: #141414;
  padding: 15px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#middle-content,
#bottom-content {
  padding: 15px;
}
.btn.btn-primary.text-white,
.btn.btn-default {
  margin: 0px 0px 15px 0px;
}
#slide-panel .btn.btn-default {
  background: rgba(255, 255, 255, 0.1) !important;
}
#slide-panel .btn.btn-default:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #333333 !important;
}
.widget .nav-link {
  padding: 0px;
}
.srpw-classic-style li {
  border-bottom: 1px solid #333 !important;
}
.srpw-block a.srpw-title {
  color: #fff;
}
.btn.btn-primary {
  background: #b39761;
}
.srpw-block a.srpw-title:hover {
  color: #b39761;
}
.srpw-comment.comment-count {
  color: #777;
}
.srpw-comment.comment-count:hover {
  color: #ffffff;
}
.srpw-more-link:hover {
  color: #fff;
}
@media (max-width: 575px) {
  .btn.btn-filter {
    width: 100%;
    display: block;
    margin: -20px 0px 30px 0px;
  }
  .owl-nav,
  .owl-dots {
    display: none;
  }
  .fancybox-stage::before,
  .fancybox-stage::after,
  .fancybox-bg::after,
  .fancybox-button--close::after,
  .fancybox-button--close:hover::after {
    display: none;
  }
}
@media (min-width: 34em) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 48em) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 62em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 75em) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.owl-next:focus,
.owl-prev:focus {
  outline: 0 none;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 50px !important;
}
.owl-carousel .owl-next {
  right: 0px;
}
.owl-carousel .owl-prev {
  left: 0px;
}
#escortreviews-reviews #respond #cancel-comment-reply-link {
  font-size: 20px;
}
#respond {
  margin-top: 0px !important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  background: #333333 !important;
}
.alm-btn-wrap .alm-load-more-btn {
  background: #f06 !important;
}
.caldera-grid .form-control:focus {
  border-color: #555;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.caldera-grid .form-control {
  padding: 10px 15px;
  background-color: #222222;
  border: 1px solid #333333;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  height: auto;
}
#slide-panel select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  appearance: none;
  background: #222222 url("images/select-arrow.png") center right no-repeat !important;
}
.caldera-grid hr {
  border-top: 1px solid #333;
}
select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  appearance: none;
  background: #222222 url("images/select-arrow.png") center right no-repeat !important;
}
/* magic IE fix/hack */
#slide-panel select::-ms-expand,
select::-ms-expand {
  display: none;
}
#slide-panel option,
option {
  background: #181818;
  color: #999;
}
#slide-panel .caldera-grid .breadcrumb > .active,
#slide-panel .caldera-grid .breadcrumb > .active > a {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 200;
  font-family: roboto;
}
#slide-panel .caldera-grid .breadcrumb a:hover {
  color: #ffffff !important;
}
#slide-panel .caldera-grid .breadcrumb a:active,
#slide-panel .caldera-grid .breadcrumb a:focus {
  outline: none;
}
.caldera-grid .has-error .checkbox,
.caldera-grid .has-error .checkbox-inline,
.caldera-grid .has-error .control-label,
.caldera-grid .has-error .help-block,
.caldera-grid .has-error .radio,
.caldera-grid .has-error .radio-inline,
.caldera-grid .has-error.checkbox label,
.caldera-grid .has-error.checkbox-inline label,
.caldera-grid .has-error.radio label,
.caldera-grid .has-error.radio-inline label {
  color: #ff5d59 !important;
}
#slide-panel #caldera-forms-breadcrumb_1 {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  background: transparent;
  border: none;
  padding: 5px;
}
#slide-panel .caldera-grid .form-control:focus {
  box-shadow: none;
  border: 0 none;
  background: rgba(255, 255, 255, 0.085);
  color: #fff !important;
}
#lct-widget-escort-tag li::before {
  display: none !important;
}
#lct-widget-escort-tag li {
  display: inline-block;
  padding: 0px 7px;
  border: 1px solid #333;
  border-radius: 3px;
  margin: 2px 1px;
}
#footer-widget #lct-widget-escort-tag li {
  display: inline-block;
  padding: 0px;
  border: 0px solid #333;
  border-radius: 3px;
  margin: 0px 3px;
  font-size: 14px;
}
.panel-v-center small {
  line-height: 0;
  font-weight: 300;
}
.panel-v-center {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  max-width: 310px;
  width: calc(100% - 15px);
  text-align: center;
}
#slide-panel .help-block {
  font-size: 14px;
  color: yellow !important;
}
#slide-panel .btn {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 0 none;
  margin: 0px;
}
.alert.alert-success {
  border-radius: 7px !important;
  background: #3b5c3f !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: lighter !important;
  font-size: 0.9em !important;
  border: 1px solid #7eb184 !important;
}
.alert.alert-warning {
  font-size: 15px;
}
#slide-panel .caldera-grid .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#slide-panel {
  width: 350px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(to right, rgba(0,0,0, 0.7), rgba(0,0,0, 0), rgba(0,0,0, 0.7)), url("images/bg-blackup.jpg");
  color: #fff;
  transition: all 0.3s;
  padding: 80px 20px 20px 20px;
  background-size: auto;
  z-index: 9999;
}
.sp-inner {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
}
#slide-panel.active {
  margin-left: -350px;
}
#panel-btn {
  background: #b39761;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9em;
  height: 40px;
  line-height: 0.9em;
  left: 0;
  top: 50%;
  text-align: center;
  text-decoration: none;
  -moz-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%);
  transform-origin: top left;
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s;
  border: 0 none;
  position: fixed;
  z-index: 9999;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
#panel-btn:hover {
  cursor: pointer;
  opacity: 1;
  background: #333333 !important;
}
.panel-button.active {
  left: 350px !important;
}
#panel-btn:hover,
#panel-btn:active,
#panel-btn:focus {
  outline: none;
}
#panel-btn:hover {
  outline: none;
  color: #ffffff;
}
#slide-panel .caldera-grid .form-control {
  width: 100%;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 none;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 5px;
  color: #cccccc;
}
#slide-panel textarea {
  height: inherit !important;
}
#slide-panel .caldera-grid .form-control {
  height: 50px;
  line-height: 1em;
}
.home-cta {
  font-size: 36px;
  padding: 10px;
  text-align: center;
}
.home-cta .script-font {
  color: #96886e;
  font-family: "Great Vibes";
  font-weight: 400;
}
@media (min-width: 768px) {
  #main-wrapper {
    width: calc(100% - 350px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
  }
  #main-wrapper.active {
    width: 100%;
  }
}
#slide-panel.active {
  box-shadow: none !important;
  border-right: none !important;
}
#slide-panel {
  box-shadow: 0px 0px 25px #000000;
  border-right: 1px solid #796334;
  text-align: center;
}
@media (max-width: 400px) {
  #slide-panel {
    width: calc(100% - 50px);
  }
  #panel-btn.active {
    bottom: 100%;
    left: calc(100% - 50px) !important;
    z-index: 9999;
  }
  #main-wrapper.active {
    width: calc(100% - 0px) !important;
  }
  #slide-panel form {
    width: 100%;
  }
}
.home-posts-car {
  height: 400px;
  border-radius: 0px;
  border: 1px solid #000;
  box-shadow: inset 0px -240px 100px -50px rgba(0, 0, 0, 0.52);
}
#blog-posts-carosuel .caption {
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  left: 50%;
  width: calc(100% - 60px);
  font-family: roboto;
  color: #fff;
  transition: all 0.3s ease;
  display: inline;
}
#blog-posts-carosuel .caption h1 {
  font-family: "Poppins";
  display: inline;
}
.blog-content h2 {
  margin-top: -30px;
  font-size: 48px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.blog-content {
  margin-bottom: 40px;
}
#blog-posts-carosuel {
  overflow: hidden;
}
.article-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-item .caption {
  text-align: left;
}
.caption h1 {
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.caption h1 a {
  color: #fff;
}
.container-posts {
  max-width: 1600px;
  margin: auto;
}
#home-blog {
  background: #000;
  padding-top: 40px;
  background-image: url("images/background-1.jpg");
  background-repeat: repeat-x;
}
.blog-posts-title {
  background: #000000;
  background-image: url("images/blog-block-bg.jpg");
  color: #000;
  text-align: center;
  position: relative;
  padding: 80px 0px;
  border: 1px solid #333333;
  background-position: center;
  border-radius: 10px;
  background-size: cover;
}
.post-block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.posts-title-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
}
.home-posts-car:hover .caption {
  bottom: 50px !important;
}
.posts-title-block h2 {
  margin: 0px;
  font-family: roboto;
  font-size: 28px;
  font-size: 28px;
}
.posts-title-block a {
  color: #fff;
}
.btitle {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
  margin: 0px 0px 15px 0px;
  overflow: hidden;
  padding-bottom: 5px;
  line-height: 1em;
}
.btitle::first-letter {
  background: #fff;
  padding: 0px 10px;
  line-height: 0;
  color: #b39761;
  margin-right: 5px;
}
#blog-posts-carosuel .caption .entry-meta {
  font-size: 12px;
  font-weight: 300;
}
#blog-posts-carosuel .caption .entry-meta, #blog-posts-carosuel .caption .entry-meta a {
	color: rgba(255,255,255,.6);
}
#blog-posts-carosuel .caption .entry-meta a:hover {
	color: #ffffff;
}
#footer-widget .widget_archive a {
  display: inline;
}
#footer-widget a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.widget .cat-item::before,
.widget .nav-item::before {
  content: "\f054";
  font-family: fontawesome;
  margin-right: 8px;
  font-size: 0.7em;
  position: relative;
  top: -1px;
  color: rgba(255, 255, 255, 0.4);
}
.widget_recent_entries .nav-item::before {
  display: none;
}
.gtfaq {
  max-width: 100%;
  padding: 0px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.gtfaq .card-body {
  padding: 0px;
  font-size: 20px;
  font-weight: 300 !important;
}
.gtfaq .fa-circle {
  color: #333;
}
.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active {
  background: transparent !important;
}
.gtfaq .card-header {
  border-bottom: none;
  padding: 0px;
}
.gtfaq .card-header {
  background: transparent;
}
.gtfaq .card-header:first-child {
  border-radius: 0px !important;
}
.gtfaq .fa-stack {
  font-size: 18px;
}
.fixed-plus.fa-stack.fa-2x {
  position: absolute;
  right: 20px;
}
.gtfaq .btn {
  width: 100%;
  font-weight: 500;
  padding: 0;
  white-space: normal;
  text-align: left;
  padding: 20px 55px 20px 0px;
  font-size: 22px;
}
.faq-btn {
  width: 100%;
  font-weight: 400;
  padding: 0;
  white-space: normal;
  text-align: left;
  padding: 15px 55px 15px 0px;
  font-size: 22px;
  font-weight: 300;
}
.gtfaq .btn-link:hover,
.gtfaq .btn-link:focus {
  text-decoration: none;
}
.gtfaq li + li {
  margin-top: 10px;
}
.gtfaq .card-header:hover {
  cursor: pointer;
}
.btn.btn-link i {
  margin-right: 7px;
}
#accordion .btn.btn-link {
  margin: 0px;
}
#accordion .card {
  background: #141414;
  margin: 0px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 0px 15px;
  border: 1px solid #222;
}
.gtfaq .btn.btn-link.collapsed {
  color: #999;
}
.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:focus:hover,
.btn.btn-link:active {
  color: #fff;
}
.gtfaq .btn:hover {
  color: #ffffff !important;
}
.btn.btn-link.collapsed:hover,
.gtfaq .btn:focus {
  color: #fff !important;
  box-shadow: none;
}
.gtfaq h5 {
  font-family: roboto;
  font-weight: 300;
}
/* blue-grey */
.adbtn-wrapper.blue-grey a {
  border: 2px solid #607d8b;
}
.adbtn-wrapper.blue-grey a .icon {
  border-left: 1px solid #607d8b;
}
.adbtn-wrapper.blue-grey a:after {
  background-color: #607d8b;
}
/* grey */
.adbtn-wrapper.grey a {
  border: 2px solid #9e9e9e;
}
.adbtn-wrapper.grey a .icon {
  border-left: 1px solid #9e9e9e;
}
.adbtn-wrapper.grey a:after {
  background-color: #9e9e9e;
}
/* brown */
.adbtn-wrapper.brown a {
  border: 2px solid #795548;
}
.adbtn-wrapper.brown a .icon {
  border-left: 1px solid #795548;
}
.adbtn-wrapper.brown a:after {
  background-color: #795548;
}
/* deep-orange */
.adbtn-wrapper.deep-orange a {
  border: 2px solid #ff5722;
}
.adbtn-wrapper.deep-orange a .icon {
  border-left: 1px solid #ff5722;
}
.adbtn-wrapper.deep-orange a:after {
  background-color: #ff5722;
}
/* orange */
.adbtn-wrapper.orange a {
  border: 2px solid #ff9800;
}
.adbtn-wrapper.orange a .icon {
  border-left: 1px solid #ff9800;
}
.adbtn-wrapper.orange a:after {
  background-color: #ff9800;
}
/* amber */
.adbtn-wrapper.amber a {
  border: 2px solid #ffc107;
}
.adbtn-wrapper.amber a .icon {
  border-left: 1px solid #ffc107;
}
.adbtn-wrapper.amber a:after {
  background-color: #ffc107;
}
/* yellow */
.adbtn-wrapper.yellow a {
  border: 2px solid #ffeb3b;
}
.adbtn-wrapper.yellow a .icon {
  border-left: 1px solid #ffeb3b;
}
.adbtn-wrapper.yellow a:after {
  background-color: #ffeb3b;
}
/* lime */
.adbtn-wrapper.lime a {
  border: 2px solid #cddc39;
}
.adbtn-wrapper.lime a .icon {
  border-left: 1px solid #cddc39;
}
.adbtn-wrapper.lime a:after {
  background-color: #cddc39;
}
/* light-green */
.adbtn-wrapper.light-green a {
  border: 2px solid #8bc34a;
}
.adbtn-wrapper.light-green a .icon {
  border-left: 1px solid #8bc34a;
}
.adbtn-wrapper.light-green a:after {
  background-color: #8bc34a;
}
/* green */
.adbtn-wrapper.green a {
  border: 2px solid #4caf50;
}
.adbtn-wrapper.green a .icon {
  border-left: 1px solid #4caf50;
}
.adbtn-wrapper.green a:after {
  background-color: #4caf50;
}
/* teal */
.adbtn-wrapper.teal a {
  border: 2px solid #009688;
}
.adbtn-wrapper.teal a .icon {
  border-left: 1px solid #009688;
}
.adbtn-wrapper.teal a:after {
  background-color: #009688;
}
/* cyan */
.adbtn-wrapper.cyan a {
  border: 2px solid #52c7e1;
}
.adbtn-wrapper.cyan a .icon {
  border-left: 1px solid #52c7e1;
}
.adbtn-wrapper.cyan a:after {
  background-color: #52c7e1;
}
/* light-blue */
.adbtn-wrapper.light-blue a {
  border: 2px solid #03a9f4;
}
.adbtn-wrapper.light-blue a .icon {
  border-left: 1px solid #03a9f4;
}
.adbtn-wrapper.light-blue a:after {
  background-color: #03a9f4;
}
/* indigo */
.adbtn-wrapper.indigo a {
  border: 2px solid #3f51b5;
}
.adbtn-wrapper.indigo a .icon {
  border-left: 1px solid #3f51b5;
}
.adbtn-wrapper.indigo a:after {
  background-color: #3f51b5;
}
/* deep-purple */
.adbtn-wrapper.deep-purple a {
  border: 2px solid #673ab7;
}
.adbtn-wrapper.deep-purple a .icon {
  border-left: 1px solid #673ab7;
}
.adbtn-wrapper.deep-purple a:after {
  background-color: #673ab7;
}
/* purple */
.adbtn-wrapper.purple a {
  border: 2px solid #9c27b0;
}
.adbtn-wrapper.purple a .icon {
  border-left: 1px solid #9c27b0;
}
.adbtn-wrapper.purple a:after {
  background-color: #9c27b0;
}
/* pink */
.adbtn-wrapper.pink a {
  border: 2px solid #e91e63;
}
.adbtn-wrapper.pink a .icon {
  border-left: 1px solid #e91e63;
}
.adbtn-wrapper.pink a:after {
  background-color: #e91e63;
}
/* red */
.adbtn-wrapper.red a {
  border: 2px solid #f44336;
}
.adbtn-wrapper.red a .icon {
  border-left: 1px solid #f44336;
}
.adbtn-wrapper.red a:after {
  background-color: #f44336;
}
/* blue */
.adbtn-wrapper.blue a {
  border: 2px solid #2196f3;
}
.adbtn-wrapper.blue a .icon {
  border-left: 1px solid #2196f3;
}
.adbtn-wrapper.blue a:after {
  background-color: #2196f3;
}
/* default */
.adbtn-wrapper a {
  border: 2px solid #b39761;
}
.adbtn-wrapper a .icon {
  border-left: 1px solid #b39761;
}
.adbtn-wrapper a:after {
  background-color: #b39761;
}
.adbtn {
  border-radius: 4px;
  display: inline-block;
  margin: 0 0.25em;
  overflow: hidden;
  padding: 24px 60px 24px 16px;
  position: relative;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
}
.adbtn .adbtn-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 26px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: left;
}
.adbtn .icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 40%;
  font-size: 1.5em;
}
.adbtn .icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.adbtn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
.adbtn:hover .adbtn-content {
  right: 100%;
}
.adbtn:hover .icon {
  border-left: 0;
  font-size: 1.8em;
  width: 100%;
}
.adbtn:hover:after {
  opacity: 0.2;
  z-index: -1;
}
.adbtn.adbtn-alt-color {
  border-color: #ffffff;
  color: #ffffff;
}
.adbtn.adbtn-alt-color .icon {
  border-left-color: #ffffff;
}
.adbtn.adbtn-alt-color:after {
  background-color: #ffffff;
}
.adbtn:hover {
  text-decoration: none;
  color: #ffffff;
}
.divsep .v-line {
  width: 1px;
  background: #282828;
  height: 90%;
  margin: 0 auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ts-14 {
  font-size: 14px;
}
.p-cal {
  background: #222;
  text-align: left;
  font-size: 12px !important;
  padding: 5px 15px;
  color: #999 !important;
}
p.p-cal {
  color: #999 !important;
}
.p-content a {
  color: #fff;
}
.p-content h3 {
  margin-top: 0px;
  font-size: 1.3em;
}
.p-meta .fa {
  margin-right: 10px;
  width: 14px;
}
.p-container {
  padding-bottom: 15px;
}
.p-meta a,
.p-meta p {
  color: #666666 !important;
}
.p-meta a:hover,
.p-meta a:focus,
.p-meta a:active {
  color: #ffffff;
  text-decoration: none;
}
.p-meta p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: roboto;
  font-weight: 500;
}
.p-meta hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.col-md-2.p-meta .svg-inline--fa {
  color: #333;
}
.post-metas {
  font-size: 13px;
  font-weight: 400;
}
.mt-1.post-metas p {
  font-family: roboto !important;
  font-weight: 500;
  letter-spacing: ;
}
.mt-1.post-metas p,
.mt-1.post-metas p a {
  color: #666666;
}
.p-meta-separator {
  display: inline-block;
  margin: 0px 5px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 300;
  font-size: 1.5em;
  position: relative;
  top: 2px;
}
.post-metas i {
  color: rgba(255, 255, 255, 0.3);
  margin-right: 7px;
}
@media only screen and (max-width: 600px) {
  #panel-btn span {
    display: none;
  }
  #panel-btn {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
    top: calc(100% - 35px);
  }
  .caldera-grid .form-group {
    margin-bottom: 8px;
  }
  #main-slider p {
    font-size: 20px;
  }
}
.simplebar-content {
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  text-align: ;
  left: 50%;
  width: 100%;
}
.simplebar-scrollbar::before {
  background-color: #b39761;
}
.simplebar-content-wrapper label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.simplebar-content-wrapper .wpcf7-form {
  text-align: left;
}
.simplebar-content-wrapper .wpcf7-textarea {
  max-height: 100px;
}
.simplebar-content-wrapper .wpcf7-form p {
  margin-bottom: 5px;
}
.simplebar-content-wrapper .wpcf7-form label {
  width: 100%;
  font-weight: 500 !important;
  font-family: roboto;
  color: #777;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  font-family: roboto;
}
.wpcf7-form star {
  color: #dd5151;
  margin-left: 1px;
  font-size: 1.5em;
  position: relative;
  top: 4px;
  line-height: 0px;
  display: inline-block;
}
.simplebar-content .wpcf7-submit {
  padding: 8px !important;
  background: #444;
}
.card-footer a {
  color: #999999;
}
.card-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.card-footer p {
  margin-bottom: 0px;
  font-size: 14px;
}
#home-blog {
	margin-top: 50px;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #222;
	padding-bottom: 100px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  border-radius: 3px !important;
  background: transparent !important;
  width: 48px !important;
  height: auto !important;
}
.widget-area .owl-next,
.widget-area .owl-prev {
  top: 50% !important;
  width: 30px !important;
}
.widget-area .owl-carousel .owl-next {
  right: 0px;
  margin-right: 15px;
}
.widget-area .owl-carousel .owl-prev {
  left: 0px;
  margin-left: 15px;
}
.owl-carousel .owl-next {
  margin-right: 10px;
  opacity: 0;
}
.owl-carousel .owl-prev {
  margin-left: 10px;
  opacity: 0;
}
.owl-carousel .owl-prev {
  left: 15px;
  transition: all 0.4s ease;
}
#home-blog:hover .owl-carousel .owl-prev {
  left: 15px;
}
.owl-carousel .owl-next {
  right: 15px;
  transition: all 0.4s ease;
}
#home-blog:hover .owl-carousel .owl-next {
  right: 15px;
}
#home-blog:hover .owl-carousel .owl-prev,
#home-blog:hover .owl-carousel .owl-next {
  opacity: 0.4 !important;
}
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1 !important;
  color: #ffffff;
}
.owl-nav .fa {
  color: rgba(0, 0, 0, 0.5) !important;
  width: 50px !important;
  height: 50px !important;
  left: 50%;
  display: block !important;
  text-align: center;
  line-height: 50px;
}
@media only screen and (min-width: 964px) {
  #home-blog .owl-stage-outer {
    margin-left: 0px;
  }
}
.container.bg-sm-title {
  margin-top: 0px;
  padding-top: 24px;
  margin-top: 50px;
}
.txt-gradient-ppy {
  background-image: linear-gradient(
    to right,
    rgba(187, 0, 255, 1) 0%,
    rgba(238, 37, 128, 1) 50%,
    rgba(253, 202, 6, 1) 100%
  );
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.txt-gradient-ppy2 {
  background-image: linear-gradient(
    to right,
    rgb(182, 144, 71) 0%,
    rgb(255, 227, 197) 50%,
    rgb(179, 151, 97) 100%
  );
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
#content-ben-blog {
  padding: 35px;
  background: #111;
}
.grad-link:hover .txt-gradient-ppy {
  background-image: linear-gradient(
    to right,
    rgb(253, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}
.txt-gradient-ppy,
.txt-gradient-ppy::after {
  font-family: "Damion", cursive;
}
.grad-link2:hover .txt-gradient-ppy2 {
  background-image: linear-gradient(
    to right,
    rgb(253, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}
.txt-gradient-ppy2,
.txt-gradient-ppy2::after {
  font-family: "Damion", cursive;
}
#escorts-filtering {
  margin-bottom: 0px;
}
.box-dark {
  background: #111;
  padding: 50px;
  margin: 30px 0px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 75px auto;
  border: 3px solid rgba(255, 255, 255, 0.05);
}
.corner-button-alt:before,
.corner-button-alt:after,
.corner-button-alt span:before,
.corner-button-alt span:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
}
.corner-button-alt {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  position: relative;
  min-width: 20px;
  min-height: 30px;
  margin: 0px 0px 15px 0px;
  background: #b39761;
  border: none;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  padding: 12px 20px;
  box-sizing: content-box;
  border: 2px solid transparent;
  text-align: center;
  line-height: 30px;
  transition: 0.5s;
}
.corner-button-alt:focus,
.corner-button-alt:active {
  color: #ffffff;
}
.corner-button-alt:hover {
  text-decoration: none;
  background: #333 !important;
}
.corner-button-alt:before {
  top: -2px;
  left: -2px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transition: 0.5s all;
}
.corner-button-alt:after {
  top: -2px;
  right: -2px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: 0.5s all;
}
.corner-button-alt span {
  display: block;
}
.corner-button-alt span:before {
  bottom: -2px;
  left: -2px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transition: 0.5s all;
}
.corner-button-alt span:after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: 0.5s all;
}
.corner-button-alt:hover {
  color: #ffffff;
}
.corner-button-alt:hover:before,
.corner-button-alt:hover:after {
  border-color: #ffffff;
  width: 0%;
  height: 0%;
  opacity: 0;
}
.corner-button-alt:hover span:before,
.corner-button-alt:hover span:after {
  border-color: #ffffff;
  width: 0%;
  height: 0%;
  opacity: 0;
}
/********** the incon button **********/
.corner-button-alt.nobg {
  background: transparent;
  transition: all 0.4s;
}
.corner-button-alt.nobg .fa {
  color: #777777;
}
.corner-button-alt.nobg:hover {
  background: rgba(0, 0, 0, 0.1);
}
.trunc-parent {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 30px 0;
}
.text-truncated {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cfdatepicker.dropdown-menu {
  background: #333333 !important;
}
.cfdatepicker.dropdown-menu {
  color: #777 !important;
}
.cfdatepicker table tr td.old,
.cfdatepicker table tr td.new {
  color: #555 !important;
}
.dow {
  color: #ccc !important;
}
.cfdatepicker-dropdown.cfdatepicker-orient-bottom::before {
  border-top: 7px solid #333 !important;
}
.cfdatepicker-dropdown.cfdatepicker-orient-bottom::after {
  border-top: 6px solid #333 !important;
}
.caldera-grid .form-control::placeholder {
  color: #777 !important;
}
.caldera-grid .form-control,
.caldera-grid output {
  color: #ccc !important;
}
.caldera-grid select {
  height: auto !important;
}
.search-field.form-control {
  height: 46px;
}
.search-submit.btn.btn-default {
  margin-bottom: 3px;
}
.sm-ribbon {
  background: #ff6600;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 0px 15px;
  border: 0 none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  float: right;
}
.sm-ribbon.vip-badge {
  background: #fabc3c !important;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
/********** Model dropdown select with images **********/
.dd-select {
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  height: 72px;
  padding: 0px;
  background: #222;
  border: 1px solid #333;
}
.dd-option,
.dd-select {
  padding: 2px;
}
.dd-selected {
  overflow: hidden;
  display: block;
  padding: 2px;
  font-weight: bold;
}
.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.dd-pointer-down {
  border: solid 5px transparent;
  border-top: solid 5px #8d8d8d;
}
.dd-pointer-up {
  border: solid 5px transparent !important;
  border-bottom: solid 5px #8d8d8d !important;
  margin-top: -8px;
}
.dd-option,
.dd-options {
  border-bottom: solid 1px #222222;
}
.dd-options {
  border-top: none;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.dd-option {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
  border-bottom: none;
}
.dd-options li {
  border-right: 1px solid #222;
  border-left: 1px solid #222;
}
.dd-option:hover {
  background: #222222;
}
.dd-option:hover .dd-option-text {
  color: #ffffff;
}
.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-option-selected,
.dd-options {
  background: #111111;
}
.dd-option-image,
.dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 15px;
  max-width: 63px;
}
.dd-option-text,
.dd-selected-text {
  margin-bottom: 0px;
}
.dd-image-right {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
}
.dd-container {
  position: relative;
}
.dd-selected-text {
  font-weight: bold;
}
.dd-option {
  position: relative;
}
.dd-selected-text,
.dd-option-text {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.dd-selected-text {
  color: #cccccc;
}
.dd-option-text {
  color: #999;
}
.custom-control.image-checkbox {
  position: relative;
  padding-left: 0;
}
.custom-control.image-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after,
.custom-control.image-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:before {
  opacity: 1;
}
.custom-control.image-checkbox label {
  cursor: pointer;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%230f0' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.cpx-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-control.image-checkbox label::after,
.custom-control.image-checkbox label::before {
  transition: opacity 0.3s ease;
  opacity: 0;
  left: 0;
  background: transparent;
  background-repeat: repeat;
  background-image: none;
  background-image: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 1px solid #00ff00;
  top: 0;
  box-shadow: insex 0px 0px 10px #000, 0px 0px 5px #000;
  box-shadow: 0px 0px 6px green, inset 0px 0px 6px #009210, 0px 0px 10px green;
}
.custom-control.image-checkbox label:focus,
.custom-control.image-checkbox label:hover {
  opacity: 1;
  border-color: #999999;
}
.custom-control.image-checkbox label img {
  border-radius: 2.5px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  background: #fff;
}
.custom-checkbox .custom-control-input ~ .custom-control-label img {
  opacity: 0.5;
}
.custom-checkbox .custom-control-input ~ .custom-control-label:hover img {
  opacity: 1;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label img {
  opacity: 0.7;
}
.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label
  .booking-mn,
.custom-control-label:hover .booking-mn {
  color: #ffffff;
}
.booking-mn {
  font-size: 0.8em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888888;
}
.model-select label {
  background: #222222;
  border: 2px solid #333;
}
.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label
  .img-cwrap,
.model-select label:hover {
  background: #2e452c;
}
#b-page .error {
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px;
}
#b-page .success {
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px;
}
#b-page form span {
  color: red;
}
.col-narrow {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-control.form-control-book {
  height: 65px !important;
}
.form-control.short {
  width: 130px;
  float: left;
}
.short-right {
  line-height: 60px;
  margin-left: 15px;
  font-size: 1.5em;
}
.booking-form select.form-control {
  height: 65px !important;
}
.ttransno {
  text-transform: none !important;
  font-style: italic;
  opacity: 0.7;
}
h4.form-heading {
  font-size: 20px;
  margin-bottom: 0px;
}
p.form-paragraph {
  font-size: 0.9em;
  font-weight: 300;
}
.form-control.humanver {
  padding: 5px;
  height: 36px;
  width: 40px;
  text-align: center;
  float: left;
}
.humanv {
  position: relative;
  top: -16px;
  left: 10px;
  font-size: 30px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 103, 103, 0.25);
}
.max-700 {
  max-width: 700px;
  margin: 0 auto;
}
h1.light,
h2.light,
h3.light,
h4.light {
  font-weight: 300;
  font-family: roboto;
}
h3.light {
  font-size: 1.35em;
  line-height: 1.3em;
}
/* ++++++++++++++++++++++++++++++++++++++++++
Model VIP Ribbon
+++++++++++++++++++++++++++++++++++++++++++ */
.fig-wrapper {
  overflow: hidden !important;
  position: relative;
}
#pro-vip {
  font-size: 1.35em;
  text-shadow: 0 0 5px #f8df82;
  color: #ffffff;
  font-family: georgia;
  font-weight: bold;
}
.vip-ribbon {
  width: 120px;
  background: linear-gradient(
    60deg,
    rgb(147, 118, 63) 20%,
    rgb(147, 118, 63) 20%,
    rgb(219, 190, 94) 40%,
    rgb(254, 252, 234) 50%,
    rgb(219, 190, 94) 60%,
    rgb(219, 190, 94) 60%,
    rgb(147, 118, 63) 80%
  );
  position: absolute;
  top: auto;
  bottom: 10px;
  left: -35px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 9;
  font-size: 20px;
}
.modal-body .vip-ribbon {
  width: 120px;
  background: linear-gradient(
    60deg,
    rgb(147, 118, 63) 20%,
    rgb(147, 118, 63) 20%,
    rgb(219, 190, 94) 40%,
    rgb(254, 252, 234) 50%,
    rgb(219, 190, 94) 60%,
    rgb(219, 190, 94) 60%,
    rgb(147, 118, 63) 80%
  );
  position: absolute;
  top: auto;
  bottom: 4px;
  left: -50px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 9;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600 !important;
}
.new-escort-tag {
  width: 120px;
  background: red;
  position: absolute;
  top: auto;
  bottom: 30px;
  right: -30px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 9;
  font-size: 20px;
}
.vip-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.vip-ribbon.gold {
  color: #000000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  background: linear-gradient(
    90deg,
    rgb(96, 73, 42) 0%,
    rgb(243, 228, 171) 50%,
    rgb(96, 73, 42) 100%
  );
  font-weight: 600;
  text-shadow: none;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
}
@media only screen and (max-width: 800px) {

    .review-list li .review-body {
	padding: 0px 10px 20px 10px;
}
    #escortreviews-reviews #respond {
	padding: 15px;
}
.escortreviews-summary.rp-style-1 .escortreviews-summary-overall {
	flex: none;
	width: 100%;
	border-right: 0 none;
}
    .form-control, #commentform #author, #commentform .comment-form-email input, #commentform .comment-form-url input, #respond #comment {
	width: 100%;
	padding: 10px;
	font-size: 1.5rem;
	line-height: 1;
}
    .comment-form-author, .comment-form-email, .comment-form-url {
	width: 100%;
}
    #escortreviews-reviews .review-list .review-meta .avatar {
	margin-bottom: 0em;
}
.review-list .review-meta .comment-avatar {
	position: relative;
}
.comment-content, .review-list .review-author {
	margin-left: 0px !important;
}
  .ribbon-top-left span {
    right: -4px;
    top: 24px;
    transform: rotate(-45deg);
    padding: 5px;
  }
  .ribbon span {
    font-size: 10px;
  }
  .vip-ribbon.gold {
    font-size: 12px;
  }
  .vip-ribbon.bottom-left {
    bottom: 0px;
    left: -86px;
  }
  .vip-ribbon {
    line-height: 24px;
  }
  .model-card-title {
    padding: 5px 15px;
  }
  .ecsorts-cards {
    margin-bottom: 10px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++
Hide side apnel button under smart slider
+++++++++++++++++++++++++++++++++++++++++++ */
.n2-section-smartslider {
  z-index: 999;
}

.p-light {
  font-weight: 300;
}
.post-outer-wrapper {
  background: #141414;
  padding: 0px;
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #222;
  box-shadow: 0px 30px 25px -30px #000;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  line-height: 0em;
  height: 50px;
  width: 50px;
  outline: 0;
  border-radius: 50px;
}
a#back-to-top {
  background: #2d2d2d;
}
a#back-to-top:hover {
  background: #333333 !important;
  border-color: #555555 !important;
}
.back-to-top,
.back-to-top:active,
.back-to-top:focus {
  box-shadow: none !important;
  border-color: #343a40;
}
#back-to-top i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.goldtext {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff;
  background-image: linear-gradient(
    90deg,
    rgb(147, 128, 70) 0%,
    rgb(232, 217, 180) 50%,
    rgb(141, 116, 69) 100%
  ) !important;
  background-size: 4em 4em;
  color: #ffffff;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: auto;
  font-size: 3em;
}
.goldtext::after {
  background: 0 0;
  content: attr(data-text);
  display: inline-block;
  left: 0;
  position: absolute;
  text-shadow: 0 0px 15px #000;
  top: 0;
  z-index: -1;
}
.car-title h2 {
  margin: 0px;
  font-size: 1.2em;
  font-weight: 200;
  padding: 0px;
  line-height: 1.2em;
}
.car-title {
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
}
.border-gold {
  background: radial-gradient(ellipse at center, #333 0%, #141414 100%);
  padding: 15px 80px;
}
h2.text-g {
  color: #ffffff !important;
  text-shadow: 0px 2px 6px #000, 0px 2px 8px #000, 0px 2px 4px #000;
}
#filters .dropdown-menu {
  margin-top: 3px;
}
#filters a {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 16px;
}
#filters a span.badge {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -2px;
  font-weight: lighter;
}
#filters .dropdown-item:hover span.badge,
#filters .selected span.badge {
  color: #fff;
  background: transparent;
}
#filters .dropdown-item.selected,
#filters .dropdown-item:hover {
  background: #282828;
  color: #fff !important;
}
#filters .dropdown-menu {
  max-height: 70vh;
  overflow: auto;
}
#dropdownMenuButton:focus {
  box-shadow: none;
}
#filters #dropdownMenuButton:hover {
  background: #444444 !important;
}
.container.featured-models {
  margin-top: 30px;
}
.container.featured-models p {
  padding: ;
  margin-top: 20px;
}
.filters-message {
  font-family: "Poppins", sans-serif;
}
.filters-message .btn,
#filters #dropdownMenuButton {
  margin: 0px !important;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 20px;
}
.filters-message h3 {
  display: inline-block;
  margin-right: 15px;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  color: #b39761;
  font-weight: 400 !important;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 768px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .mogal {
    padding-bottom: 50px !important;
  }
  .model-single-review {
    bottom: 15px !important;
  }
  h2.text-g {
    font-size: 20px;
  }
  .border-gold {
    padding: 15px;
  }
  #owl-main {
    margin-top: 50px;
  }
  .comment-respond [class^="rate-"]::before,
  .comment-respond [class*=" rate-"]::before {
    font-size: 165%;
  }
  #mobile-last {
    order: 2;
  }
  .blog-posts-title {
    margin: 10px;
    min-height: 230px;
    border: 3px solid #333;
    order: 2;
  }
  .btitle {
    display: none;
  }
  .owl-item .caption {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-item.button .nav-link {
    display: inline;
    padding: 6px 30px !important;
  }
}

.n2-section-smartslider {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
@media only screen and (max-width: 768px) {
  .filters-button #filters {
    text-align: center;
    margin-bottom: 15px !important;
  }
}

.nextprev-nav .col-4 {
  position: relative;
}
.nextprev-nav a {
  font-size: 45px;
  color: #999999;
}
.nextprev-nav a:hover {
  text-decoration: none;
  color: #000000;
}
.nextprev-nav {
  height: 200px;
  overflow: hidden;
}
.ar-name {
  font-size: 20px;
  transition: all 0.3s;
  opacity: 0;
  display: inline-block;
  pointer-events: none;
}
.ar-right .ar-name {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.ar-left .ar-name {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.ar-right a:hover .ar-name {
  right: 60px;
  opacity: 1;
}
.ar-left a:hover .ar-name {
  left: 60px;
  opacity: 1;
}
.fa.fa-angle-double-right {
  padding-left: 10px;
}
.fa.fa-angle-double-left {
  padding-right: 10px;
}
#home-blog h1,
#home-blog h2,
.container.featured-models h1,
.container.featured-models h2,
#middle-content h1,
#middle-content h2 {
  font-size: 20px;
  padding-bottom: 0px;
  font-weight: 600;
}
.home-posts-car h2 {
  font-size: 24px !important;
  margin: 0px;
}
.wp-block-video video:focus {
  outline: none !important;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.wp-social-link svg {
  color: #fff;
}
.wp-block-image figcaption {
  font-size: 0.85em;
  text-align: center;
  margin: 0px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: -15px;
  padding: 5px 15px;
}
@media screen and (max-width: 800px) {

  .vip-ribbon.bottom-left {
    bottom: 3px;
    left: -45px;
    letter-spacing: 0px;
  }
  .modcon-wrap h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: -6px;
  }
  .modcon-wrap {
    margin-bottom: 10px;
  }
  .filters-message .btn,
  #filters #dropdownMenuButton {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 15px;
  }
    #home-blog h1, #home-blog h2, .container.featured-models h1, .container.featured-models h2, #middle-content h1, #middle-content h2 {
	font-size: 24px;

}
    .home-posts-car .caption p {
    line-height: 1.5;
	font-size: 1.3rem;
}
}
@media only screen and (max-width: 767px) {
  #filters .btn,
  #escorts-filtering .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px !important;
  }
  .filters-message .btn, #filters #dropdownMenuButton {
	padding: 15px 20px;
}
.filters-message .btn, #filters #dropdownMenuButton {
	font-size: 20px;
}
}