/*
Theme Name: Special Olympics Minnesota Custom Theme
Theme URI: 
Template: bootstrap-basic4
Author: 
Author URI:
Description: Custom theme for SOMN microsite
Version: 1
License: 
License URI: 
Text Domain: bootstrap-basic4-child
Domain Path:
Tags: 
*/



/* FONT */
@font-face {
  font-display: block;
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(//fonts.gstatic.com/s/ubuntu/v13/4iCu6KVjbNBYlgoKej70l0w.ttf) format('truetype');
}
@font-face {
  font-display: block;
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(//fonts.gstatic.com/s/ubuntu/v13/4iCp6KVjbNBYlgoKejZPslyPN4Q.ttf) format('truetype');
}
@font-face {
  font-display: block;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(//fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype');
}
@font-face {
  font-display: block;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(//fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoCxCvjsGyI.ttf) format('truetype');
}

html, html body {
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.5;
	color: #333;
}

body {
	background-repeat: no-repeat;
}



/* LINKS */
body a {
	/*rgb(74,79,84)*/
	color: #ed1c24;
	text-decoration: underline;
}

body a:hover, body a:focus, body a:active {
	text-decoration: underline;
	color: inherit;
}



/* FORMS */
.gform_wrapper form input[type="submit"] {
	background-color: #ED1C24;
	border: 1px solid #ED1C24;
	color: #fff;
	padding: 8px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gform_wrapper form input[type="submit"]:hover, .gform_wrapper form input[type="submit"]:active, .gform_wrapper form input[type="submit"]:focus {
	background-color: #fff;
	color: #ED1C24;
}



/* NAVIGATION */
.utilitynav {
	color: #fff;
	font-size: 12px;
}

.utilitynav.row {
	flex-direction: column;
	padding-top: 10px;
}

.utilitynav a {
	color: #fff;
	text-decoration: none;
}

.utilitynav a:hover, .utilitynav a:active, .utilitynav a:focus {
	color: #fff;
	text-decoration: none;
}

.utilitynav .widget_nav_menu ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 6px;
	float: right;
	margin-right: 30px;
}

.utilitynav .widget_nav_menu ul li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	margin-right: 45px;
}

.utilitynav .widget_nav_menu ul li a {
	font-size: 16px;
	font-weight: bold;
}

.utilitynav .widget_custom_post_widget {
	position: absolute;
	right: 0;
}

.utilitynav .widget_search {
	padding-left: 30px;
}

.utilitynav .input-group {
	width: 150px;
}

.utilitynav .form-control {
	height: 30px;
	font-size: 12px;
	letter-spacing: 1px;
	border: none;
	background-color: transparent;
	color: #fff !important;
	flex: none;
	border-radius: 0;
	margin-right: 10px;
}

.utilitynav .form-control:focus {
	background-color: transparent;
	box-shadow: none;
}

.utilitynav .form-control:placeholder {
	text-transform: uppercase;
	color: #fff;
}

.utilitynav .form-control::placeholder {
	text-transform: uppercase;
	color: #fff;
}

.utilitynav .btn-outline-secondary {
	color: #fff;
	border: none;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
}



/* LOGO */
.site-branding img {
	width: 200px;
	height: auto;
}

.site-branding {
	padding-left: 30px;
}

.site-branding .wp-block-image {
	margin-top: -18px;
}



/* MAIN NAVIGATION */
.main-navigation ul li a {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.main-navigation .navbar-light .navbar-nav .nav-link {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

.main-navigation ul li.menu-item {
	margin-right: 30px;
}

body .dropdown-menu {
	border-top: 0;
	border-radius: 0px 0px 5px 5px;
}

body .dropdown-item.active, body .dropdown-item:active {
	background-color: #ED1C24;
	color: #fff;
}

.navbar.bg-light {
	background-color: transparent !important;
}

body .dropdown-item:focus, body .dropdown-item:hover {
	background-color: #ED1C24;
	color: #fff;	
}

body .dropdown-toggle::after {
	border: none;
	display: none;
}

body .navbar-light .navbar-nav .active > .nav-link, body .navbar-light .navbar-nav .nav-link.active, body .navbar-light .navbar-nav .nav-link.show, body .navbar-light .navbar-nav .show > .nav-link {
	color: #ED1C24;
}

body .navbar-light .navbar-nav .nav-link:focus, body .navbar-light .navbar-nav .nav-link:hover {
	color: #333;
}

.main-navigation input[type=search] {
  border-radius: 25px;
  width: 70px;
   -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  border-color: #fff;
}

.main-navigation input[type=search]:focus {
	width: 200px;
}

.main-navigation .widget_search button {
	border-radius: 0 25px 25px 0;
	color: transparent;
	width: 25px;
	background-color: #fff;
	border-color: #fff;
   -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-image: url('search_icon.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.main-navigation button:focus, .main-navigation button:hover {
	color: transparent;
	background-color: #fff;
	border-color: #fff;
}

.main-navigation .form-control::placeholder {
	font-size: 14px;
}

.main-navigation .form-control:focus::placeholder {
	font-size: inherit;
}

.main-navigation .form-control:focus {
	box-shadow: none;
}



/* HOMEPAGE */
body #main .post, body #main .page {
	border: none;
 }

.home .has-4-columns h2 {
	font-weight: bold;
	font-size: 56px;
}

.home .has-4-columns {
	margin-bottom: 100px;
	margin-top: 100px;
}

.home p.large {
	font-weight: 300;
	color: rgb(136,149,158);
	font-size: 30px;
	width: 70%;
	margin: 0 auto;
}

.home #main .page {
	margin-bottom: 0;
	padding-bottom: 0;
}

.home h1 {
	color: #fff;
	text-align: center;
}

body.home {
	background-size: contain;
	background-repeat: no-repeat;
}

.home header.entry-header {
	margin-top: 150px;
	margin-bottom: 300px;
}

.home .entry-content {
	padding-top: 40px;
}



/* ANNOUNCEMENT */
.announcement {
	width: 100%;
	background-color: #EEEEEF;
	padding: 50px;
}

.announcement .widget {
	background-color: #fff;
	border: 1px solid rgb(94,94,94);
	width: 80%;
	margin: 0 auto;
	padding: 30px;
}

.announcement .widget h3 {
	background-color: #ED1C24;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-transform: uppercase;
	width: 145px;
	display: inline-block;
	margin-top: -43px;
	margin-bottom: 40px;
}



/* UPCOMING EVENTS */
.upcomingevents {
	width: 100%;
	background-color: rgb(226,232,236);
	padding: 85px 0;
}

.upcomingevents h3 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 60px;
}

.upcomingevents .type-tribe_events {
	width: 30%;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 60px;
-webkit-box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
-moz-box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
}

.upcomingevents .tribe-events-adv-list-widget .type-tribe_events {
	margin-left: 1.5%;
	margin-right: 1.5%;
	min-height: 460px;
	margin-bottom: 100px;
}

.upcomingevents .tribe-mini-calendar-event {
	border-bottom: none;
}

.upcomingevents .type-tribe_events img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.upcomingevents p.tribe-events-widget-link {
	display: none;
}

.upcomingevents .tribe-mini-calendar-event .list-info {
	display: block;
	float: none;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.upcomingevents h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 24px;
}

.upcomingevents .tribe-mini-calendar-event .list-info h2 {
	font-size: 20px;
	margin-top: 30px;
}

.upcomingevents h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #494F53;
}

.upcomingevents .tribe-mini-calendar-event .list-date {
	background: transparent;
	box-sizing: inherit;
	display: block;
	float: none;
	font-weight: normal;
	width: 100%;
	padding-bottom: 40px;
}

.upcomingevents .tribe-mini-calendar-event .list-date .list-daynumber {
	color: #88959E;
	display: block;
}

.hideeventcontent .tribe-events-content {
	display: none !important;
}

.hideeventcontent #tribe-events-photo-events .tribe-events-photo-event {
	border-radius: 5px;
	-webkit-box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
	-moz-box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
	box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
	min-height: 530px;
}

.hideeventcontent .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
	min-height: 150px;
	padding: 15px 15px 30px 15px;
	background-color: #fff;
}

