/*!
Theme Name: monster-lighting
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monster-lighting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

monster-lighting is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 100;
}


h1, .h1 {
	font-size: calc(2rem + 1.5vw);
}

h2, .h2 {
	font-size: 1.5rem;
	line-height: 30px;
}

@media all and (min-width: 992px) {
	h1, .h1 {
		font-size: 3.5rem;
	}

	h2, .h2 {
		font-size: 2.25rem;
		line-height: 43px;
	}
	a.nav-link {
		font-weight:500;
		font-size: 14px;
	}
}

h6, .h6 {
	font-size: 0.9rem;
	font-weight: 400;
}
a {
	text-decoration: none !important;
}

.btn {
	font-size: 12px;
	font-weight: 700;
	padding: 22px;
	text-transform: uppercase;
	border-radius: 0;
}

.btn-outline-light:hover {
	background-color: #2D2E2F;
	color: #fff;
}

.btn-outline-dark:hover {
	background-color: #d5d5d5;
	color: #212529;
}

.bg-dark {
	background-color: #000 !important;
}

.border-secondary {
	border-color: #363636 !important;
}

.text-secondary {
	color: rgba(121,121,121) !important;
}

.navbar-dark .nav-link {
	color: #fff;
	letter-spacing: .2px;
}

.hamburger-menu {
	font-size: 4rem;
	line-height: 0;
}

.home-shop-cta {
	background: url('/wp-content/uploads/2022/08/softbox-parabolic-bg-02.png') no-repeat center center;
	background-size: cover;
}

.top-bar {
	background: rgb(178,182,1);
	background: linear-gradient(90deg, rgba(178,182,1,1) 0%, rgba(254,133,0,1) 100%);
}

.briese-light-rental-jumbotron {
	background: url('/wp-content/uploads/2022/08/light-rentals-banner-bg-01.png') no-repeat center center;
	background-size: cover;
}

.briese-light-rental-client-list {
	background: url('/wp-content/uploads/2022/08/softbox-parabolic-bg-01.png') no-repeat center center;
	background-size: cover;
	background-color: #363636;
}

.grip-rentals-cta {
	background: url('/wp-content/uploads/2022/08/grip-rental-cta-bg-01.png') no-repeat center center;
	background-size: cover;
	background-color: #363636;
}

.xsmall {
	font-size: .75rem;
}

#cta-1-ton-truck, #cta-3-ton-truck, #cta-5-ton-truck {
	min-height: 455px;
}

#cta-lighting-rentals, #cta-briese-light-rentals, #cta-grip-rentals, #cta-generator-rentals {
	min-height: 475px;
}

@media all and (min-width: 992px){
	.toggle-info {
		-webkit-transition: all 1s -0.25s ease-out;
		-moz-transition: all 1s -0.25s ease-out;
		-o-transition: all 1s -0.25s ease-out;
		-ms-transition: all 1s -0.25s ease-out;
		transition: all 1s -0.25s ease-out;
		opacity: 0;
		max-height: 0;
	}

	#cta-lighting-rentals:hover .toggle-info, #cta-briese-light-rentals:hover .toggle-info, #cta-grip-rentals:hover .toggle-info, #cta-generator-rentals:hover .toggle-info, #cta-1-ton-truck:hover .toggle-info, #cta-3-ton-truck:hover .toggle-info, #cta-5-ton-truck:hover .toggle-info {
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease ;
		opacity: 1;
		max-height: 500px;
	}

	.cover-darken {
		-webkit-transition: all 1s -0.25s ease-out;
		-moz-transition: all 1s -0.25s ease-out;
		-o-transition: all 1s -0.25s ease-out;
		-ms-transition: all 1s -0.25s ease-out;
		transition: all 1s -0.25s ease-out;
		opacity: 0;
	}


	#cta-lighting-rentals:hover .cover-darken, #cta-briese-light-rentals:hover .cover-darken, #cta-grip-rentals:hover .cover-darken, #cta-generator-rentals:hover .cover-darken, #cta-1-ton-truck:hover .cover-darken, #cta-3-ton-truck:hover .cover-darken, #cta-5-ton-truck:hover .cover-darken {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		-ms-transition: all 0.25s ease;
		transition: all 0.25s ease ;
		opacity: .40;
	}
}


.owl-carousel .owl-item {
	border-right: solid 1px #000;
}

@media all and (min-width: 992px) {

	.nav-col-a {
		width: 10%;
	}

	.nav-col-b {
		width: 23%;
	}

	.nav-col-c {
		width: 23%;
		margin-left: 7%;
	}

	.nav-col-d {
		width: 30%;
		margin-left: 7%;
	}
}

.nav-col-b, .nav-col-c, #site-footer {
	font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

#site-footer {
	border-top: #363636 solid 1px;
}

.owl-prev, .owl-next {
	position: absolute;
	height: 100%;
	background-color: rgba(0,0,0,0.5) !important;
	width: 60px;
	color: #fff !important;
	font-size: 60px !important;
}

.owl-prev {
	left: 0;
	top: 0;
}

.owl-next {
	right: 0;
	top: 0;
}
/**
.offcanvas {
	opacity: 0;
	transition: none;
}

.offcanvas.show {
	transition: all 1s ease !important;
	opacity: 1;
}
**/

