/*
Theme Name: S2N Lite
Theme URI: http://www.s2ndesign.com
Author: S2N Design
Author URI: http://www.s2ndesign.com
Version: 1.0

*/

/********************************************HTML5 BOILERPLATE MINIFIED***************************/

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:Lato,sans-serif;color:#222222;font-size:100%;font-weight:400;vertical-align:middle;line-height:normal;border:1px solid #cccccc;padding:5px;letter-spacing:.5px;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/********************************************BODY STYLES******************************************/


body { 
	background: #FFF; 
	color: #000; 
	font: 14px 'Source Sans Pro', Arial, Helvetica, sans-serif; 
}

a { 
	text-decoration: none; 
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn {
	display: inline-block;
	min-height: 39px;
	padding: 9px 18px 6px;
	text-align: center;
	text-transform: uppercase;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 1060px;
	position: relative;
}

#page-content .container {
	background-color: #fff;
	margin-top: -40px;
	padding: 30px 50px 50px 50px;
	box-shadow: 1px 1px 10px #ECECEC;
}


#homepageCTA .container {
	background-color: #fff;
	margin-top: -40px;
	padding: 30px 50px 50px 50px;
	box-shadow: 1px 1px 10px #ECECEC;
}
img {
	height: auto;
	max-width: 100%;
}

h1 {
	margin: 0 0 28px;
}


p {
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 0.0005rem;
}

ul li {
    font-family: Lato !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #7a7a7a !important;
    line-height: 32px !important;
    line-height: 2rem !important;
    letter-spacing: 0.0005rem !important;
}

/********************************************HEADER STYLES***************************************/

header, section, footer {
	float: left;
	width: 100%;
}

header {
	margin-bottom: 40px;
	position: relative;
	z-index: 99;
	padding-bottom: 10px;
}

header .logo {
	float: left;
	max-width: 198px;
}

header .top-info {
	color: #fff;
	float: left;
	font-size: 22px;
	padding: 8px 0;
	position: relative;
	text-align: right;
	width: 100%;
}

header .phone {
	margin-right: 25px;
}

.social-box {
	background-color: #e0e0e0;
	font-size: 30px;
	margin: 10px;
	padding: 15px 5px;
	color: #fff;
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
}

.social-box:hover {
	background-color: #fdb720;
	color: #fff;
}

header .social {
	font-size: 30px;
	margin-left: 10px;
	padding: 0;
}

header .social.round,
footer .social.round {
	background: #000;
	border-radius: 200%;
	display: inline-block;
	font-size: 18px !important;
	line-height: 18px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	width: 30px;
}

/******Header 1******/

header.layout1 {
	background-color: rgba(35, 139, 179, 0.7);
}

header.layout1 .top-info {
	background: rgba(0,0,0,.4);
	border-bottom: 1px solid rgba(0,0,0,.8);
}

header.layout1 .phone {
	margin-right: 25px;
}

header.layout1 .logo {
	left: 20px;
	max-height: 90px;
	position: absolute;
	top: 15px;
}

header.layout1 .logo img {
	max-height: 100%;
	max-width: none;
}

/******Header 2******/

header.layout2 .logo {
	margin: 10px 0;
	max-height: 90px;
}

header.layout2 .logo img,
header.layout4 .logo img {
	max-height: 100%;
	max-width: none;
}

header.layout2 .phone {
	float: left;
}

header.layout2 .phone:before {
	content: "\f095";
	display: inline-block;
	font: normal 22px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	vertical-align: middle;
}

header.layout2 .social {
	float: right;
}

/******Header 3******/

header.layout3 .logo {
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	left: 0;
	position: absolute;
	top: 0;
}

header.layout3 .top-header {
	float: left;
	height: 118px;
	width: 100%;
}

header.layout3 .social {
	width: 26px;
}

/******Header 4******/ 

header.layout4 .logo {
	float: left;
	margin: 18px 0;
	max-height: 122px;
}

header.layout4 .top-info {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,.4);
	font-size: 20px;
	font-weight: 600;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	width: 350px;
}

header.layout4 .top-info ul {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: 4px;
}

header.layout4 .top-info li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}

header.layout4 .social {
	margin-left: 5px;
}

header.layout4 .top-header {
	float: right;
	height: 158px;
	width: 74.05%; /*785*/
}

