/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* Main wrapper */
.custom-events-bar {
    background: #0a2f4f;
    padding: 30px !important;
    border-radius: 999px;
    display: flex;
    justify-content: center;
	margin: 0 0 20px !important;
	width: 100%;
}

.custom-events-bar-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Search form layout */
.custom-events-bar .tribe-events-c-events-bar__search-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* White pill inputs */
.custom-events-bar input[type="search"],
.custom-events-bar input[type="text"] {
    background: #fff;
    border: none;
    border-radius: 999px;
    padding: 0 8px;
    height: 38px;
    font-size: 14px;
    outline: none;
}

/* Submit button styles */
.custom-events-bar .tribe-events-c-search__button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Green button for keyword search */
.custom-events-bar .tribe-events-c-search__input-group:first-of-type .tribe-events-c-search__button {
    background: #6aa728;
}

/* Blue button for location search */
.custom-events-bar .tribe-events-c-search__input-group:last-of-type .tribe-events-c-search__button {
    background: #1e73be;
}

/* Button icon size */
.custom-events-bar .tribe-events-c-search__button img,
.custom-events-bar .tribe-events-c-search__button svg {
    width: 14px;
    height: 14px;
}

/* Divider */
.bar-divider {
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, 0.3);
}

/* Orange List button */
.custom-view-selector .tribe-events-c-view-selector__button {
    background: #f58220 !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 8px 20px;
    font-weight: bold;
}

.custom-view-selector .tribe-events-c-view-selector__button {
    background-color: #FF8200;
		border-radius: 50px;
		height: 50px !important;
}
.tribe-common .tribe-common-form-control-text__input {
    width: 95% !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
    border-right: 0px solid var(--tec-color-border-events-bar) !important;
}

	html {
		font-size: 20px
	}
	@media screen and (max-width: 1600px) {
		html {
			font-size: 20px
		}
	}
	@media screen and (max-width: 1500px) {
		html {
			font-size: 19px
		}
	}
	@media screen and (max-width: 1400px) {
		html {
			font-size: 18px
		}
	}
	@media screen and (max-width: 1300px) {
		html {
			font-size: 17px
		}
	}
	@media screen and (max-width: 1200px) {
		html {
			font-size: 16px
		}
	}
	@media screen and (max-width: 1100px) {
		html {
			font-size: 15px
		}
	}

/* Main container */
.custom-events-bar {
    background: #0a2f4f;
    padding: 10px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Keep TEC form layout intact */
.custom-events-bar .tribe-events-c-events-bar__search-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* White pill fields */
.custom-events-bar input[type="search"],
.custom-events-bar input[type="text"] {
    background: #fff;
    border: none;
    border-radius: 999px;
    padding: 0 8px;
    height: 38px;
    font-size: 14px;
    outline: none;
}

/* Submit buttons inside fields */
.custom-events-bar .tribe-events-c-search__button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* First search pill (keyword) green */
.custom-events-bar .tribe-events-c-search__input-group:first-of-type .tribe-events-c-search__button {
    background: #6aa728 !important;
}

/* Second search pill (location) blue */
.custom-events-bar .tribe-events-c-search__input-group:last-of-type .tribe-events-c-search__button, .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: #1e73be !important;
}

/* Search button icon size */
.custom-events-bar .tribe-events-c-search__button img,
.custom-events-bar .tribe-events-c-search__button svg {
    width: 14px;
    height: 14px;
}

/* Divider */
.bar-divider {
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, 0.3);
}

