


/* *********************************************** */
/* ******   BEGIN CLIENT sitewide.php    ********** */
/* *********************************************** */



/* *********************************************** */
/* *******  BEGIN CLIENT sitewide.css  ***********  */
/* *********************************************** */


.var_blue a {
	background: var(--blue) !important;
}

footer.site-footer {
	min-height: 250px;
	flex-grow: unset;
	background-color: var(--blue);

}
#footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: flex-start;
	background-color: var(--blue);
    color: white;
}
#footer .footer-column {
    flex-basis: 33.333%;
    padding: 25px;
    min-width: 300px
}

#spacer_div {
	flex-grow:2; 
}

#copyright {
    text-align: center;
    color: white;
    margin-top: 0;
    background-color: var(--blue);
    padding: 40px 20px;
    margin-top: -30px;
}


.entry-header {
    margin: 20px auto 20px auto !important;
    width: var(--content_width);
	max-width: var(--content_max);
}

body.home .entry-header {
	display:none;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 20px 0;
}
h1.entry-title {
	text-align: center;
	color: #ff0000;
	margin-top: 25px;
}

/** Republican Officials Page **/

.republican_officials figure {

}

.republican_officials figure img {

}

.republican_officials figure figcaption, 
.republican_officials p {
    color: #ff0000;
    font-size: 17px ;
    font-weight: bold;
    font-family: 'Fira Sans';
    text-align:center;
}

.republican_officials .wp-block-buttons.is-vertical>.wp-block-button {
    width: 100% !important;
    text-align:center !important;
}


.republican_officials p > a,
.republican_officials a.wp-block-button__link.wp-element-button {
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0px !important;
    color: currentColor !important;
    font-size: 14px !important;
    width: 100% !important;
    border: 2px solid !important;
    padding: .667em 1.333em !important;
    box-shadow: none !important;
    text-decoration: none !important;
    max-width: 300px !important;
}

/** EVENTS CALENDAR **/

section#tribe-events-pg-template {
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    z-index: 10;
    margin-top:70px;
}

section#tribe-events-pg-template a {
	color: var(--blue) !important;
}
section#tribe-events-pg-template p {
	padding-left: 20px;
	padding-right: 20px;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 40px;
    text-align: center;
    padding: 20px;
    background: var(--red);
    color: white !important;
    font-family: 'Fira Sans';
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: 400px;
    margin: auto !important;
}

.tribe-block__events-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tribe-block__venue {
    max-width: 1200px;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    font-size: 18px;
}


div.tribe-events-view {
	margin-top: 50px;
}

body.home div.tribe-events-view {
	margin-top:0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 700px;
	padding: 0;
}    
.tribe-events-l-container {
	background: rgba(255,255,255,.75);  
}

.tribe-events-promo {
	display:none;
}
.tribe-events-c-top-bar,
.tribe-events-calendar-list,
.tribe-events-c-nav,
.tribe-events-c-subscribe-dropdown__container
{
	margin-left: 25px !important;
	margin-right: 25px !important;
}


.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: var(--red_50)!important;
}


.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
	color: #aaa !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0;
    text-decoration: none;
    width: auto;
    background-color: white;
    border: 1px solid var(--red) !important;
    border-radius: var(--tec-border-radius-default);
    text-align: center;
    transition: var(--tec-transition);
    color: var(--red) !important;
    padding: 11px 20px;
    width: 100%;
}


.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--red) !important;
    color: white !important;
}

div#cvc-event-layout {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
div#cvc-event-layout > div {
	width: 50%;
	min-width: 390px;
}

.tribe-events-event-image img {
    display: block;
    width: 100%;
    height: auto;
}

.tribe-events-single>.tribe_events {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-around;
    position: relative;
}

