/*
Theme Name: Kaya Child
Template: kaya
Theme URI: https://www.anphira.com/kaya-wordpress-theme/
Author: Anphira, LLC
Author URI: https://www.anphira.com/
Text Domain: kaya

Table of Contents:

- General Style Changes
- Header
- Main Nav (Megamenu)
- Footer
- Sidebar
- Home Page
- Front End PM
- Groups 
- Login Form
*/

/**
 * General Style Changes
 */
body h1, body h2, body h3, body h4, body h5, body h6 {
	letter-spacing: 1px;
}
.float-right {
	float: right;
}



/**
 * Header
 */
@media screen and (min-width: 768px) {
	.pt30 {
		padding-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.pt30 {
		padding: 10px 0;
	}
}

/**
 * Main Nav (MegaMenu)
 */
body #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	letter-spacing: 1px;
}


/**
 * Footer
 */


/** 
 * Sidebar
 */


/**
 * Home page
 */
/* SLider centering */
body .rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap {
	text-align: center;
	letter-spacing: 1px !important;
}

/**
 * Front End PM
 */
/* Directory dropdown menu */
select[name="fep-bulk-action"] option[value=block],
select[name="fep-bulk-action"] option[value=unblock] {
	display: none;
}

body #fep-menu #fep-menu-settings {
	display: none;
}
body #fep-menu .fep-button-active,
body #fep-menu .fep-button,
body .fep-button {
	background: #fff !important;
	color: #365e8f !important;
	border-radius: 0 !important;
	border: 2px solid #365e8f !important;
	font-size: 14px !important;
}
body #fep-menu .fep-button:hover,
body .fep-button:hover {
	background: #365e8f !important;
	color: white !important;
}
body #fep-menu .fep-button-active {
	background: #365e8f !important;
	color: white !important;
}
body #fep-header > div > div:first-child {
	display: none;
}
body #fep-header > div > div {
	padding: 10px;
}
body #fep-wrapper {
	margin: 10px 0;
}
body #fep-notification-bar {
	position: relative;
	margin: 0;
	background-color: #365e8f;
	color: white;
	border-radius: 0;
	border: none;
	font-size: 14px;
	font-weight: normal;
}
body #fep-notification-bar a,
body .fep-font-red{
	color: #a6ceff;
}
body .fep-unread-class {
	background-color: #365e8f;
	border-radius: 0;
	box-shadow: none;
	padding: 2px 5px;
	height: auto;
	position: relative;
	top: auto;
	margin-left: 10px;
}
.fep-table > .fep-table-row {
	padding: 10px 5px;
	display: block;
}
.fep-table > .fep-table-row > .fep-column-avatar {
	display: none;
}
.fep-message .fep-message-title-heading, 
.fep-per-message .fep-message-title {
	border: none;
	border-radius: 0;
	font-weight: normal;
	font-size: 16px;
	background: white;
}
.fep-message .fep-message-title-heading::before {
	content: 'Subject: ';
}
.fep-message .fep-message-title-heading.participants::before {
	content: '';
}
.fep-per-message .fep-message-title .date::before {
	content: 'Sent on ';
}
.fep-odd-even > div:nth-child(even) {
	background-color: white;
}
.fep-odd-even .fep-column-send_message {
	padding-left: 10px;
}


/**
 * Groups
 */
blockquote.wp-embedded-content {
	display: none;
}


/**
 * Login Form
 */
#loginform input[type=text],
#loginform input[type=password],
#wppb-recover-password input[type=text] {
	width: 100%;
	max-width: 300px;
}

/* Hide fields on the Edit Profile page */
.wppb-default-username,
.wppb-default-nickname,
.wppb-default-display-name-publicly-as,
.wppb-default-website,
.wppb-default-about-yourself-heading,
.wppb-default-biographical-info {
	display:none;
}


#masthead .float-right {
	display: none;
}