/*
Theme Name: Storepro_Agogly
Version: 1.0
Author: Agogly
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1.0  - Reset
2.0  - General Styles
3.0  - Links + Colors
4.0  - Header
5.0  - Posts
	5.1 - Single Posts
	5.2 - Comments
6.0  - Portfolio
7.0  - Pagination
8.0  - Pages / Archives / Search Results / 404
9.0  - Footer
10.0 - Plugins + Jetpack Styles
11.0 - Shortcodes
12.0 - Media Queries
--------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.0 Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
figure { margin: 10% 0; }
figcaption { text-align: center; }
img { border: 0; -ms-interpolation-mode: bicubic;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
input {-webkit-border-radius:0; border-radius:0;}
::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::selection {background: #d7d7d7; /* WebKit/Blink Browsers */}
::-moz-selection {background: #d7d7d7; /* Gecko Browsers */}
hr {border-bottom: 1px solid #999; border-top: none; border-left: none; border-right: none;}
* {-moz-hyphens:none; -ms-hyphens:none; -webkit-hyphens: none; hyphens:none;}
* {word-break:keep-all;}

/* Clearfix */
.clearfix:after, #main-wrap .sharedaddy:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.cf:before, .cf:after {content: " "; /* 1 */ display: table; /* 2 */}
.cf:after {clear: both;}

/*-----------------------------------------------------------------------------------*/
/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/
body {
	font-family: "nimbus-sans",sans-serif;
	color: #666666;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
#primary {
	padding: 0 10px;
	opacity: 0;
}
#main-wrap {
	padding: 0 10px;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}
h1 {
	margin: 40px 0 20px;
	font-size: 18px;
	font-size: 1.125rem;
}
h2 {
	margin: 35px 0 15px;
	font-size: 16px;
	font-size: 1rem;
}
h3 {
	margin: 30px 0 10px;
	font-size: 22px;
    font-size: 1.375rem;
}
h4 {
	margin: 25px 0 15px;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
h5,
h6 {
	margin: 20px 0 8px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
h3.more-projects:after,
#comments h3.comments-title:after,
#comments #respond h3#reply-title:after {
	content: '\2192';
	display: inline;
	padding: 0 0 0 4px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}

/* --- Text Elements --- */
p {
	margin-bottom: 20px;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote p:last-child  {
	margin-bottom: 20px;
}
.format-quote .entry-content blockquote p:last-child  {
	margin-bottom: 0;
}
ul, ol {
	margin: 0 0 20px 0;
	padding-left: 40px;
	list-style-position: inside;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
.entry-content ul,
.entry-content ol {
	padding-left: 40px;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ol li  {
	margin-bottom: 4px;
	list-style-position: outside;
}
.entry-content ul ul li:last-child,
.entry-content ol ol li:last-child,
#comments ul ul li:last-child,
#comments ol ol li:last-child {
	margin-bottom: 0;
}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
	padding-left: 25px;
}
b, strong {
	font-weight: bold;
}
dfn, em, i {
	font-style: italic;
}
s, strike, del {
	text-decoration: line-through;
}
address {
	margin: 0 0 34px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}
pre {
	max-width: 100%;
	margin-bottom: 26px;
	padding: 15px;
	overflow: auto;
	background: #ededed;
	font-family: Consolas, Monaco, monospace;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.4;
}
code, kbd, tt, var {
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-size: 0.8125rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #d6fce2;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}
dt {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
}
dd {
	margin: 0 0 20px;
}
dl dt {
	font-weight: bold;
	color: #162626;
}
dl dd {
	margin: 0 0 20px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height:1.5;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* --- Tables --- */
table {
	width: 100%;
	margin: 0 0 28px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4;
}
table td {
	padding: 10px 15px 10px 0;
	border-top: 1px solid #ddd;
}
table caption {
	margin: 28px 0;
}
table th {
	padding: 10px 15px 10px 0;
	font-weight: bold;
	color: #000;
}

/* --- Navbar --- */
html,
body {
  height: 100%;
}
@media screen and (min-width: 767px) {
	.view-on-seek-button button {
		border: none;
	    background: #f1efef;
	    padding: 10px 20px;
	    color: #666666;
	    font-size: 12px;
	    font-weight: bold;
	    margin: 20px 10px 0 0;
	}
	 #aol_app_submit_button {
		border: none;
	    background: #f1efef;
	    padding: 10px 20px;
	    color: #666666;
	    font-size: 12px;
	    font-weight: bold;
        margin-left: 0px;
	 }
	 .aol-heading {
	 	margin-bottom: 30px;
	 }
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
}
.row {
  margin-left:0px;
  margin-right:0px;
}
.affix .container, .affix-top .container {
	margin: auto;
}
	@media screen and (min-width: 1800px) {
	.navbar-static-top .container {
		margin: 0 !important;
	}
}
.page-template-manufacturing-page .portfolio-block:nth-of-type(2), .page-template-manufacturing-page .portfolio-block:nth-of-type(3) {
	padding-top: 75px;	
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}

header {
  	height:100%;
    min-height: 100px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b9cc34;
    outline: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #787878;
    white-space: nowrap;
}
#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

#topNav {
	z-index:-1;
}

#nav {
  width: 100%;
}
.services-heading-content {
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #585757;
    background: #f1efef;
    padding: 15px 0px;
}
.services-body {
	min-height: 300px;
}
.services-body p, .testimonial-body p {
	font-size: 14px;
}
.testimonial-body {
	margin-top: 20px;
}
.testimonial-body p {
	text-align: center;
}
.testimonial-person p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
@media screen and (min-width: 767px) {
	#nav.affix-top {
	   position: absolute;
	   top:30px;
	   left:0;
	   z-index:10;
	   height:54px;
	   background-color:transparent;
	   border:0;
	}
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffffff;
}
#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .4s ease-in-out;
   background: #ffffff;
}
.portfolio-header-block {
	margin-top: 100px;
}
#footer > .container {
  
}
.navbar-header img {
	max-width: 250px;
}
.navbar-inverse {
	background: transparent;
	border-color: transparent;
    border: none;
}
.affix .contact-info {
	display: none;
	-webkit-transition: all .4s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a {
    color: #666666;
	background-color: transparent;
	font-size: 1.1rem;
    line-height: 1.4;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
	.home #primary {
		margin-top: -50px !important;
	}
}
@media screen and (max-width: 767px) {}

@media (max-width: 992px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #ffffff;
	}
    .home .portfolio-block {margin-top: 50px;text-align:center;}
    .home .site-intro-slogan {margin-top: 50px;text-align:center;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff !important;
    background-color: transparent;
	}
	.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
	background-color: transparent;
	font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
	}
	.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	}
	#container .site-content {
		margin-top: 0px;
	}
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
	background-color: transparent;
}
.navbar-nav>li>a {

}
@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 20px 1px; 
  margin-right: 15px;
}  
.nav>li>a {
    position: relative;
    display: block;
	padding: 0;
    margin: 0 0 0 25px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
	    right: auto;
	    left: 0;
	}
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.navbar-toggle {
	outline:0;
}
@media screen and (min-width: 992px) {
	.caret {
		display: none;
	}
.template-about .page .entry-content {
    max-width: 960px!important;
    margin-top: 200px;
}
}
.caret {
	float: right;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0 0 5px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: none;
    color: #787878;
    box-shadow: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #b8c93f;
    background: #ffffff;
    text-decoration: none;
}
.divider {
	height:50px;
}
@media (max-width: 991px)

{.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: transparent;}
}
.panel {
	border-width:0;
}
.navbar-toggle {
	margin-top: 5px;
	margin-right: 45px;
}
@media (max-width: 992px) {
	.navbar-collapse.display-block {
	background: #0d4d8b;
	  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  	padding-top: 10px;
    padding-bottom: 10px;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	   margin-right: -15px;
       margin-bottom: 15px;
       margin-left: -16px;
	}
	#site-title img {
		margin-left: 15px;
	}
	.contact-info {
	    padding: 0px 30px 0;
	    display: block;
	}
 	.home-page-three-images {
	    margin: auto;
	    display: block;
	    text-align: center;
	}
	.home-article-loop {
	    position: relative;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 
section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}


