/*
 Theme Name:   Club Hallam Child
 Theme URI:    http://clubhallam.com.au
 Description:  Club Hallam Child Theme
 Author:       John Doe
 Author URI:   http://entice.com.au
 Template:     oshine
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  oshine-child
*/

.our-girls, .girl-profile, .types {
	background-color: #292A2D;
	box-sizing: border-box;
	color: #fff;
}

.our-girls #page-content, .girl-profile #page-content {
	max-width: 1160px;
	margin: 0 auto;
}

.our-girls ul, .girl-profile, .girl-profile ul {
	list-style: none;
	padding: 0;
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
	margin: 0!important;
}

/*.day-or-night-wrap li:after {content: ", ";}
.day-or-night-wrap li:last-child:after {content: "";}
ul.girls li {white-space:nowrap;}*/


.types {
	margin-bottom: 1em;
}

.our-girls ul.list-of-girls, .girl-profile, .types {
	list-style: none;
	padding: 0 2em;
}

.types .desktop-view.select {
	display: none;
}

.types select {
	width: 100%;
	box-sizing: border-box;
}

.our-girls ul.list-of-girls > li {
	margin-bottom: 2em;
	display: none;
}

.our-girls ul.list-of-girls > li.active {
	display: inline-block;
} 

.our-girls h2, .girl-profile h2 {
	color: #fff;
}

.our-girls-cta a, .girl-profile a {
	border: 2px solid #fff;
	padding: 1em;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	box-sizing: border-box;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.schedule {
	padding: 0 2em;
	text-align: center;
	color: #fff;
}

.schedule .selector {
	margin-bottom: 2em;
}

/* WILLPAGE update select */

.schedule select {
	margin: 1em auto;
    	height: 50px;
    	font-size: 1.2em;
    	padding: 10px;
    	background: #ddb040;
   	text-shadow: 0.5px 1px #777;
    	border: none !important;
    	border-radius: 1px;
    	color: white;
    	position: relative;
}

.schedule h4, .schedule h5 {
	color: #fff;

}

.schedule h5 {
	font-size: 0.85em;
	margin-bottom: 0;
}

.schedule ul.girls li {
	display: inline-block;
	/*display: inline;*/
	background-color:#3A3C42;
	width: 29%;
	vertical-align: top;
	
	border-top:3px solid #dc9f3f;
	padding:8px;
	min-height:164px;
}

.schedule ul.girls li .note {
	display: block;
	color:#999;
	font-size:12px;
	margin-top:-9px;
}
.schedule ul.girls li .readmore {
	white-space:nowrap;
}

.schedule ul.girls li .intro {
	font-size:12px;
}

.schedule ul.girls li h2 {
	font-size: 1em;
}

.schedule ul.girls li h4 {
	font-size: 0.6em;
	margin:0;
	margin-top:-50px;
}

.schedule ul.dates > li {
	/* border: 2px solid #fff; */
	margin-bottom: 1em;
	background: #17181A;
}

.schedule .no-dates-available a {
	border: 2px solid #fff;
	padding: 1em 2em;
	display: inline-block;
	margin-bottom: 2em;
}

.schedule .no-dates-available {
    display: none;
    margin-bottom: 1em;
    font-weight: lighter;
}

.schedule .no-dates-available h3 {
	color: #fff;
	font-size: 1.2em;
}

/*.schedule ul.girls li a {
	position: relative;
	display: block;

}*/

/*.schedule ul.girls span {
	position: absolute;
	left: -2em;
	top: 30%;
	width: 100%;
	transition: ease all 0.3s;
	opacity: 0;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
}*/

.schedule ul.girls li:hover span {
	opacity: 1;
	left: 0;
}

.schedule img {
	background: #111;
	opacity: 1;
	transition: ease all 0.3s;
}

.schedule ul.girls li:hover img {
	opacity: 0.5;
}

img.profile-round, .girl.grid-item h2 img   {		
	object-fit: cover;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	border: solid 2px #ddb040;
}
.girl.grid-item h2 img {
	height: 80px;
	width: 80px;
	margin:-5px 10px 0 0;
}

.schedule .date-title {
	cursor: pointer;
}

.schedule .container .date-wrap .date-title:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome'!important;
    content: '\f067';
    color: #fff;
    font-size: 1em;
    margin-right: 0.5em;
}

