/*
Theme Name: SmartThings
Theme URI: http://ran.ge
Author: Range Systems, Inc.
Author URI: http://ran.ge
Template: ampersand
Description: SmartThings is a custom child theme for SmartThings, the home automation company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, red, gray, light, white, two-columns, right-sidebar, fluid-layout, custom-colors, custom-background, custom-header, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
*/

/* =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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
    font-family: 'swis721_th_btthin';
    src: url('fonts/tt0100m_-webfont.eot');
    src: url('fonts/tt0100m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0100m_-webfont.woff') format('woff'),
         url('fonts/tt0100m_-webfont.ttf') format('truetype'),
         url('fonts/tt0100m_-webfont.svg#swis721_th_btthin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swis721_lt_btlight';
    src: url('fonts/tt0001m_-webfont.eot');
    src: url('fonts/tt0001m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0001m_-webfont.woff') format('woff'),
         url('fonts/tt0001m_-webfont.ttf') format('truetype'),
         url('fonts/tt0001m_-webfont.svg#swis721_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swis721_lt_btlight_italic';
    src: url('fonts/tt0002m_-webfont.eot');
    src: url('fonts/tt0002m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0002m_-webfont.woff') format('woff'),
         url('fonts/tt0002m_-webfont.ttf') format('truetype'),
         url('fonts/tt0002m_-webfont.svg#swis721_lt_btlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body { overflow-x: hidden }

article, aside, details, figcaption, figure, footer, header, nav, section { display: block }

ol, ul { list-style: none }

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after { content: "" }

blockquote, q { quotes: "" "" }

a {
    -webkit-transition: .05s ease-in;
    transition: .05s ease-in;
}

a:focus { outline: thin dotted }

a:hover, a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
    -webkit-transition: .05s ease-in;
    transition: .05s ease-in;
}

a img { border: 0 }

/* =Global
----------------------------------------------- */

html, body, button, input, select, textarea { font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif }

body {
    color: #555555;
    background: #fff;
    font-size: 18px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #4A545A;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 0 3% 0;
    font-weight: normal;
}

h1,
h2 {
	font-family: 'swis721_th_btthin', 'Helvetica Neue', Helvetica, sans-serif;
}

h1 { font-size: 36px }

h2 { font-size: 30px }

h3 { font-size: 22px }

h4 { font-size: 20px }

h5 { font-size: 16px }

h6 { font-size: 14px }

hr {
    border: 0;
    height: 1px;
    margin: 2em 0;
    border-top: dotted 1px #ddd;
}

::selection {
    background: #fff4b1;
    color: #222;
}

::-moz-selection {
    background: #fff4b1;
    color: #222;
}

/* Text elements */

p { margin-bottom: 4% }

ul, ol { margin: 0 0 0 20px }

ul { list-style: disc }

ol { list-style: decimal }

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt { font-weight: bold }

dd { margin: 0 1.5em 1.5em }

b, strong { font-weight: bold }

dfn, cite, em, i { font-style: italic }

blockquote { margin: 0 1.5em }

address { margin: 0 0 1.5em }

pre {
    position: relative;
    background: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 3% 10% 3% 5%;
    overflow: auto;
    max-width: 100%;
    tab-size: 4;
}

pre:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-family: "FontAwesome";
    content: "\f121";
    background: #BBC3CC;
    color: #fff;
    padding: 0 3px;
    font-size: 14px;
    z-index: 5;
}

code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace }

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { bottom: 1ex }

sub { top: .5ex }

small { font-size: 75% }

big { font-size: 125% }

figure { margin: 0 }

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th { font-weight: bold }

button, input, select, textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */ }

button, input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text], input[type=email], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus { color: #111 }

input[type=text], input[type=email] { padding: 3px }

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after { clear: both }

.clearfix { zoom: 1 }

.clear {
    clear: both;
    display: block;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object { max-width: 100% }

/* Links */

a {
    text-decoration: none;
    color: #33B26E;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

a:hover {
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.post-content a {
    color: #0099aa;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.post-content a:hover {
    color: #0099aa;
    text-decoration: underline;
}

.button {
    color: #fff;
    text-shadow: 1px 1px #2881da;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    display: inline-block;
    height: 27px;
    background: #58a6ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #58a6ff 0%, #2491ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58a6ff), color-stop(100%,#2491ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #58a6ff 0%,#2491ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #58a6ff 0%,#2491ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #58a6ff 0%,#2491ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #58a6ff 0%,#2491ef 100%); /* W3C */
    border: solid 1px #128AF1;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin: 0 4% 3% 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 3% 4%;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignnone { margin-bottom: 3% }

.highlight {
    background: #fff198;
    color: #222;
}

p .alignnone { margin-bottom: 0 }

.fitvids iframe { text-align: center }

/* Text meant only for screen readers */

.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    margin-bottom: 0;
    line-height: 1;
}

blockquote { margin: 0 }

blockquote p { margin: 0 }

.attachment-dimensions {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #999;
}

ul.inline-list li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}


/* =Header
----------------------------------------------- */

.site-header {
	z-index: 100;
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 1px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 1px;
	min-height: 100px;
}


@media ( min-width: 43em ) {

	.site-header {
		position: fixed;
	}

	.inside-page,
	.featured-content-section {
		position: relative;
		top: 100px;
	}

}

.home.blog .header-inside { padding-bottom: 1% }

.header-inside {
    max-width: 1050px;
    margin: 0 auto;
    padding: 1% 2%;
}

#masthead .custom-header {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .1;
    overflow: hidden;
    display: none;
}

.site-header .hgroup {
    position: relative;
    display: inline-block;
    z-index: 15;
    float: left;
    max-width: 28%;
}

.site-title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-left: 5px;
}

.site-title a {
    color: #fff;
    position: relative;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.site-title a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #33B26E;
}

.logo-image .site-title {
    padding: 0 10px;
    display: none;
}

.site-title a:hover {
    opacity: .85;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.site-description {
    color: #8F8F8F;
    font-size: 10px;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 2px 0 0 0;
    text-transform: uppercase;
    display: none;
}

.logo-image {
    margin-bottom: 0;
    text-align: center;
    top: 10%;
}

.site-header .logo-image img {
    display: block;
    margin: 0;
}

/* =Menu
----------------------------------------------- */

.navigation-wrap {
    width: 100%;
    z-index: 50;
    position: relative;
    padding: 0;
}

.navigation-wrap-inside {
    position: relative;
    float: right;
    width: 60%;
}

.main-navigation { max-width: 100% }

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    width: 100%;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	word-wrap: break-word;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #bfbfbf !important;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 20px 12px 15px 12px;
	letter-spacing: 2px;
	border-bottom: solid 3px transparent;
}

.main-navigation a:hover {
	color: #bfbfbf !important;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 200px;
	z-index: 75;
	text-align: center;
	background: #242629;
	border-radius: 3px;
}

.main-navigation ul ul:before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #232323;
	content: " ";
}

.main-navigation ul ul ul {
    left: 100%;
    top: -1px;
    border-left: dotted 1px #090909;
    border-left: dotted 1px rgba(0,0,0, .4);
}

.main-navigation ul ul ul:before { display: none }

.main-navigation ul ul a {
    padding: 18px;
    margin: 0;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: normal;
    position: relative;
    border-bottom: none;
}

.main-navigation ul ul a:hover { color: #bfbfbf }

.main-navigation ul ul li {
    border-bottom: dotted 1px rgba(255,255,255,.1);
    width: 100%;
}

.main-navigation ul ul li:last-child { border-bottom: none }

.main-navigation ul li.current-menu-item > a, .main-navigation ul > li:hover > a {
    color: #bfbfbf;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    border-bottom: solid 3px #33B26E;
}

.main-navigation ul li.current-menu-item > a:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: " ";
    position: absolute;
    bottom: 0;
    margin-left: -5px;
    left: 50%;
    display: none;
}

