/*
	Theme Name: Marathon Construction
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.45;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #004e96;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #004e96;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #000;
}

cite {
	font-style: normal;
}

a,
button,
.button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
#capabilities-grid-style .textwidget > div,
#capabilities-grid-style p a,
#capabilities-grid-style .small-info-col:before {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262626;
	font-family: 'Roboto Condensed', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 19px;
	font-size: 1.9rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #000;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #303030;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	color: #fbb024;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	padding: 8px 35px;
	padding: .8rem 3.5rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background: #fbb024;
	color: #040404;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 800px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

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

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #000000;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #000;
	z-index: 999;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 22px 0 10px;
	padding: 2.2rem 0 1rem;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #dcdcdc;
	font-size: 18px;
	float: right;
	text-align: right;
	padding-top: 44px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

.site-header .widget-area a {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.site-header p {
	text-align: right;
	line-height: 1;
	margin-bottom: 0;
}
.phone-no img {
	display: inline-block;
	margin: 0 7px 0 0;
	float: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu > .menu-item:before {
	content: '|';
	color: #959595;
	display: inline-block;
	font-size: 21px;
	font-weight: 300;
}
.genesis-nav-menu > .menu-item:first-child:before {
	display: none;
}

.genesis-nav-menu a {
	border: none;
	color: #3e3e3e;
	display: inline-block;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	padding: 22px 36px 18px 40px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #3e3e3e;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu > .menu-item > a:after,
.project-cat-menu a:after {
	content: '';
	display: block;
	width: 46px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-bottom: 6px solid #fab024;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 235ms;
	-o-transition: all 235ms;
	transition: all 235ms;
}

.genesis-nav-menu > .menu-item > a:hover::after,
.genesis-nav-menu .current-menu-item > a::after,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover::after,
.project-cat-menu a:hover:after,
.project-cat-menu .current-menu-item a:after {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 230px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 10px 20px;
	padding: 1.0rem 2rem;
	position: relative;
	width: 230px;
	font-size: 18px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #fab024;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	text-align: center;
	position: relative;
}
.nav-primary:after {
	content: '';
	display: block;
	border-bottom: 6px solid #f0f0f0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 14px;
  right: 14px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #303030;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #303030;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content a {
	font-weight: 700;
}

.entry-content ul li {
	list-style-type: none;
	position: relative;
	padding-left: 14px;
}
.entry-content ul li:before {
	content: '';
	border: 3px solid #125699;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-appearance: none;
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-size: 15px;
	color: #616161;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
	font-size: 18px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	font-size: 22px;
	display: inline-block;
	padding-right: 2px;
}
.pagination li:after {
	content: '|';
	margin-left: 9px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	margin-top: -1px;
	font-weight: bold;
}
.pagination li:last-child:after {
	display: none;
}
.pagination li a {
	color: #000;
	display: inline-block;
	font-weight: 700;
}
.pagination li a:hover,
.pagination li.active a {
	color: #fbb024;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 310px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #dcdcdc;
	font-size: 18px;
	background-color: #000;	
	border-top: 14px solid #363636;
}

.footer-widgets .wrap {
	padding: 15px 0 15px;
	padding: 1.5rem 0 1.5rem;
	position: relative;
}

.footer-widget-area {
	display: inline-block;
	vertical-align: bottom;
	padding: 30px 15px 0;
	text-align: right;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 1.2;
}
.footer-widget-area:first-child {
	border-right: 0;
	padding: 10px 35px 0 0
}
.footer-widget-area:last-child {
	border: none;
	padding-right: 0;
	float: right;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.footer-widget-area img {
	display: inline-block;
	margin: 0 7px 0 0;
	float: none;
}
.footer-widgets-1.footer-widget-area img {
	margin: 0;
}
.footer-widget-area p {
	margin-bottom: 0;
}
.footer-widgets a {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
}
.footer-widgets a:hover {
	color: #fbb024;
}

.site-footer a.tf-link {
	text-decoration: underline;
}

/*
.footer-widget-area a[href^="tel"],
.footer-widgets strong {
	color: #fff;
}
*/
.footer-widget-area .social-icon {
	position: absolute;
	top: -8px;
	right: 0;
}
.footer-widget-area .social-icon a {
	display: inline-block;
	margin-left: 5px;
}
.footer-widget-area .social-icon img {
	margin: 0;
}
.footer-widgets-4 p {
	font-size: 22px;
}
.footer-widgets em {
	color: #fff;
	font-style: normal;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #363636;
	padding: 15px 0;
	padding: 1.5rem 0;
	font-size: 15px;
	color: #c7c6c6;
}
.site-footer p {
	margin-bottom: 0;
}
.lic-no {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
.copyright-text {
	padding-top: 5px;
	float: right;
}
.site-footer a {
	color: #fbb024;
}
.site-footer a:hover {
	text-decoration: underline;
}

/*
Custom slider
---------------------------------------------------------------------------------------------------- */

/*
Home page styling
---------------------------------------------------------------------------------------------------- */

/*
home slider styling
------------------------------------------------*/

#home-slider .metaslider {
	overflow: hidden;
}
#home-slider .metaslider .flexslider {
	margin-bottom: 0;
}
#home-slider .caption-wrap {
	background: transparent;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 48%;
	bottom: inherit;
	-webkit-transform: translate(-48%,-48%);
	-moz-transform: translate(-48%,-48%);
	-o-transform: translate(-48%,-48%);
	-ms-transform: translate(-48%,-48%);
	transform: translate(-48%,-48%);
	text-align: center;
	z-index: 9;
}
#home-slider .flex-control-nav {
	bottom: 14%;
	z-index: 9;
}
#home-slider .flex-control-nav a {
	background: #fff;
	width: 50px;
	height: 7px;
	border-radius: 0;
}
#home-slider .flex-control-nav a.flex-active {
	background: #fbb024;
}
#home-slider .caption {
	padding: 0;
}
#home-slider .caption:before {
	content: '';
	display: block;
	width: 46px;
	border-top: 6px solid #fab024;
	margin: 0 auto;
	position: relative;
	bottom: -4px;
}
#home-slider h1 {
	font-size: 38px;
	color: #ffffff;
	margin-bottom: 40px;
	text-shadow: 0 0 2px #000;
}
#home-slider h1:before,
#home-slider h1:after {
	content: '';
	display: block;
	max-width: 560px;
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}
#home-slider h1:before {
	margin-bottom: 11px;
}
#home-slider h1:after {
	margin-top: 11px;
}
#home-slider .caption a {
	background: #fbb024;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #291d0a;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding: 9px 21px;
	text-transform: uppercase;
	margin-bottom: 38px;
}
#home-slider .caption a:hover {
	background: #ffffff;
}