/* --- Alignment --- */
.alignleft,
.alignright {
	display: block;
}
.alignleft {
	margin: 0 25px 5px 0;
	float: left;
}
.alignright {
	margin: 0 0 0 20px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
img.alignleft,
img.alignright {
	margin-top:10px;
	margin-bottom:20px;
}

/* --- Forms --- */
input,
textarea {
	padding: 7px 2%;
	border: 1px solid #ddd;
	background: #fff;
	color: #666666;
	font-family: "nimbus-sans",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.62;
	vertical-align: top;
}
input:hover,
textarea:hover {
	background: #fff;
}
input:focus,
input:active,
textarea:focus,
textarea:active,
.wpcf7-select:active {
	border: 1px solid #b9ce15;
	outline: none;
}
form label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}
.post-password-form {
 	clear: both;
}
.post-password-form label {
	 float: left;
}
::-webkit-input-placeholder { color:#666; }
::-moz-placeholder { color:#666; } /* firefox 19+ */
:-ms-input-placeholder { color:#666; } /* ie */
input:-moz-placeholder { color:#666; }

.wpcf7-select {
	padding: 7px 2%;
	border: 1px solid #ddd;
	background: #fff;
	color: #888888;
	font-family: "nimbus-sans",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.62;
	vertical-align: top;
	outline: none;
}



/* --- Buttons --- */
input[type="button"],
input[type="submit"] {
	  margin: 0 0 0 10px;
	  padding: 10px 0 0;
	  display: inline-block;
	  border: none;
	  color: #b9ce15;
	  vertical-align: top;
	  font-family: "nimbus-sans",sans-serif;
	  font-size: 16px;
	  font-size: 1rem;
	  line-height: 1.5;
	  border-bottom: 1px solid #b9ce15;
	  cursor: pointer;
	  -webkit-appearance: none;
	  font-weight: bold;
}
.post-password-form input[type="submit"] {
	 display: inline-block;
	 padding-left: 20px;
	 padding-right: 20px;
	 margin: 2px 0 0 5px;
}
input#submit,
.site-content input.wpcf7-submit,
.contact-form input[type="submit"] {
	display: inline-block;
    margin: 20px 0 20px;
    padding: 12px 28px 11px;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.875rem;
    background: #b9ce15;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    font-weight: 700;
}
.entry-content .searchform span {
	display: none;
}

input#submit:hover,
.site-content input.wpcf7-submit:hover,
.contact-form input[type="submit"]:hover {
	color: rgba(255, 255, 255, 0.8);
	
}

/*-----------------------------------------------------------------------------------*/
/*	3.0 Links + Colors
/*-----------------------------------------------------------------------------------*/
a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
  	-moz-transition: color 0.2s linear;
  	-o-transition: color 0.2s linear;
}
#site-title h1 a {
	color: #666666;
}
.comment a,
.entry-content a,
.nav-wrap a,
#infinite-handle a,
a.top,
#mobile-menu-toggle,
.intro-slogan a,
.footer-slogan a,
.author-description a {
	border-bottom: 1px solid #666666;
}

/* --- Hovers --- */
.entry-header h1.entry-title a:hover,
.entry-header h2.entry-title a:hover
{
	color: #b8ca3e;
	border-bottom: none;
}	
.intro-slogan a:hover,
.footer-slogan a:hover,
.entry-content a:hover,
#comments a:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
.widget_blog_subscription input[type="submit"]:hover,
body.template-about .entry-content a:hover,
.author-description a:hover {
	color: #b8ca3e;
	border-bottom: 1px solid #b8ca3e;
}

a.more-link {
	display: inline-block;
	line-height: 1.3;
	border-bottom: none;
}
a.more-link:hover {
	border-bottom: none;
}
a.more-link span {
	border-bottom: 1px solid #000;
}
a.more-link:hover span {
	border-bottom: 1px solid #868383;
}
.more-link:after,
.template-about .entry-content h4:after {
	content: '\2192';
	font-family: "nimbus-sans",sans-serif;
	display: inline;
	padding: 0 0 0 6px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	border-bottom: none;
	color: #000 !important;
}
.contact-info a,
#colophon #site-info a,
.nav-previous a span,
.nav-next a span {
	 border-bottom: 1px solid #666666;
}

.nav-previous a span:hover,
.nav-next a span:hover
{
	color: #b8ca3e;
	border-bottom: 1px solid #b8ca3e;
}

.contact-info a:hover,
#colophon #site-info a:hover {
	background: #b8ca3e;
	border-bottom: 1px solid transparent;
}
.entry-tags a:hover,
.entry-cats a:hover,
.edit-link:hover,
a.post-edit-link:hover,
h3.author-name a:hover,
.nav-previous a span:hover,
.nav-next a span:hover,
#infinite-handle span:hover {
	color: #b8ca3e;
}
.comment-time a,
a.comment-edit-link,
a.comment-reply-link,
#respond a#cancel-comment-reply-link {
	border-bottom: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0 Header
/*-----------------------------------------------------------------------------------*/
#masthead {
	position:relative;
	display:block;
	padding: 15px 0 15px 0;
	margin: auto;
}
.home #masthead {
	padding-bottom: 28px;
}
.page-template-manufacturing-page .container {
	margin: auto;
}
.home-page-three-images {
	
}
@media screen and (min-width: 992px) {
	#site-title {
		padding: 0 10px;
		max-width: 300px;
	}
		.navbar-static-top .navbar-header {
		margin-top: 15px;
	}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	    color: #787878;
	}
}
.display-block {
	display: block;
}
#site-title h1 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.2;
	word-wrap: break-word;
}
/* --- Site Nav --- */
#mobile-menu-toggle {
	display: inline-block;
	margin: 0 10px 15px;
	float: right;
	cursor: pointer;
}
.menu-container {
	border-top: 1px solid #ddd;
	display: inline-block !important;
}
#site-nav {
	display: none;
	overflow: hidden;
	clear: both;
	padding: 0;
}
.menu-open #site-nav {
	display:  block;
}
#site-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-nav ul li  {
	display: block;
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid #ddd;
	
}
#site-nav ul ul.sub-menu li:last-of-type,
#site-nav ul ul.children li:last-of-type {
	border-bottom: none;
}
#site-nav ul li.menu-item-has-children,
#site-nav ul li.page_item_has_children {
	padding: 10px 0 0;
}
#site-nav ul ul li.menu-item-has-children,
#site-nav ul ul li.page_item_has_children {
	padding: 0;
}
#site-nav ul ul.sub-menu,
#site-nav ul ul.children {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
#site-nav ul ul.sub-menu ul.sub-menu,
#site-nav ul ul.children ul.children {
	margin: 0;
}
#site-nav ul li a {
	display: inline-block;
	padding: 0 10px;
	font-size: 17px;
	font-size: 1.1rem;
	line-height: 1.4;
}
#site-nav ul li li  {
	padding: 0;
}
#site-nav ul li li a {
	padding: 10px;
	font-size: 14px;
	font-size: 0.875rem;
}

#site-nav ul li li a:hover {
	border-bottom: 1px solid #b8ca3e;
}

#site-nav ul ul li a:before {
	display: inline;
	content: '\002d';
	padding: 0 25px 0 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}

/* --- Header Search Form --- */
.search-header {
	display: block;
}
.show-mobile-search .search-header {
	display: block !important;
}
.search-header #searchform {
	position: relative;
}
.search-header #searchform input {
	padding: 14px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
	background: #f2f2f2;
	width: 100%;
	line-height: 1.4;
}
.search-toggle,
#searchform .screen-reader-text ,
.search-header #searchform input.submit {
	display: none;
}

/* ---  Header / Footer Intro Section  --- */
.intro-slogan,
.site-intro-slogan {
	opacity: 0;
}
.intro-slogan,
.footer-slogan {
	padding: 48px 10px 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 300;
}
.site-intro-slogan {
	padding: 48px 10px 30px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 300;
}
.intro-slogan p,
.site-intro-slogan p,
.footer-slogan p {
	margin: 0;
}

.intro-slogan span.strong {
	font-weight: 500;
}
.intro-slogan p:last-child,
.site-intro-slogan p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 767px) {

}
.contact-mail,
.contact-phone {
	margin: 0;
	font-size: 16px;
	font-size: 0.9rem;
  	clear: both;
  	letter-spacing: 0.05em;
  	color: #666666;
}
.contact-phone {
	padding: 7px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	5.0 Home
/*-----------------------------------------------------------------------------------*/

.front-header, .aol_ad .entry-title a {
		font-weight: bold;
		color: #b8ca3e;
		font-size: 30px;
	}
	.front-header-small {
		font-weight: bold;
		color: #b8ca3e;
		font-size: 24px;	
	}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #666666;
    background-color: transparent;
}