/******Header 5******/ 

header.layout5 .top-info {
	float: right;
}

header.layout5 .logo {
	box-shadow: 0 3px 8px rgba(0,0,0,.6);
	left: 0;
	max-height: 170px;
	padding: 15px 25px;
	position: absolute;
	top: 0;
}

header.layout5 .logo img {
	max-height: 140px;
}

/**Nav**/

nav {
	float: right;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

header.layout3 nav {
	text-align: center;
	width: 100%;
}

header.layout3 nav ul,
header.layout3 nav .social {
	display: inline-block;
}

header.layout4 nav,
header.layout5 nav {
	text-align: right;
	width: 100%;
}

header.layout5 nav {
	margin-top: 50px;
}

nav li {
	display: inline-block;
	position: relative;
}

nav li:hover {
	border-bottom: 3px solid #ffa500;
	margin-bottom: -3px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

nav a {
	display: block;
	padding: 25px 10px 20px 10px;
}

header.layout5 nav a {
	padding: 10px 12px;
}

/*Nav Dropdown*/

header li ul {
	background: rgba(0,0,0,.8);
	display: none;
	position: absolute;
	top: 50px;
	width: 206px;
	z-index: 5;
}

header li ul li {
    overflow:hidden;
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}
header ul > li:hover ul li {
    height:36px;
}

header li:hover ul {
	display: block;
	border: none;

}

header li ul a:hover {
	border: none;
}

header li li {
	border-bottom: none;
	display: block !important;
	float: none !important;
	text-align: left;
}

header li li:hover {
	border: none;
	margin-bottom: 0;
}

header li li:first-child {
	margin-top: 17px;
	border-top: 3px solid #ffa500;
	width: 150px;
}

header li li:last-child {
	border: none;
}

header li li a {
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	text-transform: none;
}

header li li a:hover {
	background-color: #2697c7 !important;
	color: #68b8dc !important;
}
/********************************************FOOTER STYLES*************************************/

#my_notifier {
	display: none;
}

footer {
	margin-top: 60px;
	padding: 36px 0 40px;
	background: url('/wp-content/uploads/2015/02/parallaxwindow.png') no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
}

footer .column {
	float: left;
}

footer h2 {
	margin: 0 0 25px;
}

/*******Footer 1*******/

/*Company Info*/

footer .company-info,
footer .footer-menu,
footer .connect {
	margin-right: 18.86%;
	width: 15.09%; /*160*/
}

footer .company-info img {
	display: block;
	margin: 0 auto 25px;
}

footer .company-info p {
	margin: 0;
}


/*Nav Menu*/

footer .footer-menu {
	margin-right: 10.37%;
}

footer .footer-menu ul {
	margin: 0;
	padding: 0;
}

footer .footer-menu li {
	list-style: none;
	margin-bottom: 5px;
}

/*Recent Posts*/

footer .recent-posts,
footer .tweets {
	margin-right: 8.49%;
	width: 16.03%; /*170*/
}

footer .recent-posts h3 {
	margin: 0;
}

footer .recent-posts p {
	margin: 0 0 10px;
}

footer .recent-posts .meta {
	margin: 0 0 25px;
}

footer .recent-posts .read-more {
	font-style: italic;
	font-weight: bold;
}

/*Connect*/

footer .connect {
	margin-right: 0;
}

footer .connect .social {
	font-size: 30px;
	margin-right: 5px;
}

/*Copyright*/

footer .copyright {
	font-size: 12px;
	margin-top: 70px;
}

footer .copyright p {
	margin: 0 0 18px;
}

footer .copyright p:last-of-type {
	margin: 0;
}

footer .copyright a {
	font-weight: bold;
}

/*******Footer 2*******/

/*Recent Tweets*/

#tweets ul {
	margin: 0;
	padding: 0;
}

#tweets li {
	list-style: none;
	margin-bottom: 30px;
}

#tweets .interact {
	display: none;
}

#tweets .timePosted {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/*******Footer 3*******/

/*Nav Menu*/

.footer3 {
	padding: 0 0 18px;
}

footer .full {
	float: left;
	margin: 0 0 40px;
	padding: 15px 0;
	width: 100%;
}

footer .full li {
	display: inline;
	margin-right: 28px;
}