.schedule .container .active .date-wrap .date-title:before {
    content: '\f068';
}

.schedule h5 {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	/* margin-bottom: 1em; */
}

.day-or-night-wrap > div .legend:before {
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	position: absolute;
	top: 0;
	left: -1em;
}

/* day night border */
.day-or-night-wrap .night:before {
	content: '';
	background: #444;
	width: 80%;
	height: 1px;
	display: block;
	margin: 1em auto;
}
.day-or-night-wrap .nightonly:before {
	background: none;
}

.day .legend:before {
	content: '\f185';
	color: #ddb040;
}

.day-or-night-wrap .night .legend:before {
	content: '\f186';
	left: -1.5em;
}

.date-wrap {
	background: #141516;
	padding: 1em;
}

.schedule .legend {
	position: relative;
	margin-bottom: 1em;
}

.reservation-btn a {
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}

.table-wrap {
	background: #2f3135;
	padding: 1em;
}

@media only screen and (min-width: 768px) {
	.our-girls-cta a {
		display: inline-block;
		width: 47.5%;
		margin: 1%;

	}

	.our-girls .girl ul li, .girl-profile ul li {
		display: inline-block;
		margin-right: 1em;
	}

	.girl-profile {
		text-align: center;
	}

	.girl-profile a {
		width: auto;
		text-align: center;
		padding: 1em 3em;
	}
}

@media only screen and (min-width: 1200px) {
	.our-girls ul.list-of-girls > li {
		box-sizing: border-box;
		width: 47%;
		
		vertical-align: top;
		padding: 2em;
	}

	.our-girls ul.list-of-girls > li.active {
		display: inline-block;
	}

	.our-girls-cta a {
		display: inline-block;
		width: 47%;
		margin: 1%;
	}

	.types .mobile-view {
		display: none;
	}

	.types .desktop-view.select {
		display: inline-block;
	}

	.types .desktop-view {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.types .desktop-view ul li a {
		font-size: 0.85em;
		text-transform: uppercase;
			font-weight: bold;
	}

	.types .desktop-view ul li a:active {
		color: #ddb040;
	}

	.types .desktop-view ul li a.active {
		color: #fff;
	}

	.types .desktop-view.select ul li {
		display: inline-block;
		margin: 0 .6em;
	}

	/*.schedule ul.girls li {
		width: 33%;
	}*/
	
	.schedule .nightonly ul.girls li {
		width: 20%;
	}

	.schedule .day-or-night-wrap {
		display: table;
		width: 100%;
	}

	.schedule .day-or-night-wrap > div {
		width: 50%;
		padding: 1em;
		display: table-cell;
	}

	.day-or-night-wrap .night {
		position: relative;
	}

	.day-or-night-wrap .night:before {
		width: 1px;
		height: 75%;
		position: absolute;
		left: 0;
		opacity: 1;
	}

	.date-title, .reservation-btn {
		display: inline-block;
		width: 70%;
		vertical-align: middle;
		text-align: left;
	}

	.reservation-btn {
		text-align: right;
		width: 30%;
	}

	.schedule select {
		display: inline-block;
		width: auto;
	}
	.schedule .date-title {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 768px) {
	.schedule ul.girls li {
		width:100%;
	}
}



h5.legend {line-height:1.3em;}
h5.legend span.time {font-size:0.8em;font-weight:normal;}
div.girls {line-height:1.3em;}
a.name {white-space:nowrap;transition: ease all 0.3s}
a.name:hover {color:#fff;}
.girls li span {font-size:0.7em;}

