/*
THEME NAME: Natural Exposures
THEME URI: http://manifestbozeman.com
DESCRIPTION: A responsive WordPress theme custom-crafted for Natural Exposures
VERSION: 1.0
AUTHOR: Philip Downer
AUTHOR URI: http://philipdowner.com
*/

@media only screen and (max-width: 1024px) {
	#headerLogo, #headerLogo img, #logo {
		top: -25px;
	}
}

/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
	div#staffSlideshow {
		width: 450px !Important;
		height: 303px !Important;
	}
	span.right {
		margin-right: 133px;
	}
	.timer {
		margin-right: 124px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 665px) {
	div#staffSlideshow {
	    width: 597px !important;
	    height: 402px !important;
	}
	span.right {
	    margin-right: 70px;
	}
}
@media only screen and (max-width: 664px) {
	div#staffSlideshow {
		width: 300px !important;
		height: 202px !important;
	}
}*/


@media screen only and (min-width: 568px) {
	.orbit-wrapper .slider-nav {
		display: block !important;
	}
}

#primaryNav .mobile-dropdown-button {
    display: none;
}

a#mobile-menu-button {
    display: none !important;
}*

h6.mobile-site-header {
    display: none !Important;
}

#menu-primary li .sub-menu:hover {
    display: block;
}

.portfolioHeadline h1 {
    color: #f0efdc !important;
    padding: 9px 12px 4px !important;
    background-color: #436982 !important;
    font-size: 276.9% !important;
    margin-bottom: 0 !important;
    font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3) !important;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.3) !Important;

}
@media screen only and (min-width: 568px) {
body.section-blog .blogFeatures .community {
        margin: 0 15px 0 0!important;
}
}

@media only screen and (max-width: 480px) {
	body.section-blog .blogFeatures .community {
		margin-left: 15px!important;
	}
}

.wp-caption .wp-caption-text {
	padding: 10px!important;
	line-height: 140%!important;
}



/*! - Home Page */

/*! Home Page: Hero Slider */

#homeIntro {
	--header-height: 140px;

	aspect-ratio: 4 / 3;
	/* max-height: calc( 100vh - var(--header-height) ); */
}

#homeIntroContentWrap{
	position: relative;
	z-index: 22;
}

#homeIntroText a:not( .button ) {
	color: #99ccff;
}

#heroCycle,
#heroCycle .slide{
	position: absolute;
	left: 0;
	top:  0;
	width:  100% !important;
	height: 100% !important;
	background-color: transparent !important;
}

#heroCycle::before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	content: '';
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.81) 100%
	);
}

#heroCycle .slide img {
	display: block;
	object-fit: cover;
	width:  100%;
	height: 100%;
}

@media screen and ( max-width: 1024px ) {
	#homeIntro {
		--header-height: 60px;
	}
}


/*! Home Page: Hero Content Row */

#home-hero-content-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 0;
	background-color: #dfddcd;
	background-color: #e7e5d6;
}

#home-intro-text h1 {
	margin: 15px 0 10px;
	padding: 0;
	font-size: 2.4rem;
	color: #436982;
	background: transparent;
	text-shadow: none;
	box-shadow: none;
 }

#home-intro-text .buttons a {
	display: inline-block;
	margin-right: 20px;
	padding: 6px 20px 5px;
	font-size: 1.8rem;
	font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#home-hero-content-row {
		gap: 15px;
	}

	#home-intro-text .buttons {
		text-align: center;
	}

	#home-intro-text .buttons a {
		float: none;
		margin: 0 auto 12px;
		width: 100%;
		max-width: 400px;
	}
}


/*! - Explorers */

/*! Explorers: Profile Page */

.section-explorers.page-profile #pageHeaderImg {
	background-size: cover;
}

.section-explorers.page-profile #profileLayout {
	margin: 0;
}

@media screen and (max-width: 550px) {
	.section-explorers.page-profile #pageHeaderImg {
		display: block;
	}
}


/*! Explorers: Profile Page: Profile Header */

body.section-explorers.page-profile #profileNav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	margin: 0 -30px;
}

body.section-explorers.page-profile #profileNav .profileNavList {
	display: inline-block;
	margin: 0;
	flex: 1 1 auto;
}

body.section-explorers.page-profile #profileNav .profileNavActions {
	top:  auto;
	left: auto;
	margin: 4px auto;
}

@media screen and (max-width: 1024px) {
	body.section-explorers.page-profile #profileNav {
		margin-right: 0;
	}
}

