﻿/*
 Theme Name:   GeneratePress Child
 Description:  GeneratePress Child Theme for the City of Bellingham
 Template:     generatepress
 Version:      0.2
*/

/*Mobile only*/
@media (min-width: 768px) {
    .cob-mobile-only {display:none;}
}

/*Tablet and desktop only*/
@media (max-width: 768px) {
    .cob-tablet-desktop-only {
        display:none !important;
    }   
}

/***Announcer***/

div.ancr-content a {
    text-decoration:underline !important;
}

div.ancr-content {
    font-size:80% !important;
}


/***Header***/

.site-logo {
	max-width:50% !important;
}
	@media (min-width: 480px) {
    
    	.site-logo {
			max-width:100% !important;
		}
    }



/***Primary Navigation***/

#sticky-placeholder #mega-menu-wrap-primary {display:none;}

    @media (min-width: 768px) {
        #mega-menu-12109-0, #mega-menu-12105-0 {
            padding-left:0% !important;
            padding-right:0% !important;
        }
    }

    @media (min-width: 1280px) {
        #mega-menu-12109-0, #mega-menu-12105-0 {
            padding-left:15% !important;
            padding-right:15% !important;
        }
    }

    @media (min-width: 1900px) {
        #mega-menu-12109-0, #mega-menu-12105-0 {
            padding-left:20%  !important;
            padding-right:20%  !important;
        }
    }

.main-navigation .mobile-bar-items a {
	padding-right:0px !important;
}

/*Search*/


/*News search input box*/

#cob-news-search-text, #cob-project-search-text  {
    width:calc(100% - 20px);
}
    @media (min-width: 480px) {
		#cob-news-search-text, #cob-project-search-text {
    		width:calc(100% - 180px);
		}
    }

/*Add padding to results*/
.search-results #main, .search-results #right-sidebar {
    padding:20px !important;
}

/*Make enough room for search result indicator box when h2 wraps to two lines*/
body.search-results h2.entry-title {
    line-height:1.5;
}

/*Append PDF to attachment search results*/
body.search-results article.type-attachment header a::after {
    content: "Document (PDF)";
}

/*Append News to post search results*/
body.search-results article.type-post header a::after  {
    content: "News";
}

/*Append Project and status to active project search results*/
body.search-results article.cob_project_status-active header a::after  {
    content: "Active Project";
}

/*Append Project and status to closed project search results*/
body.search-results article.cob_project_status-closed header a::after  {
    content: "Closed Project";
}



/*Append Event to Tribe Events search results*/
body.search-results article.type-tribe_events header a::after  {
    content: "Event";
}

/*Append Event to Tribe Events search results*/
body.search-results article.type-page header a::after  {
    content: "Page";
}

/*Commons style for search result types*/
body.search-results article.type-attachment header a::after, 
body.search-results article.type-tribe_events header a::after,
body.search-results article.type-post header a::after,
body.search-results article.type-page header a::after,
body.search-results article.type-cob_project header a::after
{
   	padding: 1px 5px 1px 5px;
    margin-left:7px;
    border:.5px solid #dadada; 
    color: grey;
    font-size:16px; 
    font-weight:400;
    position:relative;
    top:-1px;
}

.main-navigation li.search-item {
	margin:0px 10px 0px 10px;
    line-height:40px;
}

.main-navigation li.search-item a {
    font-size:16px !important;
}

.navigation-search input {
    opacity: 1 !important;
}

.navigation-search.nav-search-active {
    max-width: calc(100% - 50px) !important;
}

    @media (min-width: 480px) {

        .navigation-search.nav-search-active {
            max-width: calc(70% - 130px) !important;
            left: calc(30% + 80px) !important;
        }
    }

    @media (min-width: 768px) {
        .navigation-search.nav-search-active {
            max-width: calc(60% - 130px) !important;
            left: calc(40% + 80px) !important;
        }
    }

    @media (min-width: 922px) {
        .navigation-search.nav-search-active {
            max-width: calc(50% - 130px) !important;
            left: calc(50% + 80px) !important;
        }
    }
    @media (min-width: 1400px) {
        .navigation-search.nav-search-active {
            max-width: calc(40% - 130px) !important;
            left: calc(60% + 80px) !important;
        }
    }

    @media (min-width: 1900px) {
        .navigation-search.nav-search-active {
            max-width: calc(30% - 120px) !important;
            left: calc(70% + 80px) !important;
        }
    }