.main-navigation ul li.current-menu-ancestor:hover a:before { border-bottom: 5px solid #333 }

.main-navigation ul ul li.current-menu-item {

}

.main-navigation ul ul li:hover > a { border-bottom: none }

.sub-menu li.current-menu-item a {
    border-bottom: none !important;
    color: #bfbfbf !important;
    font-weight: normal !important;
}

.sub-menu li.current-menu-item a:hover { color: #bfbfbf !important }

.sub-menu li.current-menu-item > a:before { display: none }

.main-navigation ul li:hover > ul { display: block }

/* Small menu */

.menu-toggle {
    float: left;
    width: 75%;
    cursor: pointer;
    color: #bfbfbf;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 24px 0 20px 5%;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
}

.menu-toggle i { color: #33B26E }

.menu-toggle:hover {
    color: #ccc;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.main-small-navigation .menu {
    display: none;
    width: 100%;
    float: left;
    border-radius: 3px;
    z-index: 50;
}

.main-small-navigation ul, .main-small-navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-small-navigation li {
    padding: 6px 0;
    border-bottom: dotted 1px #444;
    border-bottom: dotted 1px rgba(255,255,255,.1);
}

.main-small-navigation li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.main-small-navigation li a {
    color: #7D838B;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-toggle-active { color: #fff !important }

.main-small-navigation li a:hover, .main-small-navigation li.current-menu-item > a { color: #bfbfbf }

.main-small-navigation .sub-menu { margin-left: 10px !important }

.main-small-navigation .sub-menu li {
    border: none;
    margin: 0;
    padding: 2px 0;
}

.main-small-navigation .sub-menu li:before { content: "- " }

.post-navigation {
    width: 100%;
    float: left;
margin-bottom: 1.5em;
}

.nav-intro {
	display: block;
	width: 100%;
}

.post-navigation a:hover {
	border-bottom: 1px dotted #0099aa;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    float: left;
    width: 50%;
}

.post-navigation .nav-next { text-align: right }

.post-navigation .nav-previous { text-align: left }

.post-navigation i { font-size: 22px }

.post-navigation .meta-nav {
    font-weight: bold;
    width: 100%;
    float: left;
    clear: both;
}

/* =Post Detail Tab
----------------------------------------------- */

.post-detail {
    padding: 0 8% 0 0;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.8;
}

.post-detail a {
    border-bottom: none;
    color: #9BA6AD;
}

.post-detail a:hover {
    color: #555;
    border-bottom: dotted 1px #CCC;
}

.post-detail-title {
    display: inline-block;
    font-weight: bold;
}

.secondary-navigation { display: none }

/* Header Search
----------------------------------------------- */

.menu-search {
    position: relative;
    z-index: 10;
    display: none;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}

.menu-search-toggle {
    position: absolute;
    right: -25px;
    top: 2px;
    color: #7D838B;
    font-size: 15px;
    padding: 16px 12px 15px 12px;
}

.menu-search-toggle:hover { color: #fff }

.menu-search-toggle .icon-remove { display: none }

.menu-search input[type="text"] {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	width: 260px;
	height: 41px;
	margin-top: 10px;
	margin-right: 15px;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
	outline: none;
	-webkit-transition: .07s ease-in;
	transition: .07s ease-in;
	position: relative;
	background: none;
}

.menu-search ::-webkit-input-placeholder { color: #7D838B }

.menu-search :-moz-placeholder { color: #7D838B }

.menu-search ::-moz-placeholder { color: #7D838B }

/* 404 Page
----------------------------------------------- */

.error404 .inside-page { padding: 2% }

.error404 .hero-title h2 { text-align: center }

.error404 #content #searchform { position: relative }

.error404 #content #s {
    width: 100%;
    height: 50px;
    border: none;
    background: #f4f4f4;
    padding: 0 15px;
}

.error404 #content #s:focus {
    background: #eee;
    outline: none;
}

.error404 #content #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.error404 #secondary { display: none }

.error404 #primary {
    float: none;
    margin: 0 auto;
    display: block;
    border: none;
}

.error404 #content p {
    text-align: center;
    font-size: 20px;
}

/* Full Width Template
----------------------------------------------- */

.page-template-full-width-php #primary {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    border: none;
}

.page-template-full-width-php #content { max-width: none }

/* Content
----------------------------------------------- */

#main {
    position: relative;
    margin: 0 auto;
}

.archive #main, .search #main, #page .blocks-page { padding: 0 }

#page {
    margin: 0 auto 0 auto;
    position: relative;
}

.inside-page {
    max-width: 1050px;
    margin: 0 auto;
    padding: 2%;
    -webkit-transform: translateZ(0px);
}

#primary, #secondary, footer {
    display: inline-block;
    width: 100%;
}

.hero-title {

}

.hero-title h2 {
    margin: 0 0 .5em;
    font-size: 42px;
    font-weight: 100;
    font-family: 'swis721_th_btthin', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 72px;
    line-height: 1.2;
}

.hero-title h3 {
    color: #7D838B;
    font-size: 20px;
    margin: 1.6% 0 0 0;
    font-weight: normal;
    font-family: 'swis721_th_btthin', 'Helvetica Neue', Helvetica, sans-serif;
}

.hero-title .sharedaddy { display: none }

.entry-content {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
}

.post-excerpt {
    width: 18%;
    margin-right: 5%;
    float: left;
    color: #0e89cf;
    font-size: 20px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 28px;
    text-align: right;
}

.post-image {
    width: 100%;
    margin: 0 0 0 0;
    display: inline-block;
    position: relative;
    z-index: 20;
}

.post-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.backstretch {
    opacity: .05;
    overflow: hidden;
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.fix-height {
    height: 100% !important;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.fix-height img {
    height: 100% !important;
    width: auto !important;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.block-quote .featured-image-bg { background-attachment: inherit }

.single .block-quote .featured-image-bg { opacity: .07 }

/* Entry Styling
----------------------------------------------- */

.entry-header .hgroup {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.entry-header {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.error404 .entry-header h1 { margin-bottom: 2% }

.search .entry-header h1 {
    border-bottom: solid 1px #eee;
    padding-bottom: 3%;
}

.entry-author { color: #bbb }

.entry-excerpt {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    color: #888;
}

.entry-excerpt p { margin-bottom: 0 }

#page .blocks-content, .archive #content, .search-results #main #content {
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: none;
    z-index: auto;
}

#content {
    position: relative;
    z-index: 20;
}

.post-content { padding: 3em 0 4% 0 }

.index-post {
    margin-bottom: 8%;
    border-bottom: solid 1px #ebebeb;
}

.index-post:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

#primary {
    float: left;
    width: 67%;
}

.single .post-text, .page .post-text {
    word-wrap: break-word;
    display: block;
}

/* Archive Styling
----------------------------------------------- */

.archive-title {
    padding: 4% 3% 1% 3%;
    text-align: center;
}

.search-no-results .archive-title { padding-bottom: 5% }

.archive-title h1 {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #D6D6D6;
    text-transform: uppercase;
    margin: 0 auto;
    border: solid 5px;
    padding: 10px;
}

/* Sidebar Styling
----------------------------------------------- */

#secondary {
    float: right;
    width: 24%;
    font-size: 15px;
    z-index: 20;
    position: relative;
    -webkit-transform: translateZ(0px);
}

.single #secondary {
	margin-top: 3.5em;
}

#secondary aside {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10% 0;
    border-bottom: solid 1px #ebebeb;
}

#secondary aside:first-child { padding-top: 0 }

#secondary aside:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#secondary img {
    max-width: 100%;
    height: auto;
}

#secondary a { color: #9BA6AD }

#secondary a:hover { color: #33B26E }

#secondary p { margin-bottom: 5% }

#secondary p:last-child { margin-bottom: 0 }

#secondary .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 15px;
}

#secondary .widget ul, .archive-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.5;
}

#secondary .widget ul.children, #secondary .widget ul.sub-menu, .site-footer .widget ul.children, .site-footer .widget ul.sub-menu { margin: 10px 0 0 10px }

#secondary .widget ul li {
    position: relative;
    margin-bottom: 4%;
    padding-bottom: 4%;
}

#secondary .widget ul li:before {
    content: " ";
    width: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #e4e4e4;
}

#secondary .widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#secondary .widget ul li:last-child:before { display: none }

.site-footer ul.children li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#secondary .widget ul li:hover:before { color: #33B26E }

/* Sidebar Twitter Widget
----------------------------------------------- */

#secondary .widget .latest-tweets li {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 6%;
    padding-bottom: 6%;
}

#secondary .widget .latest-tweets li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#secondary .widget .tweet-details {
    font-size: 12px;
    margin-top: 4%;
}

/* Sidebar Gravatar Profile
----------------------------------------------- */

.widget-grofile h4 {
    font-size: 14px;
    margin: 0 0 !important;
}

.grofile-meta h4 { margin: 10px 0 !important }

/* Sidebar Subscription Form
----------------------------------------------- */

.widget_blog_subscription {
    position: relative;
    background: none;
    color: #999;
    border-bottom: none !important;
}

.widget_blog_subscription h2:before {
    content: "\f003";
    font-family: "FontAwesome";
    color: #fff;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
}

.widget_blog_subscription h2,
.widget_blog_subscription h3 { color: #fff }

.widget_blog_subscription form { position: relative }

.widget_blog_subscription p {
    margin-bottom: 8%;
    color: #fff;
}

.widget_blog_subscription form p:last-child { margin-bottom: 0 !important }

.widget_blog_subscription input[type=text], .widget_blog_subscription input[type=email] {
    padding: 10px !important;
    border: none;
    border-radius: 0;
}


.widget_blog_subscription input[type=text]:focus,
.widget_blog_subscription input[type=email]:focus {
    outline: none;
    background: #f4f4f4;
}

.widget_blog_subscription input[type="submit"] {
    background: #33B26E;
    color: #fff;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 0 0;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.widget_blog_subscription input[type="submit"]:hover {
    background: #ADB5BB;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

/* Sidebar Search
----------------------------------------------- */

#searchform {
    position: relative;
    z-index: 5;
    width: 100%;
}

#searchform input, #secondary #searchform #searchsubmit {
	height: 38px;
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
}

#s {
    width: 100%;
    border: none;
    padding-right: 56px;
    padding-left: 10px;
    background: #f4f4f4;
    border-radius: 2px;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#s:focus {
    outline: none;
    border: none;
    background: #eee;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#searchsubmit {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 0 15px;
    border: none;
    background: #33B26E;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#searchsubmit:hover {
    background: #5C6772;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

/* =Homepage Blog Posts
----------------------------------------------- */

.home-posts {
    display: inline-block;
    border-top: solid 1px #eee;
}

.home-posts:before {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    content: "\f040";
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 32px;
    background: #444;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

.home-posts-lists {
    padding: 7% 0 1% 0;
    display: inline-block;
}

.home-posts-title {
	font-size: 12px;
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: 2px;
	background: #333;
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	display: none;
}

.home-posts-title i { color: #aaa }

#content .home-posts-list {
    margin: 0;
    padding: 0 12% 3% 12%;
    column-count: 2;
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
}

.home-posts-list .home-post {
    width: 100%;
    display: inline-block;
    padding: 0 0 2% 0;
    margin: 0 0 3% 0;
    border-bottom: solid 1px #e9e9e9;
    text-align: center;
}

.home-posts-list .remove-border { border-bottom: none }

.home-post-date {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 1%;
    letter-spacing: 2px;
}

.home-posts-list h3 {
    font-weight: normal;
    font-size: 24px;
}

.home-posts-list-title {
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
	margin-bottom: 5%;
}

.home-posts-list-title span {
    background: #333;
    padding: 10px 22px;
    position: relative;
}

.home-posts-list-title span:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: " ";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #fff;
}

.home-posts-list-title span:after {
    position: absolute;
    top: -1px;
    right: -1px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 8px solid #fff;
}