/*-----------------------------------------------------------------------------------*/
/*	5.0 Posts
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
	#container .site-content {
		margin-top: 187px;
	}
}
.site-content .post,
.site-content .type-attachment,
.search-results .site-content .page {
	position: relative;
	display: block;
	max-width: 960px;
	margin: 0;
	padding: 0 0 70px;
	clear: both;
}
.site-content .post .entry-content {
	max-width: 700px;
}

.site-content .page .entry-content {
	max-width: 960px;
}
.site-content .post:last-of-type,
.search-results .site-content .page:last-of-type {
	padding: 0;
}
.site-content .entry-thumbnail img.wp-post-img {
	line-height: 0;
}

/* --- Post Header / Meta --- */
.project-wrap .entry-thumbnail {
	margin-right: 1.5%
}
.project-wrap a img {
    position: relative;
    width: 100%;
}

.entry-thumbnail a {
	font-size: 0;
}
.site-content .entry-header {
	display: block;
	max-width: 960px;
	padding: 0;
}
.entry-header h2.entry-title,
.entry-header h1.entry-title,
h1.entry-title {
	margin: 20px 0 8px;
    font-size: 30px;
	line-height: 1.3;
	word-wrap: break-word;
	display: inline-block;
}

.blog .entry-header h2.entry-title,
.single-post .entry-header h1.entry-title,
.page .entry-header h1.entry-title {
	padding: 0 0 15px;
}
.blog .entry-header h2.entry-title a,
.single-post .entry-header h1.entry-title a {
	display: inline-block;
}
.entry-header h1.entry-title a,
.entry-header h2.entry-title a {
	border-bottom: none;
}
.entry-header .entry-details {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 0 30px;
}
.entry-header .entry-details a.date:before {
	display: inline;
	content: ', ';
}
.entry-cats,
.entry-tags {
	line-height: 1.69;
}
.entry-tags {
	max-width: 320px;
	padding-bottom: 4px;
	font-weight: 700;
}
.entry-cats,
.single-post .entry-tags {
	padding: 14px 0 0 0;
	font-family: 'Source Code Pro', Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
}
.entry-cats span,
.single-post .entry-tags span {
	font-style: normal;
}
.post .entry-cats,
.single-post .entry-tags {
	padding: 0;
}
.entry-meta {
	max-width: 700px;
	padding: 20px 0 0 0;
    margin-bottom: 50px;
}
a.post-edit-link,
a.comment-edit-link {
	display: inline-block;
	padding: 3px 0 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}
.entry-date {
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
}

/* --- Post Pagination --- */
.page-link {
	display: block;
	padding: 15px 0;
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	word-spacing:18px;
}
.page-link a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 8px;
}

/* --- Quote Post Format --- */
.format-quote .entry-content blockquote {
	margin: 0;
	padding: 0;
	border: none;
}
.format-quote .entry-content p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-style: normal;
}
.format-quote .entry-content cite {
	margin: 4px 0 0 0;
	font-size: 15px;
	font-size: 0.9375rem;
	text-align: right;
}


/*-----------------------------------------------------------------------------------*/
/*	5.1 Single Posts
/*-----------------------------------------------------------------------------------*/

/* --- Typography --- */
.entry-content p,
.entry-content p.standard-text,
.entry-content ul,
.entry-content ol,
.entry-content .wide-content {
	font-size: 24px;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #666666;
	font-weight: 300;
}
p.justify {
	text-align: justify;
}
.entry-content blockquote {
	border-left: 1px solid #dadada;
	margin: 0 0 0 30px;
	padding: 0 0 0 20px;
}
.entry-content blockquote,
.entry-content blockquote p {
	font-style: italic;
}
.entry-content blockquote cite,
#comments blockquote cite {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	display: block;
	padding: 6px 0 0 0;
}
.entry-content blockquote cite:before,
#comments blockquote cite:before {
	content: '\2013';
	display: inline;
	padding: 0 2px 0 0;
	-webkit-font-smoothing: antialiased;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
	margin-bottom: 20px;
}
.entry-content p.intro {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
	margin-bottom: 20px;
}
.entry-content p.intro {
	margin-bottom: 20px;
}
.entry-content .wide-content:last-child {
	margin-bottom: 0;
}
.entry-content .wide-content:last-child {
	margin-bottom: 0;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
	margin-bottom: 26px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	font-style: italic;
}
.entry-content p.pull-right {
	text-align: right;
}

/* --- Images / Video --- */
img {
	max-width: 100%;
	height: auto;
}
a[rel~="attachment"],
a[href$=jpg],
a[href$=jpeg],
a[href$=jpe],
a[href$=png],
a[href$=gif]{
    border-bottom: none !important;
}
img.wp-post-image {
	padding: 0;
}
img.img-border {
	max-width:98.1%;
	padding:5px;
	background:#fff;
	border:1px solid #ddd;
}
.widget img {
	max-width:100%;
	height:auto;
}
.wp-caption.alignnone {
	margin: 0;
}
.wp-caption {
	max-width: 100%;
}
img#wpstats {
	display: none;
}
.entry-content p.wp-caption-text,
.widget p.wp-caption-text,
.type-attachment .entry-content .entry-caption p,
gallery .gallery-item .gallery-caption,
.single .gallery .gallery-item .gallery-caption {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.35;
	font-style: italic;
}
.entry-content p.wp-caption-text,
.type-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 4px 2px 20px;
}
.entry-content .alignleft p.wp-caption-text {
	text-align: left;
}
.entry-content .alignright p.wp-caption-text {
	text-align: right;
	margin-right: 6px;
}
embed,
iframe,
object,
video {
	max-width:100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.site-content .type-attachment {
	padding-top: 0 !important;
}

/* --- Image Galleries --- */
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	width: 33.3%;
}
.gallery .gallery-item a {
	border-bottom: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
	padding-right: 1.4%;
}
.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	padding-left: 1.4%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+2) {
	padding-left: 0.7%;
	padding-right: 0.7%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6%;
}
.gallery-columns-7 .gallery-item {
	width: 14%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail {
	max-width: 93%;
	height: auto;
}
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail {
	max-width: 94%;
	height: auto;
}
.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item .gallery-caption {
	display: none;
	margin: 2px 2px 24px;
	padding: 0;
}
.single .gallery .gallery-item .gallery-caption {
	display: block;
}

/* --- Single Post Author Box --- */
.single-post .authorbox {
	position: relative;
	padding: 65px 0 0 0;
}
.authorbox img.avatar {
	width: 40px;
	height: 40px;
	margin: 0;
	float: left;
}
.authorbox h3.author-name {
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}
.authorbox p.author-description {
	margin: 13px 0 0 80px;
	line-height: 1.62;
}


/*-----------------------------------------------------------------------------------*/
/*	5.2 Comments
/*-----------------------------------------------------------------------------------*/
#comments,
#disqus_thread {
	position: relative;
	max-width: 700px;
	margin: 125px 0 0 0;
}
#comments li.comment,
#comments li.pingback {
	margin: 0 0 28px;
	padding: 0;
}
#comments li.comment:last-of-type,
#comments li.pingback:last-of-type {
	margin-bottom: 0;
}
#comments li.comment ul.children {
	margin: 28px 0 0;
}
#comments .children .comment:last-child {
	margin: 0;
}
#comments h3.comments-title {
	margin: 0 0 28px;
	padding: 15px 0 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	border-top: 1px solid #ddd;
}
#comments h3.comments-title span a {
	display: none;
	margin: 5px 0 0 0;
	float: right;
	font-weight: normal;
}
.site-content ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0;
}
.site-content ol.commentlist li {
	display: block;
	margin: 0;
	padding: 0;
}
#comments ul.children {
	margin: 0;
	padding: 0;
}

/* --- Comment Content --- */
#comments .comment-details {
	position: relative;
	margin: 0;
	padding: 0 0 0 80px;
}
#comments li.pingback {
	padding: 0;
}
#comments .comment-avatar {
	margin: 0;
	padding: 2px 0 0;
	line-height: 0;
	float: left;
}
#comments .comment-avatar img.avatar {
	width: 40px;
	height: 40px;
	margin:  0;
}
#comments .comment-author {
	margin: 0;
	padding: 0;
}
.comment-time {
	display: block;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
}
#comments .comment-text {
	margin: 0;
	padding: 10px 0 0 80px;
	overflow: hidden;
}
#comments .comment-text p {
	margin: 0;
	padding: 0 0 12px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.62;
}
#comments .comment-text p:last-child {
	padding: 0;
}
#comments ul.comment-meta {
	margin: 0;
	padding: 3px 0 0 0;
	overflow: hidden;
	list-style:none;
}
#comments ul.comment-meta a {
	text-decoration: none;
}
#comments ul.comment-meta li {
	display: inline;
}
#comments .comment-reply {
	position: relative;
	padding: 5px 0 0;
	text-align: right;
}
a.comment-reply-link {
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}
#comments p.comment-awaiting-moderation {
	display: inline-block;
	margin: 0 0 15px;
	padding: 1px 2px;
	background: #d6fce2;
	font-size: 13px;
	font-size: 0.8125rem;
}
.bypostauthor {
}

