/* BASIC DEFAULTS */
/* -------------- */
body {
	margin-top: 30px;
	font-family: 'Poppins', 'Open Sans', 'sans-serif';
}

html {
	scroll-behavior: smooth;
}

html, body {
	height:100%;
}


@font-face {
	font-family: 'Poppins';
	src: url('/include/fonts/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

a:link		{ color: #03f; text-decoration:none; }
a:visited	{ color: #03f; text-decoration:none; }
a:hover		{ color: #03f; text-decoration:underline; }
a:active	{ color: #03f; text-decoration:none; }

a.noDecoration:link		{ color:#4d4d4a; text-decoration:none; }
a.noDecoration:visited	{ color:#4d4d4a; text-decoration:none; }
a.noDecoration:hover	{ color:#4d4d4a; text-decoration:none; }
a.noDecoration:active	{ color:#4d4d4a; text-decoration:none; }

.loopline{
	border-bottom: dotted 1px #d8d8d8;
	margin-top: 32px;
	margin-bottom: 32px;
	width: 100%;
	clear: both;
}

.justify{
	text-align: justify;
}

.inline{
	display: inline;
}

.centerHorizontal {
	text-align: center;
}

.verticalAlign {
	vertical-align: middle;
}

.centerDiv {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.footer-text {
	vertical-align: middle;
}

h2, h3 {
	margin-top: 32px;
}

h4 {
	margin-top: 24px;
}

.ourColor{
	color: #ee5093;
}

/* FORM BUTTONS */
/* ------------ */

.flatBtnStd {
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 4px;
	background-color: #ee5093;
	color: #fff;
	font-family: 'Poppins';
	font-size: 95%;
	padding: 10px 24px;
	transition-duration: 0.4s;
}

.flatBtnStd:hover {
	background-color: #ff51a3;
	cursor: pointer;
}

/* MAIN SEARCH FORM FIELDS */
/* ----------------------- */

.mainSearchField {
	width: 60%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-image: url('/images/icons/searchicon.png');
	background-color: white;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	padding: 10px 18px 10px 36px;
	transition: width 0.4s ease-in-out;
	font-size: 90%;
	font-family: 'Poppins';
	margin: 16px 0px 16px;

}

.mainSearchField:focus {
	outline: none;
	border: 1px solid #ccc;
	width: 100%;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(134, 134, 134, 0.6);
}

/* FORM FIELDS */
/* ----------- */

input[type=text]:not(.mainSearchField), input[type=password], input[type=button]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 95%;
	font-family: 'Poppins';
	width: 60%;
}

input[type=text]:not(.mainSearchField):focus, input[type=password]:focus{
	transition: width 0.4s ease-in-out;
	outline: none;
	border: 1px solid #ccc;
	width: 80%;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(134, 134, 134, 0.6);
}

input[type=submit]{
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 4px;
	background-color: #ee5093;
	color: #fff;
	font-family: 'Poppins';
	font-size: 95%;
	padding: 10px 24px;
}

input[type=file]{
	font-family: 'Poppins';
	font-size: 95%;
}

input[type=submit]:hover{
	background-color: #ff51a3;
	cursor: pointer;
}

textarea {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 95%;
	padding: 4px;
	font-family: 'Poppins';
	width: 80%;
	height: 150px;
}

select{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ccc;
	font-size: 95%;
	font-family: 'Poppins';
	padding:4px;
	text-overflow: ellipsis;
}

/* MOBILE DEFAULTS */
@media screen and (max-width: 600px) {
	.mobileButton{
		width: 100%;
		margin: 2px;
		font-size: 100%;
		font-weight: 400;
	}
}

/* INFO BOXES */
/* ---------- */

.fieldsetErr {
	border-radius: 4px;
	border: 1px solid #C00;
	padding: 24px;
	font-size: 95%;
	width: 100%;
}

.legendErr {
	color: #C00;
	font-weight: bold;
}

.fieldsetOk {
	border-radius: 4px;
	border: 1px solid #4bae4f;
	padding: 24px;
	font-size: 95%;
	width: 100%;
}

.legendOk {
	color: #4bae4f;
	font-weight: bold;
}

.fieldsetInfo {
	border-radius: 4px;
	border: 1px solid #3c8ecb;
	padding: 24px;
	font-size: 95%;
	width: 100%;
}

.legendInfo {
	color: #3c8ecb;
	font-weight: bold;
}


.legendImg {
	vertical-align: middle;
	margin-right: 4px;
}


/* AJAX SEARCH */
/* ----------- */
.searchBox{
	position:relative;
}

.searchBoxResults {
	position:absolute;
	/*border-radius: 8%;*/
	/*border: 1px solid #cccccc;*/
	top: 58px;
	overflow: hidden;
}

.searchResultRows {
	color: #545b62;
	background-color: rgba(251, 253, 255, 0.9);
	padding: 6px;
}

/* TEXT DEFAULTS */
/* ------------- */

.breadcrumb{
	font-size: 85%;
}

.smallTxt {
	font-size: 95%;
}

.smallerTxt {
	font-size: 85%;
}

.smallGrey {
	color: #0f0f0f;
	font-size: 85%;
}

.smallerGrey {
	color: #0f0f0f;
	font-size: 75%;
}

.newsImageListings {
	max-width: 90%;
}

.errTxt{
	color: blueviolet;
}

.titleH1{
	margin-bottom: -20px;
}



/* STAR STATUS */
.star-status {
	position: relative;
	display: inline-block;
}

.star-status .star-status-text {
	visibility: hidden;
	width: 300px;
	background-color: #fff;
	text-align: left;
	padding: 8px;
	border-radius: 4px;
	min-height: 100%;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(134, 134, 134, 0.6);


	/* POSITION */
	position: absolute;
	z-index: 1;
}

.star-status-text{
	line-height: 16px;
}

.star-status:hover .star-status-text {
	visibility: visible;
}

.levelIcon {
	vertical-align: middle;
	margin-right: 3px;
}


/* TOOLTIP */
.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #ee5093;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* POSITION */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* TITLE DEFAULTS */
.titleCover {
	 width: 300px;
	 height: auto;
 }


.titleCoverListings {
	width: 120px;
	height: 180px;
}

.titleCoverListingsSmall {
	width: 80px;
	height: 110px;
}

@media screen and (max-width: 600px) {
	.titleCover {
		width: 99%;
		height: auto;
	}
}

/* YOUTUBE TRAILER */
.youtubeVideo {
	aspect-ratio: 16 / 9;
	width: 99%;
}

/* PROFILES DEFAULTS */
.smallProfile{
	vertical-align:middle;
	border-radius: 50%;
}

.memberCover {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.memberCoverLarge {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	/*padding-top: 15%;*/
}


.peopleCover {
	/*position: relative;*/
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

/* EXTRA FOOTER CONTENT */
/* -------------------- */
#footer-content {
	/*position: relative;*/
	overflow: hidden;
}

.div-sbs-one {
	padding-right: 20px;
	/*position: relative;*/
	float: left;
}

.div-sbs-two {
	float: left;
	overflow: hidden;
	padding: 10px 10px;
}

/* MENU BAR TOP */
/* -------------*/

.topnav {
	background-color: #e7e7e7;
	overflow: hidden;
	margin-top: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 95%;
}

.topnav a:link, .topnav a:visited, .topnav a:hover, .topnav a:active {
	color: #000;
}

.active {
	background-color: #e7e7e7;
	color: white;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 95%;
	border: none;
	outline: none;
	/*color: white;*/
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropbtn:hover{
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 767px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

/* RESPONSIVE FIXED RATIO DIV TWO COLUMNS THEN STACK */
/* ------------------------------------------------- */

.wrap-col-stack {
	display: flex;
}

.one-col-stack {
	width: 25%;
	padding: 16px;
}

.two-col-stack {
	width: 70%;
	padding: 16px;
}

@media (max-width: 767px) {
	.wrap-col-stack {
		flex-direction: column-reverse;
	}
	.one-col-stack, .two-col-stack {
		width: auto;
	}
}

/* RESPONSIVE NON FIXED SIZE DIV TWO COLUMNS THEN STACK */
/* ---------------------------------------------------- */

.wrap-col-stack-non-fixed {
	display: flex;
}

.one-col-stack-non-fixed {
	/*width: 25%;*/
	padding: 16px;
}

.two-col-stack-non-fixed {
	/*width: 70%;*/
	padding: 16px;
}

@media (max-width: 767px) {
	.wrap-col-stack-non-fixed {
		flex-direction: column;
		/*flex-direction: column-reverse;*/
	}
	.one-col-stack-non-fixed, .two-col-stack-non-fixed {
		width: auto;
	}
}



/* HEADER RESPONSIVE NON FIXED SIZE DIV TWO COLUMNS THEN STACK */
/* ----------------------------------------------------------- */

.header-wrap-col-stack-non-fixed {
	display: flex;
}

.header-one-col-stack-non-fixed {
	width: 70%;
}

.header-two-col-stack-non-fixed {
	width: 29%;
	padding-top: 14px;
	text-align: right;
}

@media (max-width: 767px) {
	.header-wrap-col-stack-non-fixed {
		flex-direction: column;
	}
	.header-one-col-stack-non-fixed, .header-two-col-stack-non-fixed {
		width: auto;
	}
}



/* RESPONSIVE DIV THREE COLUMNS THEN STACK */
/* --------------------------------------- */

.wrap-column-stack {
	display: flex;
}

.one-column-stack {
	width: 10%;
	padding: 4px;
}

.two-column-stack {
	width: 15%;
	padding: 4px;
	float: left;
}

.three-column-stack {
	width: 75%;
	padding: 4px;
	float: left;
}

@media (max-width: 767px) {
	.wrap-column-stack {
		flex-direction: column-reverse;
	}
	.one-column-stack, .two-column-stack, .three-column-stack {
		width: auto;
	}
}




/* RESPONSIVE FOOTER DIV TWO COLUMNS THEN STACK */
/* -------------------------------------------- */

.wrap-col-stack-footer {
	display: flex;
}

.one-col-stack-footer {
	width: 10%;
	padding: 4px;
}

.two-col-stack-footer {
	width: 90%;
	padding: 4px;
}

@media (max-width: 767px) {
	.wrap-col-stack-footer {
		flex-direction: column-reverse;
	}
	.one-col-stack-footer, .two-col-stack-footer {
		width: auto;
	}
}







/* RESPONSIVE DIV TWO COLUMNS */
/* -------------------------- */

.wrapper-two-columns {
	/*padding: 2px;*/
}
.wrapper-two-columns div {
	width: 100%;
	min-height: 100px;
	/*padding: 2px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

#one-two-columns {
	padding-right: 8px;
}
#two-two-columns {
	padding: 8px;
}

@media screen and (min-width: 600px) {
	.wrapper-two-columns {
		height: auto;
		overflow: hidden;
	}
	#one-two-columns {
		width: 125px;
		float: left;
	}
	#two-two-columns {
		margin-left: 120px;
	}
}








/* RESPONSIVE TWO COLUMN SKELETON */
/* ------------------------------ */
*, *:before, *:after {
	box-sizing: border-box;
}

.wrapper {
	max-width: 1280px;
	/*margin: 0 20px;*/
	display: grid;
	grid-gap: 10px;
}

.wrapper > * {
	border-radius: 5px;
	padding: 12px;
	font-size: 95%;
	margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
	.wrapper {
		margin: 0 auto;
		grid-template-columns: 1fr 3fr;
	}

	.header, .footer {
		grid-column: 1 / -1;
		clear: both;
	}

	.sidebar {
		float: left;
		width: 19.1489%;
	}

	.content {
		float: right;
		width: 79.7872%;
	}
}

@supports (display: grid) {
	.wrapper > * {
		width: auto;
		margin: 0;
	}
}

@media screen and (max-width:600px) {

	.footer {
		line-height: 16px;
		text-align: center;
		display: block
	}

	.footer a:not(a.noDecoration) {
		margin-left: 14px
	}

}



/* @media min-width ===> style changes when the screen gets larger */
/* @media max-width ===> style changes when the screen gets smaller */

/* RESPONSIVE ONE COLUMN SKELETON */
/* ------------------------------ */
.wrapper-one-column {
	max-width: 1280px;
	/*margin: 0 20px;*/
	display: grid;
	grid-gap: 10px;

}

.wrapper-one-column > * {
	border-radius: 5px;
	padding: 12px;
	font-size: 95%;
	margin-bottom: 10px;
}


@media screen and (min-width: 600px) {
	.wrapper-one-column {
		margin: 0 auto;
		/*grid-template-columns: 1fr;*/
		grid-template-columns: minmax(0, 1fr);

	}

	.header, .footer {
		grid-column: 1 / -1;
		clear: both;
	}
	.sidebar {
		float: left;
		/* width: 19.1489%; */
	}

	.content {
		/*float: right;*/
		/* width: 79.7872%; */
		/*max-width: 1024px;*/
	}
}

@media screen and (max-width:600px) {
	.wrapper-one-column {
		margin: 0 auto;
		/*grid-template-columns: 1fr;*/
		grid-template-columns: minmax(0, 1fr);

	}
}


@supports (display: grid) {
	.wrapper-one-column > * {
		width: auto;
		margin: 0;
	}
}