.tribe-events-schedule {
/*     justify-content: center; */
	display:block;
}
.tribe-events-schedule * {
}
.tribe-events-schedule h2 {
	font-weight:bold;
	text-align: center;
    font-size: 24px;
}
.tribe-events-schedule dd {
    font-size: 18px;
	margin: 0px;
	text-align: center;
}
.tribe-events-topvenue {
    text-align: center;
}
dt.tribe-venue-tel-label {
    display: inline-block;
    font-weight: bold;
    text-align: center;
}
dt.tribe-venue-tel-label:after {
	content:": ";
}
dd.tribe-venue-tel {
    display: inline-block;
    text-align: center;
}
.tribe-events-schedule dd.tribe-venue {
	font-weight: bold;
}
a.tribe-events-gmap {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    background: #ddd;
    width: 170px;
    margin: 20px auto;
    border-radius: 5px;
}
.event-tickets .tribe-tickets__tickets-form, 
.entry .entry-content .event-tickets .tribe-tickets__tickets-form {
	font-size: 18px !important;
	padding: 0;
	margin: 10px;
}
.event-tickets .tribe-tickets__tickets-item,
.event-tickets .tribe-tickets__tickets-footer {
	padding: 10px;
}
.event-tickets .tribe-tickets__tickets-form h2, 
.entry .entry-content .event-tickets .tribe-tickets__tickets-form h2 {
	background: var(--red);
	color: white;
	font-family: 'Fira Sans';
	font-weight: bold;
}
.event-tickets .tribe-common button.tribe-common-c-btn--small, 
.event-tickets .tribe-common input[type="button"].tribe-common-c-btn--small, 
.tribe-common input[type="submit"].tribe-common-c-btn--small, 
.tribe-common a.tribe-common-c-btn--small,
button.tribe-tickets__tickets-buy {
	background-color: var(--red) !important;
}


.event-tickets .tribe-tickets__commerce-order {
    max-width: 600px;
    position: relative;
    width: 100%;
    margin: auto;
}

.tribe-common .tribe-tickets__commerce-checkout, .event-tickets .tribe-tickets__commerce-checkout {
    max-width: 600px;
    position: relative;
    width: 100%;
    margin: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 700px;
    padding: 0;
    z-index: 10;
}