/*Company Info*/

.footer3 .company-logo {
	margin-right: 4.9%;
	width: 20.75%; /*220*/
}

.footer3 .company-info {
	margin-right: 8.49%;
	margin-bottom: 15pt;
}

.footer3 .company-info .btn {
	display: block;
	font-size: 12px;
	height: auto;
	margin-top: 30px;
	padding-top: 9px;
	text-align: center;
	max-width: 150px;
	width: auto;
	border-radius: 10px;
}

/*Text Field*/

.footer3 .text-field {
	width: 27.35%; /*290*/
}

.footer3 .text-field h2 {
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer3 .text-field p {
	margin-top: 0;
}

/*Connect*/

.footer3 .connect {
	float: right;
	width: 8.49%; /*90*/
}

.footer3 .connect .social {
	font-size: 28px;
	margin-top: 4px;
}

.footer3 .connect .instagram {
	margin: 0;
	margin-top: 4px;
}

.footer3 .connect .btn {
	display: block;
	font-size: 12px;
	height: 24px;
	margin-top: 30px;
	padding-top: 9px;
	text-align: center;
	width: 100%;
	border-radius: 10px;
}

/*Copyright*/

.footer3 .copyright {
	float: left;
	margin: 30px 0 0;
	text-align: right;
	width: 100%;
}

/*******Footer 4*******/

/*Google Map*/

footer.footer4 {
	padding: 36px 0 0;
}

.footer4 .google-map {
	border: 4px solid #acacac;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	margin-right: 13.2%;
	width: 37.35%; /*396*/
}

.footer4 .google-map iframe {
	float: left;
	width: 100%;
}

/*Company Info*/

.footer4 .company-info {
	margin-right: 14.15%;
}

.footer4 .company-info img {
	margin-bottom: 15px;
}

.footer4 .company-info p {
	margin-bottom: 25px;
}

/*Connect / Hours*/

.footer4 .connect {
	width: 19.18%;
}

.footer4 .connect h2 {
	margin: 25px 0 12px;
}

.footer4 .connect p {
	font-size: 12px;
}

.footer4 .connect span {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	width: 72px;
}

/*Copyright*/

.footer4 .copyright {
	float: left;
	margin-top: 42px;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}

/*****FOOTER 5******/

.footer5 .social-media {
	float: left;
	width: 40%;
}

.footer5 .social-buttons {
	margin-left: -30px;
}

.footer5 .social.round {
	width: 60px;
	height: 60px;
	font-size: 35px !important;
	padding-top: 14px;
	margin-left: 20px;
	background-color: #227db6;
	color: #68b8dc
}

.footer5 .marketing-info {
	float: left;
}

.footer5 h1{
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	margin-top: 40px;
}

.footer5 h6{
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-top: -15px;
}

.footer5 .marketing-info p{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

.footer5 .marketing-info .contact-info{
	color: #228ab6;
	margin-right: 10px;
}

.footer5 .contact-blue-kite {
	float: right;
	width: 50%;
	text-align: center;
}

.footer5 .footer-btn {
	display: block;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px 0px;
	color: #2697c7;
	width: 50%;
	text-transform: uppercase;
	font-weight: 700;
}

.footer5 .footer-btn a{
	color: #2697c7;
}

.footer5 .footer-btn:hover {
	background-color: #fdb720;
	color: #fff;
	text-decoration: none; 
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.footer5 .copyright {
	float: left;
	background-color: rgba(255,255,255,0.2);
	width:100%;
	padding: 20px;
	text-align: center;
	margin-bottom: -40px;
	font-size: 15px;
}


/********************************************HOME CONTENT STYLES*******************************/

/********Homepage 1***********/

.homepg-header {
	max-width: 100%;
}

.homepg-header #hero {
	height: 718px;
	position: relative;
	margin-top:-190px;
	width: 100%;
}

.homepg-header #hero .content {
	bottom: 130px;
	position: absolute;
	right: 0;
	width: 100%;
}

.homepg-header #hero .content img{
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.homepage1,
.homepage2 {
	max-width: 1080px;
}

/*Hero*/

.homepage1 #hero {
	height: 640px;
	position: relative;
}

.homepage1 #hero .content {
	bottom: 130px;
	position: absolute;
	right: 0;
	width: 100%;
}

