/*
Theme Name: LoveDate Child
Theme URI: https://lovedate.jwsuperthemes.com
Template: lovedate
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: LoveDate is a versatile WordPress theme designed for dating apps, LGBT dating, online communities, and social platforms. It’s fully compatible with BuddyPress and Elementor, allowing users with minimal web development experience to create an engaging dating website. Key features include one-click template installation, a fun matching system, smart search, messaging, virtual gifts, and advanced filters—everything needed to build a dynamic dating platform quickly and easily.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 3.0.5
Updated: 2024-12-26 22:30:20
*/

:root {
  --main: #916eff;
  --accent: #ff88ff;
  --secondary: #bd9dfe;
  --text: #322977;
  --light: #ffffff99;
  --white: #ffffff;
  --green: #70833c;
  --heading: #191250;
  --body: #322977;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-bgcolor: #191250;
  --btn-bgcolor2: #ff88ff;
  --e-global-color-primary: #916eff;
  --e-global-color-secondary: #ff88ff;
  --menu-color: #191250;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --font-size-md: 18px;
  --line-height-md: 25.2px;
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}





.jws_members_layout6 .button-action a:first-child,
.jws_members_layout4 .button-action a:first-child {
  background: var(--main);
}
.jws_members_layout6 .button-action a:nth-child(2),
.jws_members_layout4 .button-action a:nth-child(2) {
  background: var(--accent) !important;
}

.jws_members_layout6 .button-action a:last-child,
.jws_members_layout4 .button-action a:last-child {
  background: var(--main) !important;
}




.jws-match-discover.layout1 .tinder--buttons a.call_member_card {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.tinder--buttons a.call_member_card {
  border-radius: 50%;
  width: 64px;
  border: 0;
  background: #FFFFFF;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  box-shadow: 0 0px 21px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tinder--buttons a.call_member_card{
	color: #fff;
  background: var(--main);
}








.launch_member_player{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #cecece;
  opacity: 0.7;
  border-radius: 10px;
  will-change: transform;
}
.video_member_play{
	margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 6em;
}

.member_vid_container{
	width: 100%;
	height: 100%;
}
.member_vid_container video{
	object-fit: cover;
  border-radius: 10px;
}


/*.jws-match-discover .avatar::before{
	display: none !important;
}*/

.the_member_video_discover{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.membership_btn_alex{
	display: none !important;
}

.backToTop{
	display: none !important;
}

@media (max-width: 400px){
	.tinder--card div.description{
		min-height: 150px;
	}
}



@media (max-width: 764px){
	.item-action-bottom .send-message{
		width: 100%;
	}
}


