/*
 * 	BNE WordPress Framework CSS File
 *
 * 	@author		Kerry Kline
 * 	@copyright	Copyright (c) Kerry Kline
 * 	@link		http://www.bnecreative.com
 * 	@package	BNE WordPress Framework
 *
 * 	@updated	Nov 17, 2022
 *
*/



/* ===========================================================
 *	Accessibility
 * ======================================================== */
.screen-reader-text,
.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    color: #000;
}

.screen-reader-text:focus,
.sr-only:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}


/* 	Outline for selection
 *	Removed by default unless "bne-accessible" is added
 * 	to the html tag which is triggered if the "tab" key is pressed.
 *	See bne-scripts.js
*/
html:not(.bne-accessible) a:focus,
html:not(.bne-accessible) button:focus,
html:not(.bne-accessible) input:focus,
html:not(.bne-accessible) select:focus,
html:not(.bne-accessible) textarea:focus { outline: none; }




/* ===========================================================
 *	Helper Classes / Utility
 * ======================================================== */

/* == Clear == */
.clear { clear: both; }
.clear:before, .clear:after { display: table; content: " "; }
.clear:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }


/* == Alignments == */
.alignnone { margin: 5px 0 20px 0; }
.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
@media ( max-width: 320px ) {
	.alignright,
	.alignleft,
	a img.alignright,
	a img.alignleft {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.wp-caption.alignnone,
	.wp-caption.alignleft,
	.wp-caption.alignright {
		margin-left: auto;
		margin-right: auto;
	}
}


/* == Utility / Other == */
.bg-shade { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; }


/* == Responsive visibility Classes == */
.hide { display: none; }


/* Desktop */
@media ( min-width: 1025px ) {
	.hide-lg,
    .hide_on_standard,
    .hide_on_desktop,
    .hide_on_standard_and_tablet,
    .hide_on_standard_and_tablet_and_mobile,
    .hide_on_standard_and_mobile {
        display: none !important;
    }
}

/* Tablets */
@media ( min-width: 768px ) and ( max-width: 1024px ) {
	.hide-md,
    .hide_on_standard_and_tablet,
    .hide_on_standard_and_tablet_and_mobile,
    .hide_on_tablet,
    .hide_on_tablet_and_mobile {
        display: none !important;
    }
}

/* Mobile */
@media ( max-width: 767px ) {
	.hide-sm,
    .hide_on_standard_and_tablet_and_mobile,
    .hide_on_standard_and_mobile,
    .hide_on_tablet_and_mobile,
    .hide_on_mobile {
        display: none !important;
    }
}


/* == Loaders == */
.bne-loader {
    background: #fff;
    border-radius: 99px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #888;
    margin: -25px -25px 0 0;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: initial;
    left: initial;
    text-shadow: none !important;
    width: 50px;
    height: 50px;
    z-index: 999;
}

.bne-loader .bne-fa {
    font-size: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    padding-left: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
}




/* ===========================================================
 *	General Typography
 * ======================================================== */

body {
	color: #666;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}

a:hover {
	text-decoration: none;
}

.font-1x { font-size: 1rem; }
.font-2x { font-size: 2rem; }
.font-3x { font-size: 3rem; }
.font-4x { font-size: 4rem; }
.font-5x { font-size: 5rem; }

b, strong {
	font-weight: bold;
	font-weight: 700;
}

/* == Headings == */
.header-font, h1, h2, h3, h4, h5, h6 {
	color: #333; 
	font-style: normal;
}

h1, .h1 { font-size: 2.29rem; }
h2, .h2 { font-size: 1.93rem; }
h3, .h3 { font-size: 1.42rem; }
h4, .h4 { font-size: 1.14rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 0.85rem; }
.heading-font { font-family: var(--theme-heading-font-family); }

@media (max-width: 767px) {
	h1, .h1 { font-size: 1.9rem; }
	h2, .h2 { font-size: 1.7rem; }
}

/* == Breadcrumbs == */
.breadcrumb {
    margin: 0 0 5px 0;
    padding: 7px 5px;
    background: transparent;
    font-size: 0.8125rem;
}
.header-off .breadcrumbs {
	display: none;
}


/* == List == */
.fa-ul,
.img-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.bne-icon-list .fa-li { top: 0; }


/* == Text Light/Dark == */
.text-light {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}
.text-dark {
	color: #333;
	text-shadow: none;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
	color: inherit;
}

.text-dark .btn,
.text-dark .wp-block-button__link,
.text-light .btn,
.text-light .wp-block-button__link {
	text-shadow: none !important;
}


/* ===========================================================
 *	Main Structure
 * ======================================================== */



#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

#header-wrapper,
#header-above,
#featured-wrapper,
#main-content-wrapper,
#footer-above,
#footer-widgets-wrapper,
#footer-wrapper {
	position: relative;
	padding: 40px 30px;
}

.content-area-width,
.inner-content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: var(--theme-content-width, 100% );
}

/* == Boxed Layout == */
.boxed_layout #container {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.boxed_layout #container,
.boxed_layout .bne-sticky-menu,
.boxed_layout.header-transparent #header-wrapper .content-area-width { 
	max-width: var(--theme-content-width, 100% ); 
}

.boxed_layout #featured-page-slider {
	width: 100%;
	margin: 0;
}

/* == Gutters == */
#sidebar_layout > .row {
	margin-right: calc( var(--theme-sidebar-gutter ) * -1 );
	margin-left: calc( var(--theme-sidebar-gutter ) * -1 );
}
#sidebar_layout > .row > #content,
#sidebar_layout > .row > .fixed-sidebar {
	padding-right: var(--theme-sidebar-gutter );
	padding-left: var(--theme-sidebar-gutter );
}

/* ===========================================================
 *	Main Menu
 * ======================================================== */


/* == Superfish Menu Reset == */
.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative}.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:999}.sf-menu > li{float:left}.sf-menu li:hover > ul,.sf-menu li.sfHover > ul{display:block}.sf-menu a{display:block;position:relative}.sf-menu ul ul{top:0;left:100%}.sf-menu a.sf-with-ul{padding-right:2.25em;min-width:1px}ul.sf-menu-with-fontawesome .sf-sub-indicator{display:inline;margin-left:8px;position:static;width:auto;height:auto;text-indent:0}ul.sf-menu-with-fontawesome ul .sf-sub-indicator{position:absolute;top:.8em;right:10px}


/* == Primary Menu == */
.menu-wrapper {
	position: relative;
	z-index: 15;
}

#access { 
	margin: 0 auto; 
	padding: 0 30px; 
	border: 1px solid transparent; 
	background: #f4f4f4; 
}
@media (min-width: 768px) {
	#access { height: auto !important; overflow: visible !important; display: block !important; }
}


#header-wrapper #access { 
	padding: 0; 
}

/* All Levels */
#primary-menu li a {
	color: #666;
	font-size: initial;
	text-decoration: none;
	transition: color .2s linear, background .2s linear;
}

#primary-menu li a:hover { 
	text-decoration: none; 
}

#primary-menu li a .sf-sub-indicator { 
	color: inherit; 
	width: 1em; 
	height: 1em; 
}

#primary-menu a .menu-icon { 
	margin-right: 5px; 
}

#primary-menu .menu-description {
	display: block;
	font-size: .6em;
	line-height: 1;
}

/* Level 1 Only */
#primary-menu > li { 
	border-right: none; 
}

#primary-menu > li > a { 
/* 	line-height: 40px;  */
	padding: 1em; 
}

/* Hover and Active State */
#primary-menu > li > a:hover,
#primary-menu > li > a:hover,
#primary-menu > li.active > a,
#primary-menu > li.sfHover > a {
	background: #fff;
}

/* Level 2 & 3 */
#primary-menu ul { 
	background: #fff; 
	box-shadow: 0px 5px 6px rgba(0,0,0,.1); 
	width: 200px; 
}

#primary-menu ul ul { 
	left: 198px; 
	top: -1px; 
}

#primary-menu ul li a { 
	padding: 7px 10px;
}

#primary-menu ul li.divider { 
	background-color: #ddd; 
	border-bottom: none; 
}

/* Active State (Children) */
#primary-menu li li a:hover,
#primary-menu li li a:focus,
#primary-menu li li.active > a {
	background: #f4f4f4;
}


/* == Center menu == */
@media only screen and (min-width: 768px) {
	.header-menu-center .header-menu #primary-menu { text-align: center; font-size: 0; /* Remove nav gaps */ }
	.header-menu-center .header-menu #primary-menu li  { text-align: left; font-size: 1rem; }
	.header-menu-center .header-menu #primary-menu > li { display: inline-block; float: none; }
}