.nav-search-active input[type="search"],
.navigation-search input[type="search"]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

#cob-search-results-search-box {
    margin-bottom:30px;
}

/*FacetWP mods*/
/*#cob-filter-desktop {display:none;}*/

#cob-search-filter-button {
    text-align:center;
	width:100%;
    margin-bottom:30px;
}

    @media (min-width: 768px) {
		#cob-filter-desktop {
            padding:140px 20px 0px 20px;
            display:block;
        }
        #cob-search-resources {
            padding:0px 20px 50px 20px;
            display:block;
        }
        #cob-search-filter-button {
			display:none;
		}
    }



#menu-header-menu {
	display:none !important;
}

#mega-menu-wrap-primary {
	order:4;
}
.slideout-navigation.do-overlay .inside-navigation {
	padding: 10% 2% !important;
}
.slideout-navigation.main-navigation.do-overlay .main-nav ul li a {
  	font-size: 20px !important;
}

.slideout-navigation.main-navigation.do-overlay .main-nav ul ul li a {
	margin-left: 20px !important;
  	font-size: 18px !important;
}
.slideout-navigation.main-navigation.do-overlay .main-nav ul ul ul li a {
	margin-left: 40px !important;
    font-size: 16px !important;
}

#generate-slideout-menu.do-overlay .slideout-menu li, .slideout-navigation.do-overlay .inside-navigation {

	text-align:left !important;
}

.slideout-navigation.do-overlay .inside-navigation .main-nav {min-width:100% !important;}



/*#mega-menu-toggle {display:none;}*/

/*.mm-wrapper_opening .mm-menu_position-bottom {
	z-index:1000;
}*/


.mm-searchfield input {text-align:center;}
.mm-menu {
   top: 20px !important;
}

.icon-search svg {

	height: 1.8em !important;
    color: #15589f;
    font-weight:800;
    margin-left:15px;
    margin-right:20px;
}


/***Main content***/

#footer-widgets h2 {font-size: 16px;}
#footer-widgets .wp-block-navigation-link__content {padding:0px 0px 5px 0px;}

h1, h2, h3, h4, h5 {
    font-weight:700;
}

	@media (min-width: 480px) {
    	body, #footer-widgets h2 {font-size: 17px;}
    }
    
	@media (min-width: 768px) {
    	body, #footer-widgets h2 {font-size: 18px;}
        .site-footer .footer-widgets-container .inside-footer-widgets {
            margin-left:0px;
        }
    }
    
	@media (min-width: 922px) {
    	body, #footer-widgets h2  {font-size: 19px;}
                .site-footer .footer-widgets-container .inside-footer-widgets {
            margin-left:0px;
        }
    }

	@media (min-width: 1200px) {
    	body, #footer-widgets h2 {font-size: 20px;}
                .site-footer .footer-widgets-container .inside-footer-widgets {
            margin-left:0px;
        }
    }

#content {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/*#main h1, h2, h3, h4, h5, h6, .entry-meta {
    text-align: center;
}*/
#main .type-page h1, body.archive h1, article.type-cob_project div.inside-article h1 {
    text-align: center !important;
}


#main h1:a, #main h2:a, #main h3:a, #main h4:a, #main h5:a, #main h6:a, .entry-meta a {
    color: #15589f !important;
}

#main ul ul li {
    list-style-type: circle !important;
}

#main ul ul {
    margin-bottom:5px;
}
#main p > a {
 text-decoration: underline;   
}

figure {
    text-align:center;  
    font-size:16px;
}
figure.size-medium > img {
    max-width:400px;    
}

#cob-breadcrumb-header {
    display:none;
}
/* Tablet portrait (and larger)*/
@media (min-width: 768px) {
	#cob-breadcrumb-header {
    	display:block;
        text-align:center;
	}
    #cob-breadcrumb {
        display:none;
    }
    
}

/*Project posts*/

/*Append project status closed project titles*/
#page main#main article.cob_project_status-closed h1::after  {
    content: " (Project Closed)";
    display:block;
    width:100%;
    padding: 1px 5px 1px 5px;
    color: grey;
    font-size:16px; 
    font-weight:400;

}

/*WordPress Blocks - Modified Date*/
p.cob-wp-block-modified-date,  time.cob-wp-block-modified-date {
    float:left;
    padding-right:.5em;
}

/*News posts*/

