/*
Theme Name: **Simmons**
Version: 9.9.9.9
Authors: Robert Rathgeber & Chance Sheldon
*/

html {
	height: 100%;
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	background-color: #fff;
	font-family: "myriad-pro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #373737;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
}

body,
button,
input,
select,
textarea {
	color: #373737;
	font-family: "myriad-pro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.66;
}

h1 {
	font-size: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #043852;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

h3 {
	/*font-size: 24px;*/
	font-size: 16px;
	font-weight: 700;
	/*font-style: italic;*/
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

em,
i {
	font-style: italic;
}

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0em;
	padding: 0;
	line-height: 1.5;
	margin-left: 15px;
	text-indent: -5px;
}

ul {
	list-style: disc;
	list-style-position: outside;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/* Generic Special Stylings */
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.no-padding {
    margin: 0;
    padding: 0;
}

.row.no-padding > [class*='col-'] {
    margin: 0;
    padding: 0;
}

.flex-end {
	justify-content: flex-end;
}

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

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-container {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 115px;
    left: 50%;
    top: 50%;
    opacity: 0.75;
    margin-left: -56px;
    margin-top: -36px;
    position: absolute;
    background: url("images/YoutubePlayIcon.png") no-repeat;
    cursor: pointer;
}

.youtube-box {
	width: 560px;
	height: 315px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.col-sm-20p {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 400px) {
    .col-sm-20p {
        float: left;
    }
    .col-sm-20p {
        width: 20%;
    }
}

:root {
  --main-color: #005e20;
  --secondary-color: #ee7726;
}


/*HEADER STYLES*/
.header {
}

.header-top-container {
	background-color: var(--main-color);	
}

.header-top {
	max-width: 1420px;
	display:flex;
	margin: auto;
	padding: 15px 10px;
    justify-content: space-between;
}

.header-slogan {
	font-family: "Montserrat", sans-serif;
	font-size: 43px;
	font-weight: 900;
	color: white;
}

.contact-phone {
	color: white;
	font-size: 25px;
	display: block;
	text-align: center;
	-webkit-text-stroke-color: #00000000;
	transition: -webkit-text-stroke-color .15s;
}

.contact-phone:hover {
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
	color: white;
	text-decoration: none;
}

.contact-link {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 900;
	padding: 0 35px;
	background-color: var(--secondary-color);
	border-radius: 10px;
	color: white;
	display: block;
}

.contact-link:hover {
	color: white;
	text-decoration: none;
}

#menu-header-desktop {
	list-style: none;
	margin-left: 0;
	text-indent: 0;
	display: flex;
	justify-content: space-evenly;
    margin: auto;
    max-width: 1420px;
}

#menu-header-desktop li {
    margin: 30px 0;
    font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

#menu-header-desktop li a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--main-color);
	stroke-opacity: 0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #00000000;
	transition: -webkit-text-stroke-color 0.15s;
}

#menu-header-desktop li a:hover {
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main-color);
	color: var(--main-color);
	text-decoration: none;
}


/*Header Mobile*/
.header-mobile {
	display: none;
}

/***************/

#content {
	background-color: white;
}

.frontpage-banner-container {
	display: flex;
	max-width: 1420px;
    margin: auto;
}

.social-links-container {
	width: 20%;
	padding-left: 15px;
	min-width: 280px;
	display: flex;
    flex-direction: column;
}

.social-links-container ul{
	list-style: none;
	margin-left: 0;
	text-indent: 0;
	font-size: 58px;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}
.social-links-container ul li a {
	display: flex;
    align-items: center;
}

.social-links-container ul li svg{
	margin-right: 10px;
	color: var(--secondary-color);
}

.social-links-container .social-text {
	font-size: 16px;
	color: var(--main-color);
	font-family: "Montserrat", sans-serif;
}

.social-links-container ul li a:hover {
	text-decoration: none;
	color: var(--main-color);
}

.subsection-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: var(--main-color);
	margin-bottom: 15px;
}

.social-links-container ul .stupid-instagram {
	background-color: var(--secondary-color);
	color: white;
	border-radius: 5px;
    font-size: 40px;
	width: 51px;
    height: 51px;
}

#layerslider_1 {
	flex-shrink: 2;
}

/*#layerslider_1 img {
	max-height: 335px;
	width: auto;
}*/

.services-container img {
	margin: auto;
}

.services-container {
	max-width: 1420px;
	margin:auto;
	margin-top: 75px;
	text-align: center;
	padding: 0 15px;
}

.service-container {	
	padding: 50px;
    padding-top: 25px;
	background-color: #00000000;
	transition: background-color 0.25s, color 0.25s;
}

.service-container:hover {
	text-decoration: none;
	background-color: var(--secondary-color);
}

.service-container:hover .service-title, .service-container:hover a {
	text-decoration: none;
	color: white;
}

.content-section-container {
	margin: auto;
	margin-top: 50px;
	max-width: 1000px;
}

.content-section-content {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: var(--main-color);
	text-align: center;
}

.content-section-header {
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: var(--main-color);
	text-align: center;
}

.gallery-preview-container {
	margin: 17px 0;
}

.gallery-preview-button-container {
	text-align: center;
	margin: 35px 0;
}

