/*!
Theme Name: St. Patrick's Day Dash
Theme URI:
Author: STEAM HOSTING
Author URI: https://steamwebhosting.com
Description: Lightning fast responsive theme built with BootStrap 4.
Version: 12132021
License:
License URI:
*/

/* VARIABLES */
	:root {
		--allEase:all .3s ease;
		--colorBase:#000000;
		--colorPop:#62af31;
		--colorPrimary:#145629;
		--colorSecondary:#c17422;
		--colorTertiary:#AED9DA;
		--colorFizzEvents:#78b52e;
		--fontPrimary:'Montserrat', Arial, Helvetica, sans-serif;
		--fontSecondary:'dumbledor_1regular', Palatino, 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
	}

/* GLOBAL */
	html {/*scroll-behavior:smooth;*/box-sizing:border-box;font-size:17px;}
	* { -moz-osx-font-smoothing:grayscale; *-webkit-font-smoothing:antialiased; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;font-variant-numeric:lining-nums;-webkit-font-feature-settings:"lnum";-moz-font-feature-settings:"lnum";-ms-font-feature-settings:"lnum";-o-font-feature-settings:"lnum";font-feature-settings:"lnum";}
	*:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	:focus {outline:none !important;}
	a { color:var(--colorPrimary);cursor:pointer;}
	a,a img { outline:none;}
	a:hover { text-decoration:none;}
	a[href^="tel"] {white-space:nowrap;text-decoration:none;}
	a#top { display:block; content:" "; margin-top:-124px; height:124px; visibility:hidden;}
	body {margin:0px;padding:0px;background:var(--colorBase) !important;font-family:var(--fontPrimary) !important;color:var(--colorBase);font-weight:400;font-size:1em;line-height:1.5;overflow-x:hidden !important;}
	body.isScrolled .backToTopButton {display:inline-block;opacity:1;transition:all .3s ease;}
	h1, h2, h3, h4, h5, h6 {font-family:var(--fontPrimary);margin:2.75rem 0 1.05rem;line-height:1.15;}
	h1 {font-size: 3.052em;font-weight:600;margin-top:0;margin-bottom:15px;}
	h2 {font-size: 2.441em;font-weight:400;margin-top:0px;}
	h3 {font-size: 1.953em;font-weight:400;}
	h4 {font-size: 1.563em;}
	h4 + ul {margin-top:15px;}
	h5 {font-size: 1.25em;}	
	img {vertical-align:middle;}
	img,figure,figcaption,picture,video,audio,svg {max-width:100%;height:auto;}
	main {background:#000 url(img/bg01-b.png) repeat fixed center center;}
	main a {color:var(--colorPrimary);text-decoration:underline;}
	p { line-height:1.5; margin-top:0px;}
	p:empty {display:none;}
	p + ul {margin-top: -5px;}
	picture {display:inline-block;}
	small {font-size:0.8em;}
	sup {vertical-align:super !important;font-size:45% !important;top:0px !important;}
	table {margin-bottom:15px;}
	table tr td:first-child {padding-right:10px;text-align:left;}
	table tr td:last-child {padding-left:10px;}
	ul.checked {list-style: none;padding-left:0px;}
	ul.checked li {margin-left:25px;}
	ul.checked li::before {font-family:'Font Awesome 5 Pro';content:'\f00c';font-weight:400;vertical-align:top;display: inline-block;margin-left:-25px;width: 25px;}
	ul.checkedNew {list-style:none;padding-left:0px;}
	ul.checkedNew li {margin-left:30px;margin-bottom:6px;width:calc(100% - 37px);}
	ul.checkedNew li::before {content:'';vertical-align:top;background:url(img/icon-check.svg) no-repeat scroll center center;background-size:contain;display:inline-block;width:23px;height:26px;margin-left:-30px;margin-right:7px;}
	.alignleft { float:left; margin:0px 20px 20px 0px;}
	.alignright { float:right; margin:0px 0px 20px 20px;}
	.anchor { display:block; content:" ";scroll-margin-top: 5rem;margin-top:-124px; height:124px; visibility:hidden; position:absolute; z-index:-1;}
	.backToTopButton {display:none;position:fixed; bottom:50px; right:10px; z-index:997; border-radius:100%; padding:7px 0px; background:var(--colorPop); color:#ffffff !important; text-decoration:none !important; font-size:20px; line-height:1; width:36px; height:36px; text-align:center;opacity:0;transition:all .3s ease;}
	.backToTopButton:hover { text-decoration:none !important;}
	.bigrowcontent {width:100%;}
	.boxShadow1 {box-shadow:0 1px 1px 1px rgba(0,0,0,0.07), 0 3px 4px -1px rgba(0,0,0,0.07), 0 4px 9px 2px rgba(0,0,0,0.07);}
	.boxShadow2 {box-shadow:0 2px 4px 2px rgba(0,0,0,0.07), 0 8px 8px -1px rgba(0,0,0,0.07), 0 14px 28px 3px rgba(0,0,0,0.07);}
	.boxShadow3 {box-shadow:0 4px 8px 4px rgba(0,0,0,0.07), 0 16px 16px -2px rgba(0,0,0,0.07), 0 32px 64px 5px rgba(0,0,0,0.07);}
	.breadcrumbs { font-size:.8em; padding:12px 0px 8px 0px;}
	.breadcrumbs a {color:var(--colorPop);text-decoration:underline;}
	.buffer {display:block;height:15px;}
	.clear::after {content:"";display:table;clear:both;}
	.caption, figcaption {font-size:12px;display:block;text-align:center;padding:8px 0px 12px 0px;}
	.container {padding-left:20px !important;padding-right:20px !important;}
	.container.container-smooth { width:1300px; max-width:100%;}
	.cv-auto {content-visibility: auto;}
	.divider { height:1px; border-top:solid 1px rgba(0,0,0,.1); display:block; clear:both; margin:30px auto;}
	.font2 {font-family:var(--fontSecondary);}
	.infoBox {font-size:.85em;background:rgba(0,0,0,.1);border-radius:8px;margin-bottom:20px;padding:20px;}
	.infoBox h4 {font-size:1.4em;margin-top:0px;}
	.itemListing { margin-bottom:10px; padding-bottom:10px; border-bottom:dotted 1px #dddddd;}
	.itemListing:last-child { border-bottom:none !important;}
	.nooverflow {overflow:hidden !important;}
	.nooverflow-x {overflow-x:hidden !important;}
	.nooverflow-y {overflow-y:hidden !important;}
	.padbtm {padding-bottom:25px;}
	.pageBreak { display:none;}
	.pageEditLink { font-size:12px; padding:10px 0px; border-top:dotted 1px #dddddd;}
	.pageEditLink a { padding:0px 10px 0px 0px;}
	.pageEditLink a:last-child { padding-right:0px;}
	.phoneNumber { display:inline-block;}
	.photoBorder {border:solid 2px #dddddd;padding:1px;}
	.ratio1x1 {display:block;padding-top:100%;width:100%; /* 1:1 Aspect Ratio */}
	.ratio16x9 {display:block;padding-top:56.25%;width:100%; /* 16:9 Aspect Ratio */}
	.ratio4x3 {display:block;padding-top:75%;width:100%; /* 4:3 Aspect Ratio */}
	.ratio3x2 {display:block;padding-top:66.66%;width:100%; /* 3:2 Aspect Ratio */}
	.ratio8x5 {display:block;padding-top:62.5%;width:100%; /* 8:5 Aspect Ratio */}
	.row:before, .row:after {display: inline-block !important;/* Safari > 7 Fix */}
	.search-highlight {font-weight:bold;}
	.searchResultsUrl { text-overflow:ellipsis !important; font-size:12px; padding:3px 0px 6px 0px; overflow-x:hidden;}
	.searchResultsUrl a { color:#999999;}
	.smallText { font-size:12px;}
	.sticky-top {z-index:97;}
	.teamMemberItem { border-bottom:solid 1px rgba(0, 0, 0, 0.1); padding-bottom:15px; margin-bottom:25px;}
	.teamMemberItemPhoto {padding-bottom:10px;}
	.w-100 {width:100%;}
	@media screen and (min-width:992px) {
		.border-lg-right {padding-right:30px;border-right:solid 1px rgba(0,0,0,.1);}
		.border-lg-right + div {padding-left:30px;}
	}
	@media screen and (max-width:991px) {
		body.noScroll {overflow:hidden;}
	}
	@media screen and (min-width:768px) {
		a[href^="tel"] {text-decoration:none !important;/*pointer-events:none;*/}
		.border-md-right {padding-right:30px;border-right:solid 1px rgba(0,0,0,.1);}
		.border-md-right + div {padding-left:30px;}
	}
	@media screen and (max-width:767px) {
		a[href^="tel"] {pointer-events:auto;}
		h1 {font-size: 2.441em !important;}
		h2 {font-size: 1.953em !important;}
		h3 {font-size: 1.563em !important;}
		h4 {font-size: 1.25em !important;}
		h5 {font-size: 1.25em !important;}	
		.alignleft, .alignright { margin:0px 0px 15px 0px !important; float:none !important; display:block !important; clear:both !important;}
		.backToTopButton {display:none !important;}
	}

/* COLORS */
	.bgAlt,.has-theme-alt-background-color {background-color:#fafafa;}
	.bgBase {background-color:var(--colorBase);}
	.bgCover {background-position:center center;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;}
	.bgPop {background-color:var(--colorPop);}
	.bgPrimary {background-color:var(--colorPrimary);color:#fff;}
	.bgSecondary {background-color:var(--colorSecondary);color:#fff;}
	.bgTertiary {background-color:var(--colorTertiary);color:var(--colorPrimary);}
	.bgWhite {background-color:#fff;}
	.colorBase {color:var(--colorBase);}
	.colorPop,.has-theme-pop-color.has-text-color {color:var(--colorPop);}
	.colorPrimary,.has-theme-primary-color.has-text-color {color:var(--colorPrimary);}
	.colorSecondary,.has-theme-secondary-color.has-text-color {color:var(--colorSecondary);}
	.colorTertiary.has-theme-tertiary-color.has-text-color {color:var(--colorTertiary);}
	.colorWhite {color:#fff;}

/* BUTTONS */
	.btn {display:inline-block;font-size:.9em !important;font-weight:700 !important;border-radius:0px !important;border:none !important;padding:12px 20px 12px 20px !important;text-align:center;outline:none;white-space:normal;text-transform:uppercase;line-height:1.2;text-decoration:none !important;}
	.btn-callout {background:var(--colorPrimary);color:#ffffff;}
	.btn-callout:hover {background:var(--colorPrimary);color:#ffffff;}
	.btn-default { background-image:linear-gradient(#01743D 50%,#025326 50%) !important;color:#ffffff !important;background-size:100% 100%;transition:all .3s ease}
	.btn-default:hover {background-image:linear-gradient(#01743D 50%,#025326 50%) !important;background-size:100% 175%;color:#ffffff !important;transition:all .3s ease}
	.btn-pop {border:solid 2px transparent !important;background:var(--colorPop);color:#fff;}
	.btn-pop:hover {background:var(--colorSecondary);color:#ffffff;}
	.btn-secondary { background:var(--colorSecondary) !important;color:#ffffff !important;}
	.btn-secondary:hover { background:var(--colorPrimary) !important;color:#ffffff !important;}
	.btn-lg {font-size:1.25rem !important;}

/* GALLERY SLIDER */
	.gallerySlider img {display:block !important;}
	.gallerySlider button {background:none !important;color:#fff !important;font-size:42px !important;width:42px !important;line-height:1 !important;}
	.gallerySlider .owl-nav {padding-top:20px;}

/* GUTENBERG */
	p.has-small-font-size{line-height:1.4!important}
	.wp-block-group.alignfull .wp-block-group__inner-container,
	.wp-block-columns,.wp-block-image {margin-bottom:unset;}
	.wp-block-cover.alignfull .wp-block-group__inner-container{width:1460px;max-width:100%;margin-left:auto;margin-right:auto}
	.wp-block-group.alignwide{width:1300px;margin-left:auto;margin-right:auto;max-width:100%;padding-left:20px;padding-right:20px}
	.wp-block-group.alignfull,.wp-block-cover.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
	.has-small-font-size{font-size:15px!important}
	.wp-block-audio audio{width:100%!important;min-width:100%!important;height:42px!important;max-width:100%!important}
	.wp-block-image.shadow.shadow {box-shadow:none !important;}
	.wp-block-image.shadow img {box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}

/* GLOBAL NOTICE */
	#GlobalNotice {background: var(--colorSecondary);padding: 10px;color: #fff;font-weight:600;}
	@media screen and (min-width:768px) {
		#GlobalNotice {font-size:.9em;}
	}
	@media screen and (max-width:767px) {
		#GlobalNotice {font-size:.65em;}
	}

/* HEADER */
	body.isScrolled .headerWrap {box-shadow:0px 3px 6px rgba(0,0,0,.16);}
	.headerEventDate {font-weight:700;color:var(--colorSecondary);text-transform:uppercase;font-size:1.412em;}
	.headerWrap {top:0px; left:0px;background:#000; width:100%;top:0px;transition:top .6s ease;}
	.headerWrap .mobileMenuToggle {color:var(--colorPop) !important;font-size:28px;text-decoration:none !important;}
	.headerWrap .mobileMenuToggle i {vertical-align:middle;}
	/*
	.headerWrap.nav-up {top:-160px !important;transition:all .6s ease;}
	*/
	.headerWrap-headerLogo img {transition:all .3s ease;}
	.headerWrap-headerLogo a {display:inline-block;}
	@media screen and (max-width:782px) {
		body.admin-bar .headerWrap {top:45px !important;}		
	}
	@media (min-width:768px) {
		body.isScrolled .headerWrap-headerLogo img {width:300px;transition:all .3s ease;}
	}
	@media screen and (max-width:767px) {
		.headerAction a.btn.btn-secondary {padding:6px 10px !important;font-size:.8em !important;}		
		.headerWrap {border-bottom:solid 1px rgba(255,255,255,.2);}
		.headerWrap .btn.btn-default {font-size:.8em;padding:12px 12px 12px 12px;}
		.headerWrap-headerLogo img {width:170px;transition:all .3s ease;}
	}

/* MAIN NAVIGATION */
	li.dropdown:hover ul.dropdown-menu { display:block;}
	#main-nav > ul > li {border-left:none !important;}
	#main-nav > ul > li.current-menu-item > a,#main-nav > ul > li.current_page_parent > a {background:var(--colorSecondary);color:#fff;}
	#main-nav > ul > li.menu-item-has-children.current-menu-item > a.highlighted {}
	#main-nav > ul > li.menu-item-has-children > a {}
	#main-nav > ul > li > a {font-weight:600;font-size:0.941em;text-transform:uppercase;padding:13px 15px !important;color:#fff;}
	#main-nav > ul > li > a:hover, #main-nav > ul > li > a.highlighted {background:rgba(0,0,0,.03) !important;}
	#main-nav > ul > li.menu-item-has-children > a::after {font-family:'Font Awesome 5 Pro';content:'\f078';font-weight:400;display:inline-block;font-size:.7em;padding-left:6px;}
	#main-nav ul ul li.menu-item-has-children > a::after {font-family:'Font Awesome 5 Pro';content:'\f054';font-weight:400;display:inline-block;font-size:.7em;padding-left:6px;float:right;}
	#main-nav span.sub-arrow {display:none !important;}
	#main-nav > ul ul a {font-size:14px;}
	#main-nav > ul ul {box-shadow:0 3px 6px rgba(0, 0, 0, 0.3);border:none;}
	.dropdown-menu { margin:0px 0px 0px 0px !important;}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background:none !important; color:#000000 !important;}
	.headerWrap-mainNavigation {}
	.mainNavWrap {background:var(--colorPop);}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color:transparent; border:none;}
	.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas { z-index:100000 !important;}
	@media (max-width:1086px) {
		#main-nav > ul > li > a {font-size:0.8em;}
	}

/* PAGE SUBNAV */
    #pageSubnav {z-index:98;height:42px;overflow-y:hidden;border-bottom:solid 1px rgba(0,0,0,.1);}
    .pageSubnavInner {padding:8px 0px 10px 0px;white-space:nowrap;overflow-x:auto;}
    @media screen and (min-width:768px) {
		#pageSubnav {top:120px;}
	    #pageSubnav a {font-size:.8em;}
    }
    @media screen and (min-width:783px) {
		body.admin-bar #pageSubnav {top:154px !important;}
    }
    @media screen and (min-width:768px) and (max-width:782px) {
		body.admin-bar #pageSubnav {top:170px !important;}
    }
    @media screen and (max-width:767px) {
		body.admin-bar #pageSubnav {top:118px !important;}
		#pageSubnav {top:76px;}
    	#pageSubnav a {font-size:.75em;}
    }

/* HERO & SUBPAGE HERO */
	.heroWrap {background:url(img/bghero.jpg) no-repeat scroll center center;background-size:cover;}
	.heroWrapOverlay {background:rgba(0,0,0,.6);}
	.heroWrapContent h2 {color:#fff;text-transform:uppercase;font-weight:700;}
	.heroWrapContent h3 {color:#fff;text-transform:uppercase;font-weight:400;}
	.subpageHeroWrap h1 {text-transform:uppercase;color:#fff;font-weight:700 !important;line-height:1;}
	.subpageHeroWrap {background-image:url(img/bgsphero.jpg);}
	.subpageHeroWrapOverlay {background:rgba(0,0,0,.45);}
	@media screen and (min-width:768px) {
		.heroWrapContent h2 {font-size:2.7em !important;}
		.heroWrapContent h3 {font-size:1.4em !important;}
	}
	@media screen and (max-width:767px) {
		.heroWrapContent h2 {font-size:1.5em !important;}
		.heroWrapContent h3 {font-size:1em !important;}
	}

/* HOME PAGE */
	.homeIntro h1 {font-size:3em;font-weight:700 !important;line-height:1;}
	.homeIntro h1 .homeIntroHead {font-size:.5em;font-weight:700;display:block;clear:both;}
	@media screen and (max-width:767px) {
		.homeTestimonialBody { font-size:15px !important;}
		.homeTestimonialByline { font-size:13px !important;}
	}

/* CONTACT BAR */
	.contactWrap {}
	.contactWrap h4 {color:var(--colorPop);text-transform:uppercase;font-size:.85em;letter-spacing:.1em;}
	.contactWrapSocial {padding:20px 0px;}
	.contactWrapSocial a { display:inline-block; font-size:2em; line-height:normal; vertical-align:middle; text-decoration:none !important; margin:0px 4px;color:var(--colorPrimary);transform:scale(1);transition:transform .3s ease;}
	.contactWrapSocial a:hover {text-shadow:0px 0px 1px rgba(255,255,255,.8),0px 0px 15px rgba(255,255,255,.6);transform:scale(1.1);transition:transform .3s ease;}
	@media screen and (max-width:767px) {
		.contactWrap { font-size:15px; padding-bottom:15px;}
	}

/* FOOTER */
	.footerLinks a {padding-right:6px;}
	.footerWrap {font-size:.75em; padding:15px 0px; border-top:solid 1px rgba(0, 0, 0, 0.05);color:#fff;}
	.footerWrapCopyright a {color:rgba(255,255,255,.5);text-decoration:underline;}
	.footerWrapCredits { text-align:right;}
	.footerWrapCredits a { text-decoration:none;}
	@media screen and (max-width:767px) {
		.footerLinks {display:block;padding:10px 0px;}
		.footerWrap {padding:15px 0px 90px 0px;}
		.footerWrap-contact { font-size:15px; padding-bottom:15px;}
	}

/* MOBILE NAVIGATION */
	#mobileMenu {backdrop-filter:blur(3px);background:rgba(0,0,0,.9);position:fixed;top:0px;bottom:0px;overflow-y:auto;box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2) !important;}
	#mobileMenu a {text-decoration:none !important;}
	#mobileMenu h5 {color:#fff;font-size:.8em;text-transform:uppercase;letter-spacing:1px;font-weight:600;}
	#mobileMenu .mobileMenu { padding:0px 0px 10px 0px;}
	#mobileMenu .mobileMenu a { text-decoration:none !important;}
	#mobileMenu .mobileMenu ul { list-style:none; padding:0px !important; margin:0px;}
	#mobileMenu .mobileMenu ul li { padding:0px; margin:0px;}
	#mobileMenu .mobileMenu ul li:last-child a { border-bottom:none;}
	#mobileMenu .mobileMenu ul li ul {display:none;}
	#mobileMenu .mobileMenu ul li ul li { margin:0px; padding:0px;}
	#mobileMenu .mobileMenu ul li ul li a { background:rgba(255, 255, 255, 0.05); font-size:17px;font-weight:300; display:block; color:#ffffff; margin-bottom:1px; padding:8px 6px;}
	#mobileMenu .mobileMenu ul li ul li ul li a {background:rgba(255,255,255,.15);}
	#mobileMenu .mobileMenu > ul > li {position:relative;display:block;width:100%;}
	#mobileMenu .mobileMenu > ul > li.menu-item-has-children a {position:relative;z-index:9;}
	#mobileMenu .mobileMenu > ul > li.menu-item-has-children span.showSubmenu {position:absolute;z-index:10;top:0px;right:0px;cursor:pointer;display:inline-block;padding:16px 16px 16px 16px;}
	#mobileMenu .mobileMenu > ul > li.menu-item-has-children span.showSubmenu::after {font-family:'Font Awesome 5 Pro';content:'\f107';font-weight:400;font-size:.9em;color:#fff;}
	#mobileMenu .mobileMenu ul li ul li a::before {font-family:'Font Awesome 5 Pro';content:'\f105';font-weight:400;font-size:.9em;color:#fff;display:inline-block; padding-right:6px;}
	#mobileMenu .mobileMenu > ul > li > a { font-size:20px;font-weight:300; display:block; color:#ffffff !important; border-bottom:solid 1px rgba(255, 255, 255, 0.15); padding:11px 0px;}
	#mobileMenu .mobileMenu > ul > li > a span { float:right;}
	#mobileMenu .mobileMenu > ul > li ul { display:none; list-style:none; margin:0px; padding:0px;}
	#mobileMenu .mobileMenu .nav>li>a:hover, .nav>li>a:focus {outline:none !important;}
	#mobileMenu .mobileMenuAppointments {margin-bottom:10px;}
	#mobileMenu .mobileMenuAppointments .btn.btn-default {font-size:.75em;border:solid 1px rgba(255,255,255,.2) !important;box-shadow:0px 3px 6px rgba(0,0,0,.16);}
	#mobileMenu .mobileMenuClose {display:block;}
	#mobileMenu .mobileMenuClose i {color:#fff !important;font-size:24px;padding:3px 8px;}
	#mobileMenu .mobileMenuCloseTop {padding:20px 0px 0px 0px;}
	#mobileMenu .mobileMenuSearch button {margin-right:-50px;transition:margin-right .3s ease;display:inline-block;text-align:center;border:none;outline:none;background:none;float:right;}
	#mobileMenu .mobileMenuSearch button.active {margin-right:0px;transition:margin-right .3s ease;}
	#mobileMenu .mobileMenuSearch form {border-radius:30px;overflow:hidden;background:#ffffff; padding:5px 15px;box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1);}
	#mobileMenu .mobileMenuSearch input {border:none; outline:none;font-size:14px; padding:5px 0px;width:100%;}
	#mobileMenu .mobileMenuSection {padding:20px 0px 10px 0px;margin:10px 0px 0px 0px;border-top:dashed 1px rgba(255,255,255,.25);}
	#mobileMenu .mobileMenuSocial {text-align:center;margin:10px 0px 5px 0px;}
	#mobileMenu .mobileMenuSocial a {color:rgba(255,255,255,.9) !important;font-size:24px;display:inline-block;margin:5px 7px;text-shadow:1px 1px 0px rgba(0,0,0,.4);}
	@media screen and (min-width:768px) {
		body.admin-bar #mobileMenu {z-index:100000 !important;}
		#mobileMenu {z-index:1021;width:320px;left:auto;right:-340px;transition:right .6s ease;padding:0px 15px 60px 15px;box-shadow:-5px 0px 20px rgba(0,0,0,0.4) !important;}
		#mobileMenu.isOpen {right:0px;transition:right .6s ease;}
	}
	@media screen and (max-width:767px) {	
		body.admin-bar #mobileMenu {padding:60px 15px 60px 15px !important;}
		#mobileMenu {display:none;z-index:1021;width:100%;right:0px;left:0px;padding:40px 15px 60px 15px;}
		#mobileMenu.isOpen {display:block;}
	}

/* MOBILE FOOTER */
	html .mobileNavigation a.active,
	html .mobileNavigation a.is-active  {border-top:solid 3px var(--colorPop) !important;border-color:var(--colorPop) !important;color:var(--colorPop) !important;}
	#mobileNavigation2 {position:fixed;z-index:99999999;bottom:0px;left:0px;right:0px;background:#000;height:58px;border-radius:0px;border-top:solid 1px rgba(255,255,255,.2);overflow:hidden;}
	.mobileNavigation a {position:relative;border-top:solid 3px rgba(20,147,129,0);border-bottom:solid 3px transparent;color:var(--colorPop) !important;font-size:22px;padding:5px 15px 11px 15px;height:60px;display:block;text-align:center;text-decoration:none !important;transition:color .3s ease;}
	.mobileNavigation a:hover {color:inherit;}
	.mobileNavigation a span {color:#fff !important;font-size: 10px;bottom: 2px;position: absolute;left: 50%;transform: translateX(-50%);}

/* BLOG */
	h3.blogPostTitle {line-height:1.3;}
	.author-description {font-size:.85em;}
	.author-info {}
	.author-photo img {margin-bottom:20px;}
	.author-title {font-size:1.2em;}
	.blogListingItem {border-bottom:solid 1px #dddddd;padding-bottom:30px;margin-bottom:30px;}
	.blogPagination ul {margin:0px 0px 10px 0px;padding:0px;font-size:.75em;}
	.blogPagination li {display:inline-block;overflow:hidden;border-radius:4px;border:solid 1px #dddddd !important;}
	.blogPagination li.active a,.blogPagination li.active a:hover {background-color:var(--colorPop);color:#ffffff;}
	.blogPagination li a {display:block;color:#3d3d3d;text-decoration:none;cursor:pointer;padding:6px 10px;overflow:hidden;background:#ffffff;}
	.blogPagination li a:hover {background:#eeeeee;color:#3d3d3d;}
	.blogPagination li.noBorder {border:none !important;}
	.blogPostDate {padding-bottom:10px;line-height:1.2 !important;clear:both;}
	.blogPostDate img {float:left;margin:0px 10px 0px 0px;width:42px;height:auto;border-radius:100%;}
	.blogPostInner {padding:20px;background:#ffffff;margin-bottom:2px;box-shadow:0px 3px 3px rgba(0,0,0,.2);}
	.newsItem { margin-bottom:25px;}
	.newsItem-inner img { width:100%; margin-bottom:6px;}
	@media screen and (max-width:576px) {
		.blogPagination li:not(.prevLink):not(.nextLink) {display:none;}
	}

/* MODALS */
	#searchformModalKeywords,#searchformModalKeywords:focus {border:solid 1px #cccccc !important;border-color:#cccccc !important;padding:8px 10px;width:100%;}
	.modal {z-index:999999991 !important;}
	.modal-content {border-radius:0px !important;background-color:transparent !important;/*box-shadow:0px 0px 200px rgba(0,0,0,.2);*/border:none !important;}
	.modal-backdrop {background:#fff;z-index:99999999 !important;pointer-events:none !important;}
	.modal-backdrop.in {opacity:.65;}
	.modal-backdrop.show {opacity:1;}
	.modal-header {border-bottom:1px solid rgba(0,0,0,.1) !important;}
	.modal-title {font-size:28px;font-weight:600 !important;text-shadow:1px 1px 0px #fff;}
	.modal-content .btn.btn-default {display:inline-block !important;width:auto;}

/* SIDEBAR */
	h4.widget-title {font-size:1.1em; margin-top:0px; margin-bottom:6px; font-weight:700;}
	#secondary {font-size:.8em;}
	#secondary aside { border-bottom:dotted 1px #dddddd; padding:0px 0px 20px 0px; margin:0px 0px 20px 0px;}
	#secondary aside:last-child { border-bottom:none;}
	#secondary aside ul { padding:0px 0px 0px 18px; margin:0px;}
	#secondary aside .btn {font-size:15px;}
	@media screen and (max-width:767px) {
		#secondary { padding-left:0px;}
	}

/* LAZY LOADING YOUTUBE VIDEOS */
	.lazyyoutube{background-color:#000;margin-bottom:30px;position:relative;padding-top:56.25%;overflow:hidden;cursor:pointer}
	.lazyyoutube img{width:100%;top:-16.82%;left:0;opacity:1}
	.lazyyoutube .play-button{width:90px;height:60px;background-color:#CC0000;box-shadow:0 0 30px rgba(0,0,0,0.6);z-index:1;opacity:.9;border-radius:6px}
	.lazyyoutube .play-button:before{content:"";border-style:solid;border-width:15px 0 15px 26px;border-color:transparent transparent transparent #fff}
	.lazyyoutube img,.lazyyoutube .play-button{cursor:pointer}
	.lazyyoutube img,.lazyyoutube iframe,.lazyyoutube .play-button,.lazyyoutube .play-button:before{position:absolute}
	.lazyyoutube .play-button,.lazyyoutube .play-button:before{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
	.lazyyoutube iframe{height:100%;width:100%;top:0;left:0}


/* MASONRY LAYOUT */
	.masonrygallery {margin: 1.5em auto;max-width: 100%;column-gap: 0em;}
	.masonrygallery .masonrygallery-item {/*background: #fff;*/padding: 0px;margin: 0px 5px 10px 5px;break-inside:avoid;}
	@media only screen and (min-width: 1200px) {
	  .masonrygallery {column-count: 5;}
	}
	@media only screen and (min-width: 1024px) and (max-width:1199px) {
	  .masonrygallery {column-count: 4;}
	}
	@media only screen and (max-width: 1023px) and (min-width: 768px) {
	  .masonrygallery {column-count: 3;}
	}
	@media only screen and (max-width: 767px) and (min-width: 540px) {
	  .masonrygallery {column-count: 2;}
	}

/* ACCESSIBILITY */
	a.skipContent {position: absolute;z-index:500;top: -1000px;left: -1000px;height: 1px;width: 1px;text-align: left;overflow: hidden;}
	a.skipContent:active,a.skipContent:focus,a.skipContent:hover {left: 0;top: 0;width: auto;height: auto;overflow: visible;}
	/*img:not([alt]),img[alt=""] {outline:5px solid red;}*/
