/*
Theme Name: Breadboard
Theme URI: https://hostoven.com
Description: A Blank theme developed by Hostoven to build designs upon.
Author: James Cook
Author URI: https://james-cook.me/
Version: 1.7
Tags: responsive, bootstrap
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;900&display=swap');

body { 
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: #fff;
	color: #484848;

}
a{
	color: #586769;
}
p a{
	text-decoration: underline;
}
p a:hover{
	text-decoration: none;
}
h2{
	font-size:1.4em;
	text-align: left;
	clear: both;
	color:#333333;
	font-weight: 600;
}
h3{
	font-size:1.3em;
	text-align: left;
	clear: both;
	color:#333333;
	margin-top:2em;
	font-weight: 600;
}
h3{
	font-size:1.2em;
	text-align: left;
	clear: both;
	color:#333333;
	margin-top:2em;
	font-weight: 600;
}
h1{
	color:#333333;
}
.img-fluid-50{
	max-width: 50%; 
	height: auto;
}
blockquote{
	margin: 1em 0;
    display: block;
    background-color: #f5f5f5;
    padding: 1em;
}
blockquote p:before {
    content: "\f10d"; 
    font-family: "FontAwesome";
    position:absolute;
    font-size: 1.8em;
    color: #8ba3a7;
    margin-left:-50px;
 }
blockquote p{
	padding-left:50px;
}
.page-container{
	padding: 0;
}
p a.btn{
	text-decoration: none !important;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #BED6DA !important;
    border-color: #8ba3a7;
    color:#586769;
}
.btn-primary:hover{
	background-color: #586769 !important;
    border-color: #8ba3a7;
    color:#fff;
}

.header-left{
	text-align: left;

}
.header-left a{
	color:#333;
	text-decoration: none;
	display:block;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 32px;
}
.header-left a:hover{
	color:#000;
}
.header-left span{
	display: block;
	font-weight: 200;
	font-size: 0.9em;
	line-height: 24px;
	font-style: italic;
}
.header-right{
	text-align: right;
	line-height: 56px;
	font-size:1.5em;
}
.header-right a{
	color:#8ba3a7;
}
.header-right a:hover{
	color:#586769;
}
.circle img{
	border-radius: 50%;
}

.list-group-item {
	color:#8ba3a7;
}
.list-group-item-active {
	background-color: #d0dee1;
	color:#333;
}
.dropdown-toggle::after{
    display:none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #586769;
}
.bluesky{
    height:26px;position:relative;top:-3px;filter: hue-rotate(-24deg) saturate(0.1);
}
.bluesky:hover{
   filter: hue-rotate(-24deg) saturate(0.1) brightness(0.7);
}

@media only screen and (max-width: 991px) {
  	.header-left{
	text-align: center;
	}
	.header-right{
		text-align: center;
	}
}
.header-container{
	background-color: #fff;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* =Footer
-------------------------------------------------------------- */
.footer{
	background-color: #444444;
	color:#c7c7c7;
	padding:20px 0;
}
.footer a{
	color:#c7c7c7;
}
.footer a:hover{
	color:#ffffff;
}

/* =Generic Page Styles
-------------------------------------------------------------- */
.title-container{
	background-color: #f5f5f5;
	padding:50px 0;
}

/* =Home Hero Container
-------------------------------------------------------------- */
.home-hero-container{
	background-color: #f5f5f5;
	padding:50px 0;
}
.home-hero-container .book-container{
	text-align: center;
	background-image: url("/wp-content/themes/breadboard/img/book%20shaddow%20bg.png");
	height:600px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.home-hero-container .book-container div{
	margin:50px auto;
	height:500px;
	position: absolute;
	left:50%;
	display: none;
}
.home-hero-container .book-container img{
	height:500px;
	position: relative; left: -50%;
	}
	
	
	
.home-hero-container .book-container2{
	text-align: center;
	background-image: url("/wp-content/themes/breadboard/img/book%20shaddow%20bg.png");
	height:600px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.home-hero-container .book-container2 div{
	margin:50px auto;
	height:500px;
	position: absolute;
	left:50%;
}
.home-hero-container .book-container2 img{
	height:500px;
	position: relative; left: -50%;
	}
	
	
	
.home-hero-container .review-container{
	padding:50px 30px;
}
.home-hero-container .review-container .book-title{
	margin-bottom: 20px;
}
.home-hero-container .review-container .book-title h1{
	font-size: 3em;
    font-weight: 600;
    display:block;
    text-align: left;
    margin-bottom: 0;
}
.home-hero-container .review-container .book-title .author{
	font-size: 1em;
    font-weight: 900;
    display:block;
    text-align: left;
}
.home-hero-container .review-container .review{
	margin-bottom: 20px;
	position:relative;
/* 	padding-left:25px; */
}
/*
.home-hero-container .review-container .review:before {
    content: "\f005"; 
    font-family: "Font Awesome 5 Free";
    left:-5px;
    position:absolute;
    top:0;
    font-size: 1.4em;
 }
*/
.home-hero-container .review-container .quote{
	font-size: 1.1em;
    font-weight: 600;
    display:block;
    text-align: left;
    font-style: italic;
}

.home-hero-container .review-container .featured{
	margin-bottom: 10px;
	position:relative;
	padding-left:25px;
    font-weight: 400;
    display:block;
    text-align: left;
    font-size:1em;
}
.home-hero-container .review-container .featured:before {
    content: "\f14a"; 
    font-family: "Font Awesome 5 Free";
    left:0px;
    position:absolute;
    top:0;
    font-size: 1em;
 }
.home-hero-container .review-container .credit{
	font-size: 1em;
    font-weight: 400;
    display:block;
    text-align: left;
}
.review-container .c2a{
	padding-top:25px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
