/*
Theme Name: Big Splash Web Design
Author: Big Splash Web Design
*/
/* Global */
body {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	background-color:#0b284e;
}
body.home {
	background-color: #0b284e;
}
.text-orange {
	color: #ff8f00 !important;
}
.text-blue {
	color: #0b284e !important;
}
.font-bold {
	font-weight: 700;
}
.btn-primary {
	background: #ff8f00;
	border: none;
}
.btn-primary:hover {
	background: #c77814;
}
a {
	color:#ff8f00;
}
.blockquote {
	font-style: italic;
	border-left: 5px solid #081d39;
	padding: 30px;
	font-size: 1.2em;
	text-align: center;

}
@media( min-width: 768px ) {
	.blockquote {
		background: url( assets/images/global/lsquo.png ) 5% 5% no-repeat, url( assets/images/global/rsquo.png ) 95% 95% no-repeat;
	}
}
.blockquote-footer {
	font-size: .7em;
}
ol.qta li {
	padding: 10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #1c4171;
}
ol.qta li:first-child {
	border-top: none;
}
ol.qta li:last-child {
	border-bottom: none;
}

/* Menu */
#mobile-menu {
	color:#fff;
	padding: 15px 0;
	text-align: center;
	background: #ff9d1e;
	background: -moz-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9d1e), color-stop(100%, #ff7b0c));
	background: -webkit-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: -o-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: -ms-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: linear-gradient(to bottom, #ff9d1e 0%, #ff7b0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d1e', endColorstr='#ff7b0c', GradientType=0 );
	border-bottom: 6px solid #ff9219;
	cursor: pointer;
	text-shadow: -1px -1px 0px #bd6a0d;
	border-bottom: 1px solid #9a570d;
}
.main-navigation {
	display: none;
	background: #ff7b0c;
	background: -moz-linear-gradient(left, #ff7b0c 49%, #ff9d1e 98%);
	background: -webkit-linear-gradient(left, #ff7b0c 49%,#ff9d1e 98%);
	background: linear-gradient(to right, #ff7b0c 49%,#ff9d1e 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0c', endColorstr='#ff9d1e',GradientType=1 );
}
.main-navigation li.menu-item-has-children > a {
	width: 80%;
	border-right: 1px solid #9a570d;
	float: left;
}
.main-navigation li.menu-item-has-children .chevron-dropdown {
	width: 20%;
	text-align: center;
	color:#fff;
	display: block;
	padding: 5px;
	border-left: 1px solid #fcba71;
	float: left;
	text-shadow: -1px -1px 0px #bd6a0d;

}
.main-navigation li.menu-item-has-children .fa-angle-down {
	transition: transform 200ms ease;
}
.main-navigation li.menu-item-has-children:after {
	display: block;
	clear: both;
	content: '';
}
.main-navigation li.menu-item-has-children.active .fa-angle-down {
	transform: rotate( 180deg );
	transition: transform 500ms ease;
}
.main-navigation li.menu-item-has-children.active > a, .main-navigation li.menu-item-has-children.active .chevron-dropdown {
	border-bottom: 1px solid #9a570d;
}
.main-navigation li.menu-item-has-children .chevron-dropdown:hover {
	background: #e06c0a;
}
.main-navigation li.menu-item-has-children .fa-angle-down {
	color:#fff;
}
.main-navigation li.menu-item-has-children.active ul {
	display: block;
}
.main-navigation.active {
	display: block;
}
.main-navigation a {
	color:#fff;
	padding: 10px;
	display: block;
	text-decoration: none;
	text-shadow: -1px -1px 0px #bd6a0d;
}
.main-navigation a:hover {
	background: #e06c0a;
}
.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-navigation ul ul {
	display: none;
	border-left: 5px solid #9a570d;
	border-bottom: 5px solid #9a570d;
	clear: both;
}
.main-navigation li {
	border-top: 1px solid #fcba71;
	border-bottom: 1px solid #9a570d;
	clear: both;
}

/* Header */

.top-header {
	background-color: #081d39;
	font-size: 20px;
}
.logo-nav-group {
	background-color: #0b284e;
	border-bottom: 10px solid #081d39;
}
#logo {
	margin-bottom: 20px;
}
#logo a {
  display: block;
}
/* Buttons */
#secondary a.orange-btn {
	padding: 10px 0;
}
a.orange-btn, input[type=submit] {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	width: 220px;
	padding: 15px 0;
	text-align: center;
	background: #ff9d1e;
	background: -moz-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9d1e), color-stop(100%, #ff7b0c));
	background: -webkit-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: -o-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: -ms-linear-gradient(top, #ff9d1e 0%, #ff7b0c 100%);
	background: linear-gradient(to bottom, #ff9d1e 0%, #ff7b0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d1e', endColorstr='#ff7b0c', GradientType=0 );
	border-bottom: 6px solid #ff9219;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-webkit-backface-visibility: hidden;
}
input[type=submit] {
	padding: 15px 25px !important;
	border-right: none;
	border-top: none;
	border-left: none;
}
a.orange-btn:hover, input[type=submit] {
	text-decoration: none;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
a.blue-btn {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	width: 220px;
	padding: 15px 0;
	text-align: center;
	background: #0a4163;
	background: -moz-linear-gradient(top, #0a4163 0%, #04253f 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #0a4163), color-stop(100%, #04253f));
	background: -webkit-linear-gradient(top, #0a4163 0%, #04253f 100%);
	background: -o-linear-gradient(top, #0a4163 0%, #04253f 100%);
	background: -ms-linear-gradient(top, #0a4163 0%, #04253f 100%);
	background: linear-gradient(to bottom, #0a4163 0%, #04253f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a4163', endColorstr='#04253f', GradientType=0 );
	border-bottom: 6px solid #0a3c5b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-webkit-backface-visibility: hidden;

}
a.blue-btn:hover {
	text-decoration: none;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}


/*Slider*/
.slider-container {
	position: relative;
}
.home-slider {
	background:#000;
	position: relative;
}
.slider-text {
	position: absolute;
	z-index: 1000;
	top: 20px;
	width: 100%;
}
@media(min-width: 576px){
	.slider-text {
		top: 80px;
	}
}
.home-slider .slider-picture {
	opacity: .6;
}
.slide {
	margin: 0;
	height: 431px;
	overflow: hidden;
	position: relative;
}
.slide .row {
	height: 431px;
}
.slider-text p.title {
	font-size: 20px;
}
.slide picture {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.slick-initialized .slide.slick-active picture {
	animation: 60s linear 0s 1 zoom-in;
	-moz-animation: 60s linear 0s 1 zoom-in;
	-webkit-animation: 60s linear 0s 1 zoom-in;
}

/* Galley */
.image-wrapper img {
	opacity: .8;
}
.image-wrapper h4 {
	text-shadow: 1px 2px 0px #000;
	z-index: 10;
}

/* Front Page */
.history-gallery {
	display: flex;
}
.history-gallery .gallery {
	width: 33.33%;

}
.galleries {

}
.galleries .title {
	font-size: 24px;
}
.galleries .gallery a {
	height: 256px;
	width: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	padding-bottom: 45px;
	transition: .4s padding-bottom ease;
	-moz-transition: .4s padding-bottom ease;
	-webkit-transition: .4s padding-bottom ease;
	background-position: center;
}
.galleries .gallery a:hover {
	text-decoration: none;
	padding-bottom: 60px;
}
.galleries .gallery a > div {
	width: 100%;
	max-width: 256px;
	margin: 0 auto;
}
.about {
	background-color: #ff8f00;
}
.about .title {
	font-size: 24px;
}
.contact {
	background-color: #0b284e;
}
.contact .gform_footer {
	text-align: center;
}
.contact .title {
	font-size: 24px;
}
.callouts .callout {
	padding: 20px;
	border-bottom: 1px solid #041327;
	border-top: 1px solid #234776;
}
.co-image {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}
.co-content {
	padding-left: 20px;
}
.co-image:before {
	border: 1px solid #fff;
	content: '';
	width: 130px;
	height: 130px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
}
.callouts .estuaries {
	border-bottom: none;
}
.callouts .bulkheading {
	border-top: none;
}
.slick-dots {
	bottom: -60px;
}
.slick-dots li {
	width: 40px;
	height: 40px;
}
.slick-dots li button {
	width: 40px;
	height: 40px;
}
.slick-dots li.slick-active button:before {
	color:#ff8f00;
}
.slick-dots li button:before {
	color:#fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

/* Sub Pages */
.post-type-archive-gallery .entry-content {
	text-align: center;
}
.costal-pile-services {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.costal-pile-services .cp-service .number {
	width: 40px;
	height: 40px;
	margin: 0 auto 30px auto;
	background: #ff8f00;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.home .gform_wrapper div.validation_error {
	color:#fff;
}
.home .gform_wrapper .validation_message {
	color:#fff;
}

/* Forms */
.gform_confirmation_wrapper {
	padding: 20px;
	text-align: center;
	color:#fff;
	background: #4db02b;
}

/* Sidebar */
.sidebar {
	border-left: 10px solid #081d39;
	background: #0b284e;
	padding-left: 0;
	padding-right: 0;
}
.sidebar .sb-link {
	background: #081d39;
	color: #ff8f00;
	font-size: 18px;
	font-weight: 700;
	display: block;
	padding: 10px 35px;
	transition: .5s color ease;
	-moz-transition: .5s color ease;
	-webkit-transition: .5s color ease;
	position: relative;
}
.sidebar .sb-link:hover {
	color: #fff;
	text-decoration: none;
}
.sidebar .sb-link:not(.active):after {
	display: none;
	content: '\f324';
	font-family: 'Font Awesome 5 Regular';
}
.sidebar .sb-link .fa-chevron-double-right {
	position: absolute;
	right: 35px;
	top: 15px;
	transition: .5s right ease;
	-moz-transition: .5s right ease;
	-webkit-transition: .5s right ease;
}
.sidebar .sb-link:hover .fa-chevron-double-right {
	right: 25px;
}
.sidebar .sb-link.active {
	color: #fff;
}

/* Footer */
.site-footer {
	background-color: #092345;
}
.footer-banner {
	padding: 40px 0;
	background:#fff;
}
ul.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav li {
	border-bottom: 1px solid #041327;
	border-top: 1px solid #234776;
}
.footer-nav li:first-child {
	border-top: none;
}
.footer-nav li:last-child {
	border-bottom: none;s
}
.footer-nav a {
	display: block;
	padding: 10px;
	text-align: center;
}
