/*
whole site and general pages
findmee.css
*/

html {
	scroll-behavior: smooth;
}


/* apply to all select elements on pages in my-center */
/* form - select */
select {
    /* background-color: #4DB7FE; */ /* Bootstrap */
    outline: none;
    background-color: #f6f6f6;
    color: #3e3e3e;
    padding: 15px 30px;
    border-radius: 5px;
    border-color: #f6f6f6;
    border: none;
    text-align: left;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw1IDVMMTEgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    width: 100%;
    /* padding-right: 30px; */
    margin-bottom: 12px;
}

select::-ms-expand {
    display: none; /* hide IE arrow */
}

/* form - textarea */
textarea {
	font-family: 'Quicksand', sans-serif;
}


/* =========== findmee font ======================== */
/* findmee font - nav menu */
.findmee-font {
	font-family: 'Quicksand', sans-serif !important;
	font-weight: normal !important;
	font-size:1.1em !important;
}

/* font of menu text */
a.findmee-font {
	font-family: 'Quicksand', sans-serif !important;
	font-weight: normal  !important;
	font-size:1.1em !important;
}

/* main banner */
.findmee-mainbanner-title-h2 {
	font-size: 1em;
}

h3.findmee-mainbanner-subtitle-h3{
	font-size: 1.4em;
}

/*  socialgroup card  */
/*  overwrite original css  */
/*  page: index.html
    page: socialgroup-index.html
*/
.evticket-details h6{
	font-weight: bold;
}
/* =========== findmee font ======================== */


/* =========== call to action ======================== */
p.call-to-action-text-subtitle {
	color: #f3f3f3 !important;
	font-weight: bold;
	font-size: 1.1em !important;
}
/* =========== call to action ======================== */




/* ============================================================
   =========== common style across pages ========================
   ============================================================ */

/* section title and subtitle */
.findmee-section-title {
	padding-bottom: 0;
}

.findmee-section-subtitle{
    padding-top: 60px;
    font-size: 1.2em;
}

p.findmee-section-subtitle {
	font-size: 1.1em;
}


/* filter and search image item */
/* overwrite original css */
.listing-item-grid:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.10);
	z-index:2;
	transition: all .2s ease-in-out;
}

.listing-item-grid:hover:before {
	background:rgba(0,0,0,0.41);
}


/* model spinner CSS */
.spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* =========== common style across pages ======================== */





/* ============================================================
   =========== specific style for page ========================
   ============================================================ */

/* =========== agreement page ======================== */
/* page: agreement.html */
.findmee-agreement{
	display:inline-block;
	text-align: center;
	color:rgba(255,255,255,0.61);
	position:relative;
	font-size:14px;
	position:relative;
	top:6px;
	font-weight:500;
}

div.findmee-agreement > a{
	color:rgba(255,255,255,0.61);
}

div.findmee-agreement a:link{
	color:rgba(255,255,255,0.61);
}

div.findmee-agreement a:visited{
	color:rgba(255,255,255,0.61);
}

div.findmee-agreement a:hover{
	color:rgba(255,255,255,0.91);
}

div.findmee-agreement a:active{
	color:rgba(255,255,255,0.91);
}
/* =========== agreement page ======================== */



/* =========== join page ======================== */
/* page: join.html */
a.findmee-join-entrypoint-a {
	color: #6d6d6d !important;
}
/* =========== join page ======================== */



/* =========== about page ======================== */
/* page: about.html */
p.findmee-about-p {
	font-size: 1.1em;
}

p.findmee-about-p-subtitle {
	font-size: 1.2em;
	font-weight:bold;
}
/* =========== about page ======================== */


/* =========== common user page ======================== */
.findmee-wrapper-left{
    text-align: left;
}

.findmee-intro-list ul li {
    font-size: 1.1em !important;
    line-height: 18px;
    padding-bottom: 8px;
    font-weight: 500;
    color: #878C9F;
}

/* =========== sign-in page ======================== */
/* page: signin.html */
/* forgot password link */
.findmee-link-forgot-password {
    display: block;     /* take up a line */
    margin-top: 30px;
    font-weight: bold;
}



/* =========== sign-in page ======================== */




/* ==========  unused style code ==============
.biz-title-link {
	text-decoration: none;
	color: #fff;
}
==========  unused style code ============== */

.lg-image {
    border-radius: 10px;
}