.hideeventcontent .tribe-events-event-details {
	text-align: center;
}

.hideeventcontent .tribe-events-list-event-title {
	padding: 0 15px;
}

.hideeventcontent .tribe-events-list-event-title h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}

.hideeventcontent .tribe-events-list-event-title h2 a {
	font-weight: normal;
}

.hideeventcontent .tribe-events-event-meta {
	font-size: 15px;
	font-weight: normal;
	color: #88959E;
}

.hideeventcontent .tribe-events-list #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title {
	font-size: 20px;
	margin-top: 20px;
	font-weight: normal;
	padding: 0 15px;
}

.hideeventcontent .event-is-recurring {
	color: #88959E;
	font-weight: normal;
}

.hideeventcontent .type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
	box-shadow: none;
}



/* STORIES */
.storiesfeed {
	width: 100%;
}

.storiesfeed p {
	color: rgb(136,149,158);
	font-size: 18px;
	font-weight: 300;
}

.storiesfeed a {
	color: rgb(74,79,84);
	font-weight: normal;
	text-decoration: none;
}

.page-template-page-stories h1.entry-title {
	font-size: 3.2rem;
	text-align: center;
}

.page-template-page-stories #main {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-stories header.page-header {
	margin-bottom: 75px;
	background-color: rgb(136,149,158);
}