/*
home slider styling
------------------------------------------------*/

.main-heading {
	background: #000000;
	padding-top: 23px;
	padding-bottom: 15px;
	text-align: center;
}
.main-heading .textwidget {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 165px;
	line-height: 1;
}
.main-heading .textwidget:before {
	content: '';
	display: block;
	width: 100%;
	border-top: 2px solid #3d3d3d;
	position: absolute;
	top: 50%;
	left: 0;
}
.main-heading h2 {
	font-size: 28px;
	font-weight: 300;
	background: #000;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	padding: 0 21px;
}
.main-heading h2 strong {
	text-transform: uppercase;
}

/*
capabilities grid styling
------------------------------------------------*/

#capabilities-grid-style .textwidget {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#capabilities-grid-style .textwidget > .img-col {
	width: 100px;
	height: 132px;
	background: #303030 !important;
}
#capabilities-grid-style .textwidget > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #f0f0f0;
	padding: 8px;
}
#capabilities-grid-style .textwidget:hover > div {
	background: #fbb024;
}
#capabilities-grid-style img {
/*
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	width: auto;
	z-index: 9;
*/
	display: block;
	margin: auto;
}
#capabilities-grid-style h2 {
	font-size: 26px;
	font-weight: 700;
	width: 100%;
	max-width: 390px;
	padding: 0 15px;
	margin: 0 auto;
}
#capabilities-grid-style h2 a {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
#capabilities-grid-style p {
	margin-bottom: 0;
}
#capabilities-grid-style p a {
	background: #fbb024;
	color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 38px;
	height: 36px;
	line-height: 36px;
}
#capabilities-grid-style .textwidget:hover p a {
	background: #303030;
	color: #fff;
}
#capabilities-grid-style .small-info-col:before {
	content: '';
	display: block;
	width: 46px;
	height: 8px;
	background: #303030;
	border-right: 2px solid #f0f0f0;
	position: absolute;
	top: 4px;
	left: 107px;
}
#capabilities-grid-style .textwidget:hover .small-info-col:before {
	border-color: #fbb024;
}
#capabilities-grid-style .small-info-col:after {
	content: '';
	display: block;
	width: 70%;
	border-top: 1px solid rgba(95, 95, 95, 0.50);
	top: 8px;
	left: 160px;
	position: absolute;
}
#capabilities-grid-style .panel-grid {
	margin-bottom: 7px;
}

