/*

Theme Name: BCFM - The Blood Cancer Foundation of Michigan
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/*
Blue: #001f60 / 001f60
Old Blue: #06357a / 06357a 
Text: #91a2ad
Hover: #00afdc ????
Footer: #92a2ad
Orange / Buy Now: #f26843
*/


* {
	/*font-family: "Muli",sans-serif;*/
}
body *, body div * {
    text-shadow: none !important;
    box-shadow: none !important;
}
body .site * {
    /*border-radius: 0px !important;*/
}
/*  turn off FireFox 'Outline' */
/*body *, body a:focus, body select:focus, body input[type="file"]:focus, body input[type="radio"]:focus, body input[type="submit"]:focus, body input[type="checkbox"]:focus {
    outline: 0px !important;
    outline: 0px !important;
    outline-offset: 0px !important;
}*/

body {
    line-height: 1.5;
}
a, a * {
transition: all 0.15s linear;
}
h1, .h1 {
	font-size: 36px;
	margin-bottom: 1em;
}
h2, .h2 {
	font-size: 36px;
	margin-bottom: 1em;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}

.blue {
	color: #001f60 !important;
}
.orange, body *.orange {
	color: #f26843;
}

/* Make a Menu Item Not Clickable in WordPress */
/* https://www.competethemes.com/blog/wordpress-menu-item-unclickable/ */
.unclickable > a:hover {
  	cursor: default;
  	color: inherit !important;
}



body .x-btn, body .button, body [type="submit"] {
	color: #ffffff;
	border-color: #001f60;
	background-color: #001f60;
	text-shadow: none;
	padding: 19px 30px 16px 30px;
	font-size: 26px;
	white-space: nowrap;
}
body .x-btn.orange, body .button.orange, body [type="submit"].orange {
    color: #ffffff;
    border-color: #f26843;
    background-color: #f26843;
}
body .x-btn.orange:hover, body .button.orange:hover, body [type="submit"].orange:hover {
    color: #f26843;
    border-color: #f26843;
    background-color: #FFF;
}

/*	************************************************************/
/*	HEADER // MAIN MENU
/*	************************************************************/
body.x-navbar-fixed-top-active .site .x-navbar-wrap {
    height: 168px;
}
body .masthead .x-topbar {
	height: 34px;
	min-height: 34px;
	padding: 9px 0 11px 0;
	background-color: #001f60;
	text-align: center;
}
body .masthead .x-topbar * {
    margin: 0 auto;
    text-align: center;
    float: none;
}

body .masthead .x-topbar img {
	max-width: 240px;
	width: 98%;
	margin-top: 5px;
}


body .masthead .x-navbar {
    border: 0px solid #001f60;
    border-top: 0px solid #001f60;
}
.x-navbar .desktop .x-nav li > a > span::after {
    /*content: "\f0d7";*/
    content: "";
}
body .x-navbar .desktop .x-nav > li {
    margin-left: 10px;
    margin-right: 10px;
}
body .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 0px;
    padding-right: 0px;
}
.x-navbar .desktop .x-nav > li > a:hover, 
.x-navbar .desktop .x-nav > .x-active > a, 
.x-navbar .desktop .x-nav > .current-menu-item > a, 
.x-navbar .mobile .x-nav li > a:hover, 
.x-navbar .mobile .x-nav li.x-active > a, 
.x-navbar .mobile .x-nav li.current-menu-item > a {
    border-bottom: 2px solid #001f60;
}

