/*
Theme Name: Visual Composer Starter Child
Theme URL: https://visualcomposer.com/visual-composer-starter-theme/
Description: Visual Composer Starter Child Theme
Theme Author: Visual Composer
Author URL: https://visualcomposer.com/
Template: visual-composer-starter
Version: 1.0.0
Text Domain: visual-composer-starter-child
*/

.talent__container {
	background-image: url("images/stars-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.talent__container .container .content-wrapper {
	background-color: transparent;
}

.talent__section {
	margin-bottom: 2.5rem;
}

/**
* Generic Styling
 */
.talent__text--2xl {
	font-size: 2.25rem;
}

.talent__text--xl {
	margin-top: 0;
	margin-bottom: 0.625rem;
	font-size: 1.5rem;
}

.talent__text--lg {
	font-size: 1.125rem;
}

.talent__text-base {
	font-size: 1rem;
}

.talent__text--orange {
	color: #dc7967;
}

.talent__text--dark {
	color: #1e1e1e;
}

.talent__text--light-dark {
	color: #333333;
}

.talent__text--blue {
	color: #0093b5;
}

/**
* Double Column Styling
 */
.talent__double-column {
	display: grid;
	grid-gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(22.5rem, 1fr));
}

.talent__column--left {
	background-color: #A8D9E2;
}

.talent__featured-img img {
	width: 100%;
	height: 21.875rem;
	object-fit: cover;
	object-position: top;
}

.talent__information {
	padding: 1rem;
}

.talent__categories {
	font-family: Oswald, sans-serif;
	line-height: 1.3;
}

/**
* Main Content
 */
.talent-content .entry-title {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.625rem;
}

.talent__subheading {
	font-family: Roboto, serif;
	font-weight: 700;
	line-height: 1.5;
}

/**
* Video Gallery Styling
 */
.talent__form-container {
	margin-top: 1.875rem;
	padding: 1rem;
	background-color: rgba(220, 121, 103, .3);
	width: 100%;
	min-height: 25rem;
}

.talent__videos {
	display: grid;
	grid-gap: 1.875rem;
	grid-template-columns: repeat( auto-fit, minmax(22.5rem, 1fr) );
}

.talent__videos iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.talent__videos .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

/**
* Image Gallery Styling
 */
.talent__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
	grid-gap: 0.938rem;
	align-items: stretch;
}

.talent__gallery a {
	width: 100%;
}

.talent__gallery-item {
	height: 12.5rem;
	width: 100%;
	object-fit: cover;
	object-position: center 10%;
}

/**
* Form Styling
 */
.talent__form-container {
	padding: 1rem;
	background-color: rgba(220, 121, 103, .3);
	width: 100%;
	min-height: 25rem;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email], .wpcf7-form input[type=date], .wpcf7-form textarea {
	border: none;
	padding: 0.5rem;
	width: 100%;
}

.wpcf7-submit {
	padding: 0.5rem 2.625rem;
	color: #f1d0cb;
	border: none;
	width: 100%;
	font-weight: bold;
	background: #dc7967 !important;
}

.wpcf7-submit:hover {
	background: #54595F !important;
}

.wpcf7-form p {
	margin-bottom: 0;
}

.wpcf7-response-output {
	background-color: #FFF;
}

.content-column {
	padding: 0.5rem;
}

.wpcf7-list-item, .wpcf7-list-item-label {
	display: inline
}

/* On screens that are 1080px or less, set the background color to blue */
@media screen and (min-width: 1100px) {
	.talent__column:nth-child(2) {
		grid-column: span 2;
	}
}

/* On screens that are 768px or less, set the background color to blue */
@media screen and (max-width: 768px) {
	.talent__double-column {
		grid-auto-flow: row;
		grid-auto-columns: unset;
	}

	.talent__videos {
		grid-auto-flow: row;
	}

	.talent__videos iframe {
		height: auto;
		min-height: 18.75rem;
	}

	.talent__gallery-item {
		object-position: center top;
	}
}

@media screen and (max-width: 450px) {
	.talent__gallery-item {
		height: 250px;
	}
}