.inside-article h1 {
	text-align:left;  
    font-size:22px;
    margin-bottom:.5em;
    margin-top:20px;
}

#cob-news-excerpt p {
    margin-bottom:.5em;
}

/* Tablet portrait (and larger)*/
@media (min-width: 768px) {
	.inside-article h1 {
    	font-size:26px;
        margin-top:15px;
	}
    #cob-news-excerpt p {
    	margin-bottom:.6em;
}
}

/* Laptops (and larger)*/
@media (min-width: 1200px) {
	.inside-article h1 {
    	font-size:30px;
	}
    #cob-news-excerpt p {
    	margin-bottom:.7em;
}
}




.featured-image .wp-caption-text {
    padding-top:10px;
    line-height: 1.4em;
}

.inside-article p.wp-caption-text.thumb-caption-text {
	text-align:center !important;
}

#author-attribution {
    font-size:85%;
    margin:0px 0px 0px 0px;
    padding:20px 0px 0px 0px;
    border-top-style:solid;
    border-top-width:1px !important;
    border-top-color:#d8d8d8;
}

#cob-media-contact {
    margin: .5em 0px .5em 0px;

}

#cob-media-contact hr {
    margin:1.5em 0px; 
    background-color:#d8d8d8 !important;
}

#footer-widgets h2 {
    font-weight: 550;
    color: #3f3f3f;
}


/*Home Page*/

	#cob-home-search.search-field {
    font-size:16px;
    }

/* Mobile landscape (and larger)*/
@media (min-width: 480px) {
	#cob-home-search.search-field {
    width: 350px;
    }

}

/* Tablet portrait (and larger)*/
@media (min-width: 768px) {}

/* Tablet-landscape (and larger)*/
@media (min-width: 922px) {}

/* Laptops (and larger)*/
@media (min-width: 1200px) {}


@media (min-width: 768px) {
	#cob-home-search.search-field {
    width: 600px;
    }
}

@media (min-width: 768px) {
    #cob-home-search.search-field {
        width: 400px;
    }
}

#cob-home-search-button {
    padding: 9px 16px;
    background-color:RGBA(21,88,159,1);
    border-color:RGBA(21,88,159,1);
    border-width:2px;
    border-radius:3px;
}
#cob-home-search-button:hover, #cob-home-search-button:focus {
	background-color:#ce5a05;
        border-color:#ce5a05;
}

.cob-home-welcome-text {
    text-shadow: 5px 5px 10px #000000;
}

.page-hero {
	padding-top: 165px;
    padding-bottom: 10px;
    padding-right:10px;
    padding-left:10px;
    margin-bottom:15px;
}

@media (min-width: 480px) {
	.page-hero {
		padding-top: 265px;
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
	.page-hero {
		padding-top: 365px;
        padding-bottom: 10px;
    }
}
@media (min-width: 1200px) {
	.page-hero {
		padding-top: 465px;
        padding-bottom: 10px;
    }
}
#cob-hero-photo-caption {

    text-align:right;
    min-height:25px;
}

#cob-hero-photo-caption .featured-caption {
	display:inline-block;
    opacity: 0;
    transition: opacity 500ms;
    padding-right:5px;
    padding-left:5px;
    color:#3f3f3f;
    background-color:#FFFFFF;
    border-radius: 5px;
    text-align:center;
    
}
#cob-hero-photo-caption .featured-caption.show {
	display:inline-block;
    opacity:1;
   	padding-right:5px;
    padding-left:5px;
    color:#3f3f3f;
    background-color:#FFFFFF;
    border-radius: 5px;
    text-align:center;
    
}
#cob-hero-photo-info {
	padding:10px;

}

#cob-hero-photo-caption i {
text-shadow: 2px 2px 3px #000000;
}

#cob-hero-photo-caption i:hover {
	cursor: pointer;
}

/*SearchWP*/

.searchwp-live-search-result {
    font-size: 1em;
    line-height: 1;
}

header.entry-header h2.entry-title > a > mark.searchwp-highlight {
    background-color:unset !important;
    font-weight: 800;
    color:unset;
}

div.entry-summary .searchwp-highlight {
    background-color:unset !important;
    font-weight: 600;
}


.ecs-events {
    line-height: 1.2;
}

.ecs-events .summary {
    padding-left: 10px;
}



/***Footer***/


.site-footer h2 {
    text-align: left !important;
}

.site-footer .wp-block-navigation-link a {
    color: #15589f; 
}    