.x-navbar .desktop .x-nav li.x-btn.orange,
.x-navbar .desktop .x-nav li.x-btn.blue {
	padding: 0px;
	color: #ffffff;
	border-width: 0px;
	background-color: Transparent;
	padding-top: 72px !important;;
}
.x-navbar .desktop .x-nav li.x-btn.orange a,
.x-navbar .desktop .x-nav li.x-btn.blue a {
    color: #ffffff;
    border: 1px solid #f26843;
    background-color: #f26843;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
	padding: 10px 10px 10px 10px;
	height: 40px;	
	width: 190px;	
	text-decoration: none;
}
.x-navbar .desktop .x-nav li.x-btn.orange {
	padding-top: 15px !important;
	position: absolute;
	right: 0px;
}
.x-navbar .desktop .x-nav li.x-btn.blue a {
	padding: 8px 10px 10px 10px;
}
.x-navbar .desktop .x-nav li.x-btn.blue a {
	color: #001f60;
    border: solid 2px #92a2ad;
    background-color: #FFF;	
    font-weight: bold;
    border-radius: 7px;
}
.x-navbar .desktop .x-nav li.x-btn.orange a:hover {
	color: #f26843;
    background-color: #FFF;	
}
.x-navbar .desktop .x-nav li.x-btn.blue a:hover {
	color: #FFF;
    border: solid 2px #92a2ad;
    background-color: #92a2ad;	
}


.x-navbar .desktop .x-nav > li > a:hover > span, 
.x-navbar .desktop .x-nav > li.x-active > a > span, 
.x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: none !important; 
}
.masthead-inline .x-navbar .desktop .sub-menu {
	left: 0;
	right: auto;
	border-bottom: 2px solid #001f60;
	padding: 0px 10px 0px 15px;
	font-size: 16px;
}
body .x-navbar .desktop .sub-menu li::before, 
body .x-navbar .desktop .sub-menu li::after {
    background-color: transparent;
}
body .desktop .sub-menu li > a {
    padding: 5px 0;
    line-height: 1.5em;
}

/*	************************************************************/
/*	MOBILE MENU
/*	************************************************************/
.x-btn-navbar {
    padding: 0.4em 0.5em;
}
.x-btn-navbar, .x-btn-navbar.collapsed:hover {
    background-color: #FFF;
    border-radius: 0px;
}
.x-navbar .mobile .x-nav ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 .5em;
	list-style: none;
	/*border-bottom: 2px solid #DEDEDE;*/
}
.x-navbar .mobile .x-nav li > a, 
body .x-navbar .mobile .x-nav li > a {
    border: 0px solid;
    border-bottom: 2px solid #FFF;
	margin: 0 0 5px;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 15px
}
.x-navbar .mobile .x-nav li li > a, 
body .x-navbar .mobile .x-nav li li > a {
	margin-right: .5em;
}

.x-navbar .mobile .x-nav li.x-btn {
	width: 47.5%;
	margin: 1% 1%;
	padding: 0px;
	background-color: transparent;
	border: 0px; solid #FFF;
} 
.x-navbar .mobile .x-nav li.x-btn.orange a,
.x-navbar .mobile .x-nav li.x-btn.blue a,
.x-topbar-donate a.x-btn.orange {
    color: #ffffff;
    border: 1px solid #f26843;
    background-color: #f26843;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1em;
    margin: 0px;
	padding: 10px 10px 10px 10px;
	height: 40px;	
	width: auto;	
	text-decoration: none;
}
.x-navbar .mobile .x-nav li.x-btn.orange {
}
.x-navbar .mobile .x-nav li.x-btn.blue a {
	padding: 8px 10px 10px 10px;
}
.x-navbar .mobile .x-nav li.x-btn.blue a {
	color: #001f60;
    border: solid 2px #92a2ad;
    background-color: #FFF;	
    font-weight: bold;
    border-radius: 7px;
}
.x-navbar .mobile .x-nav li.x-btn.orange a:hover,
.x-topbar-donate a.x-btn.orange:hover {
	color: #f26843;
    background-color: #FFF;	
}
.x-navbar .mobile .x-nav li.x-btn.blue a:hover {
	color: #FFF;
    border: solid 2px #92a2ad;
    background-color: #92a2ad;	
}

.x-topbar-donate a.x-btn.orange {
	margin: 0px;
	width: 100%;
}


/*	************************************************************/
/*	FOOTER 
/*	************************************************************/

