/*
 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: 5.9
 Tested up to:      6.2.2
 Requires PHP:      5.6
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	box-sizing: border-box;
	margin: 0;
}

/* Typography */
h2.line {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

h2.line::after {
	background: var(--wp--preset--color--primary);
	content: "";
	display: block;
	flex: 1;
	height: .15rem;
	margin-left: 1rem;
	margin-top: -.5rem;
	max-width: 5rem;
}

h2.line.has-white-color::after {
	background: #fff;
}

/* Homepage */

body.home {
	background-color: #231F20;
}

/* Jumbotron */
img.wave {
	bottom: -1px;
	left: 0;
	position: absolute;
	width: 100%;
}

/* Jumbotron */
.home .jumbotron::after {
	background: transparent linear-gradient(118deg, #191919 0%, #19191995 53%, #19191900 100%) 0% 0% no-repeat padding-box;
	opacity: 0.87;
}

.jumbotron-container {
	display: flex;
	align-content: center;
	max-width: 55%;
	margin-bottom: 15vh;
}

.jumbotron__description {
	font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.55rem + -0.25vw, 1.5rem);
	line-height: 1.75rem;
}

.jumbotron-wrapper,
.jumbotron,
.jumbotron::after {
	height: calc(100vh - 158px);
	min-height: 750px;
	align-items: end;
}
  
@media (max-width: 575.98px) {
	.jumbotron, .jumbotron-wrapper, .jumbotron::after {
		height: 30vh;
		min-height: 350px;
	}
	.jumbotron-container {
		margin-bottom: 6vh;
	}
}

/* Buttons */
.gform_footer input[type=submit] {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border-color: var(--wp--preset--color--primary);
	border-width: 1px;
	border-style: solid;
	color: var(--wp--preset--color--white) !important;
	font-family: var(--wp--preset--font-family--roboto-condensed);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	letter-spacing: .05rem;
	line-height: 1;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

input[type=submit]:hover {
	background-color: var(--wp--preset--color--body);
	border-color: var(--wp--preset--color--body);
}

.min-width-250 .wp-block-button__link {
	min-width: 250px !important;
}

.wp-block-button.is-style-fill .wp-block-button__link {
	min-width: 140px;
	max-width: 100%;
}

/* 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);
}

/* 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;
}

/* Buttons */
#bm-horizontal :hover {
	background-color: #212121;
	border-color: #212121;
	color: #fff;
}

/* Navigation and #title block */
#navbar-wrapper {
	padding-top: 5px
}

.navbar-toggler .hamburger-toggle .hamburger span {
	background: #FFFFFF;
}

.dropdown-menu {
	background-color: var(--wp--preset--color--primary)
}

#title-block {
	background-color: #231F20;
}

@media (min-width: 1200px) {

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

@media (min-width:1200px) {
	.bm-horizontal .site-logo img {
		animation: fadeIn 1s;
		display: block;
		height: auto;
		margin: auto;
		max-height: 110px;
		max-width: 250px;
		padding-bottom: 20px;
		padding-top: 20px;
		width: auto;
	}

	.bm-horizontal ul#menu>li>a:link {
		animation: fadeIn 1s;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1rem;
	}

	.bm-horizontal .navbar {
		padding-bottom: 0;
	}

	#navbar-wrapper {
		padding-top: 2px
	}

	#site-navigation {
		border: 1px solid #58575C57;
		border-left: 0;
		border-right: 0;
		letter-spacing: 0.64px;
		text-transform: uppercase;
	}

	#site-navigation a {
		font-size: var(--wp--preset--font-size--x-small);
	}

	#site-navigation #logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#title-block.bkg-img .tb-wrapper {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 90px;
	}

	#title-block .tb-content {
		padding-top: 20vh;
		padding-bottom: 20vh;
	}
}

@media(max-width: 1199.98px) {
	.bm-horizontal .site-logo img {
		padding-left: 15px;
	}

	#navbar-wrapper {
		min-height: 75px;
	}

	.navbar-toggler .hamburger-toggle .hamburger span {
		height: 2px;
	}

	.bm-horizontal .hamburger-toggle {
		position: absolute;
		top: -55px;
		right: 0;
	}

	#title-block.bkg-img .tb-wrapper {
		margin-top: 1rem;
	}
}

/* Slick */
.slick-dots {
	max-width: 18rem;
	margin-left: 0;
}

.slick-dots li {
	background: #D9D9D9;
	border-radius: 0;
}

/* Widgets */
#right-sidebar .widget,
#left-sidebar .widget {
	margin-bottom: 2.5rem;
}

/* Gutenberg Blocks */
.kt-row-column-wrap {
	margin: auto;
}

/* In The Q */
@media(min-width: 1200px) {
	/* .in-the-q {
		overflow: hidden;
		position: relative;
	}

	.in-the-q-posts {
		bottom: 0;
		position: relative;
		right: -8%;
	} */
}

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

a.page-numbers:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	font-size: 1rem;
}

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

@media (max-width: 1020px) {

	.gray-bkg-left img,
	.gray-bkg-right img {
		width: 100%;
	}
}

