/************************************************
	Conditionals
************************************************/

/* Background Image Brightness */

#custom-header.profile-lite-bg-dark .site-title a,
#custom-header.profile-lite-bg-dark .site-title a:link,
#custom-header.profile-lite-bg-dark .site-title a:visited,
#custom-header.profile-lite-bg-dark .site-description,
#custom-header.profile-lite-bg-dark .img-headline,
.site-info.profile-lite-bg-dark .site-title a,
.site-info.profile-lite-bg-dark .site-title a:link,
.site-info.profile-lite-bg-dark .site-title a:visited {
	color: #ffffff;
}
#custom-header.profile-lite-bg-light .img-title .post-author {
	background: rgba(255, 255, 255, 0.12);
}
#custom-header.profile-lite-bg-dark p,
.site-info.profile-lite-bg-dark .site-description {
	color: rgba(255, 255, 255, 0.8);
}
#custom-header.profile-lite-bg-light .site-title a,
#custom-header.profile-lite-bg-light .site-title a:link,
#custom-header.profile-lite-bg-light .site-title a:visited,
#custom-header.profile-lite-bg-light .site-description,
#custom-header.profile-lite-bg-light .excerpt p,
#custom-header.profile-lite-bg-light .img-headline,
.site-info.profile-lite-bg-light .site-title a,
.site-info.profile-lite-bg-light .site-title a:link,
.site-info.profile-lite-bg-light .site-title a:visited {
	color: #000000;
}
#custom-header.profile-lite-bg-light p,
.site-info.profile-lite-bg-light .site-description {
	color: rgba(0, 0, 0, 0.8);
}
.container .profile-lite-bg-dark h1, .container .profile-lite-bg-dark h2, .container .profile-lite-bg-dark h3,
.container .profile-lite-bg-dark h4, .container .profile-lite-bg-dark h5, .container .profile-lite-bg-dark h6,
.profile-lite-bg-light .profile-lite-bg-dark h1, .profile-lite-bg-light .profile-lite-bg-dark h2,
.profile-lite-bg-light .profile-lite-bg-dark h3, .profile-lite-bg-light .profile-lite-bg-dark h4,
.profile-lite-bg-light .profile-lite-bg-dark h5, .profile-lite-bg-light .profile-lite-bg-dark h6,
.profile-lite-bg-light .profile-lite-bg-dark .img-headline, .container .profile-lite-bg-dark .img-headline {
	color: #ffffff;
}
.container .profile-lite-bg-dark, .container .profile-lite-bg-dark p, .container .profile-lite-bg-dark blockquote,
.container .profile-lite-bg-light .profile-lite-bg-dark, .container .profile-lite-bg-light .profile-lite-bg-dark p,
.container .profile-lite-bg-light .profile-lite-bg-dark blockquote {
	color: rgba(255, 255, 255, 0.8);
}
.container .profile-lite-bg-light h1, .container .profile-lite-bg-light h2, .container .profile-lite-bg-light h3,
.container .profile-lite-bg-light h4, .container .profile-lite-bg-light h5, .container .profile-lite-bg-light h6,
.profile-lite-bg-dark .profile-lite-bg-light h1, .profile-lite-bg-dark .profile-lite-bg-light h2,
.profile-lite-bg-dark .profile-lite-bg-light h3, .profile-lite-bg-dark .profile-lite-bg-light h4,
.profile-lite-bg-dark .profile-lite-bg-light h5, .profile-lite-bg-dark .profile-lite-bg-light h6,
.profile-lite-bg-dark .profile-lite-bg-light .img-headline, .container .profile-lite-bg-light .img-headline {
	color: #000000;
}
.container .profile-lite-bg-light, .container .profile-lite-bg-light p, .container .profile-lite-bg-light blockquote,
.container .profile-lite-bg-dark .profile-lite-bg-light, .container .profile-lite-bg-dark .profile-lite-bg-light p,
.container .profile-lite-bg-dark .profile-lite-bg-light blockquote {
	color: rgba(0, 0, 0, 0.6);
}
.profile-lite-bg-light .img-title .post-author a {
	color: #000000 !important;
}
.profile-lite-bg-dark .img-title .post-author a {
	color: #ffffff !important;
}