body .x-colophon.bottom {
	color: #fff;
	padding: 30px 0 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
}
body .x-colophon.bottom .x-column.x-1-5 {
    width: 15.8%;
}
body .x-colophon.bottom .x-column.x-1-5:first-child {
    width: 18.8%;
}
body .x-colophon .widget {
    margin-top: 1em;
}
body .x-colophon.bottom .widget .h-widget,
body .x-colophon.bottom .widget .menu li {
	color: #fff;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	line-height: 1.5em;
}
body .x-colophon.bottom .widget .menu li li {
	font-size: 14px;
}
body .x-colophon.bottom .widget .menu li li li,
body .x-colophon.bottom .widget .menu#menu-footer-03 li li {
	font-weight: normal;
}
body .x-colophon .widget_nav_menu ul,
body .x-colophon .widget ul li {
	background-color: Transparent;
	border-width: 0px;
}
body .x-colophon .widget_nav_menu ul > li a {
	margin-top: 0px;
	/*margin-bottom: 5px;
	line-height: 1.5em;*/
	margin-bottom: 9px;
	line-height: 1.2em;
}
body .x-colophon .widget_nav_menu ul > li a:hover {
	color: #001f60;
}
body .x-colophon .widget_nav_menu ul li li a {
    margin-left: 10px;
}
body .x-colophon .widget_nav_menu ul li li li a {
    margin-left: 20px;
}

body .x-colophon.bottom .footer-social .x-social-global a {
	color: #FFF;
	background-color: transparent;
	border-radius: 0px;
	height: auto;
	width: auto;
	line-height: normal;
	margin: 0px 20px 10px 0px;
	font-size: 32px;
}
body .x-colophon.bottom .footer-social .x-social-global a:hover,
body .x-colophon.bottom .widget a:hover img {
	opacity: .5;
}
body .x-colophon.bottom .widget img#stay-in-touch {
	width: 310px;
	max-width: 400px;
}
body .x-colophon.bottom .widget img#icon-Charity-Navigator {
	width: 260px;
	max-width: 400px;
	margin-top: 5px;
}

body .x-colophon.bottom .x-colophon-content {
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
}

body .x-colophon.bottom .badges .textwidget {
	text-align: center;

}




/*	************************************************************/
/*	HERO 
/*	************************************************************/
body .x-flexslider {
	 background-color: transparent;
}
body .x-flexslider .x-slides p, 
body .x-flexslider .x-slides a, 
body .x-flexslider .x-slides img {
	 margin: 0px;
	 padding: 0px;
}
body .x-slides, boody .flex-control-nav, boody .flex-direction-nav {
	 margin:0;
	 padding:0;
	 list-style:none
}
body .flex-direction-nav a {
	 display:block;
	 cursor:pointer;
	 position:absolute;
	 top:50%;
	 width:30px;
	 height:30px;
	 margin-top:-17px;
	 font-size:30px;
	 line-height:30px;
	 text-align:center;
	 text-shadow:none;
	 color:#001f60;
	 background-color: transparent;
	 border-radius: 0px;
	 opacity:1.0;
	 transition:opacity 0.3s ease;
	 z-index:10
}

body .flex-direction-nav a:hover {
	text-decoration:none;
	color:#000;
	opacity:1
}
body .flex-direction-nav a.flex-prev {
	left:14px;
	right: auto;
}
body .flex-direction-nav a.flex-next {
	right: 14px;
	left: auto;
}

/*	************************************************************/
/*	HOME 
/*	************************************************************/

#tickers .x-text p {
	line-height: 1em;
}
#tickers .x-text strong {
	font-size: 62px;
	color: #f26843;
	line-height: 1em;
}
.home .entry-content.content,
.home.page .entry-content.content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}


/*	************************************************************/
/*	BODY 
/*	************************************************************/

.x-main.full {
	margin: 0px;
	padding: 0px;
}
.x-main.full .hentry .cs-content  .x-section .x-container .column-indent{
	padding: 0px 90px !important;
}
.x-header-landmark {
	border-width: 0px;
	padding: 0px;
}
.x-header-landmark .x-container.width {
    width: 100%;
}