.site-footer .wp-block-navigation a:hover {
    color: #3f3f3f; 
}  

.site-footer ul.wp-block-navigation__container li {
	padding:0px 0px 7px 0px;
}

ul.cob-social-list-footer {
    list-style:none;
    margin:0px;
}

.site-footer #footer-widgets .wp-block-navigation-link__content {
padding: 0px;
}


ul.cob-social-list-footer {
    list-style:none;
    margin:0px;
}

ul.cob-social-list-footer li {
	padding:0px 0px 7px 0px;
}

ul.cob-social-list-footer i {
    width:20px;
    text-align:center;
}

#cob-breadcrumb {
    padding-top: 20px;
    padding-left: 40px;

    color: #3f3f3f;
}

.site-footer {
    background-image: linear-gradient(#ededed, #ffffff) !important;
}

#cob-site-feedback {
    text-align:center;
}

#cob-footer-panorama {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 0;
    /* background-image:url(/wp-content/uploads/p000001-panorama-simplified-final.png);
    background-repeat:no-repeat;
    background-size:cover;*/
}

#cob-footer-panorama img {
    padding: 0px;
    margin: 0px;
    width:100%;

}



/***Editor block tweaks***/


/*GeneratePress Block tweaks*/



/*Kadence Blocks
================*/

/*image menus*/
/*.wp-block-kadence-infobox, .kt-blocks-info-box-media-container {
    max-width: 430px !important;
}*/

/*.kt-blocks-info-box-link-wrap {
	min-height:335px;
}*/
/*posts block layout fix*/
.wp-block-kadence-postgrid * {
    box-sizing: border-box;
}


.kt-blocks-info-box-link-wrap h2 {
    color:#15589f;
}


a.kt-blocks-info-box-link-wrap:hover div.kt-infobox-textcontent h2  {
    color:#e97400 !important;
}


/*IE11 fix for posts block grid layout*/
@media (min-width: 1500px) {
	.kt-post-grid-wrap[data-columns-xxl="4"]>.kt-blocks-post-grid-item:nth-child(4n+5) {
clear: both;
	}
}

/*Make Kadence Tabs full width on mobile*/
@media (max-width: 768px) {
	.kt-title-item {
    	width: 100% !important;
    }
}



/*Add space above posts block page navigation*/
.kt-blocks-page-nav {
    padding-top:25px;
    width:100%;
    clear:both;
}


/*Posts block styling*/

/*.kt-blocks-post-grid-item {
	box-shadow: 2px 2px 5px 3px rgb(0, 0, 0, .2) !important;
    border:none !important;
}
.kt-blocks-post-grid-item:hover {
	box-shadow: 0px 0px 14px 0px rgb(6, 147, 227, .58) !important;
    border:none !important;
}*/
.kt-blocks-post-grid-item-inner {
    padding:5px 10px !important;  
}

.kt-blocks-carousel {
    padding: 0px !important;
}

.kb-info-box-image-type-svg.kadence-info-box-image-intrisic {
    padding-bottom: 100% !important;
}
.kt-blocks-page-nav .nav-links > a , .kt-blocks-page-nav .nav-links > span {
    color:#15589f !important;
    border:solid 2px #15589f !important;
}

.kt-blocks-page-nav .nav-links > .current {
    color:#ffffff !important;
    border:solid 2px #777 !important;
}

/*Kadence Blocks Info Box with icon and text*/

.cob-infobox-icon-w-text .kt-infobox-textcontent p {
    min-height: 3em;
}


/*Kadence Blocks row format*/
div .alignfull .kt-row-column-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

/*Grey gradient background for Kadence rows*/
.cob-gradient-row-white-grey {
    background-image: linear-gradient(#ffffff, #ededed) !important;
}

.kadence-info-box-icon-inner-container SVG {
width: 50px !important;
height: 50px !important;
}




/*Workaround for tall menus on mobile

.mobile-header-sticky #mobile-header.toggled .main-nav>ul {
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
}*/

/*Cognito Forms*/
.cognito label {
 	font-weight:bold;   
}
 
/*Tribe Events Calendar*/

/*Event list links*/
.tribe-common a  {
    color:#15589f !important;
}

.tribe-events-after-html h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

#tribe-events-content .wp-block-kadence-advancedbtn a, #tribe-events-content .wp-block-kadence-advancedbtn a:hover {
	color:#ffffff !important;
    text-decoration: none !important;
}
.tribe-events-single-event-title, .tribe-common a:hover,.tribe-common a:active, .tribe-common a:focus {
    color:#e97400 !important;
}

