/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/products/hello-theme/
Description: A child theme for Hello Elementor
Author: anonym
Author URI: https://www.turkishonlymodels.site/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.page-template-default .elementor-widget-shortcode .elementor-widget-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
}
.model-card {
	margin-bottom: 35px;
    max-width:250px;
    background:white;
    overflow:hidden;
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
	align-items: baseline;
    padding-bottom:20px;
	padding: 0px 20px 20px 20px;
	border-radius:20px;
    -webkit-box-shadow: 0px 9px 12px -7px rgba(0,0,0,0.28); 
    box-shadow: 0px 9px 12px -7px rgba(0,0,0,0.28);
}

.model-card.promoted {
	border: solid 3px gold;
    padding-bottom: 50px;
}
.model-card.promoted small {
	display:none;
}

.model-card.promoted:after {
	content: "Promoted Creator";
    padding: 5px 20px;
    background: gold;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #1c1c18;
	line-height: 20px;
}

.model-card .model-banner {
    height:100px;
    position:absolute;
    right:0;
    left:0;
    margin-left:auto;
    margin-right:auto;
    margin:0px !important;
    overflow:hidden;
	min-width:100%;
	min-height:100px;
}

.model-card .model-banner img {
    position:absolute;
	min-width:100%;
	min-height:100px;
	right:0;
    left:0;
	top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
}
.model-card .model-picture {
    max-width:200px;
    position:relative;
    z-index:1;
    border-radius:50%;
    width:100%;
    text-align:center;
}
.model-card .model-picture img {
    max-width:120px;
    border-radius:50%;
}  

.model-card .model-username {
    width:100%;
    text-align:center;
	margin:0px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
    font-size: 25px;
	position:relative;
}  
.model-card .model-name {
    width:100%;
    text-align:center;
	margin:0px;
	line-height: 25px;
}  
.model-card .model-price {
    width:100%;
    text-align:center;
	margin:0px 0px 10px 0px;
	line-height: 25px;
}  
.model-card .model-link {
    text-align:center;
	background: #018CF1;
	color:white;
	padding:5px 25px 5px 25px;
	border-radius:10px;
}  
.filter-buttons {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:30px;
}
.filter-buttons a {
	text-align:center;
	background: #b1b1b1;
	color:white;
	padding:5px 30px;
	border-radius:10px;
	margin:10px;	
}
.filter-buttons a:hover {
	background: #6c6c6c;
	color:white;
}
.filter-buttons a.selected {
	background: #6c6c6c;
}
.filter-buttons a.selected:hover {
	color:white;
}
.filter-buttons a.selected:after{ 
   content: '✅';
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
} 
.model-pagination {
	width:100%;
	display:flex;
	margin-left:auto;
	margin-right:auto;
	justify-content:center;
	align-items:center;
	margin-top:10px;
	margin-bottom:50px;
	flex-wrap:wrap;
}
.model-pagination a,
.model-pagination .dots {
	padding:5px 17px;
	color:#a3a3a3;
	font-weight:bold;
}
.model-pagination .current {
	padding:5px 17px;
	color:white !important;
	background:#018cf1;
	border-radius: 8px;
}

.model-pagination .next,
.model-pagination .prev {
	display:none;
}
.model-card small {
	text-align:center;
}

@media only screen and (max-width: 550px) {
	.model-card {
		max-width:47%;
		padding: 0px 10px 55px 10px;
	}
	.model-card .model-username{
		font-size:15px;
		word-break:break-word;
		margin-bottom:0px;
	}
	.model-card * {
		font-size:12px;
		line-height: 15px;
	}
	.model-card .model-link {
		 padding: 10px 12px 10px 12px;
		width: 100%;
		position: relative;
	}
	.model-card .model-picture img {
		max-width:100px;
	}
	.filter-buttons {
		flex-direction:column;
	}
	.model-card small {
		padding-top:20px;
	}
	.model-card {
	    padding-bottom:20px;
	}
	.model-card .model-price {
		margin-bottom:0px;
	}
}
