/*** PRIMARY STYLES ***/
/*** Styles for ads are in styles.php ***/

/*** FONTS ***/
@font-face {
	font-family: 'open_sans_condensedbold';
	src: url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
		url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('fonts/OpenSans-CondLight-webfont.woff') format('woff'),
        url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansCnLtIt';
    src: url('fonts/OpenSans-CondLightItalic-webfont.woff') format('woff'),
        url('fonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*** DOCUMENT STYLES ***/
body {
	/* width: 90%; */
	margin: 0 auto;
	background-color: #f0eeee;
	color: #330033;
	text-align: center;
	font-family: Sans-Serif;
	/* font-size: 18px; */
}
h1, h2, h3 {text-align: center;}
p {text-align: center;}
table {margin: auto;}
* {box-sizing: border-box;}
hr {
	color: #330033;
	background-color: #330033;
	height: 3px;
	border-color: transparent;
	margin: 0;
	clear: both;
}
hr.short {
	width: 10%;
	color: #330033;
	background-color: #330033;
	height: 1px;
	border-color: transparent;
	margin: 2% auto;
	clear: both;
}

#adleft {
	float: left;
	width: 150px;
	padding-top: 15px;
	background-color: #F2CCFF;
}
#adright {
	float: right;
	width: 150px;
	padding-top: 15px;
	background-color: #F2CCFF;
}


/*** HEADER STYLES ***/
#masthead td, #masthead th {
	/* border-collapse: collapse; */
	vertical-align: middle;
	/* padding: 0 !important; */
}
#masthead th {
	width: 50%;
	font-size: 2.5em;
	font-weight: bold;
}
#masthead th:first-child {
	text-align: right;
	padding-right: 2%;
}
#masthead th:last-child {
	text-align: left;
	padding-left: 2%;
}

#appbanner {
	display: block;
	position: relative;
	/* max-width: 60%; */
	height: auto;
	margin: 1% auto;
	/* margin: 1.0em auto; */
	background-color: #E7B6F7;
	border: 1px solid #303;
	overflow: none;
	padding: 1%;
}
#appbanner #desc {
	display: block;
	width: 100% !important;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 1%;
	clear: both;
}
#appbanner #free {
	font-size: 1.5em;
	font-weight: bold;
}
#appbanner #badgebox {
	display: block;
	width: 100% !important;
	height: auto;
	clear: both;
}
#appbanner a img {
	max-height: 50px !important;
	margin: 0 4% !important;
}

/*** FOOTER STYLES ***/
#copyright {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0.4em;
}
#connect, #address {
	width: 100% !important;
	font-size: 0.9em;
	padding: 0.2em;
	clear: both;
}
#connect #contact {
	float: left;
	width: auto;
}
#connect #contact a img {height: 2.3em;}
#connect #contact a {
	display: inline-block;
	float: left;
	margin: 1em 2em auto 0;
	text-decoration: none;
}
#connect #contact a:last-child {
	margin: 1em 0 auto 0;
}
#connect #social {
	float: right;
	width: auto;
}
#connect #social a img {height: 2.5em;}
#connect #social a {
	display: inline-block;
	float: right;
	margin: 1em 0 auto 2em;
}
#connect #social a:last-child {
	margin: 1em 0 auto 0;
}



.responsive {
	max-width: 100%;
	height: auto;
}


.btn {
	color: #333;
	background-color: #d24dff !important;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 6px 12px;
	/* margin-top: 15px; */
	margin: 15px 6px 0 6px;
	font-weight: 600;
	line-height: 2;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 18px;
	text-decoration: none;
}

.selectorCustom{
	display: block;
	width: 100%;
	height: 34px;
	margin-top:10px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.customcolumnMain {
	float: left;
	width: 60%;
	padding: 0 30px 30px 30px;
	margin: 0;
	/* border: 1px red solid; */
}

/* 
===== move to styles.php =====
.customcolumnAdvt {
	float: left;
	width: 20%;
	padding: 25px;
}
 */

.row::after {
	content: "";
	clear: both;
	display: table;
}

/*** EVENT STYLES ***/
.eventdiv {
	margin-top: 30px;
}
.eventdiv img {
	margin: 4% auto;
	width:100% !important;
	z-index:-1;
	border-radius: 5px 5px 0 0;
}
.eventdiv hr {
	margin: 4% auto;
	width: 70% !important;
}
.eventdiv .date {
	padding: 1%;
	font-size: 1.5em;
	font-weight: 600;
}
.eventdiv .time {
	padding: 1%;
	font-size: 1.2em;
	font-weight: 500;
}
.eventdiv .venue {
	padding: 1%;
	font-size: 1.2em;
	font-weight: 600;
}
.eventdiv .desc {
	width: 70%;
	margin: 4% auto;
	padding: 3% 5%;
	/* 
	border: 1px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 */
	background-color: rgb(255,255,255,0.5);
	font-size: 1.2em;
	line-height: 1.5em;
}
.eventdiv p {
	text-align: center;
	margin: 0.5% 4%;
}


/*** EVENT STYLES UNUSED ***/
/* 
#noevent{
	margin-top:50px; 
	border-radius: 5px;
	padding:30px;
	background:#e7b6f7!important; 
}
.eventdiv .leftdiv {
	float:left;
	width:49%;
	border-radius: 5px;
	background:#e7b6f7!important; 
}
.eventdiv .column {
	float: left;
	width: 50%;
	padding: 10px;
}
#columnright {
	border-right:1px solid #330033;
}
.eventdiv p{
	padding:10px 23px;
	margin:0;
	position: relative;
	text-align:justify;
	overflow-y: scroll !important;
	height: 150px;
	margin: 10px;
}
.eventdiv .rightdiv{
	margin-left: 51%;
	width:49%;
	background:#e7b6f7!important; 
	border-radius: 5px;
}
 */


/*** width ***/
::-webkit-scrollbar {
	width: 5px;
}

/*** Track ***/
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/*** Handle ***/
::-webkit-scrollbar-thumb {
	background: #888; 
}

/*** Handle on hover ***/
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}


