/*
Theme Name: Tiger Eye Child
Description: Liberty Theater - Tiger Eye
Template: tiger-eye-parent
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Poiret+One&display=swap');



h1, h2, .tagline {
	 font-family: "Limelight", sans-serif;
}
h3,h4,h5,p,li,span, .business-info a,.copyright a, .list-inline>li, .contact-info-inner>.contact-info a{
	  font-family: "Poiret One", sans-serif;

}
h1, h2, h3, h4, h5, .tagline {
	font-weight: 600;
}

.carousel-caption {
	top: 48%;
}
p, ul, a {
	font-size: 17px;
}
.header-ip .carousel-caption .logo {
	max-width: 550px;
}
.backgrounds h2 {
	color: #fff;
}
.home .banner-overlay {
	font-family: 'Open Sans', sans-serif;
}
.home .banner-overlay a {
	font-size: 45px;
}
.btn, a.btn {
	color: #fff;
	background: var(--color-1);
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn:hover,
a.btn:hover {
	color: #fff;
	background: var(--color-2);
}
body.home #content-section-1 {
	padding-top: 0;
}
#content-section-1 .main-image-section img {
	max-height: 400px;
	width: auto;
}
.background-img {
	text-shadow: .1em .15em .3em #000;
}
.background-img .banner-overlay {
	max-width: 1000px;
	margin: 0 auto;
}
.background-img h3 {
	color: #fff;
	margin-top: 20px;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.4;
}
.content-section h2 {
	margin-bottom: 20px;
}
.content-section + .progress-section {
	margin-top: -20px;
}
.thermometer {
  position: relative;
  height: 84px;
	z-index: 1;
}
.thermometer .thermometer-bulb {
  width: 84px;
  height: 84px;
  z-index: -1;
  background: var(--color-1);
  border-radius: 50%;
  border: 5px solid var(--color-1);
  box-shadow: inset 0 0 0 4px var(--color-4);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
}
.thermometer .thermometer-body {
  width: calc(100% - 77px);
  height: 32px;
  position: absolute;
  left: 77px;
  top: 50%;
	transform: translateY(-50%);
  background-color: var(--color-4);
  border-radius: 0 22px 22px 0;
  border: 4px solid var(--color-1);
  border-left: none;
}
.thermometer .thermometer-body .value {
	position: absolute;
	left: 10px;
	top: -30px;
	font-weight: 700;
}
.thermometer .thermometer-body .value.goal {
	left: auto;
	right: 5px;
}
.thermometer progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: calc(100% + 2px);
  height: calc(100% - 8px);
  position: relative;
  top: 4px;
  left: -3px;
  background-color: var(--color-1);
  color: var(--color-1);
  border-radius: 0 16px 16px 0;
	animation-name: load_progress;
  animation-duration: 4s;
}
.thermometer progress[value]::-webkit-progress-bar {
  background-color: var(--color-4);
  border-radius: 0 16px 16px 0;
}
.thermometer progress[value]::-webkit-progress-value {
  background-color: var(--color-1);
  border-radius: 0 32px 8px 0;
}
.thermometer progress[value]::-moz-progress-bar {
  background-color: var(--color-1);
  border-radius: 0 32px 8px 0;
}
ul.columns {
	column-count: 2;
	column-gap: 50px;
}
.content-wrapper {
	padding: 0;
}
.progress-section {
	padding-bottom: 10px;
}
.progress-section .btn {
	margin-bottom: 0;
}
.services-content h1 {
	margin-bottom: 20px;
}
.services-content h2 {
	font-size: 28px;
}
.services-content .main-row .main-image-section {
	align-self: stretch;
	padding: 0 20px;
}
.services-content .main-row .main-image-section img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 0;
	  border: 5px double #000;
}
#content-section-1.services-content .main-image-section img {
	max-height: none;
}

.service-item .section {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
}
.service-item .section .image {
	flex: 1 1 calc(41.66% - 20px);
}
.service-item .section .content {
	flex: 1 1 calc(58.33% - 20px);
}
.service-item .section .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.service-item:nth-child(odd) {
	background-color: var(--color-1);
	color: #fff;
}
.service-item:nth-child(odd) h2 {
	color: #fff;
}
.service-item:nth-child(odd) .section {
	flex-direction: row-reverse;
}
.service-item:nth-child(odd) .btn {
	background-color: var(--color-2);
	color: #000;
}
.service-item:nth-child(odd) .btn:hover,
.service-item:nth-child(odd) .btn:focus {
	background-color: var(--color-3);
}
.service-item .btn + .btn {
	margin-left: 20px;
}
.service-item h2 {
	margin-bottom: 20px;
}
.service-item li {
	margin-bottom: 10px;
}
.page-template-page-contact-us .shortcode_col {
	flex: 0 1 auto;
}
a.btn {
	margin-bottom: 0;
}
.service-item .section .image {
	position: relative;
	min-height: 200px;
}
.service-item .section .image .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-item .section .image img {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 0;
	border: none;
}
.service-item .image .item:not(:last-child) {
	margin-bottom: 20px;
}
.memberships {
  font-family: "Poiret One", sans-serif;
	font-weight: 700;
	font-size: 17px;
}
.memberships br {
	display: none;
}
.memberships strong {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
}
.memberships strong i {
	flex: 0 0 120px;
	text-align: right;
}
@media screen and (max-width: 1199px) {
	.service-item .section .col {
		flex: 1 1 calc(50% - 20px);
		min-width: min(100%, 450px);
	}
}
@media screen and (max-width: 991px) {
	.services-inner .content {
		padding: 0;
	}
	.service-item .section .image {
		min-height: 0;
	}
	.service-item .section .image .inner {
		position: static;
	}
	.service-item .section .image img {
		height: auto;
		width: auto;
		max-height: 500px;
	}
	.main-inner > .col-xs-12 {
		padding: 0;
	}
}
@media screen and (max-width: 550px) {
	ul.columns {
		column-count: 1;
		column-gap: 0px;
	}
}
@media screen and (max-width: 450px) {
	.thermometer .thermometer-body .value {
		left: -10px;
		right: 10px;
		text-align: center;
	}
	.thermometer .thermometer-body .value.goal {
		top: auto;
		left: -10px;
		bottom: -30px;
	}
	.service-item .btn + .btn {
		margin-left: 0;
	}
}
@keyframes load_progress {
	from {
		max-width: 0;
	}
	to {
		max-width: 100%;
	}
}
.shortcode_row {
	display: flex;
	gap: var(--gap);
	align-items: var(--align);
	justify-content: var(--justify);
}
.shortcode_row.shortcode_row__wrap {
	flex-wrap: wrap;
}
.shortcode_col {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: calc((100% / var(--columns)) - ((var(--gap) * (var(--columns) - 1)) / var(--columns)));
	min-width: min(100%, var(--min_width));
}