.home-posts-list h3 a { color: #444 }

.home-posts-list h3 a:hover { color: #777 }

.home-posts-first {
    background: #222;
    float: left;
    width: 100%;
    padding: 7% 8%;
    position: relative;
    border-bottom: solid 1px #eee;
}

.home-posts-first-text {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: 75%;
    text-align: center;
}

.home-post-first-date {
    font-size: 11px;
    color: #888;
    margin-bottom: 1%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-post-first-date:before { content: "\2014 " }

.home-post-first-date:after { content: " \2014" }

.home-posts-first h3 {
    font-size: 52px;
    line-height: 58px;
    margin-bottom: 0;
    font-weight: normal;
}

.home-posts-first h3 a { color: #fff }

.home-posts-first h3 a:hover { color: #ccc }

.home-post-first-excerpt {
    font-size: 18px;
    line-height: 26px;
    color: #999;
    margin-top: 3%;
}

.home-posts-first-thumb {
    float: left;
    width: 45%;
    margin-right: 5%;
    position: relative;
    z-index: 10;
}

/* Blog Index Page
----------------------------------------------- */

.post .post-featured-image, .single .post-featured-image, .page .post-featured-image {
    border: none;
    margin-bottom: 1%;
    display: inline-block;
}

#content .post-content .post-featured-image {
    background: #9BA6AD;
    overflow: hidden;
    width: 100%;
}

#content .post-content .post-featured-image:hover { border: none }

#content .post-content .post-featured-image img {
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
width: 100%;
}

#content .post-content .post-featured-image:hover img {
    opacity: .5;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.single #content .post-content .post-featured-image:hover img {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.post-title {
    font-size: 43px;
    line-height: 1.2;
    font-weight: 400;
}

.post-title a {
    color: #4A545A;
    border: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
}

.post-title a:hover {
    opacity: .8;
    border: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
}

.post-date, .post-comments {
    text-transform: uppercase;
    font-size: 14px;
    color: #9BA6AD;
}

.post-meta {
    width: 100%;
    display: inline-block;
    padding-bottom: 3%;
}

.post-meta a {
    border: none;
    color: #9BA6AD;
}

.post-meta a:hover {
    border-bottom: solid 3px #33B26E;
    color: #4A545A;
}

.date-sep { padding: 0 5px }

.index-navigation {
    padding: 5% 0 0 0;
    width: 100%;
    display: inline-block;
    border-top: solid 1px #ebebeb;
}

.infinite-scroll .index-navigation { display: none }

.index-navigation .nav-previous { float: left }

.index-navigation .nav-next { float: right }

/* Homepage
----------------------------------------------- */

.section { padding: 8% 4% }

.featured-content-section {
    padding: 3% 6% 3%;
    background: #ddd;
}

.featured-content-section h2 {
	margin-bottom: 0;
}

.featured-content-inside {
	max-width: 1050px;
	margin: 0 auto;
	background: #fff;
	border: 20px solid #fff;
}

.page-template-homepage-php .featured-content {
    position: relative;
    width: 100%;
    max-width: 1050px;
    height: auto;
}

.page-template-homepage-php .featured-content img {
	display: block;
}
.page-template-homepage-php .featured-content-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cta-red {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px;
    margin: 3% 0 0 0;
    background: #33B26E;
    color: #fff;
    border-radius: 3px;
    box-shadow: inset 1px 1px rgba(255,255,255, .15);
    -moz-box-shadow: inset 1px 1px rgba(255,255,255, .15);
    -webkit-box-shadow: inset 1px 1px rgba(255,255,255, .15);
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
    display: inline-block;
}

.cta-red:hover {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    transition: .1s ease-in;
    background: #84919E;
}

.cta-red i { margin-left: 5px }

.page-template-homepage-php .featured-item {
    position: relative;
    background: none;
    overflow: hidden;
}

.page-template-homepage-php .featured-item-image img {
	width: auto;
	height: auto;
	max-height: 396px;
	display: block;
}
.page-template-homepage-php h2 {
	font-size: 31px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: .5em;
	letter-spacing: 0.03em;
	padding: 0 .5em;
}
.page-template-homepage-php h2 a {
	padding: 0;
}
.page-template-homepage-php .featured-item-top {
	position: relative;
}
.page-template-homepage-php .featured-item .featured-item-excerpt {
    text-align: left;
    font-family: 'swis721_th_btthin', 'Helvetica Neue', Helvetica, sans-serif;
    color: #CEEAEF;
    padding: .25em .75em;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    z-index: 20;
    width: 100%;
    letter-spacing: 0.03em;
}

.page-template-homepage-php .featured-item .featured-item-excerpt .moretag {
	color: #60a9b3;
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 300;
}
.page-template-homepage-php .featured-item h2 a { color: #fff; display: block; }

.page-template-homepage-php .featured-content-button:hover { background: #222 }

.page-template-homepage-php .portfolio-posts { display: none }

.page-template-homepage-php .portfolio-post:nth-child(2) { display: none }

.page-template-homepage-php #main { padding: 0 }

.page-template-homepage-php .inside-page {
/*    max-width: 100%; */
    padding: 3% 0 0 0;
}

.page-template-homepage-php #primary {
 /*   width: 100%;
    border-right: none; */
}



.blue-banner {
  background: #006986 url( 'images/shadow-divider.png') top center no-repeat;
  overflow: hidden;
  padding: 1.5em 0 0;
}
.banner-widget {
  background: #2c2c2e;
  overflow: hidden;
  padding: 1.5em 1em;
}
.rainbow {
  background-color: #f2bc32;
  background-image: -webkit-gradient(linear, #238089 100%, left bottom, color-stop(0%, #f2bc32), color-stop(9%, #f2bc32), color-stop(15%, #deb833), color-stop(24%, #b7af38), color-stop(38%, #6c9e49), color-stop(46%, #499556), color-stop(52%, #38905e), color-stop(63%, #29896c), color-stop(74%, #25857b), color-stop(90%, #238089));
  background-image: -webkit-linear-gradient(left, #f2bc32 0%, #f2bc32 9%, #deb833 15%, #b7af38 24%, #6c9e49 38%, #499556 46%, #38905e 52%, #29896c 63%, #25857b 74%, #238089 90%);
  background-image: -moz-linear-gradient(left, #f2bc32 0%, #f2bc32 9%, #deb833 15%, #b7af38 24%, #6c9e49 38%, #499556 46%, #38905e 52%, #29896c 63%, #25857b 74%, #238089 90%);
  background-image: -ms-linear-gradient(left, #f2bc32 0%, #f2bc32 9%, #deb833 15%, #b7af38 24%, #6c9e49 38%, #499556 46%, #38905e 52%, #29896c 63%, #25857b 74%, #238089 90%);
  background-image: -o-linear-gradient(left, #f2bc32 0%, #f2bc32 9%, #deb833 15%, #b7af38 24%, #6c9e49 38%, #499556 46%, #38905e 52%, #29896c 63%, #25857b 74%, #238089 90%);
  background-image: linear-gradient(left, #f2bc32 0%, #f2bc32 9%, #deb833 15%, #b7af38 24%, #6c9e49 38%, #499556 46%, #38905e 52%, #29896c 63%, #25857b 74%, #238089 90%);
  height: 8px;
  width: 100%;
  clear: both;
}


ul.social-media-icons {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 100px
	font-family: 'FontAwesome';
}
ul.social-media-icons li {
	display: inline;
	margin-right: 20px;
	color: #fff;
}
ul.social-media-icons li a:hover {
	opacity: 0.7;
}

.blue-banner .blog-cta {
	width: 48%;
	float: left;
}

.blue-banner .social-icons {
	width: 48%;
	float: right;
}

.banner-widget h3 {
	color: #fff;
	font-weight: 100;
	font-size: 24px;
	font-family: 'swis721_th_btthin', 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
}

#content .blog-cta label,
.banner-widget.blog-cta label {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

#content .blog-cta input,
.banner-widget.blog-cta input {
	display: block;
	width: 80%;
	margin: 0 auto;
}

#content .blog-cta input[type="submit"],
.banner-widget.blog-cta input[type="submit"] {
	background-color: #00808b;
	box-shadow: #004f56 0 5px 0;
	color: #fff;
}

#content .blog-cta input[type="submit"]:hover,
.banner-widget.blog-cta input[type="submit"]:hover {
	background-color: #004f56;
}

.banner-widget.social-icons p {
	width: 80%;
	color: rgba(215, 215, 215, 1.0);
	text-align: center;
	margin: 0 auto;
}

.banner-widget.social-icons a,
#secondary .icon-links a {
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	margin: 20px 7px 5px;
}
#secondary .banner-widget.social-icons a:hover {
	color: #9BA6AD;
}
.banner-widget.social-icons .icon-links a {
	text-decoration: none;
	font-size: 32px;
	padding: 1em 4%;
}
.banner-widget .icons {
	float: none;
	text-align: center;
}

.banner-widget a.learn-more {
	color: #60a9b3;
}

/* Blog Section */

/* Blog Section */

.blog-section { width: 100% }

.blog-section-inside {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 2% 2%;
}

.blog-block li {
	min-height: 250px;
	padding-top: .5em;
}
.blog-item-left {
    width: 49%;
    padding-right: 1%;
    float: left;
    clear: both;
}

h2.blog-block-cat-heading {
	font-size: 28px;
	border-bottom: 3px solid #d7d7d7;
	color: #0099aa;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-top: 0;
}

h2 span.view-all-in-cat {
	font-size: 16px;
	float: right;
	padding-top: .6em;
	font-weight: 300;
	color: #0099aa;
	text-transform: capitalize;
}
h2.blog-block-cat-heading {
	padding: 0;
}
h2.blog-block-cat-heading a {
	color: #555;
	display: block;
	padding: .25em .5em;
}
h2.blog-block-cat-heading a:hover {
	background: #f2f2f2;
}
.blog-block h3 {
	font-weight: 300;
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 24px;
	margin-bottom: .25em;
	float: none;
	display: block;
	clear: both;
}

.blog-block .aligncenter {
	margin: 0 0 8% 0;
}

.blog-block h3 a {

}

.blog-block h3 a:hover {
	color: #66757E;
}



.blog-left-date a:hover, .blog-right-date a:hover { color: #4A545A }

.blog-block-excerpt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding: 2% 0 0 0;
    color: #555555;
    clear: both;
}

.blog-item-right {
    float: right;
    width: 49%;
    padding-left: 1%;
}

.blog-right-date,
.blog-left-date,
.blog-block-date {
	float: none;
	display: block;
	clear: both;
	margin-top: .25em;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #9BA6AD;
	font-weight: 400;
}

.blog-block .more-link {
    border-bottom: solid 3px #0099aa;
    color: #4A545A;
    display: inline-block;
    font-size: 14px;
}
.blog-block .post-meta {
	padding-bottom: 0;
}
.post-meta {
	text-transform: uppercase;
	font-size: 14px;
}
.post-meta a {
    color: #9BA6AD;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
    font-size: 14px;
}

.post-meta a:hover {
    color: #9BA6AD;
    border-bottom: solid 3px #0099aa;
}

.blog-block-date { font-size: 12px }

#content .blog-block ul { margin: 0 }

.blog-block ul li {
    list-style-type: none;
    margin-bottom: 5%;
    padding-bottom: 5%;
    overflow: hidden;
    min-height: 220px;
}

.blog-block ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
/* Services Section */

.services-section {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 4%;
    display: none;
}

.services-section-inside {
    max-width: 1170px;
    margin: 0 auto;
}

.services-section aside {
    float: left;
    width: 33%;
    margin: 0 0 7% 0;
    padding: 0 5%;
    text-align: center;
    font-size: 16px;
}

.services-section .no-right-margin { margin-right: 0 }

.services-section aside .widget-title {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    line-height: 1.3;
    padding-bottom: 2.5%;
    margin-bottom: 6%;
}

.services-section aside .widget-title:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -25px;
    content: "";
    height: 2px;
    width: 50px;
    background: #ddd;
}

.services-section .widget_text i {
    background: #33B26E;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 62px;
    display: inline-block;
    float: right;
    margin: 0 0 5% 5%;
    border-radius: 100px;
    display: none;
}

/* Testimonials Section */

.testimonial-section {
    background: #828992;
    color: #fff;
    padding: 3% 4% 4% 4%;
    display: none;
}

.testimonial-section-inside {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    padding-right: 4%;
}

.testimonial-text {
    width: 75%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 20px;
    color: #C2C6CC;
    text-align: center;
}

.testimonial-text .icon-quote-right {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 2%;
}

.testimonial-cite {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin-top: 3%;
    display: inline-block;
}

.testimonial-avatar {
    float: right;
    margin-left: 4%;
    background: #BECDE0;
    border-radius: 100px;
    display: none;
}

.testimonial-avatar img {
    border-radius: 100px;
    height: auto;
    width: 65px;
    opacity: .65;
    filter: gray;
    -webkit-filter: grayscale(100%);
}

/* Portfolio Column Page Template
----------------------------------------------- */

.portfolio-column {
    margin-bottom: 7%;
    padding-bottom: 7%;
    border-bottom: solid 1px #ebebeb;
}

.portfolio-column:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.portfolio-columns .portfolio-featured-image {
    float: right;
    width: 68%;
}

.portfolio-columns .portfolio-featured-image span {
    background: #9BA6AD;
    display: inline-block;
    overflow: hidden;
}

.portfolio-columns .portfolio-featured-image img:hover {
    opacity: .5;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.portfolio-columns .portfolio-column-text {
    float: left;
    width: 25%;
    font-size: 16px;
}

.portfolio-columns .portfolio-column-text h2 {
    position: relative;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.portfolio-columns .portfolio-column-text h2:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: solid 1px #e8e8e8;
    width: 40px;
}

.portfolio-columns .portfolio-column-text h2 a { color: #4A545A }

.portfolio-columns .portfolio-column-text h2 a:hover { opacity: .8 }

.portfolio-columns .portfolio-column-text-excerpt { padding-bottom: 4% }

/* Portfolio Page Template
----------------------------------------------- */

.portfolio-columns #primary, .portfolio-columns #primary {
    width: 100%;
    border: none;
}

.portfolio-columns #main { padding: 0 }

.portfolio-columns .inside-page {
    max-width: 1440px;
    padding: 7% 4% 7% 4%;
}

.portfolio-post {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    margin: 0 0 3% 0;
    padding: 0 2%;
    float: left;
}

.portfolio-block {
    display: inline-block;
    position: relative;
    max-height: 362px;
    overflow: hidden;
    background: #2C3035;
}

.portfolio-featured-image {
    width: 100%;
    margin-bottom: 0;
}

.portfolio-featured-image img {
    display: block;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
}

.portfolio-post:hover .portfolio-featured-image img {
    opacity: .07;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.portfolio-post .portfolio-text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.portfolio-text { visibility: hidden }

.portfolio-post:hover .portfolio-text { visibility: visible }

.portfolio-text-wrap .portfolio-post-title {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
    padding: 0 14%;
    margin-bottom: 2.5%;
    display: inline-block;
}

.portfolio-text-wrap .portfolio-post-title a {
    border: none;
    color: #fff;
}

.portfolio-date {
    text-transform: uppercase;
    color: #6B7880;
    font-size: 13px;
    letter-spacing: 2px;
    display: none;
}

.portfolio-date:hover { background-size: #333 }

.portfolio-columns .index-navigation {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-post .index-navigation { padding-bottom: 3% }

.portfolio-posts .site-navigation {
    margin: 0 auto;
    max-width: 1050px;
}

#secondary aside:after { display: none }

/* Portfolio Single Page
----------------------------------------------- */

.portfolio-single #primary {
    float: right;
    width: 68%;
}

.portfolio-item { margin-bottom: 6% }

.portfolio-item:last-child { margin-bottom: 0 }

.portfolio-item a { border: none }

.portfolio-single #secondary {
    font-size: 16px;
    float: left;
}

.portfolio-single #secondary aside {
    border-bottom: none;
    padding: 0;
    display: inline-block;
}

.portfolio-single #secondary p { margin-bottom: 8% }

.portfolio-single #secondary .edit-link {
    margin-bottom: 10%;
    display: inline-block;
}

.portfolio-single #secondary aside.portfolio-nav { margin: 2% 0 5% 0 }

.portfolio-navigation {
    text-align: center;
    width: 100%;
    background: #f7f7f7;
    padding: 10px 0;
}

.port-archive, .port-next, .port-previous {
    display: inline-block;
    width: 33%;
    float: left;
}

#secondary .portfolio-nav a {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #4A545A;
}

#secondary .portfolio-nav a:hover { color: #33B26E }

.inactive-icon { color: #ddd }

.port-archive {
    border-right: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
}

.port-previous, .port-next { font-size: 14px }

.portfolio-single .post-content {
    padding-bottom: 0;
    border-bottom: none;
    padding: 0;
}

.portfolio-single .comments-section { display: none }

.portfolio-single #secondary .gallery, .portfolio-single #secondary .fluid-width-video-wrapper { display: none }

.portfolio-single #primary .gallery {
    margin-bottom: 5%;
    display: inline-block;
}

.portfolio-single #primary .gallery:last-child { margin-bottom: 0 }

.portfolio-single .gallery br { display: none }

.gallery-icon a {
    margin: 0 5%;
    display: inline-block;
    border-bottom: none;
}

.gallery-icon a:hover { border-bottom: none }

#main .gallery img {
    border: none;
    padding: 0 10%;
    padding: 8%;
    border: solid 1px #eee;
}

#content .portfolio-gallery .gallery-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5%;
}

#content .portfolio-gallery .gallery-item img {
    padding: 0;
    border: none;
}

#content .portfolio-gallery .last-portfolio-item { margin-bottom: 0 }

#content .portfolio-gallery .gallery-item a {
    display: inline-block;
    background: #9BA6AD;
    border-bottom: none;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    overflow: hidden;
    margin: 0;
}

#content .portfolio-gallery .gallery-item a:hover img {
    opacity: .5;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
    transition: .15s ease-in;
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.portfolio-single .fluid-width-video-wrapper { margin-bottom: 5% }

/* =Content
----------------------------------------------- */

.entry-meta { clear: both }

.byline { display: none }

.single .byline, .group-blog .byline { display: inline }

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

#content .edit-link a, #secondary .edit-link a, .post-content .more-link, .portfolio-column-text .more-link, .index-navigation a, #infinite-handle span {
    background: none;
    color: #4A545A;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: solid 3px #33B26E;
    padding: 0 0 1px 0;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#content .edit-link {
    margin-bottom: 4%;
    display: inline-block;
}

#content .edit-link a:hover, #secondary .edit-link a:hover, .post-content .more-link:hover, .portfolio-column-text .more-link:hover, .index-navigation a:hover, #infinite-handle span:hover {
    color: #4A545A;
    border-bottom: solid 3px #9BA6AD !important;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#content .edit-link i, #secondary .edit-link i {
    font-size: 12px;
    margin-right: 3px;
}

