@charset "UTF-8";

/* Defaults (same as xs, < 576px width) */
body {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 18%, rgba(230,230,230,1) 100%);
	background-attachment: fixed;
}

body[data-page="login"] main {
	background: #fbfaf8;
}

#wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}

#wrapper > header {
	background: #ffffff;

}

#wrapper > main {
	flex: auto;
}

#pageFooter {
	background: #000000;
	color: #ffffff;
	padding: 5px 0;
	font-size: 9px;
	display: grid;
	grid-template-columns: 30% 1fr;
}

#bottomLogo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

#bottomLogo a {
	display: block;
	width: 100%;
	/*height: 100%;
	background: #000000 url('/images/rr_logo2.png') center no-repeat;
	background-size: contain;*/
}

#footerContent {
    grid-column: 1 / 3;
}

#footerContent p {
	margin: 0.5em 0;
}

#footerLinks {
    margin: 0 10px;
    grid-column: 2 / 4;
    grid-row: 3;
}

#footerLinks a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	padding: 0.25em 0.6em;
}

#footerLinks a:first-child {
	padding-left: 0;
}

#footerLinks a:last-child {
	border-right: none;
}

#twitterWidget {
    margin: 0 10px;
    grid-column: 2 / 3;
    align-self: center;
}

#onesignal {
    margin: 0 10px;
    grid-column: 2 / 3;
    grid-row: 2 / 2;
}

#onesignal .onesignal-customlink-explanation { display: none; }

#supportFormSubmit {
	background-color: #ff0000;
	border-color: #ff0000 !important;
	color: #ffffff;
}

#headerLogo {
	/* flex: 1 0 auto; */
	flex: 0 0 50%;
	/*min-height: 65px;
	min-height: 115px;*/
	background: #000000;
}

#headerLogo a {
	display: block;
	outline: none;
	height: 100%;
	background: #000000 url('/images/RRLogo_red2.png') bottom no-repeat;
	background-size: contain;
}

/*
#headerLogo img {
	display: block;
	width: 100%;
	max-width: 225px;
}
*/

#topNavUpper {
	position: relative;
	background: #ff0000;
}

#topMenu {
	flex: 1 0 auto;
	min-height: 65px;
}

#topMenu button[data-role="menuToggle"] {
	font-weight: bold;
	font-size: 1.5rem;
	outline: none;
}

#topMenu button[data-role="menuToggle"]:active, 
#topMenu button[data-role="menuToggle"]:focus {
	outline: none;
}

#topMenu a {
	color: #ffffff;
}

#topMenuUpper {
	background: #c4c4c4;
	color: #000000;
}


#topMenuItems {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
}

#topMenuItems .dropdown-menu {
	background: rgba(0, 0, 0, 0.8);
	margin: 0;
}

#topMenuItems .dropdown-item:hover {
	color: #000000;
}

#userMenu .dropdown-menu {
	background: #c4c4c4;
}

#topNavLower > * { 
	flex: 1 0 50%; 
	text-align: center;
	padding: 0.25em 0;
	font-size: 1.2rem;
	text-decoration: none;
}

#topNavLower > :nth-child(odd) {
	background: #dd0000;
	color: #000000;
}

#topNavLower > :nth-child(even) {
	background: #000000;
	color: #ffffff;
}

main {
	background: #ffffff;
}

#frontContent, .mainContent {
	display: flex;
	flex-direction: column;
}

main#sceneFree .innerWrapper {
	display: flex;
	flex-direction: row;
	background: #ffffff;
}

main#sceneFree .innerWrapper .adSkyscraper {
	display: none;
}

main#sceneFree .innerWrapper .mainContent {
	display: block;
	flex: 0 0 100%;
}


/* Slick carousel styles */

/* See https://github.com/kenwheeler/slick/issues/982#issuecomment-237399735 */
.slider-parent {
	min-width: 0;
	min-height: 0;
}

.slick-arrow {
	position: absolute;
	color: rgba(255,255,255,0.9);
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	font-size: 5em;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

#topBanner {

}

#topBanner a {
	display: block;
	outline: none;
}

#topBanner img {
	display: block;
	width: 100%;
}