.homepage1 #hero h1 {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}

.homepage1 #hero p {
	font-size: 16px;
	line-height: 27px;
	margin: 30px 0 0;
}

/*Home Content*/

#home-content {
	margin-top: -53px;
	max-width: 1080px;
	background-color: #fff;
	padding: 0px 60px 50px 60px;
}

/*Top CTA*/

#homepageCTA .cta-left {
	width: 25%;
	margin: 0 4.16%;
	float: left;
}
#homepageCTA .cta-center {
	width: 25%;
	margin: 0 4.16%;
	float: left;
}

#homepageCTA .cta-right {
	width: 25%;
	margin: 0 4.16%;
	float: left;
}

.cta-icon {
	width: 125px;
	height: 125px;
	border-radius: 200px;
	background-color: #ffa500;
	border: 10px solid #fff;
	margin-top: -75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

.cta-icon h1{
	font-size: 70px;
	color: #fff;
	margin-top: 10px;
	margin-left: 23px;
}

.cta-heading h1{
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
	color: #2697C7;
}

.cta-text p{
	text-align: center;
	font-size: 17px;
	color: #7a7a7a;
	line-height: 30px;
	letter-spacing: 0;
}

.cta-btn {
	display: block;
	margin: 30px auto 90px;
	text-align: center;
	background-color: #2697C7;
	color: #fff;
	padding: 10px;
	width: 70%;
	font-weight: 600;
	text-transform: uppercase;
}

.cta-btn a{
	color: #fff;
}

.cta-btn:hover {
	background-color: #ffa500;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

/*Columns*/

#home-columns {
	margin-top: 60px;
}

#home-columns .column {
	float: left;
	margin: 0 2.77% 33px 0;
	text-align: center;
	width: 31.48%; /*340*/
}

#home-columns .column:nth-of-type(3n+3) {
	margin-right: 0;
}

#home-columns .column img {
	margin-bottom: 25px;
}

#home-columns .column h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 28px;
	text-transform: uppercase;
}

#home-columns .column p {
	margin: 0 0 30px;
}

/*Home Content*/


/********Homepage 2***********/

/*****Hero****/

.homepage2 #hero {
	position: relative;
}

.homepage2 #hero ul {
	margin: 0;
	padding: 0;
}

.homepage2 #hero li {
	list-style: none;
}

.homepage2 #hero .slides li {
	display: none;
}

.homepage2 #hero .slides li:first-child {
	display: block;
}

/*Slider Navs*/

.flex-control-nav {
	float: right;
	margin: 10px 0 0;
}

.flex-control-nav li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}

.flex-control-nav a {
	background: #e1e1e1;
	cursor: pointer;
	display: block;
	height: 20px;
	text-indent: -9999999px;
	width: 20px;
}

.flex-control-nav .flex-active,
.flex-control-nav a:hover {
	background: #bbb;
}

.flex-direction-nav a {
	color: #828282;
	cursor: pointer;
	height: 60px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 60px;
}

.flex-direction-nav a.flex-prev {
	left: 0;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";
	display: inline-block;
	font: 60px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav a.flex-next {
	right: 0;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
	display: inline-block;
	font: 60px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav a:hover {
	color: #828282;
	opacity: .5;
}

/**********************INTERIOR HERO AREA STYLES*********************/


.interior-header {
	max-width: 100%;
}

.interior-header #hero-interior {
	height: 509px;
	position: relative;
	margin-top:-177px;
	width: 100%;
}

.interior-header #hero-interior .content {
	display: block;
	margin: 104px auto 0 auto;
	max-width: 1080px;

}

.interior-header #hero-interior .content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#hero-interior .content-header {
	margin-top: 265px;
	}

#hero-interior .content-header h1{
	text-align: center;
	color: #fff;
	text-transform: capitalize !important;
	font-weight: 400;
	font-size: 60px;
	
}

/*****Portfolio Snippets****/

#home-portfolio {
	margin-top: 52px;
	padding: 0 10px;
}

#home-portfolio h2 {
	margin: 0 0 20px;
}

#home-portfolio ul {
	margin: 0;
	padding: 0;
}

#home-portfolio li {
	float: left;
	list-style: none;
	margin-right: 1.88%;
	width: 15.09%; /*160*/
}