.page-links {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    width: 100%;
    border-top: dotted 1px #DDD;
    display: inline-block;
    padding-top: 3%;
}

.page-links a {
    padding: 5px 5px 5px 8px;
    background: #33B26E;
    color: #fff;
    text-align: center;
}

.page-links a:hover { background: #555 }

/* =Comments
----------------------------------------------- */

.portfolio-single #comments { border-top: none }

#comments .comments {
    background: #fff;
    float: left;
    width: 100%;
}

#comments-title {
    padding: 3%;
    margin: 5% 0 0 0;
    text-align: left;
    width: 100%;
    font-weight: 500;
    background: #F4F4F4;
    border-radius: 3px;
}

#comments-title span {
    text-align: right;
    float: right;
}

#comments #respond {
    padding: 4% 8% 2% 0;
    display: inline-block;
}

.page-template-full-width-php #comments #respond { padding: 4% 0 0 0 }

.page-template-full-width-php .single-tab { margin-top: 3% }

#comments .commentlist #respond {
    padding: 0 10% 0 10%;
    margin-top: 5%;
    border-top: solid 1px #ebebeb;
}

#reply-title {
    margin: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
}

#comments .commentlist #reply-title {
    padding-top: 3%;
    margin-top: 3%;
}

#respond label { padding-bottom: 4px }

#respond .comment-subscription-form { margin-bottom: 5px }

#respond .comment-subscription-form label {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

#respond p { position: relative }

#respond .required { color: #33B26E }

#respond p { margin-bottom: 15px }

#commentform p { width: 100% }

#comments .form-submit { margin: 10px 0 0 0 !important }

#respond input[type="text"], #respond input[type="email"], #respond textarea {
    color: #777;
    border: none;
    background: #f1f1f1;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#respond .comment-form-comment {
    width: 100%;
    display: inline-block;
}

#respond input:focus, #respond input[type="email"]:focus, #respond textarea:focus {
    outline: none;
    border: none;
    background: #ececec;
    color: #666;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    line-height: 1.4;
}

#commentform #submit {
    background: #33B26E;
    color: #fff;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 0 25px 0;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    border-radius: 2px;
}

#commentform #submit:hover {
    background: #5C6772;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.form-allowed-tags {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    float: left;
    margin: 10px 0 25px 0;
    width: 100% !important;
    display: none;
}

#comments .commentlist {
    list-style-type: none;
    counter-reset: li;
    margin: 0;
}