/*
main project section styling
------------------------------------------------*/

#main-project-section {
	border-top: 6px solid #fbb024;
	padding-top: 38px;
	padding-bottom: 33px;
}
#main-project-section .textwidget {
	border: 1px solid #707070;
	padding: 10px 10px 10px 0;
	display: table;
	width: 100%;
	position: relative;
}
#main-project-section .textwidget > div {
	display: table-cell;
	vertical-align: middle;
}
#main-project-section .main-proj-heading {
	width: 208px;
}
#main-project-section h2 {
	background: #303030;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	padding: 16px 19px;
	line-height: 1;
}
#main-project-section h2 strong {
	text-transform: uppercase;
}
.main-proj-img p,
#main-project-section img {
	display: block;
	margin-bottom: 0;
}
.main-proj-heading a {
	position: absolute;
	bottom: 7px;
	left: 8px;
}

#featured-proj-section {
	padding-top: 44px;
	padding-bottom: 23px;
	position: relative;
}
#featured-proj-section:before {
	content: '';
	display: block;
	background: #040401 url(images/bottom-arrows.png) no-repeat center top;
	width: 75px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#featured-proj-section .textwidget {
	padding: 9px;
	border: 1px solid #707070;
	position: relative;
}
#featured-proj-section .textwidget p,
#featured-proj-section .textwidget img {
	margin: 0;
	display: block;
}
#featured-proj-section h2 {
	background: #222222;
	color: #fff;
	max-width: 382px;
	font-size: 30px;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 18px 47px 22px 17px;
	line-height: 1.1;
	text-transform: uppercase;
}
#featured-proj-section h2:before {
	content: '';
	display: block;
	width: 46px;
	height: 8px;
	background: #fbb024;
	border-right: 2px solid #222222;
	position: absolute;
	bottom: 20px;
}
#featured-proj-section h2:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 2px solid #c7c7c7;
	left: 64px;
	margin-top: 12px;
}
#featured-proj-section a {
	position: absolute;
	bottom: 9px;
	right: 10px;
}

/*
table style section styling
------------------------------------------------*/