/* --- Pingbacks --- */
#comments ol li.pingback span {
	font-size: 16px;
	font-size: 1rem;
}
#comments ol li.pingback p {
	margin:0;
}
#comments .pingback p.pingback-edit a {
	font-size: 12px;
	font-size: 0.75rem;
}

/* --- No Comments Info --- */
.site-content .nopassword,
.site-content p.nocomments {
	position: relative;
	margin: 45px 0 0;
	padding: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}

/* Comments Reply */
#comments #respond {
	margin: 0;
	border-top: 1px solid #ddd;
	margin: 60px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#comments ol.commentlist #respond {
	margin-top: 28px;
	padding-left: 0;
	display: block;
}
#comments #respond h3#reply-title {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	display: block;
}
#comments #respond p.comment-notes,
#comments #respond p.logged-in-as {
	margin: 0 0 15px 0;
	padding: 5px 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
}
#comments ol.commentlist #respond h3#reply-title,
#comments ol.commentlist #respond p.comment-notes,
#comments ol.commentlist #respond p.logged-in-as {
	margin-left: 0;
}
#comments #respond p.comment-notes a,
#comments #respond p.logged-in-as a {
	font-style: italic;
	border-bottom: none !important;
}
#respond a#cancel-comment-reply-link {
	margin: 0;
	float:  right;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: none;
	letter-spacing: 0;
	font-style: italic;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
	margin:0;
	padding: 12px 0 0;
	font-size: 16px;
	font-size: 1rem;
}
#commentform p.comment-form-comment {
	line-height: 0;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
.contact-form div {
	float: none;
	clear: both;
	width: 100%;
}
#commentform p.form-allowed-tags {
	display: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	display: block;
	width: 100%;
	margin: 3px 0 0;
	padding: 6px 2% 5px;
	background: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.62;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
#commentform textarea#comment {
	width:100%;
	max-width: 100%;
	margin: 3px 0 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.62;
	-webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
#commentform input#author:active,
#commentform input#email:active,
#commentform input#url:active,
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea#comment:active,
#commentform textarea#comment:focus {
	border: 1px solid #000;
}
#commentform p.form-submit {
	margin:0 0 15px;
	clear: both;
}


/*-----------------------------------------------------------------------------------*/
/*	6.0 Portfolio
/*-----------------------------------------------------------------------------------*/

/* --- Portfolio Front Page --- */
.jetpack-portfolio-primary {
	position: relative;
	margin: 0 auto;
	display: block;
	margin-bottom: 100px;
}
.home .jetpack-portfolio-primary {
	margin-bottom: 0px;
}
.home-article-loop {
	position: relative;
	margin: 0 auto;
	display: block;
}
.home-see-more.center {
    text-align: center;
    float: none;
    max-width: 235px;
    margin: auto;
}
@media screen and (min-width: 767px) { 
	.home-see-more {
	    float: left;
	    z-index: 999;
	    font-size: 16px;
	    background: #f5f4f4;
	    padding: 10px 20px;
	    color: #1c1c1b;
	}
	.home-see-more.center:hover {
		float: none;
	    z-index: 999;
	    font-size: 16px;
	    background: #0c4d8c;
	    padding: 10px 20px;
	    color: #ffffff;
	}
	.home-see-more:hover {
	    float: left;
	    z-index: 999;
	    font-size: 16px;
	    background: #0c4d8c;
	    padding: 10px 20px;
	    color: #ffffff;
	}
}
@media screen and (max-width: 766px) { 
	.home-see-more {
	    text-align: center;
	    z-index: 999;
	    font-size: 16px;
	    background: #f5f4f4;
	    padding: 10px 20px;
	    color: #1c1c1b;
	    max-width: 230px;
	    margin: auto;
	    margin-top: 30px;
	}
	.home-see-more:hover {
	    text-align: center;
	    z-index: 999;
	    font-size: 16px;
	    background: #0c4d8c;
	    padding: 10px 20px;
	    color: #ffffff;
	    max-width: 230px;
	    margin: auto;
	    margin-top: 30px;
	}
}
.home-see-more a {
	font-size: 14px;
	font-weight: bold;
}
.home-see-more:hover a {
	color: #ffffff;
	text-decoration: none;
}
@media screen and (min-width: 767px) {
	.home .portfolio-block.commercial, .home .portfolio-block.domestic, .home .portfolio-block.hospitality  {
		margin-top: 140px;
	}
}
.page .jetpack-portfolio-shortcode .entry-thumbnail,
.single-jetpack-portfolio .jetpack-portfolio-shortcode .entry-thumbnail {
	padding-bottom: 0;
	line-height: 0;
}
.jetpack-portfolio {
	position: relative;
	display: block;
}
.jetpack-portfolio:last-child {
	padding: 0;
}
.single-jetpack-portfolio .jetpack-portfolio,
.jetpack-portfolio-primary .jetpack-portfolio:last-child {
	padding: 0;
}
.jetpack-portfolio-shortcode .entry-header,
.jetpack-portfolio-shortcode h2.portfolio-entry-title {
	display: block;
	z-index: 10;
}
.jetpack-portfolio-shortcode .entry-header h2.entry-title {
	padding: 10px 0 0;
	font-size: 16px;
	font-size: 1rem;
}
.jetpack-portfolio-shortcode .entry-header {
	max-width: 100%;
}
.jetpack-portfolio-shortcode .entry-thumbnail,
.jetpack-portfolio-shortcode a.portfolio-featured-image {
	position: relative;
	display: block;
	padding: 0;
	line-height: 0;
}
.jetpack-portfolio .entry-header h1.entry-title {
	margin: 0 0 28px;
}


/* --- Portfolio Single Page --- */
.single-jetpack-portfolio .jetpack-portfolio .entry-content {
	max-width: 960px;
}
.jetpack-portfolio-shortcode .portfolio-entry-first-item-row {
	clear: none;
}
.jetpack-portfolio-shortcode .portfolio-entry-content,
.jetpack-portfolio-shortcode .project-types,
.jetpack-portfolio-shortcode .project-tags {
	display: none;
}
.jetpack-portfolio-shortcode .portfolio-entry-column-2 {
	margin-right: 40px;
	width: auto;
}
.jetpack-portfolio-shortcode .portfolio-featured-image + .portfolio-entry-title {
	margin-top: 0;
}
.jetpack-portfolio-shortcode .portfolio-entry-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
}
.jetpack-portfolio-shortcode a.portfolio-featured-image {
	border-bottom: none;
}

.single-jetpack-portfolio .entry-content img {
	margin: 0 0 28px;
}
.single-jetpack-portfolio .entry-content .wp-caption img {
	margin: 0;
}

/* --- Portfolio Single - More Projects --- */
h3.more-projects {
	display: block;
	margin: 220px 0 0 0;
	padding: 15px 0 26px;
	border-top: 1px solid #ddd;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio {
	width: 48.4%;
	margin: 0px 3.2% 20px 0px;
	padding: 0;
}
.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio:nth-of-type(2n+2) {
	margin-right: 0 !important;
}
.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio .entry-cats {
	display: none;
}
.jetpack-portfolio-shortcode .entry-header h2.entry-title {
	margin: 0 2px 10px;
	padding: 20px 0 0;
	font-size: 24px;
	font-size: 1.5rem;
	
}
.single-jetpack-portfolio .jetpack-portfolio-shortcode .entry-cats {
	margin: 0 2px;
	padding: 0;
}
.single-jetpack-portfolio .jetpack-portfolio-shortcode .entry-tags {
	display: none;
}

.jetpack-portfolio-shortcode .entry-content p {
	font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: none;
  
}

.jetpack-portfolio-shortcode .entry-content .entry-meta {
	padding: 0px 0 0 0;
  
}