#comments .commentlist li {
    position: relative;
    float: left;
    width: 100%;
    padding: 6% 0;
    margin: 0;
    border-bottom: solid 1px #ebebeb;
    position: relative;
    list-style: none;
}

#comments .commentlist .children {
    margin: 5% 0 0 0;
    padding: 0 0 0 0;
    border-top: solid 1px #ebebeb;
}

#comments .commentlist .children li { padding-left: 5% }

#comments .commentlist .children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#comments .comment-block {
    padding: 0;
    position: relative;
}

#comments .comment-edit-link { color: #ccc }

#comments .comment-edit-link:hover { color: #33B26E }

#comments .comment-edit-link i {
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle;
}

#comments .comment-text {
    position: relative;
    display: inline-block;
    width: 88%;
    float: left;
    padding-top: 2px;
}

#comments .comment-reply-link {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#comments .comment-reply-link:hover { color: #4A545A }

#cancel-comment-reply-link {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 8px;
}

#cancel-comment-reply-link:before {
    content: "\f057";
    font-family: "FontAwesome";
    margin-right: 3px;
}

#cancel-comment-reply-link:hover {
    color: #4A545A;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    -o-transition: .07s ease-in;
    transition: .07s ease-in;
}

#cancel-comment-reply-link i {
    font-size: 18px;
    color: #f74f4f;
}

#cancel-comment-reply-link i:hover {
    color: #555;
    cursor: pointer;
}

#comments .logged-in-as {
    float: left;
    color: #bbb;
    margin-bottom: 5%;
}

#comments .commentlist .logged-in-as {
    padding-bottom: 3%;
    margin-bottom: 4%;
}

#comments .logged-in-as a { color: #777 }

#comments .logged-in-as a:hover { color: #555 }

#comments .comment-notes, #comments .logged-in-as {
    width: 100%;
    color: #bbb;
}

#comments .commentlist .comment-notes {
    padding-bottom: 3%;
    margin-bottom: 20px !important;
    border-bottom: none;
}

#comments .commentlist #respond .comment-notes { font-size: 15px }

#comments .comment-notes .required {
    position: relative !important;
    top: auto !important;
    right: auto !important;
}

#comments .comment-awaiting-moderation {
    background: #8ACF9B;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    margin-top: 15px;
    color: #FFF;
}

#comments .comment-awaiting-moderation:before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 10px;
}

#comments .vcard-wrap {
    width: 100%;
    display: inline-block;
}

#comments .vcard {
    display: inline-block;
    width: 7%;
    float: left;
    margin-right: 3%;
}

#comments .vcard img {
    float: left;
    width: 40px;
    border-radius: 2px;
}

#comments .fn {
    float: left;
    font-style: normal;
    font-size: 18px;
    line-height: 16px;
    margin-top: 0;
    width: 100%;
}

#comments .fn a { color: #555 }

#comments .fn a:hover {
    background: none;
    color: #777;
}

#comments .comment-info {
    display: inline-block;
    position: relative;
    width: 100%;
}

#comments .comment-meta {
    float: left;
    line-height: 11px;
    width: 100%;
    margin-bottom: 4%;
}

#comments .comment-time a {
    font-size: 13px;
    color: #CCC;
    display: inline-block;
    padding-top: 10px;
}

#comments .comment-time a:hover { color: #555 }

#comments .comment-time:hover { color: #999 }

#comment-nav-below {
    display: inline-block;
    width: 100%;
    padding: 2.5% 0 4% 0;
}

#comment-nav-below a {
    background: #33B26E;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
}

#comment-nav-below a:hover { background: #555 }

#comment-nav-below .nav-previous { float: left }

#comment-nav-below .nav-next { float: right }

.no-comments {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5%;
    width: 100%;
    display: inline-block;
}

.attachment #nav-below {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    margin-bottom: 15px;
}

.attachment #nav-below a {
    font-weight: bold;
    color: #999;
}

.attachment #nav-below a:hover { color: #555 }

.attachment #nav-below .nav-previous, .attachment #nav-below .nav-next {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px;
}

.attachment #nav-below .nav-next { border-left: solid 1px #eee }

/* Footer
----------------------------------------------- */

.site-footer {
    position: relative;
    z-index: 10;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    padding: 5% 0 5% 0;
    background: #2c2c2e;
    font-size: 15px;
    color: #fff;
    top: 100px;
}

.site-footer-inside {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
}

.site-footer .legal a { color: #bfbfbf }

.site-footer .icons {
	float: left;
}
.site-footer .icons a {
	display: inline-block;
	color: #7D838B;
	padding: 0 3px;
	font-size: 48px;
}

.site-footer .legal a:hover { color: #bfbfbf }

.site-footer .legal {
    float: left;
    font-size: 12px;
    line-height: 30px;
}

.site-footer .legal p {
	margin-bottom: 0;
}

.site-footer .sep { margin: 0 5px }

.site-info {
    display: inline-block;
    margin: 0 auto;
}

.footer-widgets {
    width: 100%;
    display: inline-block;
}

.footer-widgets a {
    color: #fff;
    color: rgba(255,255,255,.75);
    border-bottom: none;
}

.footer-widgets a:hover { color: #fff }

.footer-widget {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-widget-1 {
	width: 25%;
}
.footer-widget-2 {
	margin-left: 8.33%;
}

.footer-widget:last-child { margin-right: 0 }

.footer-widgets aside {
    margin-bottom: 8%;
    display: inline-block;
    width: 100%;
}

.footer-widgets aside .widget-title, .footer-widgets aside .widgettitle {
	position: relative;
	text-transform: uppercase;
	padding: 0;
	font-size: 35px;
	color: #bfbfbf;
	margin-bottom: 20px;
}

.footer-widgets aside ul { margin: 0 }

.footer-widgets aside ul.sub-menu { margin: 4% 0 0 20px }

.footer-widgets aside ul.sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 2%;
    border-bottom: none;
}

.footer-widgets aside li {
    list-style-type: none;
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: dotted 1px rgba(255,255,255,.15);
}

.footer-widget-2 aside li {
	list-style-type: none;
	margin-bottom: 0%;
	padding-bottom: 0%;
	border-bottom: none;
}

.footer-widgets .widget_nav_menu a, footer .widget_nav_menu a:hover,
.footer-widgets .contact-info a,
.footer-widgets .contact-info a:hover {
	color: #60a9b3;
}

.footer-widgets .widget_nav_menu li {
	font-size: 22px;
	line-height: 36px;
	margin-right: 30px;
	min-width: 90px;
	width: 38%;
	float: left;
	border-bottom: none;
}

.footer-widgets .widget_nav_menu {
	color: white;
	font-size: 16px;
	line-height: 24px;
}

.footer-widgets .contact-info .address h4 {
	color: #959697;
	margin: 20px 0 10px;
	text-transform: uppercase;
}

.footer-widgets .news-and-updates p {
	color: #bfbfbf;
	font-size: 14px;
	line-height: 23px;
}

.footer-widgets .news-and-updates form input,
.footer-widgets .news-and-updates form button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border: none;
	height: 44px;
	line-height: 44px;
	padding: 0;
}

.footer-widgets .news-and-updates form input,
.footer-widgets .news-and-updates form input:focus {
	outline: none;
}

.footer-widgets .news-and-updates form input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #eeeeee;
	color: #959697;
	font-size: 16px;
	padding-left: 15px;
	width: 255px;
}

.footer-widgets .news-and-updates form button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #328691;
	color: white;
	font-size: 14px;
	margin-left: 2px;
	text-align: center;
	width: 95px;
}

.footer-widgets .news-and-updates form input.subscribe-button {
	background: #0099aa;
	width: 100px;
	color: white;
	text-align: center;
	padding: 0;
}

.footer-widgets .news-and-updates form input.subscribe-button:hover {
	background: #0e636b;
}

/* Sharing
----------------------------------------------- */

#content div.sharedaddy div.sd-block, #content div.sharedaddy div.sd-sharing-enabled {
    background: none;
    padding: 1% 0;
    margin-bottom: 0;
    border-top: none;
    clear: both;
}
#content div.sharedaddy .sd-content {
	width: 100%;
}
#content div.sharedaddy div.sd-block ul {
	background: none;
}
#page div.sharedaddy h3, #content div.sharedaddy h3,
#page #main div.sharedaddy h3, #primary div.sharedaddy h3 {
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: .5em;
	color: #222;
	display: block;
	width: 100%;
	display: none;
}

.icons {
    float: right;
    text-align: right;
}

.icons a {
    display: inline-block;
    color: #7D838B;
    padding: 0 3px;
    font-size: 20px;
}

.icons a:hover { color: #fff }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none }

/* =Media
----------------------------------------------- */

.site-header img, .entry-content img, .comment-content img, .widget img, #content img, #primary img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height: auto;
    display: block;
}

#content img a, #content img a:hover { border: none }

.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.site-header img, .entry-content img, img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #eee;
    padding: 2%;
    padding-bottom: 0;
    max-width: 100%;
}

.site-footer .wp-caption { border: 1px solid #4C5763 }

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright { margin-bottom: 2% }

.wp-caption img {
    display: block;
    margin: 0 auto 0;
    max-width: 98%;
}


#content img.alignnone,
#content .wp-caption.alignnone {
	display: inline;
}

.wp-caption-text { text-align: center }

#content .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
}

.site-content .gallery { margin-bottom: 1.5em }

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-content .gallery dd { margin: 0 }

#content .gallery dl { margin-bottom: 0 }

.gallery-caption {

}

.sticky {

}

/* =Comment Tabs
----------------------------------------------- */

#single-tabs {
    margin: 2% 0 0 0;
    float: left;
    width: 100%;
}

#single-tabs .single-tab-nav {
    width: 100%;
    margin: 0;
    float: left;
    display: inline-block;
    border-bottom: solid 1px #ebebeb;
    text-align: center;
}

#single-tabs .single-tab-nav li {
    display: inline-block;
    border: solid 1px #ebebeb;
    border-bottom: none;
    margin-bottom: -1px;
    margin-right: 10px;
    padding: 1.5% 3% 2.1% 2.5%;
}

#single-tabs .single-tab-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ADB5BB;
}

#single-tabs .single-tab-nav li a:hover { color: #555 }

#single-tabs .single-tab-nav li.active { background: #fff }

#single-tabs .single-tab-nav li.active a { color: #555 }