/* == Menu Locations / Other == */
@media only screen and (min-width: 768px) {
	.menu-location-header_addon { float: right; }
	.menu-location-header_addon #primary-menu > li > a { /* padding: 0 11px; */ }
	
	#primary-menu .menu-cart, 
	#primary-menu .menu-search { float: right; }
	
	.header_sidebar_layout #primary-menu ul li a {
		padding-left: 1.6em;
	}

}


/* == Mobile Nav btn == */
.btn-navbar {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	padding: 10px;
	color: #fff;
	background-color: var(--dark);
	line-height: 1;
	font-size: 25px;
	text-align: center;
	transition: all .3s ease;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.btn-navbar:hover { 
	color: #fff; 
}

@media (max-width: 767px) {
	.btn-navbar:not(.close-nav) {
		display: block;
	}
}

/* maintain consistent width, no matter what icon used */
.btn-navbar .bne-fa {	
	width: 25px; 
}
.btn-navbar.close-nav {
	background: transparent;
}
.btn-navbar.close-nav span,
.btn-navbar.close-nav .bne-fa {
	font-size: 20px;
}


/* == General Responsive == */
@media (max-width: 767px) {
	#access { display: none; margin: 0 auto; padding: 0; }
	#access #primary-menu { text-align:left; float:left; width: 100%; }
	#access li { border: none; float: none; padding: 0; }
	#access li li a { padding-left: 40px; }
	#access li li li a { padding-left: 80px; }
	#access li li li li a { padding-left: 100px; }
	#access .sf-menu ul { border: none; margin: 0; position: static; }	
}


/* == Mobile Nav - Graphical == */
@media (max-width: 767px) {
	.bne-graphical-mobile-nav #access ul ul { width: auto; }
}


/* == Mobile Nav - Disabled == */
@media (max-width: 767px) {
	.bne-disable-mobile-nav .btn-navbar { display: none; }
	.bne-disable-mobile-nav #access { display: block; }
	.bne-disable-mobile-nav #access #primary-menu { text-align: center; }
	.bne-disable-mobile-nav #access li { float: none; display: inline-block; text-align: left; }
	.bne-disable-mobile-nav #access .sf-menu ul { position: absolute;  }
	.bne-disable-mobile-nav #access li li { width: 100%; }
	.bne-disable-mobile-nav #access li li a { padding: 7px 10px; }	
}


/* == Mobile Nav - Off Canvas == */
.off-canvas-menu-extras {
	display: none;
}
@media (max-width: 767px) {
	.bne-side-mobile-nav .menu-wrapper.mobile-side_responsive_menu {
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0px;
		height: 100%;
		width: 350px;
		max-width: 100%;
		padding: 30px;
		margin: 0;
		background: #000;
		z-index: 999;
		transition: all .3s ease;
	}
	.bne-side-mobile-nav.primary-menu-open .menu-wrapper.mobile-side_responsive_menu {
		right: 0;
		overflow-y: auto;
		box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	}

	/* close btn */
	.bne-side-mobile-nav .menu-wrapper.mobile-side_responsive_menu .btn-navbar.close-nav {
		display: flex;
		position: relative;
		color: #fff;
		text-align: right;
		top: auto;
		right: auto;
		align-items: center;
		justify-content: flex-end;
		text-decoration: none !important;
	}

	/* Menu */	
	.bne-side-mobile-nav #access {
		display: block;
		background: none;
		border: none;
		box-shadow: none;
	}

	.bne-side-mobile-nav #access ul {
		background: none !important;
		/* Override superfish styles */
		display: block !important;
		opacity: 1 !important;
		box-shadow: none;
	}
	
	.bne-side-mobile-nav #primary-menu a {
		background: none !important;
		color: #777;
		font-size: 16px;
		text-transform: uppercase;
	}

	.bne-side-mobile-nav #primary-menu > li > a { 
		color: #999; 
		font-weight: bold; 
	}

	.bne-side-mobile-nav #primary-menu > li > a:hover,
	.bne-side-mobile-nav #primary-menu > li.active > a,
	.bne-side-mobile-nav #primary-menu > li.sfHover > a,
	.bne-side-mobile-nav #primary-menu li li a:hover,
	.bne-side-mobile-nav #primary-menu li li.active > a {
		color: #eee;
	}
	
	/* Extra Content */
	.bne-side-mobile-nav .off-canvas-menu-extras {
		display: block;
		margin-top: 20px;
	}

}


/* == Alternate Mobile nav == */
.menu-wrapper #primary-menu.mobile-menu { display: none; }
@media (max-width: 767px) {
	.menu-wrapper.has-mobile-menu #primary-menu.standard-menu {
		display: none !important;
	}
	.menu-wrapper.has-mobile-menu #primary-menu.mobile-menu {
		display: block;
	}
	
}


/* == Transparent Header Menu == */
@media only screen and (min-width: 768px) {
	.header-transparent #access.header-menu  { background: rgba(0,0,0,.2); border-radius: 0; border: none; }
	.header-transparent .header-menu #primary-menu > li > a { color: #fff; text-shadow: 1px 1px 0px rgba(0,0,0,.1); }
	.header-transparent .header-menu  #primary-menu > li > a:hover,
	.header-transparent .header-menu  #primary-menu > li.active > a,
	.header-transparent .header-menu  #primary-menu > li.sfHover > a {
		background: rgba(0,0,0,.3);
	}
	.header-transparent.header-menu-above_header .menu-wrapper,
	.header-transparent.header-menu-below_header .menu-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}








/* ===========================================================
 *	Header
 * ======================================================== */

@media ( min-width: 768px ) {
	#header-wrapper .header-content { 
		padding-bottom: 20px;
	}
}


/* == Logo == */
.header-logo {
	max-width: 400px;
}

.header-logo a {
	display: block;
}

.overlay-logo,
.mobile-logo { display: none; }

@media ( min-width: 768px ) {
	.header-transparent .header-logo.has-overlay-logo .default-logo { display: none; }
	.header-transparent .header-logo.has-overlay-logo .overlay-logo { display: block; }
}

@media ( max-width: 768px ) {
	.header-logo.has-mobile-logo .default-logo { display: none; }
	.header-logo.has-mobile-logo .mobile-logo { display: block; }
}


.site-title { 
	display: block; 
	font-weight: bold; 
	margin: 0; 
	font-size: 2.29rem; 
	color: #444; 
	line-height: 1.2;
}

.site-description { 
	display: block; 
	margin: 0; 
	font-size: 1.14rem; 
	color: #444; 
	line-height: 1.2 
}


/* == Header Content == */
.header-addon { 
	display: block; 
	text-align: right;
}


/* == Center Header == */
.header-full_header .header-logo,
.header-full_header .header-addon { float: none; text-align: center; margin: 0 auto; }
.header-full_header .bne-contact-bar ul,
.header-full_header .bne-contact-bar li { float: none; }


/* == Hide Header == */
/* Incase the primary menu assets are "outside" the header when hidden */
.header-off .btn-navbar,
.header-off .menu-wrapper { display: none; }


/* == Header Sidebar == */
.header_sidebar_layout #header-wrapper .widget {
	margin-top: 30px;
}

.header_sidebar_layout #header-wrapper .header-logo,
.header_sidebar_layout #header-wrapper .header-addon { 
	float: none; 
	text-align: center;
}

.header_sidebar_layout #header-wrapper .bne-contact-bar ul,
.header_sidebar_layout #header-wrapper .bne-contact-bar li { 
	float: none;
}

@media ( min-width: 768px ) {
	.header_sidebar_layout #header-wrapper { 
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 340px;
		height: 100vh;
		z-index: 100;
		overflow: hidden;
		padding: 0;
		/* background: #fff; */
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	}

	.header_sidebar_layout #branding {
		padding: 60px 30px 30px 30px;
		overflow: auto;
		height: 100%;
	}
	
	.header_sidebar_layout #header-above,
	.header_sidebar_layout #featured-wrapper,
	.header_sidebar_layout #main-content-wrapper,
	.header_sidebar_layout #page-heading-wrapper,
	.header_sidebar_layout #footer-above,
	.header_sidebar_layout #footer-widgets-wrapper,
	.header_sidebar_layout #footer-wrapper {
		margin-left: 340px;
	}
	
	.header_sidebar_layout #header-wrapper .content-col,
	.header_sidebar_layout #header-wrapper .header-addon {
		margin-top: 20px;
		font-size: 1rem;
	}
	
	.header_sidebar_layout #header-wrapper .menu-location-header_addon {
		float: none;
	}
	.header_sidebar_layout #header-wrapper #primary-menu > li {
		float: none;
		width: 100%;
		display: block;
	}
	.header_sidebar_layout #header-wrapper #primary-menu ul,
	.header_sidebar_layout #header-wrapper #primary-menu ul ul {
		margin:0;
		padding: 0;
		position: relative;
		left: 0;
		width: 100%;
		border: none;
	}
}
@media ( max-width: 1024px ) and (min-width: 768px ) {
	.header_sidebar_layout #sidebar_layout > .row > #content, 
	.header_sidebar_layout #sidebar_layout > .row > .fixed-sidebar {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header_sidebar_layout #sidebar_layout > .row > .fixed-sidebar.left-sidebar.order-md-first {
		order: 1;
	}
}

