/*
Theme Name: Kellogg TRHT
Description: Theme for the Kellogg: Truth, Racial Healing & Transformation website.
Version: 1.0
Author: Burrell
*/

#field_2_9, #field_2_3, #field_2_5, #field_2_6 {
	width: 48%;
	display: inline-block;
}
@media (max-width: 550px) {
	#field_2_9, #field_2_3, #field_2_5, #field_2_6 {
		width: 100%;
	}
}
#field_2_9, #field_2_5 {
	margin-right: 4%;
}	
@media (max-width: 550px) {
	#field_2_9, #field_2_5 {
		margin-right: 0%;		  
	}
}

.mapplic-tooltip-description p strong {
	font-weight: bold!important;
}
.mapplic-tooltip-description h5 {
	margin-top: 20px!important;
}
.mapplic-tooltip-description p a {
	color: rgba(0, 129, 198, 0.8)!important;
}
.mapplic-tooltip {
	max-width: 400px!important;
}

.ndorh-tabs .grid .col .inner ul {
  list-style: disc;
}

.ndorh-tabs .grid .col .inner ul li {
  margin-left: 20px;
}

a.footer-link {
  font-size: 12px;
  color: white;
  text-decoration: none;
  float: right;
  margin-top: 5%;
}

a.footer-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 650px) {
  a.footer-link {
    color: white;
    float: left;
    text-decoration: none;
  }

  a.footer-link:hover {
    text-decoration: underline;
  }
}
.ndorh-tabs .tab-content .inner {
    padding: 0 50px 50px!important;
}

.ndorh-tabs .tab-content .inner ul {
    margin-top: 0!important;
}
.events-form .form-feature-image {
    background: url(/wp-content/uploads/2019/01/ndorh-event-feature-image-2019.jpg) center/cover no-repeat!important;
}

/* 2020 Event Map Styling */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.toggleMobileNav {
	display: none;
}