.table-style-section {
	position: relative;
	overflow: hidden;
}	
.table-style-section:before {
	content: '';
	display: block;
	background: url(images/top-shadow.png) repeat-x center top;
	width: 100%;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.table-container-section {
	background: #f7f7f9;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.table-container-section .panel-grid-cell {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
	padding: 0 !important;
	height: 100%;
}
.table-container-section .widget_sow-image,
.table-container-section .widget_sow-image div {
	height: 100%;
}
.table-container-section .widget_sow-image .panel-widget-style {
	background-size: cover;
	background-position: center top;
	position: relative;
}
.table-container-section .sow-image-container {
	display: none;
}
.table-container-section .post-container {
	max-width: 583px;
	padding-top: 40px;
	padding-left: 45px;
}
.table-container-section h2 {
	font-size: 32px;
	position: relative;
	margin-bottom: 18px;
}
.table-container-section h2:before {
	content: '';
	display: block;
	width: 46px;
	height: 6px;
	background: #fbb024;
	border-right: 2px solid #f7f7f9;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.table-container-section h2:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 2px solid #c7c7c7;
	left: 64px;
	margin-top: 16px;
}
.recent-blog-posts .post-info {
	font-size: 17px;
	margin-bottom: 10px;
}
.latest-post {
	margin-bottom: 10px;
}
.latest-post p {
	font-size: 24px;
	margin-bottom: 0;
}
.latest-post .read-more-btn {
	background: #e8e8e8;
	color: #291d0a;
	display: block;
	font-size: 18px;
	text-align: right;
}
.latest-post .read-more-btn i {
	background: #fbb024;
	display: inline-block;
	padding: 10px 10px 9px 13px;
	margin-left: 8px;
}
.more-news {
	text-align: center;
	padding-top: 11px;
	margin-bottom: 24px;
}

.counter-section {
	background: #fbb024;
	background: -webkit-linear-gradient(left,#303030 0%,#303030 50%,#fbb024 50%,#fbb024 100%);
	background: -o-linear-gradient(left,#303030 0%,#303030 50%,#fbb024 50%,#fbb024 100%);
	background: -moz-linear-gradient(left,#303030 0%,#303030 50%,#fbb024 50%,#fbb024 100%);
	background: linear-gradient(to right,#303030 0%,#303030 50%,#fbb024 50%,#fbb024 100%);
}
.counter-container-section {
	width: 100%;
	padding: 27px 0 24px;
	background: #fbb024;
	background: -webkit-linear-gradient(left,#303030 0%,#303030 20%,#fbb024 20%,#fbb024 100%);
	background: -o-linear-gradient(left,#303030 0%,#303030 20%,#fbb024 20%,#fbb024 100%);
	background: -moz-linear-gradient(left,#303030 0%,#303030 20%,#fbb024 20%,#fbb024 100%);
	background: linear-gradient(to right,#303030 0%,#303030 20%,#fbb024 20%,#fbb024 100%);
	overflow: hidden;
}
.counter-container-section .panel-grid-cell {
	width: 20% !important;
	float: left;
	padding: 0 17px;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.30);
}
.counter-container-section .panel-grid-cell:last-child {
	border-right: none;
}
.counter-section h2 {
	color: #fff;
	text-align: left;
	font-size: 34px;
	line-height: 1;
	font-weight: 300;
	padding-top: 12px;
}
.heading-border h2 {
	position: relative;
	overflow: hidden;
}
.heading-border h2:before {
	content: '';
	display: block;
	width: 46px;
	border-top: 6px solid #fbb024;;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.heading-border h2:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 2px solid #c7c7c7;
	margin: 16px 0 2px 48px;
	margin-top: 14px;
	margin-bottom: 2px
}
.counter-section h3 {
	font-size: 55px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.counter-section h4 {
	font-size: 23px;
	color: #000;
	line-height: 1.15;
	margin-bottom: 0;
}

/*
Featured clients section styling
------------------------------------------------*/

.client-heading-section .textwidget {
	padding: 23px 0;
	text-align: center;
}
.client-heading-section h2 {
	font-size: 36px;
	font-weight: 300;
	color: #303030;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	padding: 0 188px;
}
.client-heading-section h2 strong {
	text-transform: uppercase;
}
.client-heading-section h2:before,
.client-heading-section h2:after {
	content: '';
	display: block;
	max-width: 167px;
	width: 100%;
	border-top: 2px solid #d2d2d2;
	position: absolute;
	top: 50%;
}
.client-heading-section h2:before {
	left: 0;
}
.client-heading-section h2:after {
	right: 0;
}
.client-row-section p {
	font-size: 23px;
	font-family: 'Nunito Sans', sans-serif;
}

/*
Inside page styling
---------------------------------------------------------------------------------------------------- */

.page-heading {
	text-align: center;
	padding-top: 20px;
}
.page-heading h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #414141;
	padding-bottom: 10px;
	margin-bottom: 14px;
	position: relative;
}
.page-heading h1:after {
	content: '';
	display: block;
	width: 46px;
	border-bottom: 6px solid #fbb024;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.img-text-grid-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.border-row {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 30px;
}
.img-text-grid-section h2 {
	color: #5e5e5e;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 6px;
}
.img-text-grid-section .so-widget-image {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.5);
}
.img-text-grid-section ul {
	margin-left: 0;
}
.img-text-grid-section ul li {
	list-style-type: none;
}
.img-text-grid-section.bg-color h2 {
	color: #000000;
	font-weight: bold;
	border-color: #000;
}
.img-text-grid-section.bg-color a {
	color: #000;
	text-decoration: underline;
}

/*
project page styling
---------------------------------------------------------------------------------------------------- */

.project-cat-menu {
	background: #121212;
	position: relative;
	overflow: hidden;
	padding-top: 22px;
}
.project-cat-menu:after {
	content: '';
	display: block;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	width: 100%;
	bottom: 16px;
	left: 0;
}
.project-cat-menu li {
	display: block;
	float: left;
	margin-right: 104px;
	line-height: 1.2;
}
.project-cat-menu a {
	font-size: 19px;
	color: #fff;
	float: left;
	position: relative;
	padding-bottom: 38px;
	min-height: 82px;
}
.project-cat-menu a:after {
	bottom: 15px;
}
.project-cat-menu li:first-child {
	width: 115px;
}
.project-cat-menu li:nth-child(2n) {
	width: 180px;
}
.project-cat-menu li:nth-child(3n) {
	width: 280px;
}
.project-cat-menu li:nth-child(4n) {
	width: 100px;
}
.project-cat-menu li:nth-child(5n) {
	float: right;
	margin-right: 0;
}

.our-projects {
	margin-top: 45px;
	overflow: hidden;
	position: relative;
}
.cat-name {
	margin-bottom: 13px;
}
.cat-name .entry-title {
	font-size: 24px;
	font-weight: bold;
	background: #ffffff;
	color: #000;
	display: inline-block;
	padding-right: 12px;
	margin-bottom: 0;
}
.cat-name:after {
	content: '';
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	width: calc(100% - 150px);
	position: relative;
	top: -10px;
	z-index: -1;
}
.main-project #project-gallery {
	width: 48%;
	float: left;
}
#project-details article {
	margin-bottom: 25px;
	font-size: 19px;
}
#project-details p {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}
#main-project-pagination .pagination {
	margin: 0 0 25px;
}
#main-project-pagination .pagination ul li:not(.pagination-previous, .pagination-next){
	display:none;
}
#main-project-pagination {
	border-top: 1px solid #b2b2b2;
	padding-top: 13px;
	text-align-last: center;
}
.main-project .project-description {
	width: 48%;
	float: right;
	margin: 0 0 30px 4%;
}
.prev-next-posts {
	position: absolute;
    top: 0;
    right: 0px;
   /* width: 83px;*/
}
.archive.tax-project_categories .entry {
	background: none;
	padding-bottom: 0;
}
#project-thumbnails article {
	width: 49.4%;
	float: left;
	margin-right: 1.2%;
	margin-bottom: 1.2%;
}
#project-thumbnails article:nth-child(2n+2) {
	margin-right: 0;
}
.main-project-image {
	position: relative;
	margin-bottom: 25px;
}
.main-project-image img {
	display: block;
	width: 100%;
}
.main-project-image a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
}
#project-details h4 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
#project-thumbnails img {
	display: block;
	box-sizing:border-box;
	padding: 2px;
	max-height: 205px;
}
#project-thumbnails a:hover img {
	background: #fab024;
}
.proj-thumb strong {
	font-size: 18px;
	display: block;
	text-align: center;
	padding-top: 3px;
}
#project-thumb-pagination {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding-left: 6px;
}
#project-thumb-pagination ul {
	margin: 0;
	padding: 0;
}
#project-thumb-pagination li {
	padding: 0;
	display: inline-block;
}
#project-thumb-pagination a {
	display: inline-block;
	text-indent: -9999px;
	width: 36px;
	height: 34px;
}
#project-thumb-pagination .prev-link a {
	background: url(images/prev-pag-arrow.jpg) no-repeat;
    opacity: 0.5;
    pointer-events: none;
}
.prev-posts-link a,
.next-posts-link a {
	color: #fab024;
	font-weight: bold;
}
.next-posts-link a {
	margin-left: 20px;
}

