/*
Theme Name: Tomlinson LLC
Theme URI: http://tomlinson-llc.com
Author: Tomlinson LLC
Author URI: http://tomlinson-llc.com
Description: A custom theme built for Tomlinson LLC
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: guild

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

#menu-main-menu { }

/*.menu {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	
	vertical-align: top;
	height: auto;
	text-align: left;
}

.menu li:before {content: ""; background: url(img/li.jpg) left center no-repeat; width: 10px; height: 10px; position: absolute; top: 5px;  left: 0px; }
.footer .menu li:before { background: url(img/footermenu.jpg) left center no-repeat!important; top: 4px!important;  }
.menu li:first-child:before {background: none!important;}
.menu li:first-child {padding-left: 0px;}
.menu li:last-child {padding-right: 0px;}

.menu a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-family: Helvetica, Arial, "Arial Narrow";
}

.menu ul ul {
	
	float: left;
	position: absolute;
	top: 60px;
	left: -999em;
	z-index: 99999;
	text-align: left;
	background: rgba(255,255,255,.79);
	margin-left: -10px;
}

.main-navigation ul ul li, .main-navigation ul ul li:first-child { max-width: 100%; height: auto; padding: 3px 10px;}
.main-navigation ul ul li:after {background: none;}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.menu li > a {
	color: #585858;
}


.menu li:hover > a, .menu li.current-menu-item > a, .menu li.current-page-item > a, .menu li.current-page-parent > a, .menu li.current_page_parent > a, .menu li.current_page_ancestor > a {
	color: #000;
}

.main-navigation ul ul :hover > a {
	color: #1a92d0;
}

.main-navigation ul ul a:hover {
	color: #1a92d0;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
	margin-left: -2px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/
#site-navigation {
	width: 100px;
    display: inline-block;
    float: right;
    margin-top: 50px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
#top-widget-area {position: absolute; top: 100px; right: 0;}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry, .gallery-item {
	margin: 0 0 10px;
}
.shortcode.hentry {margin: 0;}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
margin: 0;
padding-bottom: 10px;
text-align: left;
padding-left: 7px;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

body, html {font-family: Arial, Helvetica, sans-serif, "Helvetica Light"; }
html {
    position: relative;
    min-height: 100%;
	height: auto;
}
body {
    margin: 0 0 127px; /* bottom = footer height */
	color: #7a8794;
}
.entry-footer {clear: both;}
#colophon {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 129x;
  overflow: hidden;
}

p {padding: 0 1.5em 0 0; padding: 0;}

.site { width: 1168px; max-width: 95%; margin: 0 auto; position: relative; }

#primary { width: 100%; z-index: 3; position: relative; }
#header {position: relative; background: #fff; box-shadow: 0px 0px 20px rgba(202,202,202,1); z-index: 999999999;}
/*.menu-main-menu-container {position: absolute; top: 45%; right: 0;}*/