/*-----------------------------------------------------------------------------------*/
/*	7.0 Pagination
/*-----------------------------------------------------------------------------------*/
.nav-wrap,
#infinite-handle {
	display: block;
	overflow: hidden;
	clear: both;
	max-width: 700px;
	padding-top: 70px;
}
#nav-below,
#nav-single,
#nav-comments {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#nav-comments {
	margin-top: 60px;
}
.nav-previous,
.nav-next,
.previous-image,
.next-image {
	position: relative;
	display: inline-block;
	padding: 0;
}
.nav-next {
	float: right;
}
.nav-next a,
.nav-previous a {
	display: block;
	border-bottom: none;
	z-index: 100000;
}
.nav-next a {
	padding-right: 25px;
}
.nav-previous a {
	padding-left: 25px;
}
.nav-next a span,
.nav-previous a span {
	display: block;
	z-index: 100000;
}
.nav-previous a span:before,
.nav-next a span:before {
	display: block;
	-webkit-font-smoothing: antialiased;
	font-family: "nimbus-sans",sans-serif;
	line-height: 0;
	padding: 9px 0 0 0;
	position: absolute;
	color: #666666;
}
.nav-next a span:before {
	content: '\2192';
	right: 0;
}
.nav-previous a span:before {
	content: '\2190';
	left: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	6.0 About Page Template
/*-----------------------------------------------------------------------------------*/

.template-about .page .entry-content {
	max-width: 960px !important;
}
.template-about .entry-content p {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 20px;
}
.template-about .entry-content p.intro {
	max-width: 790px;
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}
.template-about .entry-content p:last-child {
	margin-bottom: 0;
}
.template-about .entry-content .wp-caption {
	padding-bottom: 20px;
}
.template-about .entry-content p.wp-caption-text {
	font-size: 13px;
font-size: 0.8125rem;
}
.template-about .entry-content .two-columns-one  p {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.5;
	margin-bottom: 35px;
}
.template-about .entry-content .two-columns-one  p:last-child {
	margin-bottom: 0;
}
.template-about .entry-content h2 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
}
.template-about .entry-content h4 {
	margin: 55px 0 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	Portfolio Filter Page
/*-----------------------------------------------------------------------------------*/
.portfolio-filter, .home-filter-block {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  text-transform: uppercase;
}
 
.portfolio-filter ul, .home-filter-block ul {
  margin: 0 0 1em;;
  padding: 0;
  text-align: center;
  width: 100%;
}
 
.portfolio-filter ul li, .home-filter-block ul li {
  background: #f0f0f0;
  color: #0c4d8c;
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin: 0 1em 0.7em 0;
  padding: 1.2em 1em;
  text-align: center;
  font-size: 0.7em;
  font-weight: 700;
  transition: all 0.2s ease;
}
 
.portfolio-filter ul li.active {
  background: #0c4d8c;
  color: #ffffff;
}
 
.portfolio-filter ul li:focus, .portfolio-filter ul li:hover, .home-filter-block ul li:hover, .home-filter-block ul li:focus  {
  color: white;
  background: #0c4d8c;
}
 
.portfolio-filter ul li:first-child {
  margin-right: .8em;
}
 
.portfolio .type-jetpack-portfolio {
  float: left;
  margin: 0 -1px -1px 0;
  width: 100%;
}
 
@media screen and (min-width: 480px) {
  .portfolio .type-jetpack-portfolio {
    max-width: 100%;
    min-height: inherit;
  }
}
 
@media screen and (min-width: 768px) {
  .portfolio .type-jetpack-portfolio {
    max-width: 47%;
    margin: 0 0 25px 2.5%;
  }
}
 
.portfolio .type-jetpack-portfolio img {
  display: block;
}
 
.portfolio .type-jetpack-portfolio:hover {
  background: #000;
  opacity: .6;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  text-decoration: none;
}
.page-template-projects-page .portfolio .projects-page-title {
	padding: 15px 0 15px 10px;
	margin-bottom: 0px;
	text-transform: none;
    color: #000000;
    background: #f0f0f0;
}

.portfolio-item-title-projects:hover {
	text-transform: none;
	color: #000000;
	background: #f0f0f0;
	text-decoration: none;
}
.portfolio-item-title-projects {
	text-transform: none;
	color: #000000;
	background: #f0f0f0;
}
.projects-grid-categories-header {
	margin-bottom: 50px;
}


/*-----------------------------------------------------------------------------------*/
/*	8.0 Pages / Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/
.template-fullwidth .page .entry-header,
.template-fullwidth .page .entry-content,
.template-fullwidth .page .entry-meta {
	max-width: 1300px !important;
}
@media screen and (min-width: 767px) {
	.archive-header {
		padding: 0 0 35px;
		margin-top: 100px;
	}
}
#primary h1.archive-title {
	margin: 0 75px 0 0;
	padding: 0;
	color: #b8ca3e;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: capitalize;
}
.archive-header .taxonomy-description p {
max-width: 800px;
font-size: 24px;
font-size: 1.1rem;
line-height: 1.5;
font-weight: 300;
padding: 15px 0 0 0;

/*	margin: 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
*/

}
.entry-summary p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.entry-summary p:last-child {
	margin-bottom: 0;
}
.archive .site-content .post,
.search-results .site-content .post,
.search-results .site-content .page {
	clear: both;
	overflow: hidden;
}
.search-no-results .entry-content #searchform input#s {
	width: 60%;
	background: #fff;
	border: 1px solid #cacaca;
	padding: 11px 10px;
}
.error404 .site-content .entry-wrap {
	overflow: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	11.0 Footer
/*-----------------------------------------------------------------------------------*/
#colophon {
	position: relative;
	padding: 70px 0 30px;
}
.footer-slogan {
	padding-bottom: 52px;
}
#colophon #site-info {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5;
}
#colophon #site-info ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#colophon #site-info ul.credit,
#colophon #site-info ul.credit li,
#colophon p.credittext {
	display: block;
	padding: 0;
}
#colophon p.credittext {
	margin: 0;
}
@media screen and (min-width: 1150px) {
	#colophon {
	    padding: 0px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	12.0 Plugins + Jetpack Styles
/*-----------------------------------------------------------------------------------*/

.comment-subscription-form .subscribe-label {
	display: inline !important;
	float: none !important;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
}
p.comment-subscription-form {
	clear: both;
	overflow: hidden;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
}
p.comment-subscription-form:last-child {
	padding-top: 0;
	margin-bottom: 0 !important;
}
.sharedaddy {
	width: 100%;
	display: block;
	margin: 35px 0 0 0;
	padding: 0;
	float: none;
	clear: both;
}
.sharedaddy:before,
.sharedaddy:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.sharedaddy:after {
	clear: both;
}
#primary .sharedaddy h3.sd-title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	margin: 2px 0;
	float: left;
}
div.sharedaddy h3.sd-title:before {
	display: none !important;
}
div.sharedaddy .sd-content ul {
	margin: 0 !important;
	display: block;
}
div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
	float: left;
	padding: 3px 20px 0 0;
}
#main-wrap .sharedaddy div.sd-block {
	border-top: none !important;
	border-top: none !important;
	padding-top: 26px;
}
.sharedaddy a.sd-button {
	vertical-align: top;
}
.entry-content .sharedaddy .sd-content {
	float: left;
}
.contact-form {
	max-width: 700px;
	padding: 0 0 20px;
}
.contact-form div {
	overflow: hidden
}
.entry-content .contact-form label {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
}
.contact-form label span {
	margin-left: 5 !important;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	color: #000 !important;
}
.entry-content .contact-form input,
.entry-content .contact-form textarea {
	margin: 3px 0 0;
}
.page .contact-form input[type='text'],
.page .contact-form input[type='email'],
.page .contact-form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
	margin-bottom: 4px !important;
}
.contact-form p.contact-submit {
	clear: both;
	float: none;
	overflow: hidden;
	display: inline-block;
	margin: 14px 0 0 0;
}

/* --- Infinite Scroll --- */
.infinite-scroll #nav-below,
.infinite-scroll .nav-wrap,
.infinite-scroll.neverending #colophon {
	display: none;
}
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer .container {
	display: none;
}
#infinite-handle span {
	background: none;
	display: inline-block;
	border-radius: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	color: #000;
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding: 0;
}
.infinite-loader {
	margin: 125px 0 0;
	max-width: 700px;
}
.infinite-loader .spinner {
	margin: 0;
}
.infinity-success .infinite-wrap {
	padding-top: 125px;
}
.post-type-archive-jetpack-portfolio .infinite-wrap {
	padding-top: 0;
}