@media screen and (max-width: 960px) {
	body.section-explorers.page-profile #profileNavWrap .profileAvatar {
		bottom: 35px;
	}

	body.section-explorers.page-profile #profileNav {
		padding: 0 25px;
	}
}


/*! Explorers: Profile Page: Galleries */

.section-explorers.page-profile .gallery .block-grid {
	--gap: 16px;
	--columns: 1;

	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
}
.section-explorers.page-profile .gallery .block-grid.three-up {
	--columns: 3;
}
.section-explorers.page-profile .gallery .block-grid.five-up {
	--columns: 5;
}

.section-explorers.page-profile .gallery .block-grid > li {
	flex: auto;
	padding: 0;
	max-width: calc(
		calc( 100% / var(--columns) )
		- calc( var(--gap) * calc( var(--columns) - 1 ) / var(--columns) )
	);
}

@media screen and (max-width: 579px) {
	.section-explorers.page-profile .gallery .block-grid.five-up {
		--columns: 4;
	}
}

@media screen and (max-width: 450px) {
	.section-explorers.page-profile .gallery .block-grid.five-up {
		--columns: 3;
	}
}

.section-explorers.page-profile .gallery img {
	display: block;
	aspect-ratio: 1;
	object-fit: cover;
	margin: auto;
}


/*! Explorers: Profile Page: Timeline */

.section-explorers #profileTimeline .actionSender {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-bottom: 7px;
}

.section-explorers #profileTimeline .profileAvatar {
	margin: 0;
}
.section-explorers #profileTimeline .profileAvatar img {
	display: block;
}

.section-explorers #profileTimeline .actionDescription {
	top: auto;
}

.section-explorers #profileTimeline .explorerCommentList {
	max-width: 547px;
	margin: 15px auto;
}


/*! Explorers: Profile Page: Galleries Tab */

.section-explorers.page-profile #explorerGalleries .gallery .galleryIntroThumbs {
	padding: 4px;
}

.section-explorers.page-profile #explorerGalleries .gallery .block-grid {
	--gap: 4px;

	margin: 0;
}

.section-explorers.page-profile #explorerGalleries .gallery .block-grid.block-grid.block-grid > li {
	padding: 0;
}

.section-explorers.page-profile #explorerGalleries .gallery .galleryActions {
	display: flex;
	flex-wrap: wrap;
}

.section-explorers.page-profile #explorerGalleries .gallery .galleryActions .loveWrap {
	flex: 1 0 60%;
}
.section-explorers.page-profile #explorerGalleries .gallery .galleryActions.portrait .loveWrap {
	flex: 1 0 35%;
}

.section-explorers.page-profile #explorerGalleries .gallery .galleryActions .viewAllWrap {
	flex: 1 0 40%;
}
.section-explorers.page-profile #explorerGalleries .gallery .galleryActions.portrait .viewAllWrap {
	flex: 1 0 65%;
}

.section-explorers.page-profile #explorerGalleries .galleryAuthorMore .block-grid {
	--gap: 5px;
}

.section-explorers.page-profile #explorerGalleries .galleryAuthorMore img {
	margin: auto;
}

@media screen and (max-width: 767px) {
	.section-explorers.page-profile #explorerGalleries .gallery .galleryActions.galleryActions :is(
		.loveWrap,
		.viewAllWrap
	) {
		flex: 1 0 50%;
	}
}

@media screen and (max-width: 579px) {
	.section-explorers.page-profile #explorerGalleries .gallery :is(
		.galleryIntroMain,
		.galleryIntroThumbs,
		.galleryProfile,
		.galleryAuthorMore
	) {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.section-explorers.page-profile #explorerGalleries .gallery .block-grid {
		--columns: 4;
	}

	.section-explorers.page-profile #explorerGalleries .gallery .galleryActions.galleryActions :is(
		.loveWrap,
		.viewAllWrap
	) {
		flex: 1 0 100%;
	}

	.section-explorers.page-profile #explorerGalleries .gallery .galleryAuthor {
		padding: 0 30px 20px;
	}

	.section-explorers.page-profile #explorerGalleries .gallery .galleryAuthorMore {
		margin-top: 20px;
	}

	.section-explorers.page-profile #explorerGalleries .galleryAuthorMore .block-grid {
		/* --columns: 3; */
	}
}

@media screen and (max-width: 450px) {
	.section-explorers.page-profile #explorerGalleries .gallery .block-grid {
		--columns: 3;
	}
}
