/*
Theme Name: Unico Child
description: Client Theme - Unico
Template: unico-parent
Version: 1.0.0
Text Domain: unico-child
Author: BCW
*/
.flex-row{
    display: flex;
}
.contact-info-container{
    justify-content: space-between;
}
.footer-row{
    gap: 40px;
}
.footer-menu ul{
    display: flex;
    flex-direction: column;
}
.footer-social a, footer a{
    color: #fff;
}
.footer-copyright:after {
    content: '';
}
.header-contact {
    width: 30%;
}
.header-extra {
    width: 70%;
}
.service-section {
    padding: 50px 0;
	background-color: var(--color-3);
}
.service-section .services {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 75px;
}
.service-section .service {
	flex: 1 1 calc(50% - 75px);
	min-width: min(100%, 300px);
}
.service-section .service .image {
	margin-bottom: 30px;
}
.service-section .service .image img {
	width: 100%;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.service-section .service .heading {
	font-size: 25px;
	color: var(--color-1);
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.service-section .service .content {
	margin-top: 30px;
	margin-bottom: 0;
}
.service-section .service .content p:last-child {
	margin-bottom: 0;
}
/* Contact Page */
#contact-section {
	padding: 30px 0 15px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
}
#contact-page-form label {
	color: #fff;
}
#contact-page-form form textarea, #contact-page-form form input {
	position: relative;
	font-family: 'Alegreya', serif;
	font-weight: bold;
	border-radius: 0;
	background: transparent;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid #ccc;
	color: #fff;
}
#contact-page-form textarea {
	max-height: 75px !important;
	height: 75px !important;
}
#contact-page-form .gform_button {
	width: 100%;
	border: none;
	border-radius: 0;
	background: var(--color-one);
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	font-family: 'Alegreya', serif;
}
#contact-page-form .gform_button:hover, #contact-page-form .gform_button:active {
	background-color: #fff;
	color: #000;
}
/* -- GOOGLE MAP -- */
.googlemap-container {
	position: relative;
	max-width: none;
	margin: 0 auto;
}
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed {
	top: 0;
	left: 0;
	width: 100%;
	height: 322px;
	border: 3px solid var(--color-two);
}
.googlemap-container p {
	margin: 0;
}
.contactform-bg {
	padding: 19px;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, .7);
	border-radius: 0;
    flex: 1 1 50%;
}
.contactform-bg input, .contactform-bg textarea {
	background: #ffffff;
}
.contactform-bg button:hover {
	background: #fff;
	color: #000;
}
.jumbotron p {
    font-size: 16px;
}
#contact-section .contact-row{
    flex-direction: column;
}
.jumbotron{
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.service-section .services {
		column-gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.contact-info {
		display: block;
	}
}
/* Inventory Pages */
#rentals, #equipment, #no-results-found {
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
	padding: 20px 0;
}
/* Equipment Single Pages */
#equipment-main {
	padding: 10px 0;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 1px 10px inset #000;
	background-color: var(--color-three);
}
#equipment-details {
	padding: 50px 0;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
}
.equipment-info {
	text-align: center;
	padding: 15px;
}
.equipment-info .location {
	padding: 20px 0;
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.equipment-info .btn {
	display: block;
}
.equipment-slider, .equipment-details {
	padding: 20px;
}
.equipment-slider-inner {
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 20px #000;
	margin: 30px;
	background-color: var(--color-three);
}
.equipment-slider-item img {
	width: 100%;
	border: 1px solid #000;
	box-shadow: 0 0 3px #000;
}
.equipment-slider-content {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
.equipment-info .btn:hover,
.equipment-info .btn:focus {
	background: var(--color-two);
	color: var(--color-three);
}
@media screen and (max-width: 1200px) {
	.equipment-buttons .btn {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.equipment-buttons .btn {
		display: block;
		margin: 5px;
	}
}
@media screen and (max-width: 450px) {
	.equipment-slider-inner {
		margin: 10px;
		box-shadow: 0 0 10px #000;
		padding: 10px;
	}
	.equipment-slider-content {
		font-size: 12px;
	}
}
/* Inventory Search Pages */
.equipment-search .fas,
.equipment-search:hover .fas,
.equipment-search:focus .fas {
	transition: all ease .7s;
}
.equipment-search:hover .fas,
.equipment-search:focus .fas {
	color: var(--color-two);
}
.equipment-search .fas {
	color: var(--color-three);
}
.equipment-item-box {
	padding: 10px 0;
	max-width: 100%;
}
.equipment-item-box img {
	margin-bottom: 10px;
	height: 340px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.equipment-item-box .btn {
	margin-top: 10px;
	display: block;
}
.equipment-item-box-inner {
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 16px #000;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: var(--color-three);
}
.equipment-item-content-inner > span {
	display: block;
	padding: 3px 0;
}
.equipment-item-content-inner .bedrooms,
.equipment-item-content-inner .bathrooms {
	display: inline-flex;
	margin: 0 10px;
}
.equipment-item-content .title {
	font-weight: bold;
}
.equipment-items {
	align-items: stretch;
}
.equipment-item-content {
	flex: 1 0 auto;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
/* Search bar dropdown width fix */
#search-bar .category-option,
#search-bar .location-option {
	position: relative;
}
#search-bar .search-data {
	width: 100%;
	left: 0;
}
/* Results heading */
.results-heading {
	text-align: center;
	margin: 20px 0 0;
}
.equipment-item-links {
	margin-top: 8px;
}
.equipment-item-link-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}
.equipment-item-link-row .links-heading {
	flex: 1 1 50%;
	text-align: left;
	padding: 0;
}
.equipment-item-link-row .equipment-link {
	flex: 1 1 50%;
	margin-top: 0;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.equipment-item-box {
		padding: 10px;
	}
}