/*
Theme Name: Luxúria Real
Theme URI: https://an1.com.br/
Description:
Version: 3.6.2.4
Author: an1.com
Author URI: https://an1.com.br/
Text Domain: escortwp
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
ol,
ul {
  list-style: inside;
}
:focus {
  outline: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.clear {
  clear: both;
}
.clear5 {
  clear: both;
  height: 5px;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear15 {
  clear: both;
  height: 15px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.clear30 {
  clear: both;
  height: 30px;
}
.clear40 {
  clear: both;
  height: 40px;
}
.clear50 {
  clear: both;
  height: 50px;
}
.hide {
  display: none;
}
.center {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.col10 {
  width: 10% !important;
}
.col20 {
  width: 20% !important;
}
.col30 {
  width: 30% !important;
}
.col33 {
  width: 33% !important;
}
.col40 {
  width: 40% !important;
}
.col50 {
  width: 50% !important;
}
.col60 {
  width: 60% !important;
}
.col70 {
  width: 70% !important;
}
.col80 {
  width: 80% !important;
}
.col90 {
  width: 90% !important;
}
.col100 {
  width: 100% !important;
}

.rad3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rad5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rad7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.rad17 {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.rad25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.rad50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

a {
  color: #e0006c;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #075b6d;
}

.l {
  float: left;
}
.r {
  float: right;
}
.err,
.ok {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 1em;
  margin: 10px 0;
  padding: 5px 2px;
}
.err {
  background-color: #cc0033;
}
.ok {
  background-color: #6da22e;
}
.err a,
.ok a {
  color: #fff !important;
  text-decoration: underline;
}
.err small,
.ok small {
  line-height: 1.1em;
  display: block;
}

.ok2 {
  border: solid 1px #6da22e;
  padding: 10px;
}
.ok2 .icon-ok {
  color: #6da22e;
}

.nopadding {
  padding: 0 !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.pinkbutton,
.pinkdegrade {
  background: #e0006c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fe5acb),
    color-stop(100%, #e0006c)
  );
  background: -webkit-linear-gradient(top, #fe5acb 0%, #e0006c 100%);
  background: -webkit-linear-gradient(top, #fe5acb 0%, #e0006c 100%);
  background: linear-gradient(to bottom, #fe5acb 0%, #e0006c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE5ACB', endColorstr='#E0006C',GradientType=0 );
  color: #fff;
}
.pinkbutton:hover {
  background: #fe5acb;
  color: #fff;
}
input.pinkbutton {
  font-size: 1em;
  line-height: 1.2em;
}

.whitebutton,
.whitedegrade {
  background: #fff;
  color: #e0006c;
  border: none;
}
.whitebutton:hover {
  background: #9d0ac6;
  color: #fff;
}
input.whitebutton {
  font-size: 1em;
  line-height: 1.2em;
}

.blueishbutton {
  background: #eff8ff;
  color: #e0006c;
  border: 1px #fe5acb solid;
}
.blueishbutton:hover {
  background: #fe5acb;
  color: #fff;
}
.blueishdegrade {
  background: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #eff8ff)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eff8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8ff',GradientType=0 );
}

.bluebutton,
.bluedegrade {
  background: #20c7f9;
  background: -moz-linear-gradient(top, #20c7f9 0%, #1b6ad1 100%);
  background: -webkit-linear-gradient(top, #20c7f9 0%, #1b6ad1 100%);
  background: linear-gradient(to bottom, #20c7f9 0%, #1b6ad1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20c7f9', endColorstr='#1b6ad1',GradientType=0 );
}
.bluebutton:hover {
  background: #20e0f9;
  background: -moz-linear-gradient(top, #20e0f9 0%, #20b6fc 100%);
  background: -webkit-linear-gradient(top, #20e0f9 0%, #20b6fc 100%);
  background: linear-gradient(to bottom, #20e0f9 0%, #20b6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20e0f9', endColorstr='#20b6fc',GradientType=0 );
}

.orangebutton,
.orangedegrade {
  background: #db2b39;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #db2b39),
    color-stop(100%, #db2b39)
  );
  background: -webkit-linear-gradient(top, #db2b39 0%, #db2b39 100%);
  background: -webkit-linear-gradient(top, #db2b39 0%, #db2b39 100%);
  background: linear-gradient(to bottom, #db2b39 0%, #db2b39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea037', endColorstr='#fd6420',GradientType=0 );
  color: #fff;
}
.orangebutton:hover {
  background: #ba3b46;
}

.redbutton,
.reddegrade {
  background: #ba3b46;
  background: -moz-linear-gradient(top, #ba3b46 0%, #ba3b46 100%);
  background: -webkit-linear-gradient(top, #ba3b46 0%, #ba3b46 100%);
  background: linear-gradient(to bottom, #ba3b46 0%, #ba3b46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5959', endColorstr='#ba3b46',GradientType=0 );
  color: #fff;
}
.redbutton:hover {
  background: #db2b39;
}

.greenbutton,
.greendegrade {
  background: #30ce73;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  color: #fff;
}
.greenbutton:hover {
  background: #22e56d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #22e56d),
    color-stop(100%, #17c15b)
  );
  background: -webkit-linear-gradient(top, #22e56d 0%, #17c15b 100%);
  background: -webkit-linear-gradient(top, #22e56d 0%, #17c15b 100%);
  background: linear-gradient(to bottom, #22e56d 0%, #17c15b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e56d', endColorstr='#17c15b',GradientType=0 );
  color: #fff;
}
input.greenbutton,
button.greenbutton {
  font-size: 1em;
  line-height: 1.2em;
}

.graybutton,
.graydegrade {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e1e1e1)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
  color: #727272;
}
.graybutton:hover {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ededed),
    color-stop(100%, #d8d8d8)
  );
  background: -webkit-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #ededed 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d8d8d8',GradientType=0 );
}

.pinkbutton,
.blueishbutton,
.orangebutton,
.redbutton,
.greenbutton,
.graybutton,
.whitebutton {
  text-decoration: none !important;
  padding: 5px 16px;
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.clickbutton {
  background: #5c8270;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d82bb0),
    color-stop(100%, #0f7e78)
  );
  background: -webkit-linear-gradient(top, #d82bb0 0%, #0f7e78 100%);
  background: -webkit-linear-gradient(top, #d82bb0 0%, #0f7e78 100%);
  background: linear-gradient(to bottom, #d82bb0 0%, #0f7e78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82bb0', endColorstr='#0f7e78',GradientType=0 );
  color: #524eee;
}

/* Style Radio and Checkbox form fields START */
/* RESET */
input[type="radio"],
input[type="checkbox"] {
  margin-bottom: 0;
  width: 18px;
  height: 18px;
}

/* SOURCE ELEMENT (when checkator is enabled on an element) */
.checkator_source {
  position: relative;
  z-index: 2;
  display: block;
}

/* SHARED SETTING */
.checkator_holder {
  /* Holder for the new element */
  display: inline-block;
  position: relative;
  vertical-align: sub;
}
.checkator_element {
  /* New element */
  border: 2px solid #e37592;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.checkator_holder.radio .checkator_source:checked + .checkator_element:after {
  /* Checked element dot */
  border: 2px solid #646ff0;
  background-color: #646ff0;
  display: block;
  content: " ";
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.checkator_holder.checkbox
  .checkator_source:checked
  + .checkator_element:before {
  /* Checked element dot */
  content: "\e80e";
  font-family: "escortwp" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  top: -1px;
  position: absolute;
  left: 0px;
  font-size: 0.9em;
  color: #646ff0;
}

.checkator_source:focus + .checkator_element {
  /* Focused element */
  /*border: 2px solid #cc0;*/
}
.checkator_source:hover + .checkator_element {
  /* Hovered element */
  border: 2px solid #646ff0;
}

/* RADIO SETTINGS */
.checkator_element.checkbox {
  /* CHECKBOX SETTINGS */
  border: 2px solid #e37592;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.checkator_element.radio {
  border-radius: 50% !important;
}
.checkator_element.radio:after {
  border-radius: 50% !important;
}
/* Style Radio and Checkbox form fields END */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #0d0d0d;
  color: #12526f;
  overflow-x: hidden;
  margin: 0 auto;
}

.all {
  width: 100%;
}

.all-topnav {
  width: 100%;
}

.contentwrapper {
  float: left;
  width: 100%;
}

.body {
  margin: 0 250px 0 250px;
  border-left: 1px solid #f8c1cf;
  border-right: 1px solid #f8c1cf;
}

.bodybox.registerform h3 {
  text-align: center;
}
.bodybox.registerform .mandatory {
  text-align: center;
}
.bodybox {
  background-color: #fff0f4;
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #f8c1cf;
}

.bodybox h3,
.bodybox h4 {
  font-weight: normal;
}
.bodybox h3 {
  font-size: 1.5em;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
  color: #e0006c;
  text-align: center;
}
.bodybox .settingspagetitle {
  color: #e0006c;
  font-size: 1.8em;
  padding-bottom: 30px;
  text-align: center;
}

.bodybox .pagetitle-menu li {
  padding: 0 2px;
  list-style: none;
  float: left;
  display: block;
  line-height: 2em;
}
.bodybox .pagetitle-menu li a {
  padding: 5px 10px;
  display: inline-block;
  line-height: normal;
}
.bodybox .pagetitle-menu li a:hover {
  border-color: transparent;
}

.bodybox-homepage .see-all-bottom,
.bodybox-homepage .see-more-button {
  margin: 0 auto;
  padding: 5px 20px;
}
.bodybox-homepage .see-all-top {
  padding: 4px 20px;
}
.bodybox-homepage h3 {
  padding-bottom: 20px;
  color: #fa2dba;
  /*font-weight: 600;*/
  font-size: 1.7em;
}

.bodybox .taxonomy-description-box {
  padding: 20px 0;
}

.pagedesign a {
  color: #e0006c;
}
.pagedesign a:hover {
  color: #075b6d;
}
.pagedesign img {
  max-width: 100%;
}

.post-edit-link {
  color: #e0006c;
}

/***** HEADER start *****/
.all .logo h1 a {
  color: #fff;
  font-size: 1.3em;
  overflow: hidden;
}
.all .logo h1 a img {
  display: block;
}
.all .logo .sitedesc {
  padding-top: 5px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}

.header-top-bar {
  width: 100%;
  padding: 15px 20px;
  background: #260b39;
}

.header-top-bar .logo img {
  font-size: 1rem;
  height: auto;
  max-height: 3.5em;
  width: auto;
  max-width: 100%;
}