.active {
	background-color: #5e0080;
	color: white;
}

.paginationButtons{
	color: #fff;
	background-color: #d24dff !important;
	border:1px solid #ccc;
	padding:5px 10px;
	text-decoration:none;
}

.TQquestion {
	color: #330033;
	font-size: 1.2em;
	font-weight: normal !important;
	margin: 0;
}
.TQanswer {
	display: block;
	padding: 10px;
	border: 1px solid black;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fdfdfd;
	color: #330033;
	font-size: 1.0em;
	font-weight: normal !important;
	margin: 0;
}


.dropbtn {
	background-color: #d24dff !important;
	color: white;
	padding: 16px;
	border-radius:7px;
	border: #ccc 1px solid;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-top:20px; 
}


#headerdropBtn {
	background-color: #F2CCFF !important;
	color: black;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: initial !important;
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #F2CCFF;
	height: 400px;
	overflow-y: scroll;
}

#headerMenu{
	height: 70px !important;
	overflow-y: hidden ;
	min-width: 200px;
	padding:0 !important;
	box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.5);
}

#lineCustom a:hover{
	height: 35px !important;
	display: block !important;
}
#headerContentDropdown a{
	background-color: #F2CCFF !important;
	padding: 0 !important;
}
#headerContentDropdown a:hover {
	height:0 !important;
	background-color: #F2CCFF !important;
	padding: 0 !important;
}

.acustom {
	color: black;
	padding: 9px !important;
	text-decoration: none;
	display: block;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.dropdown-content a:hover {background-color: #5e0080; color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #d24dff;}

.thumbnail{
	display: block;
	text-align: center;
	padding: 4px;
	margin: auto;
	width: 100%;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
/* 
#thumbnailshare{
	width: 60% !important;
}
 */

.modal {
	display: block;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

/*** Modal Content ***/
.modalcontent {
	z-index: 1;
	margin: auto;
	padding: 4%;
	width: 80%;
}

/*** The Close Button ***/
.close {
	color: #000;
	font-size: 43px;
	font-weight: bold;
	position: absolute;
	top: 6%;
	right: 6%;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



/*** SOCIAL MEDIA SHARE BUTTON STYLES ***/
.social-media-share {
	display: block;
	position: relative;
	margin: 3% auto 8% auto;
	overflow: auto;
	clear: both;
}
.social-media-share ul {
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}
.social-media-share li {
	list-style: none !important;
	display: inline-block;
	/* width: 33.3%; */
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
	
}

/*** CAROUSEL STYLES ***/
.carousel-caption {
	background-color: #5e0080;
	color: white;
	font-size: 1.0em;
	margin: 0;
	padding: 0.4em;
	text-align: center;
}
.owl-nav {
	z-index: 10;
}
.owl-nav div {
	position: absolute !important;
	top: 44% !important;
	/* height: 100%; */
	/* width: 20px; */
	background: rgba(250, 250, 250, 0.3) !important;
}
.owl-prev, .owl-next {
	color: #333 !important;
	font-size: 2.0em !important;
	font-weight: bold !important;
}
.owl-prev:hover, .owl-next:hover {
	color: #ddd !important;
}
.owl-prev {
	left: 5px;
	margin-top: -10px;
}
.owl-next {
	right: 5px;
	margin-top: -10px;
}

/*** RESOURCES STYLES ***/
.Rmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}
.Rmenu li {
	text-align: center;
}
.Rmenu li a{
	text-decoration: none;
	color: #000000;
	background-color: #E7B6F7;
	border: 1px solid #303;

	display: block;
	width: 100%;
	/* width: calc(100% - 40px); */
	padding: 0.5em;
	left: 0px;
}
.Rmenu li a:hover{
	background-color: #d7a6e7;
}
.ResMenu {
	display: block;
	margin: 20px auto;
	width: 80%;
	clear: both;
}
.ResMenuImg {
	display: block;
	/* float: left; */
	/* width: 75px; */
	height: 60px;
	margin: 0 auto;
}
.ResMenuTxt {
	float: left;
	/* width: 60%; */
	text-align: left;
	padding: 10px;
	color: #000000;
	text-wrap-mode: wrap;
}
.ResLink {
	text-decoration: none;
	color: #0000d0;
}
.ResDesc {
	width: 80%;
	font-size: 1.2em;
	margin: 0 auto 3% auto;
}