/* Recolor template */

:root {
	--accent-gradient: linear-gradient(90deg, #C014AC 0.73%, #6F39D7 100%);
}

body {
	color: #fff;
}

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

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

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

.header-top-bar .header-nav .header-menu li a:hover {
	background: var(--accent-gradient);
	border-radius: 20px;
	border: 2px solid #fff;
}

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

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

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

.body {
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	border-top: 1px solid #ACACAC;
}

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

.girl .thumb {
	border-radius: 10px;
}

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

.girl .girlpremium {
	border: 1px solid #fff;
}

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

.girl .girlpremium .premiumlabel span {
	transform: rotate(0deg);
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-gradient);
	right: 2px;
	width: auto;
	padding: 0 15px;
	top: 25px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.girl .thumb .thumbwrapper .label-new {
	border-radius: 5px;
	border: 1px solid #fff;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-gradient);
}

.girl .thumb .thumbwrapper .label-verified {
	border-radius: 5px;
	border: 1px solid #fff;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7038D6;
}

.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;
}

.girl .thumb:hover {
	border-color: #BA17AF;
}

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

.girl .desc .girl-desc-location {
	font-size: 11px;
}

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

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

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

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

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

.underfooter {
	padding: 35px 0;
}

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

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

.girlsingle .girlsinglelabels span {
	border-radius: 5px;
	border: 1px solid #fff;
	margin-right: 0;
	margin-left: 7px;
}

.girlsingle .girlsinglelabels .orangebutton {
	background: #C014AC;
}

.girlsingle .girlsinglelabels .bluedegrade {
	background: #7038D6;
}

.girlsingle .girlsinglelabels .greendegrade {
	background: #0B010A;
}

.girlsingle .girlsinglelabels .pinkbutton {
	background: #9F23BD;
}

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

.bodybox-homepage .see-all-top {
	height: 50px;
	width: 320px;
	background: var(--accent-gradient);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	margin-bottom: 35px;
}

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

.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;
	border-radius: 20px;
}

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

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

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

.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: #7238D5;
}

.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;
}


/* 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: #202124;
	 border-left: 2px solid #BC46CA;
	 border-right: 2px solid #BC46CA;
	 border-top: 2px solid #BC46CA;
	 border-bottom: 2px solid #202124;
	 border-radius: 5px 5px 0 0;
	 position: relative;
	 z-index: 10;
 }
 
 .header-top-bar .header-nav .header-menu .hover-has-children {
	 background: #202124;
	 border-left: 2px solid #BC46CA;
	 border-right: 2px solid #BC46CA;
	 border-top: 2px solid #BC46CA;
	 border-bottom: 2px solid #202124;
	 border-radius: 5px 5px 0 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: #202124;
	 border: 2px solid #BC46CA;
	 border-radius: 5px 0 5px 5px;
	 top: 36px;
	 width: 130%;
 }	
 
 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul > li ul {
	 width: 100%;
 }
 
 .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: #8C2BC7;
 }

 .header-top-bar .header-nav .header-menu li.menu-item-has-children > ul a:hover path {
	stroke: #8C2BC7
 }
 
 .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: 2px 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: #8C2BC7;
	 stroke: #9F00FF;
 }
 
 .girlsingle .thumbs .profile-img-thumb img {
	 margin-bottom: 10px;
 }
}



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

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

	.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: 5px;
		border: none;
		width: 100%;
	}

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

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

	.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: #8C2BC7;
		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 li.menu-item-has-children ul li ul a {
		font-weight: 400;
	}

	.header-top-bar .header-nav .header-menu li a:hover {
		background: linear-gradient(90deg, #9b118a 0.73%, #592cab 100%);
	}

	.header-top-bar .header-nav .header-menu li.current_page_item a {
		background: linear-gradient(90deg, #9b118a 0.73%, #592cab 100%);
	}

	.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: #8C2BC7;
	}

}

@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: #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;
	}
}