/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #664444;
	font-family: Times, serif;
	font-style: italic;
}

.more-link {
	display: block;
}

.entry-title {
	font-size: 36px color: #664444;
}

.entry-title a {
	color: #664444;
}

.entry-title a:hover {
	color: #ed6736;
}

.genericon-facebook {
	background: #3b5998;
}

.genericon-twitter {
	background: #00acee;
}

.genericon-instagram {
	background: black;
}

.genericon-pinterest {
	background: #ca1f27;
}

.genericon-youtube {
	background: #CF1D11;
}

.genericon {
	color: white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.widget_wpcom_social_media_icons_widget ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
}

#secondary .widget {
	margin-bottom: 10px;
	color: #6B6B6B;
}

#secondary .widget a {
	color: #6B6B6B;
}

#secondary .widget .genericon {
	color: white;
}

.cfa {
	background: none;
	border-bottom: none;
	padding: 0;
}

.cfa-box {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #dadada;
}
.cfa-box a.btn:hover {
	background-color: #664444;
}
.cfa-box .col-md-2 a {
	display: block;
	position: relative;
}
.cfa-box .col-md-2 a:after {
	background: rgba(255, 255, 255, .8);
	content: 'Click to Purchase';
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	line-height: 1.3;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .3s ease;
}
.cfa-box .col-md-2 a:hover:after {
		opacity: 1;
}
.mobile-search {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #dadada;
}

.well {
	padding: 25px;
}

.book-image {
	border: 1px;
	border-color: #dadada;
	border-style: solid;
}

@media (min-width: 768px) {
	.entry-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	#secondary {
		clear: both;
	}
	
	#text-6 {
		display: none;
	}
	
	.entry-content {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	#search-4, #text-test, .widget_wpcom_social_media_icons_widget {
		display: none;
	}
	
	#mobile-search {
		padding-top: 30px;
	}
}

@media (min-width: 993px) {
	#mobile-search {
		display: none;
	}
}

@media (max-width: 420px) {
	#logo {
		width: 50%;
	}
	
	#secondary {
		clear: both;
		padding: 0;
	}
	
	.well {
		padding: 0;
		background: none;
		border: none;
	}
}