button.button{
    text-align: center;
	white-space: nowrap;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	margin-right: 0;
	padding: 0px;
	border: none;
}

button.button a{
	background-color: #9aba57;
	padding: 20px 60px !important;
	color: #fff;
	border: 1px solid #9aba57;
	text-decoration: none;
	font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
	transition: .4s cubic-bezier(.51,.18,0,.88);
}

button.button a:hover{
	border-color: #121c22;
    background-color: #121c22 !important;
    color: #fff;
}

.orange-btn a{
	background-color:#ff8c00 !important; 
	color: #fff !important;
	border: transparent !important;
}

#hs-outside-wrapper{
	margin-top: 150px;
	
}


/*		FOOTER     */
.footer{
	background-image: url("/templates/greenrockequip.com/siteart/footer-background.png");
	background-color: #121c22;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    color: #fff;
    padding-bottom: 25px;
	padding: 70px 3.125rem 25px 3.125rem;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.footer h1
{
	font-size: 48px;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1;
	text-stroke: 2px white;
	    -webkit-text-stroke: 2px white; /* width and color */
}

.footer-container{
	max-width: 120rem;
}

.col-2{
	width: 50%;
}

.top-footer{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	padding-bottom: 70px;
}

.bottom-footer{
	display: flex;
	justify-content: space-between;
	padding: 50px 0px 70px 0px;
}

.left-footer{
	width: 16.7%;
}

.left-footer img{
	width: 100%;
}

.right-footer{
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.right-footer h6{
	font-size: 20px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: italic;
	padding-bottom: 25px;
}

.right-footer a{
	font-size: 20px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.social-media{
	display: flex;
	gap: 25px;
}

.social-media i{
	border: 1px solid #9aba57;
	color: #fff;
	padding: 10px;
	font-size: 22px;
	transition: .4s cubic-bezier(.51,.18,0,.88);
}

.social-media i:hover{
	background-color: #9aba57;
}

.nav-footer{
	font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 14px;
	color: #fff;
}

.nav-footer a{
	color: #fff;
	text-decoration: none;
}

.copyright-footer{
	display: flex;
	gap: 10px;
}

.copyright-footer a{
	font-size: 14px;
	font-family: "proxima-nova", sans-serif;
}


@media screen and (max-width: 1023px) {
	.footer{
		padding: 70px 10px 25px 10px;
	}
	
  .bottom-footer {
    flex-direction: column;
	gap: 25px;
  }
	
	.left-footer{
		width: 25%;
	}
	
	.right-footer{
		width: 60%;
	}
	
	.right-footer h6{
		font-size: 16px;
	}
	
	.right-footer a{
		white-space: nowrap;
		font-size: 16px;
	}
}

@media screen and (max-width: 639px) {
	
	.footer h1{
		font-size: 36px;
	}
	.top-footer{
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}
	
	.col-2{
		width: inherit;
	}
	
	.left-footer{
		width: 40%;
	}
	
	.right-footer{
		flex-direction: column;
	}
	
}