#single-tabs .single-tab-nav li.active i, #single-tabs .single-tab-nav li a:hover i {
    color: #33B26E;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.post-tab {
    float: left;
    width: 100%;
}

#wpstats { display: none !important }

/* =Author Tab
----------------------------------------------- */

#author-info {
    position: relative;
    display: inline-block;
    padding: 5.5% 0;
    border-bottom: solid 1px #ebebeb;
}

#author-avatar {
    float: right;
    width: 100px;
    margin-left: 40px;
}

#author-info .avatar:hover {
    border: none !important;
    background: none !important;
    cursor: pointer;
}

#author-info .grav-grav img {
    width: 100px;
    height: auto;
}

.grav-hijack, .grav-hijack:hover {
    border: none !important;
    background: none !important;
    height: auto !important;
    margin: 0 !important;
}

.gcard { margin: 11px 0 0 -4px !important }

.author-profile {
    border-bottom: solid 1px #ebebeb;
    padding: 0 8% 4% 0;
    margin-bottom: 4%;
}

#author-description { width: 100% }

#author-description h2 {
    clear: none;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
}

.author-posts { padding: 0 8% 0 0 }

#content .author-posts ul, .author-posts li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.author-posts li {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

.author-posts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.author-posts li a { color: #555 }

.author-posts li a:hover { color: #33B26E }

.author-posts li span {
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    background: #33B26E;
    padding: 0 4px;
    margin: 0 8px 5px 0;
    color: #fff;
    border-radius: 3px;
}

.bypostauthor {

}

/* =Contact Form
----------------------------------------------- */

.contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea, #content input[type='password'] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
    margin-bottom: 16px !important;
    border-radius: 3px;
    border: none;
    background: #f3f3f3;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.contact-form input[type='text']:focus, .contact-form input[type='email']:focus, .contact-form textarea:focus, #content input[type='password']:focus {
    outline: none;
    background: #ececec;
    color: #666;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.contact-form label, #content label {
    padding-bottom: 4px;
    font-weight: normal;
    display: inline-block;
}

.contact-form label.radio { padding-bottom: 0 }

.contact-submit { margin-top: 1.5% }

.contact-form input[type='submit'], #content input[type='submit'] {
    background: #33B26E;
    color: #fff;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    border-radius: 3px;
}

.contact-form input[type='submit']:hover, #content input[type='submit']:hover {
    background: #5C6772;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

/* =Widgets
----------------------------------------------- */

/* Recent Comments*/

.widget_recent_comments td {
    vertical-align: middle;
    padding: 8px 0 4px 0;
}

/* =Calendar Styling
----------------------------------------------- */

#calendar_wrap {
    background: #fff;
    border-right: none;
    border-bottom: none;
    box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
    -moz-box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
    -webkit-box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
}

#wp-calendar {
    margin: 0;
    max-width: 100%;
}

#wp-calendar caption {
    text-align: center;
    background: #f7f7f7;
    padding: 5px 10px;
    font-weight: bold;
}

#wp-calendar tr th, #wp-calendar tr td { text-align: center }

#wp-calendar tr th {
    background: #33B26E;
    color: #fff;
    margin: -10px -10px 10px -10px;
    font-size: 11px;
    font-weight: bold;
}

#wp-calendar tbody tr td {
    padding: 2px 0;
    border-right: solid 1px #f3f3f3;
    border-top: solid 1px #f3f3f3;
}

#wp-calendar tbody tr td:hover {
    box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    cursor: pointer;
}

#wp-calendar tfoot td {
    border-top: solid 1px #f3f3f3;
    border-right: solid 1px #eee;
    padding: 7px 0 5px 0;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

/* =RSS Styling
----------------------------------------------- */

.widget_rss .rsswidget { color: #555 }

.widget_rss ul .rsswidget { color: #555 !important }

.widget_rss ul .rsswidget:hover { color: #aaa !important }

.widget_rss .rsswidget { font-weight: bold }

.widget_rss li {
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 0 !important;
    list-style-type: none !important;
    border-bottom: solid 1px #eee;
}

.widget_rss li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.widget_rss li:before { display: none }

.widget_rss .rss-date {
    float: left;
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #bbb;
}

.widget_rss li cite {
    margin-top: 10px;
    display: inline-block;
}

.widget-title .rsswidget img { display: none }

.widget-title .rsswidget { color: #4A545A !important }

.site-footer .widget-title .rsswidget { color: #fff !important }

.site-footer .widget_rss ul .rsswidget {
    color: #fff !important;
    color: rgba(255,255,255,.75) !important;
}

.site-footer .widget_rss ul .rsswidget:hover { color: #fff !important }

/* =Widget Text
----------------------------------------------- */

.textwidget { word-break: break-word }

/* =Tag Cloud
----------------------------------------------- */

#secondary .tagcloud a, .site-footer .tagcloud a {
    background: #9CABB9;
    color: #fff;
    float: left;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    position: relative;
    border-radius: 2px;
}

#secondary .tagcloud a:hover, .site-footer .tagcloud a:hover {
    background: #8E9CAA;
    color: #fff;
}

/* =Widget Archive
----------------------------------------------- */

.widget select, .widget_archive select, .widget_categories select { width: 100% }

/* =Instagram Styling
----------------------------------------------- */

.wpcom-instagram-columns-3 img { max-width: 31% !important }

/* =HTML Formatting
----------------------------------------------- */

/* Tables */

#content table {
    border: dotted 1px #e7e7e7;
    padding: 1% 3%;
}

#content table td, #content table th { padding: 10px }

#content table td { border-bottom: solid 1px #f7f7f7 }

#content table tr:last-child td { border-bottom: none }

#content table tr.odd { background: #f7f7f7 }

/* Blockquotes and Type Styles */

#content .post-text blockquote {
    position: relative;
    padding: 3% 0 3.5% 12%;
    margin-bottom: 1%;
    border-top: solid 8px #DFE7EC;
}

#content .post-text blockquote blockquote { margin-bottom: 0 }

#content .post-text blockquote blockquote:last-child { padding-bottom: 0 }

#content .block .post-text blockquote { margin-bottom: 10% }

#content .post-text blockquote p {
    text-align: right;
    position: relative;
    z-index: 10;
    font-size: 20px;
    line-height: 30px;
    color: #9BA6AD;
}

#content .post-text blockquote cite {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 15px;
    color: #999;
    text-align: right;
    padding-right: 5%;
}

.pull-right, .pull-left {
    width: 30%;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    border-top: solid 8px #DFE7EC;
    font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
    color: #9BA6AD;
}

.pull-right {
    float: right;
    margin: 1% 0 3% 3%;
    padding: 2% 0 0 2%;
    text-align: right;
}

.pull-left {
    float: left;
    margin: 1% 5% 3% 0;
    padding: 2% 2% 0 0;
    text-align: left;
}

/* Definitions */

#content .post-content dl { margin-bottom: 4% }

/* Lists */

#content .post-content ul, #content .post-content ol {
    margin: 0 0 4% 0;
    background: #f7f7f7;
    padding: 5% 5% 3% 8%;
    font-size: 16px;
}

#content .post-content ol { margin-left: 25px }

#content .post-content ul ul, #content .post-content ul ol, #content .post-content ol ul, #content .post-content ol ol {
    padding: 0 0 0 8%;
    margin: 1.5% 0 0 0;
}

#content .post-content ul { list-style-type: square }

#content .post-content ul li { margin-bottom: 2% }

/* Code */

#content code, #content kbd {
    background: #f7f7f7;
    padding: 0 4px;
}

/* Address */

#content address {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 2% 0;
}



.okay-recent-posts {
    margin: 0;
    padding: 1%;
    background: #D7D7D7;
}

.okay-recent-posts ul {
	width: 100%;
}
.okay-recent-posts ul.tabs {
	height: 30px;
}
.okay-recent-posts ul.tabs li {
	width: 32.6%;
}

.okay-recent-posts ul.tabs li a {
	font-size: 14px;
	font-family: 'swis721_lt_btlight', 'Helvetica Neue', Helvetica, sans-serif;
}

.okay-recent-posts .panes {
	background: #fff;
	padding: 5%;
}
.okay-recent-posts .pane {
    padding-top: 10px !important;
    border: none !important;
    padding: 0;
}

.okay-recent-posts .pane h4 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: 30px;
    margin: 0 0 15px 0;
    text-align: center;
    background: #fff;
    color: #999;
}

.recent-posts-widget .recent-posts {
	width: 100%;
}

.recent-posts-widget li, .recent-comments-widget li {
    list-style-type: none;
    padding: 0 0 15px 0 !important;
    border-bottom: solid 1px #ddd;
    display: inline-block;
}

.recent-posts-widget li:last-child, .recent-comments-widget li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.recent-posts .alignleft {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
}
.recent-posts h3 {
	line-height: 18px;
	margin-bottom: 2px;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	width: 70%;
	float: left;
	margin: 0;
	clear: none;
}

