@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700');
@import url("https://use.fontawesome.com/releases/v5.15.3/css/all.css");

@import "normalize.css";
@import "webflow.css";
@import "trinity-greenhouse.webflow.css?v=2";

@import "mobile-nav.css";

.logo-home-link.interior {
	margin-right: 20px !important;
}

.slider-section .w-slider-dot {
	background-color: rgba(255, 255, 255, 0.7);
}

.slider-section .w-slider-dot.w-active {
	background-color: #ffffff;
}

.w-slider-nav.w-round>div {
	width: 25px;
	height: 2px;
	border-radius: 8px;
}

.w-slider-dot {
	background-color: rgba(0,0,0,0.3);
}

.w-slider-dot.w-active {
	background-color: #3F7343;
}

.gallery-wrapper {
	width: calc(100% - calc(100% - 1300px)/2);
	margin-right: 0;
	margin-left: auto;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slider-controls {
	text-align: center;
}

.slider-nav {
	 display: inline-block;
}

.slick-arrow {
	background: transparent;
	position: relative;
	top: 5px;
	left: auto;
	right: auto;
	display: inline-block;
}

.slide-m-prev {
	float: left;
}

.slide-m-next {
	float: right;
}

.slick-dots {
	position: relative !important;
	bottom: 0 !important;
	width: auto !important;
	display: inline-block !important;
	padding: 0 20px !important;
}

.slick-dots li {
	width: auto !important;
	margin: 0 8px !important;
}

.slick-dots li button {
	padding: 0 !important;
	width: 25px !important;
	height: 2px !important;
	border-radius: 8px !important;
	background: rgba(0,0,0,0.3) !important;
}

.slick-dots li.slick-active button {
	background-color: #3F7343 !important;
}

.slick-dots li button:before {
	content: '' !important;
}

.logos-slider .slick-track {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1350px) {
	.album-row {
		max-width: 100%;
	}	
}


/* Landing Page */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

p, li, td, .content-class {
	line-height: 1.44;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

ul, ol {
	margin:0 0 0 30px;
}

.heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.landing-wrapper {
	width:100%;
	position:relative;
	display:flex;
	flex-flow:row nowrap;
	align-items:stretch;
	justify-content:flex-start;
}

.landing-wrapper .left-side-wrapper {
	flex:0 0 45%;
	position:relative;
	background-color:#ffffff;
}

.landing-wrapper .left-side-wrapper .site-info-wrapper {
	position:relative;
	margin:100px auto;
	width:70%;
	padding-right:60px;
}

.landing-wrapper .left-side-wrapper .site-info-wrapper .site-logo {
	max-width:375px;
	width:100%;
	position:relative;
	margin-bottom:25px;
}

.landing-wrapper .left-side-wrapper .site-info-wrapper .site-text {
	margin-bottom:20px;
}

.landing-wrapper .left-side-wrapper .site-info-wrapper .site-title {
	color:#000000;
	font-weight:bold;
	font-size:48px;
	line-height:58px;
	text-transform:uppercase;
}

.landing-wrapper .left-side-wrapper .site-info-wrapper .site-phone {
	color:#A2C679;
	font-size:48px;
	line-height:58px;
	font-weight:bold;
}

.landing-wrapper .right-side-wrapper {
	flex:0 0 55%;
	position:relative;
}

.landing-wrapper .right-side-wrapper .back-image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.7;
	z-index:0;
}

.landing-wrapper .right-side-wrapper .main-image-wrapper {
	position:absolute;
	width:100%;
	height:90%;
	top:50%;
	transform:translateY(-50%);
	left:-50px;
	z-index:2;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.script-wrapper {
	background-color:#eeeeee;
	padding:40px;
	position:relative;
	width:100%;
	max-width:1300px;
	border-right:35px solid #a2c679;
	margin:20px auto;
}

.script-wrapper .script-title {
	color:#000000;
	font-size:48px;
	line-height:58px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:25px;
	padding-left:10px;
}

.script-wrapper .script-text {
	margin-bottom:25px;
	padding-left:10px;
}

@media(max-width:1300px){
	.landing-wrapper .left-side-wrapper .site-info-wrapper {
		width:80%;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper .site-title {
		font-size:43px;
		line-height:52px;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper .site-phone {
		font-size:43px;
		line-height:52px;
	}

	.script-wrapper .script-title {
		font-size:43px;
		line-height:52px;
	}
}

@media(max-width:991px){
	.landing-wrapper {
		flex-flow:column-reverse nowrap;
		align-items:center;
		justify-content:flex-start;
	}

	.landing-wrapper .left-side-wrapper {
		flex:none;
		width:450px;
		margin-top:35px;
		margin-bottom:50px;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper {
		width:100%;
		margin:20px auto 0;
		padding:0;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper .site-title {
		text-align:center;
		width:unset;
		font-size:36px;
		line-height:42px;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper .site-phone {
		text-align:center;
		font-size:36px;
		line-height:42px;
	}

	.landing-wrapper .right-side-wrapper {
		flex:none;
		width:100%;
		height:250px;
	}

	.landing-wrapper .right-side-wrapper .main-image-wrapper {
		width:95%;
		height:100%;
		transform:translateX(-50%);
		top:20px;
		left:50%;
	}

	.script-wrapper .script-title {
		font-size:36px;
		line-height:42px;
	}
}

@media(max-width:767px){
	.landing-wrapper .left-side-wrapper {
		width:400px;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper .site-title {
		font-size:32px;
		line-height:36px;
	}

	.landing-wrapper .left-side-wrapper .site-info-wrapper .site-phone {
		font-size:32px;
		line-height:36px;
	}

	.script-wrapper .script-title {
		font-size:32px;
		line-height:36px;
	}
}

@media(max-width:479px){
	.landing-wrapper .left-side-wrapper {
		width:100%;
		padding:0 20px;
	}
}