.member #topSlider,
.member #scene {
	flex: 1 0 100%;
}

/*
#midAd {
	display: none;
	background-color: inherit;
	position: relative;
	background-repeat: no-repeat;
}

#midAd > * {
	grid-area: 1 / 1 / 2 / 2;
}
*/

/*
#topBanner:before {
    content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7"></svg>');
}
*/

/*
#midAd a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: ;
}
*/

section {
	background: #ffffff;
	padding: 0;
}

img.scalable {
	display: block;
	width: 100%;
}


.sectionHeading {
	background: #000000;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: normal;
}

.sectionHeading span:first-child {
	/*background: #ff0000;
	color: #000000;*/
	display: inline-block !important; /* prevent override by :last-child rule if only span */
	padding: 0 1em 0 0.5em;
	margin-right: 1em;
	width: 50%;
}

.sectionHeading > span:first-child {
	background: #ff0000;
	color: #000000;
}

.sectionHeading span:last-child {
	display: none;
}

.sectionHeading a {
	color: inherit;
	text-decoration: none;
}

.sceneList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sceneList .item {
	flex: 0 0 100%;
	position: relative;
}

.sceneList .item > a {
	display: block;
	outline: none;
}

#media {
	margin-bottom: 1em;
}

#media .itemList {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#media .itemList .item {
	margin: 0 1em 1em 0;
	/* width: 50%; */
	border: 1px solid #ff0000;
}

#media .itemList .item:first-child {
	/*margin-left: 0;*/
}

#media .itemList .details {
	padding: 0.5em 1.5em;

}

#media .title {
	background: #ff0000;
	position: relative;
}

#media .title button {
	background: inherit;
	border: none;
	outline: none !important;
	margin: 0;
	padding: 0 40px 0 0;
	width: 100%;
	text-align: left;
}

#media .item button:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 10;
	width: 40px;
	height: 30px;
	background-image: url('/images/download_arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#photos a.download:after {
	content: ' ';
	display: inline-block;
	position: relative;
	transform: translateY(0.4em);
	/*right: 0;
	z-index: 10;*/
	margin-left: 0.5em;
	width: 40px;
	height: 30px;
	background-image: url('/images/download_arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}


.item .title {
	font-weight: 400;
	font-size: 1.25rem;
	padding: 0.15em 0.5em;
}

.item .details ul {
	list-style-type: none;
	padding: 0;
}

.item .details li span:first-child {
	display: inline-block;
	margin-right: 0.5em;
}

.button {
	cursor: pointer;
}

.itemDesc a {
	display: block;
	color: #000000;
	font-size: 1.0rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 300ms, background-color 300ms;
}

.modelList .itemDesc > a { max-width: 55%; }

.itemDesc a:hover {
	color: #ff0000;
}

.itemStats {
	font-size: 1.2rem;
}

.modelList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.modelList .item {
	flex: 0 0 50%;
	position: relative;
}

.modelList .item > a {
	display: block;
	outline: none;
}

.sectionHeading a.active {
	color: #ff0000;
}

#scene h1,
#sceneDetails h1 {
	font-size: 1.3rem;
	color: #000000;
	font-weight: bold;
}

#sceneDetails .grid {
	display: grid;
	grid-template-columns: 25% 1fr;
}

#sceneDetails .content {
	grid-column: 1 / 3;
}

#performers .modelList {
	justify-content: space-between;
}

#performers .modelList > .item {
	flex: 0 0 48%;
}

#performers .modelList ul, #model ul {
	list-style-type: none;	
	padding-left: 0;
}

.videoContainer {
	position: relative;
}

.videoContainer .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sidebar a {
	color: #000000;
	font-size: 1.15em;
}

.sidebar a.active {
	color: #ff0000;
}

.title a {
	font-size: 1.2rem;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 0.5em 0;
}


#loginForm {
	max-width: 550px;
	margin: auto;
	padding: 1em;
	background: #efefef;
	margin-top: 5vw;
}

/* Pagination controls */

#paginationControls .page-item .page-link {
	background: inherit;
	color: #000000;
	border: none;
}

#paginationControls .page-item.active .page-link {
	background: #ff0000;
	color: #ffffff;
}