#home-portfolio li:last-child {
	margin: 0;
}

#home-portfolio .btn {
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	min-height: 30px;
	padding: 5px 5px 3px;
	text-transform: none;
}

/********************************************SUB CONTENT STYLES*******************************/

/***Page Styles***/


.alignleft { 
	float: left; 
	margin: 0 15px 0 30px; 
}

.alignright { 
	float: right; 
	margin: 0 0 30px 15px; 
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.alignnone {
	display: block;
	margin-bottom: 30px;
}

#breadcrumbs {
	font-size: 13px;
	margin: -40px 0 40px;
	padding: 10px 0;
}


/*************People Archive Template*************/

#team h1 {
	margin: 0 0 70px;
}

#team .team {
	float: left;
	margin: 0 1.88% 88px 0;
	text-align: center;
	width: 32.07%; /*340*/
}

#team .team:nth-of-type(3n+3) {
	margin-right: 0;
}

#team .team img,
#team-detail .left-column img {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	margin-bottom: 26px;
}

#team .team h2,
#team .team p {
	margin: 0;
}

#team .team .social {
	font-size: 30px;
	margin-top: 10px;
}

/*************People Single Template*************/

#team-detail h1 {
	margin: 0 0 15px;
}

#team-detail h2 {
	margin: 0 0 45px;
}

#team-detail .left-column {
	float: left;
	text-align: center;
	width: 32.07%; /*340*/
}

#team-detail .social {
	font-size: 50px;
	margin-top: 36px;
}

#team-detail .right-column {
	float: right;
	width: 57.54%; /*610*/
}

#team-detail .right-column p {
	margin: 0 0 40px;
}

/*************Portfolio Archive Template*************/

#portfolio-sort {
	float: left;
	margin: 0 0 32px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#portfolio-sort li {
	display: inline-block;
	list-style: none;
	margin: 0 14px 14px;
}

#portfolio-sort a {
	display: block;
	font-weight: bold;
	padding: 5px 15px;
}

#portfolio-items {
	float: left;
	position: relative;
	width: 100%;
}

#portfolio .item {
	float: left;
	margin: 0 0 50px 0;
}

#portfolio .no-isotope .item {
	margin-right: 2.35%;
}

#portfolio .no-isotope .item:nth-of-type(3n+3) {
	margin-right: 0;
}

#portfolio .item,
#portfolio .grid-sizer {
	width: 31.13%; /*330*/
}

#portfolio .gutter-sizer {
	width: 2.35%;
}

#portfolio .item img {
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	margin-bottom: 22px;
}

#portfolio .item h2 {
	margin: 0;
}

#portfolio .item p {
	font-weight: bold;
	margin: 0;
}

/*************Portfolio Detail Template*************/

#portfolio-detail h1 {
	margin-bottom: 10px;
}

#portfolio-detail h2 {
	margin: 0 0 48px;
}

#portfolio-detail .left-column {
	float: left;
	width: 46.22%; /*490*/
}

#portfolio-detail .left-column img {
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	margin-bottom: 56px;
}

#portfolio-detail .right-column {
	float: right;
	width: 50%; /*530*/
}

/*************Blog Archive Template*************/

#blog .container {
	max-width: 1080px;
	padding-left: 10px;
}

#blog article {
	float: left;
	width: 70%; /*720*/
	background-color: #fff;
	margin-top: -40px;
	padding: 30px 50px 50px 50px;
	box-shadow: 1px 1px 10px #ECECEC;
}

#blog .post {
	float: left;
	margin-bottom: 100px;
	width: 100%;
}

#blog .post h2 {
	margin: 0 0 18px;
}

#blog .post .meta {
	color: #7b7b7b;
	margin: 0 0 24px;
}

#blog .post .meta a {
	font-weight: bold;
}

#blog .post img {
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	float: left;
	width: 100%; /*340*/
	margin-bottom: 20px;
}

#blog .post .content {
	float: right;
	width: 100%; /*340*/
}

#blog .post .content p {
	margin: 0;
	line-height: 32px;
}

#blog .post .content a {
	font-style: italic;
	font-weight: bold;
}

.wp-pagenavi {
	float: left;
	width: 100%;
}

.wp-pagenavi > * {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
	padding: 5px 12px;
}

.wp-pagenavi a:hover {
	color: #fff;
}

