/* Customizations for ODN Oregon */

a {
	color: #ee7600;
	text-decoration: underline;
}

@media (max-width: 650px) {
	h1 {
		font-size: 4rem !important;
	}

	h2 {
		font-size: 3.25rem !important;
	}

	h3 {
		font-size: 3rem !important;
	}
}

.site-container {
	background: #e8e3da;
	padding: 0 1%;
}

.site-inner, .wrap {
	max-width: 1920px;
}

.site-inner {
	padding-top: 0;
	background: #fff;
}

#login-button {
	position: absolute;
	width: 130px;
	top: 0;
	right: 19px;
	line-height: 20px;
	text-align: center;
}

@media (max-width: 550px) {
	#login-button {
		width: 55px;
		right: 1%;
		line-height: 20px;
		text-align: center;
	}
}

.login.button {
	font-size: 2rem;
	width: auto;
	margin: 0px;
}

@media (max-width: 550px) {
	.login.button {
		font-size: 1rem;
		padding: 5px;
	}
}

.member-link {
	font-size: 1.5rem;
	color: #999;
	text-decoration: none;
	text-align: center;
	width: auto;
}

#search-header-container {
	position: absolute;
	top: -5px;
	right: 145px;
	font-size: 25px;
	color: #ee7600;
}

@media (max-width: 550px) {
	#search-header-container {
		right: 50px;
	}
}

#search-input {
	display: none;
}

#search-toggle {
	cursor: pointer;
	padding: 0px 0 0;
}

@media (max-width: 550px) {
	.header-image .title-area {
		padding: 30px 0 0;
	}
}

.site-header .search-form {
	float: right;
	margin: 0px auto 0;
	position: absolute;
	width: 165px;
	top: 0px;
	right: 5px;
	transition: all 1s;
}

#search-header-container .search-form-submit {
	display: none;
}

.home .genesis-nav-menu {
	border-bottom: none;
}

.genesis-nav-menu {
	text-align: center;
	border-bottom: 4px solid #09a2a7;
}

.nav-primary {
	background-color: #f9f8f8;
	border-top: none;
}

.genesis-nav-menu a {
	padding: 20px 30px;
	font-family: 'Gothic A1', sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #fff;
    text-decoration: none;
    background: #ee7600;
    transition: ease 1.25s;
}

.genesis-nav-menu .sub-menu a {
	font-size: 1.5rem;
}

.menu-toggle::before {
	font-size: 2rem;
	margin-top: 3px;
}

.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
	border-top: 1px solid #eee;
	font-size: 2rem;
}

.sub-menu-toggle {
	background: transparent;
}

.entry {
	padding: 0px;
	margin-bottom: 0px;
}

.home .entry-title {
	display: none;
}

.entry-title a:focus, .entry-title a:hover {
	color: #ee7600;
}

/* The 01,02,03,04 boxes on homepage */

.home-box {
	position: relative;
	background: #eee;
	padding: 75px;
}

.home-box::before {
	position: absolute;
	top: -100px;
	left: 0px;
	z-index: 0;
	right: 0;
	bottom: 0;
	font-size: 320px;
	margin-left: auto;
	margin-right: auto;
	width: 370px;
	color: #fff;
}

.home-box-1::before {
	content: "01";
	/*position: absolute;
	top: -100px;
	left: 0px;
	z-index: 0;
	right: 0;
	bottom: 0;
	font-size: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	color: #fff;*/
}

.home-box-2::before {
	content: "02";
}

.home-box-3::before {
	content: "03";
}

.home-box-4::before {
	content: "04";
}

.home-box a {
	text-decoration: none;
	color: #111821;
}

.home-box p, .home-box h2, .home-box hr {
	z-index: 1;
	position: relative;
}

.home-box:hover {
	background: #3ab5b9;
	transition: all 1s;
}

.home-box hr {
	width: 10%;
}

.home-box:hover hr {
	width: 100%;
	transition: all 1s;
}

.home article .espresso_events, .home article .espresso_venues {
	margin-top: 0 !important;
	background: none;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
}

.home-event-box .page-header,
.home-event-box .ee-event-img-dv,
.home-event-box .event-content,
.home-event-box .ee-pagination-dv,
.home-event-box .ee-event-datetimes-li-date-name {
/*.home .home-event-box ul li span.dashicons*/ 
    display: none;
}

.home-event-box .dashicons {
	margin-right: 4px;
}

.home .home-event-box .entry-title {
	display: inherit;
}

.home .home-event-box .entry-title a {
	display: inherit;
	color: #fff;
	font-size: 2.65rem;
	text-align: center;
}

@media (max-width:  1020px) {
	.home .home-event-box .entry-title a {
		font-size: 1.65rem;
	}
}

.home-event-box #download-iCal-frm-61 {
	display: none;
}

.home-event-box .ee-event-datetimes-li:first-child br {
	display: none;
}