.header-top-bar .header-nav {
  font-size: 1rem;
  padding-left: 20px;
  min-height: 3.5em;
}
.header-top-bar .header-nav .header-menu li {
  float: left;
  list-style: none;
  position: relative;
}
.header-top-bar .header-nav .header-menu li a {
  color: #fff;
  font-weight: bold;
  line-height: 1.8em;
  display: block;
  float: left;
  padding: 0 13px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.header-top-bar .header-nav .header-menu li a:hover,
.header-top-bar .header-nav .header-menu li.current_page_item a {
  background: #fe5acb;
}

.header-top-bar .header-nav .header-menu ul {
  background: #fff;
  color: #7ca9c8;
  position: absolute;
  top: 1.8em;
  left: 0;
  z-index: 2;
  text-align: left;
  padding: 3px;
  display: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.header-top-bar .header-nav .header-menu ul ul {
  display: none;
  left: 200px;
  top: 0;
  border-left: 1px solid #e0e9ed;
}
.header-top-bar .header-nav .header-menu li:hover ul {
  display: block;
}
.header-top-bar .header-nav .header-menu li:hover ul ul {
  display: none;
}
.header-top-bar .header-nav .header-menu ul li:hover ul {
  display: block;
}
.header-top-bar .header-nav .header-menu ul li:hover ul ul {
  display: none;
}
.header-top-bar .header-nav .header-menu ul ul li:hover ul {
  display: block;
}
.header-top-bar .header-nav .header-menu ul li a,
.header-top-bar .header-nav .header-menu .current_page_item ul li a {
  background: #fff;
  display: block;
  float: none;
  color: #7ca9c8;
  line-height: 2.1em;
  margin: 2px 0;
}
.header-top-bar .header-nav .header-menu ul li a:hover {
  background: #fe5acb;
  border: none;
  color: #fff;
  text-shadow: none;
}
.header-top-bar .header-nav .header-menu ul li a {
  margin-right: 0;
}
.header-top-bar .header-nav .header-menu ul li {
  position: relative;
  float: none;
  margin-right: 0;
  min-width: 200px;
}
.header-top-bar .header-nav .header-menu ul > li:first-child {
  padding-top: 0px;
}
.header-top-bar .header-nav .header-menu ul > li:last-child {
  padding-bottom: 0px;
}

.header-top-bar .subnav-menu-wrapper {
  min-height: 3.5em;
}
.header-top-bar .subnav-menu {
}
.header-top-bar .subnav-menu li {
  float: left;
  display: inline;
  list-style: none;
  padding-left: 5px;
  line-height: 2.2em;
  vertical-align: middle;
}
.header-top-bar .subnav-menu li.subnav-menu-btn a {
  vertical-align: middle;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  display: block;
  float: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fe5acb;
}
.header-top-bar .subnav-menu li.subnav-menu-icon a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5em;
  display: block;
  float: left;
  width: 1.5em;
  text-align: center;
}
.header-top-bar .subnav-menu li.subnav-menu-icon a:hover {
  background: #fe5acb;
}
.header-top-bar .subnav-menu li.subnav-menu-icon a span {
  display: block;
  line-height: 1.5em;
}
.header-top-bar .subnav-menu li.login-btn a,
.header-top-bar .subnav-menu li.logout-btn a {
  background: #d633a3;
}
.header-top-bar .subnav-menu li.subnav-menu-btn a:hover {
  background: #ac35c4;
}

.header-top-bar .subnav-menu .header-language-switcher {
  /*padding-left: 15px;*/
}
.header-top-bar .subnav-menu .header-language-switcher select {
  border: none;
  cursor: pointer;
  padding-left: 5px;
  background: #d633a3;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 2.2em;
  height: 2.2em;
}
.header-top-bar .subnav-menu .header-language-switcher select:hover {
  background: #ac35c4;
}
.header-top-bar .subnav-menu .header-language-switcher select option {
  background: #fff;
  color: #000;
}

header .hamburger-menu {
  display: none;
  cursor: pointer;
  background: #d633a3;
  color: #fff;
  line-height: 2.3em;
  padding: 0 10px;
  vertical-align: bottom;
  font-weight: 600;
}
header .hamburger-menu:hover {
  background: #ac35c4;
}

header.header-mobile1 .logo,
header.header-mobile2 .logo {
  width: 100%;
  text-align: center;
  float: none;
}
header.header-mobile1 .logo h1,
header.header-mobile2 .logo h1 {
  float: none;
  width: 100%;
}
header.header-mobile1 .logo h1 a,
header.header-mobile2 .logo h1 a {
  display: inline-block;
}

header.header-mobile1 .header-nav {
  float: none;
  width: 100%;
}

header.header-mobile2 .header-nav {
  padding: 0;
  width: 100%;
  text-align: center;
}
header.header-mobile2 .header-nav .header-menu {
  float: none;
  display: inline-block;
}
header.header-mobile2 .header-nav .header-menu li {
  float: none;
  display: inline-block;
}
header.header-mobile2 .subnav-menu-wrapper {
  width: 100%;
  display: block;
  text-align: center;
}
header.header-mobile2 .subnav-menu-wrapper .subnav-menu {
  float: none;
  display: inline-block;
  width: 100%;
}
header.header-mobile2 .subnav-menu-wrapper .subnav-menu li {
  display: inline-block;
  float: none;
}
header.header-mobile2 .subnav-menu-wrapper .subnav-menu li a {
  display: inline-block;
  float: none;
  vertical-align: top;
}
/***** HEADER end *****/

/***** SLIDER start *****/
.all.all-header-slider {
  width: 100%;
}
.sliderall {
  position: relative;
  padding: 10px 0;
  background: #2f074e;
  background: -moz-linear-gradient(
    -45deg,
    #2f074e 0%,
    #9f059b 26%,
    #b603a7 40%,
    #b205a8 51%,
    #6529c7 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #2f074e 0%,
    #9f059b 26%,
    #b603a7 40%,
    #b205a8 51%,
    #6529c7 100%
  );
  background: linear-gradient(
    135deg,
    #2f074e 0%,
    #9f059b 26%,
    #b603a7 40%,
    #b205a8 51%,
    #6529c7 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f074e', endColorstr='#6529c7',GradientType=1 );
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider .slide {
  list-style: none;
  display: inline;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.slider .slide .girlimg {
  position: relative;
  display: block;
  background: #fff0f4;
}

.slider .slide .girlimg img {
  width: 100%;
  display: block;
}

.slider .slide .labels {
  position: absolute;
  left: 3px;
  top: 3px;
}
.slider .slide .labels .label {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.7em;
  padding: 0 5px;
  float: left;
  margin-bottom: 2px;
}
.slider .slide .label-video {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.slider .slide .label-video img {
  max-width: 100px;
  height: auto;
  display: inline-block;
}

.slider .slide .girlinfo {
  color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
.slider .slide .girlinfo .modelinfo {
  padding: 5px;
  display: block;
  width: 100%;
  background: rgba(254, 90, 203, 0.4);
}
.slider .slide .girlimg:hover .girlinfo .modelinfo {
  background: -moz-linear-gradient(
    -45deg,
    rgba(254, 90, 203, 0.9) 0%,
    rgba(249, 187, 229, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(254, 90, 203, 0.9) 0%,
    rgba(249, 187, 229, 0.9) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(254, 90, 203, 0.9) 0%,
    rgba(249, 187, 229, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69fe5acb', endColorstr='#66f9bbe5',GradientType=1 );
}

.slider .slide .girlimg .girlinfo .clear {
  clear: both;
  display: block;
}
.slider .slide .girlimg .girlinfo .labels {
  display: block;
  padding: 5px;
  width: 100%;
}
.slider .slide .girlimg .girlinfo .labels span {
  display: block;
  float: right;
  padding: 2px 5px;
  margin-top: 3px;
  margin-left: 3px;
  font-size: 0.8em;
  font-weight: bold;
}
.slider .slide .girlimg .premiumlabel {
  position: absolute;
  right: -10px;
  top: 2px;
  text-align: right;
}
.slider .slide .girlimg .premiumlabel span {
  font-size: 0.92em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 130px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#f7c214 0%, #fc5e1f 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.slider .slide .girlinfo .modelinfo .modelname {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  display: block;
}
.slider .slide .girlinfo .modelinfo .modelinfo-location {
  display: block;
  font-size: 0.9em;
  text-align: center;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -28px;
  color: #fe5acb;
  line-height: 40px;
  font-size: 50px;
  text-shadow:
    -2px 0 #fff,
    0 2px #fff,
    2px 0 #fff,
    0 -2px #fff;
  font-size: 3em;
}
.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
  color: #fff;
  text-shadow:
    -2px 0 #fe5acb,
    0 2px #fe5acb,
    2px 0 #fe5acb,
    0 -2px #fe5acb;
}
.slider .owl-nav .owl-prev {
  left: 0;
}
.slider .owl-nav .owl-next {
  right: 0;
}
.slider .owl-nav .owl-prev:before {
  /*content: "\e80d";*/
}
.slider .owl-nav .owl-next:before {
  /*content: "\e80a";*/
}

.slider-pagination {
  text-align: center;
  display: none;
}
.mobile-profiles-slider .slider-pagination {
  padding: 10px 0;
}

.slider-pagination a {
  text-decoration: none;
  display: inline-block;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4e443c;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 2px #4e443c;
  -moz-box-shadow: 0 0 2px #4e443c;
  box-shadow: 0 0 2px #4e443c;
}

.slider-pagination a.active {
  background: #4e443c;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #f0efe7;
  -moz-box-shadow: 0 0 2px #f0efe7;
  box-shadow: 0 0 2px #f0efe7;
}
/***** SLIDER end *****/

.sidebar-left,
.sidebar-right {
  width: 250px;
  word-wrap: break-word;
  overflow: hidden;
}
/***** SIDEBAR LEFT start *****/
.sidebar-left {
  margin-left: -100%;
}

.sidebar-left .countries {
  background-color: #fff0f4;
  padding: 20px;
  border-bottom: 1px solid #f8c1cf;
}
.sidebar-left .countries h4 {
  font-size: 1.1em;
  font-weight: normal;
  padding-bottom: 5px;
}
.sidebar-left .countries h4 .icon {
  display: none;
  vertical-align: bottom;
}

.sidebar-left .country-list {
}
.sidebar-left .country-list li {
  list-style: none;
  line-height: 2.1em;
  display: block;
}
.sidebar-left .country-list ul {
  padding-left: 17px;
}
.sidebar-left .country-list a {
  color: #e0006c;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-left .country-list a:hover {
  color: #6702ac;
}
.sidebar-left .country-list .iconlocation {
  cursor: pointer;
  color: #6702ac;
  line-height: 1.53rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
}
.sidebar-left .country-list .iconlocation:hover {
  background: #fff;
  color: #6702ac;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sidebar-left .country-list .iconlocation.icon-minus,
.sidebar-left .country-list .iconlocation.icon-minus:hover {
  color: #f7d4d4;
  cursor: default;
  background: none;
}
/***** SIDEBAR LEFT end *****/

.widgetbox-wrapper {
  background-color: #fff0f4;
  padding: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f8c1cf;
}
.footer .widgetbox {
  color: #000;
  padding: 0 10px;
}
.footer .placeholder-widgettext {
  text-align: center;
}
.widgetadbox a,
.addspace a {
  color: #fff;
  text-decoration: underline;
}
.header-addspace {
  color: #fff;
  padding-top: 10px;
}
.widgetbox h4 {
  font-size: 1.1em;
  font-weight: normal;
  padding-bottom: 5px;
}
.widgetbox li {
  list-style: none;
  line-height: 1.7em;
}

/***** SIDEBAR RIGHT start *****/
.sidebar-right {
  float: left;
  margin-left: -250px;
}
.sidebar-right .sidebar-expire-notice-mobile {
  cursor: pointer;
  padding: 7px 0;
  display: none;
  border-bottom: 1px solid #f8c1cf;
  color: #fff;
}
/*.sidebar-right .sidebar-expire-notice-mobile .expiration-date{
	display: inline-block;
}*/
/*.sidebar-right .sidebar-expire-notice-mobile .sidebar-expire-mobile-extent-button{
	display: inline-block;
	line-height: 1.5em;
	padding: 0 10px;
	margin-left: 7px;
}*/
.sidebar-right .sidebar-expire-notice {
  padding: 10px;
  cursor: default;
  /*border-bottom: 1px solid #f8c1cf;*/
  line-height: 1.7em;
  color: #fff;
  /*background: #E0006C;*/
  width: 100%;
}
.sidebar-right .sidebar-expire-notice small {
  display: block;
  line-height: 1.5em;
  font-size: 0.9em;
}
.sidebar-right .sidebar-expire-notice b {
  font-size: 1.1em;
}

.sidebar-right .sidebar-expire-notice .activation-duration {
  padding: 5px 10px;
  cursor: pointer;
  border: none;
}
.sidebar-right .sidebar-expire-notice .activation-duration option {
  padding: 3px 5px;
}

.sidebar-right .sidebar-expire-notice .payment-button,
.sidebar-right .sidebar-expire-notice .activation-button {
  padding: 0 15px;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: bold;
  display: inline-block;
}
.sidebar-right .sidebar-expire-notice .payment-button {
  border: 1px solid #a2f4c1;
}
.sidebar-right .sidebar-expire-notice .activation-button {
  border: 1px solid #5fcdf4;
}

.sidebar-right .sidebar-expire-notice .fake-button {
  margin-top: 10px;
  padding: 0px 18px;
  background: #fff;
  color: red;
  line-height: 2.4em;
  font-size: 1em;
  display: inline-block;
}
.sidebar-right .sidebar-expire-notice .fake-button:hover {
  background: #fd5959;
  background: -moz-linear-gradient(top, #fd5959 0%, #ff0000 100%);
  background: -webkit-linear-gradient(top, #fd5959 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #fd5959 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5959', endColorstr='#ff0000',GradientType=0 );
  color: #fff;
}
.sidebar-right
  .sidebar-expire-notice
  .sidebar-expire-notice-cancel-subscription-form {
  display: none;
}
.sidebar-right
  .sidebar-expire-notice
  .sidebar-expire-notice-cancel-subscription-form
  .fake-button {
  /*margin-top: 10px;*/
  /*padding: 4px 12px;*/
}

.agencyeditbuttons a {
  cursor: pointer;
}

.sidebar-right .buyfeatured,
.sidebar-right .buypremium {
  display: block;
  position: relative;
  line-height: 2em;
  text-align: center;
  padding-bottom: 10px;
}
.sidebar-right .buyfeatured .greendegrade,
.sidebar-right .buypremium .greendegrade {
  display: block;
  position: relative;
  line-height: 2em;
  text-align: center;
}
.sidebar-right .buyfeatured_details,
.sidebar-right .buypremium_details {
  display: none;
  padding: 30px 10px 10px 10px;
  border: 1px #fe5acb solid;
  position: relative;
  text-align: center;
}
.sidebar-right .buyfeatured_details .closebtn_box,
.sidebar-right .buypremium_details .closebtn_box {
  top: 5px;
  right: 3px;
}
.sidebar-right .buyfeatured_details .payment-button,
.sidebar-right .buypremium_details .payment-button {
  display: inline-block;
  font-size: 1.1em;
}

.sidebar-right .buyfeatured .show-price,
.sidebar-right .buypremium .show-price {
  font-weight: 600;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.83em;
  display: inline-block;
}

.sidebar-right .upgradeescortbox {
  color: #fff;
  position: relative;
  background-color: #e0006c;
  padding: 10px;
  display: none;
  text-align: center;
  float: left;
  width: 100%;
}
.sidebar-right .upgradeescortbox select {
  padding: 5px 10px;
  cursor: pointer;
}
.sidebar-right .upgradeescortbox .input {
  background-color: #fff;
  border: none;
  color: #2c3e50;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  padding: 5px;
}
.sidebar-right .upgradeescortbox .ok-button,
.sidebar-right .upgradeescortbox .del-button {
  font-size: 1em;
}

.sidebar-right .quicksearch {
  background-color: #e0006c;
  padding: 20px;
  color: #fff;
}
.sidebar-right .quicksearch h4 {
  padding-bottom: 10px;
  text-align: center;
}

.sidebar-right .quicksearch .form-input select {
  color: #286c9b;
  cursor: pointer;
  padding: 2px;
}
.sidebar-right .quicksearch .select2 {
  width: 100% !important;
}
.sidebar-right .quicksearch .select2-container .select2-selection--single {
  width: 100%;
}
.sidebar-right .quicksearch .form-input select option {
  padding: 0 2px;
}
.sidebar-right .quicksearch .formseparator {
  height: 10px;
}
.sidebar-right .quicksearch label {
  cursor: pointer;
}
.sidebar-right .quicksearch .adv {
  color: #fdd1ef;
}
.sidebar-right .quicksearch .adv:hover {
  text-decoration: underline;
  color: #fff;
}
.sidebar-right .quicksearch .submit-button {
  border: none;
  font-size: 1em;
  font-weight: bold;
}

.sidebar-right .upgradeescortbox .whitebutton:hover {
  background: #30ce73;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  color: #fff;
}

.sidebar-right .dropdownlinks {
  padding: 10px;
  cursor: default;
  border-bottom: 1px solid #c9f1fd;
  background: #20c7f9;
  background: -moz-linear-gradient(top, #20c7f9 0%, #1b6ad1 100%);
  background: -webkit-linear-gradient(top, #20c7f9 0%, #1b6ad1 100%);
  background: linear-gradient(to bottom, #20c7f9 0%, #1b6ad1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20c7f9', endColorstr='#1b6ad1',GradientType=0 );
}
.sidebar-right .dropdownlinks *::selection {
  background-color: #fff;
  color: #1b6ad1;
}
.sidebar-right .dropdownlinks.dropdownlinks-userid {
  color: #fff;
}
.sidebar-right .dropdownlinks.dropdownlinks-userid a.edit-user {
  color: #c9f1fd;
  text-decoration: underline;
  display: inline-block;
  float: none;
}
.sidebar-right .dropdownlinks h4 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
  color: #fff;
}
.sidebar-right .dropdownlinks-dropdown h4 {
  font-weight: 600;
  margin: -10px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}

.sidebar-right .dropdownlinks h4 .icon {
  color: #fff;
  margin-right: 5px;
}

.sidebar-right .dropdownlinks ul {
  background-color: #fff;
  display: none;
  padding: 10px;
  margin-top: 10px;
  float: left;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-right .dropdownlinks a {
  line-height: 1.7em;
  float: left;
}
.sidebar-right .dropdownlinks ul a {
  color: #125f92;
  line-height: 1.8em;
}
.sidebar-right .dropdownlinks ul a:hover {
  color: #20c1f6;
}
.sidebar-right .dropdownlinks ul li {
  list-style: none;
  width: 100%;
  padding: 4px 0;
  float: left;
}
.sidebar-right .dropdownlinks ul li a .icon {
  color: #20c1f6;
  margin-right: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  float: left;
  line-height: 1.4em;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin-top: 3px;
}
.sidebar-right .dropdownlinks a:hover .icon {
  background-color: #20c1f6;
  color: #fff;
}

.sidebar-right .dropdownlinks .delete-account-button {
  color: #fff;
  display: inline-block;
  float: none;
  line-height: 1.3em;
}
.sidebar-right .dropdownlinks .delete-account-button:hover {
  color: #fff;
}

.sidebar-right .dropdownlinks .member-delete-account-wrapper {
  display: none;
}

.sidebar-right .dropdownlinks .upgradebuttons .upgradebutton,
.sidebar-right .dropdownlinks .upgradebuttons .delbtn,
.sidebar-right .dropdownlinks .needs-payment,
.sidebar-right .dropdownlinks .deleteprofile,
.sidebar-right
  .dropdownlinks
  .member-delete-account-wrapper
  .delete-account-button,
.sidebar-right .dropdownlinks .mark-as-verified,
.sidebar-right .dropdownlinks .admin-set-to-private,
.sidebar-right .dropdownlinks .admin-delete-profile {
  line-height: 1.5em;
  font-size: 0.9em;
}
.sidebar-right .dropdownlinks .deleteprofile {
  float: none;
}
.sidebar-right .dropdownlinks .admin-delete-profile,
.sidebar-right .dropdownlinks .admin-delete-profile:hover {
  color: #fff;
  float: none;
}

.sidebar-right .blog-categories {
  float: left;
  width: 100%;
}
.sidebar-right .blog-categories a {
  float: none;
  padding: 5px 0;
  /*background: red;*/
}
.sidebar-right .blog-categories ul,
.sidebar-right .blog-categories ul li,
.sidebar-right .blog-categories ul ul {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.sidebar-right .blog-categories ul {
  padding: 10px 0 10px 10px;
}
.sidebar-right .blog-categories ul li {
  padding: 2px 0;
}
.sidebar-right .blog-categories ul ul {
  padding-left: 20px;
}
/***** SIDEBAR RIGHT end *****/

/***** ESCORT THUMB start *****/
.girl {
  float: left;
  width: 20%;
  padding: 5px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.girl.tour-thumb {
  width: 14.28%;
}

.girl .model-info {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5em;
  width: 100%;
}
.girl .desc {
  padding: 5px;
  background: rgba(254, 90, 203, 0.6);
  text-align: center;
}
.girl a .desc .girl-name {
  color: #fff;
  font-size: 1.2em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.girl.tour-thumb a .desc .girl-name {
  font-size: 1.1em;
}
.girl a:hover .desc {
  background: rgba(254, 90, 203, 0.8);
}
.girl .desc .girl-desc-location {
  font-size: 0.9em;
  color: #fff;
  padding: 5px 0;
}

.girl .thumb {
  border: 1px transparent solid;
  float: left;
  position: relative;
  width: 100%;
  background-color: #ebebeb;
}
.girl .thumb .thumbwrapper {
  position: relative;
}
.girl .thumb .thumbwrapper a {
  line-height: 0;
  width: 100%;
}
.girl .thumb .thumbwrapper a img {
  width: 100%;
}
.girl .thumb:hover {
  border: 1px #e0006c solid;
}

.girl .tour {
  color: #fff;
}
.girl .girlpremium {
  background-color: #fc5e1f;
}
.girl .thumb.girlpremium {
  border: 3px #f8aa17 solid !important;
}
.girl .girlpremium .premiumlabel {
  position: absolute;
  right: -7px;
  top: -8px;
  z-index: 1;
  text-align: right;
}
.girl .girlpremium .premiumlabel span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#f7c214 0%, #fc5e1f 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}
.girl .girlpremium .premiumlabel span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #fc5e1f;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fc5e1f;
}
.girl .girlpremium .premiumlabel span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #fc5e1f;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fc5e1f;
}

.girl .thumb a {
  float: left;
  position: relative;
}

/* labels: verified and new */
.girl .thumb .thumbwrapper .labels {
  padding: 4px;
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
.girl .thumb .thumbwrapper .label {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.7em;
  padding: 0 5px;
  float: right;
  margin-top: 2px;
}
.girl .thumb .thumbwrapper .label-video {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.girl .thumb .thumbwrapper .label-video img {
  max-width: 100px;
  height: auto;
}

/***** ESCORT THUMB end *****/

/***** FRONT PAGE REVIEWS start *****/
.onereviewtext {
  padding: 10px 0;
}
.onereviewtext .author span {
  color: #e0006c;
  font-size: 14px;
}
.onereviewtext .author {
  color: #afaeae;
}
.onereviewtext .reviewtext a {
  color: #2190ff;
}
.onereviewtext {
}
/***** FRONT PAGE REVIEWS end *****/

.girlsingle {
  position: relative;
}
.girlsingle .profile-title {
  font-size: 2em;
  color: #fe5acb;
  cursor: default;
}

.girlsingle .girlsinglelabels {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
}

.girlsingle .girlsinglelabels span {
  margin: 0 2px 10px 2px;
  padding: 3px 12px;
  cursor: default;
}
.girlsingle .profile-header .profile-header-name-info {
  background: #fff;
  padding: 10px 0;
}

.girlsingle .profile-header .phone-box,
.girlsingle .profile-header .available-on {
  padding-top: 15px;
  padding-right: 20px;
  font-weight: bold;
  text-align: center;
}
.girlsingle .profile-header .phone-box .label,
.girlsingle .profile-header .available-on .label {
  font-size: 1em;
  font-weight: normal;
  color: #8c7d90;
  cursor: default;
  line-height: 0.5em;
}
.girlsingle .profile-header .available-on .label {
  padding-bottom: 7px;
}
.girlsingle .profile-header .phone-box a {
  line-height: 1.7em;
}
.girlsingle .profile-header .phone-box a,
.girlsingle .profile-header .available-on a {
  font-size: 1.7em;
  color: #d633a3;
}
.girlsingle .profile-header .phone-box a:hover {
  color: #fe5acb;
}
.girlsingle .profile-header .phone-box .icon-phone {
  color: #fbb7e5;
  font-size: 0.8em;
}
.girlsingle .profile-header .available-on .icon {
  font-size: 1.2em;
  padding: 0 5px;
}
.girlsingle .profile-header .profile-header-name-info .section-box {
  float: right;
  text-align: center;
  padding: 0 20px;
}
.girlsingle
  .profile-header
  .profile-header-name-info
  .section-box
  .valuecolumn {
  color: #fe5acb;
  font-weight: 700;
  font-size: 1.7em;
  display: block;
  width: 100%;
  line-height: 1em;
  letter-spacing: -1.5px;
}
.girlsingle .profile-header .profile-header-name-info .section-box b {
  display: block;
  width: 100%;
  font-size: 0.9em;
  color: #8c7d90;
  font-weight: normal;
}

.girlsingle .profile-header.profile-header-mobile1 {
  text-align: center;
}
.girlsingle .profile-header-mobile1 .profile-header-name {
  float: none;
  padding-bottom: 20px;
}
.girlsingle .profile-header-mobile1 .profile-header-name h3 {
  text-align: center;
}
.girlsingle
  .profile-header-mobile1
  .profile-header-name
  .online-status
  .online-label {
  display: inline-block;
}
.girlsingle .profile-header-mobile1 .profile-header-name-info {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.girlsingle .profile-header-mobile1 .phone-box,
.girlsingle .profile-header-mobile1 .available-on {
  float: none;
  display: inline-block;
  padding: 10px 5px 0 5px;
}

.girlsingle .profile-header-mobile2 {
  text-align: center;
}
.girlsingle .profile-header-mobile2 .profile-header-name-info {
  display: inline-block;
  float: none;
}
.girlsingle .profile-header-mobile2 .phone-box,
.girlsingle .profile-header-mobile2 .available-on {
  display: inline-block;
  float: none;
  padding-right: 0;
  padding-bottom: 10px;
  width: 100%;
}

.girlsingle .profile-page-no-media {
  border: 2px #c1c4ca dashed;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #828995;
  vertical-align: middle;
}
.girlsingle .profile-page-no-media-wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.girlsingle .profile-page-no-media-wrapper-photos {
  padding-right: 5px;
}
.girlsingle .profile-page-no-media-wrapper-videos {
  padding-left: 5px;
}

.girlsingle .profile-page-no-media:hover {
  border-color: #e0006c;
}
.girlsingle .profile-page-no-media p {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
  margin: 0;
  padding: 0;
}
.girlsingle .profile-page-no-media p u {
  color: #e0006c;
}
.girlsingle .profile-page-no-media .icon {
  font-size: 2.5em;
  color: #e0006c;
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.girlsingle .profile-page-no-media .icon-film {
  font-size: 3.1em;
}

.girlsingle .max-photos b,
.girlsingle .max-videos b {
  background: #e0006c;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin: 0 3px;
}

.girlsingle .image-buttons-legend {
  line-height: 2em;
  width: 100%;
  clear: both;
  text-align: center;
}
.girlsingle .image-buttons-legend div {
  display: inline-block;
  padding: 0 5px;
}
.girlsingle .image-buttons-legend .button-delete {
  color: #d14841;
}
.girlsingle .image-buttons-legend .button-main-image {
  color: #61bd6d;
}

.girlsingle .bigimage {
  max-width: 312px;
  display: inline-block;
  padding: 20px 0;
}
.girlsingle .bigimage img {
  width: 100%;
}
.girlsingle .thumbs {
  width: 100%;
  text-align: center;
}
.girlsingle .thumbs img {
  float: left;
}

.girlsingle .lockedsection {
  padding: 10px;
  color: #fff;
  background-color: #e0006c;
  line-height: 2em;
  text-align: center;
}
.girlsingle .lockedsection .icon-lock {
  font-size: 2em;
  padding-right: 10px;
  width: 1em;
  position: absolute;
}
.girlsingle .lockedsection a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.girlsingle .lockedsection span.nr {
  float: none !important;
  padding: 0px 5px;
  font-weight: bold;
}
.girlsingle .lockedsection .payment-button {
  font-size: 1.1em;
}
.girlsingle .lockedsection small {
  line-height: 1.5em;
  display: block;
}

.girlsingle .rates-table td {
  width: 33%;
  padding: 2px 0;
  vertical-align: middle;
}
.girlsingle .rates-table th.hide-incall,
.girlsingle .rates-table th.hide-outcall {
  background: #fe5acb;
  color: #fff;
}

.girlsingle {
  color: #260b39;
}
.girlsingle .girlinfo {
  width: 50%;
}
.girlsingle .girlinfo.l {
  padding-right: 5px;
}
.girlsingle .girlinfo.r {
  padding-left: 5px;
}
.girlsingle .girlinfo .girlinfo-section {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.girlsingle .girlinfo .text-me-icon {
  font-size: 2.5em;
  margin-right: 10px;
}
.girlsingle a {
  color: #e0006c;
}

a.reviewthegency {
  margin-left: 10px;
  color: #fff;
}

.girlsingle .aboutme {
  background: #fff;
  padding: 20px;
}
.girlsingle .aboutme a,
.girlsingle .contact .currently-on-tour-in a {
  color: #fe5acb;
  text-decoration: underline;
}
.girlsingle .aboutme a:hover,
.girlsingle .contact .currently-on-tour-in a:hover {
  color: #cc0033;
  text-decoration: none;
}
.girlsingle .visitor-counter {
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
  color: #fe5acb;
}
.girlsingle .visitor-counter .count {
  color: #fff;
  background: #fe5acb;
  padding: 2px 5px;
  font-weight: bold;
  text-shadow: 1px 1px #e0006c;
  letter-spacing: 1px;
}
.girlsingle h4,
.girlsingle .aboutme h4,
.clientreviewtext h4 {
  color: #e0006c;
  padding-left: 10px;
  margin-bottom: 10px;
  cursor: default;
  font-size: 1.5em;
  border-left: 3px solid #e0006c;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
.girlsingle .aboutme .currently-on-tour-in,
.girlsingle .contact .currently-on-tour-in {
  padding: 10px;
  color: #cc0033;
  font-weight: bold;
  font-size: 1.1em;
  float: left;
  border: 2px solid #cc0033;
}
.girlsingle .contact .currently-on-tour-in {
  margin-bottom: 10px;
}

.girlsingle .girlinfo b,
.girlsingle .girlinfo .b {
  width: 50%;
  display: block;
  float: left;
  font-weight: 600;
  line-height: 1.8em;
}
.girlsingle .valuecolumn,
.girlsingle b {
  line-height: 1.8em;
}
.girlsingle .girlinfo .b .b-label {
  vertical-align: middle;
  cursor: default;
}
.girlsingle .girlinfo .b .social-icons-contact-info {
  vertical-align: middle;
  margin-right: 5px;
  float: right;
  margin-top: 4px;
}
.girlsingle .valuecolumn {
  width: 50%;
  display: block;
  float: left;
}
.girlsingle .girlinfo .section-box {
  width: 50%;
  float: left;
  padding-top: 15px;
}
.girlinfo .section-box b,
.girlinfo .section-box .valuecolumn {
  width: 100%;
}
.girlinfo .section-box b {
  font-size: 0.9em;
  font-weight: bold;
  color: #fe5acb;
  text-transform: uppercase;
}

.girlsingle .girlinfo .favbutton,
.girlsingle .girlinfo .addreview-button {
  display: inline-block;
  margin: 0 5px;
}
.girlsingle.agency-profile .addreview {
  margin-right: 10px;
  margin-bottom: 10px;
}

.girlsingle.agency-profile .profile-header {
  width: 100%;
  text-align: center;
}
.girlsingle.agency-profile .profile-header .profile-title {
  color: #fe5acb;
  font-size: 2em;
  cursor: default;
  padding-bottom: 20px;
  display: inline-block;
}
.girlsingle.agency-profile .profile-header .online-status {
  padding: 0;
  margin-top: -20px;
  padding-bottom: 20px;
}

.girlsingle.agency-profile .bigimage {
  padding: 0;
  padding-right: 20px;
  max-width: 320px;
  width: 40%;
}
.girlsingle.agency-profile .agencydetails {
  width: 50%;
  float: left;
}
.girlsingle.agency-profile .agencydetails.agencydetails-noimg {
  float: right;
  padding-left: 20px;
  padding-top: 30px;
}

.girlsingle .contact span a {
  color: #e0006c;
}
.girlsingle .escortcontact {
  background-color: #fff8fe;
  padding: 10px;
}

.girlsingle .girlinfo .services {
  clear: both;
}
.girlsingle .girlinfo .services div {
  padding: 4px 0;
  padding-left: 0px;
}
.girlsingle .girlinfo .services .icon-ok {
  color: #61bd6d; /* green */
}
.girlsingle .girlinfo .services .icon-cancel {
  color: #d14841; /* red */
}

.girlsingle .review-wrapper {
  background: #fff;
  padding: 20px;
  color: #2c3e50;
}
.girlsingle .review-wrapper .starrating {
  margin-top: 5px;
}

.review .addedby {
  color: #c2c2c2;
  background-color: #1d242d;
  padding: 3px 8px;
  margin-bottom: 5px;
  float: left;
  color: #ccc;
}
.review .addedby b {
  color: #fff;
}
.review .addedby a {
  color: #fff;
}

.review .reviewtext p {
  margin-top: 0;
}
.addreviewform textarea {
  margin-bottom: 5px;
  padding: 10px;
  width: 530px;
  height: 100px;
}
.addreviewform .starratingoption {
  width: 572px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.allreverr {
  display: none;
}

.girlsingle_all_reviews {
  display: none;
}
.girlsingle_all_reviews #preloader {
  background-color: #060606;
  padding: 10px;
  color: #fff;
}

.report-profile-wrapper {
  width: 100%;
  clear: both;
  padding-top: 20px;
}
.report-profile-wrapper .report-profile-button {
  float: right;
}
.report-profile-wrapper .report-profile-reason-wrapper {
  display: none;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form {
  padding: 15px;
  max-width: 500px;
  display: inline-block;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  label {
  padding-bottom: 15px;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .form-input {
  padding-bottom: 15px;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .submit-button {
  font-size: 1.1em;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .submit-button
  .icon {
  font-size: 0.9em;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .submit-button
  .label-working {
  display: none;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .submit-button.working
  .label-normal {
  display: none;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .submit-button.working {
  background: gray;
  cursor: default;
}
.report-profile-wrapper
  .report-profile-reason-wrapper
  .report-profile-reason-form
  .submit-button.working
  .label-working {
  display: inherit;
}
.report-profile-wrapper {
}
.report-profile-wrapper {
}

.image-next-to-review {
  margin-right: 20px;
}

.registrationcomplete {
  text-align: center;
  padding: 20px;
  line-height: 25px;
  line-height: 1.7em;
}
.registrationcomplete .registrationcomplete-title {
  font-size: 2em;
  line-height: 1.8em;
  padding: 0 20px;
  font-weight: 600;
  color: #6da22e;
}
.registrationcomplete #resendvalidationlink {
  font-size: 1.2em;
}
.registrationcomplete .change-email-address {
  text-align: center;
}
.registrationcomplete .change-email-address .change-email-button {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.7em;
  padding: 0 7px;
}
.registrationcomplete .change-email-address-form {
  max-width: 600px;
  display: inline-block;
  display: none;
}

/***** Forms styling START *****/
.form-styling .form-label {
  width: 34%;
  float: left;
}
.form-styling .form-label.col100 {
  width: 100%;
}
.form-styling .form-label label {
  display: block;
  line-height: 40px;
}
.form-styling .form-label label.with-help {
  line-height: 1.4em;
}
.form-styling .form-input.available-on label {
  line-height: 2em;
  float: left;
  padding-right: 20px;
  font-size: 600;
}
.form-styling .form-input.available-on label .icon {
  font-size: 2em;
  vertical-align: middle;
}

.form-styling .form-label small,
.form-styling .form-input small {
  color: #999;
  display: block;
}
.form-styling .form-label label i,
.form-styling .mandatory i,
.form-styling .form-label small i,
.form-styling .form-input small i {
  color: red;
  font-style: normal;
}
.form-styling .form-input {
  width: 64%;
  float: right;
}
.form-styling .form-input.col100 {
  width: 100%;
}

.form-styling .form-input .input,
.form-styling .form-input .textarea,
.form-styling .form-input select,
.ui-datepicker select {
  background-color: #fff;
  border: 1px solid #f15cd8;
  color: #2c3e50;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
}

.form-styling .form-input .input.col100,
.form-styling .form-input .textarea.col100,
.form-styling .form-input select.col100 {
  width: 100%;
}

.form-styling .form-input .longinput {
  width: 85%;
}
.form-styling .form-input .smallinput {
  width: 100px;
}
.form-styling .form-input .longtextarea {
  width: 100%;
  resize: vertical;
}
.form-styling .form-input .input {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 1em;
}
.form-styling .form-input .textarea {
  font-size: 1em;
  padding: 10px;
}
.form-styling .form-input .input:focus,
.form-styling .form-input .textarea:focus,
.form-styling .form-input select:hover,
.ui-datepicker select:hover {
  border: 1px #2c3e50 solid;
}

.form-styling .form-input select {
  padding: 8px;
  font-size: 1em;
  cursor: pointer;
}
.form-styling .form-input select option {
  font-family: "Montserrat", sans-serif;
  padding: 0 8px;
}
.form-styling .form-input select option:disabled {
  color: #bcbcbc;
  background: #f4f4f4;
}
.form-styling .form-input-rating label {
  line-height: 2em;
  margin: 2px 0;
  padding-right: 10px;
  display: inline-block;
}
.form-styling .form-input-rating label input {
  margin-right: 7px;
}

.form-styling .formseparator {
  clear: both;
  height: 30px;
}
.form-styling .form-input label {
  cursor: pointer;
}

.form-styling .form-input input[type="radio"],
.form-styling .form-input input[type="checkbox"] {
  cursor: pointer;
}

.form-styling .fieldset {
  background-color: #8d35d7;
  padding: 10px;
  color: #fff;
}
.form-styling .fieldset small {
  color: #dfdede;
}
.form-styling .fieldset legend {
  background-color: #fff;
  border: 1px #8d35d7 solid;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1.9em;
  padding: 0 14px;
  font-weight: 600;
  color: #8d35d7;
}
.form-styling .fieldset .form-input .input,
.form-styling .fieldset .form-input select,
.form-styling .fieldset .form-input select:hover,
.form-styling .fieldset .form-input .input:hover,
.form-styling .fieldset .form-input textarea:hover {
  border: none;
}
.form-styling .fieldset a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.edit-payment-link-wrapper a.post-edit-link {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
  color: #8d35d7;
  line-height: 2em;
  display: inline-block;
  padding: 0 15px;
}

.form-styling input[type="submit"] {
  font-size: 1.2em;
  line-height: 2em;
  padding: 0 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.form-styling .form-input .charcount {
  position: relative;
}
.form-styling .form-input #bar {
  float: left;
  background-color: #e0006c;
  width: 0px;
  height: 14px;
}
.form-styling .form-input #barbox {
  float: right;
  height: 16px;
  background-color: #ffffff;
  width: 100px;
  border: 1px #2c3e50 solid;
  margin-right: 3px;
  overflow: hidden;
}
.form-styling .form-input #count {
  float: right;
  margin-right: 8px;
  font-size: 0.8em;
  font-weight: 600;
}

.form-styling .form-input-accept-tos-err label {
  border: 2px solid #f00;
  padding: 5px 8px;
}
/***** Form styling END *****/

/***** EXTRA Forms styling START *****/
.form-styling .form-label span.checkusererr {
  color: #e10000;
}
.form-styling .form-label span.checkuserok {
  color: #3da001;
}
.form-styling .form-input .rates {
  padding-bottom: 10px;
  width: 100%;
}
.form-styling .form-input .rates .col30 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-styling .form-input .rates .rates-label {
  line-height: 40px;
  text-align: right;
  padding-right: 20px;
}
.form-styling .form-input .rates .hide-incall,
.form-styling .form-input .rates .hide-outcall {
  padding-right: 20px;
}

.form-styling .form-input .currency-label-text {
  line-height: 40px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.form-styling .form-input .currency-label-dropdown {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-styling .form-input .err,
.form-styling .form-input .ok {
  padding: 3px 7px;
}

.agency-location-form .title-label,
.tours-page .title-label {
  line-height: 2.2em;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

/***** EXTRA Form styling for payment settings page START *****/
.payment-settings-page .payment-sandbox-toggle {
  cursor: pointer;
}
.payment-settings-page .payment-sandbox-toggle span {
  float: left;
}
.payment-settings-page .payment-sandbox-toggle .label {
  font-size: 1.5em;
}
.payment-settings-page .payment-sandbox-toggle .toggle {
  font-size: 2em;
  padding: 0 8px;
  display: none;
}
.payment-settings-page .payment-sandbox-toggle-live .toggle {
  color: #49cd65;
}
.payment-settings-page .payment-sandbox-toggle-sandbox .toggle {
  color: #ef3a39;
}
.payment-settings-page .payment-sandbox-toggle-live .toggle {
  display: hidden;
}
.payment-settings-page .payment-sandbox-toggle-live .icon-toggle-on1 {
  display: inherit;
}
.payment-settings-page .payment-sandbox-toggle-sandbox .icon-toggle-on2 {
  display: inherit;
}

.payment-settings-page .payment-settings-step {
  border: 1px solid #22a4e6;
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.payment-settings-page .payment-settings-step .payment-settings-step-title {
  color: #22a4e6;
  padding-bottom: 10px;
  font-weight: bold;
}

.payment-settings-page
  .choose-payment-processor-wrapper
  .choose-payment-processor-content {
  line-height: 2.6em;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .current-payment-processor {
  padding: 0 15px;
  margin-left: 10px;
  font-size: 1.4em;
  background: #30ce73;
  background: -moz-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -o-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -ms-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list {
  padding-top: 20px;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor {
  width: 33.333%;
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .one-payment-processor-content {
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6eaf2;
  padding: 15px 0;
  background: #f9fafc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .one-payment-processor-content:hover {
  border-color: #b8c3d9;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .logo {
  height: 40px;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .logo
  span {
  line-height: 40px;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .logo
  span.none {
  color: #ef3a39;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .logo
  span.other {
  color: #007aff;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .logo
  img {
  height: 40px;
}

.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .checkmark {
  position: absolute;
  top: -10px;
  right: -7px;
  font-size: 2em;
  color: #37bc9b;
  display: none;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .one-payment-processor-content-selected {
  border: 1px solid #49cd65;
}
.payment-settings-page
  .choose-payment-processor-wrapper
  .payment-processors-list
  .one-payment-processor
  .one-payment-processor-content-selected
  .checkmark {
  display: inherit;
}

.payment-settings-page
  .payment-processor-settings-wrapper
  .selected-payment-processor {
  padding: 0 15px;
  margin-left: 10px;
  font-size: 1.1em;
  background: #30ce73;
  background: -moz-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -o-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -ms-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.payment-settings-page
  .payment-processor-settings-content
  .payment-processor-details {
  line-height: 1.5em;
}
.payment-settings-page
  .payment-processor-settings-content
  .payment-processor-details
  h3 {
  padding-bottom: 5px;
}

.payment-settings-page .form-label label {
  padding-top: 10px;
}
.payment-settings-page .form-label label.nopadding {
  padding-top: 0px;
}
.payment-settings-page .form-input .longinput {
  width: 100%;
}
/***** EXTRA Form styling for payment settings page END *****/

/***** EXTRA Form styling for site settings page START *****/
.site-settings-page .showsitelogo,
.content-settings-page .showwatermarklogo {
  background: url(i/showsitelogo-bg.png);
  margin-bottom: 10px;
  padding: 20px 0;
  overflow: hidden;
}
.site-settings-page .showsitelogo img,
.content-settings-page .showwatermarklogo img {
  max-width: 100%;
}

.site-settings-page .change-website-design .one-design {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-settings-page .formseparator {
  height: 30px;
}

.site-settings-page .submit_button_container .loader,
.site-settings-page .delete_demo_data_button_container .loader {
  display: inline-block;
}

.content-settings-page .watermark-position-box label {
  /*width: 60px;*/
  font-size: 0.8em;
  padding: 5px;
  line-height: 1em;
  width: 33.33%;
}
.content-settings-page .watermark-position-box label .checkator_holder {
  margin-bottom: 3px !important;
}
/***** EXTRA Form styling for site settings page END *****/

/***** EXTRA Forms styling END *****/

/***** REGISTER PAGE - UPLOAD IMAGES *****/
.uploadifive-button * {
  cursor: pointer;
}
.uploadifive-button {
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.deletesitelogo {
  line-height: 30px;
}
.uploadifive-queue-item {
  background-color: #fff;
  font-size: 11px;
  margin-top: 5px;
  padding: 10px;
  color: #000;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.uploadifive-queue-item .close {
  background: url("i/cancel.png") 0 0 no-repeat;
  display: block;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.uploadifive-queue-item .progress {
  margin-top: 10px;
  width: 100%;
}
.uploadifive-queue-item .progress-bar {
  background-color: #0099ff;
  height: 3px;
  width: 0px;
}

.upload_photos_page .girl {
  margin-right: 5px;
  width: 100%;
  text-align: center;
}
.upload_photos_page .girllast {
}
.upload_photos_page .girl span {
  padding: 4px;
  background: #fff;
  position: relative;
  display: inline-block;
}
.upload_photos_page .girl span.selected {
  background-color: #7ca9c8;
}

.upload_photos_page .girl span i,
.upload_photos_page .girl span em {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-indent: -9999px;
}
.upload_photos_page .girl span i:hover,
.upload_photos_page .girl span em:hover {
  background-color: #ffe8e9;
}
.upload_photos_page .girl span i {
  top: 6px;
  right: 6px;
  background: #fff url(i/icon-no.png) center no-repeat;
}
.upload_photos_page .girl span em {
  top: 2px;
  left: 30px;
  background: #fff url(i/icon-yes.png) center no-repeat;
}

.upload_photos_page img {
  vertical-align: middle;
}

.upload_photos_page .image_msg {
  color: #77c41c;
  text-align: center;
  display: none;
  font-size: 16px;
  padding-top: 0px;
  font-weight: bold;
}
.upload_photos_form .image_msg {
  padding: 0px 15px;
}
.agency-page .upload_photos_form {
  text-align: center;
}
.agency-page .upload_photos_form .upload_photos_button {
  display: inline-block;
}
.agency-page h4.logo-used {
  text-align: center;
  border: none;
}
.agency-page .button-delete {
  cursor: pointer;
  background: #fff;
  font-size: 0.8em;
  font-weight: 600;
  padding: 0 5px;
}
/***** REGISTER PAGE - UPLOAD IMAGES *****/

/***** REGISTER PAGE - MANAGE CITY TOURS *****/
.addedtours {
  border-top: 1px #7ca9c8 solid;
}
.addedtours .tour {
  border-bottom: 1px #7ca9c8 solid;
  float: left;
  display: block;
  width: 100%;
}
.addedtours .tour div {
  display: block;
  float: left;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.addedtours .tourhead {
  color: #7ca9c8;
  font-weight: bold;
}

.addedtours .tour .addedstart {
  width: 120px;
}
.addedtours .tour .addedend {
  width: 120px;
}
.addedtours .tour .addedplace {
  width: 240px;
}
.addedtours .tour .addedphone {
  width: 140px;
}
.addedtours .tour .addedemail {
  width: 120px;
}
.addedtours .tour .addedbuttons {
  width: 55px;
  float: right;
  position: relative;
  overflow: visible;
}
.addedtours .tour .addedbuttons .pb {
  position: absolute;
  right: 0;
  top: 2px;
}
.addedtours .tour .addedbuttons .pb .payment-button {
  white-space: nowrap;
  line-height: 1em;
  font-size: 1em;
  display: block;
  color: #fff;
}

.addedtours .tour-info-mobile {
  display: none;
  padding-right: 5px;
  font-weight: bold;
}
.addedtours .tour-info-mobile-clear {
  display: none;
  clear: both;
}

.deletemsg {
  color: #0c0;
  text-align: right;
  display: none;
  padding-top: 0px;
  font-size: 14px;
  font-weight: bold;
}

.addedtours .tour .addedbuttons i,
.addedtours .tour .addedbuttons em,
.addedtours .tour .addedbuttons b {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
  line-height: 20px;
  margin-top: 5px;
}
.addedtours .tour .addedbuttons i {
  float: left;
  background: url(i/icon-no.png) center no-repeat;
}
.addedtours .tour .addedbuttons em {
  float: right;
  background: url(i/icon-edit.png) center no-repeat;
}

.addedtours .tour .addedbuttons b {
  float: right;
  background: url(i/small-loader.gif) center no-repeat;
}
/***** REGISTER PAGE - MANAGE CITY TOURS *****/

/***** BLACKLISTED CLIENTS PAGE *****/
.addedblacklistedclients {
  border-top: 1px #333 solid;
}
.addedblacklistedclients .blacklistedclients {
  border-bottom: 1px #333 solid;
  float: left;
  display: block;
  width: 100%;
}
.addedblacklistedclients .blacklistedclients div {
  display: block;
  float: left;
  line-height: 30px;
}
.addedblacklistedclients .clienthead {
  font-weight: bold;
}
.addedblacklistedclients .blacklistedclients .addedemail {
  width: 20%;
}
.addedblacklistedclients .blacklistedclients .addedphone {
  width: 20%;
}
.addedblacklistedclients .blacklistedclients .addednote {
  width: 60%;
}

.addedblacklistedclients .blacklistedclients .addedbuttons {
  float: right;
}

.addedblacklistedclients .blacklistedclients .addedbuttons .icon {
  float: right;
  display: block;
  cursor: pointer;
  font-size: 1.3em;
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-delete {
  color: #d14841; /* red */
}
.addedblacklistedclients
  .blacklistedclients
  .addedbuttons
  .button-delete:hover {
  background-color: #d14841; /* red */
  color: #fff;
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-edit {
  color: #e0006c;
  margin-left: 15px;
}
.addedblacklistedclients .blacklistedclients .addedbuttons .button-edit:hover {
  color: #fff;
  background-color: #e0006c;
}
/***** BLACKLISTED CLIENTS PAGE *****/

/***** UPLOAD VERIFIED PHOTO PAGE *****/
.upload_verified_photo .button-delete {
  color: #d14841; /* red */
}
/***** UPLOAD VERIFIED PHOTO PAGE *****/

/***** AGENCY - MANAGE ESCORTS PAGE *****/
.addnewescortform {
  display: none;
}
/***** AGENCY - MANAGE ESCORTS PAGE *****/

.closebtn {
  padding: 0px 2px 0px 7px;
  font-weight: bold;
}
.closebtn .label {
  line-height: 1.5em;
}
.closebtn .icon {
  line-height: 1.6em;
  float: right;
}
.closebtn_box {
  position: absolute;
  top: -5px;
  right: -3px;
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
  background: red;
  line-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
}
.closebtn_box .icon {
  line-height: 1.2em;
}
.closebtn_box .icon::before {
  margin: 0;
}
.closebtn_box:hover {
  background: #fff;
  color: red;
}
.closebtn_box:hover .icon {
  font-size: 1.4em;
  position: absolute;
  right: -1.5px;
  top: -4px;
}

/***** AGENCY - MANAGE ESCORTS OPTION BUTTONS IN SINGLE PAGE *****/
.agency_options_dropdowns {
  display: none;
  position: relative;
}
.agency_options_delete .submitbutton {
  font-size: 1.1em;
}

.girlsingle .thumbs .profile-video-thumb-wrapper,
.girlsingle .thumbs .profile-img-thumb-wrapper {
  width: 16.66%;
  padding-right: 4px;
  padding-bottom: 4px;
  display: inline-block;
}

.girlsingle .thumbs .profile-img-thumb {
  position: relative;
}
.girlsingle .thumbs .profile-img-thumb img {
  width: 100%;
  height: auto;
  cursor: zoom-in;
  border: 1px solid #fff;
}

.agency_options_add_logo .profile-img-thumb {
  position: relative;
}
.agency_options_add_logo .profile-img-thumb .edit-buttons,
.girlsingle .thumbs .profile-img-thumb .edit-buttons,
.girlsingle .thumbs .profile-video-thumb .edit-buttons {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  left: 5px;
  font-size: 1em;
  z-index: 1;
}
.agency_options_add_logo .profile-img-thumb .edit-buttons .icon,
.girlsingle .thumbs .edit-buttons .icon {
  cursor: pointer;
  background-color: #fff;
  float: right;
  margin-left: 10px;
  width: 33px;
  height: 33px;
  line-height: 32px;
  font-size: 1.3em;
}

.girlsingle .thumbs .profile-video-thumb {
  border: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
}
.girlsingle .thumbs .profile-video-thumb .video-image-play {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.girlsingle .thumbs .profile-video-thumb .video-processing {
  position: absolute;
  left: 0;
  bottom: 0;
  background: red;
  text-align: center;
  color: #fff;
  line-height: 1em;
  padding: 3px 0;
}

.fancybox-content {
  padding: 44px 5px !important;
}
.fancybox-container {
  z-index: 99999 !important;
}
.video-player-lightbox {
  height: 100%;
}
.video-player-lightbox .wp-video,
.video-player-lightbox .wp-video .wp-video-shortcode {
  display: inline-block;
  overflow: hidden;
}

.girlsingle .edit-buttons .button-main-image {
  color: #61bd6d; /* green */
}
.girlsingle .edit-buttons .button-main-image:hover {
  color: #fff;
  background-color: #61bd6d; /* green */
}
.girlsingle .edit-buttons .button-delete {
  color: #d14841; /* red */
}
.girlsingle .edit-buttons .button-delete:hover {
  color: #fff;
  background-color: #d14841; /* red */
}

.image_msg_girl_single {
  color: #fff;
  background-color: #61bd6d; /* green */
  font-weight: bold;
  display: block;
  text-align: center;
}
/***** AGENCY - MANAGE ESCORTS OPTION BUTTONS IN SINGLE PAGE *****/
.manage_escorts_page .thumb i {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-indent: -9999px;
  top: 2px;
  left: 2px;
  border: 1px #fff solid;
}
.manage_escorts_page .thumb i.girlactive {
  background: #fff url(i/icon-active.png) center no-repeat;
}
.manage_escorts_page .thumb i.girlinactive {
  background: #fff url(i/icon-inactive.png) center no-repeat;
}
.manage_escorts_page .thumb i:hover {
  border: 1px #e0006c solid;
}
.manage_escorts_page .thumb i.girlsetinactive {
  text-indent: 0;
  color: #ff0000;
  background-color: #fff;
  padding: 3px;
  background-image: none;
  cursor: default;
  white-space: nowrap;
}
.manage_escorts_page .thumb i.girlsetactive {
  text-indent: 0;
  color: #8ccf2a;
  background-color: #fff;
  padding: 3px;
  background-image: none;
  cursor: default;
  white-space: nowrap;
}
.manage_escorts_page img {
  vertical-align: bottom;
}

/***** STAR RATING *****/
.starrating {
  background: url(i/star.png) bottom left repeat-x;
  height: 16px;
  width: 95px;
}
.starrating .starrating_stars {
  background: url(i/star.png) top left repeat-x;
  height: 16px;
}
.starrating .star0 {
  display: none;
}
.starrating .star1 {
  width: 19px;
}
.starrating .star15 {
  width: 27px;
}
.starrating .star2 {
  width: 38px;
}
.starrating .star25 {
  width: 46px;
}
.starrating .star3 {
  width: 57px;
}
.starrating .star35 {
  width: 65px;
}
.starrating .star4 {
  width: 76px;
}
.starrating .star45 {
  width: 84px;
}
.starrating .star5 {
  width: 95px;
}
.starrating .star6 {
  width: 17px;
  background: url(i/star_red.png) center left repeat-x;
}

.profilestarrating-wrapper {
  margin: 0 auto;
  text-align: center;
}
.profilestarrating-wrapper .label {
  font-size: 1.1em;
  font-weight: bold;
}
.girlsingle .girlinfo .starrating {
  display: inline-block;
}
.profilestarrating-wrapper .starrating {
  background: url(i/star2.png) bottom left repeat-x;
  height: 40px;
  width: 210px;
}
.profilestarrating-wrapper .starrating .starrating_stars {
  background: url(i/star2.png) top left repeat-x;
  height: 40px;
}
.profilestarrating-wrapper .starrating .star0 {
  display: none;
}
.profilestarrating-wrapper .starrating .star1 {
  width: 42px;
}
.profilestarrating-wrapper .starrating .star15 {
  width: 63px;
}
.profilestarrating-wrapper .starrating .star2 {
  width: 84px;
}
.profilestarrating-wrapper .starrating .star25 {
  width: 105px;
}
.profilestarrating-wrapper .starrating .star3 {
  width: 126px;
}
.profilestarrating-wrapper .starrating .star35 {
  width: 147px;
}
.profilestarrating-wrapper .starrating .star4 {
  width: 168px;
}
.profilestarrating-wrapper .starrating .star45 {
  width: 189px;
}
.profilestarrating-wrapper .starrating .star5 {
  width: 210px;
}
.profilestarrating-wrapper .starrating .star6 {
  width: 42px;
  background: url(i/star_red2.png) center left repeat-x;
}

.onereview .starrating,
.onereview .starrating * {
  display: block;
}

/***** STAR RATING *****/

/***** LIST ALL USERS START *****/
.edit-user-types .tabs .tab {
  color: #fff;
  background: #e0006c;
  line-height: 2.1em;
  font-size: 1.2em;
  border-top: 3px solid #e0006c;
  border-bottom: 3px solid transparent;
  display: block;
  float: left;
  text-align: center;
  width: 33.33%;
}
.edit-user-types .tabs .tab:hover {
  background: #e0006c;
  border-top: 3px solid #e0006c;
}
.edit-user-types .tabs .tab-active,
.edit-user-types .tabs .tab-active:hover {
  background: #fff;
  color: #e0006c;
  font-weight: bold;
}

.edit-user-types .see-all-users-table {
  width: 100%;
}
.edit-user-types .see-all-users-table th {
  background: #a0ceee;
  padding: 4px 0;
}
.edit-user-types .see-all-users-table .colored-row {
  background: #e1f2fe;
}
.edit-user-types .see-all-users-table td {
  padding: 6px 2px;
  text-align: center;
  vertical-align: middle;
}
.edit-user-types .see-all-users-table td .email-not-validated {
  background: #cc0000;
  color: #fff;
  padding: 0 3px;
  margin: 0 auto;
}

.edit-user-types {
}
.edit-user-types {
}
.edit-user-types {
}
.edit-user-types {
}
/***** LIST ALL USERS END *****/

/***** LIST AGENCIES *****/
.listagencies {
  width: 100%;
}
.listagencies .trhead th {
  color: #fff;
  padding: 5px 0;
  padding-left: 5px;
  text-align: left;
  border-bottom: 1px #7ca9c8 solid;
  background-color: #e0006c;
}
.listagencies .agencytr {
  border-bottom: 1px #7ca9c8 solid;
}
.listagencies .agencytr td {
  line-height: 30px;
  padding: 0 5px;
}
.listagencies .agencytr td a {
  color: #e0006c;
  font-weight: bold;
}
.listagencies .agencytr td a:hover {
  color: #1e1e1e;
}
.listagencies .whiterow {
  background-color: #fff;
}
.listagencies .agencytr td a:hover {
  text-decoration: underline;
}
.agencytrgray {
  background-color: #111;
}
/***** LIST AGENCIES *****/

/***** SINGLE - AGENCY *****/
.agencydetails {
  width: 57%;
  line-height: 25px;
}
.agencydetails a {
  color: #e0006c;
}
.agencydetails b {
  display: block;
  width: 40%;
  float: left;
}
.agencydetails br {
  clear: both;
}
.agencydetails .pinkbutton {
  line-height: 20px;
}

.agency-reviews-bodybox h4 {
  color: #e0006c;
  padding-left: 10px;
  margin-bottom: 10px;
  cursor: default;
  font-size: 1.5em;
  border-left: 3px solid #e0006c;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}
.agency-reviews-bodybox .review-wrapper {
  padding: 20px;
  background: #fff;
}
.agency-reviews-bodybox .review-wrapper .starrating {
  margin-top: 4px;
}
/***** SINGLE - AGENCY *****/

/***** MANAGE BLACKLISTED ESCORTS *****/
.searchescortform,
.addnewescortform {
  display: none;
}
.searchescortform label i {
  display: none;
}
/***** MANAGE BLACKLISTED ESCORTS *****/

.footer {
  background-color: #fff0f4;
  padding: 10px;
}

.underfooter {
  clear: both;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}
.underfooter .l {
  line-height: 21px;
}

.tosdisclaimer-overlay {
  background: rgb(32, 58, 237);
  background: -moz-linear-gradient(
    157deg,
    rgba(32, 58, 237, 1) 0%,
    rgba(170, 19, 166, 1) 26%,
    rgba(47, 7, 78, 1) 100%
  );
  background: -webkit-linear-gradient(
    157deg,
    rgba(32, 58, 237, 1) 0%,
    rgba(170, 19, 166, 1) 26%,
    rgba(47, 7, 78, 1) 100%
  );
  background: linear-gradient(
    157deg,
    rgba(32, 58, 237, 1) 0%,
    rgba(170, 19, 166, 1) 26%,
    rgba(47, 7, 78, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203aed",endColorstr="#2f074e",GradientType=1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.tosdisclaimer-wrapper {
  z-index: 999999;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.tosdisclaimer {
  background-color: #260b39;
  color: #fff;
  max-width: 800px;
  max-height: 100%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: auto;
}
.tosdisclaimer h4 {
  font-size: 1.5em;
  text-align: center;
}
.tosdisclaimer .disclaimer-logo {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.tosdisclaimer .disclaimer-logo img {
  max-height: 60px;
}
.tosdisclaimer .tosdisclaimerbuttons {
  width: 100%;
  text-align: center;
}
.tosdisclaimer .tosdisclaimerbuttons div {
  display: inline-block;
}
.tosdisclaimer .tosdisclaimerbuttons .entertosdisclaimer {
  margin-right: 30px;
}
.tosdisclaimer .tosdisclaimerbuttons .entertosdisclaimer,
.tosdisclaimer .tosdisclaimerbuttons .closetosdisclaimer {
  font-size: 1.2em;
}

/* PAGINATION start */
.escort-pagination {
  padding-top: 20px;
  padding-bottom: 10px;
  clear: both;
  text-align: center;
  line-height: 15px;
}
.escort-pagination li {
  display: inline;
  padding: 0 2px;
}

.escort-pagination li a {
  background: #e0006c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fe5acb),
    color-stop(100%, #e0006c)
  );
  background: -webkit-linear-gradient(top, #fe5acb 0%, #e0006c 100%);
  background: -webkit-linear-gradient(top, #fe5acb 0%, #e0006c 100%);
  background: linear-gradient(to bottom, #fe5acb 0%, #e0006c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE5ACB', endColorstr='#E0006C',GradientType=0 );

  -khtml-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  padding: 2px 7px;
}
.escort-pagination li a:hover {
  background-position: top;
}
.escort-pagination li span.current {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #eff8ff)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eff8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8ff',GradientType=0 );
  color: #e0006c;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  border: 1px #e0006c solid;
  padding: 2px 7px;
  cursor: default;
}
/* PAGINATION end */

.edit-registration-content .editregfields {
  width: 100%;
  text-align: center;
}
.edit-registration-content .editregfields .tabletop {
  background: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #eff8ff)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff8ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eff8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8ff',GradientType=0 );
  color: #e0006c;
  cursor: default;
}
.edit-registration-content .editregfields tr.tabletop th {
  padding: 5px 0;
}
.edit-registration-content .editregfields .alignleft {
  text-align: left;
  padding-left: 5px;
  font-weight: 600;
}
.edit-registration-content .editregfields {
  border-collapse: collapse;
}
.edit-registration-content .editregfields td {
  padding: 15px 0;
  border-spacing: 10px;
  /*border-collapse: separate;*/
}
.edit-registration-content .editregfields tr {
  background-color: #ffe2eb;
}
.edit-registration-content .editregfields tr.blip {
  background-color: #fff;
}
.edit-registration-content .editregfields .iPhoneCheckContainer {
  margin: 0 auto;
}

.edit-registration-content .submit-button {
  font-size: 1.2em;
}

.send-validation-email-button-preloader {
  background: url(i/small-loader.gif) center no-repeat;
  height: 16px;
  width: 16px;
  margin: 0 auto;
}

/***** WordPress login page START *****/
body.login {
  background: #260b39;
}
.login h1 a {
  background-image: none;
  -webkit-background-size: none;
  background-size: none;
  width: 100%;
  text-indent: 0px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 1.3em;
  height: auto !important;
}
.login h1 {
  padding-bottom: 20px;
}
.login h1 a img {
  max-width: 100%;
}
.login #login {
  margin-top: 0;
  padding-top: 20px;
  width: 500px;
}

.login form {
  background-color: #fff;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login form.form-styling .form-input .input:focus {
  border: 1px solid #e0006c;
  box-shadow: 0 0 2px #e0006c;
}
.login form .input {
}

.login .message {
  margin-bottom: 10px;
}
.login #login_error {
  margin-bottom: 10px;
}
.login #login_error a {
  border-bottom: 1px red solid;
}

.login form .forgetmenot {
  float: right;
}
.login form .forgetmenot label {
  cursor: pointer;
  line-height: 2rem;
  font-size: 1em;
}
.login form p.submit {
  float: left;
}
.login form p.submit #wp-submit {
  background: #e0006c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fe5acb),
    color-stop(100%, #e0006c)
  );
  background: -webkit-linear-gradient(top, #fe5acb 0%, #e0006c 100%);
  background: -webkit-linear-gradient(top, #fe5acb 0%, #e0006c 100%);
  background: linear-gradient(to bottom, #fe5acb 0%, #e0006c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE5ACB', endColorstr='#E0006C',GradientType=0 );
  color: #fff;
  border: none;
  text-shadow: none;
  font-size: 1.2em;
  padding: 0px 20px;
  line-height: 2.1rem;
  display: block;
  height: auto;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.login form p.submit #wp-submit:hover {
  background: #fe5acb;
}

.login #backtoblog,
.login #nav {
  padding: 0;
  margin-top: 10px;
}
.login #nav {
  float: left;
}
.login #backtoblog {
  float: right;
}
.login #nav a,
.login #backtoblog a {
  color: #fff;
  padding: 2px 5px;
}
.login #nav a:hover,
.login #backtoblog a:hover {
  color: #fff;
  text-decoration: underline;
}
/***** WordPress login page END *****/

/***** WordPress default CSS START *****/

img.alignnone {
  margin: 5px 20px 20px 0;
}

img.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

img.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/***** WordPress default CSS END *****/

/***** Blog Section START *****/
.theblog .post_title {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
.theblog .post_title a {
  font-size: 1.5em;
}
.theblog .under_the_title {
  /*margin: 10px 0;*/
  margin: 20px auto;
  background-color: #db2b39;
  height: 4px;
  width: 100px;
}
.theblog .post_title a:hover {
  text-decoration: underline;
}

.theblog .post {
  padding-bottom: 40px;
}

.theblog img {
  float: left;
  margin: 5px 20px 20px 0;
}

.theblog .entry {
  font-size: 15px;
  line-height: 22px;
}
.theblog .entry h1 {
  line-height: 1.2em;
}
.theblog .entry img {
  max-width: 100%;
}

.theblog .postmetadata {
  color: gray;
}
.theblog .postmetadata a {
}
.theblog .postmetadata a:hover {
  text-decoration: underline;
}

.theblog .commentlistall {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5f2fd;
}
.theblog .commentlistall .comment {
  border: 1px solid #e5f2fd;
  /*border-bottom: none;*/
  padding: 0 10px;
  float: right;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.theblog .commentlistall .comment-info {
  border-bottom: 1px solid #e5f2fd;
  padding: 10px 0;
}
.theblog .commentlistall .commdate {
  color: #6c7a89;
  padding-right: 10px;
}

.theblog .commentlistall .depth-2 {
  width: 90%;
  /*border-bottom: none;*/
  /*border-right: none;*/
  padding-right: 0;
  /*float: right;*/
}
.theblog .commentlistall .depth-3,
.theblog .commentlistall .depth-4,
.theblog .commentlistall .depth-5,
.theblog .commentlistall .depth-6,
.theblog .commentlistall .depth-7 {
  width: 90%;
  /*border-bottom: none;*/
  border-right: none;
  padding-right: 0;
  /*float: right;*/
}

.theblog .commform {
}
.theblog .commform .commname,
.theblog .commform .commemail {
  width: 50%;
}
.theblog .commform .commname .comminput,
.theblog .commform .commemail .comminput {
  background-color: #e5f2fd;
  border: none;
  color: #2c3e50;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  width: 90%;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 1em;
}
.theblog .commform .commtextarea {
  background-color: #e5f2fd;
  border: none;
  color: #2c3e50;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 200px;
}
.theblog .commform .commsubmitbutton {
  font-size: 1.2em;
  padding: 0 20px;
  line-height: 2em;
}

/***** Blog Section END *****/

/***** Register Page START *****/
.registerpage {
  cursor: default;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

.registerpage .pagetitle {
  text-align: center;
  color: #494949;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 2.8em;
  margin-bottom: 50px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.registerpage .usertype {
  width: 29%;
  margin: 0 2%;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
  float: left;
  color: #494949;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(255, 17, 89, 0.1);
}

.registerpage .usertype::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #db2b39 0%, #ff3377 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.registerpage .usertype:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 40px rgba(255, 17, 89, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 17, 89, 0.3);
}

.registerpage .usertype:hover::before {
  transform: scaleX(1);
}

.registerpage .usertype .usertype-title {
  padding: 25px 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #db2b39 0%, #ff2366 100%);
  position: relative;
  overflow: hidden;
}

.registerpage .usertype .usertype-title::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.registerpage .usertype:hover .usertype-title::after {
  opacity: 1;
}

.registerpage .usertype .usertype-title h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.registerpage .usertype .usertype-content {
  padding: 30px 25px;
}

.registerpage .usertype .userlist {
  list-style: none;
  padding-bottom: 25px;
  line-height: 2.2em;
  color: #555;
  margin: 0;
}

.registerpage .usertype .userlist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding-left: 5px;
}

.registerpage .usertype .userlist li:hover {
  background: rgba(255, 17, 89, 0.05);
  padding-left: 15px;
}

.registerpage .usertype .userlist .icon {
  color: #00d084;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.registerpage .usertype .userlist li:hover .icon {
  transform: scale(1.2) rotate(10deg);
}

.registerpage .usertype .userlist .showprice {
  background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
  color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
  white-space: nowrap;
  font-size: 0.85em;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(22, 160, 133, 0.3);
}

.registerpage .usertype .usertype-bottom {
  border-top: 2px solid rgba(255, 17, 89, 0.1);
  padding: 25px 0 5px;
  margin-top: 10px;
}

.registerpage .usertype .usertype-bottom .showprice {
  display: block;
  font-size: 2.2em;
  padding-bottom: 15px;
  font-weight: 700;
  color: #db2b39;
  text-align: center;
  letter-spacing: -1px;
}

.registerpage .usertype .usertype-bottom .showprice small {
  color: #999;
  font-size: 0.5em;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

.registerpage .usertype .usertype-bottom .registerbutton {
  font-size: 1.2em;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 30px;
  background: linear-gradient(135deg, #00d084 0%, #00b872 100%);
  border: none;
  box-shadow: 0 6px 20px rgba(0, 208, 132, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: white;
  margin: 0 auto;
  width: calc(100% - 10px);
}

.registerpage .usertype .usertype-bottom .registerbutton:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 208, 132, 0.4);
  background: linear-gradient(135deg, #00b872 0%, #00d084 100%);
}

.registerpage .usertype .usertype-bottom .registerbutton:active {
  transform: translateY(0);
}

.registerpage .usertype .usertype-bottom .registerbutton .icon-angle-right {
  font-size: 1.1em;
  transition: transform 0.3s ease;
}

.registerpage
  .usertype
  .usertype-bottom
  .registerbutton:hover
  .icon-angle-right {
  transform: translateX(5px);
}

/* Responsividade para os cards */
@media (max-width: 1024px) {
  .registerpage .usertype {
    width: 46%;
    margin: 2%;
  }
}

@media (max-width: 768px) {
  .registerpage .usertype {
    width: 96%;
    margin: 2%;
    margin-bottom: 30px;
    float: none;
  }

  .registerpage .pagetitle {
    font-size: 2em;
    margin-bottom: 30px;
  }
}

/***** Register Page END *****/

/* Modern Registration Form */
.modern-registration-form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.modern-registration-form .alert {
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.modern-registration-form .alert-error {
  background: linear-gradient(135deg, #ff4444 0%, #db2b39 100%);
  color: white;
}

.modern-registration-form .alert-success {
  background: linear-gradient(135deg, #00d084 0%, #00b872 100%);
  color: white;
}

.modern-registration-form .alert .icon {
  font-size: 24px;
}

.modern-registration-form .form-info {
  background: linear-gradient(
    135deg,
    rgba(255, 17, 89, 0.05) 0%,
    rgba(255, 17, 89, 0.02) 100%
  );
  padding: 15px 20px;
  border-radius: 12px;
  border-left: 4px solid #db2b39;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modern-registration-form .form-info .icon {
  color: #db2b39;
  font-size: 20px;
}

.modern-registration-form .required {
  color: #db2b39;
  font-weight: bold;
  margin-left: 3px;
}

.modern-registration-form .registration-form {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.modern-registration-form .form-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(255, 17, 89, 0.1);
}

.modern-registration-form .form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}

.modern-registration-form .section-title {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.modern-registration-form .section-title .icon {
  color: #db2b39;
  font-size: 1.2em;
}

.modern-registration-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.modern-registration-form .form-col-12 {
  flex: 0 0 100%;
}

.modern-registration-form .form-col-6 {
  flex: 0 0 calc(50% - 10px);
}

.modern-registration-form .form-col-4 {
  flex: 0 0 calc(33.333% - 14px);
}

.modern-registration-form .form-col-3 {
  flex: 0 0 calc(25% - 15px);
}

.modern-registration-form .form-field {
  margin-bottom: 0;
}

.modern-registration-form .form-label {
  margin-bottom: 8px;
}

.modern-registration-form .form-label label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: block;
}

.modern-registration-form .help-text {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 4px;
  font-weight: 400;
}

.modern-registration-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: white;
}

.modern-registration-form .form-control:focus {
  outline: none;
  border-color: #db2b39;
  box-shadow: 0 0 0 4px rgba(255, 17, 89, 0.1);
}

.modern-registration-form .form-control:hover {
  border-color: #db2b39;
}

.modern-registration-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.modern-registration-form .radio-group,
.modern-registration-form .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modern-registration-form .checkbox-grid .checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

/* Subseções de Valores */
.modern-registration-form .values-subsection {
  background: linear-gradient(
    135deg,
    rgba(255, 17, 89, 0.03) 0%,
    rgba(255, 17, 89, 0.01) 100%
  );
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 17, 89, 0.1);
}

.modern-registration-form .values-subsection:last-child {
  margin-bottom: 0;
}

.modern-registration-form .values-subtitle {
  font-size: 1.1em;
  color: #333;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.modern-registration-form .values-subtitle .icon {
  color: #db2b39;
  font-size: 1em;
}

.modern-registration-form .radio-label,
.modern-registration-form .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
}

.modern-registration-form .radio-label:hover,
.modern-registration-form .checkbox-label:hover {
  border-color: #db2b39;
  background: rgba(255, 17, 89, 0.02);
}

.modern-registration-form .radio-label input[type="radio"],
.modern-registration-form .checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #db2b39;
}

.modern-registration-form .radio-label input[type="radio"]:checked + span,
.modern-registration-form
  .checkbox-label
  input[type="checkbox"]:checked
  + span {
  color: #db2b39;
  font-weight: 600;
}

.modern-registration-form .radio-label:has(input:checked),
.modern-registration-form .checkbox-label:has(input:checked) {
  border-color: #db2b39;
  background: linear-gradient(
    90deg,
    rgba(255, 17, 89, 0.08) 0%,
    rgba(255, 17, 89, 0.02) 100%
  );
}

.modern-registration-form .form-actions {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 17, 89, 0.1);
}

.modern-registration-form .btn {
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.modern-registration-form .btn-primary {
  background: linear-gradient(135deg, #db2b39 0%, #ff2366 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(255, 17, 89, 0.3);
}

.modern-registration-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 17, 89, 0.4);
  background: linear-gradient(135deg, #ff2366 0%, #db2b39 100%);
}

.modern-registration-form .btn-primary:active {
  transform: translateY(0);
}

.modern-registration-form .btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.modern-registration-form .btn-large {
  padding: 18px 50px;
  font-size: 18px;
}

.modern-registration-form .checkuser-message {
  margin-top: 8px;
  font-size: 14px;
}

.modern-registration-form .text-success {
  color: #00d084;
  font-weight: 600;
}

.modern-registration-form .text-error {
  color: #db2b39;
  font-weight: 600;
}

.modern-registration-form .text-muted {
  color: #999;
}

/* Campos de moeda com máscara */
.modern-registration-form .money-input {
  font-weight: 600;
  color: #00a854;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: right;
  padding-right: 20px;
}

.modern-registration-form .money-input:focus {
  color: #008043;
}

.modern-registration-form .money-input::placeholder {
  color: #c0c0c0;
  font-weight: 400;
}

/* Responsividade do formulário */
@media (max-width: 768px) {
  .modern-registration-form .registration-form {
    padding: 25px 20px;
  }

  .modern-registration-form .form-col-6,
  .modern-registration-form .form-col-4,
  .modern-registration-form .form-col-3 {
    flex: 0 0 100%;
  }

  .modern-registration-form .section-title {
    font-size: 1.3em;
  }

  .modern-registration-form .checkbox-grid .checkbox-group {
    grid-template-columns: 1fr;
  }

  .modern-registration-form .form-row {
    gap: 15px;
  }

  .modern-registration-form .values-subsection {
    padding: 15px;
  }

  .modern-registration-form .values-subtitle {
    font-size: 1em;
  }
}

/* END Modern Registration Form */

/* Modern Page Wrapper */
.modern-page-wrapper {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 40px 0;
  min-height: 600px;
}

.modern-page-wrapper .bodybox {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.modern-page-wrapper .page-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 40px 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.modern-page-wrapper .page-title {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.modern-page-wrapper .page-title .icon {
  color: #db2b39;
  font-size: 0.9em;
}

.modern-page-wrapper .page-subtitle {
  font-size: 1.1em;
  color: #777;
  margin: 0;
}

@media (max-width: 768px) {
  .modern-page-wrapper .page-title {
    font-size: 1.5em;
    flex-direction: column;
    gap: 10px;
  }

  .modern-page-wrapper .page-subtitle {
    font-size: 1em;
  }
}
/* END Modern Page Wrapper */

/* Select2 */
.select2-container {
  max-width: 200px;
}
.sidebar-right .select2-container {
  max-width: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-dropdown {
  border: 1px solid #e0006c !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background: #e0006c !important;
}
.select2 .select2-selection__rendered,
.select2 .select2-selection__arrow {
  line-height: 35px !important;
  height: 35px !important;
}

.select2-container .select2-selection--single {
  line-height: 35px !important;
  height: 35px !important;
}
.select2 .select2-selection.select2-selection--single {
  background: #fff;
  border: 1px solid #e0006c;
}

/* Ajax CSS loader */
.loader,
.loader span {
  width: 70px;
  height: 6px;
}
.loader {
  margin: 10px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.loader span {
  background-color: #3fc380;
  position: absolute;
  display: inline-block;
}

/* WooCommerce */
.woocommerce * {
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-MyAccount-navigation {
  list-style: none;
}
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-message.woocommerce-message--info
  .woocommerce-Button {
  display: none;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  display: none;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
  margin-bottom: 30px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce form .form-row input.input-text {
  background-color: #fff;
  border: 1px solid #f15cd8;
  color: #2c3e50;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 2.1em;
  padding: 0 5px;
}
.woocommerce form .form-row input.input-text {
  line-height: 2.6em;
  font-size: 1em;
  padding: 0 5px;
}

.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table {
  border-spacing: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
}
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table thead {
  color: #30ce73;
}

.woocommerce-checkout-review-order-table .cart_item,
.woocommerce #order_review .order_item {
  background: #30ce73;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
}
.woocommerce-checkout-review-order-table
  .cart_item
  .product-name
  .product-quantity,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity,
.woocommerce-notices-wrapper,
.woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-checkout-review-order-table .product-total {
  text-align: center;
}

.woocommerce-checkout-review-order-table .product-name .extra-info {
  font-size: 0.9em;
  font-weight: normal;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: inline-block;
  background: #30ce73;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #45e883;
  background: -moz-linear-gradient(top, #45e883 0%, #2ec96c 100%);
  background: -webkit-linear-gradient(top, #45e883 0%, #2ec96c 100%);
  background: linear-gradient(to bottom, #45e883 0%, #2ec96c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e883', endColorstr='#2ec96c',GradientType=0 );
}

.woocommerce-checkout-review-order .place-order {
  text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #fff;
  line-height: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #30ce73;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #30ce73;
}
.woocommerce .button,
.woocommerce a.button {
  background-color: #ff7197;
  color: #fff;
}
.woocommerce .button:hover,
.woocommerce a.button:hover {
  background-color: #f03e6d;
  color: #fff;
}

.woocommerce .woocommerce-info {
  border: 3px solid #22a7f0;
  background: #fff;
  line-height: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .woocommerce-info::before {
  color: #22a7f0;
}

.woocommerce .woocommerce-error {
  border: 3px solid #db0a5b;
  background: #fff;
  line-height: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .woocommerce-error::before {
  color: #db0a5b;
}

.woocommerce-checkout #payment {
  background: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce .woocommerce-orders-table .woocommerce-button.button.view {
  display: none;
}
.woocommerce .woocommerce-orders-table .woocommerce-button.button.pay {
  margin-right: 5px;
  /*float: none;*/
  /*display: inline-block;*/
  background: #30ce73;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #30ce73),
    color-stop(100%, #27ae60)
  );
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: -webkit-linear-gradient(top, #30ce73 0%, #27ae60 100%);
  background: linear-gradient(to bottom, #30ce73 0%, #27ae60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ce73', endColorstr='#27ae60',GradientType=0 );
  /*color: #fff;*/
  /*font-size: 1.3em;*/
  /*font-weight: 600;*/
}
.woocommerce .woocommerce-orders-table .woocommerce-button.button.pay:hover {
  background: #45e883;
  background: -moz-linear-gradient(top, #45e883 0%, #2ec96c 100%);
  background: -webkit-linear-gradient(top, #45e883 0%, #2ec96c 100%);
  background: linear-gradient(to bottom, #45e883 0%, #2ec96c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e883', endColorstr='#2ec96c',GradientType=0 );
}

.woocommerce #order_review .shop_table td.product-name .wc-item-meta {
  display: none;
}

.woocommerce #payment {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.woocommerce #payment .form-row {
  text-align: center;
}

/* Admin bar menu */
#wpadminbar #wp-admin-bar-wp-escortwp-menu,
#wpadminbar #wp-admin-bar-wp-escortwp-menu div.ab-item,
#wpadminbar #wp-admin-bar-wp-escortwp-menu .ab-sub-wrapper {
  background: #20c7f9;
  background: -moz-linear-gradient(top, #20c7f9 0%, #1b6ad1 100%);
  background: -webkit-linear-gradient(top, #20c7f9 0%, #1b6ad1 100%);
  background: linear-gradient(to bottom, #20c7f9 0%, #1b6ad1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20c7f9', endColorstr='#1b6ad1',GradientType=0 );
  color: #fff;
  font-weight: 600;
}
#wpadminbar #wp-admin-bar-wp-escortwp-menu div.ab-item {
  cursor: pointer;
}
#wpadminbar .quicklinks #wp-admin-bar-wp-escortwp-menu ul li a {
  color: #fff;
  font-weight: 600;
  line-height: normal;
  height: auto;
}
#wpadminbar .quicklinks #wp-admin-bar-wp-escortwp-menu ul li a:hover {
  background: #fff;
  color: #1d92e2;
}

.page404 {
  color: #fff;
}
.page404 h2 {
  font-size: 7em;
}
.page404 h3 {
  font-size: 1.4em;
}

/***** ONLINE STATUS start *****/
.online-status {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-transform: lowercase;
  vertical-align: middle;
  line-height: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  display: inline-block;
  color: #fff;
  padding-left: 20px;
}
.online-status .online-label {
  position: relative;
}
.online-status .notification-circle {
  display: block;
  position: absolute;
  top: 5px;
  left: -17px;
}
.online-status .notification-circle:after {
  content: "";
  background-color: #14e12f;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
}
.online-status .notification-circle .notification-circle-outside {
  margin: 1px;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgb(12, 204, 37, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: notification-expand 1.5s linear infinite;
  -moz-animation: notification-expand 1.5s linear infinite;
  -o-animation: notification-expand 1.5s linear infinite;
  animation: notification-expand 1.5s linear infinite;
}
.online-status .notification-circle .notification-circle-inside {
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgb(12, 204, 37, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: notification-expand 1.5s linear infinite;
  -moz-animation: notification-expand 1.5s linear infinite;
  -o-animation: notification-expand 1.5s linear infinite;
  animation: notification-expand 1.5s linear infinite;
}
.online-status .notification-circle .notification-circle-inside:after {
  content: "";
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgb(12, 204, 37, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: notification-expand 1.5s linear infinite;
  -moz-animation: notification-expand 1.5s linear infinite;
  -o-animation: notification-expand 1.5s linear infinite;
  animation: notification-expand 1.5s linear infinite;
}
@-webkit-keyframes notification-expand {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  25% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes notification-expand {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  25% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes notification-expand {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  25% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@-o-keyframes notification-expand {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  25% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.girlsingle .online-status {
  background: none;
  margin-top: 10px;
}
.girlsingle .online-status .online-label {
  color: #0ccc25;
}

.girl .thumbwrapper .model-info .labels .online-status {
  background-color: rgba(12, 204, 37, 0.5);
  float: right;
  margin-top: 1px;
}
.girl
  .thumbwrapper
  .model-info
  .labels
  .online-status
  .notification-circle:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.girl
  .thumbwrapper
  .model-info
  .labels
  .online-status
  .notification-circle
  .notification-circle-outside {
  background-color: rgba(4, 64, 12, 0.85);
}
/***** ONLINE STATUS end *****/

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

/* By AN1 */

.header-top-bar {
  background: #db2b39;
  z-index: 99;
  padding: 0 !important;
}

.site-container {
  max-width: 1100px;
  margin: 0px auto;
}

.header-container {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

body.admin-bar .header-top-bar {
  top: 32px;
}

ul.menu {
  padding: 0;
  list-style: none;
  display: flex;
}
ul.menu.horizontal {
  flex-direction: row;
  justify-content: center;
}

ul.menu.vertical {
  flex-direction: column;
}

header#site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header#site-header h1 a {
  color: #fff;
}

select.state-redirect-select {
  border-radius: 30px;
  padding: 10px;
  min-width: 400px;
  appearance: none;
  background-image: url("imgs/down.png");
  background-size: 19px;
  background-position: 96% 9px;
  background-repeat: no-repeat;
}

header .hamburger-menu {
  background: #db2b39;
  border: solid 2px #fff;
}

header .hamburger-menu.ativo,
header .hamburger-menu:hover,
header .hamburger-menu:focus {
  background: #fff;
  color: #db2b39;
}
header .hamburger-menu .icon-menu {
}
header .hamburger-menu .icon-cancel {
  display: none;
}

header .hamburger-menu.ativo .icon-menu {
  display: none;
}
header .hamburger-menu.ativo .icon-cancel {
  display: inline-block;
}

.bar-genero {
  background-color: #fff;
}
body.admin-bar .bar-genero {
  /* margin-top: 73px; */
}

nav.genero ul {
}

nav.genero ul li {
}

nav.genero ul li a {
  padding: 20px 50px;
  display: block;
  border-bottom: solid 2px #fff;
}

nav.genero ul li a:hover,
nav.genero ul li a:focus,
nav.genero ul li.current-menu-item a {
  font-weight: 700;
  border-bottom: solid 2px #db2b39;
}

/* Overlay do Menu Pop-up */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.menu-overlay.visivel {
  opacity: 1;
  visibility: visible;
}

/* Menu Pop-up - Design Moderno com Glassmorphism */
.menu-pop-up {
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50px;
  right: -520px;
  width: 500px;
  z-index: 999;
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-pop-up.visivel {
  right: 0;
  animation: slideInRight 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body.admin-bar .menu-pop-up {
  top: 105px;
}

/* Animação de entrada */
@keyframes slideInRight {
  from {
    right: -520px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

/* Container interno com glassmorphism */
.menu-pop-up > .borda {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.95) 100%
  );
  padding: 40px 30px;
  border: solid 1px rgba(255, 17, 89, 0.2);
  border-radius: 20px;
  box-shadow:
    0 8px 32px rgba(255, 17, 89, 0.15),
    0 2px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  min-height: calc(100vh - 113px);
  max-height: calc(100vh - 113px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

/* Scrollbar estilizada */
.menu-pop-up > .borda::-webkit-scrollbar {
  width: 8px;
}

.menu-pop-up > .borda::-webkit-scrollbar-track {
  background: rgba(255, 17, 89, 0.05);
  border-radius: 10px;
}

.menu-pop-up > .borda::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #db2b39 0%, #ff3377 100%);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.menu-pop-up > .borda::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff3377 0%, #db2b39 100%);
}

body.admin-bar .menu-pop-up > .borda {
  min-height: calc(100vh - 145px);
  max-height: calc(100vh - 145px);
}

/* Menu de ações (botões) */
.menu-pop-up ul.subnav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(255, 17, 89, 0.1);
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn a {
  background: linear-gradient(135deg, #db2b39 0%, #ff2366 100%);
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  min-width: 100px;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  box-shadow:
    0 4px 15px rgba(255, 17, 89, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn a:hover::before {
  left: 100%;
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn a:hover,
.menu-pop-up ul.subnav-menu li.subnav-menu-btn a:focus {
  background: #fff;
  color: #db2b39;
  box-shadow:
    0 6px 20px rgba(255, 17, 89, 0.4),
    0 0 0 2px #db2b39;
  transform: translateY(-2px);
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn a:active {
  transform: translateY(0);
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn a .icon {
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}

.menu-pop-up ul.subnav-menu li.subnav-menu-btn.meu-perfil-btn a {
  min-width: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Botão de ícone (busca) */
.menu-pop-up ul.subnav-menu li.subnav-menu-icon a {
  padding: 8px 12px;
  border: 2px solid #db2b39;
  background: linear-gradient(
    135deg,
    rgba(255, 17, 89, 0.05) 0%,
    rgba(255, 17, 89, 0.1) 100%
  );
  border-radius: 20px;
  min-width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  height: 45px;
  width: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-pop-up ul.subnav-menu li.subnav-menu-icon a:hover,
.menu-pop-up ul.subnav-menu li.subnav-menu-icon a:focus {
  background: linear-gradient(135deg, #db2b39 0%, #ff2366 100%);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 20px rgba(255, 17, 89, 0.4);
}

/* Navegação principal do menu */
.menu-pop-up nav.header-nav {
  animation: fadeInUp 0.5s ease 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-pop-up nav.header-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-pop-up nav.header-nav ul li {
  opacity: 0;
  animation: fadeInLeft 0.4s ease forwards;
}

.menu-pop-up nav.header-nav ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.menu-pop-up nav.header-nav ul li:nth-child(2) {
  animation-delay: 0.15s;
}
.menu-pop-up nav.header-nav ul li:nth-child(3) {
  animation-delay: 0.2s;
}
.menu-pop-up nav.header-nav ul li:nth-child(4) {
  animation-delay: 0.25s;
}
.menu-pop-up nav.header-nav ul li:nth-child(5) {
  animation-delay: 0.3s;
}
.menu-pop-up nav.header-nav ul li:nth-child(6) {
  animation-delay: 0.35s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.menu-pop-up nav.header-nav ul li a {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.menu-pop-up nav.header-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #db2b39 0%, #ff3377 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.menu-pop-up nav.header-nav ul li a:hover::before,
.menu-pop-up nav.header-nav ul li a:focus::before {
  transform: scaleY(1);
}

.menu-pop-up nav.header-nav ul li a:hover,
.menu-pop-up nav.header-nav ul li a:focus {
  background: linear-gradient(
    90deg,
    rgba(255, 17, 89, 0.08) 0%,
    rgba(255, 17, 89, 0.02) 100%
  );
  color: #db2b39;
  padding-left: 24px;
  box-shadow: 0 2px 10px rgba(255, 17, 89, 0.1);
}

.menu-pop-up nav.header-nav ul li a .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.menu-pop-up nav.header-nav ul li a:hover .icon {
  transform: scale(1.2);
}

/* Responsivo - Menu Pop-up */
@media (max-width: 768px) {
  .menu-pop-up {
    width: 90%;
    right: -100%;
  }

  .menu-pop-up > .borda {
    padding: 30px 20px;
  }

  .menu-pop-up ul.subnav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .menu-pop-up ul.subnav-menu li.subnav-menu-btn a {
    width: 100%;
    min-width: auto;
  }

  .menu-pop-up ul.subnav-menu li.subnav-menu-icon {
    text-align: center;
  }

  .menu-pop-up ul.subnav-menu li.subnav-menu-icon a {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .menu-pop-up {
    width: 100%;
    padding: 10px;
    right: -110%;
  }

  .menu-pop-up > .borda {
    padding: 25px 15px;
    border-radius: 15px;
  }

  .menu-pop-up ul.subnav-menu {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .menu-pop-up nav.header-nav ul li a {
    padding: 12px 15px;
    font-size: 14px;
  }
}

header .hamburger-menu {
  display: inline-block;
}

/* Select de cidades */

.custom-select {
  position: relative;
  display: inline-block;
  width: 280px;
  max-width: 100%;
}

.select-button {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.675em 1em;
  border: 1px solid #caced1;
  border-radius: 2rem;
  background-color: white;
  cursor: pointer;
  height: 41px;
  transition: all 0.3s ease;
}

.select-button:hover {
  border-color: #db2b39;
  box-shadow: 0 2px 8px rgba(255, 17, 89, 0.15);
}

.selected-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  padding-right: 10px;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #494949;
  transition: transform ease-in-out 0.3s;
  flex-shrink: 0;
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #caced1;
  border-radius: 0.5rem;
  background-color: white;
  list-style: none;
  padding: 10px;
  margin: 10px 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #db2b39;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #d10e49;
}

.select-dropdown li {
  padding: 10px 12px;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* Highlight the selected option */
.select-dropdown li.selected {
  background: linear-gradient(
    90deg,
    rgba(255, 17, 89, 0.1) 0%,
    rgba(255, 17, 89, 0.05) 100%
  );
  border-left: 3px solid #db2b39;
  padding-left: 9px;
  font-weight: 600;
  color: #db2b39;
}

.select-dropdown li:hover,
.select-dropdown li:focus {
  background-color: #f8f8f8;
  transform: translateX(3px);
}

.select-dropdown.hidden {
  display: none;
}

.select-button[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .custom-select {
    width: 200px;
  }

  .select-button {
    font-size: 14px;
    padding: 0.6em 0.8em;
  }
}

/* END Select de cidades */

/* Gerais */
body {
  background: #ffffff;
}
.body {
  border: 0;
  margin: 0 100px 0 100px;
}

.content-container {
  margin: 0 100px 0 100px;
}

.bodybox {
  background-color: #fff;
  border: 0 !important;
}

h2.subtitulo {
  font-weight: 400;
  color: #494949;
  font-size: 32px;
}

h2.subtitulo strong {
  font-weight: 700;
  color: #db2b39;
}

.pinkbutton {
  background: #db2b39;
  font-weight: 400 !important;
  padding: 8px 22px !important;
  font-size: 16px;
}
.pinkbutton:hover {
  background: #494949;
}

.section-title {
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.separador {
  width: 100%;
  height: 1px;
  background-color: #db2b39;
  margin: 30px 0;
}
.separador.cinza {
  background-color: #808080;
}

.pesquisa-rapida {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.box-sombreada {
  box-shadow: 0 0 20px -2px #959595;
  padding: 40px;
  border-radius: 30px;
}

.pesquisa-rapida .box-sombreada {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.pesquisa-rapida h2 {
  color: #e0006c;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.pesquisa-rapida .formseparator {
  height: 12px;
}

.pesquisa-rapida input.submit-button {
  width: 100%;
  background-color: #db2b39;
  color: #fff;
  margin: 10px 0;
}

.pesquisa-rapida input.submit-button:hover {
  background-color: #e35580;
}

.checkator_element.checkbox {
  border-radius: 100%;
  padding: 8px;
  margin: -3px 0 0 -4px;
  border-color: #db2b39;
}
.checkator_holder.checkbox
  .checkator_source:checked
  + .checkator_element:before {
  top: 1px;
  left: 2px;
  color: #db2b39;
}

.form-input > select {
  border-color: #eee !important;
  box-shadow: 0 0 10px -5px #494949;
  border-radius: 50px !important;
  margin-bottom: 10px;
  width: 90%;
}

/* Sidebar, que virou section */
.sidebar-right-section {
  padding: 50px;
  text-align: center;
}

.sidebar-right-section .content-container {
  max-width: 500px;
  margin: 0px auto;
}

.sidebar-right-section .buypremium_details {
  padding: 20px;
}

.sidebar-right-section .dropdownlinks {
  padding: 20px;
  border: solid 2px #db2b39;
  margin: 20px 0;
}

.sidebar-right-section .dropdownlinks h4 {
  margin-bottom: 10px;
  cursor: pointer;
}
.sidebar-right-section .dropdownlinks h4 span.icon {
  margin-right: 10px;
}

.sidebar-right-section .dropdownlinks ul {
  list-style: none;
  display: none;
  text-align: left;
}

.sidebar-right-section .dropdownlinks ul a {
  padding: 10px 0;
  display: block;
}

.sidebar-right-section .sidebar-expire-notice-mobile,
.sidebar-right-section .sidebar-expire-notice {
  width: 100%;
  margin: 10px 0;
  padding: 20px;
}

.sidebar-aviso {
  width: 100%;
  padding: 20px;
  border: solid 2px #db2b39;
}

.bg-red {
  background-color: #db2b39;
}

.pinkbutton,
.pinkdegrade {
  background: #db2b39;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #db2b39),
    color-stop(100%, #ba3b46)
  );
  background: -webkit-linear-gradient(top, #db2b39 0%, #ba3b46 100%);
  background: -webkit-linear-gradient(top, #db2b39 0%, #ba3b46 100%);
  background: linear-gradient(to bottom, #db2b39 0%, #ba3b46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2b39', endColorstr='#ba3b46',GradientType=0 );
  color: #fff;
}

a:hover {
  color: #ba3b46;
}
a {
  color: #db2b39;
}

.padrao-container {
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.upgradebuttons {
  display: block !important;
}
.upgradebutton {
  background-color: #db2b39 !important;
  width: 100%;
  border-radius: 0;
}
.upgradeescortbox {
  background-color: #eee;
  padding: 20px;
  text-align: center;
}

/* Footer */
footer.site-footer {
  border-top: solid 1px #adadad;
  padding: 60px 0 0 0;
  margin-top: 60px;
}

footer.site-footer h2 {
  font-weight: 700;
  text-align: left;
  display: block;
  width: 100%;
  color: #494949;
}

footer.site-footer .footer-bottom {
  border-top: solid 1px #adadad;
  padding: 60px 0 50px 0;
  margin-top: 60px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

footer.site-footer .section-title {
  margin-bottom: 0;
}

footer.site-footer h3 {
  color: #494949;
  margin-bottom: 12px;
}

footer.site-footer nav ul {
  list-style: none;
}

footer.site-footer nav a {
  color: #6a6a6a;
  padding: 5px 5px 5px 0;
  display: block;
}
footer.site-footer nav a:hover {
  color: #494949;
}

footer.site-footer p {
  font-size: 16px;
  line-height: 1.6em;
}

/*
Home Slider
*/
.sliderall {
  background: #e35580;
  background: linear-gradient(0deg, #db2b39 0%, #e35580 100%);
  padding: 10px 10px;
}
.sliderall > .slider {
  padding: 0px 40px;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  font-size: 30px;
  text-shadow: unset;
  color: #fff;
}

.slider .slide .girlimg {
  border-radius: 30px;
  margin: 10px;
  overflow: hidden;
  padding: 0px;
}
.slider .slide .labels {
  left: 15px;
  top: 15px;
}

.slider .slide .girlinfo .modelinfo,
.girl .desc {
  background: linear-gradient(0deg, #000 0%, #00000000 100%);
  padding: 20px 20px;
}

.slider .slide .girlimg:hover .girlinfo .modelinfo,
.girl:hover .desc {
  background: linear-gradient(0deg, #000 50%, #00000000 100%) !important;
}

.slider .slide .girlinfo .modelinfo .modelname,
.girl .desc .girl-name {
  font-size: 28px !important;
  float: left;
  line-height: 1.3em;
  text-align: left;
  padding-right: 8px;
  text-shadow: none !important;
}

.slider .slide .girlinfo .modelinfo .modelage,
.girl .desc .modelage {
  font-weight: bold;
  display: block;
  font-size: 28px;
  line-height: 1.3em;
  float: left;
  color: #db2b39;
}
.slider .slide .girlinfo .modelinfo .modelinfo-location,
.girl .desc .girl-desc-location {
  text-align: left;
}
.slider .slide .girlinfo .modelinfo .modelinfo-location span.icon,
.girl .desc .girl-desc-location span.icon {
  color: #db2b39;
}

/* Feed*/
.girl .thumb {
  border-radius: 30px;
  border: 0 !important;
  overflow: hidden;
}

.girl .girlpremium .premiumlabel span {
  width: 150px;
  top: 40px;
  right: -24px;
}
.girl .girlpremium .premiumlabel span::before,
.girl .girlpremium .premiumlabel span::after {
  display: none;
}

.girl .desc .girl-name {
}

.girl .desc .modelage {
}

.girl .desc .girl-desc-location {
}

.girl .thumb .thumbwrapper .label {
  padding: 1px 15px;
  border-radius: 20px;
}

.bluedegrade {
  background: linear-gradient(to bottom, #2fa7ff 0%, #0061ff 100%);
}

#sobre.bodybox-homepage {
  background: #db2b39;
  background: linear-gradient(0deg, #db2b39 0%, #ba3b46 100%);
  margin: 40px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

#sobre.bodybox-homepage .content-container {
  max-width: 900px;
  margin: 0px auto;
  padding: 0 20px;
}

#sobre.bodybox-homepage h2 {
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 28px;
}
#sobre.bodybox-homepage h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  padding: 0;
}

#sobre.bodybox-homepage .section-title p {
  max-width: 80%;
  margin: 20px auto 0px auto;
}

#sobre.bodybox-homepage p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

#sobre.bodybox-homepage a {
  border: solid 1px #fff;
  padding: 7px 20px;
  margin-top: 30px;
  display: block;
  width: 100%;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
}

#sobre.bodybox-homepage a:hover {
  color: #494949;
  background-color: #fff;
}

#sobre.bodybox-homepage .conteudo .conteudo {
  border: solid 2px #fff;
  margin: 30px;
  padding: 30px;
  border-radius: 40px;
  text-align: center;
}

#cidades.bodybox-homepage {
  margin: 40px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

#cidades.bodybox-homepage .content-container {
  max-width: 940px;
  margin: 0px auto;
  padding: 0 20px;
}

#cidades.bodybox-homepage h2 {
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  color: #494949;
}
#cidades.bodybox-homepage h2 span {
  color: #db2b39;
}

#cidades.bodybox-homepage h3 {
  color: #494949;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
  padding: 0;
}

#cidades.bodybox-homepage .section-title p {
  max-width: 80%;
  margin: 20px auto 0px auto;
}

#cidades.bodybox-homepage p {
  color: #494949;
  text-align: center;
  margin: 10px 0;
}

#cidades.bodybox-homepage .conteudo .conteudo {
  border: solid 0px #000;
  margin: 6px;
  padding: 20px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 10px 15px -5px #646464;
}

/* Responsive */

@media (max-width: 1200px) {
  footer.site-footer .footer-bottom {
    padding: 60px 0 0 0;
    flex-direction: column;
    row-gap: 50px;
  }
}

@media (max-width: 960px) {
  header .header-nav {
    display: block !important;
  }

  .content-container {
    margin: 0 20px;
  }

  #sobre.bodybox-homepage .conteudo .conteudo {
    margin: 10px;
  }

  footer.site-footer {
    padding: 60px 40px 0 40px;
  }
  footer.site-footer .footer-bottom {
    margin-top: 20px;
  }
}

@media (max-width: 780px) {
  body.admin-bar .header-top-bar {
    top: 46px;
  }

  body.admin-bar .menu-pop-up {
    top: 119px;
  }
  body.admin-bar .menu-pop-up > .borda {
    min-height: calc(100vh - 155px);
    max-height: calc(100vh - 155px);
  }
}

@media (max-width: 767px) {
  header#site-header h1 {
    font-size: 18px;
  }

  header .hamburger-menu {
    border: 0;
    font-size: 26px;
    display: flex !important;
  }
  header .hamburger-menu .label {
    display: none;
  }

  header .hamburger-menu.ativo,
  header .hamburger-menu:hover,
  header .hamburger-menu:focus {
    background: transparent;
    color: #fff;
  }

  #sobre.bodybox-homepage .col50 {
    width: 100% !important;
  }
  #sobre.bodybox-homepage .content-container {
    max-width: 500px;
  }

  #cidades.bodybox-homepage .col33 {
    width: 100% !important;
  }
  #cidades.bodybox-homepage .content-container {
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }

  .content-container {
    margin: 0 0px;
  }

  .menu-pop-up {
    width: 100%;
  }
  .menu-pop-up > .borda {
    padding: 30px;
  }

  nav.genero ul li a {
    padding: 20px 40px;
  }
}

@media (max-width: 520px) {
  .girl {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .menu-pop-up ul.subnav-menu {
    flex-direction: column;
    row-gap: 10px;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  nav.genero ul li a {
    padding: 20px 30px;
  }
}

@media (max-width: 390px) {
  body.admin-bar .menu-pop-up {
    top: 123px;
  }
  body.admin-bar .menu-pop-up > .borda {
    min-height: calc(100vh - 163px);
    max-height: calc(100vh - 163px);
  }

  .menu-pop-up {
    top: 77px;
  }
}

/* Bumping - Subidas */

.bumping-status-widget {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
}
.bumping-info .info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.progress-bar {
  height: 20px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0 5px 0;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #4caf50, #8bc34a);
  transition: width 0.3s ease;
}

.bumping-management-section {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.active-plan-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 25px;
  margin-bottom: 20px;
}

.plan-header {
  margin-bottom: 20px;
}

.plan-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-header h3 {
  margin: 10px 0 0 0;
  font-size: 28px;
}

.plan-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.stat-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-icon {
  font-size: 24px;
}

.stat-content {
  flex: 1;
}

.stat-label {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 5px;
}

.stat-value {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.stat-value.highlight {
  color: #ffd700;
  font-size: 24px;
}

.progress-bar-inline {
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}

.progress-fill-inline {
  height: 100%;
  background: #4caf50;
  transition: width 0.3s ease;
}

.stat-progress {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-progress .stat-value {
  font-size: 14px;
  min-width: 40px;
}

.renewal-notice {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  color: #856404;
}

.no-active-plan {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.info-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.no-active-plan h3 {
  color: #333;
  margin-bottom: 15px;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 25px;
  text-align: left;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: white;
  border-radius: 8px;
}

.benefit-icon {
  font-size: 24px;
}

.plans-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.plan-tab {
  flex: 1;
  padding: 15px;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.plan-tab:hover {
  border-color: #667eea;
}

.plan-tab.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: #667eea;
}

.tab-badge {
  display: inline-block;
  background: #4caf50;
  color: white;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  margin-left: 5px;
}

.tab-badge.premium {
  background: #ffd700;
  color: #333;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.plan-card {
  background: white;
  border: 2px solid #e0e0e0;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
  border-color: #667eea;
}

.plan-card.premium-plan {
  border-color: #ffd700;
}

.plan-ribbon {
  position: absolute;
  top: 10px;
  right: -30px;
  background: #4caf50;
  color: white;
  padding: 5px 35px;
  transform: rotate(45deg);
  font-size: 11px;
  font-weight: bold;
}

.plan-ribbon.premium {
  background: #ffd700;
  color: #333;
}

.plan-duration {
  margin-bottom: 15px;
}

.duration-number {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #667eea;
}

.duration-text {
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.plan-details-box {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.plan-feature {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

.plan-feature:last-child {
  border-bottom: none;
}

.plan-feature.highlight-feature {
  background: #fff;
  padding: 10px;
  margin: 10px -10px -10px -10px;
  border-radius: 0 0 8px 8px;
}

.feature-label {
  font-size: 13px;
  color: #666;
}

.feature-value {
  font-weight: bold;
  color: #333;
}

.plan-price {
  margin: 20px 0;
}

.price-currency {
  font-size: 18px;
  color: #666;
}

.price-amount {
  font-size: 36px;
  font-weight: bold;
  color: #4caf50;
}

.plan-button .greenbutton {
  width: 100%;
  padding: 12px;
  font-size: 14px;
}

.bumping-faq {
  background: #f8f9fa;
  padding: 25px;
  margin-top: 30px;
}

.bumping-faq h4 {
  margin-bottom: 20px;
  color: #333;
}

.faq-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-item strong {
  display: block;
  margin-bottom: 8px;
  color: #333;
}

.faq-item p {
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-stats {
    grid-template-columns: 1fr;
  }

  .benefits-list {
    grid-template-columns: 1fr;
  }
}

/* END Subidas */

/*   Sobre nós   */
.page-sobre-nos {
  font-family: "Inter", sans-serif;
}

.page-sobre-nos .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.page-sobre-nos .apresentacao {
  text-align: center;
  padding: 100px 20px;
}

.page-sobre-nos .apresentacao h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
}

.page-sobre-nos .apresentacao h1 .highlight {
  color: #e91e63;
  font-weight: 600;
}

.page-sobre-nos .apresentacao p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.8;
}

/* Section Title */
.page-sobre-nos .section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  color: #333;
}

.icon-flame {
  width: 40px;
  height: 40px;
  background-image: url(imgs/foguinho.png);
  background-size: contain;
}

.icon-bee {
  width: 40px;
  height: 40px;
  background-image: url(imgs/LuxuriaReal-bee-bc.png);
  background-size: contain;
}

/* Sections */
.page-sobre-nos section {
  padding: 100px 0;
}

.page-sobre-nos section.about-section {
  background-color: #db2b390a;
}

.page-sobre-nos .about-section p {
  color: #666;
  line-height: 1.8;
}

/* Values Section */
.page-sobre-nos .values-section {
  background: linear-gradient(135deg, #e91e63, #d81b60);
  color: white;
  padding: 60px 0;
}

.page-sobre-nos .values-section .section-title {
  color: white;
}

.page-sobre-nos .values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.page-sobre-nos .value-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-sobre-nos .value-card p {
  font-size: 0.9rem;
  opacity: 0.95;
  line-height: 1.6;
}

/* Numbers Section */
.page-sobre-nos .numbers-section .container {
  max-width: 800px;
}

.page-sobre-nos .numbers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.page-sobre-nos .number-item {
  text-align: center;
}

.page-sobre-nos .number-item .number {
  font-size: 5rem;
  line-height: 1em;
  font-weight: 700;
  font-family: inter;
  color: #e91e63;
  margin-bottom: 10px;
}

.page-sobre-nos .number-item p {
  color: #494949;
  font-size: 0.95rem;
}

/* Process Section */
.page-sobre-nos .process-list {
  margin-top: 40px;
}

.page-sobre-nos .process-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.page-sobre-nos .icon-gear {
  width: 50px;
  height: 50px;
  background-image: url(imgs/verificado.png);
  background-size: contain;
}

.page-sobre-nos .process-content h3 {
  color: #e91e63;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-sobre-nos .process-content p {
  color: #666;
  line-height: 1.7;
}

/* Social Commitment Section */
.page-sobre-nos .social-section {
  background: #f5f5f5;
  padding: 60px 0;
}

.page-sobre-nos .social-section p {
  color: #666;
  line-height: 1.8;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .page-sobre-nos .header h1 {
    font-size: 1.8rem;
  }
  .page-sobre-nos .header h1 br {
    display: none;
  }

  .page-sobre-nos .values-grid,
  .page-sobre-nos .numbers-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-sobre-nos .number-item .number {
    font-size: 3rem;
  }

  .page-sobre-nos .section-title {
    font-size: 1.5rem;
  }
}

/*   FAQ   */
.page-faq {
  font-family: "Inter", sans-serif;
}
.page-faq .container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.page-faq .header {
  text-align: center;
  margin-bottom: 40px;
}
.page-faq .header h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.page-faq .header .highlight {
  color: #e91e63;
  display: block;
}
.page-faq .header p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  max-width: 600px;
  margin: 0 auto;
}
.page-faq .faq-list {
  margin-top: 40px;
}
.page-faq .faq-item {
  margin-bottom: 15px;
  padding-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-faq .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.page-faq .faq-question {
  background: #f8f9fa;
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}
.page-faq .faq-question:hover {
  background: #f0f1f3;
}
.page-faq .faq-question h3 {
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
}
.page-faq .faq-icon {
  font-size: 1.5rem;
  color: #666;
  transition: transform 0.3s ease;
  font-weight: 300;
}
.page-faq .faq-item.active .faq-question {
  background: #e91e63;
}
.page-faq .faq-item.active .faq-question h3 {
  color: white;
}
.page-faq .faq-item.active .faq-icon {
  color: white;
  transform: rotate(45deg);
}
.page-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  background: #e91e63;
}
.page-faq .faq-answer-content {
  padding: 0 30px;
  color: white;
  line-height: 1.8;
  font-size: 0.95rem;
}
.page-faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .page-faq .container {
    padding: 40px 25px;
  }
  .page-faq .header h1 {
    font-size: 2rem;
  }
  .page-faq .faq-question {
    padding: 20px;
  }
  .page-faq .faq-answer-content {
    padding: 0 20px;
  }
}

/*Página Blog  */

.blog-modern-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 20px;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}

.blog-header h1 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.blog-controls {
  display: flex;
  gap: 10px;
  position: relative;
}

.blog-controls button {
  background: white;
  border: 1px solid #ddd;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  transition: all 0.3s ease;
  justify-content: space-around;
}

.blog-controls button:hover {
  border-color: #999;
  background: #f9f9f9;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 20px;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: #e91e63;
}

.blog-card-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog-card-button {
  display: inline-block;
  background: linear-gradient(135deg, #e91e63 0%, #f06292 100%);
  color: white;
  padding: 10px 24px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.blog-card-button:hover {
  background: linear-gradient(135deg, #c2185b 0%, #e91e63 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
  color: white;
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.blog-navigation a {
  color: #333;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.blog-navigation a:hover {
  background: #e91e63;
  color: white;
  border-color: #e91e63;
}

.no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}

/* Dropdown Styles */
.dropdown-filter,
.dropdown-order {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  min-width: 280px;
  z-index: 1000;
  animation: slideDown 0.2s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-filter h3,
.dropdown-order h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.filter-options,
.order-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.filter-options label,
.order-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.filter-options label:hover,
.order-options label:hover {
  background: #f5f5f5;
}

.filter-options input[type="radio"],
.order-options input[type="radio"] {
  cursor: pointer;
}

.filter-actions,
.order-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.blog-controls .apply-filter,
.blog-controls .apply-order {
  flex: 1;
  background: #e91e63;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.blog-controls .apply-filter:hover,
.blog-controls .apply-order:hover {
  background: #c2185b;
}

.cancel-filter,
.cancel-order {
  flex: 1;
  background: white;
  color: #666;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cancel-filter:hover,
.cancel-order:hover {
  background: #f5f5f5;
}

/* Active Filters Badge */
.active-filters {
  margin: -20px 0 40px 0;
  text-align: right;
}

.filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e3f2fd;
  color: #1976d2;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.remove-filter {
  background: none;
  border: none;
  color: #1976d2;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.remove-filter:hover {
  background: rgba(25, 118, 210, 0.1);
}

.blog-card.hidden {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .blog-header {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .active-filters {
    margin: -20px 0 40px 20px;
    text-align: left;
  }
}

/* ==========================================
   SINGLE POST LAYOUT STYLES
   ========================================== */

/* Wrapper principal */
.single-post-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

/* Imagem de destaque */
.post-featured-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Conteúdo do post */
.single-post-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Breadcrumbs */
.post-breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.post-breadcrumb span {
  display: inline-block;
}

.breadcrumb-title {
  font-weight: 600;
  color: #333;
}

/* Título do post */
.post-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* Conteúdo do post em duas colunas */
.post-content {
  column-count: 2;
  column-gap: 40px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 50px;
}

.post-content p {
  margin-bottom: 20px;
}

/* Em dispositivos móveis, usar uma coluna */
@media (max-width: 768px) {
  .post-content {
    column-count: 1;
  }

  .post-title {
    font-size: 32px;
  }
}

/* Seção de posts relacionados */
.related-posts-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.related-posts-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fire-icon {
  font-size: 28px;
  display: inline-block;
}

/* Grid de posts relacionados */
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* Card de post relacionado */
.related-post-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.related-post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Imagem do post relacionado */
.related-post-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}

.related-post-image a {
  display: block;
  height: 100%;
}

/* Conteúdo do card */
.related-post-content {
  padding: 25px;
}

.related-post-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.related-post-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-title a:hover {
  color: #e91e63;
}

.related-post-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

/* Botão ver mais */
.related-post-button {
  display: inline-block;
  background: #e91e63;
  color: #fff !important;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.related-post-button:hover {
  background: #c2185b;
}

/* Link de edição */
.edit-link {
  margin-top: 20px;
  font-size: 14px;
}

.edit-link a {
  color: #999;
  text-decoration: none;
}

.edit-link a:hover {
  color: #666;
}

/* Clear fix */
.clear {
  clear: both;
}

/* Responsividade adicional */
@media (max-width: 600px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
  }

  .post-breadcrumb {
    font-size: 10px;
  }

  .post-title {
    font-size: 28px;
  }

  .related-post-image {
    height: 200px;
  }
}

a.wc-block-components-button.wc-block-cart__submit-button,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  background-color: #db2b39;
  border: solid 1px #db2b39;
  color: #fff;
}

a.wc-block-components-button.wc-block-cart__submit-button:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
  background-color: #fff;
  color: #db2b39;
}