/* Basic typography */
h1, h2 {
	color: #ff0000;
}

a {
	color: #000000;
}
.sceneList .item a span { color: #ffffff; }
.sceneList .item a:hover span { color: #ffffff; }

/* Heading Color overrides */
.hc-1 { color: #000000 !important; }
.hc-2 { color: #ff0000 !important; }
.hc-3 { color: #ffffff !important; }
.hc-1 a, .hc-2 a, .hc-3 a { color: inherit; }

.fc-1 { color: #000000 !important; }
.fc-2 { color: #ff0000 !important; }
.fc-3 { color: #ffffff !important; }

.btn-main {
	background-color: #dd0000;
	border-color: #dd0000;
	color: #ffffff;
}


/* Miscellaneous utility styles */
.fullheight { height: 100%; }
.fullwidth { width: 100%; }

.p-det { 
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
	width: 100px;
	margin-right: 1em;
}


#compliancePopUp {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999999;
}

#compliancePopUpInner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #efefef;
	padding: 0 5%;
	width: 100%;
	max-width: 960px;
}

#compliancePopUpInner .button {
	width:35%;
	background-color:#666666;
	text-align:center;
	font-size:18px;
	color:#ffffff !important;
	margin: 1em;
	border-radius: 5px;
}

#compliancePopUpInner a {
	display: block;
	padding: 1em 1.5em;
	text-decoration: none;
	color: #efefef;
}

#compliancePopUpInner .terms {
	overflow-y: scroll;
	margin: auto;
	height: 30vh;
	padding: 0.5em;
	border: 1px solid rgba(200, 200, 200, 0.8);
}

/* Favorites */
.favorite {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-size: 2rem;
	border: none;
	background: none;
	padding: 0 10px;
	outline: none !important; /* important to get rid of outline on focus as well */
}

.favorite:hover {
	color: #ff0000;
}


.favorite.favorited svg.iconify {
	color: rgba(255, 0, 0, 0.9);
}

.favorite svg.iconify {
	color: rgba(13, 13, 13, 0.6);
}


.icon {
	transform: translateY(-0.18rem);
}

.starsIcon {
	color: #ffcf52;
}

.starsIcon.voted {
	color: #ff0000;
}

/* Rating votes */
.vote svg {
	cursor: pointer;
}

.vote svg.active {
	color: #ff0000;
}

/* BS Popover styling */
.popover {
	font-size: 1.1rem;
	max-width: 325px;
}

/* Popover dismiss icon */
.popover:after {
	content: url('https://api.iconify.design/dashicons:dismiss.svg?width=24&height=24');
	/* vertical-align: -0.125em; */
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	transform: translate(25%,-25%);
	background-color: #ffffff;
}


/* Media query to override collapsed dropdown menu at mobile sizes */
@media screen and (max-width: 767px) {
	#topMenuItems {
		background: rgba(0, 0, 0, 0.8);
	}
	
	#topMenuItems, #topMenuItems .dropdown-menu {
		font-size: 1.5rem;
	}
	
	/* !important properties override dropdown behavior */
	#topMenuItems .dropdown-menu {
		position: relative !important;
		display: inherit !important;
		transform: none !important;
		background-color: inherit;
		color: inherit;
		width: 100%;
		top: 0;
	}
	
	#topMenuItems .nav-link:hover,
	#topMenuItems .dropdown-item:hover {
		/*background: inherit;
		color: #ffffff;*/
		background: #ffffff;
		color: #000000;
	}
	
	#topMenu .collapsing { 
		position: absolute !important; 
		transition: none !important;	
	}
	
}