.home-event-box .ee-event-datetimes-ul li {
	margin-bottom: 0px;
}

.home-event-box .espresso_events .ee-event-datetimes-ul li {
	list-style-type: none;
	font-size: 1.75rem;
	width: 100%;
}

@media (max-width: 1020px) {
	.home-event-box .espresso_events .ee-event-datetimes-ul li {
		font-size: 1.25rem;
	}
}

/*.home-event-box .ee-event-datetimes-li-timerange {
	padding: 0 35px;
}*/

.home-event-box .dashicons.dashicons-clock {
	padding-left: 25px;
}

.entry-content .home-event-box ol, .entry-content .home-event-box  ul {
	margin-bottom: 0px;
}

.home-event-box form {
	text-align: center;
}

.home-event-box form br {
	display: none;
}

.home-event-box .ticket-selector-submit-btn {
	float: none;
	background: none;
	font-family: 'Gothic A1', sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 8px auto 0;
	text-transform: uppercase;
	font-size: 0.85rem;
	border: none;
}

.home-event-box button:focus, 
.home-event-box button:hover, 
.home-event-box input[type="button"]:focus,
.home-event-box input[type="button"]:hover,
.home-event-box input[type="reset"]:focus,
.home-event-box input[type="reset"]:hover,
.home-event-box input[type="submit"]:focus,
.home-event-box input[type="submit"]:hover,
.home-event-box .button:focus,
.home-event-box .button:hover {
	background-color: transparent;
	color: #fff;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
	width: auto;
}

.sponsors-section {
	border-right: none !important;
	border-left: none !important;
	border-bottom: none !important;
}

body .wp-block-cb-carousel .slick-next::before,
body .wp-block-cb-carousel .slick-prev::before {
	color: #d5441c;
}

body .slick-next, body .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 10px;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: #d5441c;
	border: none;
	outline: 0;
	background: 0 0;
}

/* forms */
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    height: 40px;
    font-size: 16px;
}

input[type="file"], select {
	height: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #ee7600;
    border: 1px solid #ee7600;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button,
input,
label,
select,
textarea {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 20px;
}

/* Pages */
p {
	font-size: 20px;
	line-height: 1.25;
}

p.has-background {
	padding: 0;
}

.page .entry-title {
	text-align: center;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 64px;
}

table {
	word-break: keep-all;
	line-height: 1.25;
}

.become-member-table {
	font-size: 2rem;
}

.become-member-table tr td:nth-child(2), .become-member-table tr td:nth-child(3) {
	text-align: center;
}

body .become-member-table table tbody tr:nth-child(1),
body .become-member-table table tbody tr:last-child,
body .become-member-table table tbody tr:nth-last-child(2) {
    background-color: #fff !important;
}

.become-member-table tr:nth-child(2) {
	line-height: 3;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

td:first-child, th:first-child {
	padding-left: 10px;
}

tbody {
	border-bottom: none;
}

.become-member-table td:nth-child(2) a, .become-member-table td:nth-child(3) a {
	border: 1px solid #ee7600;
	padding: 5px 10px;
	background: #ee7600;
	color: #fff;
	text-decoration: none;
	margin: 2px 5px;
	display: block;
	height: 45px;
	vertical-align: top;
	line-height: 35px;
}

.become-member-table td:nth-child(2) a:hover, .become-member-table td:nth-child(3) a:hover {
	transition: all 1s;
	border: 1px solid #ee7600;
	padding: 5px 10px;
	background: #fff;
	color: #ee7600;
	text-decoration: none;
	margin: 2px 5px;
}

body .wp-block-columns {
	margin-bottom: 1em;
}

@media (max-width: 600px) {
	.become-member-table tbody td {
		display: table-cell !important;
		font-size: 1.25rem;
	}

	.become-member-table tr td:first-child {
		font-weight: bold;
		font-size: 1.25rem;
	}

	.become-member-table td img {
		max-width: 35px;
	}

	.become-member-table td:nth-child(2) a, .become-member-table td:nth-child(3) a {
		border: 1px solid #ee7600;
		padding: 5px 10px;
		background: #ee7600;
		color: #fff;
		text-decoration: none;
		margin: 5px 5px;
		clear: both;
		/* margin: 10px 0px; */
		display: block;
	}

	section .uagb-block-9fd20f60.uagb-section__wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	.become-member-table tr td:first-child {
		background: transparent;
	}
}

/* Members profile */

input[name="basic-user-avatar-erase"] {
	float: left;
	/* padding-right: 10px; */
	margin-right: 5px;
}

label[for="basic-user-avatar-erase"] {
	font-size: 1rem;
}

.description {
	font-size: 1.25rem;
}

#ws-plugin--s2member-profile-submit {
	background: #d5441c;
	width: 50%;
	border: none;
	border-radius: 0px;
}

/* Leadership team */

.uagb-team__social-icon {
	list-style: none !important;
}

.leadership-team-profiles figcaption {
	font-size: 20px;
	text-align: center;
}

.leadership-team-profiles h6 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 22px;
}