.plain-link {
	color: white;
	text-decoration: underline solid 1px !important;
	transition-duration: .15s;
}

a.plain-link:hover, a.text-white:hover, a.text-light:hover, a.nav-link:hover {
	color: #797979 !important;
}

a.text-uppercase.xsmall.text-white {
	font-weight: 500;
}

.silver-text {
	color: #797979;
}

.new-border-2 {
	border-width: 2px !important;
}

#contact-details {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.flex-image-center {
	display: flex;
	align-items: center;
	height: 293px;
}

.bb {
	border-bottom: 1px solid #363636;
}

@media all and (max-width: 1399px) {
	.text-container-home {
		max-width: calc(570px - 1.5rem) !important;
	}
}

@media all and (max-width: 1199px) {
	.text-container-home {
		max-width: calc(480px - 1.5rem) !important;
	}
}

@media all and (max-width: 991px) {
	.col-lg-3.border-start.border-secondary.nav-col-d {
		border-left: none !important;
	}
	.owl-carousel.carousel-briese.container-lg.pb-4 {
		padding: 0px !important;
	}
	.c-list ul.list-unstyled.lh-lg {
		margin-bottom: 0px !important;
	}
	
	h2.mobile-style {
		font-weight: 300;
	}	
	
	.flex-image-center {
		height: 140px;
	}
	
	a.nav-link {
		font-size: 24px;
		font-weight: 300;
		text-transform: capitalize;
		float: right;
	}
	.mask {
		float: none !important;
		height: 116px !important;
		width: 116px !important;
		margin-bottom: 16px;
	}
	.text-container-home {
		max-width: 720px !important;
		margin-right: auto;
    	margin-left: auto;
		padding-right: 1.5rem!important;
    	padding-left: 1.5rem!important;
		float: none !important;
	}
	.display-none {
		display: none !important;
	}
	
	.display-block {
		display: block !important;
	}
}

@media all and (max-width: 767px) {
	.flex-image-center {
		height: 190px;
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}
	.text-container-home {
		max-width: 540px !important;
		--bs-gutter-x: 1.5rem !important;
	}

}

@media all and (min-width: 1400px) {
	a.nav-link {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

}


@media all and (max-width: 1399px) and (min-width: 1200px)  {
	.b-small {
		font-size: .75em;
	}
}
@media all and (max-width: 1199px) and (min-width: 992px)  {
	.b-small {
		font-size: .65em;
	}
}

@media all and (min-width: 992px) {
	.r-col {
		position: relative;
	}

	.col-cta {
		position: absolute;
    	bottom: 0;
	}
}

/* briese */
.icon-size {
	height: 14px;
	width: 14px !important;
	float: left;
    position: relative;
    top: 1px;
}

.bottom {
		display: flex;
	}

.carousel-briese .owl-item img {
    width: auto !important;
}

.b-header {
	position: relative;
}

.briese-logo {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
}

.black-bg {
	background-color: black;
	width: 100%;
	height: 89px;
}

.pt-6 {
	padding-top: 8rem !important;
}

/* list */
.lh-lg {
	line-height: 1.5 !important;
}
.c-list li {
	margin-bottom: 8px;
}

/* home */
.banner-image {
    object-fit: cover;
}

h1.home-style {
	font-weight: 300;
}

p.home-style {
	font-weight: 300;
}

.justify-content-center {
	display: flex;
}

.mask {
	height: 152px;
    width: 152px;
    padding-right: 0px;
    padding-left: 0px;
	float: right;
}

.container-home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	
}

.text-container-home {
	max-width: calc(660px - 1.5rem);
    float: right;
	padding-right: 3rem;
}

.display-lg-none {
	display: none;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	height: 70px;
    width: 70px;
    padding: 0;
}

.navbar-toggler-icon {
	background-image: url('/wp-content/uploads/2022/10/menu-close-icon.png');
	width: 55px;
    height: 70px;
}


.collapsed .navbar-toggler-icon {
	background-image: url('/wp-content/uploads/2022/10/menu-open-icon.png');
}

.navbar-toggler:focus {
	box-shadow: none;
}

.cta-buttons {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	grid-gap: 1rem;
}