/***Sidebar****/

aside {
	float: right;
	width: 28%; /*270*/
	margin-top: -40px;
}

aside ul {
	margin: 0;
	padding: 0;
}

aside li {
	list-style: none;
}

aside .widget {
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 15px 20px;
	width: 100%;
}

aside h2 {
	font-size: 27px;
	letter-spacing: .25px;
	margin: 0 0 15px;
}

aside li li {
	line-height: 18px;
	margin-bottom: 10px;
}

aside a {
	font-weight: 600;
}

/*Subscribe by email*/

.elp-widget p {
	margin: 0 0 40px;
}

#blog input[type=text],
#blog textarea {
	background: #fff;
	border: solid 2px #E1E1E1;
	font-size: 14px;
	font-style: italic;
	height: 30px;
	padding: 0 10px;
	width: 100%;
}

aside input[type=button],
#blog input[type=submit] {
	border: none;
	color: #fff;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-top: 10px;
	padding: 0 10px;
}

aside .es_textbox,
aside .es_button {
	padding: 0;
}

/*Social*/

aside .social {
	font-size: 65px;
	margin-right: 10px;
}


aside .social a{
	color: #e0e0e0
}
aside .social a:hover {
	color: #fdb720;
}

/*Archives*/

aside select {
	background: #fff;
	border: none;
	height: 30px;
	width: 100%;
}

/*************Blog Single Template*************/

.featured-image {
    box-shadow: 0px 3px 7px #989898, 0px 0px 5px #646464;
    border: 5px solid white;
    margin-bottom:1rem;
}

#respond input[type=text],
#respond textarea {
	border: 1px solid #eee;
}

#blog textarea {
	height: 150px;
	padding: 10px;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style: none;
}

.commentlist .comment {
	border-bottom: 1px solid #eee;
	float: left;
	margin: 0 0 30px;
	padding-bottom: 30px;
	width: 100%;
}

.commentlist .comment img {
	margin-right: 15px;
}

/********************************************MEDIA QUERIES FOR MOBILE STYLES ***********************/

@media only screen and (max-width: 1060px) {

	.container {
		padding: 0 20px;
	}
	
	#page-content .container {
		padding: 10px;
	}
	

	/*Header*/
	
	header.layout1 .logo {
		left: 20px;
		top: 0;
	}
	
	header.layout1 .logo img {
		max-height: 60px;
	}
	
	header.layout3 .container,
	header.layout4 .container {
		padding: 0;
	}
	
	header.layout3 nav {
		text-align: right;
	}
	
	header.layout4 .logo {
		margin-left: 20px;
	}
	
	header.layout4 .top-info {
		right: 20px;
	}
	
	/*Homepage*/
	
	.homepage1 {
		padding: 0;
	}
	
	.homepage1 > section {
		padding: 0 20px;
	}
	
	.homepage1 #hero {
		padding: 0;
	}


	.gform_wrapper .top_label input.medium {
		width: 75% !important;
                color: #222;
                font-weight:400;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		position: relative !important;
		margin-top: 0 !important;
		margin-left: 0!important;
	}
	

}

@media only screen and (max-width: 950px) {

	/*Homepage*/
	
	.homepage1 #hero .content {
		width: 60%;
	}

}


@media only screen and (max-width: 885px) {
	
	#hero-interior .content {
	display: none !important;
}

	/*Home*/
	#homepageCTA .cta-left {
		width: 100%;
		float: left;
	}
	#homepageCTA .cta-center {
		width: 100%;
		margin-top: 80px;
		float: left;
	}

	#homepageCTA .cta-right {
		width: 100%;
		margin-top: 80px;
		float: left;
	}

	/*Blog*/

	#blog article,
	aside {
		width: 100%;
	}
	
	aside {
		margin-top: 50px;
	}
	
	aside .widget {
		width: 48%;
	}
	
	aside .widget:nth-of-type(even) {
		float: right;
	}
	
	aside .widget:nth-of-type(odd) {
		clear: left;
	}

}