@media (min-width: 1020px) {

	.gray-bkg-left,
	.gray-bkg-right {
		position: relative;
	}

	.gray-bkg-left::after,
	.gray-bkg-right::after {
		background-color: #f7f7f7;
		bottom: 0;
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		width: 40%;
		z-index: 0;
	}

	.gray-bkg-left::after {
		left: 0;
	}

	.gray-bkg-right::after {
		right: 0;
	}

	.gray-bkg-left .wp-block-image img,
	.gray-bkg-right .wp-block-image img {
		width: 100%;
	}
}

/* The Clubs */
.page-id-899 #navbar-wrapper,
.page-id-899 #footer {
	background: var(--wp--preset--color--secondary) !important;
}

/* Footer */
#footer {
	padding-bottom: 0 !important;
	font-size: var(--wp--preset--font-size--x-small);
}

@media (max-width: 991.98px) {
	.footer-social {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	#footer .ft-copy {
		border-top: none;
		padding-bottom: 2rem;
	}

	#footer .copyright {
		/* margin-top: 1.5rem; */
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	#footer .h4 {
		margin-top: 1.5rem;
	}
}

img.footer-logo {
	margin: auto;
}

.footer-hr {
	color: #999;
	margin-bottom: 2rem;
}

#menu-quick-links li {
	/* display: inline-block; */
	letter-spacing: 0.64px;
	/* margin-left: 1rem;
	margin-right: 1rem;
	text-transform: uppercase;*/
}

#footer .col-two,
#footer .social {
	text-align: center;
}

#footer address {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	#footer .social {
		text-align: right;
	}

	#footer .footer-hr {
		margin-bottom: 3rem;
		margin-top: 1.5rem;
	}
}

#footer .col-one .contact-wrapper {
	margin-left: 2.25rem;
	line-height: 2rem;
}

#footer {
	line-height: 1.9;
}

#footer span.dashicons{
    margin-right: 0.5rem;
}

#footer figure {
	margin-bottom: 0;
}

figure.sonato {
    max-width: 170px;
}

@media (max-width: 767.98px) {
	.sonato, .col-two p, .contact-wrapper, #footer .copyright {
		text-align: left !important;
	}
}

#footer .social-icon {
	border-radius: 50%;
	padding: .75rem;
	text-align: center;
	background: var(--wp--preset--color--white);
	margin-left:1rem;
	margin-right:1rem;
}

#footer .social-icon svg {
	fill: var(--wp--preset--color--primary) !important;
	margin: auto;
}

/* Homepage call to actions */
#call-to-actions .photo img {
	object-fit: cover;
}

#call-to-actions figure {
	margin-bottom: 0;
}

@media(max-width: 1024px) {
	#call-to-actions .photo img {
		object-position: top;
		max-height: 450px;
		width: 100%
	}
}

@media(min-width: 1024px) {
	#call-to-actions .photo {
		position: relative;
	}

	#call-to-actions .photo img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		object-position: top;
		height: 105%;
	}
}

/* Layout */
@media (min-width: 992px) {
	.width-60>.kt-inside-inner-col:before {
		width: 60%;
	}

	.width-60>.kt-inside-inner-col .width-60 {
		width: 60%
	}

	#right-sidebar {
		padding-left: 2.5rem;
	}

	#left-sidebar {
		padding-right: 2.5rem;
	}
}

/* Tables */
.table-no-padding td,
.table-no-padding th {
	padding: 0;
	width: 50%
}

/* Comments */
#comments {
	margin-top: 1.5rem;
}

#comments .form-submit .btn {
	margin-top: 1.5rem
}

/* Blog */
.post-carousel {
	position: relative;
}

.post-carousel img {
	width: 100%
}

/* 404 Page */
.error404 #content {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--40);
}

@media (min-width: 1200px) {
	.error404 {
		margin-top: 80px
	}
}

/* Other */
.kadence-column2_f5584c-87.photo img {
    object-fit: cover;
    object-position: center !important;
}

.hide-for-now {
	display: none;
}

.sm-align-center {
	text-align: center;
}

@media (min-width: 768px) {
	.md-align-right {
		text-align: right;
	}
}

.wp-block-kadence-rowlayout > .kb-theme-content-width {
	max-width: 1440px !important;
}

@media (min-width: 576px) and (max-width: 992px) {
	.container, .container-sm {
			max-width: 100%;
	}
}

.sonato-caption {
	position: relative;
	z-index: 0;
}

.sonato-caption .kb-image-has-overlay {
	z-index: 1;
}

.sonato-caption figcaption {
	position: absolute;
	bottom: 1rem;
	font-weight: 700;
	letter-spacing: .04rem;
	left: 1rem;
	z-index: 9;
}

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

.uptown-studios-recent-posts img {
    min-width: 50px;
		width: 50px;
}

@media (min-width: 768px) {
	.single-post #footer {
		margin-top: 3rem;
	}
}

@media (min-width: 992px) {
	.single-post #footer {
		margin-top: 3rem;
	}
}

.single .cat-links {
	display: none;
}

/* DG Jumbotron */

.jumbotron {
    overflow: hidden;
	background-image: none !important;
}
.jumbotron-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.jumbotron-container {
    position: relative;
    z-index: 1;
}