.page .entry-title.h-landmark, .page .entry-title.h-landmark {
	margin-bottom: .9em;
	font-size: 36px;
	letter-spacing: normal;
	font-weight: bold;
}
.entry-content .cs-content > .x-section {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.x-section.bg-image {
	/*background-position: center top;*/
}
/*.indent-text {
	padding: 0 60px;
}*/

.x-container.offset {
	/*margin: 2.75em auto;*/
	margin: 0 auto 100px auto;
}
.entry-featured {
    margin-top: 0px;
    border: 0px solid #e5e5e5;
    padding: 0px;
}
.archive .entry-content.content,
.single .entry-content.content,
.page .entry-content.content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.archive .entry-content.content,
.single .entry-content.content {
	margin-top: 40px;
}
.entry-content p+ul,
.entry-content h2+ul,
.entry-content h3+ul,
.entry-content p+ol,
.entry-content h2+ol,
.entry-content h3+ol {
	margin-top: -1.5em;
}

.x-landmark {
	padding-right:0;
}



/*	************************************************************/
/*	CUSTOM POST TYPE LISTS 
/*	************************************************************/


.custom_post_list .x-container {
	margin-bottom: 5%;
	padding: 0;
	border-bottom: solid 1px #92a2ad;
}
.custom_post_list .x-column {
	margin-bottom: 4%;
}
.custom_post_list .x-column .x-img {
    margin-bottom: 0px;
}
.custom_post_list .x-column h2 {
	font-size: 24px;
	margin-top: 0px;
}
.team_members .x-column .x-text {
	background-color: #92a2ad;
	padding: 15px 5px; 
	min-height: 82px;
	flex-direction: column;
	align-content: center;
}
.team_members .x-column .x-text p {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	line-height: 1.2em;
}

.patient_stories .x-column .x-text p {
	font-size: 14px;
	font-weight: normal;
}
.patient_stories .x-column .x-text p.title {
	font-size: 16px;
	font-weight: bold;
	margin: .5em 0;
}

.team-patient-content h1 {
	font-size: 36px;
	margin-bottom: .25em;
}
.team-patient-content .clf-team_member_title i {
	color: #001f60;
	font-size: 18px;
}
.clf-featured_image {
	max-width: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: .5em;
}


/*
.custom_post_list .x-img.thumbnail {
	margin: 0px;
}
.custom_post_list .x-text {
	padding: 20px;
}
.custom_post_list .x-text {
	font-size: 17px;
}
.custom_post_list .x-text p {
	margin: 0px;
}
.custom_post_list .x-text p.title {
	margin-bottom: .3em;
	font-size: 25px;
	color: #001f60;
	line-height: 1.2em;
}
.custom_post_list.services .x-text p.title {
	color: #6d6e71;
}
.custom_post_list .x-text p.position {
}
.custom_post_list .x-text p.excerpt {
	line-height: 1.15em;
}

.custom_post_list.vertical {
	padding: 0 90px;
}
.custom_post_list.vertical .x-container.max.width {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #001f60;
}
.custom_post_list.vertical .x-img.thumbnail {
	margin: 0px;
}
.custom_post_list.vertical .x-text {
	padding: 0px;
	margin: 0px
}
.custom_post_list.vertical .x-text.thumb-title p.title {
	margin-top: .3em;
	font-size: 21px;
}
.custom_post_list.vertical .column-content p.position,
.custom_post_list.vertical .column-content p.title{
	font-size: 34px;
}
*/


.mobile-show {
	display: none;
}
.x-topbar-donate {
}



/* WP Logo Showcase Responsive Slider */
/* DOCUMENTATION https://docs.wponlinesupport.com/wp-logo-showcase-responsive-slider/*/

.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .wp-post-image, 
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .wp-post-image img.wp-post-image,
.wpls-logo-showcase-slider-wrp .sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
	padding: 0 20px;
}
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase button.slick-prev, .wpls-logo-showcase-slider-wrp .wpls-logo-showcase button.slick-prev:active,
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase button.slick-next, .wpls-logo-showcase-slider-wrp .wpls-logo-showcase button.slick-next:active {
	background-color: #001f60  !important;
}
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .slick-dots {
	bottom: 0px !important;
	position: initial;
}
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .slick-dots li button {
	border: 1px solid #001f60 !important;
	opacity: .6;
}
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .slick-dots li button:hover,
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .slick-dots li:hover button, 
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase .slick-dots li.slick-active button {
	border: 1px solid #001f60 !important;
	opacity: 1.0;
	background-color: #001f60 !important;
}