/* == Sticky Header == */
#sticky-header {
	display: block;
	visibility: hidden;
	position: fixed;
	z-index: 1000;
	margin: 0 auto;
	padding: 0px 30px;
	top: -100%;
	right: 0;
	left: 0;
	width: 100%;
	background: #fff;
	color: #333;
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
	transition: top 0.5s ease-in-out 0s;
}

#sticky-header .content-area-width { position: relative; margin: 0 auto; }

@media ( min-width: 1024px ) {
	body.has-sticky-menu #sticky-header { visibility: visible; }
	body.has-sticky-menu #sticky-header.visible { top: 0px; }
	/* Adjust for admin bar */
	body.admin-bar.has-sticky-menu #sticky-header.visible { top: 32px; }
}

/* logo */
#sticky-header .header-logo { display: block !important; float: left; margin: 8px 0px; }
#sticky-header .header-logo img { width: auto; height: 44px; }
#sticky-header .header-logo .site-title { font-size: 20px; line-height: 44px; }

/* Nav */
#sticky-header .nav { float: right; font-size: 13px; }
#sticky-header #primary-menu { float: left; position: static; }
#sticky-header #primary-menu > li > a {
	background: none;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	border-radius: 0px;
	color: inherit;
	text-shadow: none;
}

#sticky-header #primary-menu li a {
	font-size: 14px;
}

#sticky-header #primary-menu > li > a:hover,
#sticky-header #primary-menu > li.active > a,
#sticky-header #primary-menu > li.sfHover > a {
	background: #eee;
}


/* == Other Header Responsive Adjustments == */
@media only screen and (max-width: 767px) {
	#header-wrapper {
		padding-top: 20px;
	}
	.header-logo { 
		float: none; 
	}
	.header-widget-area { 
		text-align: center; 
		display: block; 
	}

}
@media only screen and (min-width: 768px) {
	.header-transparent #header-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: transparent;
		z-index: 10;
	}
	.boxed_layout.header-transparent #header-wrapper .content-area-width { padding: 0 30px; }
	.header-transparent .header-addon { color: #fff; text-shadow: 1px 1px 0px rgba(0,0,0,.2); }
	.header-transparent #header-wrapper + #main-content-wrapper { padding-top: 0; }
}

@media (max-width: 480px) {
	.logo-col {
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		/* border-bottom: 1px solid rgba(0,0,0,.1); */
	}
	.header-logo { 
		text-align: left; 
		margin: 0; 
		max-width: calc(100% - 100px); 
	}
	.header-logo img {
		max-height: 80px;
	}
}




/* ===========================================================
 *	Main Content Area
 * ======================================================== */

article { margin-bottom: 40px; }
article.page { margin-bottom: 0; }

/* == Page Featured Image == */
#featured-wrapper.full-width-featured-area { padding: 0 !important; }
#featured-wrapper.full-width-featured-area .content-area-width { max-width: 100% !important; }
#featured-wrapper.full-width-featured-area.page-featured-image img { margin: 0; width: 100%; }

/* == Page Heading Wrapper == */
#page-heading-wrapper {
	padding: 60px 30px;
	position: relative;
}

#page-heading-wrapper.has-background-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6096813725490196) 86%);
}

#page-heading-wrapper h1,
#page-heading-wrapper p,
#page-heading-wrapper a,
#page-heading-wrapper .breadcrumb-item.active,
#page-heading-wrapper .breadcrumb-item + .breadcrumb-item::before { 
	color: inherit; 
}

#page-heading-wrapper .breadcrumb {
	margin: 0;
	padding: 0;
}

#page-heading-wrapper.text-show_center .breadcrumb { 
	justify-content: center;
}

#page-heading-wrapper.text-show_right .breadcrumb { 
	justify-content: flex-end;
}

/* normal page heading */
article header.page-heading {
	margin-bottom: 2rem;
}

/* == Page Builder Supports == */
/* Elementor */
body.elementor-template-full-width #main-content-wrapper { padding: 0; }
body.elementor-template-full-width #main-content-wrapper .content-area-width {
	max-width: 100%;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}
/* Divi Builder */
body.et_divi_builder #main-content-wrapper .full-width-template #et-boc {
    margin-left: -30px !important;
    margin-right: -30px !important;
}



/* ===========================================================
 *	Sidebars
 * ======================================================== */

.fixed-sidebar .widget,
.footer-widgets .widget {
	margin-bottom: 30px;
}




/* ===========================================================
 *	Footer
 * ======================================================== */

/* == Footer Widgets == */
.footer-widgets { 
	padding-bottom: 20px; 
	padding-top: 20px; 
}

#footer-widgets-wrapper .footer-widgets { 
	padding: 0; 
}

.footer-widgets {
	font-size: .9rem;
}

/* == Footer Copy == */
#footer_sub_content { 
	font-size: 0.8125rem; 
}

.footer-layout-stacked .copyright { 
	text-align: center; 
	margin-bottom: 10px; 
}

.footer-layout-stacked #footer-menu { 
	float: none; 
	text-align: center; 
}


/* == Footer Navigation == */
#footer-menu {
	margin: 0;
	padding: 0;
	float: right;
}
#footer-menu li {
	display: inline-block;
	padding: 0px 5px 5px 5px;
	list-style: none;
}


/* == Back To Top Button == */
.bne-scroll-to-top {
	display: none;
	position: fixed;
	z-index: 20;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	background-color: rgba(0,0,0,.1);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	outline: none !important;
	cursor: pointer;
}

.bne-scroll-to-top:hover,
.bne-scroll-to-top:focus {
	background-color: rgba(0,0,0,.3);
	color: #fff
}


/* == Mobile and Small Tablets == */
@media only screen and (max-width: 767px) {
	#footer-menu li {
		line-height: 30px;
	}
	#footer-menu a {
		display: block;
		font-size: 1rem;
	}
	#footer-menu { 
		float:none; 
		text-align: center; 
	}
	.copyright { 
		text-align: center; 
	}
	.scrollToTop.btn { 
		margin: 5px auto; 
	}
	.bne-scroll-to-top { 
		right: 20px; 
		bottom: 20px 
	}
}



/* ===========================================================
 *	Blog, Post and Single
 * ======================================================== */

.entry-title a {
	color: inherit;
}


/* == Entry Meta == */
.entry-meta {
	margin: 5px 2px 15px 2px;
	color: #999;
	font-size: 0.75rem;
}

.entry-meta .bne-fa { padding-right: 5px; width: auto; }
.entry-meta .sep { padding: 0 7px; color: #ccc; }
.entry-meta.meta-date { font-weight: normal; font-size: inherit; }
.entry-meta.meta-date_author { font-size: 0.75rem; text-transform: uppercase; }
.entry-meta.meta-date_author .bne-fa { display: none; }


/* == Sub Meta Wrapper == */
.sub-meta-wrapper {
	margin: 10px 0;
	padding: 0;
}
.sub-meta-wrapper .share { float: right; margin-left: 40px; }
.sub-meta-wrapper .info { float: left; }
.sub-meta-wrapper .entry-meta {
	color: #999;
	font-size: 0.75rem;
	margin-bottom: 5px;
	font-weight: normal;
}
.sub-meta-wrapper .entry-meta a:not(:hover) { color: inherit; }
.sub-meta-wrapper .entry-meta > .sep:first-of-type { display: none; }


/* == Tags == */
.tagcloud a,
.bne-tags a {
	background: #fff;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.08);
	color: inherit;
	display: inline-block;
	font-size: 0.75rem  !important;
	margin: 0 0px 4px 0;
	padding: 2px 8px;
	text-decoration: none !important;
	transition: all .3s ease;
}
.bne-tags a:not(:nth-child(1) ) {
	margin-left: 5px;
}
.tagcloud a:hover,
.bne-tags a:hover {
	color: #fff;
}


/* == Post Templates & Styles == */
article.card .featured-image-wrapper {
	margin: 0;
}

article.card .bne-video-wrapper {
	max-width: 100%;
	margin-top: 0;
}

article.card img.card-img-top,
article.card .card-img-top iframe {
	padding-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

article.post:not(.card) .card-body {
	padding: 0;
}


/* == Comments == */
.comments-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

.comment { 
	list-style-type: none; 
}

.comment-list > li.comment {
	margin-bottom: 40px;
}

.comment ul.children { 
	margin: 20px 0 40px 70px;
	padding: 0 0 0 20px;
}

@media (max-width: 767px) {
	.comment ul.children {
		margin-left: 10px;
	}
}

#comments p { 
	margin-bottom: 15px;
}

#comments .comment-body {
	position: relative;
	padding: 0 0 0 80px;
	font-size: 0.8125rem;
}

