/* Global */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
FONTS: 
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;

COLORS:
Light Gray: #F2F1F4
BTN PRIMARY: #5E90B7
RED: #B20007

*/

/* Global */
body {
	background-color: #F2F1F4;
}
.btn-primary {
	background-color: #5E90B7 !important;
	border-color: #5E90B7 !important;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1366px;
	}
	.branch-info-container {
		max-width:735px;
		padding-left:25px;
	}
}
.center-align-row{
	align-items: center !important;
}

/* Header */
.site-header {
	
}
#home-header {
	min-height: 100vh;
	/*background-image: url('https://lpls.loraincounty.com/img/BOOKGIRL.webp');*/
	background-size: cover;
	background-position: center center;
}
.site-header .header-logo {
	width: 180px;
	display: block;
	margin: 0 auto;
}
.site-header button i.fa-search {
	color: #fff !important;
	font-size: 24px;
}

#inner-header {
	/*background-image: url('https://lpls.loraincounty.com/img/BOOKGIRL.webp');*/
	background-size: cover;
	background-position: top center;
}

/* Navigation */
.site-header .navbar{
	background: transparent !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    margin: 0 30px;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /*font-size: 18px;*/
    margin: 0 30px;
    color: #B20007
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0px;
}
.show {
	padding-bottom: 0 !important;
}
.navbar .nav-item-mobile-only {
	display: none;
}

/* Home Buttons Section */
#home-buttons {
	text-align: center;
	margin-top: -60px;
    position: relative;
    z-index: 2;
}
#home-buttons .btn {
	width: 240px;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
}

/* Latest News Section */
#latest-news {
	margin-top: -20px;
	margin-bottom: 40px;
}
#latest-news .container {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#latest-news #latest-news-title {
	border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    margin-bottom: 30px;
}
#latest-news #latest-news-title h3 {
	text-align: center;
	color: #B20806;
	margin-top: 10px;
}
#latest-news .latest-news-card-container {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: center;
	
}
#latest-news .latest-news-card-container .news-card {
	width: 29%;
	margin: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
#latest-news .latest-news-card-container .news-card h5 {
	padding: 20px;
	text-align: center;
}
#latest-news .latest-news-card-container .news-card hr {
	width: 90%;
}
#latest-news .latest-news-card-container .news-card p {
	padding: 20px;
}


/* Inner Pages */
.inner-page-wrapper {
	/*display: flex;*/
}
.inner-page-main-content h3 {
	color: #B20007; 
	font-size: 22px; 
	font-family: 'Oswald', sans-serif;
	line-height: 33px;
}
.inner-page-main-content h4 {
	color: #B20007;
	font-size: 20px; 
	font-family: 'Poppins', sans-serif; 
	line-height: 28px;
}
.inner-page-main-content p {
	font-size: 16px; 
	font-family: 'Oswald', sans-serif;
}
.inner-page-main-content ul li {
	font-family: 'Poppins', sans-serif; 
	font-size: 14px
}
.inner-page-main-content .center-row-align {
	align-items: center;
}
.inner-page-main-content .clevenet-logo {
	width: 240px; 
	display: block; 
	margin: 0 auto;
}

