/* Recolor template */

:root {
	--accent-gradient: linear-gradient(180deg, #6562E1 0%, #511CB7 100%), #FA488C;
}

body {
	color: #A0A5D2;
	background: #2D2627;
	background-image: radial-gradient(50% 50% at 50% 50%, #6052D7 0%, rgba(95, 78, 213, 0) 100%);
}

[id^="readlink"] {
	background: #5F4FD5 !important;
}

.header-top-bar {
	background: var(--accent-gradient);
}

.header-top-bar .header-nav .header-menu li.current_page_item a {
	background: transparent;
}

.single-profile-page .bodybox {
	border-bottom: none;
}

.header-top-bar .header-nav .header-menu li a {
	border: 1px solid transparent;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.header-top-bar .header-nav .header-menu li a:hover {
	background: transparent;
	border-radius: 20px;
	border: 1px solid #fff;
}

.site-breadcrumb span a span, .site-breadcrumb span{
	color: #A0A5D2;
}

.site-breadcrumb span.site-breadcrumb-separator {
	color: #A0A5D2;
}

.site-breadcrumb span:last-child span {
	color: #fff;
}

.body {
	border-left: none;
	border-right: none;
	border-top: none;
	max-width: 1500px;
}

.container {
	max-width: 1500px;
}

.bodybox {
	border-bottom: 1px solid #E4D6FF;
}

.bodybox .girl {
	/*width: 25%;
	padding: 0;
	padding-left: 15px;
	margin-bottom: 15px;*/
}

.girl-flex-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
	margin-left: -15px;
}

.girl-flex-wrap::after {
  content: "";
  flex: auto;
}

.bodybox .show-separator {
	/*display: none;*/
}

.girl .thumb .thumbwrapper .label-video img {
	width: 120px;
	height: 120px;
}

.girl .thumb {
	border-radius: 0px;
	/*border: 9px solid #E4D6FF;*/
	border: none;
}

.girl .thumb .thumbwrapper {
	/*border: 9px solid #E4D6FF;*/
	position: relative;
}

.girl .thumb .thumbwrapper a img {
	border-radius: 0;
}

.girl .thumb .model_kont {
	background: #E4D6FF;
}


.model_kont p {
	color: #202124;
}

.girl .girlpremium {
	border: none;
}

.girl .girlpremium .premiumlabel span::before, .girl .girlpremium .premiumlabel span::after {
	display: none;
}

.girl .girlpremium .premiumlabel span {
	box-shadow: none;
	top: 15px;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	transform: rotate(0);
	padding: 0;
	height: auto;
	right: 16px;
	font-weight: 400;
	background-color: #AE87FE;
	color: #fff;
}

.girl .girlpremium .premiumlabel {
  position: absolute;
  top: 0;
}


.girl .thumb .thumbwrapper .label-new {
	border: none;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5220B9;
	color: #fff;
	font-weight: 400;
}

.girl .thumb .thumbwrapper .label-verified {
	border-radius: 5px;
	border: none;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6C2CF0;
	color: #fff;
	font-weight: 400;
}

.girl .thumb .thumbwrapper .labels {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.girl .thumb .thumbwrapper .labels span {
	margin-left: 5px;
	border-radius: 0;
}

.girl .thumb:hover {
	border: none;
}

.girl .thumb:hover .model_kont {

}


.girl .desc .girl-desc-location {
	color: #202124;
}

.girl .thumb:hover .model_kont,
.girl .thumb:hover .model_kont .desc h3,
.girl .thumb:hover .model_kont .desc span,
.girl .thumb:hover .model_kont p {

}

.girl .desc h3 {
	font-size: 18px;
	color: #202124;
}

.girl .desc .girl-desc-location {
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.girl .girl-contacts {
	margin-top: 15px;
}

.girl-phone-text {
	/*font-size: 24px;*/
}

.girl-ws {
	background-color: #008033;
	width: 100%;
	border-radius: 0;
}

.girl-phone {
	/*height: 70px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--accent-gradient);
}

.girlsingle .girl-phone {
	height: 75px;
	border: none;
	border-radius: 0;
}

.icon-phone::before {
	margin-top: 2px;
}

.icon.icon-phone {
	background: url('../../escorts-directory/i/icon-phone.svg');
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.icon.icon-phone::before {
	opacity: 0;
}

.girl .thumb .thumbwrapper .label-video {
	top: 50%;
	margin-top: -75px;
}

.underfooter {
	padding: 35px 0;
	color: #A0A5D2;
}

.girlsingle .thumbs .profile-img-thumb img {
	border-radius: 0px;
}

.girlsingle .thumbs .profile-video-thumb a {
	background: #202124;
	display: block;
	border: none;
	border-radius: 10px;
}

.girlsingle .thumbs .profile-video-thumb img {
	margin-bottom: 0;
}

.girlsingle .thumbs .profile-video-thumb {
	border: none;
}

.bodybox h3 {
	color: #fff;
	margin-bottom: 5px;
}

.girlsingle .girlsinglelabels span {
	border: none;
	margin-right: 0;
	border-radius: 0;
	margin-left: 7px;
}

.girlsingle .girlsinglelabels .orangebutton {
	background: #5220B9;
}

.girlsingle .girlsinglelabels .bluedegrade {
	background: #6C2CF0;
}

.girlsingle .girlsinglelabels .greendegrade {
	background: #9461FD;
}

.girlsingle .girlsinglelabels .pinkbutton {
	background: #AE87FE;
}

.girlsingle-card-list-title {
	font-size: 30px;
}

.girlsingle-card-list {
	display: initial;
}

.bodybox-homepage .see-all-top {
	height: 68px;
	width: 320px;
	background: var(--accent-gradient);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin-bottom: 35px;
	border-radius: 0;
}

.post-type-archive-escort .bodybox h3 {
	font-size: 24px;
	padding: 0;
	margin-top: 19px;
}

.page-template-nav-contact .bodybox {
	text-align: center;
	padding: 45px 0 80px 0;
}

.page-template-nav-contact .form-styling {
	max-width: 320px;
	margin: auto;
}

.page-template-nav-contact .form-styling .form-input,
.page-template-nav-contact .form-styling .form-input input {
	width: 100%;
}

.page-template-nav-contact .form-styling .form-input input {
	background: transparent;
	height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 0;
}

.page-template-nav-contact .form-styling .form-input textarea {
	background: transparent;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 0;
}

.g-recaptcha iframe {
	border-radius: 0;
}

.page-template-nav-contact .form-styling .form-input small {
	font-size: 13px;
	display: block;
	margin-top: 7px;
	text-align: right;
}

.page-template-nav-contact .form-styling input[type="submit"] {
	width: 100%;
	height: 68px;
	background: var(--accent-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	border: none
}

.form-styling .form-label i {
	color: #FF557E;
}

.girl-phone, .girl-ws {
	position: relative;
}

.girl-phone:hover, girl-ws:hover {
	background: var(--accent-gradient);
}

.girl-phone::after, .girl-ws::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	transition: all .2s ease-out;
}

.girl-phone:hover::after, .girl-ws:hover::after {
	opacity: 0.1;
}

.girl-ws:hover {
	background-color: #008033;
}

.text_bottom_st p a {
	color: #A0A5D2;
	font-weight: 700;
}

.girlsingle .profile-header-mobile1 .profile-header-name {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.girlsingle .girlsinglelabels {
	height: 26px;
	display: flex;
	align-items: center;
}

.girlsingle .girlsinglelabels span {
	margin-bottom: 0;
}

.girlsingle .profile-title {
	padding-bottom: 0;
	margin-bottom: 5px;
}

.icon-location::before {
	font-size: 20px;
	color: #2D2627;
}

.girl-address, .girlsingle .aboutme {
	color: #fff;
}

.widgetbox a {
	color: #A0A5D2;
}

.widgetbox svg {
	display: none;
}

.widgetbox h4 {
	color: #A0A5D2 !important;
	font-weight: 700;
}

.text_bottom_st {
	margin-top: 60px;
}

.header-top-bar .header-nav {
	margin-top: 8px;
}

.header-top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.header-top-bar .clear {
	display: none;
}

.header-nav.r {
	margin: 0;
}

.footer {
	display: flex;
	justify-content: space-around;
	padding: 0 190px;
	padding-top: 30px;
}

/* Menu styling */

@media (min-width: 1340px) {
	.header-top-bar .header-nav .header-menu > li.menu-item-has-children > a:hover,
	.header-top-bar .header-nav .header-menu > li.menu-item-has-children > a.hover-has-children
	{
	 background: #1D0101;
	 border-left: 1px solid #fff;
	 border-right: 1px solid #fff;
	 border-top: 1px solid #fff;
	 border-bottom: 1px solid #1D0101;
	 border-radius: 0;
	 position: relative;
	 z-index: 10;
 }

 .girlsingle .thumbs .profile-video-thumb img {
		margin-bottom: 0;
		max-width: 160px;
		padding: 15px 0;
		height: auto;
	}
 
 .header-top-bar .header-nav .header-menu .hover-has-children {
	 background: #BC6D9D;
	 border-left: 2px solid #fff;
	 border-right: 2px solid #fff;
	 border-top: 2px solid #fff;
	 border-bottom: 2px solid #BC6D9D;
	 border-radius: 0;
	 position: relative;
	 z-index: 10;
 }
 
 .header-top-bar .header-nav .header-menu .menu-item-has-children > a svg {
	 position: relative;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 width: 15px;
	 height: 15px;
	 margin-right: 10px;
	 transition: .3s all ease-out;
 }
 
 .header-top-bar .header-nav .header-menu .menu-item-has-children {
	 display: flex;
	 align-items: center;
 }
 
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > a:hover svg,
 .header-top-bar .header-nav .header-menu .hover-has-children svg {
	 transform: rotate(180deg);
 }
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul li .hover-has-children svg,
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul li a:hover svg {
	 transform: rotate(90deg);
 }
 
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul {
	 background: #1D0101;
	 border: 1px solid #fff;
	 border-radius: 0;
	 top: 36px;
	 width: 130%;
 }	
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul > li ul {
	 width: 100%;
	 border-radius: 0;
 }
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul li ul {
	 top: -5px;
	 right: 96%;
 }
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul a {
	 background: none;
	 color: #fff;
	 border: none;
 }

 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul a:hover {
	color: #625ADC;
 }

 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul a:hover path {
	stroke: #625ADC
 }
 
 .header-top-bar .header-nav .header-menu li.current_page_item > a,
 .header-top-bar .header-nav .header-menu li.current_page_item > a path {
	 color: #fff;
 }

 .header-top-bar .header-nav .header-menu li.current_page_item > a {
	border: 1px solid #fff;
 }
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children .current_page_item a,
 .header-top-bar .header-nav .header-menu li.menu-item-has-children .current_page_item a path {
	 color: #625ADC;
	 stroke: #625ADC;
 }
 
 .girlsingle .thumbs .profile-img-thumb img {
	 margin-bottom: 10px;
 }

 .header-top-bar .header-nav .header-menu li a {
	border-radius: 0;
 }

 .header-top-bar .header-nav .header-menu li.current_page_item a {
	border-radius: 20px;
 }
}



/* /////////////////////////////// */
/* Responsive */
/* /////////////////////////////// */

@media all and (max-width: 1340px) {
	.menu-dropdown-btn {
		transition: all .3s ease-out;
	}

	.header-top-bar .header-nav .header-menu li.dropdown-open > a svg {
		transform: rotate(0) !important;
	}

	.header-top-bar .header-nav .header-menu ul li a {
		margin: 0;
		padding: 0;
	}
	
	.form-styling .form-label {
		width: 34%;
	}

	.bodybox h1, .girlsingle .profile-title {
		font-size: 24px;
	}

	.girlsingle .profile-title {
		margin-bottom: 15px;
	}

	.girlsingle .thumbs .profile-video-thumb {
		border-radius: 10px;
	}
	
	.girlsingle .thumbs img, .girlsingle .thumbs .profile-video-thumb-wrapper {
		margin-top: 10px;
	}

	.girlsingle .thumbs .profile-video-thumb img {
		margin-bottom: 0;
		max-width: 160px;
		padding: 15px 0;
		height: auto;
	}

	.girlsinglelabels {
		display: flex;
		flex-wrap: wrap;
	}

	/* Menu styling */
	.header-top-bar .header-nav .header-menu li a {
		padding: 0;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--accent-gradient);
		border-radius: 0px;
		margin-bottom: 5px;
		border: none;
		width: 100%;
	}

	.header-top-bar .header-nav {
		background: #202124;
	}

	.header-top-bar .header-nav .header-menu li a:hover {
		border: none;
		border-radius: 0px;
	}

	.header-top-bar .header-nav .header-menu > li > a + ul {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff
	}

	.header-top-bar .header-menu > .menu-item {
		background: transparent;
	}

	.header-top-bar .header-nav .header-menu ul li.current_page_item a, 
	.header-top-bar .header-nav .header-menu ul li.current_page_item a svg {
		color: #fff;
		border: none;
		background: transparent;
	}

	.header-top-bar .header-nav .header-menu li.dropdown-open > a svg {
		transition: all .3s ease-out;
	}


	.header-top-bar .header-nav .header-menu ul li a, .header-top-bar .header-nav .header-menu ul li a svg {
		color: #fff;
	}

	.header-top-bar .header-nav .header-menu li.menu-item-has-children ul li ul a {
		font-weight: 400;
	}

	.header-top-bar .header-nav .header-menu ul {
		background: transparent;
	}

	.header-top-bar .header-nav .header-menu ul li a:hover,
	.header-top-bar .header-nav .header-menu ul li a:hover svg {
		color: #635EDE;
	}

	.header-top-bar .header-nav .header-menu li.current_page_item a {
		border-radius: 0;
		background: #322180;
	}
	.header-top-bar .header-nav .header-menu ul li a:hover, .header-top-bar .header-nav .header-menu ul li a:hover svg, .header-top-bar .header-nav .header-menu ul li.current_page_item a, .header-top-bar .header-nav .header-menu ul li.current_page_item a svg {
		color: #635EDE;
	}

	.header-top-bar .header-nav .header-menu li a:hover {
		background: var(--accent-gradient);
	}

	.header-top-bar .header-nav .header-menu li a:hover {
		background: var(--accent-gradient);
	}

	.girl .thumb .model_kont .desc h3 {
		color: #202124;
	}

	.girl .thumb .thumbwrapper .label-verified,
	.girl .thumb .thumbwrapper .label-new {
	 width: 120px;
	 min-width: auto;
	}

	.footer {
		padding: 30px 60px 0 60px;
	}
 
}

@media all and (max-width: 1200px) {
	.bodybox .girl {
		width: 33%;
		padding-left: 10px;
	}

	.girl-flex-wrap {
		margin-left: -10px;
	}

	.footer {
		padding: 0;
		padding-top: 30px;
	}

}

@media all and (max-width: 992px) {
	.girl .thumb .thumbwrapper .label-verified, .girl .thumb .thumbwrapper .label-new {
		width: auto;
		font-size: 14px;
		height: 33px;
	}

	.footer {
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer .widgetbox {
		width: 48%;
		margin-top: 30px;
	}

}

@media all and (max-width: 790px) {
	.bodybox .girl {
		width: 50%;
	}
	.girl .girl-contacts {
		margin-top: 0;
	}

	.girl-phone-text {
		font-size: 16px;
	}

	.icon.icon-phone {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.girl-phone, .girlsingle .girl-phone {
		height: 50px;
		border-radius: 0;
	}

	.girl .girlpremium .premiumlabel {
		border-width: 70px 70px 0 0;
	}

	.girl .girlpremium .premiumlabel span {
		font-size: 12px;
		top: 15px;
		left: 15px;
	}

	.footer .widgetbox {
		width: 100%;
		margin-top: 15px;
	}
	
}
 
@media all and (max-width: 480px) {
	.girl .thumb .thumbwrapper .label-new, .girl .thumb .thumbwrapper .label-verified {
		font-size: 10px;
	}

	.girlsingle .girlsinglelabels {
		height: auto;
	}
}

/* FIX */
@media (max-width: 1340px) {
	.header-top-bar .header-nav .header-menu li.menu-item-has-children a {
		margin-bottom: 0;
		border-bottom: none;
		z-index: 2;
		position: relative;
	}

	.header-top-bar .header-nav .header-menu li.menu-item-has-children ul {
		margin-top: -5px;
	}

	.header-top-bar .header-nav .header-menu li a:hover {
		background: #322180;
	}
}

.girlsingle-card-list {
	display: flex;
}

.girlsingle-card-list .girl {
	width: 25% !important;
}

@media (max-width: 992px) {
	.girlsingle-card-list .girl {
		flex: 49% 0 0;
	}

	.girl {
		width: 50%;
	}

	.girlsingle-card-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.girlsingle-card-list .girl {
		flex: 100% 0 0;
		padding: 0;
	}
}

/* FIX2 */
@media (max-width: 1340px) {
	.girl .thumb .thumbwrapper .label-new,
	.girl .thumb .thumbwrapper .label-verified{
		width: auto;
	}
}
@media (max-width: 992px) {
	.girl .thumb .thumbwrapper .label-new,
	.girl .thumb .thumbwrapper .label-verified{
		height: 25px;
}
}

.girl-flex-wrap {
	margin-right: -8px;
	margin-left: -8px;
	justify-content: flex-start;
}

.bodybox .girl {
	padding: 8px;
	flex: initial;
}
.menu-btn {
	padding: 0;
	position: relative;
	right: 17px;
}
.-menu-open .header-top-bar .header-nav {
	padding-top: 50px;
}

.girlsingle-card-list {
	gap: initial;
	margin-right: -8px;
	margin-left: -8px;
}

@media(max-width: 1200px) {
	.bodybox .girl {
		width: 33.33333% !important;
	}
}

@media(max-width: 992px) {
	.bodybox .girl {
		width: 50% !important;
		padding: 5px;
	}
	.girl-flex-wrap {
		margin-right: -5px;
		margin-left: -5px;
	}
	.girlsingle-card-list {
		gap: initial;
		margin-right: -5px;
		margin-left: -5px;
	}
}

/* FIX */
@media (max-width: 1340px) {
	.header-top-bar .header-nav .header-menu li.menu-item-has-children a {
		margin-bottom: 0;
		border-bottom: none;
		z-index: 2;
		position: relative;
	}

	.header-top-bar .header-nav .header-menu li.menu-item-has-children ul {
		margin-top: -5px;
	}

	.header-top-bar .header-nav .header-menu li a:hover {
		background: #682980;
	}
}

.girlsingle-card-list {
	display: flex;
	justify-content: space-between;
}

.girlsingle-card-list .girl {
	flex: 24% 0 0;
}

@media (max-width: 992px) {
	.girlsingle-card-list .girl {
		flex: 49% 0 0;
	}

	.girl {
		width: 50%;
	}

	.girlsingle-card-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.girlsingle-card-list .girl {
		flex: 100% 0 0;
		padding: 0;
	}
}

/* FIX2 */
.slick-arrow {
	height: calc(100% - 9px);
}
@media(max-width: 992px) {
	.slick-arrow {
		height: calc(100% - 4px);
	}
}

.girl-flex-wrap {
	margin-right: -8px;
	margin-left: -8px;
	justify-content: flex-start;
}

.bodybox .girl {
	padding: 8px;
	flex: initial;
}
.menu-btn {
	padding: 0;
	position: relative;
	right: 17px;
}
.-menu-open .header-top-bar .header-nav {
	padding-top: 50px;
}

.girlsingle-card-list {
	gap: initial;
	margin-right: -8px;
	margin-left: -8px;
}

@media(max-width: 1200px) {
	.bodybox .girl {
		width: 33.33333%;
	}
}

@media(max-width: 992px) {
	.bodybox .girl {
		width: 50%;
		padding: 5px;
	}
	.girl-flex-wrap {
		margin-right: -5px;
		margin-left: -5px;
	}
	.girlsingle-card-list {
		gap: initial;
		margin-right: -5px;
		margin-left: -5px;
	}
}