/* Orange List button */
.custom-view-selector .tribe-events-c-view-selector__button {
    background: #f58220 !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 8px 20px;
    font-weight: bold;
}
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon-caret-svg {
		color: #FFFFFF !important;
	}
	.tribe-events-calendar-list__event-datetime {
		color: var(--BGCGM-Light-Blue, #0081C6) !important;
font-family: Gotham;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 22.8px */
	}
	.tribe-events-calendar-list__event-title-link {
		color: var(--BGCGM-Dark-Blue, #004B87) !important;
font-family: Gotham;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 120%;
	}
	.tribe-events-calendar-list__event-description p {
		color: var(--1-f-2944, #1F2944) !important;

/* Design Desktop Body Copy */
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 23.8px */
	}
	.tribe-events-calendar-list__event-title {
		padding-bottom: 5px !important;
		border-bottom: 3px solid #0081C6 !important;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
		color: #004B87;
text-align: center;
font-family: Gotham;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 18px */
letter-spacing: -0.45px;
	}
	.tribe-common .tribe-common-h5 {
		color: #004B87;
text-align: center;
font-family: Gotham;
font-size: 32px !important;
font-style: normal;
font-weight: 700;
line-height: 120% !important; /* 38.4px */
letter-spacing: 0.64px;
	}
	.tribe-common .tribe-common-h7 {
		color: #004B87;
font-family: Gotham;
font-size: 20px !important;
font-style: normal;
font-weight: 500 !important;
line-height: 120% !important; /* 24px */
letter-spacing: -0.6px;
	}
	.tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #0081C6;
    content: "";
    display: block;
    flex: auto;
    height: 1px;
    margin-left: 20px;
}
	.tribe-events .tribe-events-calendar-list-nav {
		border-top: 2px solid #0081C6;
	}
	.tribe-events .tribe-events-calendar-list__event-featured-image {
		border-radius: 15px;
	}
	.tribe-events .tribe-events-c-top-bar__nav-list {
		background-color: transparent;
	}
	.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
		color: #004B87;
		text-align: center;
		font-family: gotham, sans-serif;
		font-size: 28px;
		font-style: normal;
		font-weight: 500;
		line-height: 35px; 
		letter-spacing: -0.96px;
		margin-left: 20px;
	}
	.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
		font-size: 20px;
		margin-left: 20px;
	}
	
/*
	.tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited, .tribe-events-calendar-latest-past__event-title-link.tribe-common-anchor-thin {
		color: #004B87;
		font-family: gotham, sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 800;
		line-height: 35px;
		text-transform: capitalize;
	}
*/
	.tribe-events .tribe-events-calendar-latest-past__event-datetime {
		color: #0081C6;
		font-family: gotham, sans-serif;
		font-size: 19px;
		font-style: normal;
		font-weight: 500;
		line-height: 22.8px;
	}
	.tribe-events .tribe-events-calendar-latest-past__event-featured-image, .tribe-events .tribe-events-calendar-latest-past__event-featured-image-link {
		width: 100%;
		height: 280px;
		border-radius: 14px;
		box-sizing: border-box;
	}
	.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
		background-color: #004B87 !important;
		border-radius: 15px !important;
		padding: .9rem 1.2rem !important;
		border: 2px solid #004B87 !important;
		color: #FFF !important;
		font-family: gotham, sans-serif !important;
		font-size: .9rem !important;
		font-style: normal !important;
		font-weight: 700 !important;
		letter-spacing: 0.85px !important;
		text-transform: uppercase !important;
		text-decoration: none !important;
		transition: all .55s !important;
	}
	.tribe-events-c-nav__list{
		background: #fff !important;
	}
	@media screen and (max-width: 767px) {
		.custom-events-bar .tribe-events-c-events-bar__search-form {
			flex-direction: column;
		}
		.custom-events-bar{
			display: flex;
			flex-direction: column;
			border-radius: 0 !important;
			padding: 0px !important;
			margin: 0px !important;
			width: 100%;
		}
		#tribe-events-events-bar-search{
			width: 90%;
		}
		.tribe-events-c-search__input-group{
			width: 100%;
		}
		.tribe-common div.tribe-common-form-control-text{
			margin: 20px 0px 0px 0px;
		}
		.tribe-events-c-search__button{
			margin-top: 0px;
		}
		.tribe-common div.custom-view-selector{
			width: 90%;
			margin-bottom: 20px;
			display: none;
		}
		.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button{
			min-width: 200px;
			background: #1a49b0;
		}
		.bar-divider{
			display: none;
		}
		.tribe-events-c-view-selector{
			flex: 1 1 auto;
		}
		.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{
			margin-top: 4px;
			margin-bottom: 20px;
		}
		.tribe-events .tribe-events-c-search__input-control-icon-svg{
			right: 12px;
		}
		.tribe-common .tribe-common-form-control-text__input{
			width: 100% !important;
		}
		.tribe-common .tribe-common-c-svgicon__svg-fill{
			color: #fff !important;
			fill: #fff !important;
		}
		.tribe-events .tribe-events-header__top-bar{
			margin-top: 20px;
		}
		
	}