.gallery-preview-button {
	color: white;
    background-color: var(--secondary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 900;
    padding: 10px 25px;
    border-radius: 10px;
    margin: 17px 0;
}

.gallery-preview-button:hover {
	text-decoration: none;
	color: white;
}

.interior-social ul {
	justify-content: start;
}

.interior-banner-container {
    /*display: flex;*/
    max-width: 1420px;
    margin: auto;
}

.interior-page-container{
	max-width: 1420px;
	margin:auto;	
    text-align: left;
    padding: 15px;
}

.interior-page-container .content-section-header {
	text-align: left;
}

.interior-content {	
    min-height: 700px;
    /*width:80%;*/
}

.interior-content .content-section-content {
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    color: #222222;
}

.interior-content .content-section-content h1 {
	font-size: 30px;
	font-weight: 700;
	color: var(--main-color);
}

.interior-content .content-section-content h2 {
	font-size: 30px;
	font-weight: 400;
	color: var(--main-color);
}

.interior-content .content-section-content h3 {
	font-size: 24px;
	font-weight: 700;
}

.interior-content .content-section-content h4 {
	font-size: 24px;
	font-weight: 400;
}

.interior-content .content-section-content a {
	color: var(--secondary-color);
}

/*HOVER.CSS effects*/

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/*Footer Styles*/
.footer {
	margin-top: 15px;
	width: 100%;
}

.footer-nav-container {
	width: 100%;
	background-color: #e5e5e5;
}

.footer-nav {
	max-width: 1420px;
	display: flex;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin:auto;
}

#menu-header-desktop-2 {
    list-style: none;
	text-indent: 0;
	display: flex;
	justify-content: space-evenly;
	margin: 30px 0;
}

#menu-header-desktop-2 li a{
	color: var(--main-color);
	-webkit-text-stroke-color: #00000000;
	transition: -webkit-text-stroke-color 0.15s;
}

#menu-header-desktop-2 li a:hover {
	text-decoration: none;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main-color);
	color: var(--main-color);
}

#bot-nav {
	width: 100%;
}

.copyright-section {
	background-color: var(--main-color);
	width: 100%;
}

.copyright-content {
	color: white;
	text-align: center;
	padding: 18px;
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.copyright-content a {
	color: red;
}

.copyright-content a:hover {
	text-decoration: none;
	color: white;
}

/*SLICK NAV STYLES*/
.slicknav_menutxt
{
	display: none;
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 15px 0 20px 0;
	line-height: 1;
	cursor: pointer;
	margin: 0px auto 0px auto;
	height: 50px;
	width: 90%;
	font-size: 18px;
	background-color: #ffffff;
}
.slicknav_menu .slicknav_menutxt {
	line-height: 1;
	font-family: "pt-sans", sans-serif;
	letter-spacing: 1px;
	float: left;
	color: #fff;
	font-weight: 700;
}
.slicknav_menu .slicknav_icon {
	float: right;
	margin: 2px 0 0 0;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 25px;
    height: 4px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 3px;
}
.slicknav_nav .slicknav_arrow {
	font-size: 12px;
	margin: 0 0 0 4px;
}
.slicknav_menu {
	display:none;
	background-color: #ffffff;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #1a1a1a;
}
.slicknav_nav {
	background-color: #01204b;
}
.slicknav_nav ul {
	padding: 0 0;
	margin: 0 0 0 0;
	list-style: none;
	background-color: white;
}
.slicknav_nav ul ul {
	border-top: none;
	padding: 0 0 0 0;
}
.slicknav_nav ul li {
	margin: 0 auto;
	text-indent: 0px;
	text-align: center;
}
.slicknav_nav ul li a, .slicknav_nav ul li a:link, .slicknav_nav ul li a:visited {
	font-family: "Muli", sans-serif;
	color: var(--main-color);
	margin: 0 auto;
	display: block;
	padding: 9px 5% 10px 5%;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.slicknav_nav ul li a:hover, .slicknav_nav ul li a:active, .slicknav_nav ul li a:focus {
	background-color: #f8f4f3;
	color: var(--secondary-color);
}
@media (max-width: 991px) {
	.js .slicknav_menu {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}


/* Responsive Video Styles */
.small-video-left {
	float: left;
	width: 100%;
	max-width: 750px;
	margin-bottom: 15px;
}
.small-video-right {
	float: right;
	width: 100%;
	max-width: 750px;
	margin-bottom: 15px;
}
.small-video-center {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	margin-bottom: 15px;
}

/*MOBILE STYLES*/

@media (max-width: 1140px) {
	.header-slogan {
		font-size:30px;
	}
}

@media(max-width: 991px) {
	.header-slogan {
		display: none;
	}

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.services-container {
		margin-top: 30px;
	}

	.content-section-container {		
		margin-top: 30px;
	}

	.content-section-content {
		padding: 0 30px;
	}

	.gallery-preview-button-container {
	    margin: 15px 0;
	}

	.frontpage-banner-container {
		display:block;
	}

	#layerslider_1 .ls-inner .ls-layers .ls-wrapper {
		left: 0 !important;
	}

	.social-links-container {
		width: 100%;
		text-align: center;
	}

	.social-links-container .social-text {
		display: none;
	}

	.social-links-container ul {
		display: flex;
	    max-width: 325px;
	    margin: auto;
	    flex-direction: row;
	    justify-content: space-evenly;
	}

	.social-links-container {
		margin-top: 30px;
	}

	#menu-header-desktop-2 {
		display: block;
		max-width: 325px;
    	margin: 20px auto;
    	text-align: center;
	}

	#menu-header-desktop-2 li {
		margin: 10px 0;
	}

	.interior-content {
		width: 100%;
	}

	.interior-content .content-section-header {
		padding: 0 30px;
	}
}

@media (max-width: 480px) {
	.gallery-preview-button {
		font-size: 18px;
	}
}

@media (max-width: 460px) {
	.contact-link {
		font-size: 18px;
	}

	.header-top {
		align-items: center;
    	flex-direction: column;
	}

	.contact-phone {
		margin: 10px 0;
	}

	.social-links-container ul{ 
		font-size: 50px;
	}
}