/* --- Contact Form 7 --- */
.site-content div.wpcf7 {
	clear: both;
	margin: 0 auto;
	padding: 0 0 20px;
}
.site-content div.wpcf7 p,
.contact-form label {
	margin: 0;
	padding: 12px 0 0 0;
	font-weight: normal;
	line-height: 1.5;
}
.site-content div.wpcf7 p:last-of-type {
	padding: 0;
}
.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
	width: 100%;
	margin-top: 3px;
}
.site-content input.wpcf7-submit,
.entry-content .contact-form input[type="submit"] {
	clear: both;
	overflow: hidden;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 5px;
}

/* --- Simple Share Buttons Adder Plugin --- */
.ssba {
	padding-top: 20px;
	font-size: 12px !important;
}

/* --- Gravity Forms --- */
.gform_wrapper .top_label .gfield_label {
	margin: 0.625em 0px 0px !important;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
}
.gform_wrapper .gfield_required {
    display: none !important;
}

.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
    font-size: 1rem !important;
	padding: 0.3em !important;
    color: #868383 !important;
}

.gform_wrapper.gf_browser_gecko select {
    padding: 0.3em !important;
}
.gform_wrapper select, .gform_wrapper textarea {
    font-size: 1rem !important;
	padding: 0.3em !important;
    color: #868383 !important;
}


.gform_wrapper textarea {
    padding: 0.3em 0.5em !important;
}

.gform_wrapper .gform_footer {
    padding: 1em 0px 0.625em !important;
    margin: 1em 0px 0px !important;
    clear: both !important;
}


.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block !important;
    margin: 20px 0px !important;
    padding: 12px 28px 11px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    font-size: 0.875rem !important;
    background: #B9CE15 none repeat scroll 0% 0% !important;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}


/*-----------------------------------------------------------------------------------*/
/*	13.0 Shortcodes
/*-----------------------------------------------------------------------------------*/

