

/* --------- 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;
}
@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;
}


/* ==================== START CSS SWITCHES ==================== */
.switch {
  display: inline-block;
  vertical-align: bottom;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

/* .cmn-toggle-round  */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 32px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}

/* .cmn-toggle-round-flat  */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 26px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
  background-color: #8ce196;
}

/* .cmn-toggle-yes-no */
input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 120px;
  height: 60px;
}
input.cmn-toggle-yes-no + label:before,
input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
input.cmn-toggle-yes-no + label:before {
  background-color: #dddddd;
  content: attr(data-off);
  transition: transform 0.5s;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
  background-color: #8ce196;
  content: attr(data-on);
  transition: transform 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
  transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
  transform: rotateY(0);
}
/* ==================== END CSS SWITCHES ==================== */