#project-thumb-pagination .next-link a {
	background: url(images/next-pag-arrow.jpg) no-repeat;
}

#ajax-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
}
#ajax-loader.hidden {
	display: none;
}
#ajax-loader img {
	position: fixed;
	left: 50%;
	top: 50%;
	bottom: inherit;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100px;
}

#project-gallery {
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 35px;
	margin-bottom: 10px;
}
#project-gallery .slides .ms-image .large-image {
	/*background: url(images/zoom-icon.jpg) no-repeat center center;*/
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -9999px;
}
body .flexslider ul {
	margin: 0;
	padding: 0;
}
body .flexslider li {
	margin: 0;
	padding: 0;
}
body .flexslider li:before,
#project-gallery .flexslider .flex-direction-nav {
	display: none;
}
#project-gallery .filmstrip .flex-direction-nav {
	display: block;
}
#project-gallery .filmstrip .flex-direction-nav a {
	opacity: 1;
	width: auto;
	height: auto;
	top: inherit;
	bottom: -27px;
	background: transparent;
	text-indent: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#project-gallery .filmstrip .flex-direction-nav .flex-prev {
	left: 0;
}
#project-gallery .filmstrip .flex-direction-nav .flex-prev:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #feb600;
	margin-right: 5px;
	margin-top: 1px;
}
#project-gallery .filmstrip .flex-direction-nav .flex-prev.flex-disabled:before {
	border-right: 12px solid #dadada;
}
#project-gallery .filmstrip .flex-direction-nav .flex-next {
	right: 0;
}
#project-gallery .filmstrip .flex-direction-nav .flex-next:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #feb600;
	margin-left: 5px;
	margin-top: 1px;
}
#project-gallery .filmstrip .flex-direction-nav .flex-next.flex-disabled:after {
	border-left: 12px solid #dadada;
}