/* --- Multi Columns --- */
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	width:100%;
}
.entry-content .two-columns-one,
.entry-content .three-columns-one,
.entry-content .three-columns-two,
.entry-content .four-columns-one,
.entry-content .four-columns-two,
.entry-content .four-columns-three {
	position: relative;
	float: left;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.59;
}
.entry-content .two-columns-one p,
.entry-content .three-columns-one p,
.entry-content .three-columns-two p,
.entry-content .four-columns-one p,
.entry-content .four-columns-two p,
.entry-content .four-columns-three p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 12px;
}
.entry-content .two-columns-one h2:first-child,
.entry-content .three-columns-one h2:first-child,
.entry-content .two-columns-one h3:first-child,
.entry-content .three-columns-one h3:first-child,
.entry-content .three-columns-two h3:first-child,
.entry-content .two-columns-one h4:first-child,
.entry-content .three-columns-one h4:first-child {
	margin-top: 0;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.divider,
.divider-border {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 20px;
	display: block;
	clear: both;
}
.divider-border {
	border-bottom:1px solid #eee !important;
}


/* --- Infoboxes --- */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 0 0 28px;
	padding: 12px;
	overflow:hidden;
	line-height:1.55;
}
.site-content .white-box p,
.site-content .blue-box p,
.site-content .yellow-box p,
.site-content .red-box p,
.site-content .green-box p,
.site-content .lightgrey-box p,
.site-content .grey-box p,
.site-content .dark-box p {
	margin: 0 0 28px;
}
.white-box {background: #fff; border: 1px solid #ddd;}
.blue-box {background: #eef6fe;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.green-box {background: #e7f3e0;}
.lightgrey-box {background: #f7f0e4;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #000;color: #fff; letter-spacing: 0.5px}
.dark-box a:hover {color:#fff;}

/* --- Buttons --- */
.standard-btn {
	display: inline-block;
	margin: 0 0 20px;
	padding: 12px 18px 11px;
	overflow: hidden;
	cursor: pointer;
	font-size: 13px;
	font-size: 0.8125rem;
	background: #b8ca3e;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none !important;
}
.post .entry-content a.standard-btn,
.page .entry-content a.standard-btn {
	color: rgba(255, 255, 255, 0.85);
	border: none;
}
.post .entry-content a.standard-btn:hover,
.page .entry-content a.standard-btn:hover {
	color: #fff;
}
.round-btn {
 -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	     border-radius: 50px;
}
.bold-btn {
	font-weight:bold;
}
.standard-btn.xsmall-btn {
	padding: 10px 15px;
	font-size: 10px;
	font-size: 0.625rem;
}
.standard-btn.small-btn {
	padding: 12px 20px;
	font-size: 12px;
	font-size: 0.7875rem;
    font-weight: 600;
}
.standard-btn.large-btn {
	padding: 15px 20px;
	font-size: 14px;
	font-size: 0.875rem;
}
.standard-btn.xlarge-btn {
	padding: 17px 25px;
	font-size: 16px;
	font-size: 1rem;
}
.red-btn {background: #f17c67; color: #fff;}
.red-btn:hover {background: #e23e32; color: #fff;}
.green-btn {background: #86c166; color: #fff;}
.green-btn:hover {background: #489130; color: #fff;}
.blue-btn {background: #81c7d4; color: #fff;}
.blue-btn:hover {background: #459baf; color: #fff;}
.darkblue-btn {background: #7b90d2; color: #fff;}
.darkblue-btn:hover {background: #3b54aa; color: #fff;}
.purple-btn  {background: #b28fce; color: #fff;}
.purple-btn:hover {background: #7b54a4; color: #fff;}
.yellow-btn {background: #f9e530; color: #000;}
.yellow-btn:hover {background: #f2db0a; color: #000;}
.grey-btn {background: #bcbcbc; color: #000;}
.grey-btn:hover {background: #999; color: #000;}
.black-btn {background: #161616; color: rgba(255, 255, 255, 0.85);}
.black-btn:hover {background: #000; color: #fff;}

/* Spinner */
.css-transform #spinner {
	margin: 0 auto;
	width: 32px;
	height: 32px;
	background: #b9ce15;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spinner 1s infinite ease-in-out;
	-moz-animation: spinner 1s infinite ease-in-out;
	-ms-animation: spinner 1s infinite ease-in-out;
	-o-animation: spinner 1s infinite ease-in-out;
	animation: spinner 1s infinite ease-in-out;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: scale(0.3);
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes spinner {
	0% {
		-moz-transform: scale(0.3);
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes spinner {
	0% {
		-o-transform: scale(0.3);
	}

	100% {
		-o-transform: scale(1);
		opacity: 0;
	}
}

@keyframes spinner {
	0% {
		transform: scale(0.3);
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	14.0 Media Queries
/*-----------------------------------------------------------------------------------*/

/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {
	/* --- General Styles --- */
	.page-template-manufacturing-page .top-content-block-three {
		margin-bottom: 240px;
	}
	/* --- Header --- */
	#masthead {
		padding-top: 20px;
	}
	.home #masthead {
		padding-bottom: 60px;
	}
	.home .portfolio-block div:nth-of-type(2) {
	}
	#mobile-menu-toggle {
		margin: 35px 35px;
	}
	#site-title h1 {
		padding: 0;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.intro-slogan,
	.footer-slogan {
		max-width: 620px;
		margin: 0 0 0 35px;
	}
	.intro-slogan,
	.site-intro-slogan,
	.footer-slogan {
		font-size: 24px;
    	font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 300;
	}
	.intro-slogan {
		padding: 100px 0 0 0;
	}
	.footer-slogan {
		padding: 0 0 52px 0;
	}

	/* --- Posts --- */
	.site-content .post,
	.site-content .type-attachment,
	.search-results .site-content .page {
		padding: 0 0 125px;
	}
	.entry-content p.intro {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.4;
	}
	.entry-content p.pull-left {
		margin: 2px 30px 10px 0;
		max-width: 330px;
		float: left;
	}
	.entry-content p.pull-right {
		margin: 2px 0 10px 30px;
		max-width: 330px;
		float: right;
	}

	/* --- Comments --- */
	.site-content ol.commentlist,
	.site-content p.nocomments,
	#comments #respond  {
	    padding: 0 0 0 190px;
	}
	#comments li.comment ul.children {
		margin-left: 80px;
	}
	#comments li.comment ul.children ul.children {
		margin-left: 0;
	}
	#comments #respond h3#reply-title,
	#comments #respond p.comment-notes,
	#comments #respond p.logged-in-as {
		margin-left: 0 0 0 -190px;
	}

	/* --- Portfolio --- */
	.jetpack-portfolio {
	
	}

	/* --- Pagination --- */
	.nav-wrap,
	#infinite-handle {
		padding-top: 125px;
	}
	.archive-header {
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode {
		margin-right: -3.7% !important;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio {
		width: 30.3%;
		margin: 0 2.9% 47px 0;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio:nth-of-type(2n+2) {
		margin-right: 2.9% !important;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio .entry-cats {
		display: block;
	}

	/* --- Footer --- */
	#colophon {
		padding: 140px 0 30px;
	}
	#colophon #site-info ul.credit,
	#colophon #site-info ul.credit li,
	#colophon p.credittext {
		display: inline;
	}

	/* --- Shortcodes --- */
	.white-box,
	.blue-box,
	.yellow-box,
	.red-box,
	.green-box,
	.lightgrey-box,
	.grey-box,
	.dark-box {
		padding: 20px;
	}
	.two-columns-one {width: 46%;}
	.three-columns-one {width: 31.3%;}
	.three-columns-two {width: 65.6%;}
	.four-columns-one {width: 23.5%;}
	.four-columns-two {width: 49%;}
	.four-columns-three {width: 74.5%;}
	.two-columns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two,
	.four-columns-three {
		position:relative;
		float:left;
		margin-bottom: 0;
	}
	.two-columns-one {margin: 0 4% 0 0;}
	.two-columns-one.last {margin: 0 4% 0;}
	.three-columns-one {margin: 0 2% 0 0;}
	.four-columns-one {margin: 0 1.5% 0 0;}
	.divider,
	.divider-border {
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.container {
		padding: 0 0 0 0;
		width: 767px;
	}
}

/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {
	/* --- General Styles --- */
	.intro-slogan,
	.footer-slogan {
		margin-left: 50px;
	}

	/* --- Header --- */
	#mobile-menu-toggle {
		margin: 35px 50px;
	}

	/* --- About Page Template --- */
	.template-about .entry-content p.intro {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.35;
		margin-bottom: 55px;
	}
	.template-about .entry-content .two-columns-one  p {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.template-about .entry-content .wp-caption {
		padding-bottom: 70px;
	}
	.template-about .entry-content h2 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.3;
	}
}



@media (min-width: 992px) {
	.container {
	    width: 100%;
	}
		#primary,
	#site-title,
	#colophon #site-info,
	#site-nav ul li a,
	#site-nav ul li li a,
	.search-header #searchform input {
		padding-left: 35px;
		padding-right: 35px;
	}
		.navbar-header img {
    max-width: 378px !important;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	}
}

/* Minimum width of 1150 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1150px) {

	/* --- General Styles --- */
	#main-wrap {
		padding: 0;
	}
	.home #masthead {
		padding-bottom: 60px;
	}
	#primary,
	#colophon #site-info,
	#site-nav ul li a,
	#site-nav ul li li a {
		padding-left: 70px;
		padding-right: 70px;
	}
	.footer-slogan  {
		margin-left: 0;
	}
	#colophon #site-info {
		padding: 0;
	}
	/* --- Header --- */
}
	.home .site-intro-slogan {
		padding: 0px 0px 0px 0px;
	}
@media screen and (min-width: 1300px) {
	#site-title {
		display: block;
		max-width: 300px;
		margin: 5px 0 0;
	    padding: 0px 0px 0px;
}	
}
	@media screen and (max-width: 767px) {
		.contact-info{
			padding: 0 0 0 30px;
		}
		.container .soc {
			padding-left: 30px;
		}

	}
	.intro-slogan {
		margin-left: 70px;
		padding: 145px 0 0 0;
	}
	.home .site-intro-slogan {
		padding: 0px 0 0px 0;
	}
	.site-intro-slogan {
		padding: 0px 0 60px 0;
	}

	/* --- Main Nav --- */
	#mobile-menu-toggle {
		display: none;
	}
	#site-nav ul ul li a:before {
		display: none;
		padding: 0;
	}
	#site-nav {
		display: block !important;
		padding: 0;
		overflow: hidden;
		clear: both;
		float: right;
		text-align: right;
	}
	.menu-container {
		position: static;
		display: block;
		top: 55px;
		right: 155px;
		z-index: 1000;
		padding: 0 0 0 70px;
		border-top: none;
	}
	.admin-bar .menu-container {
		top: 77px;
	}
	#site-nav ul li {
		position: relative;
		display: inline-block;
		margin: 0 0 0 25px;
		padding: 0;
		border-bottom: none;
	}
	#site-nav ul li a {
		display: block;
		padding: 0;
		color: #666;
		border-bottom: 1px solid transparent;
		
	}
	#site-nav ul li a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
		color: #b8ca3e;
		background: transparent;
	}
	#site-nav ul ul li a:hover {
		border-bottom: none !important;
	}
	#site-nav ul li li a {
		padding: 0;
	}
	#site-nav ul li.menu-item-has-children {
		padding: 0;
	}
	#site-nav ul ul.sub-menu,
	#site-nav ul ul.children {
		display: none;
		position: absolute;
		top: 23px;
		left: 0;
		width: 235px;
		margin: 0;
		padding: 10px 0 0 0;
		z-index: 1000;
		opacity: 0;
		border-top: none;
		text-align: left;
	}
	#site-nav ul.sub-menu li,
	#site-nav ul.children li {
		margin: 0;
		padding: 0;
		display: block;
	}
	#site-nav ul.sub-menu a,
	#site-nav ul.children a {
		border-bottom: none;
		display: block;
		padding: 4px 0;
	}
	#site-nav ul ul ul.sub-menu,
	#site-nav ul ul ul.children {
		position: absolute;
		top: 0;
		left: 119px;
		padding: 0;
	}
	#site-nav ul li:hover > ul {
		display: block;
		opacity: 1;
	}
	#site-nav li:hover > a {
		border-bottom: 1px solid #b8ca3e;
	}
	#site-nav li li:hover > a {
		border-bottom: none !important;
	}
	#site-nav li li:hover > a:hover {
		border-bottom: 1px solid #b8ca3e;
	}
	#site-nav ul ul ul li a {
		margin-left: 0;
	}

	/* --- Header Search Form --- */
	.search-toggle {
		display: block;
		width: 70px;
		position: static;
		top: 55px;
		right: 70px;
		text-align: right;
		line-height: 1.4;
		cursor: pointer;
		z-index: 1000000;
		color: #666;
		font-size: 1.1rem;
		-webkit-transition: color 0.2s linear;
		-moz-transition: color 0.2s linear;
		-o-transition: color 0.2s linear;
		
	}
	.admin-bar .search-toggle {
		display: inline-block;
		top: 77px;
	}
	.search-toggle span:hover {
		border-bottom: 1px solid #b8ca3e;
		color: #b8ca3e; 
	}
	.show-mobile-search .search-header {
		display: none !important;
	}
	.show-desktop-search .show-mobile-search .search-header,
	.show-desktop-search .search-header  {
		display: block !important;
	}
	.search-header {
		display: none;
		position: fixed;
		top: 77px;
		right: 70px;
		z-index: 1000000;
	}
	.admin-bar .search-header {
		top: 109px;
	}
	.search-header #searchform {
		width: 290px;
	}
	.search-header #searchform input {
		padding: 10px 45px 10px 10px;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #b9ce15;
		background: #ffffff;
		width: 100%;
		line-height: 1.4;
	}
	.template-about .search-header #searchform input {
		background: #fff;
	}
	.search-header #searchform input:hover
 	{
		background: #f5f8dc;
	}
	.search-header #searchform input:active,
	.search-header #searchform input:focus {
		background: #ffffff;
	}
	
	
	.search-header #searchform input.submit {
		position: absolute;
		width: 45px;
		height: 51px;
		top: 0;
		right: 0;
		padding: 0;
		display: block;
		color: #000;
		background: transparent;
		border-bottom: none;
		text-indent: -999999px;
		z-index: 10000;
	}
	.search-header #searchform:after {
		position: absolute;
		top: 9px;
		right: 20px;
		content: '\2192';
		display: inline-block;
		padding: 0;
		-webkit-font-smoothing: antialiased;
		vertical-align: top;
	}

	/* --- Typography Styles --- */
	.entry-content .wide-content {
		margin-right: -260px;
	}

	/* --- Comments --- */
	#commentform label {
		float: left;
		width: 20%;
		padding-top: 11px;
	}
	#commentform input#author,
	#commentform input#email,
	#commentform input#url,
	#commentform textarea#comment {
		float: left;
		width:80%;
		max-width: 80%;
	}
	#commentform p.form-submit {
		width:80%;
		float: right;
	}

	/* --- Paginations --- */
	.nav-wrap,
	#infinite-handle {
		padding-top: 125px;
	}
	.single-jetpack-portfolio .nav-wrap {
		padding: 0;
	}
	#nav-single .nav-previous,
	#nav-single .nav-next {
		padding: 0;
	}
	#nav-single .nav-previous a,
	#nav-single .nav-next a {
		position: fixed;
		right: 70px;
	}
	#nav-single .nav-previous a {
		top: 242px;
	}
	#nav-single .nav-next a  {
		top: 267px;
	}

	/* --- Portfolio --- */
	.jetpack-portfolio-shortcode .jetpack-portfolio {
		display: block;
		width: auto;
		margin: 0;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio {
		padding: 0;
	}
	.front-header {
		font-weight: bold;
		color: #b8ca3e;
		font-size: 30px;
	}
	.front-header-small {
		font-weight: bold;
		color: #b8ca3e;
		font-size: 24px;	
	}
	.home-paragraph {
		font-size: 14px;
	}

	/* --- Footer --- */
	#colophon {
		padding: 150px 70px 30px;
	}