.page-template-page-stories .footer-social-media {
	background-color: #fff;
}

.page-template-page-stories .emailsignup input.ctct-text, .page-template-page-stories .emailsignup input.ctct-email {
	border: 1px solid #636359;
}

.page-template-page-stories .emailsignup input[type="submit"] {
	padding: 10px 15px;
}

.page-template-page-stories .emailsignup input[type="submit"]:hover {
	border-color: #636359;
}

.page-template-page-stories .emailsignup {
	background-color: rgb(226,232,236);
}

.page-template-page-stories article table {
	margin-bottom: 60px;
}

.page-template-page-stories article table td {
	width: 50%;
	vertical-align: top;
}

.page-template-page-stories article table td img {
	max-width: 100%;
	height: auto;
}

.page-template-page-stories article table header.entry-header {
	padding: 0px 40px 20px 0;
}


.page-template-page-stories article table header.entry-header h2 {
	font-size: 2.1rem;
}

.page-template-page-stories article table header.entry-header a {
	text-decoration: none;
}

.page-template-page-stories article .entry-content {
	padding: 0 40px 40px 0;
}






/* EMAIL SIGNUP */
.emailsignup {
	background-color: rgb(226,232,236);
	color: #333;
	padding: 60px 10%;
	width: 100%;
	text-align: center;
}

.emailsignup h2 {
	font-weight: bold;
	font-size: 46px;
}

.emailsignup .ctct-disclosure {
	display: none;
}

.emailsignup .ctct-form-wrapper .ctct-form .ctct-label-top label, .emailsignup .ctct-form-wrapper .ctct-form .ctct-label-bottom label {
	position: absolute;
	left: -9999px;
}

.emailsignup .ctct-form-wrapper .ctct-form-field {
	float: left;	
}

.emailsignup input[type="text"] {
	width: 300px;
	border: 4px solid #fff;
	border-radius: 3px;
	padding: 10px 20px;
}

.emailsignup input[type="email"] {
	width: 300px;
	margin-right: 30px;
	border: 4px solid #fff;
	border-radius: 3px;
	padding: 10px 20px;
}

.emailsignup input[type="submit"] {
	border: 2px solid #333;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #000;
	padding: 10px 15px;
	letter-spacing: 1px;
	border-radius: 3px;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.emailsignup input[type="submit"]:hover, .emailsignup input[type="submit"]:active, .emailsignup input[type="submit"]:focus {
	background-color: #fff;
	color: #000;
}

.emailsignup input#first_name___0b6f15aecd3d249d5f60d1697a1d9bd0 {
	margin-right: 30px;
}

.emailsignup p.ctct-form-field-text {
	margin-left: 100px;
}



/* SPONSORS */
.sponsors {
	width: 100%;
	padding-bottom: 0;
}

.sponsors .widget {
	margin: 0 auto;
}

.sponsors .widget_custom_html {
	text-align: center;
	margin-top: 35px;
}

.sponsors .widget_custom_html h3 {
	font-size: 46px;
	font-weight: bold;
}

body .sponsors .n2-active, body div#n2-ss-3 .n2-style-39267de93574b07f489b9f627f8b4053-dot.n2-active, body div#n2-ss-3 .n2-style-39267de93574b07f489b9f627f8b4053-dot:hover {
	background-color: #333 !important;
}

div#n2-ss-3 .n2-style-a93083268e88aa9ccec40d376bf23094-heading:hover, div#n2-ss-3 .n2-style-a93083268e88aa9ccec40d376bf23094-heading:active, div#n2-ss-3 .n2-style-a93083268e88aa9ccec40d376bf23094-heading:focus {
	background-color: #333 !important;
}



/* FLOATING MENU */
#sidebarmenu {
	display: block;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 1000;
}

#sidebarmenu ul {
	display: flex;
	list-style: none;
	flex-direction: column;
}

#sidebarmenu ul li {
	margin: 7px 0;
	list-style: none;
}

#sidebarmenu ul li a {
	background-color: #ED1C24;
	opacity: 0.95;
	padding: 1em 1.5em;
	border-radius: 7px 0 0 7px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebarmenu ul li a:hover, #sidebarmenu ul li a:focus, #sidebarmenu ul li a:active {
	opacity: 1;
	background-color: #B2151B;
}
	



/* LANDING PAGE TEMPLATE */
body #main .post, body #main .page {
	padding: 0;
}

body.page-template-page-landingpage {
	background-size: contain;
	background-repeat: no-repeat;
}

.page-template-page-landingpage header.entry-header {
	margin-top: 150px;
	margin-bottom: 300px;
}