/** CF7  **/

	.cf7_custom_style_1  input.wpcf7-form-control.wpcf7-submit,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
		background-color: #3697c9;border-width: 0px;color: #ffffff;font-family: Montserrat;font-size: 13px;font-style: normal;font-weight: 700;letter-spacing: 3px;text-transform: uppercase;height: 48px;line-height: 48px;	}

	.cf7_custom_style_1  input.wpcf7-form-control.wpcf7-submit:hover,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
		color: #ffffff;background-color: #c81c1b;	}

	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date,
	.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea,
	.cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz{
		background-color: #ffffff;border-width: 0px;border-style:solid;color: #ffffff;font-family: Montserrat;font-size: 16px;line-height: 0px;font-style: normal;font-weight: 700;letter-spacing: 0px;text-transform: capitalize;padding-top: 15px;padding-right: 22px;padding-bottom: 14px;padding-left: 22px;margin-top: 0px;margin-bottom: 13px;	}

	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text:focus,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number:focus,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date:focus,
	.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea:focus,
	.cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select:focus,
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz:focus{
		color: #ffffff;background-color: #eeeeee;	}

	.cf7_custom_style_2  input.wpcf7-form-control.wpcf7-submit,
	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
		background-color: rgba(54,151,201,1);border-width: 0px;color: #ffffff;font-family: Montserrat;font-size: 13px;font-style: normal;font-weight: 700;text-transform: uppercase;height: 48px;line-height: 48px;	}

	.cf7_custom_style_2  input.wpcf7-form-control.wpcf7-submit:hover,
	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
		color: #ffffff;background-color: rgba(200,28,27,1);	}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: var(--red_50);
    border-width: 0px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    width: 25%;
    min-width: 200px;
}

	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text:focus,
	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number:focus,
	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date:focus,
	.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea:focus,
	.cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select:focus,
	.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz:focus{
		color: #194973;background-color: rgba(255,255,255,1);border-color: #194973;	}





	.cf7_custom_style_1 ::-webkit-input-placeholder{
		color: #ffffff;opacity:1;	}
	.cf7_custom_style_1 :-moz-placeholder{
		color: #ffffff;opacity:1;	}
	.cf7_custom_style_1 ::-moz-placeholder{
		color: #ffffff;opacity:1;	}
	.cf7_custom_style_1 :-ms-input-placeholde{
		color: #ffffff;opacity:1;	}
	.cf7_custom_style_2 ::-webkit-input-placeholder{
	color: #848688;opacity:1;	}
	.cf7_custom_style_2 :-moz-placeholder{
	color: #848688;opacity:1;	}
	.cf7_custom_style_2 ::-moz-placeholder{
	color: #848688;opacity:1;	}
	.cf7_custom_style_2 :-ms-input-placeholde{
	color: #848688;opacity:1;	}
			.cf7_custom_style_1 input:focus::-webkit-input-placeholder,
		.cf7_custom_style_1 textarea:focus::-webkit-input-placeholder{
		color: #ffffff;		}
				.cf7_custom_style_1 input:focus:-moz-placeholder,
		.cf7_custom_style_1 textarea:focus:-moz-placeholder{
		color: #ffffff;		}
				.cf7_custom_style_1 input:focus::-moz-placeholder,
		.cf7_custom_style_1 textarea:focus::-moz-placeholder{
		color: #ffffff;		}
				.cf7_custom_style_1 input:focus:-ms-input-placeholder,
		.cf7_custom_style_1 textarea:focus:-ms-input-placeholder{
		color: #ffffff;		}
				.cf7_custom_style_2 input:focus::-webkit-input-placeholder,
		.cf7_custom_style_2 textarea:focus::-webkit-input-placeholder{
		color: #194973;		}
				.cf7_custom_style_2 input:focus:-moz-placeholder,
		.cf7_custom_style_2 textarea:focus:-moz-placeholder{
		color: #194973;		}
				.cf7_custom_style_2 input:focus::-moz-placeholder,
		.cf7_custom_style_2 textarea:focus::-moz-placeholder{
		color: #194973;		}
				.cf7_custom_style_2 input:focus:-ms-input-placeholder,
		.cf7_custom_style_2 textarea:focus:-ms-input-placeholder{
		color: #194973;		}
					
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}


/** TABLE PRESS **/

.tablepress-id-1 .column-3,
.tablepress-id-1 .column-7
{
	max-width: 85px;
}

.tablepress-id-1 .column-4,
.tablepress-id-1 .column-5,
.tablepress-id-1 .column-6
{
	max-width: 60px;
}
.tablepress-id-1 .column-10
{
	min-width: 120px;
}
.tablepress-id-2 .column-3 {
	text-transform: capitalize;
}
.tablepress-id-2 .column-5,
.tablepress-id-2 .column-6,
.tablepress-id-2 .column-7
{
	max-width: 70px;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .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 {
/* 	color:white !important; */
}



@media screen and (max-width: 915px) {
	
	section#tribe-events-pg-template {
		z-index: 1;
		margin-top: 0;
	}
	
	.dataTables_wrapper {
		overflow-x: scroll
	}

}
.tribe-events-widget-events-list {
    margin-top: 55px !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6,
h2.tribe-events-widget-events-list__header-title {
	font-family: "Fira Sans";
    font-style: normal;
    font-weight: 700;
	font-size: 1.7em;
    margin: 0;
    padding: 0px;
    line-height: 1.3;
    text-align: center;
}


.tribe-events-widget-events-list__events {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.tribe-common-g-row.tribe-events-widget-events-list__event-row:nth-child(even) {
    background: #eee;
}

.tribe-common-g-row.tribe-events-widget-events-list__event-row {
    padding: 10px 30px 10px 0;
}


a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
    width: 350px;
    background-color: var(--wp--preset--color--vivid-red) !important;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 1.4em;
    color: white !important;
    font-weight: bold;
    padding: 10px;
}
/* *********************************************** */
/* *********  END CLIENT sitewide.css  ***********  */
/* *********************************************** */



/* *********************************************** */
/* ******  BEGIN CLIENT editor_shared.css  ******* */
/* *********************************************** */

/* 
.header_bar {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	border-radius: 50px;
	
	margin-bottom: 0;
}
.block {
	display:block;
}


.indent {
    padding-left: 25px;
    margin-left: 25px;
    border-left-width: 5px;
    border-left-style: solid;
    padding-top: 20px;
    
}

.indent p:first-child {
	margin-top: 0;
}
 */

/* *********************************************** */
/* ********  END CLIENT editor_shared.css  ******** */
/* *********************************************** */


/* TEST */

/* *********************************************** */
/* ********   END CLIENT sitewide.php    ********* */
/* *********************************************** */

