/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/


/* MK bio lists 2017-03-08 */
.bio ul{
	list-style-type:disc;
	margin-left:50px;
}

/* MK Now that we're doing one banner picture as experiment, take out the dot underneath showing progression 

.flex-control-nav.flex-control-paging {
	display:none;
}

.slider-pagination {
    margin-bottom:10px;
} */

/* MK & SW Edits for Friends Fiduciary ad 2017-02 */
#text-22 h2 {
	text-align: center;
}

#text-22 {
	text-align: center;
}

#text-22 {
	border: 3px solid #aaaaaa;
}

/* SW Ad off (Reactivate 2/1/2017)
#text-22 {
	display: none;
} */
/* MCS 2014/01/09 */
/* remove styling from dates */
abbr {
	border-bottom: none;
	cursor: default;
}

.col-full magazine .comment-disclaimer {
	display: none;
}

/* GE 2014/10/28 */
/* style popup button */
#af-form-432262558 .buttonContainer input.submit {
	color: white !important;
	background: #A24619 !important;
	border-color: black !important;
	font-size: 20px !important;
}

/* GE 2015/11/02 */
/* style login box */
div#friendsjournal_widget_class-2 {
	background-color: #f1db39;
	color: black;
}

/* MK 2016-01-08 */
h1.archive_header {
	display: none;
}

/* MK 2016-03-04 */
/* For category list displays in Milestones */
.lcp_catlist a {
	display: block;
	font-size: 18px;
	font-weight: 800;
	padding-top: 14px;
}

/* Don't display price on pay-an-ad-invoice screen */
.eStore_price {
	display: none;
}

/* Double book cover problem MK 2016-03-11
.category-books .woo-image {
	display: none;
} */
/* So the /books category pages look good, with small cover image on left */
.category .category-books .entry img {
	max-width: 150px;
	float: left;
}

/* Bios off book pages */
.category .category-books .bio {
	display: none;
}

/* MK 2016-04-01 */
/* Bios off of homepage */
.page-template .bio {
	display: none;
}

/* MK 2016-08-01 */
/* Bios off of category pages */
.category .bio {
	display: none;
}

/* MK 2016-08-02 captions in lightbox */
#fancybox-title-inside {
	font: normal 12px/1.2em 'Cabin', arial, sans-serif;
}

/* MK Mobile menu widget color. 2016-12 */
#text-21.widget {
	background-color: #455A64;
	padding-top: 5px;
	border: 0 solid #455A64;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* MK Take site name of Twitter-like cards */
.content_cards_site_name {
	display: none;
}

/* GE 1/31/17  Create class that is hidden on mobile, useful for images that break layouts */
@media screen and (max-width: 320px) {
	.hideonmobile {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.hideonmobile {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.hideonmobile {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.hideonmobile {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.hideonmobile {
		display: none;
	}
}

/* GE 1/31/17 Create class for images with no border */
.noborder {
	border: none !important;
}