.page-template-page-landingpage header.entry-header h1 {
	color: #fff;
	text-align: center;
	font-size: 100px;
	text-transform: uppercase;
}

.page-template-page-landingpage .entry-content {
	padding-top: 40px;
	padding-bottom: 150px;
}

p.large {
	font-weight: 300;
	color: rgb(136,149,158);
	font-size: 30px;
	width: 70%;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.page-template-page-landingpage .entry-content .wp-block-columns, .page-template-page-landingpage .entry-content p, .page-template-page-landingpage .entry-content h2, .page-template-page-landingpage .entry-content h3, .page-template-page-landingpage .entry-content h4 {
	padding-left: 10%;
	padding-right: 10%;
}

.page-template-page-landingpage .entry-content ul {
	padding-left: 15%;
	padding-right: 10%;
}

.page-template-page-landingpage .entry-content .wp-block-columns p, .page-template-page-landingpage .entry-content .wp-block-columns h2, .page-template-page-landingpage .entry-content .wp-block-columns h3, .page-template-page-landingpage .entry-content .wp-block-columns h4, .page-template-page-landingpage .entry-content .wp-block-columns ul {
	padding-left: inherit;
	padding-right: inherit;
}

.page-template-page-landingpage .entry-content p.large {
	padding-left: 0;
	padding-right: 0;
}

.page-template-page-landingpage .wp-block-button.is-style-outline {
	color: rgb(136,149,158);
	margin-top: 30px;
	margin-bottom: 60px;
}

.page-template-page-landingpage .wp-block-button.is-style-outline a:hover, .page-template-page-landingpage .wp-block-button.is-style-outline a:focus, .page-template-page-landingpage .wp-block-button.is-style-outline a:active {
	text-decoration: none;
	color: #333;
	background-color: transparent;
}

.page-template-page-landingpage .is-style-outline .wp-block-button__link {
	box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
	border-radius: 25px;
	border: 1px solid transparent;
	padding-left: 48px;
	padding-right: 48px;
}

.page-template-page-landingpage .wp-block-caxton-super-hero {
	margin-bottom: 100px;
}

.page-template-page-landingpage .wp-block-caxton-super-hero figcaption {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 50%;
	text-align: left;
	margin-bottom: 0;
}

p.light {
	color: rgb(136,149,158);
}

a.wp-block-button__link:hover, a.wp-block-button__link:focus, a.wp-block-button__link:active {
	text-decoration: none;
	background-color: rgb(136,149,158);
}

a.wp-block-button__link {
	border-radius: 25px;
	padding: 6px 48px;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.page-template-page-landingpage .emailsignup {
	background-color: #fff;
}

.page-template-page-landingpage .emailsignup input.ctct-text, .page-template-page-landingpage .emailsignup input.ctct-email {
	border: 1px solid #636359;
}


.page-template-page-landingpage .emailsignup input[type="submit"] {
	padding: 10px 15px;
}

.page-template-page-landingpage .emailsignup input[type="submit"]:hover {
	border-color: #636359;
}




/* DEFAULT PAGE */
body.page-template-default {
	background-size: 100%;
	background-position-y: 122px;
}

.page-template-default h1.page-title {
	font-size: 3.2rem;
	text-align: center;
}

.page-template-default #main {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-default header.page-header {
	margin-bottom: 450px;
	background-color: rgb(136,149,158);
}

.page-template-default header.page-header.nofeaturedimage {
	margin-bottom: 60px;
}

.page-template-default header .row-with-vspace {
	margin-bottom: 0;
}

.page-template-default #main .page {
	padding: 0;
}

.page-template-default header h1.entry-title {
	color: #333;
	text-align: center;
	font-size: 2.7rem;
}

.page-template-default #content.row {
	margin-left: 0;
	margin-right: 0;
}

.page-template-default #content.row-with-vspace {
	margin-bottom: 0;
}

.page-template-default .footer-social-media {
	background-color: #fff;
}

.socialmediaheadline {
	margin-left: 25px;
}



/* PAGE - QUICK LINKS */
.page-template-page-quicklinks header .row-with-vspace {
	margin-bottom: 0;
}

.page-template-page-quicklinks {
	background-size: contain;
	background-repeat: no-repeat;
}

.page-template-page-quicklinks header.entry-header {
	margin-top: 150px;
	margin-bottom: 200px;
}

.page-template-page-quicklinks header.entry-header h1 {
	color: #fff;
	text-align: center;
	font-size: 100px;
	text-transform: uppercase;
}

.page-template-page-quicklinks .entry-content {
	padding-top: 40px;
	padding-bottom: 150px;
}

details {
	margin-bottom: 40px;
}

details summary {
	background-color: #BCBEC0;
	color: #333;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 25px;
}

details summary p {
	padding: 20px;
}

