/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    $HOME
\*------------------------------------*/

	.sliderbottom {
    background-color: #61C300;
    color: #FFF;
    text-align: center;
    padding: 7px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.topBar {
    background-color: #61C300;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    padding: 7px;
    text-align: center;
}

.logo img{width:160px}

* { box-sizing: border-box; }

body,
html { overflow-x: hidden; }

.bar {
  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  padding: 12px 0;

  background-color: #004f7f;
  color: white;

  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.bar_content {
  display: block; /* Important to give the content a width */

  width: 100%;
  transform: translateX(100%); /* Animation start out of the screen */

  /* Add the animation */
  animation: move 26s linear infinite /* infinite make reapeat the animation indefinitely */;
}

/* Create the animation */
@keyframes move {
  to { transform: translateX(-100%); }
}

.portfolioTitle {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 140%;
	color: #6472B5;
	margin: 0px 0px 10px 0px;
}
.wp-block-separator {
	border-bottom: double #222;
	height:2px;
	background-color:#FFF;
	color:#FFF;  
}
.pricingTable td{
    padding: 10px;    
}

.galleryContainer{
    min-height: 550px;
    height:550px;
    position: relative;

}
.flexslider .slides > li {
	background-position: center;
	height: 100%;
	width: 100%;
	display: none;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ul.slides {
	margin: 0;
	padding: 0;
}
.flexslider-container, .flexslider .slides, .flex-viewport {
	height: 100%;
}
.flexslider {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
    position: relative;
}
.galleryText{
    position: absolute;
    z-index: 99;
    width: 40%;
    top:30%;
    left: 10%;
    padding: 0px;
}
.galleryText h2 {
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	font-weight:700;
	line-height:110%;
	color:#FFF;
    text-align: left;
	margin:0px 0px 14px 0px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.galleryText p {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:700;
	color: #FFF;
	line-height:140%;
    text-align: left;
    margin:0px 0px 14px 0px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.homeContainer{
    max-width: 1050px;
    margin: 60px auto;
    padding: 0px;
	position: relative;
}
.bg1{
    width: 100%;
    margin: 0px auto;
    padding: 100px 0px;
    background-color: #004f7f;
}
.bg1 .homeContainer{
    max-width: 1050px;
    margin: 0px auto;
    padding: 0px;
	text-align: center;	
}
.bg1 h2 {
	font-family: 'Roboto', sans-serif;
	font-size:45px;
	font-weight: 700;
	line-height:140%;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	padding:0px 30px 0px 0px;
	border-right: none;
}
.bg1 h4 {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: 500;
	line-height:140%;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
}
.whiteBox{
	width: 100%;
	background-color: #FFF;
	padding: 50px;
	margin: 60px auto;
	text-align: left;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	/*! -moz-border-bottom-right-radius:10px; */
	/*! -webkit-border-bottom-right-radius:10px; */
	/*! -khtml-border-bottom-right-radius:10px; */
	/*! border-bottom-left-radius:10px; */
	/*! -moz-border-bottom-left-radius:10px; */
	/*! -webkit-border-bottom-left-radius:10px; */
	/*! -khtml-border-bottom-left-radius:10px; */
	/*! border-top-left-radius:10px; */
	/*! -moz-border-top-left-radius:10px; */
	/*! -webkit-border-top-left-radius:10px; */
	/*! -khtml-border-top-left-radius:10px; */
	/*! border-top-right-radius:10px; */
	/*! -moz-border-top-right-radius:10px; */
	/*! -webkit-border-top-right-radius:10px; */
	/*! -khtml-border-top-right-radius:10px; */
	/*! behavior: url(http://ftpweblogin.com/images/border-radius.htc); */
}
.whiteBox img{
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	float: right;
}
.whiteBox h3 {
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	font-weight: 700;
	line-height:140%;
	color:#004f7f;
	margin:0px 0px 10px 0px;
}
.grayBox{
	background-color: #E7E3EB;
	padding: 50px 20px;
	margin: 80px -50px 40px -50px;
	text-align: left;
	clear: right;
}
.grayBox h4 {
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	font-weight: 700;
	line-height:140%;
	color:#333;
	margin:0px 0px 0px 0px;
	display: block;
}
.grayBox ul{
	display: inline-block;
	vertical-align: top;
	margin-left: 0px;
}
.grayBox li {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:400;
	color: #333;	
	line-height:160%;
	margin-bottom:8px;
	list-style-type:none;
	padding-left: 30px;
	background-image: url(img/check.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size:20px;
}
.homeContainer2{
    max-width: 1050px;
    margin: 80px auto;
    padding: 0px;
	text-align: center;
}
.homeContainer2 h2 {
	font-family: 'Roboto', sans-serif;
	font-size:45px;
	font-weight: 700;
	line-height:140%;
	color:#333;
	display: block;
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	padding:0px 30px 0px 0px;
	border-right: none;
}
.homeContainer2 h4 {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: 500;
	line-height:140%;
	color:#333;
	display: inline-block;
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
}
.bg2{
    width: 100%;
    margin: 0px auto;
    padding: 100px 0px 200px 0px;
	background-image: url("img/bg1.jpg");
	background-size: cover;
	position: relative;
}
.bg2 .homeContainer{
    max-width: 1050px;
    margin: 0px auto;
    padding: 0px;
	text-align: center;
	position: relative;
}
.bg2 h2 {
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	font-weight: 700;
	line-height:120%;
	color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 30px 0px 0px;
}
.bg2 h3 {
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	font-weight: 300;
	line-height:140%;
	color:#FFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.box{
	width: 29%;
	min-height: 440px;
	margin: -150px 20px 0px 20px;
	padding: 30px;
	border-bottom: 10px solid #61c300;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-right-radius:10px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}
.box img{
	width: 80px;
	height: auto;
	margin: 0px auto;
	display: block;
}
.box p {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:400;
	color: #333;
	line-height:140%;
	text-align: center;
}
.box2{
	width: 29%;
	min-height: 430px;
	margin: 0px 20px 0px 20px;
	padding: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-right-radius:10px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}
.box2 p {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:400;
	color: #333;
	line-height:140%;
	text-align: left;
}
.box2 p strong {
	color: #61c300;
}
.bg1 .homeContainer h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:50px;
	line-height:140%;
	color: #FFF;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	text-align:center;
	display: inline-block;
} 
.bg1 .homeContainer h1 img {
	width: 50px;
	height: auto;
	padding:0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/

*, *:after, *:before {	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-family: 'Mulish', sans-serif;
	font-size:16px;
	color: #333;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}
html {
  scroll-behavior: smooth;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:34px;
	line-height:140%;
	color:#6472B5;
	padding:10px 0px 10px 0px;
	margin: 10px 0px 20px 0px;
	text-align:center;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	font-weight: 700;
	line-height:140%;
	color:#004f7f;
	margin:0px 0px 10px 0px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	font-weight: 700;
	line-height:140%;
	color:#6472B5;
	margin:0px 0px 10px 0px;
}
h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height:140%;
	color:#333;
	margin:0px 0px 10px 0px;
}
.clear {
	clear:both;
	display:block;
}
img {
	vertical-align:bottom;
	border:0px;
}
area {
	outline:none;
}
.clear {
	clear:both;
	display:block;
}
a {
	color:#004f7f;
	text-decoration:none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
a:hover {
	color:#666;
}
a:focus {
	outline:0;
}
a:hover, a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:400;
	color: #333;
	line-height:140%;
}
section li {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:400;
	color: #333;	
	line-height:160%;
	margin-bottom:8px;
}
.imgright {
	border:2px #ffffff solid;	
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
    box-shadow:0px 4px 5px #000;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.imgleft {
	border:2px #ffffff solid;	
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
    box-shadow:0px 4px 5px #000;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.btn {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
    text-decoration: none;
    background-color: #57bf00;
    padding: 8px 26px;
    border-radius: 0px;
}
.btn:hover {
    color: #FFF;
    background-color: #004f7f;
}
.btn2 {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
    text-decoration: none;
	border: 1px solid #FFF;
    padding: 7px 26px;
    border-radius: 0px;  
	margin:10px 16px 10px 0px;
}
.btn2:hover {
    color: #FFF;
    background-color: #004f7f;
}
.centeredBtn{
	display: table;
    vertical-align: middle;
    margin:20px auto 0px auto;
}
.leftBtn{
	display: inline-block;
    vertical-align: middle;
}
.centerText{
	text-align: center;
}
.bgEditorial{
    width: 100%;
	min-height: 400px;
    margin: 4px auto 0px auto;
    padding: 0px;	
	position: relative;
	border-bottom: 30px solid #61c300;
}
.bgEditorial1:after{
	display:block;
	clear:both;
	content:"";
}
.bgEditorialColor{
    width: 50%;
	height: 100%;
    margin: 0px auto;
    padding: 6% 0px 0px 8%;	
	position: absolute;
	left: 0px;
	top: 0px;
}
.bgEditorial h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:45px;
	line-height:140%;
	color:#FFF;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align:left;
}
.bgEditorial p {
	font-family: 'Mulish', sans-serif;
	font-size:20px;
	font-weight:600;
	color: #FFF;
	line-height:150%;
	text-align: left;
	margin: 0px 0px 10px 0px
}
.bgEditorial.bgEd1{
	background-image: url("img/editorial1.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd2{
	background-image: url("/wp-content/uploads/2022/03/basement-1.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd3{
	background-image: url("/wp-content/uploads/2022/03/editorial.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd4{
	background-image: url("img/editorial4.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd5{
	background-image: url("img/editorial5.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd6{
	background-image: url("img/editorial6.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd7{
	background-image: url("img/editorial7.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd8{
	background-image: url("img/editorial8.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd9{
	background-image: url("/wp-content/uploads/2022/02/editorialAdditions-1.jpg");
	background-position: center;
	background-size: cover;
}
.bgEditorial.bgEd10{
	background-image: url("/wp-content/uploads/2022/02/editorialDeck.jpg");
	background-position: center;
	background-size: cover;
}
.wp-block-image img {
	max-width: 100%;
	height: auto;
}
.grayBg{
    width: 100%;
    margin: 0px auto;
    padding: 100px 0px;
	background-color: #F0F0F0;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logo {
	float:left;
	padding: 15px 0px;
}
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
header {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    position: fixed;
    z-index: 100;
    background-color: #004f7f;
}
header:after{
	display:block;
	clear:both;
	content:"";
}
.headerContainer {
	max-width:950px;
	margin:0px auto;
	padding:0px;
}
header.smaller {
    height: 115px;
    background-color:#004f7f;
}
header.smaller nav ul a {
	font-size:16px;
	margin: 7px 0px 0px 0px;
}
header.smaller div.logo img {
	width: auto;
	height: 60px;
}
.blankSpace{
    height: 130px;
}
section, #primary {
	max-width:950px;
	margin:0px auto;
	padding: 20px 30px 20px 30px;
}
.footerBar {
	width:100%;
	margin:0px auto;
	padding:40px 0px;
	background-color:#61c300;
}
.footerBar .footer {
	max-width:800px;
	margin:0px auto;
}
.footerBar h2 {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	font-weight: 500;
	line-height:120%;
	color:#FFF;
	text-align: center;
	margin:0px 0px 15px 0px;
}
.footerBar h3 {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: 500;
	line-height:140%;
	color:#FFF;
	text-align: center;
	margin:0px 0px 10px 0px;
}
footer {
	width:100%;
	margin:0px auto;
	padding:20px;
	background-color: #004f7f;
}
footer:after{
	display:block;
	clear:both;
	content:"";
}
.footer {
	max-width:950px;
	margin:0px auto;
}
.footer-widget {
	float:left;
	width:50%;
	padding:20px;
}
.footer-widget h3 {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight: 500;
	line-height:140%;
	color:#61c300;
	text-align: left;
	letter-spacing: 1.5px;
	margin:0px 0px 10px 0px;
}
.footer-widget a, .footer-widget p {
	font-family: 'Mulish', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	font-weight:400;
}
.footer-widget p img{
	width: 18px;
	height: auto;
	margin: 0px 4px 0px 0px;
	display: inline-block;
	vertical-align: baseline;
}
.footer-widget ul {	
	margin-bottom:0px;
	text-decoration:none;
	margin-left:-40px;
}
.footer-widget ul li {
	list-style:none;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}
.footer-widget ul a {
	font-family: 'Mulish', sans-serif;
	font-size:18px;
	font-weight:400;
	color: #FFF;
	display: inline-block;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
.footer-widget ul li a:hover {
	color:#61c300; 
}
.footerLogo{
	display:block;
	margin:5px auto 25px auto;
}
footer hr{
	height:2px;
	background-color:#271D35;
	color:#271D35;
	border:none;
	border-bottom:2px solid #61c300;
	margin: 0px 0px 30px 0px;
}
.footerLogos{
	float: right;
	margin: 0px;
	padding: 0px;
}
.footerLogos img{
	width: 50px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 16px 0px 0px;
	padding: 0px;
}
p.copyright {
	font-family: 'Mulish', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:140%;
	color:#FFF;
	text-align:left;
	margin: 12px 0px 0px 0px;
	display: inline-block;
}
#sidebar {
	float: right;
	width:250px;
	margin-left:20px;
}
div#comments{
	width: 100%;
	border-bottom:2px dotted #e9e9e9;
	margin-bottom: 10px;
}
#comments ul{
	margin-left: -40px;
}
.comment {
	list-style-type: none;
}
div#comments p{
	margin: 20px auto;
	overflow: auto;
}
.comment-meta{
	color:#b76e79;
}
div#comments .avatar {
	float:left;
}
.searchFormInput{
	width:90%;
	height:32px; 
	display: inline-block;
	vertical-align: middle;
	border:1px solid #f2f2f2; 
	font-size:16px; 
	color:#666; 
	padding: 20px 30px;
}
.searchsubmit{
	width: 42px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------------*\
    $PAGES
\*------------------------------------*/

.navi {
	float:right;
}
nav {	
	margin-bottom:0px;
	float:left;
	text-decoration:none;
	margin-left:-40px;
	margin-right:-40px;
}
nav ul li {
	list-style:none;
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}
nav ul a {
	font-family: 'Mulish', sans-serif;
	font-size:17px;
	font-weight:400;
	color: #FFF;
	display: inline-block;
	padding: 8px 20px 8px 20px;
	margin: 35px 0px 0px 0px;
	text-decoration: none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */
}
nav ul li a:hover {
	color:#61C300 /* Hover on main menu */	
}
nav ul li.current-menu-item a {
    text-decoration: none;
    color: #FFF;
}
nav ul li#menu-item-664 a {
	color: #FFF;
	background-color: #57bf00;
}
nav ul li#menu-item-664 a:hover {
	color: #FFF;
    background-color: #004f7f;
}
nav ul li#menu-item-660 {
	margin: 0px 20px 0px 0px;
}
nav ul li.dropDown:after {
	content: url("img/arrow-down.png");
    margin-left: -10px;
    margin-bottom:10px;
    display: inline-block;
    vertical-align: bottom;
}
nav ul li.dropDown:hover:after {
	content: url("img/arrow-up.png");
}
nav ul li:hover ul ul {
	position: absolute;
	display: none;
	-webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
	transition: all 0.5s; /* For modern browsers */	
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul {
	display: block;
	top: 0px;
	left: 0%;
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul a {
	color: #49443b;	
}
nav ul ul li:hover ul, nav ul li:hover ul li:hover ul a:hover {
	color: #49579F;
}
nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	margin:0px 0px 0px 0px;
	background-color: #FFF;
	padding:10px 16px;
}
nav ul ul li {
	padding-top:1px;
	float:none;
	padding-left: 15px;
	background-image: url("img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: 0px 12px;
	background-size: 5px;
}
nav ul ul li:hover {
	background-image: url("img/arrow-right-hover.png");
}
nav ul ul a {
	font-family: 'Mulish', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;	
	padding: 3px 6px 3px 6px;
	list-style-type:none;	
}
nav ul li:hover ul {
	left:0;
}
nav ul li:hover a {
	text-decoration:none;
	color: #49579F; /* Hover on tab with drop down in the main menu */
}
nav ul li a:hover {
	text-decoration:none;
	color: #49579F;
}
nav ul li:hover ul a {
	text-decoration:none;
	color:#49443b; /* Color for the tabs in the drop down */
}
nav ul li:hover ul li a:hover {
	color:#49579F;
	text-decoration:none;
}
nav ul li a:hover {
	color:#49579F;
}
nav ul li ul li a:hover {
	color:#49443b; /* Hover color for the tabs in the drop down */
	background-color: #FFF;
	padding:3px 16px;
	margin:0px -10px;
}
/* Third level menu */
nav ul ul ul {
	list-style: none;
	position: absolute;
	left: -9999px;
	margin-left:100px;
	margin-top: 0px;
	background-color:#FFF;
}
nav ul ul ul li {
	border-bottom:none !important;
}
nav ul ul ul li a {
	border-bottom:none !important;
}
nav ul li ul li ul li a:hover {
	background-color: #F7F7F7;
}

/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form .left{
	float:left;
	width:30%;
	text-align:left;
	margin-bottom:10px;
}
.wpcf7-form .right{
	float:left;
	width:70%;
	margin-bottom:10px;
}
.wpcf7-form {
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	color: #333;
	text-align: left;
	max-width: 700px;
	margin: 0px auto;
}
.wpcf7-form p{
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	color: #333;
	text-align: left;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="date"], 
.wpcf7 textarea,
.wpcf7 select {
	font-family: 'Mulish', sans-serif;
	font-size:18px;
	width: 100%;
	padding:10px;
	border:#CCC 1px solid;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
	border-radius:1px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}
.wpcf7 textarea {
	height:100px;
}
span.wpcf7-list-item {
	display: block;
}
.wpcf7-submit {
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border:none;
	background-color:#000;
	padding:8px 24px;
	-webkit-transition: background-color 0.5s; /* For Safari 3.0 to 6.0 */
	transition: background-color 0.5s; /* For modern browsers */
}
.wpcf7-submit:hover {
	background-color:#666;
}


/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 600px) and (min-width: 300px){
header {
	position:relative;
	padding:10px;
}
.blankSpace{
    height: 0px;
}
.logo {
	float:none;
	text-align: left;
}
.footerBar {
	padding: 40px 30px;
}
.footerBar h2 {
	font-size: 24px;
}
.footer-widget {
	float:none;
	width:100%;
	padding:20px;
}
p.copyright {
	text-align: center;
	display: block;
}
.wpcf7-form .left{
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.wpcf7-form .right{
	float:none;
	width:100%;
	margin-bottom:10px;
}
.footerLogos {
	float: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
.alignright,
.alignleft,
.aligncenter{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:5px auto 5px auto;
}
.galleryContainer{
    min-height: 270px;
    height:270px;
	margin-bottom: 400px;
}
.galleryText{
    position: relative;
    width: 100%;
    top:40px;
    left: 0px;
	right: 0px;
	margin: 0px auto;
    padding: 30px;
}
.galleryText h2 {
	font-size:30px;
	color:#004f7f;
	margin:0px 0px 14px 0px;
	text-shadow: none;
}
.galleryText p {
	font-size:20px;
	color: #333;
	text-shadow: none;
}
.homeContainer, .bg1 .homeContainer, .homeContainer2, .bg2 .homeContainer{
    padding: 30px;
}
.bg1 h2, .homeContainer2 h2 {	
	display: block;
	vertical-align: middle;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
	text-align: center;
	border-bottom: 5px solid #5DD39E;
	border-right: none;
}
.bg1 h4, .homeContainer2 h4 {
	padding:0px 0px 0px 0px;
}
.whiteBox{
	width: 100%;
	padding: 30px;
	margin: 60px auto;
}
.whiteBox img{
	width: 100%;
	margin: 0px auto;
	float: none;
}
.grayBox{
	padding: 30px;
	margin: 80px -30px 40px -30px;
}
.grayBox ul{
	display: block;
	margin-left: -40px;
}
.bg2{
    padding: 100px 0px 100px 0px;
}
.bg2 h2 {
	font-size:25px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.box{
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 30px;
	display: block;	
}
.box2{
	width: 100%;
	margin: 0px auto 30px auto;
	padding: 30px;
	display: block;	
}
.bg1 .homeContainer h1 {
	font-size:25px;
	display: block;
} 
.bg1 .homeContainer h1 img {
	margin: 0px auto;
	display: block;
}
.bgEditorialColor{
    width: 100%;
	height: 100%;
    margin: 0px auto;
    padding: 30px;	
	left: 0px;
	right: 0px;	
	top: 18%;
	text-align:center;
}
.bgEditorial h1 {
	font-size:36px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align:center;
}
.bgEditorial p {
	font-size:18px;
	text-align: center;
}
.bgEditorial .btn {
    font-size: 17px;
}
.bgEditorial .btn2 {
    font-size: 17px;
}
.bgEditorialColor .btn2 {
	color: #FFF;
	border: 1px solid #FFF;
}
.btn2 {
	color: #333;
	border: 1px solid #333;
}
}

/*------------------------------------*\
    LOOP PHP CONTENT
\*------------------------------------*/

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin-right: 20px;
}

.date, .author, .comments{
	font-size:12px;
	margin-right:10px;
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background: #3651ac;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}

/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:none;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size:14px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {

* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

a, a:visited {
	text-decoration:underline;
}

a[href]:after {
	content:" (" attr(href) ")";
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content:"";
}

pre, blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

tr, img {
}
 @page {
 margin:0.5cm;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

h2, h3 {
	page-break-after:avoid;
}

body {
	background-color: #00576a;
}
}

.shipping-calculator-form{width:230px;}

.woocommerce-breadcrumb{ display:none;}

div.wpcf7-response-output {color: black;}
