/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* 
@font-face {
    font-family: "Good Foot";
    src: url("https://www.ctckids.org/wp-content/uploads/2022/04/goodfoot.woff") format("woff");
	font-style: normal;
    font-weight: normal;
    } */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body * {
	font-family: "Roboto", sans-serif;
}

.list-column ul {
    display: flex !important;
    flex-direction: column;
}
.list-column ul li {
    text-align: left !important;	
	font-size: 22px !important;
}
.list-column ul li p {
	margin-bottom: 0 !important;
}
.homepage-banner .uabb-infobox-title-prefix {
    margin-bottom: 25px;
    font-size: 6rem;	
}

.location-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.location-column-left {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.location-column-left .location-item {
	padding: 15px;
	border-radius: 10px;
	transition: background 0.3s, color 0.3s;
	padding-left: 30px;
}
.location-column-left .location-item:hover {
	background: #d87623;
}
.location-column-left .location-item.active {
	background: #d87623;
	color: #fff;
}
.location-column-left h3 {
	margin: 0 0 10px;
}
.location-column-right {
	flex: 1 1 48%;
	border-radius: 10px;
	padding: 10px;
	min-height: 400px;
	align-items: center;
	display: flex;
}
.map-frame {
	display: none;
	width: 100%;
}
.map-frame.active {
	display: block;
}

.top-strip #menu-top-nav{
    display: flex; align-items: center; justify-content: flex-end; gap: 10px 40px; margin: 0
}
.top-strip #menu-top-nav li{
    margin: 0;
}
.top-strip #menu-top-nav li a{
    color: #fff; font-weight: normal;
}
.top-strip .fl-node-hbq528p4icox > div{
    flex-direction: row; align-items: center;
}
.top-strip .fl-node-hbq528p4icox > div > div:last-child{
    flex: 1
}
.top-strip .fl-node-afjwneip2r4u > div, .top-strip .fl-node-6dpr0wbhixy2{
    margin: 0 !important
}
p:empty{
    display: none;
}
.top-strip .cnss-social-icon > li:not(:last-child){
    margin-right: 12px !important;
}
.top-strip .cnss-social-icon > li a{
    position: relative;
}
.top-strip .cnss-social-icon > li i{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 20px !important;
}

.timeline-carousel { 
		width:100%; overflow:hidden; 
}
.timeline-wrapper { position:relative; margin:0 auto; overflow:hidden; }
.timeline-line { 
	position:absolute; top:50%; left:0; right:0; height:4px; background:#fff; z-index:1; }
.timeline-items { 
	display:flex; transition: transform 0.5s ease; z-index:2; position: relative; margin-top: 35px;
}
.timeline-item { display:flex; flex-direction:column; justify-content:center; align-items:center; flex:0 0 33.33%; }
.timeline-circle { 
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ccc;
	transition: background 0.3s;
	margin-bottom: 8px;
	background-color: #438695;
	border: 10px solid #fff;
}
.timeline-item.active .timeline-circle { 
	background:#d87623; 
}
.timeline-year-label { font-size:24px; color:#fff; text-align:center;font-weight: 700; letter-spacing: 1px;}

.timeline-btn {
	border:none;
	background: #fff;
	color:#438695 !important;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	cursor: pointer;
	font-size: 30px;
	z-index: 3;
	line-height: 1;
	padding-left: 20px;
}
.timeline-btn:hover {
	color: #fff !important;
}
#timeline-desc, #timeline-year {
	color: #fff;
}

.timeline-carousel-container { position:relative; }
.timeline-btn.prev { position: absolute; left:0; top:50%; transform:translate(-50%, -50%);padding-right: 20px;}
.timeline-btn.next { position: absolute; right:0; top:50%; transform:translate(50%, -50%); padding-left: 20px; }

.timeline-content img { max-width:200px; display:block; margin:10px auto; }
.location-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.sub-page-banner > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
    display: flex;
    align-items: center;	
}
.offset-to-left,
.offset-to-right {
  width: calc(100% + ((100vw - 1518px) / 2));
  max-width: none;       
  box-sizing: border-box;
}

.blog-container .blog-filters{
	background-color: #438695;
	padding: 50px;
}
.blog-container .blog-filters-wrapper {
	max-width: 1518px;
	margin: 0 auto;
	
}
.blog-container .blog-category-wrapper {
	margin-top: 30px;
}
.blog-container .blog-category-wrapper ul {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 0;	
	margin-bottom: 0;
}
.blog-container .blog-category-wrapper ul li {
	list-style: none;
	z-index: 9;
	cursor: pointer;
}

