/*
Theme Name: Networking Platform
Theme Author: The Code Company
Author URL: http://thecode.co
*/

/* General Layout - Global  */

.header,
.networking {
	position: relative;
	z-index: 2;
} 

.networking p {
	line-height: 1.4;
}

.networking h1 {
	font-size:   1.9em;
	font-weight: normal
}

.networking h2, .networking h3 {
	font-size:   1.5em;
	font-weight: normal
}

.networking .form-horizontal .control-label {
	text-align: left
}

.networking .form-horizontal .form-group {
	margin-bottom: 8px;
}

.btn.btn-primary {
	background: #000;
}

.header .page-header {
	margin-bottom: 0;
	margin-top:    0;
	border:        0;
	text-align:    center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}

.header .page-header img {
	max-width: 100%;
	height: auto;
}

.relative {
	position: relative;
}

.background-white {
	background-color: #FFF;
}

.sponsor-banner {
	position: fixed;
	overflow: hidden;
	top: 0;
	z-index: -1;
	width: 1920px;
	height: 1080px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
  
.sponsor-banner img {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

@media (max-width: 1400px) {
	.sponsor-banner {
		display: none;
	}
}

body footer {
	background: #fff !important
}

footer .links a {
	font-weight: normal;
}

footer .links {
	font-size: .9em
}

div.container {
	max-width: 1030px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

div.container.networking {
	background-color: #FFF;
}

@media (min-width: 768px) {
	.container {
		max-width: 800px;
	}
}

div.alert span {
	display: block;
}

div.admin-alert {
    margin: 10px 0;
    width: 100%; 
    float: left; 
    border-radius: 3px; 
    border: 1px solid #b7dbf2; 
    background: #d4edfc; 
    padding: 10px; 
    font-size: 12px;
}

div.admin-alert p {
    font-size: 12px;
    color: #333; 
    margin: 5px 0;
}

span.bold {
    font-weight: bold;
}

div.networking form label {
	font-weight: bold;
}

div.networking span.networking-field {
	display: block;
	margin:  5px 0;
}

div.networking span.networking-label {
	font-weight: bold;
}

span.form-label label {
	font-weight: bold;
}

span.form-desc {
	font-style: italic;
}

/* Navigation inc Mobile */

.navbar {
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav>li {
		text-align: center;
	}
}

/* Attendee Directory */

.attendee-search form {
	margin: 15px 0;
}

div.attendee span.attendee-name {
	font-weight: bold;
}

.attendee-directory .overviewcard {
	width:         49%;
	font-size:     .85em;
	border:        1px solid #eeeeee;
	margin-left:   0px;
	min-height:    250px;
	margin-bottom: 15px;
	padding:       10px;
	border-radius: 10px;
}

.attendee-directory .overviewcard img {
	float:       right;
	margin-left: 10px;
}

.attendee-directory .overviewcard h3 {
	font-size:   1.4em;
	margin:      0;
	padding:     0;
	line-height: 1.4em;
}

.attendee-directory .overviewcard .meta {
	font-size: .83em;
}


@media (max-width: 768px) {
	.attendee-directory .overviewcard {
		width:100%;
	}
}

/* Schedules */

table.table span.message {
	display: block;
}

table.schedule {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width:        100%;
}

table.schedule th, table.schedule td {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding:      5px;
}

table.table tr.non-bookable {
	background: #eeeeee;
}

table .bookable td:last-child {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

table.table span.session-title {
	display:     block;
	font-weight: bold;
}

table.table span.non-bookable-message {
	font-style: italic;
}

table.table span.marked-unavailable {
	font-style: italic;
}

table.schedule span.attendee-unavailable {
	font-style: italic;
}

/* Profiles  */

.profile a.fa:before { 
	font-family: FontAwesome !important;
}

.profile a.fa {
	text-decoration: none;
	font-family: "Figtree", sans-serif;
}

.profile p {
	font-size:   .9em;
	margin-top:  0px;
	line-height: .9em
}

.profile .lead {
	font-size: 1.1em
}

.networking .profile h2 {
	margin: 0
}

.networking .profile.intro {
	margin-bottom: 20px;
	margin-top:    20px;
}

/* Inbox */

div.unread span.message-excerpt {
	font-weight: bold;
}

span.conversation-other-user {
	display:     block;
	font-weight: bold;
}

/* Messages, Message Threads  */

div.networking-conversation-message {
	padding:       10px 10px;
	margin:        0;
	border-radius: 7px;
	min-height:    50px;
	margin-bottom: 8px;
	min-width: 	   330px;
}

div.networking-conversation-message .profile-image {
	padding: 0;
	width:   50px !important;
}

div.networking-conversation-message .msg {
	padding: 0;
	margin:  0
}

div.message-you {
	background: #1abc9c;
	color:      #fff;
	float:      right;
}

div.message-them {
	background: #ECF0F1;
}

div.message-action {
	color: #666666;
}

div.message-action span.networking-message-sender {
	display: none;
}

div.message-action span.networking-message-sender-picture {
	display: none;
}

div.message-action p {
	font-style: italic;
}

div.message-action.message-you {
	color: #fff;
}

div.networking-conversation-message p {
	padding-left: 10px;
}

span.networking-message-sender {
	font-weight: bold;
}

span.networking-message-date {
	font-style:    italic;
	text-align:    right;
	display:       block;
	font-size:     .8em;
	margin-top:    0px;
	margin-bottom: 10px;

}

.message-them.networking-message-date {
	padding-right: 60px;
}

#sendmessage textarea {
	width:  300px;
	height: 75px;
}

#sendmessage input {
	display: block
}

/* General Text */
.hint {
	font-size: smaller;
	color: #9aa4af;
}

/* Login Page */

.login-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: transparent;
}

.login-content {
	position: relative;
	z-index: 2;
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
}

.login-logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 450px;
	height: auto;
	margin-bottom: 30px;
}

