/*
Theme Name: datingtheme.io - Child
Theme URI: https://www.notprovided.com
Description: -
Author: Anonymous
Author URI: https://www.notprovided.com
Template: datingtheme
Version: 1.0
*/

#navigation .navbar-brand img { width: auto }
.reg-overlay .card { background-color: #72002a !important; right: 0; opacity: .9 }
.reg-overlay .card a { color: #fff !important; text-decoration: underline !important; }


@media only screen and (max-width: 768px) {
	.profile-gallery {
		margin-bottom: 1rem !important;
	}
	
	.profile-gallery .row {
		margin-right: -5px;
		margin-left: -5px;
	}
	
	.profile-gallery div[class^="col"] {
		padding-left:5px; padding-right:5px;
	}
}

.profile-gallery .tns-ovh {
		padding-bottom: 15px !important;
	}

.profile-gallery .item-inner {
  position: relative;
}

.profile-gallery .item-inner img {
  display: block;
  width: auto;
  height: auto;
}

.profile-gallery .item-inner a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}


.profile-gallery .tiny-slider:not(.tns-slider) .item { display: none; }
.profile-gallery .tiny-slider:not(.tns-slider) .item:first-of-type { display: block; }

@media(max-width: 767px) {
	.profile-thumbnail img { 
		height: auto !important;
		width: 100% !important;
	}
}

#registerModal .list-steps {
	list-style-type: none;
	padding-left: 0;
	counter-reset: step-counter;
	position: relative;
	margin: 0;
	padding: 0;
}

#registerModal .list-steps::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 15px;
	height: calc(100% - 20px);
	width: 2px;
	background-color: #be3144;
	z-index: -1;
}

#registerModal .list-steps li {
	counter-increment: step-counter;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

#registerModal .list-steps .step-number {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #be3144;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 auto;
}

#profileModal .list-steps {
	list-style-type: none;
	padding-left: 0;
	counter-reset: step-counter;
	position: relative;
	margin: 0;
	padding: 0;
}

#profileModal .list-steps::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 15px;
	height: calc(100% - 20px);
	width: 2px;
	background-color: #be3144;
	z-index: -1;
}

#profileModal .list-steps li {
	counter-increment: step-counter;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}

#profileModal .list-steps .step-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e9ecef;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.2em;
}

#profileModal .list-steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 30px;
	height: 20px;
	width: 2px;
	background-color: #e9ecef;
}

#profileModal .list-steps li:first-of-type .step-number {
	background-color: #af315d;
}

#profileModal .list-steps li:first-of-type::after {
	background-color: #af315d;
}

@media( max-width: 767px ) {
	#profileModal .profile-thumbnail img {
		width: 90px !important;
		height: auto !important;
	}
}

.shortcode-star-rating li {
	margin-right: 0!important
}

.shortcode-star-rating svg {
	width: 24px;
	height: 24px;
	fill: #ca8d3a
}


.toc_widget {
	top: 150px;
}

.toc_widget .widget-body > ul {
	padding-left: 0;
}

#profileModal .coop {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  gap: 5px;
}

#profileModal .coop small {
  position: relative;
  top: 3px
}

#profileModal .coop img {
 height: 20px;
 width: auto; 
}

#navigation .navbar-brand img {
	height: 2.5rem;
	width: auto;
}

.footer-top {
	background: #343a40 !important;
	color: #fff !important;
}

.footer-top p,
.footer-top a, 
.footer-top .widget-header {
	color: #fff !important;
}