/**
 * Theme Name: Brothel
 * Description: This is a theme for Brothel.
 * Author: Alvin J
 * Template: twentytwenty
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: twentytwenty-child
 */

div.ekit-template-content-header + div{
    margin-top: 80px;
}

body.logged-in.admin-bar div.ekit-template-content-header{
    margin-top: 32px;
}

div.ekit-template-content-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: white;
}

/*
*
*/

body {
    margin: 0;
}

.text-outline-shadow{
    color: #dbb876;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

/*
.girl-roster-grid-item{
    width: 100%;
    border: 10px solid #010101;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(1);
    transition: filter .5s;
}
*/

.girl-roster-grid-item{
    width: 100%;
    height: 400px;

    /* 间距：不影响列数 */
    box-sizing: border-box;

    /* 透明边框（只做结构，不显示） */
    border: 10px solid transparent;

    /* 关键：让背景只在内容区 */
    background-clip: content-box;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    filter: brightness(1);
    transition: filter .5s;
}

/************ Featured/Coming/New  ****************/

.girl-roster-grid-item.featured .gv-content-wrap,
.girl-roster-grid-item.new .gv-content-wrap,
.girl-roster-grid-item.coming .gv-content-wrap {
    position: relative;
}

.girl-roster-grid-item.featured .gv-content-wrap::after,
.girl-roster-grid-item.new .gv-content-wrap::after,
.girl-roster-grid-item.coming .gv-content-wrap::after {
    position: absolute;
    top: 30px;
    left: -35px;
    width: 150px;
    background: #FFEB3B;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(-45deg);
    text-align: center;
	color: #dbb876;
    content: '';
}

.girl-roster-grid-item.featured .gv-content-wrap::after {
    content: 'Popular';
}

.girl-roster-grid-item.new .gv-content-wrap::after {
    content: 'New';
}

.girl-roster-grid-item.coming .gv-content-wrap::after {
    content: 'Coming';
}

/************ Featured/Coming/New  ****************/

.girl-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(219,184,118,0.15);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

@media (min-width: 1025px){
    .girl-roster-grid-item{
       width: 25%;
    }
}

.girl-roster-grid-item:hover{
    filter: brightness(1.15);
}

.gv-content-wrap{
    width: 100%;
    height: 100%;
    padding: 10px;
    padding-top: 245px;
    background-image: linear-gradient(#ffffff00, #ffffff00, black);
    color: #d7c5c5;
    font-family: 'Roboto';
    border: 1px solid whitesmoke;
    overflow: hidden;
}

.gv-content-wrap.hide-working-hour{
    padding-top: 270px; /* frank change show age and country only was 290 */
}

.gv-content-details{

}

.gv-content-title{
    font-weight: bold;
    font-size: 2.0em;
    padding: 0 5px;
}

.gv-content-sub-title{

}

.gv-attribute-wrap{

}

.gv-attribute {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 4px 10px;
    margin: 4px 6px 4px 0;
    border: 1px solid rgba(219,184,118,0.4);
    border-radius: 6px;
    font-size: 15px;
    color: #dbb876 !important;
}

.gv-attribute.working-hours-label{
    display: none;
}


.gv-attribute-details {
    display: inline-block;
    background-color: rgba(219,184,118,0.15);
    padding: 4px 10px;
    margin: 4px 6px 4px 0;
    border: 1px solid rgba(219,184,118,0.4);
    border-radius: 6px;
    font-size: 15px;
    color: #dbb876 !important;
}

/*
.gv-attribute.working-hours-label.current-viewing{
    display: block;
    border-radius: 0;
    text-align: center;
    background-color: #dbb876;
    color: white;
    font-weight: bold;
}
*/


.gv-attribute.working-hours-label.current-viewing{
    display: inline-block;
    border: 1px solid rgba(219, 184, 118, 0.4); /* #dbb876 的淡边框 */
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 6px;
    font-size: 0.9em;
    color: #dbb876;
    background-color: rgba(0, 0, 0, 0.2); /* 半透明黑背景，文字更清楚 */
    max-width: 95%;
    word-wrap: break-word;
}

/*
*
*/
.gv-attribute.nationality .acf-label{
    display: none;
}

.gv-attribute.working_hours .acf-label{
    display: none;
}

.gv-filters{
    font-size: 1.5em;
    font-family: 'Roboto';
    font-weight: bold;
    color: #DBB876;
    padding: 10px;
}

.gv-filter-button{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 7px;
    border: 1px solid;
    padding: 4px 16px;
    cursor: pointer;
    transition: 0.25s;
}

.gv-filter-button.is-checked{
    margin-bottom: 0;
    border-bottom: 8px solid;
}

.is-today{
    background-color: #DBB87640;
}

/*
*
*/

.wpcf7{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto';
    color: #DBB876;
}

.wpcf7 input,
.wpcf7 textarea{
    border: 1px solid #DBB876;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
}

.wpcf7 input[type="submit"]{
    color: white;
    font-weight: bold;
    background-color: #DBB876;
}

/*
*
*/

.girl-post-wrap{
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
	background-color: #010101; /* was white */
}

.girl-post-wrap hr{
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
    border: none;
    background: linear-gradient(to right, #ddbd83, white);
}

.girl-post-wrap .feature-image{
    margin-bottom: 20px;
}

.girl-post-wrap .feature-image img{
    height: auto;
    width: 100%;
}

.girl-post-title {
    display: block;
    font-family: 'Roboto';
    color: #ddbd83;
    margin: 0 0 20px 0; /* 下方增加 20px 间距 */
}

.title-enlarge{
    font-size: 3em;
}

.girl-post-title.title-enlarge.featured:after{
    content: 'Featured';
    padding: 5px 10px;
    font-size: 18px;
    vertical-align: top;
    border-radius: 25px;
    color: white;
    background-color: #e2094d;
}

.girl-post-content p{
    font-family: 'Roboto';
	font-size: 17px; /* 原来可能是 13-14px，可以调大 */
    line-height: 1.3; /* 行高增加可读性 */
	color: #ccc;
}

.girl-post-padding{
    padding: 0;
}

.girl-post-padding-top{
    padding-top: 30px;
}

.working-hours-table{
    padding: 20px 0;
    font-family: 'Roboto';
}

.working-hours-table tr{

}

.working-hours-table th,
.working-hours-table td{
    padding: 5px 10px;
}

.working-hours-table th{
    background-color: #ddbd83;
    color: white;
}

.girl-services {
    font-size: 16px; /* 和正文一样大 */
    margin-top: 15px; /* 与上方内容保持间距 */
    color: #ccc; /* 可以用 #ccc 或 #dbb876，保证统一 */
}

.girl-services strong {
    color: #ccc; /* 强调标题颜色 */
}

.working-hours-table td{
    color: #ddbd83;
    border: 1px solid;
}

.gallery-photo{
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

.gallery-photo img{
    width: 100%;
    height: 100%; /* Frank: was 380px, customer wants to see the whole size without clicking it */
    object-fit: cover;
}

@media (min-width: 1025px){
    .gallery-photo{
        max-width: 25%;
    }
    .girl-post-padding{
        padding: 0 2em;
    }
	
	.girl-post-wrap .feature-image{
		min-width: 500px; /* Frank fix feature image too small */
	}
}

/*
.imagegallery-wrap{

}

img.imagegallery-item{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 10px solid transparent;
}

@media (min-width: 1025px){
    img.imagegallery-item{
        width: 33.33%;
    }
}
*/

.imagegallery-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 默认手机 2 列 */
    gap: 10px;
}

.imagegallery-wrap a {
    width: 100%;
    aspect-ratio: 2 / 3; /* 也就是 6 : 4 */
    overflow: hidden;
    display: block;
}

.imagegallery-wrap img.imagegallery-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 10px solid transparent;
}

/* 平板：继续 2 列 */
@media (min-width: 768px){
    .imagegallery-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 桌面：4 列 */
@media (min-width: 1025px){
    .imagegallery-wrap{
        grid-template-columns: repeat(4, 1fr);
    }
}

.gv-content-wrap {
    width: 100%;
    /* 高度自适应 */
    min-height: 245px; 
    padding: 10px;
    padding-top: 245px;
    /*background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0)); */ /* 底部深色渐变 */
    color: #dbb876;
    font-family: 'Roboto';
    border: 1px solid whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gv-content-excerpt {
    display: inline-block;
    border: 1px solid rgba(219, 184, 118, 0.4); /* #dbb876 的淡边框 */
    border-radius: 12px;
    padding: 6px 10px;
    margin-top: 6px;
    font-size: 0.9em;
    color: #dbb876;
    background-color: rgba(0, 0, 0, 0.2); /* 半透明黑背景，文字更清楚 */
    max-width: 95%;
    word-wrap: break-word;
}

.age-gate {
    box-sizing: border-box;
	font-size: 18px;
}
