/* Theme Name: Kids Kampus Daycare Centers */
@font-face {
    font-family: 'Bebas Neue';
    src: url('../kids-kampus-daycare-centers/assets/webfonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../kids-kampus-daycare-centers/assets/webfonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, a, .carousel-caption span, .motto, .feature, .hours, p, .heading, .form{
	font-family: 'Shadows Into Light Two' !important;
}


footer,
body{
	background-color: #a35965;
	color: #fff;
}
#c2a{
	background: #fff!important;
	color: #222;
}

.navbar-fixed-top a{
	color: #000 !important;
}

.navbar-fixed-top .active > a, .navbar-fixed-top a:hover {color: #e78380 !important;}


.nav-toggler .toggle-text,
.mobile-list a,
.navbar-default .navbar-nav > li > a,
.feature-text span.feature,
.carousel-caption span,
#feature span.motto,
#contact-info span.heading,
.facility h2,
.feature-text .btn,
.gallery-container h2,
h1, h2, h3, h4, h5{
	 font-family: 'Bebas Neue';
}



main, .navbar-default .navbar-nav > li > a {
    color: #fff;
}



#contact-info span.heading{
	font-size:26px;
}
.feature-text .btn{
	font-size:18px;
}
.panel-link a span.heading{
	font-size: 26px;
}
.feature-text span.feature,
.navbar-default .navbar-nav > li > a{
	font-size:22px;
}


.carousel-caption span{
	font-size: 44px;
}
#feature span.motto{
	font-size: 45px;
}

#accordion .panel-title > div {
	padding: 0;
}
#accordion .panel-link a {
	display: block;
    padding: 13px 10px 13px 65px;
}
.locations {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}
.location {
	flex: 0 1 calc(25% - 22.5px);
	text-align: center;
}
.location .name {
	font-weight: 700;
}
.footer-locations .footer-location:nth-child(even){
	margin-bottom: 20px;
}
.footer-location .name {
	font-weight: 700;
}
.social {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 6px;
}
.form-map {
	display: flex;
	margin: 50px 0;
}
.form {
	flex: 1 1 auto;
}
.map {
	flex: 1 1 calc(60% - 0px);
	margin-left: 50px;
}
.map iframe {
	width: 100%;
	height: 100%;
}
.form ul {
	padding-left: 0;
	margin-bottom: 0;
}
.form li {
	display: block;
}
.form input, .form select, .form textarea {
	display: block;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s, background ease-in-out .3s;
}
.form input.gform_button {
	color: #fff;
}
.form textarea {
	height: 8em;
}
.form label {
	display: block;
	margin-bottom: 8px;
}
.form .hidden_label label {
	display: none;
}
.form .gfield {
	margin-bottom: 16px;
}

.contact-row {
	display: flex;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: space-around;
	color: #fff;
}
.contact-row > .col {
	flex: 0 1 calc(25% - 20px);
}
.contact-info-inner {
	position: relative;
}
#contact-info:before {
	background-color: rgba(0,0,0,0.5);
}


.btn-link {width:100%; display: block;text-align: center;}
.btn-link a {display: inline-block; white-space: normal; background: #96b1d4; font-size: 18px; font-weight: bold; color: #fff;
text-transform: uppercase;}
.btn-link a:hover {background: #e78380;}

@media screen and (max-width: 991px) {
	.location {
		flex-basis: calc(50% - 15px);
	}
	.form-map {
		flex-direction: column;
	}
	.map {
		margin-left: 0;
		margin-top: 50px;
	}
	.map iframe {
		min-height: 400px;
	}
	.contact-row {
		flex-wrap: wrap;
	}
	.contact-row > .col {
		flex-basis: 100%;
	}
  .logo img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
	.location {
		flex-basis: calc(100%);
	}
  .header-inner .logo {
    margin-top: 20px;
  }
}