/*
Mobile menu styling
---------------------------------------------------------------------------------------------------- */

.custom-mobile-menu {
	position: fixed;
	left: -270px;
	top: 0;
	height: 100%;
	width: 270px;
	overflow: hidden;
	background: #222;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transition: width ease-in-out 0.28s, background linear 0.1s;
	-webkit-transition: width ease-in-out 0.28s, background linear 0.1s;
	-o-transition: width ease-in-out 0.28s, background linear 0.1s;
	transition: width ease-in-out 0.28s, background linear 0.1s;
	-ms-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate(0px, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index: 9999;
	display: none;
	padding-bottom: 45px;
}
.admin-bar .custom-mobile-menu {
	top: 30px;
}
.custom-mobile-menu .menu li {
	display: block;
}
.custom-mobile-menu .menu a {
	display: block;
	height: 100%;
	width: 100%;
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid #353434;
	padding: 13px 10px;
	transition: 0.3s ease all;
}

/*
Blog Page styling
---------------------------------------------------------------------------------------------------- */

#page-title {
	background-color: #121212;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 19px;
}
#page-title:after {
	content: '';
	display: block;
	border-bottom: 2px solid #414141;
}
#page-title h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 0;
}
#page-title h1:after {
	content: '';
	display: block;
	width: 46px;
	border-bottom: 6px solid #fbb024;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#page-title + .site-inner {
	padding-top: 50px;
}
h2.entry-title {
	font-size: 30px;
}
h2.entry-title a {
	text-transform: uppercase;
	padding-bottom: 12px;
	border-bottom: 3px solid #fbb024;
	display: table;
	line-height: 1.4;
}
.page-template-page_blog .entry,
.archive .entry,
.page-template-page_research_highlights .entry {
	background: url(images/border-bottom.jpg) repeat-x bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.widget_archive .screen-reader-text {
	display: none;
}
.sidebar .widget-title {
	font-size: 27px;
	margin-bottom: 10px;
}

/*
Team Member page styling
---------------------------------------------------------------------------------------------------- */

#featured-image img {
	display: block;
	width: 100%;
}