/*	************************************************************/
/*	DONAR WALLS // DONAR WALLS
/*	************************************************************/
/*
Green #E2F1D2 green
Light Blue #EAEBF5 light-blue
Pink #FDDAD2 pink
Purple #DBCBF1 purple
Yellow #F8E7C9 yellow
*/









/*	************************************************************/

/*	RESPONSIVE 

/*	************************************************************/

/*
RESPONSIVE breakpoints
https://community.theme.co/forums/topic/media-query-breakpoints/
Extra Large – Desktop: 1200px & Up
Large – Notebook: 980px – 1199px
Medium – Tablet (Landscape): 768px – 979px
Small – Tablet (Portrait): 481px – 767px
Extra Small – Phone: 480px & Smaller
*/

 
@media screen and (min-width: 1400px) {


}
@media screen and (max-width: 1399px) {

}
@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 979px) {

	.mobile-show {
		display: block;
	}

	body .x-colophon.bottom .x-column.x-1-5:first-child,
	body .x-colophon.bottom .x-column.x-1-5 {
		width: 33.2%;
		display: inline-block;
		float: left;
	}	
	body .x-colophon.bottom .x-column.x-2-5 {
		width: 100%;
		text-align: center;
		border-bottom: 2px solid rgba(255,255,255,.20);
		padding-top: .9em;
		padding-bottom: 1.9em;
		clear: both;
	}
	.x-main.full {
		/*padding-top: 50px;*/
	}	

	body .masthead .x-topbar {
		height: auto;
		padding: 9px 0 9px 0;
	}

}

@media screen and (max-width: 767px) {

	.home .x-flexslider .x-slides {
		overflow: hidden;
	}
	/*.home .x-flexslider .x-slides img,
	.entry-featured img {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}*/
	body .flex-direction-nav a {
		top: 75%;
		display: none;
	}
	.home #intro img {
		max-width: 200px;
	}
	.home #tiles .x-container.marginless-columns {
		padding-bottom: 0px !important;
	}
	.home #tiles .x-container.marginless-columns .x-column.x-sm.x-1-3 {
		margin-bottom: 20px;
	}
	
	.entry-content table {
		font-size: .7em;
	}
	
	body .x-colophon.bottom .x-column.x-1-5:first-child,
	body .x-colophon.bottom .x-column.x-1-5,
	body .x-colophon.bottom .x-column.x-2-5 {
		width: 100%;
		text-align: center;
		border-bottom: 2px solid rgba(255,255,255,.10);
		padding-bottom: .9em;
	}
	body .x-colophon.bottom .x-column.x-2-5 {
		padding-bottom: 1.9em;
	}	


	.x-main.full {
		/*padding-top: 80px;*/
	}	
}

@media screen and (max-width: 480px) {

	.x-navbar .mobile .x-nav li.x-btn {
		width: 100%;
		margin: 1% 0%;
	} 

	/*.home .x-flexslider .x-slides img,
	.entry-featured img {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}*/

	.clf-featured_image {
		max-width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 1em;
	}
	.entry-content table {
		font-size: .5em;
	}

	.x-accordion-heading .x-accordion-toggle {
		font-size: 110%;
	}



}

@media screen and (max-width: 413px) {

}