.page-template-page-quicklinks #content.row-with-vspace {
	margin-bottom: 0;
}

.page-template-page-quicklinks .footer-social-media {
	background-color: #fff;
}





/* PAGE - EVENTS */
.page-template-page-events {
	background-size: contain;
	background-repeat: no-repeat;
}

.page-template-page-events header.entry-header {
	margin-top: 150px;
	margin-bottom: 300px;
}

.page-template-page-events header.entry-header h1 {
	color: #fff;
	text-align: center;
	font-size: 100px;
	text-transform: uppercase;
}

.page-template-page-events .entry-content {
	padding-top: 40px;
	padding-bottom: 150px;
}

.page-template-page-events header .row-with-vspace, .post-type-archive-tribe_events header .row-with-vspace {
	margin-bottom: 0;
}

.post-type-archive-tribe_events #main.col-md-9 {
	margin: 0 auto;
}

.post-type-archive-tribe_events #sidebar-right {
	display: none;
}

body #tribe-events .tribe-events-button {
	background-color: #efefef;
	color: #666;
}

body #tribe-events .tribe-events-button:hover, body #tribe_events_filters_wrapper input[type="submit"], body .tribe-events-button.tribe-active:hover, body .tribe-events-button.tribe-inactive, body .tribe-events-button:hover, body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #ED1C24;
}

li.tribe-events-past a {
	color: #000;
}

a.tribe-events-read-more {
	color: #000;
}

.post-type-archive-tribe_events .breadcrumbs {
	display: none;
}

.single-tribe_events #sidebar-right {
	display: none;
}

.single-tribe_events .breadcrumbs {
	display: none;
}

body.single-tribe_events #main.col-md-9 {
	margin: 0 auto;
	float: none;
	padding: 0;
}

.single-tribe_events h1.tribe-events-single-event-title {
	font-size: 3.2rem;
	text-align: center;
}

p.tribe-events-back a {
	font-weight: 300;
}

p.tribe-events-back a:hover, p.tribe-events-back a:active, p.tribe-events-back a:focus {
	color: #ED1C24;
}

.tribe-events-schedule h2 {
	font-weight: normal;
	color: rgb(136,149,158);
	text-align: center;
	display: block;
	margin-bottom: 60px;
}

ul.tribe-events-sub-nav li a {
	font-weight: 300;
}

.post-type-archive-tribe_events header.page-header {
	margin-bottom: 75px;
	background-color: rgb(136,149,158);
}

body .tribe-events-page-title {
	font-size: 2.7rem;
}

body .tribe-events-notices {
	border-color: #636359;
	color: #333;
	background-color: rgb(226,232,236);
}

.page-template-page-events .textwidget h3 {
	display: none;
}

.page-template-page-events .type-tribe_events {
	width: 30%;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 60px;
-webkit-box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
-moz-box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
box-shadow: 1px 0px 5px 0px rgba(187,187,187,1);
}

.page-template-page-events .tribe-events-adv-list-widget .type-tribe_events {
	margin-right: 1.5%;
	margin-left: 1.5%;
	min-height: 385px;
	margin-bottom: 100px;
}

.page-template-page-events .tribe-mini-calendar-event {
	border-bottom: none;
	min-height: 450px;
}

.page-template-page-events .tribe-mini-calendar-event.first {
	margin-top: 0;
}

.page-template-page-events .type-tribe_events img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.page-template-page-events p.tribe-events-widget-link {
	display: none;
}

.page-template-page-events .tribe-mini-calendar-event .list-info {
	display: block;
	float: none;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-events main h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 24px;
}

.page-template-page-events .tribe-mini-calendar-event .list-info h2 {
	font-size: 20px;
	margin-top: 30px;
}

.page-template-page-events main h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #494F53;
}

.page-template-page-events .tribe-mini-calendar-event .list-date {
	background: transparent;
	box-sizing: inherit;
	display: block;
	float: none;
	font-weight: normal;
	width: 100%;
	padding-bottom: 40px;
}

.page-template-page-events .tribe-mini-calendar-event .list-date .list-daynumber {
	color: #88959E;
	display: block;
}

.page-template-page-events .footer-social-media {
	background-color: #fff;
}

.page-template-page-events .emailsignup input.ctct-text, .page-template-page-events .emailsignup input.ctct-email {
	border: 1px solid #636359;
}

.page-template-page-events .emailsignup input[type="submit"] {
	padding: 10px 15px;
}

.page-template-page-events .emailsignup input[type="submit"]:hover {
	border-color: #636359;
}

.page-template-page-events .emailsignup {
	background-color: rgb(226,232,236);
}

.post-type-archive-tribe_events .footer-social-media {
	background-color: #fff;
}