.footer .menu-main-menu-container {top: 45px!important;}
.site-branding {display: inline-block; float: left;}
.site-title {font-size: 1em;}
.site-title img {max-height: 110px;}
.site-footer {background: #b8b7c5; font-size: .9em; color: #000; padding: 10px 0 3px 0;}
.site-footer img {max-height: 110px;}
.footer table {font-size: .85em; margin: 0!important;}
.footer table tr td {text-align: left;}
.footer table tr td:first-child {width: 130px;}
.shortcode.portfolio, .gallery-columns-2 .gallery-item {position: relative; /*width: 570px; */width: 33%; height: 0; padding-bottom: 18%; display: inline-block; float: left; /*clear: both;*/ overflow: hidden;}
.shortcode.portfolio img, .gallery-columns-2 .gallery-item img {max-width: 200%;width: 100%; height: auto; display: block;transition: .2s all;}
.shortcode.portfolio:hover img {
	width: 110%;
    margin: -5%;
}
/*.shortcode.portfolio:nth-of-type(even), .gallery-columns-2 .gallery-item:nth-of-type(even) {float: right; clear: none;}*/
.shortcode.portfolio .portfolio-bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; background: rgba(0,0,0,.45);  transition: all .5s;}
.shortcode.portfolio .portfolio-bg a {width: 100%; height: 100%; display: block;}
.shortcode.portfolio .portfolio-title {color: #fff; text-decoration: none; position: absolute; top: 45%; text-align: center; width: 100%; opacity: 0; transition: all 1s; }
.shortcode.portfolio:hover .portfolio-title, .shortcode.portfolio:hover .portfolio-bg {opacity: 1;}
.shortcode.portfolio p {padding: 0px; margin: 0px;}
.portfolio-heading {display: block; text-align: center; padding-bottom: 1.5em;}
.portfolio-loop, .portfoliogallery {position: relative;}

.white_bg {background: #fff;}
.white_bg.fourofour {padding: 10px 30px 30px 30px; margin-bottom: 50px; margin-top: 30px;  }
.white_bg.fourofour .search-form {margin: 25px;}
.one_half {width: 49%; display: inline-block; float: left; clear: both; }
.one_half:nth-child(2n) {float: right; clear: none;}

.content ol {margin: 0 .5em;}
.content ul {margin: 0 1.5em; padding: 0;}
.content ul li {display: inline-block; background: url(img/li.jpg) left center no-repeat; padding-left: 10px;}
/*.content ul li:first-child {padding-left: 0px; background: none;}*/

#slider {background: none!important;}
.flex-control-nav {
	top: 10px;
  z-index: 99999999;
  position: relative!important;
  margin-bottom: -25px!important;	
}
.flexslider .slides img {width: 100%!important;}
.slides ul, .flex-direction-nav, .flexslider .slides {margin: 0!important;}
.slides li, .flex-direction-nav li {background: none!important; padding-left: 0px!important;}

.clear {display: block; height: 0; clear: both;}
.spacer {height: 0px; display: block;clear:both;}
.row {position: relative; clear: both; display: block;}

.content a {color: #000; text-decoration: none; transition: all .2s;}
.content a:hover {color: #545454; }
.entry-content .white_bg:first-child {margin-top: 30px;}
.google-maps {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
		margin-top: 50px;
		margin-bottom: -30px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	div.wpcf7-mail-sent-ok {border: none!important;}
.wpcf7-form-control-wrap input {max-width: 100%;}
#content .attachment-singlepage-inlineview.wp-post-image:first-child {margin-top: 30px;}
.content.search .attachment-medium:first-child, .content.search .temp {margin-top: 0px!important; margin-right: 15px; float: left; width: 200px; height: auto;}
.content.search h3.entry-title {margin-bottom: 3px;}
.content.search .entry-summary {margin-top: 0px;}
.entry-content .attachment-portfolio:first-child {margin-top: 30px;}
.entry-content .singleteammembershortcode .attachment-portfolio:first-child {
	margin-top: 0;
}
.gallery-item .attachment-portfolio {margin-top: 0px!important;}
.blog_feature {background-repeat: no-repeat; width: 100%; overflow: hidden; backgroud-size: cover; display: block; margin-top: 40px;}
.postdate {display: block; margin: -3px auto -20px auto; }
.nav-previous {float: right!important; text-align: right!important;}
.nav-next {float: left!important; text-align: left!important;}
.nav-previous a, .nav-next a {color: #585858; text-decoration: none; }
.nav-previous a:hover, .nav-next a:hover {color: #000; }
.nav-previous a:after {content: "\2192"; position: relative; padding-left: 3px; text-align: right;}
.nav-next a:before {content: '\2190'; position: relative; padding-right: 3px; text-align: left;}
.social {display: inline-block; float: right; padding-top: 30px;}
a {
   outline: 0;
}
@media print {
	
}

/*.page-id-2 .shortcode.portfolio {
    width: 25%;
    padding-bottom: 14.9%;
    margin-bottom: 20px;
}*/

@media screen and (max-width: 1050px) {
	.shortcode.portfolio, .gallery-columns-2 .gallery-item {
    width: 50%!important;
    padding-bottom: 27%!important;
    
	}
	body.page-id-2 {margin-bottom: 150px;}
}
@media screen and (max-width: 970px) {
	
}
@media screen and (max-width: 870px) {
	
}
@media screen and (max-width: 768px) {
	.page-id-2 .shortcode.portfolio {
    
    	margin-bottom: 0px!important;
	}
	.flexslider {margin-bottom: 30px;}
}

@media screen and (max-width: 768px) {
	 
}
@media screen and (max-width: 480px) {
	.site-branding {
	  float: none;
	  margin: 0 auto;
	  width: 100%;
	  text-align: center;
	}
	#site-navigation {
		width: 100%;
		display: block;
		float: none;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	.site-title {margin-bottom: 0px;}
#menu-main-menu {padding-top: 100px;}
	.c-site-nav__inner .menu a {font-size: 1.6em!important; }
}
@media screen and (max-width: 630px) {
	
	.one_half, .shortcode.portfolio, .gallery-item {width: 100%!important; float: none!important; display: block; max-width: 100%;}
	.shortcode.portfolio {padding-bottom: 54%!important;}
	.row {margin: 10px 0!important;}
	
	.c-site-nav__inner .menu a {
		font-size: 1.7em;
	}
	.site-title img {
		max-height: 80px;
	}
	/*.c-site-nav__inner .menu a {font-size: 1.1em!important; }*/
	


  .footer table tr td {
	  text-align: left;
	}
	.site-footer img {
	  max-height: 70px;
	}
	.footer table tr td:first-child {
  padding-right: 20px;
  width: auto;
  text-align: right;
}
.footer .menu {
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .menu-main-menu-container {top: 0px!important; padding: 10px 0; font-size: .9em;}
	#content {
  margin-top: 10px;
}
.attachment-singlepage-inlineview.wp-post-image {margin-top: 20px;}
.entry-content {margin: 0;}
.mobilefiximageposition {
	padding-top: 10px;
  margin-bottom: -50px;
}

.page-id-17 .white_bg {
	margin: 0;
  padding: 10px;
}
.google-maps {
  padding-bottom: 45%;
  margin-top: 20px;
  margin-bottom: 0px;
}
.menu li:before {top: 7px;}
.shortcode.portfolio .portfolio-title, .shortcode.portfolio .portfolio-bg {opacity: 1!important;}
}
a {
   outline: 0;
}
.c-site-head__trigger {
    display: inline-block;
    position: relative;
    color: #000!important;
	text-decoration: none;
}

.c-site-head__trigger:hover,
.c-site-head__trigger:active,
.c-site-head__trigger:focus {
    color: #263238
}

.c-site-head__trigger:after {
    content: "Menu";
    position: relative;
    top: -3px
}

.c-site-head__burger {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 15px
}

.c-site-head__burger,
.c-site-head__burger::before,
.c-site-head__burger::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #263238;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.c-site-head__burger::before,
.c-site-head__burger::after {
    position: absolute;
    content: ""
}

.c-site-head__burger::before {
    top: -9px
}

.c-site-head__burger::after {
    top: 9px
}

.c-site-head__trigger.is-active .c-site-head__burger {
    background-color: transparent
}

.c-site-head__trigger.is-active .c-site-head__burger::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.c-site-head__trigger.is-active .c-site-head__burger::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}
.u-hide-visually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.flexslider.half, #page.half,#portfolio-loop.half,.entry-footer.half,.site-footer.half {opacity:.5;}

.c-site-nav {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: -1
}

.c-site-nav.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
}

.c-site-nav__inner {
    display: table;
    width: 100%;
    height: 100%
}

.c-site-nav__inner .menu {
    font-family: "sofia-pro", sans-serif;
    font-size: 35px;
    list-style: none;
    list-style: none;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

@media (min-width: 50em) {
    .c-site-nav__inner .menu {
        padding: 150px 0;
        font-size: 50px
    }
}

.c-site-nav__inner .menu li {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0
}

.c-site-nav.is-active .c-site-nav__inner .menu li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(5) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}
.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(6) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}
.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(7) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.c-site-nav__inner .menu a {
    color: #000;
	font-size: 2.6em;
	text-decoration: none;
    display: inline-block;
    position: relative
}

.c-site-nav__inner .menu a:hover,
.c-site-nav__inner .menu a:focus {
    color: #e63d18
}

.c-site-nav__inner .menu a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 3px;
    background: #e63d18;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.no-touch .c-site-nav__inner .menu a:hover:before {
    width: 100%
}

.c-site-nav__inner .menu {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(8), .c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(9), .c-site-nav.is-active .c-site-nav__inner .menu li:nth-of-type(10) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}
.c-site-nav__inner .menu .social {float: none;display: inline-block; font-family: FontAwesome;}
.c-site-nav__inner .menu .social a {
    text-indent: -99999px;
    position: relative;
    margin: 0 10px;
    width: 30px;
}
.c-site-nav__inner .menu .social a:before {
    background: #444444;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    display: block;
    font-size: 20px;
	margin: 0 5px;
	position: absolute;
	text-indent: 0px;
}
.c-site-nav__inner .menu .social.linkedin a:before {
    content: "\f0e1";
}
.c-site-nav__inner .menu .social.twitter a:before {
    content: "\f099";
}
.c-site-nav__inner .menu .social.instagram a:before {
    content: "\f16d";
}
@media all and (max-width: 480px) {
	.c-site-nav__inner .menu .social a {
		margin: 0 4px;
		
	}
	.c-site-nav__inner .menu .social a:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 0;
		
	}
}


/*
.c-site-nav__inner .menu .social.twitter {background: url('img/twitter.png') no-repeat center center;}
.c-site-nav__inner .menu .social.linkedin {background: url('img/in.png') no-repeat center center;}
.c-site-nav__inner .menu .social.pinterest {background: url('img/pinterest.png') no-repeat center center;}
.c-site-nav__inner .menu .social.instagram {background: url('img/instagram.png') no-repeat center center;}
*/

/*
.c-site-nav__inner .menu .social.twitter {background: url('img/twitter.png') no-repeat center center;}
.c-site-nav__inner .menu .social.linkedin {background: url('img/in.png') no-repeat center center;}
.c-site-nav__inner .menu .social.pinterest {background: url('img/pinterest.png') no-repeat center center;}
.c-site-nav__inner .menu .social.instagram {background: url('img/instagram.png') no-repeat center center;}
*/
.singleteammembershortcode {
	margin-bottom: 20px;
}