/*
 Theme Name:   Unbound Child
 Theme URI:    https://unbound.radiantthemes.com/
 Description:  Unbound Child Theme
 Author:       radiantthemes
 Author URI:   https://radiantthemes.com/
 Template:     unbound
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  unbound-child
*/

/* Main Menu */
.wraper_header_main > .container {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* ------------------- */
/* Home Page Header    */
/* ------------------- */
.homepage-header-container {
	min-height: 60vh;
	z-index: -1;
}

.homepage-header {
	max-width: 120rem;
	margin: auto;
}

.homepage-header strong {
	font-size: 21px;
}
@media all and (min-width: 700px) {
	.homepage-header p strong {
	font-size: 32px;
	font-size: calc(21px + 1vw);
}
}

.homepage-header p {
	color: #ffffff;
}

/* ------------------- */
/* Structural Services */
/* ------------------- */

.service-list-container {
	column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	column-gap: 2rem;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
	line-height: 1.618;
}

.service-list-container li {
	display: inline-block;
	width: 100%;
}

@media all and (min-width: 600px) {
	.service-list-container {
	column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	column-gap: 2rem;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
	line-height: 1.618;
}
}

@media all and (min-width: 900px) {
	.service-list-container {
	column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	column-gap: 2rem;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
	line-height: 1.618;
}
}

/* ------------------ */
/* Project List Block */
/* ------------------ */
.project-list-row {
	position: relative;
}

.project-list-text-col {
	position: sticky;
	top: 0rem;
}
.project-list-img-col {
}

.project-list-img-col > div {		white-space: nowrap;
	overflow-x: auto;
	overflow-y: visible;
}

.project-list-img-col .wpb_single_image {
	display: inline;
	width: auto;
}

.project-list-row .project-list-img-col div, .project-list-row .project-list-img-col figure, .project-list-row .project-list-img-col img {
	width: auto;
	max-width: none;
}

.project-list-row .project-list-img-col img {
	height: 50vh;
	width: auto;
}

@media all and (min-width: 782px) {
	.project-list-img-col > div {	white-space: auto;
 overflow: visible;
}

.project-list-img-col .wpb_single_image {
	display: block;
		width: auto;
}

.project-list-row .project-list-img-col div, .project-list-row .project-list-img-col figure, .project-list-row .project-list-img-col img {
	width: 100%;
	height: auto;
}
}

/* ------------------ */

/* Typography Fix */
h2 + p {
	padding-top: 0.382em;
}

/* Adjust Contact Form Alignment */
.contact-container {
	text-align: center;
}
.contact-container label {
	display: block;
	margin-bottom: 1rem;
}