@media only screen and (max-width: 840px) {

	/*Header*/
	
	header,
	header .container {
		position: static;
	}
	
	header .logo {
		left: 20px !important;
		max-height: 40px !important;
		max-width: 100% !important;
		top: 5px !important;
		width: auto;
		z-index: 999999999 !important;
	}
	
	header .logo.active {
		top: 0 !important;
	}
	
	header .logo img {
		max-height: 100%;
		max-width: none;
	}
	
	header.layout2 .logo,
	header.layout4 .logo {
		float: none;
		margin: 0;
		position: absolute;
	}
	
	header.layout2 .phone {
		float: none;
		vertical-align: -5px;
	}
	
	header.layout3 .logo {
		max-height: 170px !important;
	}
	
	header.layout4 .top-header {
		width: 100%;
	}
	
	header.layout4 .logo {
		max-height: 209px !important;
	}
	
	header.layout5 {
		border-top: none;
	}
	
	header.layout5 .top-info {
		padding: 0;
		position: absolute;
		right: 85px;
		top: -43px;
		z-index: 9999999;
	}
	
	header.layout5 .logo {
		padding: 0;
	}
	
	header.layout5 .logo img {
		max-height: 100%;
	}
	
	header.layout5 .top-info.active {
		top: 20px;
	}
	
	.top-info {
		display: none !important;
	}
	
	/*Nav*/
	
	.mean-nav {
		padding-top: 25px;
	}
	
	.mean-nav .social {
		padding: 0;
		position: absolute;
		right: 85px;
		top: -37px;
	}
	
	.mean-nav .social + .social {
		right: 50px;
	}
	
	.mean-container .mean-nav ul li a {
		padding: 15px 5%;
	}
	
	.mean-container .mean-nav ul li a.mean-expand {
		height: 27px;
	}
	
	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: none;
	}
	
	/*Footer*/
	
	footer .column {
		border-bottom: 1px solid rgba(255,255,255,.5);
		float: left;
		margin: 0 0 30px !important;
		padding-bottom: 30px !important;
		text-align: center;
		width: 100% !important;
	}
	
	footer .column.company-logo {
		border: none;
		margin: 0 0 15px !important;
		padding: 0 !important;
	}
	
	footer .column:last-child {
		border: none;
	}
	
	footer .copyright {
		margin-top: 0;
	}
	
	footer .full.footer-menu {
		text-align: center;
	}
	
	.footer3 .copyright {
		text-align: center !important;
	}
	
	.footer4 .google-map {
		padding: 0 !important;
	}
	
	.footer4 .copyright {
		margin: 0;
	}
	
	/*Homepage*/
	
	.homepage1 #hero {
		height: auto;
		margin: 0;
		padding-top: 375px;
	}
	
	.homepage1 #hero .content {
		background: #3b3b3b !important;
		color: #fff !important;
		float: left;
		padding: 40px 20px;
		position: static;
		width: 100%;
	}
	
	.homepg-header #hero {
		height: 518px;
	}
	
	.interior-header #hero-interior {
		height: 309px;
	}

	.interior-header #hero-interior .content {
		margin:-6px auto 0 auto;
	}
	
	#hero-interior .content-header {
		margin-top: 165px;
	}
	
	#hero-interior .content-header h1 {
		font-size: 40px;
	}
	
	#blog article {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	
	#blog .container {
		padding: 0;
	}

}

@media only screen and (max-width: 700px) {

	/*People Single*/
	
	#team-detail .left-column,
	#team-detail .right-column {
		width: 100%;
	}
	
	#team-detail .left-column {
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width: 680px) {

	/*Homepage*/
	
	#home-columns .column {
		margin: 0 0 70px;
		width: 100%;
	}
	
	/*Portfolio Archive*/
	
	#portfolio .item,
	#portfolio .grid-sizer {
		width: 48%;
	}
	
	#portfolio .gutter-sizer {
		width: 2%;
	}
	
	/*Portfolio Single*/
	
	#portfolio-detail .left-column,
	#portfolio-detail .right-column {
		width: 100%;	
	}
	
	#portfolio-detail .left-column img {
		display: block;
		margin: 0 auto 30px;
	}

}