.recent-posts h3 a { color: #4c4c4c }

.recent-posts h3 a:hover { color: #888 }



/* ===[ Shortcode Tabbed Box Styles ]===================================================== */

.tabs {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #eee;
}

#sidebar .tabs {
    border-bottom: none;
    height: auto;
}

.tabs li {
    float: left;
    text-indent: 0;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    background: none !important;
}


.content .tabs li a { background: #f2f2f2 }

.content .tabs li a:hover { background: #fff }

.content .tabs li a:hover {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.tabs a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    margin: 0px;
    position: relative;
    color: #888;
}

.tabs a:hover { color: #555 }

.tabs a:active { outline: none }

.tabs .current, .tabs .current:hover, .tabs li.current a {
    cursor: default !important;
    color: #555 !important;
    background: #f0f0f0;
}

.tab-wrapper li .current, .tab-wrapper li .current:hover, .tab-wrapper li.current a, .tab-wrapper a:hover { background: #fff }

.tab-wrapper {
    padding: 0;
    width: 435px;
    height: 70px;
    margin: 80px auto 30px auto;
}

#sidebar .tab-wrapper { width: 100% }

.tab-wrapper li {
    float: left;
    background: none !important;
    padding: 0 !important;
    margin: 0 1% 0 0 !important;
    width: 24%;
}

.tab-wrapper li:last-child {
	margin-right: 0px !important;
}

.tab-wrapper li a {
    display: block;
    height: 32px;
    text-align: center;
    line-height: 30px;
    margin: 0;
    outline: none;
    background: #f2f2f2;
    padding: 0;
    position: relative;
    font-family: 'ModernPictogramsNormal';
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 22px;
    text-transform: none;
}

.tab-wrapper li a.current {  }

.tab-wrapper li a:hover { }

.tab-wrapper li a:active i {
	line-height: 34px;
}

.tab-wrapper li i {
    font-size: 17px;
    line-height: 32px;
}

#sidebar .panes {
	width: 99%;
}

#sidebar .panes .pane {
	margin-top: 2px;
	background: #f7f7f7;
	padding: 15px !important;
}

.panes .pane {
    display: none;
    padding-top: 15px;
    margin-top: -1px;
}





/* Twitter Cards */

.twitter-tweet { margin: 0 auto 4% auto!important }

/* =CSS3 Animations
----------------------------------------------- */

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@-o-keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-transform: translatez();
    -moz-transform: translatez();
    -ms-transform: translatez();
    -o-transform: translatez();
    transform: translatez();
}

/* =Media Queries - Tablet and Mobile
----------------------------------------------- */

/* Tablet and Mobile */

@media only screen and (max-width:768px) {
    body { font-size: 15px }

    #page { margin: 0 }

    pre:before { font-size: 14px }

    hr { margin: 1em 0 }

    .header-inside { padding: 1% 2% }

    .home.blog .header-inside { padding-bottom: 2% }

    /* Fonts and Titles */

    .site-header .hgroup {
        width: 75%;
        max-width: 75%;
    }

    .site-title { font-size: 20px }

    .site-description { letter-spacing: 0 }

    .hero-title { margin-top: 4% }

    .hero-title h2 { font-size: 32px }

    .hero-title h3 { font-size: 15px }

    .post-title {
        font-size: 28px;
        margin-bottom: 3%;
    }

    .post-date { font-size: 12px }

    .post-content { padding-bottom: 5% }

    #content .post-content ul, #content .post-content ol { font-size: inherit }

    #content .post-text blockquote {
        border-top: solid 5px #DFE7EC;
        margin-right: 4%;
    }

    #content .post-text blockquote p {
        font-size: 18px;
        line-height: 24px;
    }

    .pull-right, .pull-left {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        margin: 0 0 3% 0;
    }

    /* Layout */

    #main, .page-template-full-width-php #main { padding: 4% }

    #primary {
        width: 100%;
        float: none;
        padding: 0%;
        border-right: none;
    }

    #secondary {
        float: left;
        width: 100%;
        padding: 5%;
        border-left: none;
        background: #f7f7f7;
    }

    .portfolio-single #secondary {
        font-size: inherit;
        border: none;
        padding: 0;
        background: none;
    }

    .portfolio-single #secondary p, .portfolio-single #secondary .edit-link { margin-bottom: 4% }

    .inside-page { padding: 0 }

    .search-results .post-text { padding: 0 }

    .archive-box li {
        font-size: 16px;
        padding: 6px 0;
    }

    .post:last-child { border-bottom: none }

    .post:last-child .post-content { border-bottom: none }

    .index-navigation {
        padding: 4% 0 6% 0;
        border-top: solid 1px #ebebeb;
    }

    /* Homepage */

    .cta-red {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 10px;
        margin: 4% 0 0 0;
    }

    .blog-section-inside { padding: 4% 4% 6% 4% }
    .blog-left {
        width: 100%;
        padding-right: 0;
    }

    .blog-left h2 { font-size: 32px }

    .blog-left-date { font-size: 12px }

    .blog-left-excerpt {
        padding-right: 0;
        font-size: 18px;
    }

    .blog-right {
        float: left;
        width: 100%;
        padding: 4% 0 0 0;
        border: none;
        border-top: solid 1px #EBEBEB;
    }

    .blog-right ul li {
        margin-bottom: 5%;
        padding-bottom: 5%;
    }

    .blog-right h2 {
        font-size: 20px;
        font-weight: 400;
    }

    .blog-right .more-link { font-size: 12px }

    /* Portfolio Page */

    .portfolio-post {
        width: 100%;
        margin: 0 0 4% 0;
        padding: 0;
    }

    .portfolio-block { max-height: none }

    .portfolio-columns .post-featured-image {
        width: 100%;
        margin-bottom: 0;
    }

    .portfolio-columns .post:first-child .post-content { padding-top: 2% }

    .portfolio-columns .portfolio-text-wrap {
        float: left;
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

    .portfolio-columns .post-title {
        font-size: 28px;
        margin-bottom: 3%;
    }

    .portfolio-single #primary {
        float: left;
        width: 100%;
    }

    .portfolio-single #secondary aside {
        padding: 0;
        margin: 0;
    }

    /* Portfolio Column Page */

    .portfolio-column:last-child { border-bottom: none }

    .portfolio-columns .portfolio-featured-item {
        float: left;
        width: 100%;
        padding-right: 0;
        margin-bottom: 4%;
        border-right: none;
    }

    .portfolio-columns .portfolio-column-text {
        float: left;
        width: 100%;
        font-size: inherit;
    }

    .portfolio-columns .portfolio-column-text h2 { font-size: 28px }

    .portfolio-columns .portfolio-column-text-excerpt { padding-bottom: 0 }

    /* Menu */

    .site-header .menu { display: none }

    .main-small-navigation .menu {
        display: none;
        margin: 6% 0 0 0;
    }

	.navigation-wrap {
		margin-top: .75em;
	}

    .site-header .menu > li:first-child .sub-menu a { padding-left: 0 }

    .menu-toggle {
        text-align: center;
        float: none;
        position: absolute;
        right: 0;
        width: auto;
    }

    .site-header .menu-search {
        float: left;
        width: 100%;
        margin-top: 8%;
        margin-bottom: 0;
    }

    .menu-search-toggle { display: none }

    .navigation-wrap-inside {
        float: none;
        width: 100%;
    }

    .navigation-wrap-inside, .menu-search input[type="text"] { max-width: 100% }

    .menu-search input[type="text"] {
        width: 100%;
        letter-spacing: 0;
        margin: 0 auto 0 auto;
        text-align: left;
        position: relative;
        padding: 20px 30px;
        background-color: #fff;
        border-radius: 3px;
        color: #7D838B;
    }

    .menu-search:before {
        font-family: "FontAwesome";
        content: "\f002";
        display: block;
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 12px;
        color: #ccc;
        font-size: 11px;
    }

    /* 404 Page */

    .error404 #content p { font-size: inherit }

    /* Sidebar */

    #secondary aside {
	padding: 0 0 5% 0;
	margin-bottom: 5%;
	max-width: 252px;
	clear: both;
	float: none;
	margin: 0 auto 3%;
	overflow: hidden;
	display: block;         
    }

    /* Tab Interface */

    #single-tabs .single-tab-nav li { padding: 1% 4% 2% 4% }

    #single-tabs .single-tab-nav li span { display: none }

    .author-profile, .author-posts {
        padding-left: 0;
        padding-right: 0;
    }

    #author-avatar {
        margin-left: 15px;
        display: inline-block;
    }

    #author-avatar img {
        width: 55px;
        height: auto;
        float: right;
    }

    #author-description h2 {
        width: 70%;
        line-height: 1.2;
    }

    .author-posts li a {
        font-size: 14px;
        float: left;
        width: 100%;
    }

    .author-posts li span { float: left }

    .post-navigation { width: 100%; margin-bottom: 1.5em; }

    .post-navigation .nav-next { padding-right: 0 }

    .post-detail-col {
        float: left;
        padding-left: 0;
        width: 100%;
        border-top: solid 1px #e6e6e6;
        border-left: none;
        padding-top: 15px;
        margin-top: 15px;
    }

    .post-detail-col h3 {
        font-size: 22px;
        text-transform: none;
    }

    .post-tab .sd-social, .post-tab .sd-like { padding: 5% 0 }

    /* Comments */

    #comments-title {
        display: inline-block;
        padding: 4%;
        margin: 2% 0 5% 0;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
    }

    .single-okay-portfolio #comments-title { margin-top: 0 }

    #comments-title span {
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    #comments .commentlist li {
        margin: 0 0 5% 0;
        padding: 4% 0;
    }

    .commentlist li:last-child { margin-bottom: 5% }

    .commentlist #respond #reply-title { padding-top: 3% }

    #respond #reply-title { font-size: 22px }

    #comments .comment-notes, #comments .logged-in-as {
        margin-bottom: 5%;
        padding-bottom: 0;
    }

    #comments .commentlist .comment-notes {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #comments #respond { padding: 0 0 0 0 }

    /* Quote Format */

    .block-quote { padding: 10% }

    #block-container .block-quote p {
        font-size: 20px;
        line-height: 32px;
    }

    .single .block-quote p {
        font-size: 20px;
        line-height: 28px;
    }

    .single .block-quote cite {
        font-size: 12px;
        padding: 2px 5px;
    }

    /* Footer */

    .site-footer { font-size: 14px }

    .site-footer-inside { padding: 0 4% }

    .footer-widget {
        width: 100%;
        margin: 0 0 4% 0;
    }

    .footer-widgets aside { margin-bottom: 4% }

    .footer-widget:last-child { margin-bottom: 0 }

    .footer-widgets aside:last-child { margin-bottom: 0 }

    .footer-widgets aside .widget-title, .footer-widgets aside .widgettitle {
        margin-bottom: 6%;
        font-size: 14px;
    }

    .site-footer .copyright {
        width: 100%;
        text-align: center;
    }

    .site-info { padding: 5% }

    .icons {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 5%;
    }
}

/* =Media Queries - Mobile
----------------------------------------------- */

@media only screen and (max-width:500px) {
    .flexslider.slides > li {
        width: 132px !important;
        width: 80px !important;
        margin-right: 20px !important;
    }
}

/* =Media Queries - Tablet Portrait
----------------------------------------------- */

