

/* --------- NAV BAR TWEAKS ----------- */
/* enlarges white logo on main landing page */
img.mk-desktop-logo.light-logo {
  max-height: 200% !important;
  width: 180px !important;
  margin-top:20px !important;
}
nav a.menu-item-link.one-page-nav-item {
  padding-right: 14px !important;
  padding-left: 14px !important;
}
/* fixes site search form from going off screen on viewports less than 1074px wide */
@media screen and (max-width: 1074px) {
  div#mk-nav-search-wrapper { right: 5px; }
  .mk-icon-search:before  { padding-right: 15px !important; }
  nav a.menu-item-link.one-page-nav-item { 
    padding-right: 12px !important; 
    padding-left: 12px !important; 
  }
}

/* --------- MOBILE NAV BAR TWEAKS ----------- */
#mk-responsive-wrap {
	line-height: .8em !important;
}

/* --------- GENERAL SITE-WIDE TWEAKS ----------- */
.hide { display: none; }

p, .mk-box-icon-2-content {
  line-height: 1.6em !important;
}

#mk-footer {
	margin-top:30px;
}
.mk-effect-bg-layer {
  height: 100% !important;
  top: 0 !important;
}


/* --------- THE LATEST BLOG TWEAKS ----------- */
/* news posts */

.single-featured-image>img {
  width: 100%;
}

/* in single post for right sidebar thumbnail image, force sizing */
#mk-sidebar img {
	width:80px;
	height:80px;
}

/* override orange image and icon overlay */
div.featured-image div.image-hover-overlay {
  background-color: rgba(255, 255, 255, 0) !important;
}
div.featured-image i.mk-li-image {
  display: none;
}

.sidebar-wrapper #recent-posts-8 .widget wideget_posts_lists ul li i{
	width:80px;
	height:80px;
}



/* --------- DONATION PAGES ----------- */
a.donation-level-button.uwkc-large-number {
  font-size: 34px;
}
.display-td.level.uwkc-large-number {
  width: 125px;
  text-align: center;
}



/* ********************************************** *\
 *                                                *
 *             UWKC CSS TWEAKS ABOVE              *
 *         CSS DEVELOPED BY CLUTCH BELOW          *
 *                                                *
\* ********************************************** */




/*------------ Utility classes ------------*/

.gothic-font {
	font-family:'Trade Gothic W01 Cn_18';
}
.gothic-condensed {
	font-family: 'TradeGothicW01-BoldCn20_675334', 'Trade Gothic W01 Cn_18', sans-serif;
}

#theme-page .super-large-font {
	font-size: 72px;
}
#theme-page .extra-large-font {
	font-size: 48px;
}
#theme-page .large-font {
	font-size: 28px;
	line-height: 1.3;
}
#theme-page .large-font .mk-size-small {
	font-size: 28px;
	line-height: 1;
}
.medium-font {
	font-size: 20px;
	line-height: 1.3;
}

#theme-page .intro-header {
	font-size: 36px;
	text-transform: none;
}
.large-link {
	font-size: 28px;
	font-family:'Trade Gothic W01 Cn_18';
}

@media screen and (max-width: 767px){
	#theme-page .super-large-font {
		font-size: 36px;
	}
	#theme-page .extra-large-font {
		font-size: 30px;
	}
	#theme-page .large-font {
		font-size: 20px;
	}
	#theme-page .large-font .mk-size-small {
		font-size: 20px;
	}
	#theme-page .intro-header {
		font-size: 30px;
	}
	.large-link {
		font-size: 20px;
	}
}

.hidden, .display-none {
	display: none;
}
.inline-block {
	display: inline-block !important;
}

.box-text {
	padding: 15px;
	background-color: #eee;
	margin-top: 1em;
	margin-bottom: 1em;
}