@media only screen and (max-width: 600px) {

	/*Homepage*/
	
	.flex-direction-nav a {
		height: 40px;
		margin-top: -20px;
		width: 40px;
	}
	
	.flex-direction-nav a:before {
		font-size: 40px !important;
	}
	
	/*People*/
	
	#team .team {
		margin-right: 0;
		width: 48%; 
	}
	
	#team .team:nth-of-type(even) {
		float: right;
	}
	
	/*Blog*/
	
	#blog .post img {
		display: block;
		float: none;
		margin: 0 auto 30px;
		width: auto;
	}
	
	#blog .post .content {
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {

	/*Header*/
	
	header.layout4 .top-info {
		right: 0;
		text-align: center;
		top: 158px;
		width: 100%;
	}

}

@media only screen and (max-width: 500px) {
	
	/*Header*/
	
	header .top-info {
		font-size: 14px;
	}
	
	header.layout1 .phone {
		margin: 0;
		vertical-align: 4px;
	}
	
	/*Footer*/
	
	footer .full li {
		float: left;
		margin: 0 0 10px;
		width: 48%;
	}
	
	footer .full li:nth-of-type(even) {
		float: right;
	}
	
	/*Homepage*/
	
	#home-portfolio li {
		margin: 0 2% 10px 0;
		width: 32%;
	}
	
	#home-portfolio li:nth-of-type(3n+3) {
		margin-right: 0;
	}
	
	/*Blog*/
	
	aside .widget {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {

	/*Homepage*/
	
	#home-portfolio li {
		margin: 0 0 10px 0;
		width: 48%;
	}
	
	#home-portfolio li:nth-of-type(even) {
		float: right;
	}
	
	/*People*/
	
	#team .team {
		width: 100%; 
	}
	
	/*Portfolio*/
	
	#portfolio .item,
	#portfolio .grid-sizer {
		width: 100%;
	}
	
	#portfolio .gutter-sizer {
		width: 0%;
	}

	
}

/**************ADDED STYLES************/
.submitbtn {
color: #ffffff;
font-size: 18px;
font-family: lato, sans-serif;
font-weight: 700;
padding: 7px 15px 7px;
border-radius: 10px;
background: #03a4dc;
border: 0px;
-webkit-font-smoothing:antialiased;
}



.services-menu li:before {
	content: " "!important;
	margin: 0;
}

.services-menu ul{
    list-style-type: none;
}

.services-menu li{
	font-weight: 600;
	padding: 20px 20px;
}

.services-menu li a{
    color: #7a7a7a;
    font-weight: 600;
}
.services-menu li:hover{
    background-color: #fdb720;
    color: #fff;
}

.services-menu li a:hover{
    color: #fff;
}


.gform_wrapper .top_label input.medium {
	width: 75% !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background-color: #fdb720;
	color: #fff;
	border: none;
	font-weight: 700;
	padding: 10px;
	position: absolute;
	margin-top: -161px;
	margin-left: 173px;
}

.gform_wrapper h3.gform_title {
	margin: 18px 0 6px 0;
}

.gform_wrapper input[type=text] {
	font-size: 15px !important;
	padding: 9px 2px 10px 2px !important;
}

#gform_wrapper_1 {
	border: 3px solid #fdb720;
	padding-left: 20px;
}

input#gform_submit_button_1 {
	margin-top: -162px !important;
	margin-left: 164px !important;
}

@media only screen and (max-width: 1060px) {
	input#gform_submit_button_1 {
		margin-top: -27px !important;
		margin-right: 9px !important;
	}
}

.wpb_widgetised_column .wpb_wrapper > ul > li {
	margin-left: -14px !important;
}

/****CONTACT FORM STYLE****/

.c-form {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .6px;
	background-color:#f0f0f0;
	color: #333333;
	border: none;
	padding: 8px 15px;
	width: 100%
}

input.c-form::-webkit-input-placeholder{
	color: #b3b3b3;
}

.c-form-btn {
	font-family: 'Lato', sans-serif;
	min-height: 39px;
	padding: 9px 18px 6px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .6px;
	background-color: #fdb720;
	color: #fff;
	padding: 8px 15px;
	border: none;
}


.c-form select {
	padding: 8px 15px;
}

.c-form-btn:hover {
	background-color: #f2af1f;
	text-decoration: none; 
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


/* GRAVITY FORMS ADD*/
.gform_submit_button_1 {
    font-size: 17px;
    position: absolute;
    top: 130px;
    left: 247px;
    background: #fdb720;
    height: 51px;
    width: 58px;
    border: none;
    color: #FFF;
    padding: 3px;
display: inline-block;
}