.our-team-members {
	text-align: center;
}
.our-team-members .our-member {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
}
.our-team-members .our-member:nth-child(3n+3) {
	margin-right: 0;
}
.small-member-img {
	border: 2px solid #fbb024;
	margin-bottom: 20px;
	overflow: hidden;
}
.small-member-img * {
	transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
.small-member-img a {
	display: block;
	position: relative;
}
.small-member-img a:before {
	content: '';
	display: block;
	background: rgba(251, 176, 36, 0.65) url(images/zoom-icon.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
}
.small-member-img a:hover:before {
	opacity: 1;
}
.small-member-img img {
	display: block;
	width: 100%;
}
.small-member-img a:hover img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.short-member-info h4 {
	font-size: 24px;
}
.short-member-info h4:after {
	content: '';
	display: block;
	width: 46px;
	border-bottom: 4px solid #fbb024;
	margin: 15px auto 0;
}
.short-member-info .mem-position {
	color: #929292;
	display: block;
	line-height: 1.2;
}

/*
Single Team Member page styling
---------------------------------------------------------------------------------------------------- */

.single-team-member .member-info {
	display: block;
	float: right;
	width: 35%;
	border-left: 1px solid #acacac;
	padding-left: 30px;
}
.single-member-details {
	width: 60%;
	float: left;
	display: block;
}
.member-info img {
	display: inline-block;
	border: 5px solid #fbb024;
	margin-bottom: 15px;
}
.single-team-member h4 {
	font-size: 24px;
}
.single-team-member h4:after {
	content: '';
	display: block;
	width: 46px;
	border-bottom: 4px solid #fbb024;
	margin-top: 15px;
}
.single-team-member .member-pos {
	color: #929292;
	margin-bottom: 10px;
}
.member-info p {
	margin-bottom: 0;
}

/*
Random Styling Queries
---------------------------------------------------------------------------------------------------- */

.error-page-search .widget {
	max-width: 400px;
}
.error-page-search .widget input {
	border-radius: 0;
	background: #f5f5f5;
}

.gform_body .has_last_name .name_first {
	margin-right: 2.5%;
}
.gform_body .name_first input {
	width: 100% !important;
}
.field_sublabel_below .ginput_complex label {
	font-size: 14px !important;
}
body .gform_wrapper .gform_footer {
	text-align: right;
	margin-right: 2.5%;
}
body div.gform_wrapper input[type="email"],
body div.gform_wrapper input[type="text"],
body div.gform_wrapper textarea,
body div.gform_wrapper .ginput_complex label {
	padding: 10px 6px;
	font-size: 17px;
	border-radius: 0;
}

.gf_left_half,
.gf_right_half {
	padding-top: 20px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.content {
		width: 600px;
	}

	.genesis-nav-menu a {
		padding: 22px 21px 18px 27px;
	}
	.table-container-section .post-container {
		max-width: 480px;
	}
	.counter-section h3 {
		font-size: 40px;
	}
	.counter-section h4 {
		font-size: 18px;
	}
	.client-row-section p {
		font-size: 20px;
	}
	.footer-widget-area:first-child {
		padding-right: 0;
	}
	.tel-no {
		display: block;
	}
	.project-cat-menu li {
		margin-right: 53px;
	}
	#project-thumbnails img {
		max-height: 168px;
	}
	#capabilities-grid-style .small-info-col:after {
		width: 63%;
	}
	.cat-name:after {
		/*width: 90%;*/
	}
	.footer-widgets-4 p,
	.footer-widgets a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 0 5%;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.site-header .wrap,
	.footer-widgets .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 25px 0;
		padding: 2.5rem 0;
	}

	.genesis-nav-menu a {
		font-size: 18px;
		padding: 12px 13px 12px 15px;
	}
	#home-slider h1 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	#home-slider h1:before,
	#home-slider h1:after {
		max-width: 450px;
	}
	.main-heading {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.main-heading h2 {
		font-size: 27px;
	}
	#capabilities-grid-style h2 {
		font-size: 18px;
	}
	#capabilities-grid-style h2 a {
		font-size: 23px;
	}
	#featured-proj-section h2 {
		max-width: 260px;
		font-size: 20px;
		padding-right: 30px;
	}
	.table-container-section .post-container {
		max-width: 325px;
		padding-top: 30px;
		padding-left: 25px;
		line-height: 1.2;
	}
	.latest-post p {
		font-size: 18px;
	}
	.counter-section h2 {
		font-size: 25px;
	}
	.counter-container-section .panel-grid-cell {
		min-height: 130px;
	}
	.footer-widget-area {
		width: 50%;
		text-align: left;
		padding-right: 20px;
		border: none;
	}
	.footer-widget-area:nth-child(2n+2) {
		padding-right: 0;
		padding-left: 20px;
		text-align: right;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
	.site-footer p {
		text-align: center;
	}
	.lic-no {
		float: none;
	}
	.project-cat-menu li {
		margin-right: 13px;
	}
	.project-cat-menu li:first-child {
		width: 92px;
	}
	.project-cat-menu a {
		font-size: 17px;
	}
	.project-cat-menu li:nth-child(2n) {
		width: 150px;
	}
	.project-cat-menu li:nth-child(3n) {
		width: 232px;
	}
	.project-cat-menu li:nth-child(4n) {
		width: 85px;
	}
	.project-cat-menu .menu {
		padding: 0 20px;
	}
	#project-details article {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.main-heading .textwidget,
	.client-heading-section h2 {
		padding: 0 100px;
	}
	.client-heading-section h2:before,
	.client-heading-section h2:after {
		max-width: 85px;
	}
	.content {
		width: 100%;
	}
	.sidebar {
		clear: both;
		float: none;
		width: 310px;
		margin: 0 auto;
	}
	.footer-widget-area .social-icon {
		right: 5%;
	}
	.cat-name:after {
		/*width: 86%;*/
	}
}