.login-event-name {
	margin-bottom: 60px;
	text-align: center;
	max-width: 450px;
}

.login-title {
	font-size: 28px;
}

.login-form-control {
	display: flex;
	flex-direction: column;
	max-width: 450px;
	width: 100%;
	margin: auto auto;
	padding: 1em 2em;
	border: solid 1px #cbcbcb;
	border-radius: 10px;
	text-align: left;
	background: #e7e7e7;
}

.login-username,
.login-password {
	display: flex;
	flex-direction: column;
}

.login-form-control form {
	display: flex;
	flex-direction: column;
}

.login-form-control form label {
	margin-right: 30px;
}

.login-form-control input {
	border: 1px solid #ebe6e2;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	padding: 10px;
}

.login-form-control #wp-submit {
	padding: 8px 30px;
	margin: 0 auto;
	color: #FFF;
}

.login-lost-password {
	margin: 0;
	font-size: 13px;
}

.login-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.login-background img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

div.profile-preview {
	margin-top: 15px;
}

div.attendee-img img {
	border-radius: 10px;
}

div.networking-conversation img {
	border-radius: 30px;
}

.event-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.event-background img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.event-next-steps {
	background-color: #ecf0f1;
	display: flex;
	margin-bottom: 60px;
	margin-top: 60px;
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.event-next-steps h2, 
.event-next-steps h3 {
	text-transform: uppercase;
}

.event-next-steps-text {
	padding: 30px 60px;
	max-width: 80ch;
	margin: 0 auto;
}

.event-next-steps,
.event-next-steps a {
	color: #000000;
}

@media (max-width: 768px) {

	.event-next-steps {
		margin-top: 30px;
	}
	
	div.event-next-steps {
		background-image: none;
	}
	.event-next-steps-text {
		width: 100%;
		padding: 30px;
	}
}

.timing {
	display: flex;
	margin-bottom: 3em;
}

.timing-image {
	display: flex;
	width: 50%;
}

.timing-image img {
	max-width: 100%;
	height: auto;
	align-self: center;
}

.timing-text {
	display: flex;
	flex-direction: column;
	width: 50%;
	justify-content: center;
	padding: 30px;
}

@media (max-width: 768px) {

	.timing-text {
		padding: 0;
	}

	.timing {
		flex-direction: column;
	}

	.timing-image,
	.timing-text {
		width: 100%;
	}

}

.event-color-title {
	font-weight: 700 !important;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 36px !important;
}

.partners-section {
	padding-bottom: 3em;
	padding-left: 3em;
  	padding-right: 3em;
}
  
.partner-row {
	padding-bottom: 2em;
}

.partner-title {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3em;
	color: #878787;
	margin-top: 2em;
}

.partner-logo {
	display: block;
	align-self: center;
	width: auto;
	max-width: 230px;
	height: auto;
	max-height: 150px;
}

.partner-logo img {
	max-width: 100%;
	height: auto;
}

.partner-logos-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}

.event-important-info {
	background: #000;
	padding: 2em;
	text-align: center;
	color: #FFF;
	font-size: 16px;
  }

/* 
 * Calendar Dropdown Styles (for attendee-own-schedule.php)
 */
 .calendar-dropdown {
	position: relative;
	display: inline-block;
}

.calendar-dropdown-toggle {
	display: inline-block;
	padding: 5px 10px;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	color: #212529;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.calendar-dropdown-toggle:focus {
	color: #000;
}

.calendar-dropdown-toggle:hover {
	background-color: #e9ecef;
	color: #000;
	text-decoration: none;
}

.calendar-dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	min-width: 200px;
	padding: 5px 0;
	margin: 2px 0 0;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.calendar-dropdown-menu.show {
	display: block;
}

.calendar-dropdown-menu a {
	display: block;
	padding: 8px 16px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.calendar-dropdown-menu a:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
	.calendar-dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.calendar-dropdown-toggle {
		padding: 8px 12px; /* Larger touch target for mobile */
	}
	
	.calendar-dropdown-menu a {
		padding: 12px 16px; /* Larger touch target for mobile */
	}
}