.section-header {
	text-transform: uppercase;
}
.max-width-1100 {
	max-width: 1100px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.max-width-720, .max-width-text {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 750px) {
	.mk-fullwidth-true .max-width-720, .mk-fullwidth-true .max-width-text {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
}
.max-width-450 {
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.max-width-450-to-768 {
	max-width: 450px;
}
@media screen and (min-width: 768px) {
	.max-width-450-to-768 {
		max-width: 768px;
	}
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-10 {
	padding: 10px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}

.vertical-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.true-center {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

hr.mini-hr {
	width: 35px;
	margin: 0 0 15px 0;
	display: inline-block;
	border-color: #18387b;
  border-width: 0px 0 3px 0;
 }

.display-table {
	display: table;
}
.display-tr {
	display: table-row;
}
.display-td {
	display: table-cell;
}
/* #anchor links to elements with this class will scroll to 50px above it */
.anchor-margin-hack {
  margin-top: -50px !important;
  padding-top: 50px !important;
}


/*------------   Colors    ------------*/

#theme-page .white-text {
	color: white;
}
#theme-page .primary-color-text {
	color: #f57814;
}
#theme-page .secondary-color-text {
	color: #18387b; 
}
#theme-page .red-text {
	color: #b41428;
}
#theme-page .dark-gray-text {
	color: #333;
}
#theme-page .light-gray-text {
	color: #505050;
}
.secondary-link {
	color: #18387b;
}
.secondary-link:hover {
	color: #000B4E;
}
.primary-background {
	background-color: #f57814;
}
.secondary-background {
	background-color: #18387b;
}
.light-blue-background {
	background-color: #00639B;
}
.white-border {
	border-style: solid;
	border-color: white !important;
}
.primary-border {
	border-style: solid;
	border-color: #f57814 !important;
}
.secondary-border {
	border-style: solid;
	border-color: #18387b !important; 
}
.red-border {
	border-style: solid;
	border-color: #b41428 !important;
}
.white-background {
	background-color: white;
}


/*------------ Mobile-specific styles ------------*/

@media screen and (max-width: 767px) {
	.hidden-on-mobile {
		display: none;
	}
	.mobile-vert-center {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
	.mobile-true-center {
	  text-align: center;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}
	.mobile-center {
		margin-left: auto;
		margin-right: auto;
	}
	.mobile-text-center {
		text-align: center !important;
	}
}


/*------------ Buttons ------------*/

.primary-button, .secondary-button, .white-button {
	max-width: 250px;
	min-width: 190px;
	padding: .7em .5em;
	display: inline-block;
	line-height: 1em;
	font-size: 20px;
	color: white;
	transition: all 0.25s ease-in-out;
	font-family:'Trade Gothic W01 Cn_18';
	text-align: center;
	/* Get some spacing away from other buttons*/
	margin: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
	.primary-button, .secondary-button, .white-button {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.primary-button {
	background-color: #f57814;
	border: 2px solid #f57814;
	color: white;
}
.primary-button:hover {
	background-color: white;
	color: #f57814;
	text-decoration: none;
}
.primary-button.transparent {
	color: #f57814;
}
.primary-button.transparent:hover {
	background-color: #f57814;
	color: white;
}
.text-to-primary:hover {
	color: #f57814 !important;
}

.secondary-button{
	background-color: #18387b;
	border: 2px solid #18387b;
	color: white;
}
.secondary-button:hover{
	background-color: transparent;
	color: #18387b;
	text-decoration: none;
}
.secondary-button.transparent{
	color: #18387b;
}
.secondary-button.transparent:hover {
	background-color: #18387b;
	color: white;
}
.text-to-secondary:hover {
	color: #18387b !important;
}

.white-button {
	border: 2px solid white;
	background-color: white;
}
.white-button.transparent {
	color: white;
}
.white-button.transparent:hover {
	background-color: white;
	text-decoration: none;
}
.text-to-white:hover {
	color: white !important;
}

.text-to-red:hover {
	color: #980019 !important;
}
.transparent {
	background-color: transparent;
}