.post-type-archive-tribe_events .emailsignup input.ctct-text, .post-type-archive-tribe_events .emailsignup input.ctct-email {
	border: 1px solid #636359;
}

.post-type-archive-tribe_events .emailsignup input[type="submit"] {
	padding: 10px 15px;
}

.post-type-archive-tribe_events .emailsignup input[type="submit"]:hover {
	border-color: #636359;
}

.post-type-archive-tribe_events .emailsignup {
	background-color: rgb(226,232,236);
}

.single-tribe_events .footer-social-media {
	background-color: #fff;
}




/* PAGE - DONATE */
.page-template-page-donatepage header .row-with-vspace {
	margin-bottom: 0;
}

body.page-template-page-donatepage {
	background-size: contain;
	background-repeat: no-repeat;
}

.page-template-page-donatepage header.entry-header {
	margin-top: 150px;
	margin-bottom: 300px;
}

.page-template-page-donatepage header.entry-header h1 {
	color: #fff;
	text-align: center;
	font-size: 100px;
	text-transform: uppercase;
}

.page-template-page-donatepage .entry-content {
	padding-top: 40px;
	padding-bottom: 150px;
}

.page-template-page-donatepage .wp-block-media-text {
	margin-bottom: 100px;
	margin-bottom: 250px;
}

.page-template-page-donatepage .wp-block-media-text__content {
	padding: 40px;
	background-color: #fff;
}

.page-template-page-donatepage .wp-block-column {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 0 30px 30px 30px;
	margin-bottom: 80px;
	border-radius: 5px;
}

.page-template-page-donatepage .wp-block-column h3 {
	color: #333;
	background-color: rgb(226,232,236);
	font-weight: bold;
	font-size: 2rem;
	padding: 20px;
	position: relative;
	top: -50px;
	margin-bottom: -20px;
	border-radius: 3px;
}

.page-template-page-donatepage .sponsors {
	background-color: #fff;
}

.page-template-page-donatepage a.wp-block-button__link {
	border: 1px solid #ed1c24;
}

.page-template-page-donatepage a.wp-block-button__link:hover, .page-template-page-donatepage a.wp-block-button__link:focus, .page-template-page-donatepage a.wp-block-button__link:active {
	text-decoration: none;
	border: 1px solid #efefef;
	background-color: #fff !important;
	color: #ed1c24 !important;
}



/* PAGE WITH SIDEBAR */
.page-template-page-sidebar .row-with-vspace {
	margin-bottom: 0;
}

.page-template-page-sidebar .featuredimage {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.page-template-page-sidebar .featuredimage img {
	width: 100%;
	height: auto;
}

.page-template-page-sidebar #main.col-md-9 {
	padding: 0 10% 0 0;
	float: left;
}

.page-template-page-sidebar #main.col-md-9 .post {
	padding: 0;
}

.page-template-page-sidebar #sidebar-right {
	float: right;
}

.page-template-page-sidebar .featuredimage img {
	margin-bottom: 50px;
}

.page-template-page-sidebar h1.entry-title {
	font-size: 3.2rem;
	margin-bottom: 60px;
}

.page-template-page-sidebar h1.entry-title a {
	text-decoration: none;
	color: #333;
}

.page-template-page-sidebar #main {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-sidebar header.page-header {
	margin-bottom: 75px;
	background-color: rgb(136,149,158);
}

body.page-template-page-sidebar {
	background: none !important;
}

body.page-template-page-sidebar .footer-social-media {
	background-color: #fff;
}



/* SINGLE POST PAGE */
body .ssbp-wrap {
	display: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
}

body.single #main article .ssbp-wrap {
	display: inherit;
}

body .ssbp-wrap p {
	float: left;
}

.single .row-with-vspace {
	margin-bottom: 0;
}

.single .featuredimage {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.single .featuredimage img {
	width: 100%;
	height: auto;
}

.single .container.somncontainer {
	padding: 0;
}

.single #main.col-md-9 {
	padding: 0 10% 0 0;
	float: left;
}

.single #main.col-md-9 .post {
	padding: 0;
}

.single #sidebar-right {
	float: right;
}

.single .featuredimage img {
	margin-bottom: 50px;
}

.single h1.entry-title {
	font-size: 3.2rem;
	margin-bottom: 60px;
}

.single h1.entry-title a {
	text-decoration: none;
	color: #333;
}

.single  #main {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.single header.page-header {
	margin-bottom: 75px;
	background-color: rgb(136,149,158);
}

body.single {
	background: none !important;
}



/* COMMENTS */
form.comment-form .form-control {
	border-radius: 0;
}

form.comment-form .form-control:focus {
	border-color: #ed1c24;
	box-shadow: 0 0 0 .2rem #ed1c24;
}

