/*
 Theme Name:        Uptown Studios Child
 Text Domain:       uptown-studios-child
 Author:            April Auger
 Author URI:        https://aprilauger.com
 Description:       Uptown Studios Child Theme
 Template:          uptown-studios
 Version:           1.0.0
 Requires at least: 6.4
 Tested up to:      6.4
 Requires PHP:      8.0
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Layout */
.fluid .kt-row-column-wrap {
	max-width: 100% !important;
}

.kt-row-column-wrap {
	max-width: 1440px !important;
}

/* Buttons */
.gform_footer input[type=submit] {
	background-color: var(--wp--preset--color--primary);
	border: 1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white) !important;
	padding: .5rem 1rem;
}

/* Links */
.arrow-link {
	display: inline-block;
	position: relative;
}

.arrow-link a::after {
	color: var(--wp--preset--color--primary);
	content: "\f344";
	font-size: var(--wp--preset--font-size--small);
	font-family: dashicons;
	margin-left: 0.35rem;
	position: absolute;
}

.arrow-link a:hover::after {
	color: var(--wp--preset--color--secondary);
}

@media (min-width: 1200px) {

	/* Push search to the right next to the toggle button */
	.push {
		margin-left: auto;
	}
}

/* Spacing */
@media (min-width: 992px) {
	.padding-left {
		padding-left: 2.5rem
	}

	.padding-right {
		padding-right: 2.5rem
	}
}

/* Images */
.bkg-img {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.bkg-img .img img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.bkg-img .wp-block-group__inner-container {
	position: relative;
	z-index: 2;
}

/* Jumbotron */
@media (min-width: 992px) {
	.jumbotron-container {
		max-width: 500px;
	}
}

.jumbotron__description {
	font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
	font-weight: 600;
}

@media (max-width: 991.98px) {
	.statistics {
		background: #212121;
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
}

@media (min-width: 992px) {
	.kb-count-up-process.kb-count-up-number {
		min-width: 130px;
		text-align: right;
	}

	.count-up-stat {
		display: flex;
		align-items: center;
	}

	.kb-count-up-number {
		margin-right: 1rem;
	}

	.statistics {
		height: 145px;
		margin-top: -145px !important;
	}
}

/* Footer */
#footer {
	font-size: var(--wp--preset--font-size--x-small);
}

.h4 {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700
}

.founded-by {
	padding-top: 2em;
}

@media (min-width: 992px) {
	.founded-by {
		text-align: right;
	}
}

/* Images */
.blue-img-bkg img {
	width: 100%;
}

.blue-img-bkg {
	box-shadow: 0px 3px 45px #00000022;
	margin: 0;
	margin-left: 2rem;
	margin-top: 2rem;
	position: relative;
	z-index: 0;
}

.blue-img-bkg.right-column {
	margin-left: 0;
	margin-right: 2rem;
}

.blue-img-bkg::before {
	background: transparent linear-gradient(127deg, #004975 0%, #4F9FD0 100%) 0% 0% no-repeat padding-box;
	content: "";
	height: 85%;
	position: absolute;
	left: -2rem;
	top: -2rem;
	width: 85%;
	z-index: -1;
}

.blue-img-bkg.right-column::before {
	left: unset;
	right: -2rem;
}

@media (max-width: 767.98px) {
	.slogan-img {
		max-width: 200px;
	}
}

@media (max-width: 991.98px) {
	.blue-img-bkg {
		margin-left: 1rem;
		margin-top: 1rem;
	}

	.blue-img-bkg::before {
		left: -1rem;
		top: -1rem;
	}

	.blue-img-bkg.right-column {
		margin-left: 0;
		margin-right: 1rem;
	}

	.blue-img-bkg.right-column::before {
		left: unset;
		right: -1rem;
	}
}

/* Links */
h3 a:link,
h3 a:visited {
	color: var(--wp--preset--color--black);
}

h3 a:hover,
h3 a:active {
	color: var(--wp--preset--color--secondary);
}

.arrow-right a,
.arrow-right a:visited {
	color: var(--wp--preset--color--black) !important;
	font-weight: 700;
	position: relative;
}

.arrow-right a::after {
	color: var(--wp--preset--color--secondary);
	content: "\f344";
	font-family: 'dashicons';
	font-size: 1rem;
	position: absolute;
	right: -1.35rem;
	top: -.08rem;
}

.arrow-right a:hover,
.arrow-right a:active {
	color: var(--wp--preset--color--secondary) !important;
	transition: 0.5s;
}

/* Lists */
.arrow-list li {
	background-color: #F5F5F5
}

.arrow-list li:hover {
	background-color: #F0F0F0;
}

/* hr */
.hr-divider p {
	margin-bottom: 0
}

hr {
	color: #b1b1b1;
	margin: 1.5rem 0;
}

/* Spread the word section */
.spread-word {
	margin-bottom: 10rem !important;
	position: relative;
}

.spread-word-img {
	box-shadow: 0px 3px 45px #00000022;
	margin-bottom: -10rem;
}

/* Resources */
.resources .dashicon-bullet:before {
	color: #C99700;
	font-size: 16px;
	vertical-align: middle;
}

.resources .card-title a {
	color: var(--wp--preset--color--body);
}

/* Press Releases */
.published-date {
	margin-bottom: .25rem;
}

.published-date .dashicons {
	color: var(--wp--preset--color--secondary);
	font-size: 1rem;
	vertical-align: middle;
}

/* Other styles */
@media(max-width: 767.98px) {
	.sm-align-left {
		justify-content: flex-start !important;
	}
}

@media (max-width: 991.98px) {
	.kb-row-layout-id35_fce5b8-c8 {
		background-color: #212529;
	}
}

@media (max-width: 768.98px) {
	.kb-row-layout-id35_fce5b8-c8 {
		background-color: #212529;
		text-align: center;
	}

	.mobile-center {
		margin: auto;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.home .jumbotron::after {
		background-color: rgba(0, 0, 0, 0.5) !important;
	}
}


@media (min-width: 992px) {

	.jumbotron,
	.jumbotron-wrapper,
	.jumbotron::after {
		height: 97vh !important;
	}
}

.single #footer {
	margin-top: 2.5rem;
}

/* Pagination */
.page-numbers.current {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

/* Search */
ul.search-list {
	list-style: none;
	padding: 0;
}

ul.search-list li {
	line-height: 2rem;
}

.search #footer {
	margin-top: var(--wp--preset--spacing--30);
}

/* Events */
.event-date {
	margin-bottom: .75rem;
}

.post-type-archive-tribe_events,
.tribe_events-template-default {
	margin-top: 70px
}

.page-id-51 p {
	margin: 0;
}

.single #tribe-events-content {
	max-width: 800px;
	margin: auto;
}

.single.postid-961 .tribe-events-schedule,
.single.postid-961 .tribe-events-meta-group-details {
	display: none;
}

/* Other styles */
.wp-block-button__link {
	height: auto;
	width: auto;
}

@media (min-width: 1200px) {
	.header__navbar .button-1 {
		margin-right: .5rem;
	}
}