#comments .comment-body .comment-meta {
	margin-bottom: 10px; 
}

#comments .comment-body .comment-meta a:not(:hover) {
    color: inherit;
}

#comments .comment-author {
    line-height: 1;
}

#comments .comment-body .says {
    display: none;
}

#comments .comment-body .avatar { 
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 60px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #ccc;
}

#comments .comment-body .fn {
    display: block;
    font-size: 0.9375rem;
    font-style: normal;
}

#comments .comment-body .comment-metadata {
    margin-bottom: 10px;
    color: rgba(26, 26, 26, .4);
    font-size: 0.75rem;
    font-weight: bold;
}

#comments-title,
#respond .comment-reply-title {
	text-transform: uppercase;
	font-size: 1rem;
}

#comments .reply.comment-reply { 
	margin-left: 5px;
}

.comment #respond {
	font-size: 0.8125rem;
	margin-top: 20px;
	margin-left: 80px;
}

#commentform label { 
	font-weight: normal; 
}

#commentform .form-submit {
	margin-top: 20px;
}

#commentform textarea, 
#commentform input#author, 
#commentform input#email, 
#commentform input#url { 
	width: 100%; 
}

#commentform .form-allowed-tags { 
	display: none; 
}

@media only screen and (max-width: 480px) {
	#commentform input[type="text"], 
	#commentform input[type="email"] { 
		width: 100% !important; 
	}
	
	#comments .comment-body .avatar, .thumbnail { 
		padding: 2px; 
	}
}


/* == Single Post Nav == */
#bne-single-post-nav { font-size: 0.75rem; }


/* == Post Author Box == */
.post-author-box {
	position: relative;
	margin: 40px 0 40px 0;
	width: 100%;
	text-align: center;
}

.post-author-box .author-inner-content {
	padding: 20px;
}

.post-author-box .author-avatar {
	position: relative;
	margin: 0 auto 20px auto;
}

.post-author-box .author-avatar:before,
.post-author-box .author-avatar:after {
	content: "";
	height: 1px;
	width: calc( 50% - 75px );
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ccc;
	z-index: -1;
}

.post-author-box .author-avatar:after {
	left: auto;
	right: 0;
}
.post-author-box .author-avatar img { 
	width: 100px; 
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
	border-radius: 50%;
}

.post-author-box .author-name {
	font-weight: bold;
}

.post-author-box .author-bio { 
	font-size: 0.875rem; 
}

.post-author-box .author-archive-link { 
	font-size: 0.75rem; 
}




/* ===========================================================
 *	Media
 * ======================================================== */


/* == General Image Styles == */
img { height: auto; max-width: 100%; }
img.size-full { max-width: 100%; width: auto; }
img.circle, .is-style-rounded img { border-radius: 50%; }
img.square { border-radius: 0; }
.featured-image-wrapper { margin-bottom: 20px; }
.thumbnail { margin-bottom: 0; }
.thumbnail-mini img { width: 75px; padding: 3px; }


/* Flat Frame */
.flat,
img.is-style-default,
img.is-style-flat,
.wp-block-image.is-style-default img,
.wp-block-image.is-style-flat img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}


/* Pretty Frame */
.pretty,
.gallery img,
img.is-style-pretty,
.wp-block-image.is-style-pretty img,
.wp-block-gallery.is-style-pretty figure,
.wp-block-media-text.is-style-pretty .wp-block-media-text__media img,
.wp-block-media-text.is-style-pretty.is-image-fill figure.wp-block-media-text__media,
.is-style-pretty iframe  {
	padding: 6px;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0px 0px 3px #ccc;
}
.wp-block-media-text.is-style-pretty.is-image-fill figure.wp-block-media-text__media {
	box-shadow: 0px 0px 3px #ccc, inset 0px 0px 0px 6px #fff;
}

/* Modern Frame */
img.is-style-modern,
.wp-block-image.is-style-modern img,
.wp-block-gallery.is-style-modern img,
.wp-block-media-text.is-style-modern .wp-block-media-text__media img,
.wp-block-media-text.is-style-modern.is-image-fill figure.wp-block-media-text__media,
.is-style-modern iframe {
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.2),0 22px 27px -20px rgba(7,10,25,.2);
	transition: all .3s ease;
}

/* Rounded */
img.is-style-rounded,
.wp-block-image.is-style-rounded img,
.wp-block-media-text.is-style-rounded .wp-block-media-text__media img,
.wp-block-media-text.is-style-rounded figure.wp-block-media-text__media {
	border-radius: 50%;
}


/* == WP Captions == */
.wp-block-image figcaption {
	display: block;
	margin: .5em;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text {
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: center;
    font-size: 0.8125rem
}


/* == WP Gallery Shortcode == */
.gallery-item {
	margin: 0;
	float: left;
	text-align: center;
}

.gallery img {
	width: 100%;
	margin-bottom:0px;
}

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16%; }
.gallery-columns-7 .gallery-item { width: 14%; }
.gallery-columns-8 .gallery-item { width: 12%; }
.gallery-columns-9 .gallery-item { width: 11%; }
.gallery-columns-10 .gallery-item { width: 10%; }
.gallery-columns-11 .gallery-item { width: 9%; }
.gallery-columns-12 .gallery-item { width: 8%; }
.gallery-item .gallery-icon { padding: 10px; }
.gallery-item img { display: inline-block; }

/*
 *	Reset Gallery Rows - If you use non-thumbnail sizes, the rows 
 *	become uneven as each image may be a different size. This 
 *	fixes that by clearing the end of each row
*/
@media only screen and ( min-width: 481px ) {
	.gallery-columns-1 .gallery-item:nth-child(1n+2), /* 1 Column Grid, 2nd Image */
	.gallery-columns-2 .gallery-item:nth-child(2n+3), /* 2 Column Grid, 3rd Image */
	.gallery-columns-3 .gallery-item:nth-child(3n+4), /* 3 Column Grid, 4th Image */
	.gallery-columns-4 .gallery-item:nth-child(4n+5), /* 4 Column Grid, 5th Image */
	.gallery-columns-5 .gallery-item:nth-child(5n+6), /* 5 Column Grid, 6th Image */
	.gallery-columns-6 .gallery-item:nth-child(6n+7), /* 6 Column Grid, 6th Image */
	.gallery-columns-7 .gallery-item:nth-child(7n+8), /* 7 Column Grid, 6th Image */
	.gallery-columns-8 .gallery-item:nth-child(8n+9), /* 8 Column Grid, 6th Image */
	.gallery-columns-9 .gallery-item:nth-child(9n+10) /* 9 Column Grid, 6th Image */
	{ clear: both; }
}

@media only screen and (max-width: 767px) {
	/* If 4+ columns, reset to 3 columns only */
	.gallery:not(.gallery-columns-1) .gallery-item,
	.gallery:not(.gallery-columns-2) .gallery-item,
	.gallery:not(.gallery-columns-3) .gallery-item { width: 33%; clear: none; }

}

@media only screen and (max-width: 480px) {
	/* If 2+ columns, reset to 2 columns only */
	.gallery:not(.gallery-columns-1) .gallery-item { width: 50%; }
}


/* == Lightbox overlay == */
.gallery.bne-gallery .gallery-item {
	position: relative;
	overflow: hidden;
}
.gallery.bne-gallery .gallery-item a:after,
.wp-block-gallery.bne-gallery .blocks-gallery-item a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 300ms;
	pointer-events: none;
	opacity: 0;
	background-color: #fff;	
}

.gallery.bne-gallery .gallery-item:hover a:after,
.wp-block-gallery.bne-gallery .blocks-gallery-item:hover a:after {
	opacity: .3;
}

a.bne-lightbox img {
	transition: opacity 300ms;
}
a.bne-lightbox img:hover {
	opacity: .8;
}


/* == OEMBED Video Wrapper == */
.bne-video-wrapper { width: 100%; }
.bne-video-wrapper.thumbnail { max-width: 150px; }
.bne-video-wrapper.thumbnail-mini { max-width: 75px; }

.bne-video-wrapper.medium { max-width: 300px; }
.bne-video-wrapper.large { }