/* Small devices (landscape phones, 576px and up) */
/*
@media (min-width: 576px) { 
	#topMenuItems {
		position: initial;
		top: initial;
		left: initial;
		width: auto;
	}
}
*/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#headerLogo {
		flex: 0 0 25%;
		max-width: 278px;
		/*min-height: 65px;*/
		min-height: auto;
	}
	
	#headerLogo a {
		background-position: center;
		margin: 0 8px;
	}

	#topMenuItemContainer {
		display: block !important;
	}
	
	#topMenuItems {
		position: initial;
		top: initial;
		left: initial;
		width: auto;
	}
	
	#topMenu a {
		color: #000000;
	}

	#topMenuItems .nav-link {
		color: #000000;
	}
	
	#topMenuItems .dropdown-menu {
		background: #ff0000;
	}
	
	#frontContent, .mainContent {
		flex-direction: row;
	}

	/*
	#topBanner {
		flex: 1 0 25%;
		max-width: 278px;
		background: #000000;
	}
	*/

	/* https://github.com/kenwheeler/slick/issues/2378#issuecomment-355476478 */
	#topSlider, #scene {
		flex: 1 0 75%;
		overflow: hidden;
		background: #ff0000; /* Masks pixel rounding leftovers to blend with heading bar below */
	}

	#model {
		flex: 1 0 75%;
		overflow: hidden;

	}

	.sectionHeading {
		background: #ffffff;
		color: #000000;
	}
	
	.sectionHeading span:first-child {
		/*background: #ff0000;
		color: #000000;*/
		box-sizing: border-box;
		width: 25%;
		max-width: 278px;
	}

	.sectionHeading > span:first-child {
		background: #ff0000;
		color: #000000;
	}

	.sectionHeading span:last-child {
		display: initial;
	}

	main#sceneFree .innerWrapper .adSkyscraper {
		display: block;
		flex: 0 0 25%;
	}

	main#sceneFree .innerWrapper .mainContent {
		display: block;
		flex: 0 0 75%;
	}

	.sceneList .item {
		flex: 0 0 50%;
	}

	/*
	#sceneDetails .content {
		grid-column: 2 / 3;
	}
	*/

	.sidebar {
		max-width: 278px;
	}

	#media .itemList {
		flex-direction: row;
	}

	#media .itemList .item {
		/* margin: 0 1.5em; */
		flex: 1 0 25%;
		max-width: 278px;
	}

	#media .itemList .item:first-child {
		margin-left: 0;
	}

	/*
	#midAd {
		display: grid;
		background-image: url('../images/rr_bgad1_1000x700.jpg');
		background-size: contain;
		background-position: bottom center;
		background-attachment: scroll;
	}
	*/
	
	#pageFooter {
		background: #000000; /* #575555 */
		grid-template-columns: 16.666667% 240px 1fr 1fr;
		font-size: 1.0rem;
	}

	#bottomLogo {
		/* flex: 0 0 16.666667%; */
		/* max-width: 278px; */
		grid-column: 1 / 2;
		grid-row: 1 / 3;
		align-self: center;
	}
	
	#footerContent {
		/* flex: 0 0 83.333333%; */
		grid-column: 2 / 4;
		grid-row: 1;
	}

	#footerLinks a:first-child {
		padding-left: 0;
	}

	#footerContent {
		padding: 0.5em;
		/* font-size: 0.9rem; */
	}
	
	#footerContent p {
		margin: 0;
	}
	
	#footerLinks {
		/* display: flex;
		flex-flow: row wrap; */
		grid-column: 3 / 4;
		grid-row: 2;
		align-self: center;
	}
	
	#footerLinks a {
		display: inline-block;
		text-decoration: none;
		color: #ffffff;
		padding: 0 0.6em;
		/* border-right: 2px solid #ffffff; */
	}
	
	#footerLinks a:last-child {
		border-right: none;
	}
	
	#twitterWidget {
		grid-column: 2 / 3;
		grid-row: 2;
	}

    #onesignal {
        grid-column: 4;
        grid-row: 1;
        margin-top: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#topBanner {

	}

	/*
	#midAd {
		background-attachment: fixed;
	}
	*/

	.modelList .item {
		flex: 0 0 25%;
	}

	.sceneList .item {
		flex: 0 0 33.3333%;
	}

	.sceneList.hideLast .item:last-child {
		display: none;
	}
}

/* Adjustment for left "column" max width 278px */
@media (min-width: 1112px) {
	#sceneDetails .grid {
		display: grid;
		grid-template-columns: 278px 1fr 1fr;
	}

	#pageFooter {
		/* Grid minmax() min size takes precedent over max size when min > max */
		grid-template-columns: 278px 240px 1fr;
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#wrapper {
		max-width: 1920px;
		margin: auto;
	}


}