.tribe-common a:visited {
    color:#604983 !important;
}

main#tribe-events-pg-template {
    max-width:800px;
    
}

#cob-breadcrumb-events {display:none;}

/* Tablet portrait (and larger)*/
@media (min-width: 768px) {
    #cob-breadcrumb-events {
    	margin-bottom:15px;
    	text-align:center;
        display:block;
}

}



.tribe-events-back {display:none;}



h2.tribe-block__related-events__title, ul.tribe-related-events.tribe-clearfix {
    display:none;
}

.tribe-events * {
    transition:none !important;
    
}

.tribe-common a:visited  {
    color: #604983;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover * {
    color:#e97400;
    text-decoration: underline;
    
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum {
    color:#e97400;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
    color:#15589f;
    
}

.tribe-events .tribe-events-c-view-selector__list-item-text:hover {
   color:#e97400 !important;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
   color:#15589f;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover::after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.21.85L6 5.64 10.79.85 11.94 2 6 7.94.06 2z' fill='%23e97400'/%3E%3C/svg%3E");
 
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.21.85L6 5.64 10.79.85 11.94 2 6 7.94.06 2z' fill='%2315589f'/%3E%3C/svg%3E");
 
}

#tribe-events-content a:hover {
    text-decoration: underline !important;
    color: #e97400 !important;
}

.tribe-common .tribe-common-svgicon--featured {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23e97400'/%3E%3C/svg%3E");
    
}
.tribe-events-calendar-list__event-datetime-featured-text {
     color: #e97400 !important;
}

.tribe-common-c-btn:hover {
    background-color: #e97400 !important;
    color: #ffffff;
}

.tribe-common-c-btn {
    background-color: #15589f !important;
}



.tribe-events .tribe-events-c-ical__link:hover {
	border: 1px solid #e97400 !important;
    color: #e97400;
    background-color: #ffffff;
}

 .tribe-events .tribe-events-c-ical__link {
	border: 1px solid #15589f !important;   
    color: #15589f;
}



.tribe-common .tribe-common-anchor-thin a:hover {
    border:none;
}

.tribe-common a:hover  {
    color: #e97400;
    text-decoration: underline;
}
.tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover


.tribe-events-calendar-list a:visited, .tribe-block__events-link .tribe-block__btn--link a, .tribe-events-calendar-list a, .tribe-events .tribe-events-c-top-bar__datepicker-button, .tribe-common a  {
    color: #15589f;
}

.tribe-common .tribe-common-c-btn:hover, ul.tribe-events-sub-nav a:hover {
    text-decoration: underline;
}



.tribe-common .tribe-common-c-btn-icon--caret-left:hover::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23e97400'/%3E%3C/svg%3E");
}
.tribe-common .tribe-common-c-btn-icon--caret-left:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%2315589f'/%3E%3C/svg%3E");
}

.tribe-common .tribe-common-c-btn-icon--caret-left:hover:disabled::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23d5d5d5'/%3E%3C/svg%3E");
}

.tribe-common .tribe-common-c-btn-icon--caret-right:hover::before {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23e97400'/%3E%3C/svg%3E");
}
.tribe-common .tribe-common-c-btn-icon--caret-right:before {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%2315589f'/%3E%3C/svg%3E");

}
.tribe-common .tribe-common-c-btn-icon--caret-right:hover:disabled::before {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23d5d5d5'/%3E%3C/svg%3E");
}


.tribe-common .tribe-common-anchor-thin:hover {
    border-bottom:none !important;
    
}


.tribe-common a.tribe-common-c-btn-border:hover  {
    color: #e97400;
    text-decoration:underline;    
    
}

.tribe-common-c-btn-border:hover {
    border: 1px solid !important;
    border-color: #e97400;
}

.tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border  {
    color: #15589f;
    border-color: #15589f;
}

.tribe-events-c-top-bar__datepicker-button {
    margin-bottom: 1px;
}
.tribe-events-calendar-list a:hover, .tribe-events-c-top-bar__datepicker-button:hover {
    color: #e97400;
    border-bottom: 1px solid #e97400 !important;
    margin-bottom: -1px;
}
.tribe-events  .tribe-events-c-top-bar__datepicker-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.21.85L6 5.64 10.79.85 11.94 2 6 7.94.06 2z' fill='%2315589f'/%3E%3C/svg%3E");
   
}
.tribe-events  .tribe-events-c-top-bar__datepicker-button:hover::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.21.85L6 5.64 10.79.85 11.94 2 6 7.94.06 2z' fill='%23e97400'/%3E%3C/svg%3E");
   
}