.bne-video-wrapper, .wp-video { position: relative; margin-bottom: 10px; }
.bne-video-wrapper .video-inner { padding: 0 0 56.25% 0; height: 0; }
.bne-video-wrapper iframe,
.bne-video-wrapper embed,
.wp-video video { 
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/* == Theme Shadows == */
.header-shadow,
.slider-shadow,
.content-shadow {
	position: relative;
	margin: 0px auto;
	max-width: 900px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 5;
}

.shadow-type1 { background-image: url('../png/shadow1.png'); margin-bottom: -40px; height: 40px; }
.shadow-type2 { background-image: url('../png/shadow2.png'); margin-bottom: -60px; height: 60px; }
.shadow-type3 { background-image: url('../png/shadow3.png'); margin-bottom: -40px; height: 40px; }
.shadow-type4 { background-image: url('../png/shadow4.png'); margin-bottom: -40px; height: 40px; }
.shadow-type5 { background-image: url('../png/shadow5.png'); margin-bottom: -45px; height: 45px; }
.shadow-type6 { background-image: url('../png/shadow6.png'); margin-bottom: -60px; height: 60px; }
.shadow-type7 { background-image: url('../png/shadow7.png'); margin-bottom: -40px; height: 40px; }
.shadow-type8 { background-image: url('../png/shadow8.png'); margin-bottom: -70px; height: 70px; }




/* ===========================================================
 *	Forms
 * ======================================================== */

/*
 * Add basic form field styling to match Bootstrap.
 *
 * Why? -- Starting in Bootstrap 3, form fields are no longer
 * styled without having specific CSS classes (i.e. form-control)
 * added to theme. This causes a problem for WordPress
 * plugins inserting their own forms, where the user
 * doesn't control the HTML.
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
textarea,
select {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px !important; /* prevents mobile zoom in on field */
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
select {
	width: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
textarea:focus,
.form-control:focus {
    color: #555;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

input[type="file"] {
	border: none;
	padding: 0;
	height: auto;
}


/* == Gravity Forms == */
#wrapper .gform_wrapper .gfield_required { color: #cd0000; }
#wrapper .gform_wrapper .gfield_date_day,
#wrapper .gform_wrapper .gfield_date_month { min-width: 75px; }
#wrapper .gform_wrapper .gfield_date_year { min-width: 100px; }
#wrapper .gform_wrapper .gfield_date_day input,
#wrapper .gform_wrapper .gfield_date_month input,
#wrapper .gform_wrapper .gfield_date_year input { width: calc(100% - 15px) !important; }
#wrapper .gform_wrapper .ginput_container_date select { margin-right: 5px; }
#wrapper .gform_wrapper .gfield_time_ampm select { width: calc(2rem + 40px); }
#wrapper .gform_wrapper input.ginput_quantity[type=number] { min-width: 75px; }

/* Address US */
@media only screen and (min-width: 600px) {
	/* Legacy */
	#wrapper .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_city,
	#wrapper .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_state,
	#wrapper .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_zip {
		width: 32.3%;
		float: left;
		margin: 0 1% 0 0;
		padding: 0 !important;
	} 
	
	/* Current */
	#wrapper .gform_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_city,
	#wrapper .gform_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_state,
	#wrapper .gform_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_zip {
		flex: 0 0 33.33%;
		padding: 0;
	}
	#wrapper .gform_wrapper .ginput_container_address.has_city.has_state.has_zip:not(.has_country) .address_state {
		padding: 0 1%;
	}
}


/* ===  Message Notifications === */
.gform_wrapper .validation_error { 
	color: #b94a48 !important;
	background-color: #f4f4f4 !important;
	border: 1px solid #eed3d7 !important;
	width: inherit;
}

#wrapper .gform_wrapper li.gfield_error {
	background: none;
	border: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
}

#wrapper .gform_wrapper li.gfield_error .validation_message {
	padding-top: 0;
}



/* ===========================================================
 *	Buttons
 * ======================================================== */

/* == Default, System, and WP Buttons == */
.btn-default,
.bne-block-btn,
.woocommerce a.button, 
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
	background-color: var(--theme-default-btn-color);
	color: #fff;
}
.btn-default:hover,
.woocommerce a.button:hover, 
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover {
	background-color: #fff;
	color: var(--theme-default-btn-color);
}
.bne-pagination .page-link {
	color: var(--theme-default-btn-color);
}
.bne-pagination .page-item.active .page-link {
	background-color: var(--theme-default-btn-color);
	border-color: var(--theme-default-btn-color);
}

.btn, .bne-block-btn {
	border-width: 0px;
	transition: background 300ms, background-color 300ms, color 300ms;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08),0 4px 6px rgba(50,49,94,0.11);
	text-decoration: none;
	font-weight: 700;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
}

.wp-block-button {
	padding: 0 !important;
}

.btn:hover,
.bne-block-btn:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.08),0 4px 6px rgba(50,49,94,0.11);
	text-decoration: none;
}

.bne-block-btn:active,
.btn:active {
	position: relative;
	top: 1px;
}

[class*="btn-outline-"],
.wp-block-button.is-style-outline .bne-block-btn,
.btn-link,
.btn-link:hover {
	box-shadow: none;
}

.btn-link,
.btn-link:hover {
	background: none;
}

[class*="btn-outline-"],
.wp-block-button.is-style-outline .bne-block-btn {
	border-width: 1px;
	padding: .375rem .75rem;
}

.btn-link:hover {
	text-decoration: underline;
}


/* == WP Button Block == */
.wp-block-buttons {
	margin-bottom: 1rem;
}
.wp-block-button.aligncenter {
	text-align: center;
}

.bne-block-btn,
.bne-block-btn:visited {
	background: var(--bg-color);
	color: var(--text-color) !important;
}

.bne-block-btn:hover {
	background: var(--text-color);
	color: var(--bg-color) !important;
}


/* outline */
.is-style-outline .bne-block-btn {
	border-color: var(--text-color);
	color: var(--text-color);
}