form.comment-form input[type="submit"] {
	background-color: #ED1C24;
	border: 1px solid #ED1C24;
	color: #fff;
	padding: 8px 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
}

form.comment-form input[type="submit"]:hover, form.comment-form input[type="submit"]:focus, form.comment-form input[type="submit"]:active {
	background-color: #fff;
	color: #ED1C24;	
}



/* 404 PAGE */
.error404 h1.page-title {
	font-size: 3.2rem;
	text-align: center;
}

.error404 #main {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.error404 header.page-header {
	margin-bottom: 75px;
	background-color: rgb(136,149,158);
}

.error404 .row-with-vspace {
	margin-bottom: 0;
}



/* SEARCH RESULTS */
body.search-results {
	background: none !important;
}

body.search-results header.page-header, body.search-no-results header.page-header {
	margin-bottom: 75px;
	background-color: rgb(136,149,158);
}

body.search-results h1, body.search-no-results h1 {
	text-align: center;
	font-size: 3.2rem;
}

body.search-results h1.entry-title {
	text-align: left;
	font-size: 2.7rem;
}

body.search-results h1.entry-title a {
	text-decoration: none;
}

body.search-results .row-with-vspace, body.search-no-results .row-with-vspace {
	margin-bottom: 0;
}

body.search-results #main.col-md-9, body.search-no-results #main.col-md-9 {
	margin: 0 auto 100px;
}

body.search-results .page-content form {
	margin-bottom: 75px;
}



/* SIDEBAR */
body #sidebar-left .widget, body #sidebar-right .widget {
	border: none;
	background-color: rgb(226,232,236);
	padding: 0 20px 20px 20px;
}

#sidebar-right .widget h1.widget-title {
	color: #fff;
	background-color: rgb(136,149,158);
	padding: 10px 20px;
	margin: 0 -20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#sidebar-right .widget p {
	margin-top: 40px;
}

#sidebar-right .widget h3 {
	margin-top: 20px;
	font-size: 1.4rem;
}




/* BREADCRUMBS */
.breadcrumbs {
	font-size: 13px;
	margin-bottom: 50px;
	width: 100%;
}

body .breadcrumbs a {
	color: #666;
	text-decoration: none;
}

body .breadcrumbs a:hover, body .breadcrumbs a:active, body .breadcrumbs a:focus {
	color: #ED1C24;
}

.breadcrumbs span, body #main .breadcrumbs span.post, body #main .breadcrumbs span.page {
	padding-left: 2px;
	padding-right: 2px;
}



/* FOOTER SOCIAL MEDIA */
.footer-social-media {
	background-color: rgb(226,232,236);
	text-align: center;
	padding: 70px 0 50px;
	font-size: 46px;
	font-weight: bold;
}



/* FOOTER */
body .site-footer {
	background-color: #333;
	border-top: none;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	padding-left: 7%;
	padding-right: 7%;
}

body .site-footer a {
	color: #fff;
	text-decoration: none;
}

body .site-footer a:hover, body .site-footer a:focus, body .site-footer a:active {
	text-decoration: underline;
}

.footermenu {
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 0px;
}

.footermenucolumn {
	width: 25%;
	float: left;
	display: inline-block;
	padding-right: 5%;
	margin-bottom: 100px;
}

.footermenucolumn:nth-child(4) {
	padding-right: 0;
}

.footermenucolumn p, .footermenucolumn p a, #footer-row p {
	font-size: 20px;
	font-weight: 300;
}

.site-footer .col-md-6.footer-left {
	padding-left: 0;
}

.site-footer .col-md-6.footer-right {
}

.site-footer .col-md-6.footer-right img {
	margin-left: 15px;
}

.site-footer .col-md-6.footer-left table td {
	vertical-align: top;
}

.footermenu h4, #footer-row h4 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.footercopyright {
	margin-top: 250px;
	margin-bottom: 60px;
}

.footercopyright img {
	width: 200px;
	height: auto;
	margin-right: 60px;
	float: left;
}

.footercopyright p {
	font-size: 24px;
	font-weight: 300;
}



/* DEFAULT POPUP THEME */
body .pum-theme-7 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 60px 100px 140px;
}

body .pum-theme-7 .pum-title, .pum-theme-default-theme .pum-title {
	margin-bottom: 60px;
}

body .pum-theme-7 .pum-content, .pum-theme-default-theme .pum-content {
	text-shadow: 2px 2px 4px #333;
	line-height: 1.5;
}



/* COOKIE NOTICE */

body .cn-button.bootstrap {
	text-shadow: none;
	border-radius: 0;
	border-color: #000;
	box-shadow: none;
	color: #000;
	background-color: #fff;
	background-image: none;
}

body .cn-button.bootstrap:hover, body .cn-button.bootstrap:active, body .cn-button.bootstrap:focus {
	color: #fff;
	background-color: #ed1c24;
}