/* Member directory */
.vcard {
	font-size: 2rem;
	min-height: 570px;
	padding: 0 10px;
}

tbody .even, .tbody .even .td {
	background-color: #fff;
}

div.tbody .tr, div.tbody .vcard, #userslist2 .tbody .vcard {
	float: left;
	width: 330px;
	padding: 20px;
}

.avatar.td.td1 {
	/* width: 100% !important; */
	background: transparent;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

span.display_name {
	clear: both;
	font-size: 2.25rem;
}

/* Events */
.post-2305 {
	max-width: 1360px;
	margin: 0 auto;
}

.post-2305 .page-title {
	display: none;
}

.attachment-medium.size-medium.wp-post-image {
	float: left;
}

.espresso-event-list-wrapper-dv {
	padding-bottom: 50px;
}

.event-header .entry-title {
	text-align: left;
	padding: 0px;
	font-size: 3rem;
}

.ee-event-img-dv {
	float: left;
	padding: 0 10px 0 0;
	max-width: 300px;
}

.espresso_events .ee-event-datetimes-ul li {
	font-size: 2rem;
	margin-left: 10px;
}

.event-datetimes .ee-event-datetimes-ul {
	margin-bottom: 0px;
} 

.espresso_event_type-single-event {
	max-width: 1360px;
	margin: 50px auto;
}

.ee-status.event-active-status-DTU {
	background-color: #09a2a7;
}

.event-content li {
	font-size: 20px;
}

.entry-header .entry-meta {
	display: none;
}

.ee-status.event-active-status-DTU {
	display: none;
}

.tkt-slctr-tbl-wrap-dv {
	font-size: 2rem;
}

.post-2291 {
	max-width: 1360px;
	margin: 0 auto;
}

#espresso_calendar .time-display-block {
	font-size: 2rem;
}

@media (max-width: 550px) {
	#espresso_calendar .time-display-block {
		font-size: 1.25rem;
	}
}

#ee-single-page-checkout-dv {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
}

@media (max-width: 550px) {
	#espresso_calendar .fc-event-title,
	#espresso_calendar .time-display-block,
	.ui-tooltip-content p {
	    display: inherit;
	}
}

.ee-wpuser-login-button .button.button-primary {
	width: auto;
}

/* Footer */

#genesis-footer-widgets .wrap {
	padding: 0 5%;
}

#genesis-footer-widgets h1 {
	font-size: 64px;
	text-transform: uppercase;
}

.footer-widgets {
	background-color: #003952;
	clear: both;
	padding: 30px 0;
	border-top: 4px solid #09a2a7;
	color: #fff;
	text-align: center;
}

.footer-widgets p, .footer-widgets a {
	font-size: 2rem;
}

@media (max-width: 1020px) {
	.footer-widgets p, .footer-widgets a {
		font-size: 1.25rem;
	}
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 33%;
	padding: 0 5%;
}

@media (max-width: 650px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%;
		padding: 0 5%;
	}	
}

.footer-widgets-1 {
	margin-right: 0px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.button,
.wp-block-button__link {
    background-color: #ee7600;
    border: 1px solid #ee7600;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 8px 24px;
    text-decoration: none;
    white-space: normal;
    width: 65%;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 0px;
    background: #ee7600 !important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.wp-block-button__link:hover {
    background-color: transparent !important;
    color: #ef7701 !important;
    transition: 1s all;
    border: 1px solid #ef7701 !important;
}

#genesis-footer-widgets h2 {
	font-size: 2.25rem;
}

#genesis-footer-widgets p {
	padding-bottom: 10px;
}

.footer-address {
	color: #4d798c;
}

#genesis-footer-widgets a {
	color: #fff;
}

.footer-widgets .gform_wrapper.gravity-theme .gform_footer, 
.footer-widgets .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0px 0 0;
	padding: 16px 0;
}

.footer-widgets .gform_wrapper.gravity-theme .gform_fields {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 1%;
	-ms-grid-columns: (1fr 2%)[12];
	grid-row-gap: 0px;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	width: 100%;
}

.footer-widgets .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 0;
	vertical-align: middle;
}

.footer-widgets .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	align-items: center;
	display: grid;
}

.footer-widgets div input {
	height: auto;
}

/* Constant Contact Email Sign up */
.ctct-form-description h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#genesis-footer-widgets #ctct-form-wrapper-0 p {
	padding-bottom: 0px;
}

#ctct-form-wrapper-0 input {
	padding: 5px 10px;
}

#ctct-form-wrapper-0 .ctct-form-field-submit input {
	font-size: 2rem; 
}

.ctct-disclosure {
	display: none;
}

#genesis-footer-widgets .ctct-success {
	padding-bottom: 20px;
}

.site-footer {
	background-color: #e8e3da;
	border-top: 1px solid #eee;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	font-size: .75rem;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 1.25rem;
}