.tribe-events-calendar-list__event-featured-image-wrapper a:hover {
    border-bottom: none !important;
}

.tribe-events-calendar-list__month-separator-text {
    color: #e97400 !important;
}

.tribe-events-c-nav__list a:visited {
    color: #15589f !important;
}

.tribe-events-c-nav__list a {
    color: #15589f !important;

}

.tribe-events-c-nav__list a:hover {
    color: #e97400 !important;

}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover::before, .tribe-events-c-nav__prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23e97400'/%3E%3C/svg%3E") !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before, .tribe-events .tribe-events-c-nav__prev:before  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%2315589f'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-c-nav__prev:disabled:before, .tribe-events .tribe-events-c-nav__prev:hover:disabled::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23d5d5d5'/%3E%3C/svg%3E") !important;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover::after, .tribe-events .tribe-events-c-nav__next:hover::after  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23e97400'/%3E%3C/svg%3E") !important;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after, .tribe-events .tribe-events-c-nav__next:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%2315589f'/%3E%3C/svg%3E");
}

.tribe-events .tribe-events-c-nav__next:disabled:after, .tribe-events .tribe-events-c-nav__next:hover:disabled::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23d5d5d5'/%3E%3C/svg%3E") !important;
}


.tribe-events-c-ical__link:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%2315589f' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}


.tribe-events-c-ical__link:hover::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23e97400' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

.tribe-events .datepicker .day:hover, .tribe-events .datepicker .year:hover, .tribe-events .datepicker .month:hover {
    text-decoration: underline;
    
}

div.tribe-common-l-container.tribe-events-l-container {
    padding-top:20px !important;
    padding-bottom:50px !important;
    width:100% !important;
}

div#cob-events-heading {
    margin-bottom:15px;
    text-align:center;
    width:100%;
}


/*hide Tribe Events top breadcrumb*/
div.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs {display:none;}


/* Tablet portrait (and larger)*/
@media (min-width: 768px) {
    div.tribe-events-header__events-bar {
    margin-left:5% !important;
    margin-right:5% !important;
    max-width:89% !important; 
	}
}

/* Tablet-landscape (and larger)*/
@media (min-width: 922px) {
    div.tribe-events-header__events-bar {
    margin-left:15% !important;
    margin-right:15% !important;
    max-width:69% !important;
	}
}

/* Laptops (and larger)*/
@media (min-width: 1200px) {
    div.tribe-events-header__events-bar {
    margin-left:25% !important;
    margin-right:25% !important;
    max-width:49% !important; 
	}
}



div.tribe-events-c-ical {
    text-align:center !important;
}

.tribe-events-pro-week-mobile-events__event-time-separator, .tribe-events-calendar-week__more-events, .tribe-events-widget-events-week__view-more, .tribe-events-pro-week-mobile-events__event-type-separator {
 width:100%;
    float:left;
}
.tribe-events-pro-week-mobile-events article {
    float:left;
	max-width:370px;
}

/*The Event Calendar Shortcodes Pro*/
.ecs-events .ecs-table-row h2 {
    
 font-size:20px;
    line-height:1.2;
}

.ecs-events .ecs-table-row .ecs-date, .ecs-events .ecs-table-row .ecs-excerpt {
    
    font-size:14px;
}

.ecs-event {
    margin-bottom:10px !important;
    display:block !important;
    height: auto !important;
}



/* Mobile portrait (and larger)*/
.ecs-event .summary a {
    font-weight:500;
        font-size:18px;
}

/* Tablet portrait (and larger)*/
@media (min-width: 768px) {
	.ecs-event .summary a {
        font-size:24px;
	}
}

/* Tablet-landscape (and larger)*/
@media (min-width: 922px) {}

/* Laptops (and larger)*/
@media (min-width: 1200px) {}

.ecs-event .summary .ecs-time {
    font-size:16px;
    font-weight:300;
}

.ecs-all-events {
    margin-left:10px;
}



/*EnviraGallery tweaks*/
div.envira-pagination {
    text-align:center;
}

div.envira-pagination a {
    text-decoration:underline;
}