/* Body Class */

.profile-has-logo.profile-has-social-menu.page .entry-content,
.profile-has-logo.profile-has-social-menu .home-page .entry-content,
.profile-has-logo.profile-has-social-menu.error404 .entry-content,
.profile-has-logo.profile-has-social-menu.blog .container > .hentry {
	margin-top: 72px;
}
.page.profile-has-logo.profile-header-active.profile-has-social-menu .hentry,
.organic-widgets-custom-template.profile-has-logo.profile-header-active.profile-has-social-menu.profile-singular .hentry {
	margin-top: 0px;
}
.profile-sidebar-active .hentry .content,
.profile-sidebar-active .content.shop {
	max-width: 1240px;
}
.profile-sidebar-active .blog-holder,
.profile-sidebar-active .archive-holder {
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
}
.profile-sidebar-inactive .entry-header {
	text-align: center;
}
.profile-sidebar-inactive.blog .alignwide,
.profile-sidebar-inactive.blog .alignfull {
	width: calc(100% + 72px);
	left: -36px;
	margin-left: 0px;
	margin-right: 0px;
}
.profile-sidebar-inactive.profile-singular .alignfull {
	width: 100vw;
	left: calc(-50vw + 50%);
	margin-left: 0px;
	margin-right: 0px;
}
.profile-sidebar-inactive.profile-singular .alignwide {
	width: calc(100% + 120px);
	left: -60px;
	margin-left: 0px;
	margin-right: 0px;
}
.profile-header-video-active #custom-header {
	max-height: 720px;
}
.profile-header-video-active .wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.profile-header-video-active .wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	cursor: pointer;
}
.profile-header-video-active .wp-custom-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
.profile-header-video-active .wp-custom-header::before {
	background-color: rgba(0, 0, 0, 0.3);
}
.profile-header-inactive #custom-header,
.profile-header-video-inactive.profile-header-inactive .wp-custom-header {
	min-height: 640px;
}
.profile-header-video-inactive.profile-header-active .wp-custom-header {
	min-height: 640px;
	max-height: calc(100vh - 240px);
}
.profile-header-video-inactive.profile-header-active.profile-has-excerpt .wp-custom-header {
	min-height: 760px;
}
.profile-header-inactive.profile-desc-active #masthead .site-description {
	padding-top: 48px;
	padding-bottom: 48px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
}
.profile-header-inactive.profile-desc-inactive #custom-header {
	min-height: 0;
}
.profile-desc-inactive #masthead {
	display: none;
}
.profile-no-social-menu .footer-information {
	text-align: center;
}
.profile-no-social-menu .footer-information .align-left {
	float: none;
	display: block;
}

/* Elements */

.profile-lite-bg-dark table {
	background: rgba(255, 255, 255, 0.04);
}
.profile-lite-bg-dark table thead,
.profile-lite-bg-dark table tfoot,
.profile-lite-bg-dark table th,
.profile-lite-bg-dark table td {
	border-color: rgba(255, 255, 255, 0.24);
}
.profile-lite-bg-dark form input,
.profile-lite-bg-dark form input[type='url'],
.profile-lite-bg-dark form input[type='tel'],
.profile-lite-bg-dark form input[type='email'],
.profile-lite-bg-dark form input[type='text'],
.profile-lite-bg-dark form input[type='password'],
.profile-lite-bg-dark form input[type='number'],
.profile-lite-bg-dark form textarea {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.24);
}
.profile-lite-bg-dark select {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.06);
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
	background-image:
		linear-gradient(45deg, transparent 50%, white 50%),
		linear-gradient(135deg, white 50%, transparent 50%),
		linear-gradient(to right, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24));
}
.profile-lite-bg-dark .post-date,
.profile-lite-bg-dark .post-taxonomy,
.profile-lite-bg-dark .post-navigation {
	border-color: rgba(255, 255, 255, 0.24);
}