/* Minimum width of 1260 pixels (bigger desktop monitors)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {
	/* --- General Styles --- */
	.entry-thumbnail {
	 	padding-left: 0;
	 	padding-right: 0;
	}
	/* --- Single Post Nav --- */
	#nav-single .nav-previous a {
		right: 70px;
	}
	#nav-single .nav-next a {
		right: 70px;
	}
	/* --- Posts --- */
	.entry-content p.pull-left {
		margin: 2px 20px 10px -30px;
	}
	.entry-content p.pull-right {
		margin: 2px -40px 10px 40px;
	}
}
.page-template-about-page #primary .entry-content div:nth-of-type(4) {
	margin: auto;
}
/* Minimum width of 1400 pixels (15' notebooks and bigger)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1400px) {
	#primary {
		max-width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	.page-template-about-page #primary {
		max-width: 1300px;
		margin: 0 auto;
		padding: 0;
	}
	.home-page-four-images img {
		max-height: 140px;
	}
	.contact-info {
		padding: 24px 35px 0;
	}
	/*#masthead,
	#colophon {
		max-width: 900px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}*/
	#site-title {
		padding: 0 0 14px;
	}
	.intro-slogan {
		margin-left: 0;
		font-size: 24px;
		font-size: 1.5rem;
	}
	.site-intro-slogan {
		margin-left: auto;
		font-size: 24px;
		font-size: 1.5rem;
	}
	.contact-info {
		padding: 0;
	}
}

/* Minimum width of 1800 pixels  (21' monitors)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1800px) {
	/* --- General Styles --- */
	#masthead,
	.site-content .post,
	.site-content .page .entry-content,
	.site-content .type-attachment,
	.search-results .site-content .page,
	#comments,
	#disqus_thread,
	.nav-wrap,
	#infinite-handle,
	.infinite-loader,
	.entry-meta,
	.site-content .entry-header {
		margin-left: auto;
		margin-right: auto;
	}
	
	.jetpack-portfolio-primary .entry-meta,
	.site-content .jetpack-portfolio-primary .entry-header {
		margin-left: 0;
		margin-right: 0;
	}
	
	
	#masthead,
	.template-portfolio .entry-header,
	.template-portfolio .entry-meta,
	.single-post .entry-header,
	.single-post .entry-meta,
	.blog .entry-header,
	.blog .entry-meta,
	.single-post #comments,
	#disqus_thread,
	.nav-wrap,
	#infinite-handle,
	.infinite-loader {
		max-width: 1200px;
	 	padding-left: -260px;
		padding-right: 260px; 
	}
	
	
	.jetpack-portfolio-primary,
	.single-jetpack-portfolio .jetpack-portfolio {
		margin: 0 auto;
		max-width: 1200px;
	}
	
	.jetpack-portfolio-primary {
		margin: 0;
	}
	.overwrite-auto-margin  {
		margin: 0 auto !important;
	}
	
	
	.single-jetpack-portfolio .jetpack-portfolio .entry-header,
	.single-jetpack-portfolio .jetpack-portfolio .entry-meta,
	.single-jetpack-portfolio .jetpack-portfolio .entry-content,
	.single-jetpack-portfolio #comments {
		max-width: 1200px;
	 	padding-left: -260px;
		padding-right: 260px; 
		margin-left: auto;
		margin-right: auto;
	}
	#nav-single .nav-previous a {top: 196px;}
	#nav-single .nav-next a {top: 221px;}
	/* --- Header / Footer --- */
	.contact-info {
		top: 55px;
		left: 70px;
		z-index: 100000;
	}
	#colophon {
		max-width: 100%;
		padding-left: 70px;
	}
	/* --- Portfolio - Further Projects --- */
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio .entry-header {
		padding-left: 0;
		padding-right: 0;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode {
		margin-right: -2.7% !important;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio {
		width: 22.45%;
		margin-right: 2.5%;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio:nth-of-type(2n+2) {
		margin-right: 2.5% !important;
	}
}


/* Minimum width of 2400 pixels (27' monitors)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 2400px) {
	/* --- General Styles --- */
	#primary {
		max-width: 1900px;
	}
	.site-content .page .entry-content {
		max-width: 960px;
	}
	/* --- Portfolio --- */
	.single-jetpack-portfolio .jetpack-portfolio-shortcode {
		margin-right: -2.1% !important;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio {
		width: 18.05%;
		margin-right: 1.9%;
	}
	.single-jetpack-portfolio .jetpack-portfolio-shortcode .jetpack-portfolio:nth-of-type(2n+2) {
		margin-right: 1.9% !important;
	}
}

.fadein, .fadeout {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.fadein {
    opacity: 1;
}

.team-title {
	font-size: 20px !important;
	padding-bottom: 0px !important;
}
.team-position {
	font-size: 18px !important;
	padding-top: 0px !important; 
}
.featured-jobs .front-header {
	font-size: 24px;
}
.ssba-wrap, .aol_ad-template-default .entry-date, .aol_ad-template-default .entry-cats {
	display: none;
}

/* FONTS */
@font-face {
    font-family: 'si';
    src: url('/wp-content/themes/storepro_reset/fonts/socicon.eot');
    src: url('/wp-content/themes/storepro_reset/fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/storepro_reset/fonts/socicon.woff') format('woff'),
         url('/wp-content/themes/storepro_reset/fonts/socicon.ttf') format('truetype'),
         url('/wp-content/themes/storepro_reset/fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(/wp-content/themes/storepro_reset/fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
    margin-top: 20px;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #666666;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-twitter {
    background-color: #666666;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-youtube {
    background-color: #666666;
}
.soc-instagram {
    background-color: #666666;
}
.soc-youtube:before {
    content:'\e051';
}
.soc-linkedin {
    background-color: #666666;
}
.soc-linkedin:before {
    content:'\e049';
}
.soc-instagram:before {
    content:'\e057';
}

.soc-facebook:hover {
    background-color: #3e5b98;
}
.soc-twitter:hover {
    background-color: #4da7de;
}
.soc-youtube:hover {
    background-color: #e02a20;
}
.soc-linkedin:hover {
    background-color: #3371b7;
}
.soc-instagram:hover {
    background-color: #405de6;
}
/* Large screens ----------- */
@media only screen and (max-width : 992px) {
    /*body {display: none;}*/
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav {
        float: none;
    }
    .nav.navbar-nav {
        clear: both;
        float: left;
        margin: 0 0 0 -15px;
        width: 100%;
    }
    	.navbar-inverse .navbar-toggle {
	    border-color: #767676;
	    background: #767676;
	}
}
@media screen and (min-width: 767px) and (max-width: 992px) {
	.navbar-inverse .navbar-nav>li>a {
		color: #ffffff;
	}
	.container {
    padding: 0 0 0 0;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
	.soc {
	    margin-left: 30px;		
	}
	#site-title img {
    	margin-left: 30px;
	}
}
.caret {margin-top:10px;margin-right:30px}
.affix .soc {display: none;}

.home-floating-header h2 a {
    font-size: 35px;
    position: absolute;
    top: 520px;
    left: 0;
    width: 100%;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: white;
}

.home-floating-header-junior h2 a {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 90%;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: white;
}
.home-floating-header h2 {
	margin: 0px
}
.page-template-page-templatesprojects-page-php .portfolio .type-jetpack-portfolio img {
	max-height: 280px;
}