div.envira-gallery-wrap {
    background-image: linear-gradient(#ffffff, #ededed);
    padding-bottom:15px;
}

/*Park facility reservation icons*/
div.cob-fontawesome-icon {
    padding:0px;
    margin:0px;
    position:relative;
    left:0px;
}

/*TablePress*/
.dataTables_filter {
    text-align:center !important;
    float:unset !important;
    margin-bottom:10px;
}


/*wpDataTables*/
.wpDataTablesWrapper .dataTables_paginate {
    float:none !important;
}
.wpDataTablesWrapper a.DTTT_button {
    color:#15589f !important;
    opacity:1 !important;
    
}

.wpDataTablesWrapper a.DTTT_button:hover {
    color:#e97400 !important;
    opacity:1 !important;
    
}









/*Filebird Document Library Pro*/
.fbdl-pagination-wrapper {
 margin-bottom:25px;  
 margin-top:0px;
}
table.fbdl-table {
    margin-bottom:0px;
}

#filebird-document-library .fbdl-pagination .fbdl-pagination-wrapper .fbdl-pagination-info p {
    color:#3f3f3f !important;
}

#filebird-document-library a {
    color:#15589f !important;
}

#filebird-document-library a:hover {
    color:#e97400 !important;
}

#filebird-document-library a:visited {
    color:#604983 !important;
}

#filebird-document-library .fbdl-nested-folders-item {
     color:#15589f !important;
}
#filebird-document-library .fbdl-nested-folders-item:hover {
     color:#ffffff !important;
}
.fbdl-input-search {
    display:none !important;
}

#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-first-item:hover {
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

/*Hustle Pro*/
.hustle-ui .hustle-button-icon.hustle-button-close
{
    color:#FFFFFF !important;
	padding:10px !important;
}

/*3dvista.com virtual tours*/
.cob-virtual-tour {
    width:100%;
    height:calc(100vh - 175px);
}

/*Microsoft Office Embeds*/
.cob-responsive-iframe-powerpoint {
    width: 350px;
    height: 222px;
  }

  /* For tablets */
  @media (min-width: 768px) {
    .cob-responsive-iframe-powerpoint {
      width: 600px;
      height: 362px;
    }
  }

  /* For larger screens */
  @media (min-width: 1024px) {
    .cob-responsive-iframe-powerpoint {
      width: 800px;
      height: 474px;
    }
  }

  /* For extra-large screens */
  @media (min-width: 1440px) {
    .cob-responsive-iframe-powerpoint {
      width: 1000px;
      height: 586px;
    }
  }


/*PublishPress Revisions hide Submit button*/
a.rvy-submit-revision {
    display: none !important;
}

div.rvy_preview_msgspan a:nth-child(4) {
    display:none !important;
}

/*Iframes*/
.cob-responsive-iframe-container.ratio-4x3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; 
}

.cob-responsive-iframe-container.ratio-16x9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cob-responsive-iframe-container.ratio-3x2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.66%;
}

.cob-responsive-iframe-container.ratio-8x5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%;
}

.cob-responsive-iframe-container.ratio-1x1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 1:1 */
}

.cob-responsive-iframe-container.ratio-3x4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 133%; /* 3:4 */
}
.cob-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*WPDataTables*/
@media (max-width: 768px) {
	.wpDataTableFilterSection {
        width: unset !important;
        min-height: unset !important;
        margin-bottom: 0 !important;
	} 
    .dt-buttons {
    	font-size: 10px !important;
    }
}
.wpdt-c .btn, 
.wpdt-c .btn:hover, 
.wpdt-c .btn:focus,
.wpdt-c .btn.focus {
	color:#FFFFFF !important;
}


/*Print only*/
@media print {
    #main a::after{
    content: " (" attr(href) ") ";
  	}
    #mobile-header, #site-navigation, .mobile-bar-items, .inside-navigation, .page-hero, .site-footer, #cob-utilities, #cob-media-footer, #cob-breadcrumb-header, .generate-back-to-top {display:none !important;}
    body {font-size:12px;}
}


/* Mobile portrait (and larger)*/

/* Mobile landscape (and larger)*/
@media (min-width: 480px) {}

/* Tablet portrait (and larger)*/
@media (min-width: 768px) {}

/* Tablet-landscape (and larger)*/
@media (min-width: 922px) {}

/* Laptops (and larger)*/
@media (min-width: 1200px) {}