/*
 Theme Name:   Braden Leigh
 Description:  Twenty Fifteen Child Theme
 Author URI:   http://bradenleigh.com
 Template:     twentyfifteen
 Text Domain:  bradenleigh
*/
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
body::before {
	display: none;
}
#page {
	display: grid;
	grid-template-columns: min-content 1fr;
	height: 100%;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.preload #content {
	visibility: hidden;
}
img {
	height: auto;
	width: auto;
}
a {
	border: none !important;
}
.site {	
	max-width: 100%;
}
.site::before {
	display: none;
}
.sidebar {
	grid-column-start: 1;
	grid-column-end: 2;
	height: 100%;
	width: auto;
	margin: 0;
	float: none;
	background-color: #333;
	position: unset !important;
	z-index: 1;
}
#secondary {
	background-color: #333;
	transition: all .1s;
	width: 68px;
	position: relative;
	border: none;
	height: 100%;
}
#secondary.expanded {
	width: 290px;
	overflow: hidden;
}
#secondary a {
	color: #bebebe;
}
.sidebar .site-header {
	display: none;
}
#site-navigation {
	margin: 0;
}
#content {
	grid-column-start: 2;
	grid-column-end: 3;
	display: block;
	float: none;
	margin: 0;
	width: auto;
	height: 100vh;
	overflow-y: auto;
	z-index: 0;
	position: relative;
}
#menu-main-menu {
	width: min-content;
	border: none;
	padding-top: 20px;
}
#menu-main-menu li.menu-item {
	border: none;
}
#menu-main-menu li.menu-item a {
	outline: none;
	letter-spacing: .12em;
}
#menu-main-menu > li.menu-item {
	width: 60px;
	height: 60px;
	position: inherit;
	border: none;
}
#menu-main-menu > li.menu-item:hover {
	background-color: #3c3c3c;
}
#menu-main-menu > li.menu-item > a {
	padding: 0;
	height: 100%;
	z-index: 2;
	background-image: url("../../uploads/icons-02.svg");
	background-size: 120px 360px;
	background-repeat: no-repeat;
	outline: none;
}
#menu-main-menu > li.menu-item.current-post-ancestor {
	background-color: #3e3e3e;
}
#menu-main-menu > li.menu-item.current-menu-item, #menu-main-menu > li.menu-item.expanded, #menu-main-menu > li.current-menu-ancestor {
	background-color: #444;
}
#menu-main-menu > li.menu-item > a > span.tooltip {
	background: black;
	color: white;
	padding: 5px 20px;
	position: absolute;
	top: 24px;
	left: 100px;
	display: none;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	pointer-events: none;
}
#menu-main-menu > li.menu-item > a > span.tooltip::before{
	content: "";
	z-index: -1;
	position: absolute;
	right: 100%;
	top: 8px;
	border-width: 0.5em;
	border-style: solid;
	border-color: black;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#menu-main-menu > li.menu-item > a.tooltip-on > span.tooltip {
	display: block;
}
#menu-main-menu > li.menu-item > a:focus {
	background-color: #454545;
}
#menu-item-52 {
	margin-bottom: 20px;
}
#menu-main-menu > #menu-item-52 > a:focus {
	background-color: #333;
}
#menu-item-52 > a {
	background-position: 0 0px;
	
}
#menu-item-22 > a {
	background-position: 0 -60px;
}
#menu-item-21 > a {
	background-position: 0 -120px;
}
#menu-item-787 > a {
	background-position: 0 -180px;
}
#menu-item-799 > a {
	background-position: 0 -240px;
}
#menu-item-1122 > a {
	background-position: 0 -300px;
}
#menu-item-52 > a:hover, #menu-item-52.current-menu-item > a, #menu-item-52 > a:hover, #menu-item-52.expanded > a, #menu-item-52 > a:hover, #menu-item-52.current-menu-ancestor > a {
	background-position: -60px 0px;
}
#menu-item-22 > a:hover, #menu-item-22.current-menu-item > a, #menu-item-22 > a:hover, #menu-item-22.expanded > a, #menu-item-22 > a:hover, #menu-item-22.current-menu-ancestor > a {
	background-position: -60px -60px;
}
#menu-item-21 > a:hover, #menu-item-21.current-menu-item > a, #menu-item-21 > a:hover, #menu-item-21.expanded > a, #menu-item-21 > a:hover, #menu-item-21.current-menu-ancestor > a {
	background-position: -60px -120px;
}
#menu-item-787 > a:hover, #menu-item-787.current-menu-item > a, #menu-item-787 > a:hover, #menu-item-787.expanded > a, #menu-item-787 > a:hover, #menu-item-787.current-menu-ancestor > a {
	background-position: -60px -180px;
}
#menu-item-799 > a:hover, #menu-item-799.current-menu-item > a, #menu-item-799 > a:hover, #menu-item-799.expanded > a, #menu-item-799 > a:hover, #menu-item-799.current-menu-ancestor > a {
	background-position: -60px -240px;
}
#menu-item-1122 > a:hover, #menu-item-1122.current-menu-item > a, #menu-item-1122 > a:hover, #menu-item-1122.expanded > a, #menu-item-1122 > a:hover, #menu-item-1122.current-menu-ancestor > a {
	background-position: -60px -300px;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-toggle.current-menu-item:focus, .dropdown-toggle.expanded:focus, .dropdown-toggle.current-munu-ancestor:focus {	
	background-color: #444;
	outline: none;
}
.main-navigation .sub-menu {
	width: 8px;
	position: absolute;
	height: 100%;
	background-color: #444 !important;
	top: 0;
	left: 60px;
	margin: 0;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
	box-sizing: border-box;
	font-size: 14px;
	z-index: 0;
}
.sub-menu li.menu-item:first-child {
	margin: 50px 0 10px;
	font-size: 20px;
	font-weight: 1000;
}
.sub-menu li.menu-item:hover {
	background-color: #555;
	color: #bebebe;
}
.sub-menu.expanded {
	width: 240px;
	z-index: 1;
}
.sub-menu a {
	padding: 12px 30px;
}
.sub-menu li.current-menu-item, .sub-menu li.current-post-parent, .sub-menu li.current-category-ancestor {
	background: #4e4d4d;
	font-weight: 700;
}
.menu-item.collapse-button {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 22px;
	cursor: pointer;
	z-index: 2;
	border-radius: 25px;
	background: url("../../uploads/collapse-button.svg");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100px;
}
.menu-item.collapse-button:hover {
	background-color: #555;
}
#colophon {
	display: none;
}
#primary {
	width: 1100px;
	margin: auto;
	
}
.single #primary {
	width: 100%;
}
#main {
	padding: 0;
}
.entry-footer {
	display: none;
}
article {
	margin: 0;
	background: none;
	padding: 150px 0;
	overflow-wrap: normal;
}
.entry-content p {
	font-size: 17px;
	hyphens: none;
}
.entry-header {
	margin: 10px;
	padding: 0;
}
.entry-title, .widecolumn h2 {
    font-size: 39px;
    font-size: 3.6rem;
    line-height: 1.2308;
    margin-bottom: .7em;
    letter-spacing: .3em;
    text-transform: uppercase;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	margin: 40px 0 40px 0;
}
.single .entry-content p {
	margin-bottom: 40px;
}
.entry-content::before, .entry-content::after {
	display: none;
}
article.post, article.attachment {
	margin: 0;
	padding: 0;
	background: none;
}
.single article.post .entry-header{
	display: none;
}
.wp-block-image.size-large a {
	border: none;
	display: inline-block;
}
.wp-block-group {
	display: flex;
	pointer-events: initial;
	cursor: auto;
	margin: 0 4% 0;
	z-index: 1;
}
.wp-block-group .wp-block-group__inner-container {	
	padding: 0 10%;
	max-width: 600px;
	margin: 0;
	background: #1f1f1f;
	border-left: 20px solid #444;
}
.wp-block-group .wp-block-group__inner-container h2 {
	text-transform: uppercase;
}
.single .wp-block-image.size-medium {
	flex-grow: 1;
	height: 50vh;
	margin: 10px;
	display: flex;
	z-index: 1;
}
.wp-block-image.size-medium img {
	height: 100%;
	min-width: 100%;
	object-fit: cover;
	pointer-events: initial;
}
.archive #main {
	display: flex;
}
.page-template-category-page .gallery-item {
	flex-grow: 1;
	height: 30vh;
	margin: 10px;
	order: 2;
	width: auto;
	max-width: none;
	display: block;
	padding: 0;
	vertical-align: inherit;
}
.gallery::after {
	content: "";
	display: block !important;
	flex-grow: 10;
	order: 3;
} 
.gallery-icon {
	height: 100%;
}
.gallery-icon.portrait {
	flex-grow: 0;
}
.gallery, .featherlight .entry-content.featherlight-inner {
	overflow-wrap: normal;
	hyphens: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
	box-sizing: border-box;
	align-items: center;
}
.gallery .gallery-item img {
	height: 100%;
	min-width: 100%;
	object-fit: cover;
	cursor: pointer;
	background-color: #111111;
}
.gallery .gallery-item img:focus-visible, .gallery .gallery-item img:visited {
	outline: none;
}
.page-template-category-page .entry-header {
	display: none;
}
#content.no-scroll {
	overflow: hidden;
}
#primary {
	width: auto;
}
.no-scroll #primary {
	width: calc(100% + 17px);
}
.no-scroll .gallery-item {
	visibility: hidden;
}
.home header.entry-header, .home .post-thumbnail {
	display: none;
}
.home article {
	background: none;
}
.home .wp-block-image {
	text-align: center;
}
.home #primary, .home #main, .home article {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
}
.home #main {
	background: url("../../../wp-content/uploads/home-sky.jpg") no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.home article, .home .entry-content {
	margin: 0;
	padding: 0;
}
.home .entry-content, .page-id-9 .entry-content {
	display: flex;
	height: 100%;
	align-content: center;
}
.home .wp-block-group {
	z-index: 1;
	height: 100%;
	align-items: center;
}
.home .wp-block-group .wp-block-group__inner-container {
	background: none;
	border: none;
	padding: 0;
	max-width: none;
}
.home figure.wp-block-image.size-large img {
	max-width: 90%;
	cursor: initial;
	margin: 10px 0;
}
.bottom-right-image {
    pointer-events: none;
}
.home figure.wp-block-image.bottom-right-image img {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    display: block;
    margin: 0;
    pointer-events: none;
}
.home .entry-content {
	margin: 10px;
	justify-content: center;
	display: flex;
	height: 100%;
	align-content: center;
}
.menu-home-menu-container {
	display: block;
	position: relative;
	z-index: 1;
}
#menu-home-menu {
	list-style: none;text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
}
.page .post-thumbnail {
	display: none;
}
.page #primary {
	margin: 0;
	width: 100%;
}
.page #main {
	display: flex;
	justify-content: center;
	min-height: 100vh;
	align-items: center;
}
.page .entry-header {
	margin: 10px auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.page .entry-content {
	margin: 10px auto;
	display: block;
	padding: 0;
}
.page h4 {
	margin: 0;
}
.page article.page {
	background: none;
	padding: 0;
	position: initial;
	padding: 40px;
	max-width: 100%;
	width: 470px;
}
.page-template-category-page article.page {
	padding: 0;
	margin: 0;
	background: none;
	width: auto;
	padding: 10px;
}
.page-template-category-page .entry-content {
	margin: 0;
}
.page-id-5 article.page {
	position: relative;
	right: 200px;
	margin-top: 60px;
	bottom: 100px;
}
.page-id-5 .wp-block-image.size-full {
	position: fixed;
	bottom: 3%;
	right: 3%;
	width: 55%;
	min-width: 700px;
	z-index: -1;
}
.page-id-9 .entry-content p, .page-id-9 .entry-content h4 {
	position: relative;
	z-index: 1;
	margin-bottom: 4px;
}
.wp-block-image img {
	width: 100%;
	max-width: none;
}
.page-id-9 #content {
	align-items: center;
}
.contact-background, .home-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 0;
	display: flex;
	overflow: hidden;
}
.page-id-9 article.page {
	text-align: center;
}
.page-template-category-page #main {
	display: block;
}
.lightbox {
	width: 100%;
	position: sticky;
	height: 100vh;
	overflow: hidden;
	display: none;
	top: 0;
}
.with-featherlight .lightbox {
	display: block;
}
.lightbox .featherlight {
	display: flex;
	position: relative;
	height: max-content;
	background: none !important;
	justify-content: center;
	height: 100%;
	cursor: url("../../uploads/back-cursor-2.svg") 13 12, default;
	overflow-y: scroll;
}
.lightbox .featherlight-loading {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.lightbox .featherlight-loading .featherlight-content, .featherlight-loading .featherlight-content::after {
    height: 10em !important;
    width: 10em !important;
}
.lightbox .featherlight::before {
	display: none;
}
.lightbox .featherlight .featherlight-content {
	max-height: none;
	max-width: none;
	background: none;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	pointer-events: none;
	padding: 20px;
}
.featherlight img.featherlight-image {
	cursor: zoom-in;
	pointer-events: initial;
	position: relative;
	z-index: 1;
	margin: 0;
	object-fit: contain;
	width: auto;
	margin: auto;
	max-width: 80%;
}
.featherlight img.featherlight-image.enlarged {	
	max-width: 100%;
    cursor: zoom-out;
	align-self: flex-start;
}
.featherlight img.featherlight-image.landscape {
	transition: all .3s;
	max-height: 80vh;
}
.featherlight img.featherlight-image.landscape.enlarged {
	max-width: 100%;
	max-height: 2000px;
}
.featherlight img.featherlight-image.portrait {
	max-height: 100%;
	transition: all .6s;
	height: min-content;
}
.featherlight img.featherlight-image.portrait.enlarged {	
	max-height: 5000px;
}
.lightbox span.featherlight-next, span.featherlight-previous {
	top: 50vh;
	position: fixed;
	pointer-events: all;
	z-index: 1;
	background-position: 0 0;
}
.lightbox span.featherlight-next {   
	left: initial;
    right: initial;
    margin-left: 70%;
}
.lightbox span.featherlight-previous {   
	left: initial;
    right: initial;
    margin-right: 70%;
}
.featherlight button.featherlight-close-icon {
	pointer-events: all;
	position: absolute;
	right: 45px;
	top: 40px;
}
@media screen and (max-width: 1500px) {
	.page-id-5 #content {
		align-items: initial;
	}
	.page-id-5 article.page {
		bottom: 0;
		margin-top: 60px;
	}
	.page-id-5 wp-block-image.size-full {
		position: fixed;
		bottom: 3%;
		right: 3%;
		width: 55%;
		z-index: -1;
	}
	.wp-block-group {
		margin-bottom: 55px;
	}
	.page-id-9 #content {
		background-size: 35%;
	}
	.page-id-5 article.page {
		right: 150px;
	}
}
@media screen and (max-height: 721px) {
	.page-id-5 .wp-block-image.size-full {
		position: relative;
		width: 150%;
		margin-bottom: 60px;
		right: 50px;
	}
	.page-id-5 article.page {
		right: 0;
		margin-top: 0px;
	}
}
@media screen and (max-width: 1025px) {
	html {
		height: auto;
		overflow-y: auto;
	}
	html.toggled-on {
		height: 100vw;
		overflow: hidden;
	}
	.home figure.wp-block-image.bottom-right-image img {
		bottom: 60px;
		width: 100%;
	}
	.page #main {
		margin-top: 100px;
	}
	.home #main {
		margin-top: 0;
	}
	.page-id-5 article.page {
		right: 0;
	}
	.page-id-5 .wp-block-image.size-full {
		position: relative;
		width: 200%;
		margin-bottom: 60px;
		right: 150px;
		min-width: none;
	}
	.page-id-9 #content {
		background-size: 45%;
		align-items: initial;
	}
	.page-id-9 article.page {
		margin-top: 60px;
	}
	#post-9 {
		margin-top: -100px;
	}
	body {
		overflow: hidden;
		height: auto;
	}
	#page {
		height: auto;
	}
	#content {
		min-height: 100vh;
		height: min-content;
		width: 100vw;
		overflow-y: initial;
	}
	.with-featherlight #content {
		z-index: 2;
	}
	#primary, #main, article.attachment, .entry-content.pics {
		min-height: 100vh;
	} 
	.emtry-content.pics {
		margin: 0;
	}
	.home #content {
		height: 100vh;
	}
	.sidebar {
		background: none;
		max-height: 100vh;
		width: 0;
		overflow-y: auto;
		transition: all .4s;
	}
	.toggled-on .sidebar {
		width: 100vw;
		max-width: none;
	}
	#masthead {
		display: flex;
		padding: 0 0 20px;
		margin: 0;
		background: none;
		border: none;
		height: 100px;
		max-width: none;
		width: 100%;
		z-index: 3;
		position: absolute;
		pointer-events: none;
		justify-content: space-between;
	}
	.site-branding {
		height: 100% !important;
		min-height: initial;
		height: 50px;
		padding: 0;
		line-height: 32px;
		margin-right: 25px;
		margin-top: 11px;
	}
	.with-featherlight .site-branding {
		display: none;
	}
	.single .site-branding {
		display: none;
	}
	.site-branding .site-title {
		position: relative;
		height: 100%;
		transition: opacity .4s;
		pointer-events: initial;
	}
	.toggled-on .site-branding .site-title {
		opacity: 0;
		pointer-events: none;
	}
	.site-title a {
		height: 100%;
		display: block;
		width: max-content;
		outline: none;
	}
	.site-title a img {
		height: 100%;
		max-width: 40vw;
		z-index: 2;
		position: relative;
	}
	#secondary, #secondary.expanded {
		margin: 0;
		padding: 0;
		width: 0;
		display: block;
		overflow-y: auto;
		text-align: center;
		transition: none;
		position: fixed;
		max-height: 100vh;
		transition: all .4s;
		height: auto;
		min-height: 100vh;
		pointer-events: initial;
	}
	#secondary.toggled-on {
		width: 100vw;
	}
	.secondary-toggle {
		display: block;
		height: 46px;
		width: 46px;
		background-color: #1d1d1d !important;
		position: relative;
		z-index: 1;
		border: none !important;
		pointer-events: initial;
		margin-left: 25px;
		margin-top: 5px;
	}
	.secondary-toggle:hover {
		background-color: #464646;
		border: none !important;
	}
	.secondary-toggle::before {
		content: "\f419";
		line-height: 46px;
		width: 46px;
	}
	#menu-main-menu {
		width: 100%;
		padding-top: 28px;
		padding-bottom: 100px;
	}
	.main-navigation .sub-menu {
		width: 100%;
		position: relative;
		left: 0;
		background: none !important;
		height: auto;
		font-size: 14px;
	}
	#menu-main-menu > li.menu-item {
		width: 100%;
		height: auto;
		line-height: 40px;
		font-size: 18px;
		padding: 0;
	}
	#menu-main-menu > li.menu-item.expanded {
		background: none;
	}
	#menu-main-menu > li.menu-item:hover {
		background: none;
	}
	#menu-main-menu > li.menu-item > a {
		background: none;
		   padding: 12px 0;
	}
	#menu-main-menu > li.menu-item > a > span.tooltip {
		position: relative;
		display: block;
		background: none;
		top: 0;
		left: 0;
		pointer-events: initial;
		padding: 0;		
	}
	#menu-main-menu > li.current-menu-item > a {
		background: #555;
	}
	.sub-menu li.menu-item:first-child, .menu-item.collapse-button {
		display: none;
	}
	#menu-main-menu #menu-item-52 {
		margin: 0 0 25px;
		height: 58px;
		background: url('../../uploads/bl-top-title.svg');
		background-repeat: no-repeat;
		background-position: 50%;
		width: 50vw;
		display: inline-block;
	}
	#menu-main-menu #menu-item-52 a {
		opacity: 0;
	}
	.sub-menu li.current-menu-item, .sub-menu li.current-post-parent, .sub-menu li.current-category-ancestor {
		font-weight: 500;
	}
	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
		font-weight: 500;
	}
	.current-menu-item > a {
		background: #555;
	}
	.page-template-category-page .gallery-item {
		height: auto;
		display: inline-block;
	}
	.gallery {
		display: block;
		column-count: 3;
		column-gap: 0;
	}
	.gallery-icon a {
		display: block;
	}
	.gallery .gallery-item img {
		height: auto;
	}
	.gallery-item.last {
		display: none;
	}
	.home figure.wp-block-image.size-large img {
		margin: 0;
	}
	.home-background {
		display: none;
	}
	img.featherlight-image.landscape {
		width: 100%;
		max-width: 100%;
	}
	img.featherlight-image {
		pointer-events: none;
	}
	@keyframes cssAnimation {
		0%   {opacity: 1;}
		90%  {opacity: 1;}
		100% {opacity: 0;}
	}
	@-webkit-keyframes cssAnimation {
		0%   {opacity: 1;}
		90%  {opacity: 1;}
		100% {opacity: 0;}
	}
	.lightbox {
		position: fixed;
		top: 0;
		background: #111;
	}
	.lightbox .featherlight {
		height: 100%;
	}
	.lightbox .featherlight .featherlight-content {
		align-items: center;
	}
	.featherlight img.featherlight-image, .featherlight img.featherlight-image.enlarged {
		cursor: auto;
		max-width: 100%;
	}
	.featherlight img.featherlight-image.portrait {
	}
}
@media screen and (max-width: 767px) {
	.home #main {
		background: url("../../../wp-content/uploads/home-sky.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
		background-size: auto;
		background-size: cover;
		background-position: 50% 50%;
	}
	.page-id-5 #content {
		background-size: 80% auto;
		background-position: 50% 100%;
	}
	.page-id-9 article.page {
		margin-top: 40px;
	}
	.gallery {
		column-count: 2;
	}
	.main-image-container {
		min-width: 100%;
		min-height: 200px;
	}
	.single .wp-block-image.size-medium {
		height: auto;
	}
	.lightbox span.featherlight-next {
		right: 10px;
	}
	.lightbox span.featherlight-previous {
		left: 10px;
	}
}

@media screen and (max-width: 500px) {
	.home figure.wp-block-image.bottom-right-image img {
		width: 175%;
		right: -32%;
		bottom: 10%;
	}
	.page-template-category-page article.page {
		padding: 0;
	}
	.page-id-5 article.page {
		bottom: 0;
		margin-top: 0;
	}
	.gallery, .entry-content {
		padding: 5px;
	}
	.page-template-category-page .gallery-item {
		margin: 3px 5px;
	}
	.lightbox .featherlight .featherlight-content {
		padding: 10px;
	}
}
}