/*
Theme Name: BIO-INVESTIGATIONS LTD.
Author: Emily Jay Starlight (RWD Co)
Description: Bio-Investigations Theme by RWD Co
Version: 1.1
Tags: rwdco, bioinvestigationsltd
*/

@import './build/js/build.css';

.page-id-35 .featured-client .tile {
    border: 3px solid #2087d1;
    box-shadow: 0px 1px 1px 0px #2087d1;
    padding-bottom: 0;
    margin-bottom: 25px;
	padding-top: 40px;
}

.page-id-35 .featured-client .tile div.left-right-arrow {
    color: #2087d1;
	font-size: 5.5rem;
	width: 14%;
	min-width:30px;
	margin-top: -25px;
}

.page-id-35 .featured-client .tile::before {
	content: "Featured Client";
	position: absolute;
	color: #fff;
	background-color: #2087d1;
    width: auto;
    left: 15px;
    right: 15px;
    top: 0;
	padding: 5px;
}


.page-id-35 .featured-client .tile .sub-col-left,
.page-id-35 .featured-client .tile .sub-col-right {
	width: 42.9%;
}

.page-id-35 .featured-client .tile .sub-col-right {
	font-size: 1.8rem;
	line-height: 1.2;
}


@media(max-width:767px) {
	.page-id-35 .featured-client .left-right-arrow {
		display: none;
	}
	.page-id-35 .featured-client .tile .sub-col-left,
	.page-id-35 .featured-client .tile .sub-col-right {
		width: 49%;
	}
}
@media(max-width: 480px) {
	.page-id-35 .featured-client .tile .sub-col-right {
		font-size: 1.5rem;
		line-height: 1.1;
	}
}


/* book promo */
#book_promo {
	background: #0180d0;
	color: #000;
	padding: 40px 0;
}
#book_promo_inner {
	background: #0180d0;
	color: #000;
	padding: 20px 0;
}
.book-promo-widget-home {
	max-width: 800px;
	height: 200px;
	background: #005;
}
.book-promo-widget-inner {
	max-width: 800px;
	height: 130px;
	background: #005;
}
#home_book_container {
	max-width:800px;
	height:200px;
	display:inline-block;
	position:relative;
}
#inner_book_container {
	max-width:800px;
	height:130px;
	display:inline-block;
	position:relative;
}
#home_book_link {
	position: absolute;
	bottom: 15px;
	left: 292px;
}
#home_book_info {
	position: absolute;
	bottom: 15px;
	right: 175px;
}
#inner_book_link {
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 1.1em;
}
#inner_book_info {
	position: absolute;
	bottom: 18px;
	right: 15px;
}
main .page-heading.page-book {
	flex-flow: row wrap;
}
/* #book_promo_details{

} */