@media screen and (min-width:650px) and (max-width:768px) {
    .blog-right ul li {
        margin-bottom: 3%;
        padding-bottom: 3%;
    }

    .index-post { margin-bottom: 4% }

    .post-content { padding-bottom: 2% }

    .portfolio-single #secondary aside.portfolio-nav {

    }

    #secondary aside {
        padding-bottom: 3%;
        margin-bottom: 3%;
    }

    #secondary .widget ul li {
        margin-bottom: 2%;
        padding-bottom: 2%;
    }

    .footer-widgets aside li {
        margin-bottom: 2%;
        padding-bottom: 2%;
    }

    .footer-widgets aside .widget-title, .footer-widgets aside .widgettitle { margin-bottom: 3% }
}


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslidera:active,
.flex-container a:focus,
.flexslidera:focus  {outline: none;}
.slides,
.flex-control-nav,
#content .flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider{margin: 0; padding: 0;}
.flexslider.slides > li {display: none; -webkit-backface-visibility: hidden; margin-right: 40px;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider.slides img {max-width: 100%; min-width: 100%; width: auto; height: auto; display: block; -webkit-transition: .15s ease-in;  -moz-transition: .15s ease-in; transition: .15s ease-in; }
.flexslider.slides li:hover img { opacity: .15; filter: none; -webkit-filter: none; -webkit-transition: .15s ease-in;  -moz-transition: .15s ease-in; transition: .15s ease-in; -moz-transform:scale(1.02); -webkit-transform:scale(1.02); -o-transform:scale(1.02); }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider{ margin: 0 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider.slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Control Nav */
#content .flex-control-nav { width: 100%; margin: 0; padding: 0; position: absolute; bottom: -50px; text-align: center; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { border-radius: 5px; width: 12px; height: 12px; display: block; background: #eee; cursor: pointer; text-indent: -9999px; - }
.flex-control-paging li a:hover { background: #33B26E; }
.flex-control-paging li a.flex-active { background: #33B26E; cursor: default;}

.flex-control-thumbs {
	position: absolute;
	top: 0;
	right: -200px;
	width: 150px;
}
.flex-control-thumbs li {
	width: 100%;
	float: none;
	clear: both;
	margin: 10px;
}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Direction Nav */
body .flex-direction-nav {*height: 0;}
body .flex-direction-nav li {
	list-style: none;
}
body .flex-direction-nav li a  {
	width: 18px;
	height: 48px;
	margin: 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	transition: all .3s ease;
	background: none;
	text-align: center;
	line-height: 68px;
	font-size: 50px;
	border-radius: 2px;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
body .flex-direction-nav .flex-prev {
	width: 18px;
	left: -45px;
	opacity: 1;
}
body .flex-direction-nav .flex-next {
	width: 18px;
	right: -45px;
	opacity: 1;
}

body .flexslider:hover .flex-next:hover {
	opacity: 1;
	background: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    right: -45px;
}
body .flexslider:hover .flex-prev:hover {
    opacity: 1;
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

body .flex-direction-nav a.flex-prev:before  {
	display: inline-block;
	content: '';
	letter-spacing: 0;
	background: url('images/slideshow-prev.png') no-repeat 0px 0;
	width: 18px;
	height: 49px;
    left: -45px;
}
body .flex-direction-nav a.flex-next:before  {
	display: inline-block;
	content: '';
	letter-spacing: 0;
	background: url('images/slideshow-next.png') no-repeat 0 0;
	width: 18px;
	height: 49px;
	right: -45px;
}
.page-template-homepage-php .flex-viewport {
	width: 1050px;
	max-width: 100%;

}
.page-template-homepage-php .flex-viewport .featured-item-top {
	margin-right: 35%;
}

#featured-item-thumbnails {
	margin-top: 20px;
}

#featured-item-thumbnails .flex-control-nav {
	display: none;
}
#featured-item-thumbnails .flex-direction-nav li a {
	top: 28%;

}
#featured-item-thumbnails .flex-direction-nav .flex-prev {
	left: -50px;
}
#featured-item-thumbnails .flex-direction-nav .flex-next {
	right: -50px;
}
.thumb-handler {
	position: relative;
	margin-right: 11px;

}

.thumb-handler img {
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	position: relative;
}

.thumb-handler .thumb-title {
	display:none;
}

.thumb-handler:hover .thumb-title {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 112px;
	background: rgba(0,0,0,.8);
	line-height: 1.25;
	overflow: hidden;
	color: #f0f0f0;
	font-size: 16px;
	padding: 5%;
	text-align: center;
	text-align: cen;
	text-align: ce;
}

.thumb-excerpt {

}

.slider-item-desc {
	background: #2c2c2e;
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 100%;
	padding: 2%;
}
@media ( max-width: 992px ) {
	#smartthings-global-nav #smartthings-global-nav-main a.active.top-of-screen:after {
		top:46px;
	}
}
@media ( min-width: 900px ) and ( max-width: 1050px ) {
	.slider-item-desc {
		width: 45%;
	}
}
@media ( max-width: 900px ) {
	.page-template-homepage-php .featured-item-image img {
		height: auto;
		display: block;
		width: 100%;
	}
	.slider-item-desc {
		background: #2c2c2e; background: rgba(0, 0, 0,.7);
		position: absolute;
		top: 75%;
		left: 0;
		width: 100%;
		height: 25%;
		padding: 2%;
	}
	.page-template-homepage-php .featured-item h2 {
		font-size: 24px;
		padding: 0 .5em;
	}
	.page-template-homepage-php .featured-item .moretag {
		display: none;
	}
	.slider-item-desc p {
		display: none;
		height: 0;
	}
	.page-template-homepage-php .featured-item .featured-item-excerpt {
		text-align: left;
		color: #999;
		padding: .25em .75em;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.2;
		margin: 0;
		z-index: 20;
		width: 100%;
	}
}

@media ( max-width: 768px ) {
	.inside-page {
		padding: 0px 10px;
		margin-top: -30px;
	}
}

@media ( max-width: 700px ) {
	.inside-page {
		padding: 50px 10px;
		margin-top: 0px;
	}
	.page-template-homepage-php .featured-item h2 {
		font-size: 20px;
		padding: 0 .5em;
	}
	.page-template-homepage-php .featured-item .featured-item-excerpt {
		padding: .25em .5em;
	}
	.page-template-homepage-php .featured-item .moretag {
		display: none;
	}
	#featured-item-thumbnails .flex-direction-nav li a {
		top: 20%;

	}

	.featured-content-inside {
		border: 10px solid #fff;
	}
	#featured-item-thumbnails .flex-direction-nav .flex-prev {
		left: -40px;
	}
	#featured-item-thumbnails .flex-direction-nav .flex-next {
		right: -40px;
	}
	.featured-content-section {
		padding-top: 55px;
	}
}

@media ( min-width: 500px ) and ( max-width: 768px ) {
	#secondary {

	}
}
@media ( max-width: 500px ) {

	#secondary aside {
		max-width: 250px;
		margin: 0 auto;
	}
	.slider-item-desc {
		top: 65%;
		height: 35%;;
	}
	.page-template-homepage-php .featured-item h2 {
		font-size: 15px;
	}
	.page-template-homepage-php .featured-item .moretag {
		display: none;
	}
	.thumb-handler:hover .thumb-title {
		display: none;
	}
	#featured-item-thumbnails .flex-direction-nav .flex-prev {
		left: -30px;
	}
	#featured-item-thumbnails .flex-direction-nav .flex-next {
		right: -30px;
	}
}

/*
 * Related Posts
 *
 */

body div.jp-relatedposts .jp-relatedposts-headline {
	font-size: 22px;
	font-weight: normal;
}
body div.jp-relatedposts .jp-relatedposts-headline em {
	font-weight: normal;
}
body div.jp-relatedposts .jp-relatedposts-headline em:before {
	border-top: none;
}
body div.jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

body div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-top: .5em;
	font-size: 16px;
}
body div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
	color: #66757E;
}

body div.jp-relatedposts .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}

/* --- New Global Nav Styles Overwrite --- */
.post-text {
	font-size: 16px;
	line-height: 26px;
}
.post-text strong {
	font-family: "Swiss 721 W01 Bold", Helvetica-Light, sans-serif;
	font-size: 16px;
}
.post-text .simplePullQuote {
	background-color: #f2f2f2;
	padding: 15px 15px 10px 30px;
	background-position: 8px 8px;
	font-size: 18px;
}
.blog-block h3 a, .blog-block-excerpt a, #nav-below a, a {
	color: #0099aa;
}
a:hover, #nav-below a:hover, .post-detail a:hover {
	border: 0px;
	outline: none;
	text-decoration: underline;
}
.edit-link a:hover {
	text-decoration: none;
}
.featured-item-excerpt p {
	color: #eeeeee;
}
h2.blog-block-cat-heading a:hover, .post-content .more-link:hover, .post-meta a:hover {
	text-decoration: none;
}
.widget-area #searchsubmit {
	background-color: #0099aa;
}
.widget-area #searchsubmit:hover, .banner-widget.blog-cta input[type="submit"]:hover {
	background-color: #007F8D;
}
.banner-widget.blog-cta input[type="submit"] {
	background-color: #0099aa;
	box-shadow: #007F8D 0 5px 0;
}
/* Email Signup */
.email-signup {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #242829;
	font-family: 'Swiss 721 W01 Light', Helvetica-Light, sans-serif;
	font-weight: 300;
	margin: 30px auto;
	max-width: 100%;
	padding: 15px 27px 25px 27px;
	text-align: center;
	width: 500px;
}

.email-signup__title {
	color: #fff;
	font-family: 'Swiss 721 W01 Thin', Helvetica-Light, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 20px;
	text-transform: none;
}

.email-signup__title b{
	font-family:"Swiss 721 W01 Light";
}

.email-signup__input[type=email] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0;
	border-radius: 3px;
	font-size: 15px;
	outline: 0;
	max-width: 100%;
	padding: 16px 20px;
	width: 255px;
}

.email-signup__submit[type='submit'] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #0099aa !important;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	height: 50px;
	margin-top: 10px;
	max-width: 100%;
	padding: 15px 20px;
	width: 255px;
}

.email-signup__submit[type='submit']:hover{
	background: #007F8D !important;
}

@media (min-width: 640px) {
	.email-signup {
		margin: 30px auto;
		padding: 30px 45px 40px 45px;
	}
	.email-signup__input[type=email] {
		margin: 0 3px;
		width: 210px;
	}
	.email-signup__submit[type='submit'] {
		margin-top: 0;
		width: 110px;
	}
}
@media (min-width: 790px) {
	.email-signup__input[type=email]{
		width: 255px;
	}
	.email-signup__submit[type='submit'] {
		margin-top: 0;
	}
}