body .pum-theme-7 .pum-content, .pum-theme-default-theme .pum-content {
	font-size: 24px;
	text-shadow: 2px 2px 4px #000000;
}


/* MOBILE */
@media screen and (max-width: 767px) {
	body .utilitynav.row {
		display: none;
	}
	.site-branding .wp-block-image {
		margin-top: 10px;
	}
	.home header.entry-header {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.home h1 {
		color: #333;
		padding: 0 20px;
	}
	.home p.large {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	body .navbar-light .navbar-toggler {
		border-color: #fff;
	}
	body .navbar-light .navbar-toggler:focus, body .navbar-light .navbar-toggler:hover, body .navbar-light .navbar-toggler:active {
		background-color: #333;
	}
	body .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	body .main-navigation ul li a, body .main-navigation .navbar-light .navbar-nav .nav-link {
		color: #333;
	}
	header .float-right {
		float: none !important;
	}
	.main-navigation ul {
		padding-top: 40px;
	}
	body .main-navigation input[type="search"] {
		border-color: #efefef;
	}
	.upcomingevents .type-tribe_events {
		width: 100%;
		float: none;
	}
	.upcomingevents .type-tribe_events img {
		width: 100%;
		height: auto;
	}
	.storiesfeed .wp-block-media-text__content {
		padding: 10%;
	}
	.emailsignup .ctct-form-wrapper .ctct-form-field {
		float: none;
	}
	.emailsignup p.ctct-form-field-text {
		margin-left: 0;
	}
	.emailsignup input#first_name___0b6f15aecd3d249d5f60d1697a1d9bd0, .emailsignup input[type="email"] {
		margin-right: 0;
	}
	body .site-footer .footermenucolumn {
		width: 100%;
		float: none;
		display: block;
		padding: 5% 0 0 0;
		margin-bottom: 40px;
	}
	body .footercopyright img {
		margin: 0 auto 40px;
		float: none;
		display: block;
	}
	body .footercopyright .widget_custom_post_widget {
		text-align: center;
	}
	.page-template-page-donatepage .wp-block-columns.has-3-columns {
		display: block;
		width: 100%;
	}
	.page-template-page-donatepage .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	#sidebarmenu {
		display: none;
	}
	.page-template-page-donatepage header.entry-header h1 {
		color: #333;
		font-size: 3rem;
	}
	.page-template-page-donatepage header.entry-header {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	.post-type-archive-tribe_events #content.row {
		margin-left: 10px;
		margin-right: 10px;
	}
	.page-template-page-events .page-header-top-right {
		margin-top: 0;
	}
	.page-template-page-events .page-header-top-right .navbar {
		padding-top: 0;
	}
	.page-template-page-events .site-title {
		margin-top: 0;
	}
	.page-template-page-events header.entry-header h1 {
		color: #333;
		font-size: 3rem;
	}
	.page-template-page-events header.entry-header {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	.page-template-page-events .type-tribe_events {
		width: 95%;
		float: none;
	}
	.page-template-page-events .type-tribe_events img {
		width: 100%;
		height: auto;
	}
	.page-template-page-quicklinks header.entry-header h1 {
		color: #333;
		font-size: 3rem;
	}
	.page-template-page-quicklinks header.entry-header {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	body .dropdown-menu {
		border-color: transparent;
	}
	.page-template-page-landingpage header.entry-header h1 {
		color: #333;
		font-size: 3rem;
	}
	.page-template-page-landingpage header.entry-header {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	.page-template-page-landingpage .wp-block-caxton-super-hero figcaption {
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
	}
	.single #content.row {
		margin-left: 10px;
		margin-right: 10px;
	}
	.page-template-page-stories #main table td {
		width: 100%;
		display: block;
	}
	body.home .navbar-light .navbar-toggler {
		border-color: #333;
	}
	body.home .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
}

@media screen and (min-width: 768px) and (max-width: 899px) {
	.home header.entry-header {
		margin-top: 250px;
		margin-bottom: 100px;
	}
	.home h1 {
		 color: #333;
	}
}

@media screen and (min-width: 900px) {
	.home header.entry-header {
		margin-bottom: 100px;
		margin-top: 100px;
	}
}

@media screen and (min-width: 1400px) {
	.page-template-page-landingpage header.entry-header {
		margin-bottom: 600px;
	}
	.page-template-page-donatepage header.entry-header {
		margin-bottom: 600px;
	}
	.page-template-page-quicklinks header.entry-header {
		margin-bottom: 480px;
	}
	.home header.entry-header {
		margin-bottom: 250px;
	}	
}

@media screen and (min-width: 1900px) {
	.home header.entry-header {
		margin-bottom: 350px;
	}
}