@media only screen and (max-width: 730px) {
	
	.title-area,
	.content,
	.minimum-landing .site-inner,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	.custom-mobile-menu {
		display: block;
	}
	.admin-bar .custom-mobile-menu {
		top: 45px;
	}
	.content-frame {
		position: relative;
	}
	.content-frame .project-cat-menu {
		position: absolute;
		top: 10px;
		left: 10px;
		background: transparent;
		line-height: 1;
		padding-top: 0;
		z-index: 999;
	}
	.content-frame .project-cat-menu:before {
		content: "\f0c9";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #fff;
		cursor: pointer;
		font-size: 30px;
	}
	.nav-primary:after,
	.content-frame .project-cat-menu .wrap {
		display: none;
	}

	.site-header .widget-area {
		padding-top: 15px;
	}
	.site-header p {
		text-align: center;
		margin-bottom: 15px;
	}
	.nav-primary {
		background-color: #fab024;
	}
	#capabilities-grid-style .panel-grid-cell {
		margin-bottom: 7px;
	}
	#capabilities-grid-style .panel-grid {
		margin-bottom: 0;
	}
	#main-project-section .main-proj-heading {
		width: 135px;
	}
	#main-project-section h2 {
		font-size: 20px;
		padding: 12px 15px;
		margin-bottom: 0;
	}
	.table-container-section .panel-grid-cell {
		display: block;
	}
	.table-container-section .widget_sow-image,
	.table-container-section .widget_sow-image div {
		height: auto;
	}
	.table-container-section .sow-image-container {
		display: block;
	}
	.table-container-section .post-container {
		max-width: 100%;
		padding: 0 5% 15px;
	}
	.counter-section {
		background: #fbb024;
		padding: 0 !important;
	}
	.counter-container-section {
		background: transparent;
		padding: 0;
	}
	.counter-container-section .panel-grid-cell {
		width: 100% !important;
		float: none;
		min-height: auto;
		border-bottom: 1px solid rgba(0, 0, 0, 0.30);
		border-right: none;
		margin-bottom: 0 !important;
		padding: 15px 5% !important;
	}
	.counter-container-section .panel-grid-cell:first-child {
		background: #303030;
	}
	.counter-section h2 {
		font-size: 35px;
	}
	.counter-section h2 br {
		display: none;
	}
	.genesis-nav-menu > .menu-item:before {
		display: none;
	}
	.client-row-section .panel-grid-cell {
		margin-bottom: 0 !important;
	}
	.client-row-section p {
		margin-bottom: 0;
	}
	.main-heading .textwidget,
	.client-heading-section h2 {
		padding: 0;
	}
	.main-heading .textwidget:before,
	.client-heading-section h2:before,
	.client-heading-section h2:after {
		display: none;
	}
	.main-heading h2 {
		padding: 0;
	}
	.main-project #project-gallery {
		width: 100%;
	}
	.main-project .project-description {
		width: 100%;
		margin: 0 0 30px;
		position: relative;
		padding-bottom: 55px;
	}
	#project-thumb-pagination {
		top: inherit;
		bottom: 0;
		left: 0;
		margin: auto;
		padding-left: 0;
		text-align: center;
	}
	#project-thumbnails img {
		max-height: inherit;
		width: 100%;
	}
	#home-slider .flex-control-nav a {
		width: 25px;
		height: 5px;
	}
	.sidebar {
		width: 240px;
	}
	h2.entry-title {
		font-size: 23px;
	}
	.our-team-members .our-member {
		width: 100%;
		max-width: 350px;
		margin-right: 0;
		margin: 0 auto 50px;
	}
	.single-team-member .member-info {
		width: 100%;
		border-left: none;
		padding-left: 0;
		max-width: 330px;
		margin: 0 auto 50px;
		float: none;
	}
	.single-member-details {
		width: 100%;
	}
	.prev-next-posts {
		display:none;
		top: 85%;
		left: 0;
    	margin: 0 auto;
	}
	.cat-name:after {
    	width: 100%;
	}
	
}

@media only screen and (max-width: 560px) {

	.footer-widgets .widget-area {
		width: 100%;
		padding: 15px 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		text-align: left;
		border-left: none;
		float: none;
	}
	.footer-widgets .widget-area:last-child {
		border-bottom: none;
	}
	.tel-no {
		display: inline-block;
	}
	#home-slider .caption-wrap {
		display: none;
	}
	#main-project-section .textwidget > div {
		display: block;
	}
	#main-project-section .main-proj-heading {
		width: 100%;
	}
	#main-project-section .textwidget {
		padding: 0;
	}
	#main-project-section p {
		margin-bottom: 0;
	}
	.main-proj-img {
		padding: 6px;
	}
	.gform_body .ginput_container_name span {
		width: 100% !important;
		margin-right: 0 !important;
		padding-right: 7px;
	}
	body .gform_wrapper .top_label li.gfield.gf_left_half,
	body .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100%;
	}

}

@media only screen and (max-width: 415px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	#featured-proj-section h2 {
		max-width: 220px;
		font-size: 18px;
		padding-right: 15px;
	}

}

@media only screen and (max-width: 410px) {

	.content-frame .title-area {
		padding-left: 40px;
	}
	#capabilities-grid-style h2 {
		font-size: 16px;
	}
	.footer-widgets-4 p,
	.footer-widgets-4 a {
		font-size: 18px;
	}
	
}