.blog-container .blog-category-wrapper ul li span:hover:before {
    content: '';
    height: 1px;
    background-color: #fff;
    width: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
.blog-container .blog-category-wrapper ul li input[type="radio"] {
	visibility: hidden;	
	display: none;
}
.blog-container .blog-category-wrapper ul li span {
	text-transform: uppercase;
	font-weight: normal;	
	cursor: pointer;
	position: relative;
}
.blog-container .search-input-blog {
    height: 50px;
    border-radius: 14px;	
}
.blog-container .search-wrapper {
	position: relative;	
	max-width: 80%;
	margin: 0 auto;
}
.blog-container .search-wrapper > .search-input-blog {
    height: 50px;
    border-radius: 14px;	
}
.blog-container .search-wrapper > span {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    line-height: 1;	
}
.blog-container .blog-wrapper .blog-post-wrapper {
    max-width: 1200px;
    margin: 50px auto;
	padding: 50px;
}
.blog-container .blog-post-wrapper .row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.blog-container .blog-post-wrapper .row:before {
	content: unset !important;
}

.blog-container .blog-post-wrapper .row > .post > .wrapper {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.blog-container .blog-post-wrapper .row > .post > .wrapper .thumbnail {
	position: relative;
	padding-bottom: 36%;
	display: block;
	flex-basis: 30%;
}
.blog-container .blog-post-wrapper .row > .post > .wrapper .thumbnail img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-container .blog-post-wrapper .row > .post > .wrapper > .details {
    flex: 1;
    margin-right: 10px;	
}
.blog-container .blog-post-wrapper .row > .post > .wrapper h3 a {
	color: #000;
	font-weight: 600;
	font-size: 30px;
}
.blog-container .blog-post-wrapper .row > .post > .wrapper h3 {
	margin-top: 0;
}
.blog-container .blog-post-wrapper .row > .post {
	flex-basis: calc(50% - 10px);
}
.blog-container .blog-post-wrapper .row > .post .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;	
	margin-bottom: 20px;
}
.blog-container .blog-post-wrapper .blog-read-more {
    color: #fff;
    background-color: #d97624;
    font-weight: normal;
    padding: 3px 20px;
    border-radius: 50px;	
}
.blog-container .blog-post-pagination.pagination {
	text-align: center;	
}
.blog-container .blog-post-pagination.pagination .page-numbers {
	padding: 0px 10px;
	color: #438695;
	border-radius: 5px;
}
.blog-container .blog-post-pagination.pagination .page-numbers.current {
	color: #fff;
	background-color: #438695;
}

#menu-item-5720 > a, #menu-item-5386 > a {
	background-color: #d87623 !important;
    color: #ffffff !important;
    padding: 7px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.featured-blog-posts { margin: 40px 0; }
.featured-post { display: flex; gap: 40px; margin-bottom: 20px; align-items: center;  }
.featured-post-image { width: 25%; flex-shrink: 0; }
.featured-post-content { width: 70%; }
.featured-post-content h2 { margin-top: 0; }
.featured-post-content h2 a {
	color: #000;
}
.read-more-btn { 
	display: inline-block; 
	margin-top: 10px;
	color: #fff;
    background-color: #d97624;
    font-weight: normal;
    padding: 3px 20px;
    border-radius: 50px;
}
.read-more-btn:hover {
	color: unset;
}
.featured-post-image .thumbnail {
	position: relative;
	padding-bottom: 100%;
}
.featured-post-image .thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
}
.align-center-col-group > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
	display: flex;
	align-items: center;
}
.top-strip .fl-node-cysx7j8fn0bl {
	display: flex;
	align-items: center;
}
.with-padding-left-right .fl-row-content {
	padding-left: 25px;
	padding-right: 25px;	
}
.timeline-main-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #438695 !important;
    color: #ffffff;
    border-radius: 50px;	
}
@media (max-width: 1500px) {
	.offset-to-left, .offset-to-right {
		width: 100%;
	}
}
@media (max-width: 1079px) {
	.location-wrapper .location-column-right iframe {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.nav-menu .pp-advanced-menu-mobile {
		justify-content: flex-end;
	}
	#menu-item-5720 > a, #menu-item-5386 > a {
		width: unset !important;
		display: inline-block;
		margin-bottom: 10px;
	}
	#menu-main-nav li {
		text-align: center;
	}
}
@media (max-width: 820px) {
	.sub-page-banner > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.sub-page-banner > .fl-row-content-wrap > .fl-row-content > .fl-col-group > div {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 768px) {
	.location-wrapper {
		flex-direction: column;
	}
	.location-column-right {
		order: 2;
	}
	.location-column-left {
		order: 1;
	}
	.header-logo-menu-wrapper .fl-node-idabmyv0nulj {
		display: flex;
	}
	footer #locations .fl-node-ofh5lueip6t4 {
		width: 100% !important;
	}
	footer .fl-node-5h189yxrk3qj * {
		text-align: center;
	}
	footer .fl-node-a6t80xubrvjp > div {
		margin-bottom: 20px;
	}
	.blog-container .blog-post-wrapper .row > .post > .wrapper h3 {
		line-height: 1;	
	}
	.blog-container .blog-post-wrapper .row > .post > .wrapper h3 a {
		font-size: 24px;
	}
	.blog-container .blog-category-wrapper ul {
		gap: 20px;
	}
}
@media (max-width: 667px) {
	.top-strip .fl-node-cysx7j8fn0bl {
		flex-direction: column;
	}
	.top-strip .fl-node-cysx7j8fn0bl > div:not(:last-child) {
		margin-bottom: 10px;
	}
}
@media (max-width: 600px) {
	.featured-blog-posts > .featured-post {
		flex-direction: column;
	}
	.featured-blog-posts .featured-post-content {
		width: 90%;
	}
	.blog-container .blog-post-wrapper .row > .post {
		flex-basis: 100%;
	}
	.blog-container .blog-category-wrapper ul {
		gap: 20px;	
	}
	.featured-post-image {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.top-strip #menu-top-nav {
		gap: 10px 15px;
	}
	.location-wrapper .location-details > div {
		grid-template-columns: 1fr !important;
	}
	.timeline-circle {
		width: 50px;
		height: 50px;	
		margin-bottom: 0px;
	}
	.timeline-btn {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}
	.timeline-items {
		max-width: 278px;
		margin-left: 26px;
	}
}