.is-style-outline .bne-block-btn:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
	background: var(--text-color, #000);
	border-color: var(--text-color, #000);
	color: #fff !important;
}
.wp-block-button.is-style-outline .bne-block-btn.has-light-color:hover {
	color: #222;
}

/* Gradient */
.bne-block-btn.btn-gradient {
	transition: all .3s ease;
}

.bne-block-btn.btn-gradient:not(.has-text-color):hover {
	color: #000 !important; 
}

/* Make sure the light color palette shows correctly on hover */
.wp-block-button.is-style-outline .bne-block-btn.has-light-color:hover {
	background: #fff !important;
	color: #222 !important;
}




/* == Bootstrap Button Colors == */
.btn-primary:hover { color: var(--primary); background-color: #fff; }
.btn-secondary:hover { color: var(--secondary); background-color: #fff; }
.btn-success:hover { color: var(--success); background-color: #fff; }
.btn-danger:hover { color: var(--danger); background-color: #fff; }
.btn-warning:hover { color: var(--warning); background-color: #fff; }
.btn-info:hover { color: var(--info); background-color: #fff; }
.btn-light:hover { color: var(--light); background-color: var(--dark); }
.btn-dark:hover { color: var(--dark); background-color: #fff; }


/* == Button Sizes == */
.btn.btn-xs, .wp-block-button.btn-xs a,
.btn.btn-sm, .wp-block-button.btn-sm a { font-size: 0.75rem; padding: .25rem .65rem; }
.btn.btn-md, .wp-block-button.btn-md a { font-size: 1rem; padding: .375rem .75rem; }
.btn.btn-lg, .wp-block-button.btn-lg a { font-size: 1.125rem; padding: .625rem 1rem; }
.btn.btn-xlg, .wp-block-button.btn-xlg a { font-size: 1.375rem; padding: .875rem 1.25rem; }
.btn.btn-xxlg, .wp-block-button.btn-xxlg a { font-size: 1.625rem; padding: 1.125rem 2.5rem; }
.btn.btn-xxxlg, .wp-block-button.btn-xxxlg a { font-size: 1.875rem; padding: 1.375rem 3rem; }


/* == Button Shapes == */
.btn-block .wp-block-button__link { display: block; width: 100%; }
.btn-rounded { border-radius: 4px; }
.btn-square { border-radius: 0px; }
.btn-pill { border-radius: 100em; }
.btn-3d,
.wp-block-button.is-style-3d-rounded .wp-block-button__link,
.wp-block-button.is-style-3d-squared .wp-block-button__link,
.wp-block-button.is-style-3d .wp-block-button__link {
	box-shadow: inset 0 -0.25em 0 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0,0,0,0.08),0 4px 6px rgba(50,49,94,0.11);
	border: none;
	transition: all .3s ease;
}

.wp-block-button.is-style-3d-squared .wp-block-button__link {
	border-radius: 0;
}

.btn-3d:hover,
.wp-block-button.is-style-3d-rounded:hover .wp-block-button__link,
.wp-block-button.is-style-3d-squared:hover .wp-block-button__link,
.wp-block-button.is-style-3d:hover .wp-block-button__link {
	box-shadow: inset 0 -0.25em 0 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0,0,0,0.08),0 4px 6px rgba(50,49,94,0.11);
}


/* == Other Btns == */
.bne-search .btn {
	padding: .375rem .75rem;
	border-color: transparent;
	font-size: 16px;
}

.modal .btn.close { 
	color: inherit !important;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
}


/* == Pagination == */
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, 
.pager .next > span { float: right }

.pager .previous > a, 
.pager .previous > span { float: left }

.pager .disabled > a, 
.pager .disabled > a:focus, 
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}



/* ===========================================================
 *	Share Buttons and Contact Bar
 * ======================================================== */

/* == Share Bar == */
.bne-share {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.bne-share li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 2px;
}

.btn-share {
    border: 2px solid #f4f4f4;
	background: #fff;
    border-radius: 50%;
    color: #555;
    font-size: 16px;
    padding: 8px;
	transition: all .25s ease-out;
}

.btn-share:hover, .btn-share:focus {
    background: #ddd;
    border-color: rgba(0, 0, 0, .1);
    color: #fff;
}

.btn-share.facebook:hover, .btn-share.facebook:focus { background: #3b5998; }
.btn-share.linkedin:hover, .btn-share.linkedin:focus { background: #0077B5; }
.btn-share.twitter:hover, .btn-share.twitter:focus { background: #00aced; }
.btn-share.google:hover, .btn-share.google:focus { background: #dd4b39; }
.btn-share.tumblr:hover, .btn-share.tumblr:focus { background: #32506d; }
.btn-share.pinterest:hover, .btn-share.pinterest:focus { background: #cb2027; }
.btn-share.email:hover, .btn-share.email:focus { }


/* == Contact Bar == */
.bne-contact-bar { margin-bottom: 5px; }
.bne-contact-bar ul { margin: 0; padding: 0; float: right; }
.bne-contact-bar li {
	display: inline-block;
	float: left;
	height: var(--size, 25px);
	width: var(--size, 25px);
	margin: 0px 3px 3px 0px;
	padding: 0;	
	background: #eee;
	border-radius: 3px;
	font-size: var(--font-size, 15px);
	line-height: var(--size, 25px);
	list-style: none;
	opacity: 1;
	text-align: center;

}
.bne-contact-bar li:hover { 
	opacity: .8; 
	cursor: pointer; 
}
.bne-contact-bar li a { 
	display: block; 
	color: inherit !important; 
}
.bne-contact-bar li .bne-image {
	width: 1.25em;
	margin-top: -2px;
}

/* Icon Set Styles */
.bne-contact-bar ul.social-media-light li { background: #eee; color: #666; }
.bne-contact-bar ul.social-media-grey li  { background: #999; color: white; }
.bne-contact-bar ul.social-media-dark li  { background: #444; color: white; }
.bne-contact-bar ul.social-media-color li { color: white; }

.bne-contact-bar.contact-bar-transparent ul.social-media-light .bne-fa { color: #eee; }
.bne-contact-bar.contact-bar-transparent ul.social-media-grey .bne-fa { color: #999; }
.bne-contact-bar.contact-bar-transparent ul.social-media-dark .bne-fa { color: #444; }

/* Icon Set Shape */
.bne-contact-bar.contact-bar-transparent li { background: none !important; }
.bne-contact-bar.contact-bar-circle li  { border-radius: 50%; }
.bne-contact-bar.contact-bar-square li { border-radius: 0px; }
.bne-contact-bar.contact-bar-rounded li { border-radius: 3px; }

/* == Contact Bar Shortcode == */
.bne-contact-bar.contact-bar-shortcode ul,
.bne-contact-bar.contact-bar-widget ul { float: left; }

/* Alignment */
.bne-contact-bar.contact-bar-center ul,
.bne-contact-bar.contact-bar-center li { float: none; text-align: center; }
.bne-contact-bar.contact-bar-right ul { float: right; }


/* == Mobile and Small Tablets == */
@media only screen and (max-width: 767px) {
	.bne-contact-bar {  position: static; text-align: center;  }
	.bne-contact-bar ul { float: none; }
	.bne-contact-bar li { display: inline-block; float: none; }
}



/* ===========================================================
 *	Magnific Lightbox
 * ======================================================== */
@media (min-width: 768px) {
	.mfp-image-holder .mfp-content,
	.mfp-iframe-holder .mfp-content {
		max-width: 90% !important;
	}
}

.bne-mfp.mfp-bg,
.bne-mfp.mfp-wrap {
    z-index: 100000;
}

.bne-mfp .white-popup {
	position: relative;
	margin: 20px auto;
	padding: 20px;
	max-width: 800px;
	width: auto;
	background: #fff;
}

.bne-mfp .mfp-title {
    font-size: 0.875rem;
}

.bne-mfp .mfp-figure:after {
	background: #fff;
}

/* close button */
.bne-mfp button.mfp-close,
.bne-mfp button.mfp-arrow {
	background-color: transparent !important;
	box-shadow: none !important;
}

.mfp-wrap.bne-mfp button.mfp-close {
	position: absolute;
	padding: 0;
	right: -13px;
	width: 40px;
	height: 40px;
	background: url('../svg/close.svg') center center no-repeat;
	background-size: 10px 10px;
	border: 2px solid transparent;
	border-radius: 100px;
	line-height: 38px;
	text-align: center;
	text-indent: -9999px;
	transition: all .3s ease-out;
}

.mfp-wrap.bne-mfp button.mfp-close:hover {
	border: 1px solid #fff;
	transform: scale(0.8);
	-webkit-transform: scale(0.8) rotateZ(90deg);
}

.bne-mfp .mfp-close:active {
	top: 0;
}

.bne-mfp .mfp-inline-holder .mfp-close,
.bne-mfp .mfp-iframe-holder .mfp-close:active {
	top: -40px;
}

/* Navigation */
.bne-mfp .mfp-arrow:before,
.bne-mfp .mfp-arrow .mfp-b,
.bne-mfp .mfp-arrow-right:after,
.bne-mfp .mfp-arrow-right .mfp-a,
.bne-mfp .mfp-arrow-left:after,
.bne-mfp .mfp-arrow-left .mfp-a {
	margin: 0;
	border: 0;
}

.bne-mfp .mfp-arrow:before {
	position: static;
	width: auto;
	height: auto;
}

.bne-mfp button.mfp-arrow {
	margin-top: -1em;
	height: 2em;
	width: 2em;
	background-position: center center;
	background-size: 12px 21px;
	background-repeat: no-repeat;
	font-size: 30px;
	line-height: 2em;
	transform: none;
}

.bne-mfp button.mfp-arrow:active {
	margin-top: -.95em;
}

.bne-mfp .mfp-arrow.mfp-arrow-left {
	background-image: url('../svg/chev-left.svg');
	left: 10px;
}

.bne-mfp .mfp-arrow.mfp-arrow-right {
	background-image: url('../svg/chev-right.svg');
	right: 10px;
}

.bne-mfp .mfp-iframe-holder .mfp-bottom-bar {
	margin-top: 5px;
}

.bne-mfp .mfp-iframe-holder .mfp-iframe-scaler {
	background: #000;
}

.bne-mfp .mfp-iframe-scaler {
	overflow: visible;
}

/* Loader */
.bne-mfp .mfp-preloader .bne-loader {
	color: #fff;
	background: none;
	box-shadow: none;
}

/* Transition */
.bne-mfp.mfp-bg {
	opacity: 0;
	transition: all .15s ease-out;
}

.bne-mfp.mfp-bg.mfp-ready {
	opacity: .8;
}

.bne-mfp.mfp-bg.mfp-removing {
	opacity: 0;
}

.bne-mfp.mfp-wrap .mfp-content,
.bne-mfp.mfp-wrap button {
	opacity: 0;
	transition: all .15s ease-out;
}

.bne-mfp.mfp-wrap.mfp-ready .mfp-content,
.bne-mfp.mfp-wrap.mfp-ready button {
	opacity: 1;
}

.bne-mfp.mfp-wrap.mfp-removing .mfp-content,
.bne-mfp.mfp-wrap.mfp-removing button {
	opacity: 0;
}

.bne-mfp .mfp-figure,
.bne-mfp .mfp-iframe-scaler { 
	animation-name: mfpFadeIn;
	animation-duration: .3s;
	animation-fill-mode: both;
	backface-visibility: hidden;
}

@-webkit-keyframes mfpFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes mfpFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes mfpFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes mfpFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }


/* == Lightbox Shortcode == */
.bne-lightbox.lightbox-image {
	position: relative;
}

.bne-lightbox .lightbox-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .6);
	border-radius: 50%;
	color: #fff;
	line-height: 60px;
	font-size: 40px;
	text-align: center;
	z-index: 1;
}
.bne-lightbox:hover .lightbox-icon {
	display: block;
}



/* ===========================================================
 *	Bootstrap
 * ======================================================== */

/* == Bootstrap 5 and 10 Columns == */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15,
[class*="col-sm-0"], [class*="col-sm-0"], [class*="col-md-0"], [class*="col-lg-0"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15, .col-xs-020 { width: 20%; float: left; }
.col-xs-030 { width: 30%; float: left; }
.col-xs-040 { width: 40%; float: left; }
.col-xs-060 { width: 60%; float: left; }
.col-xs-070 { width: 70%; float: left; }
.col-xs-080 { width: 80%; float: left; }

@media (min-width: 768px) { 
	.col-sm-15, .col-sm-020 { width: 20%; float: left; }
	.col-sm-030 { width: 30%; float: left; }
	.col-sm-040 { width: 40%; float: left; }
	.col-sm-060 { width: 60%; float: left; }
	.col-sm-070 { width: 70%; float: left; }
	.col-sm-080 { width: 80%; float: left; }
}
@media (min-width: 992px) { 
	.col-md-15, .col-md-020 { width: 20%; float: left; } 
	.col-md-030 { width: 30%; float: left; }
	.col-md-040 { width: 40%; float: left; }
	.col-md-060 { width: 60%; float: left; }
	.col-md-070 { width: 70%; float: left; }
	.col-md-080 { width: 80%; float: left; }
}
@media (min-width: 1200px) { 
	.col-lg-15, .col-lg-020 { width: 20%; float: left; }
	.col-lg-030 { width: 30%; float: left; }
	.col-lg-040 { width: 40%; float: left; }
	.col-lg-060 { width: 60%; float: left; }
	.col-lg-070 { width: 70%; float: left; }
	.col-lg-080 { width: 80%; float: left; }
}

/* Modal: Search */
.bne-search-popup { background: rgba(0,0,0,.7); }
.bne-search-popup .modal-content { background: none; box-shadow: none; border: none; }
.bne-search-popup .modal-header { margin-bottom: 50px; border: 0;}
.bne-search-popup .modal-header .close {
	opacity: 1;
	font-size: 60px;
	font-weight: 100;
	text-shadow: none;
	color: white;
}
.bne-search-popup .bne-search input,
.bne-search-popup .bne-search input:focus {
	border: none;
	border-bottom: 2px solid #fff;
	background: none;
	box-shadow: none;
	border-radius: 0;
	font-style: italic;
	color: #999;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 30px !important;
}
.bne-search-popup .bne-search button,
.bne-search-popup .bne-search button:hover,
.bne-search-popup .bne-search button:active {
	background: none !important;
	border: none !important;
	border-radius: 0px !important;	
	color: #fff !important;
	box-shadow: none;
	font-size: 25px;
}



/* ===========================================================
 *	3rd Party Plugins
 * ======================================================== */

/* == Jetpack == */
body.infinite-scroll .pagination { display: none; }


/* == Max Mega Menu Intergration == */
.bne-sticky-menu #mega-menu-wrap-header-menu { background: none; }
.bne-sticky-menu .mega-menu-wrap > ul > li > a {
	height: 60px !important;
	line-height: 60px !important;
}
.bne-sticky-menu .mega-menu-wrap > ul > li:not(:hover) > a {
	color: inherit !important;
}
.has-max-mega-menu .btn-navbar { display: none; }
.has-max-mega-menu #access { display: block !important; }
.mega-menu-wrap .menu-search,
.mega-menu-wrap .menu-cart { display: none !important; }
@media (max-width: 767px) {
	#access .mega-sub-menu li a { padding-left: 0px; }
}




/* ===========================================================
 *	Widgets
 * ======================================================== */

/* == Google Map Embed == */
.bne-map, .bne-static-map { margin-bottom: 30px; }
.bne-map-footer { margin-bottom: 30px;}
.bne-map-footer .map-address { max-width: calc(100% - 150px); }
.bne-map img { max-width: none; }




/* ===========================================================
 *	WP Block Editor
 * ======================================================== */
 
 /* == Align Full & Align Wide == */
.sidebar-layout-no-sidebar .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 100vw;
}

.boxed_layout .alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

.boxed_layout .alignwide {
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (min-width: 768px) {
	.sidebar-layout-no-sidebar .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 100vw;
	}

	/* .sidebar-layout-no-sidebar .alignwide img,
	.sidebar-layout-no-sidebar .alignfull img {
		display: block;
		margin: 0 auto;
	} */
}

@media ( min-width: 768px ) {
	.header_sidebar_layout.sidebar-layout-no-sidebar .alignfull {
		width: calc( 100vw - 340px );
		margin-left: calc( 50% - 50vw + 170px );
	}
	.header_sidebar_layout #featured-page-slider {
		margin-left: 340px;
	}
}


/* == General Block style adjustments  == */
.wp-block-table {
	margin-bottom: 2rem;
}
.wp-block-table td, .wp-block-table th {
	border: none;
}
.wp-block-table tbody td {
	border-top: 1px solid #ddd;
}
.wp-block-table thead,
.wp-block-table tfoot { border-color: #ddd; border-width: 1px; }
.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

.wp-block-image.alignleft { margin: 5px 20px 20px 0; }
.wp-block-image.alignright { margin: 5px 0 20px 20px; }
.wp-block-gallery.clearfix:before { display: none; }
.wp-block-pullquote { margin: 1rem 0; }
ul.wp-block-gallery { padding: 0; margin: 0; }


/* Custom block styles */
.is-style-shadow-none { box-shadow: none!important; }
.is-style-shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }
.is-style-shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }
.is-style-shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; }


/*  
 *	Last Black Adjustment Class
 *	Adds a negative margin to the final block that has a background
 *	to account for the container and article's bottom margin.
*/
#main-content-wrapper .block-first { margin-top: -30px; }
#main-content-wrapper .block-last { margin-bottom: -60px; }

/* Clear a floated block (image align left/right) */
.block-clear:after {
    display: block;
    clear: both;
    content: ""
}


/* == Block: Columns  == */
/* (Match with Bootstrap styling) */
#wrapper .wp-block-columns:not(.alignfull) {
	margin: 0em -15px;
}
#wrapper .wp-block-columns.no-gutters {
	margin: 0;
	gap: 0;
}
#wrapper .wp-block-columns.no-gutters.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
#wrapper .wp-block-column {
	margin: 0;
	padding: 0 15px;
}

#wrapper .wp-block-columns.no-gutters .wp-block-columns,
#wrapper .wp-block-columns.no-gutters .wp-block-column {
	padding: 0;
	margin: 0;
}

/* Reset legacy Gutenberg columns with Bootstrap classes on mobile */
@media( max-width: 600px ) {
	.wp-block-columns.has-2-columns .wp-block-column[class*="col-"],
	.wp-block-columns.has-3-columns .wp-block-column[class*="col-"],
	.wp-block-columns.has-4-columns .wp-block-column[class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/* == Block: Quote == */
.wp-block-quote { font-style: italic; }
.wp-block-quote p:last-of-type {  margin-bottom: 0; }
.wp-block-quote p:before { content: "\201C" }
.wp-block-quote p:after { content: "\201D" }
.wp-block-quote cite:before { content: '\2014 \00A0'; }
.wp-block-quote cite { text-transform: uppercase; font-weight: 700; }
.wp-block-quote.is-style-large p { font-family: "Libre Baskerville","Baskerville",Arial,sans-serif; font-size: 2rem; }
.wp-block-quote.is-style-large cite { font-size: 0.875rem; }
.wp-block-pullquote.alignleft { margin-right: 3em; }
.wp-block-pullquote.alignright { margin-left: 3em; }


/* == Block: Gallery == */


/* == Block: Media & Text == */
.wp-block-media-text {
	margin-bottom: 2rem;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 30px;
}
@media (max-width: 599px ) {
	.wp-block-media-text:not(.alignfull) .wp-block-media-text__content {
		padding: 30px 0;
	}
}
@media ( min-width: 600px ) {
	.wp-block-media-text.alignfull .wp-block-media-text__media {
		padding: 0;
		height: 100%;
	}
	.wp-block-media-text.alignfull .wp-block-media-text__media img {
		height: 100%;
		object-fit: cover;
	}
}


/* == Block: Cover == */
.wp-block-cover.alignfull {
	margin-bottom: 0;
}


/* == Block: Embed == */
/* override the implementation of the classic editor oembed */
.wp-embed-responsive .wp-block-embed .bne-video-wrapper { position: static; }
.wp-embed-responsive .wp-block-embed .video-inner { padding: 0; height: auto; }


/* == Block: Separator == */
.wp-block-separator.is-style-shadow {
    /*margin: 30px auto; */
    overflow: visible;
    position:relative;
	width: 100% !important;
    max-width: 100% !important;
    height: 1px;
    background: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
    background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    background: linear-gradient(left, rgba(150, 150, 150, 0) 0, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
    border: 0;
}
.wp-block-separator.is-style-shadow:after {
    content: '';
    height: 6px;
    width: 100%;
    background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 65%);
    background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 65%);
    display: block;
}

/* == Block: Separator == */
.wp-block-separator {
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/* == Block: Spacer == */
@media( max-width: 1000px ) {
	 .wp-block-spacer.is-style-responsive-large {
		  height: 100px !important;
	 }
	 .wp-block-spacer.is-style-responsive-medium {
		  height: 60px !important;
	 }
	 .wp-block-spacer.is-style-responsive-small {
		  height: 30px !important;
	 } 
}

@media( max-width: 600px ) {
	 .wp-block-spacer.is-style-responsive-large {
		  height: 60px !important;
	 }
	 .wp-block-spacer.is-style-responsive-medium {
		  height: 40px !important;
	 }
	 .wp-block-spacer.is-style-responsive-small {
		  height: 20px !important;
	 } 
}



/* ===========================================================
 *	BNE Dark Theme Base
 * ======================================================== */


.bne-dark-theme .site-title,
.bne-dark-theme .site-description {
	color: #fff;
}

.bne-dark-theme #sticky-header {
	background-color: var(--theme-dark-base);
}
.bne-dark-theme #sticky-header #primary-menu > li > a {
	color: #fff;
}
.bne-dark-theme #sticky-header #primary-menu > li > a:hover, 
.bne-dark-theme #sticky-header #primary-menu > li.active > a, 
.bne-dark-theme #sticky-header #primary-menu > li.sfHover > a {
	background-color: var(--theme-dark-base-secondary);
}

.bne-dark-theme .pretty, 
.bne-dark-theme .gallery img, 
.bne-dark-theme img.is-style-pretty, 
.bne-dark-theme .wp-block-image.is-style-pretty img, 
.bne-dark-theme .wp-block-gallery.is-style-pretty figure, 
.bne-dark-theme .wp-block-media-text.is-style-pretty .wp-block-media-text__media img, 
.bne-dark-theme .is-style-pretty iframe {
	background: var(--theme-dark-base);
	border: none;
	box-shadow: none;
}

.bne-dark-theme #comments .comment-body .comment-metadata {
	color: inherit;
}
.bne-dark-theme .tagcloud a, 
.bne-dark-theme .bne-tags a {
	background: var(--theme-dark-base);
}
.bne-dark-theme .btn-share {
	background: var(--theme-dark-base);
	color: #fff;
	border-color: var(--theme-dark-base-secondary);
}
.bne-dark-theme .comments-header {
	border: none;
}


.bne-dark-theme .page-link {
	background-color: var(--theme-dark-base);
	border-color: var(--theme-dark-base-secondary);;
}
.bne-dark-theme .page-link:hover {
	background-color: var(--theme-dark-base-secondary);

}


/* == BNE blocks == */
.bne-dark-theme .wp-block-bne-alert.bne-alert {
	background-color: var(--theme-dark-base);
}

.bne-dark-theme .wp-block-bne-callout.bne-callout {
	border: none;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0, 0.2);
}
.bne-dark-theme .wp-block-bne-callout.bne-callout .callout-content {
	background-color: var(--theme-dark-base);
	border: none;
}

.bne-dark-theme .card,
.bne-dark-theme .bne-card {
	background-color: var(--theme-dark-base);
}


.bne-dark-theme .wp-block-bne-progress-bar.has-percent-outside .percent {
	color: #fff;
}

.bne-dark-theme .modal-title,
.bne-dark-theme .modal-body > p,
.bne-dark-theme .modal-body > h1,
.bne-dark-theme .modal-body > h2,
.bne-dark-theme .modal-body > h3,
.bne-dark-theme .modal-body > h4 {
	color: var(--theme-dark-base-secondary);
}


/* == WP blocks == */
.bne-dark-theme pre,
.bne-dark-theme code,
.bne-dark-theme .wp-block-code {
	color: #fff;
}

.bne-dark-theme table,
.bne-dark-theme .table {
	color: inherit;
	background-color: var(--theme-dark-base);
}

.bne-dark-theme thead {
	color: #fff;
}

.bne-dark-theme .wp-block-table thead th,
.bne-dark-theme .wp-block-table thead, 
.bne-dark-theme .wp-block-table tfoot,
.bne-dark-theme .wp-block-table tbody td {
	border-color: var(--theme-dark-base-secondary);
}

.bne-dark-theme .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: var(--theme-dark-base-secondary);
}


.bne-dark-theme .wp-block-quote {
	border-left-color: var(--theme-dark-base-secondary);
}
.bne-dark-theme .wp-block-quote__citation, 
.bne-dark-theme .wp-block-quote cite, 
.bne-dark-theme .wp-block-quote footer {
	color: #fff;
}

/* == Forms == */
/* uses a different class added manually to the form */
.bne-dark-form input[type="text"], 
.bne-dark-form input[type="password"], 
.bne-dark-form input[type="email"], 
.bne-dark-form input[type="file"],
.bne-dark-form input[type="url"], 
.bne-dark-form input[type="tel"], 
.bne-dark-form input[type="number"], 
.bne-dark-form input[type="date"],
.bne-dark-form input[type="time"], 
.bne-dark-form input[type="datetime"], 
.bne-dark-form input[type="datetime-local"], 
.bne-dark-form input[type="month"], 
.bne-dark-form textarea, 
.bne-dark-form select {
	background: var(--theme-dark-base);
	border-color: var(--theme-dark-base-secondary);
	color: #fff;
}

.bne-dark-form input[type="text"]:focus, 
.bne-dark-form input[type="password"]:focus, 
.bne-dark-form input[type="email"]:focus, 
.bne-dark-form input[type="url"]:focus, 
.bne-dark-form input[type="tel"]:focus, 
.bne-dark-form input[type="number"]:focus, 
.bne-dark-form input[type="date"]:focus, 
.bne-dark-form input[type="time"]:focus, 
.bne-dark-form input[type="datetime"]:focus, 
.bne-dark-form input[type="datetime-local"]:focus, 
.bne-dark-form input[type="month"]:focus, 
.bne-dark-form textarea:focus, 
.bne-dark-form .form-control:focus {
	background: var(--theme-dark-base);
	color: #fff;
}



/* ===========================================================
 *	3rd Party Blocks
 * ======================================================== */

/* == GhostKit == */

/* GhostKit Add-on: Advanced WordPress Backgrounds */
.header_sidebar_layout.sidebar-layout-no-sidebar .nk-awb.alignfull,
.nk-awb.alignfull {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.wp-block-nk-awb.nk-awb.alignfull > *:not(.nk-awb-wrap) {
	max-width: var(--theme-content-width);
	margin-left: auto;
	margin-right: auto;
}
.ghostkit-grid.alignfull .ghostkit-col-12 .ghostkit-col-content {
	max-width: var(--theme-content-width);
	margin: 0 auto;
}

/* 
 * 	Column Backgrounds Setting  (full width bg)
 * 	If a background is set to a column and using the full width bg option,
 * 	then adjust the position to extend outside the theme containers.
*/
.nk-awb.alignfull > .nk-awb-wrap {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.boxed_layout .nk-awb.alignfull > .nk-awb-wrap {
	margin-left: -15px;
	margin-right: -15px;
}
.boxed_layout .ghostkit-grid-with-bg.ghostkit-grid-gap-md > .nk-awb {
	left: 0;
	right: 0;
}

@media( min-width: 768px ) {
	/* 6/6 */
	.ghostkit-grid .ghostkit-col.ghostkit-col-6:nth-child(1) .nk-awb.alignfull > .nk-awb-wrap {
		margin-right: 0 !important;
	}
	.ghostkit-grid .ghostkit-col.ghostkit-col-6:nth-child(2) .nk-awb.alignfull > .nk-awb-wrap {
		margin-left: 0 !important;
	}
	/* 4/4/4 */
	.ghostkit-grid .ghostkit-col.ghostkit-col-4:nth-child(1) .nk-awb.alignfull > .nk-awb-wrap {
		margin-right: 0 !important;
	}
	.ghostkit-grid .ghostkit-col.ghostkit-col-4:nth-child(2) .nk-awb.alignfull > .nk-awb-wrap {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.ghostkit-grid .ghostkit-col.ghostkit-col-4:nth-child(3) .nk-awb.alignfull > .nk-awb-wrap {
		margin-left: 0 !important;
	}
}

/* Icon Box */
.ghostkit-icon-box { border: none; }