/* Inner Page - Locations */
.location .branch-address-hours-container {
	background-color: #608189;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
}
.location .branch-address-hours-container .right {
	text-align: right;
}
.location .left-links-container, .left-links-container {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border-right: 1px solid #111111;
}
.location .left-links-container .main-branch-links a, .left-links-container .main-branch-links a {
	color: #B20007;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.location .other-branches-links {
	padding-top: 20px;
}
.location .other-branches-links a {
	text-decoration: none !important;
}
.location .other-branches-links .other-branch {
	margin: 30px 0;
}
.location .other-branches-links .branch-name {
	color: #B20007;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.location .other-branches-links .branch-info {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.location .branch-info-container {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.location .branch-info-container .branch-info-title-container {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #111111;
}
.location .branch-info-container .branch-info-title {
	color: #B20007;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.location .branch-info-container .branch-amenities-title {
	color: #B20007;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.location .branch-info-container ul.branch-amenities-list {
	padding: 20px;
}
.location .branch-info-container ul.branch-amenities-list li {
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.location .branch-info-container .branch-size {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.location .branch-info-container .branch-manager-images-container .branch-manager-image {
	
}
.location .branch-info-container .branch-manager-images-container .branch-manager-image-caption-container {
	margin: 10px 0;
}
.location .branch-info-container .branch-manager-images-container .branch-manager-image-caption {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.location .branch-info-container .branch-todays-events-container h3 {
	color: #B20007;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}

/* Sidebar */
.sidebar {
	background-color: #F2F1F4;
	/*min-width: 550px;*/
	padding-top: 90px;
	padding-bottom: 30px;
}
.sidebar .sidebar-title-container, .sidebar-title-container {
	background: #5E90B7 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	max-width: 360px;
	padding: 20px;
	display: block;
	margin: 0 auto 20px;
}
.sidebar .sidebar-title-container .sidebar-title, .sidebar-title-container .sidebar-title {
	color: #fff;
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.sidebar .sidebar-title-container .sidebar-title a, .sidebar-title-container .sidebar-title a {
	color: #fff;
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.sidebar .sidebar-title-container .sidebar-title a:hover, .sidebar-title-container .sidebar-title a:hover {
	color: #fff;
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar ul li {
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	line-height: 25px;
}
.sidebar .sidebar-sub-title {
	color: #160E34;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.sidebar .sidebar-separator {
	border-top: 1px solid #160E34;
	max-width: 200px;
	margin-bottom: 10px;
}

/* Inner Page Main Content */
.inner-page-main-content {
	background-color: #fff;
	/*width: 100%;*/
	padding-top: 90px;
	padding-bottom: 30px;
}
.inner-page-main-content .inner-page-title-container {
	border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.inner-page-main-content .inner-page-title-container .inner-page-title {
	color: #B20007;
	font-size: 44px;
	font-family: 'Poppins', sans-serif;
}
.inner-page-main-content hr {
	background-color: #000;
}
.inner-page-main-content ul {
	padding: 0 0 0 10px;
}



/* Footer */
.site-footer {
	background-color: #608089;
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-footer .container-fluid .row {
	align-items: center;
}
.site-footer .footer-logo {
	width: 200px;
	display: block;
	margin: 0 auto;
}

.site-footer .footer-navigation {
	text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.site-footer .footer-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
}
.site-footer .footer-navigation a:hover {
	color: #fff;
}
.site-footer .footer-navigation a:visited {
	color: #fff;
}

.site-footer .footer-copyright {
	text-align: center;
}
.site-footer .footer-copyright span {
	color: #fff;
	font-size: 12px;
}

.site-footer .footer-social {
	text-align: center;
}
.site-footer .footer-social a i{
	color: #608089 !important;
}
.site-footer .footer-social a .fa-stack-2x{
	color: #fff !important;
}
.site-footer .footer-social a .fa-2x {
	font-size: 20px;
}


/* ****** MOBILE  ******* */

/* Header */

/* Navigation */
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
@media screen and (max-width: 1720px) {
	.navbar-dark .navbar-nav .nav-link {
	    font-size: 18px !important;
	    margin: 0 10px !important;
	    color: #fff;
	}
}
@media screen and (max-width: 1500px) {
	.navbar-dark .navbar-nav .nav-link {
	    font-size: 18px !important;
	    margin: 0 5px !important;
	    color: #fff;
	}
}
@media screen and (max-width: 1440px) {
	.navbar-dark .navbar-nav .nav-link {
	    font-size: 16px !important;
	    margin: 0 2px !important;
	    color: #fff;
	}
}
@media screen and (max-width: 1280px) {
	.navbar-dark .navbar-nav .nav-link {
	    font-size: 15px !important;
	    margin: 0px !important;
	    color: #fff;
	}
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
	border: 2px solid #fff !important;
	border-radius: 0 !important;
}

@media screen and (min-width:1200px) {
	.dropdown-item:focus, .dropdown-item:hover {
		color:#B20007;
	}
	.navbar #navbar-search {
		max-width:185px;
	}
}


@media screen and (min-width: 1188px) and (max-width: 1835px) {
	 .pageid_52 .specialbuttons {
    min-height: 85px;
}

}
@media screen and (min-width:992px) and (max-width: 1187px)  {
		 .pageid_52 .specialbuttons {
			    min-height: 121px;
			}
}

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

	.navbar .show {
		padding-bottom: 20px;
	}
	.navbar .dropdown-toggle,
	.navbar a:hover{
		margin: 0 !important;
		font-size: 16px !important;
	}
	.navbar a:hover {
		color: #B20007 !important;
	}
	.navbar-nav .dropdown-menu {
		/*display: block;*/
		background: transparent !important;
		border: none !important;
		padding-bottom: 0;
	}
	.navbar-nav .dropdown-menu .dropdown-item {
		color: #fff;
		background: transparent !important;
	}
	.navbar #navbar-search {
		width: 300px !important;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#home-buttons .btn {
		width: 200px;
		padding: 15px;
		font-size: 16px !important;
		font-weight: 500 !important;
		text-align:center;
	}
}

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

	#home-buttons .btn {
		min-height: 104px;
	}
	
}
@media screen and (max-width: 990px){

	.navbar #navbar-search {
		max-width: 75% !important;
	}
	.navbar .nav-item-mobile-only {
		display: block;
	}
}

/* Homepage */
@media screen and (max-width: 992px) {
	#home-buttons {
		margin-top: 10px;
	}
	#home-buttons .btn {
		margin-bottom: 10px;
	}
	#latest-news {
	    margin-top: 10px;
	    margin-bottom: 40px;
	}
	#latest-news .container {
	    padding-top: 30px;
	}
	#latest-news .card {
	    margin-bottom: 30px;
	}
	#latest-news .col-sm-4 {
		flex: 50%;
		max-width: 50%;
	}
	#latest-news .latest-news-card-container {
		justify-content: flex-start;
	}
	#latest-news .latest-news-card-container .news-card{
		
		width: 44%;
	}
}
@media screen and (max-width: 768px) {
	#latest-news .latest-news-card-container .news-card{
		width: 42%;
	}
}
@media screen and (max-width: 575px) {
	#latest-news .latest-news-card-container .news-card{
		width: 100%;
	}
}

/* Inner Page */
@media screen and (max-width: 1200px){
	.sidebar {
		/*min-width: 450px;*/
	}	
}
@media screen and (max-width: 991px){
	.location .left-links-container, .left-links-container {
		margin-top: 20px;
		padding-top: 20px;
		padding-right: 20px;
		border-right: none;
	}
}
@media screen and (max-width: 990px){
	#home-header {
		min-height: 80vh;
	}
	.inner-page-wrapper {
		display: table;
		width: 100%;
	}
	.sidebar {
		display: none;
	}
}
/* Footer */
@media screen and (max-width: 990px){
	.footer-copyright {
		margin-top: 10px;
	}	
}