/*
Theme Name: 3rd Rock
Theme URI: http://underscores.me/
Author: Swish Design
Author URI: http://swishdesigns.com.au
Description: A WordPress theme created with underscores and bootstrap for 3rd Rock.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thirdrock
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
3rd Rock is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Site Pages	
	## Blog Page
	## Blog Individual Page
	## Misc Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font: 24px/28px 'metropolisbold', sans-serif;
}
h2 {
	font: 24px/28px 'metropolisthin', sans-serif;
	text-align: center;
	margin-bottom: 33px;
} 
h3 {
	font: 20px/24px 'metropolissemi_bold', sans-serif;
	color: #d7784a;		
	text-align: center;
	margin-top: 24px;
	margin-bottom: 36px;
}
h4 {
	font: 16px/24px 'metropolissemi_bold', sans-serif;
	color: #d7784a;
	text-align: center;
	margin-top: 36px;
}
h5 {
	font: 18px/24px 'metropolisblack', sans-serif;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 39px;	
} 
h6 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 37px;
} 
h1, h3, h6 {
	text-transform: uppercase;
} 
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8d8d8d;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8d8d8d;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8d8d8d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8d8d8d;
}
input:focus::-webkit-input-placeholder {
	color: #585858;
}
input:focus::-moz-placeholder {
	color: #585858;
}
input:focus:-ms-input-placeholder {
	color: #585858;
}
input:focus:-moz-placeholder {
	color: #585858;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #585858;
	font-family: 'metropolisregular', sans-serif;
	font-size: 16px;
	line-height: 24px;
    -ms-word-wrap: break-word;
        word-wrap: break-word;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 20px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
.main-navigation a {
	font-size: 12px;
	line-height: 18px;
	font-family: 'metropolislight', sans-serif;	
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
a,a:hover,a:focus,a:active {
	-webkit-transition: all ease-in-out 0.2s;
	   -moz-transition: all ease-in-out 0.2s;
	    -ms-transition: all ease-in-out 0.2s;
	     -o-transition: all ease-in-out 0.2s;
	        transition: all ease-in-out 0.2s;
}
.bg-cover {
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
} 
.default-section {
	padding: 30px 0;
} 
.btn {
	-webkit-border-radius: 0;
	        border-radius: 0;
    min-width: 150px;
	padding: 11px 15px;
	letter-spacing: 1.6px;   
} 
.btn-primary {
    background-color: #585858;
    border-color: #585858;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #D7784A;
    border-color: #D7784A;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
}
.vc-table {
	display: table;
	height: 100%;
	width: 100%;
} 
.vc-table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
} 
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote {
	font: 22px/26px 'metropolisthin', sans-serif;	
	color: #D7784A;
	text-align: center;
	margin: 41px 0 34px 0;
	border: none;
	position: relative;
	padding: 33px 0 28px 0;
}
blockquote::before, blockquote::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 23px;
	background: url("images/curve-blockquote.png") no-repeat center/cover;
	background-size: 100% 100%;
} 
blockquote::after {
	bottom: 0;
	top: auto;
	background: url("images/curve-blockquote-rev.png") no-repeat center/cover;
} 
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 30px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 30px;
	width: 100%;
}
thead tr {
	color: #d7784a;
	font-family: 'metropolissemi_bold', sans-serif;
	text-align: center;
} 
thead>tr:first-child {
	color: #585858;
    font-size: 18px;
    line-height: 24px;
    background: url('images/table-head-bg.jpg') no-repeat center/cover;
    background-color: #949494;
    text-transform: uppercase;
} 
thead tr, tbody tr {
    border-bottom: 2px solid #dcddde;
}
td, th {
	padding: 20px 17px;
	letter-spacing: 0.2px;
	height: 89px;
}
thead td, thead th {
	padding: 18px 20px;
} 
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #585858;
	border-radius: 0;
	background: #585858;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 15px;
	min-width: 110px;
	text-align: center;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #d7784a;
	background: #D7784A;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #d7784a;
	background: #D7784A;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-bottom: 2px solid #dcddde;
	padding: 9px 22px;
}
input:focus, textarea:focus {
	border-color: #d7784a;
	outline: none;
}
textarea {
	border: 2px solid #DCDDDE;
	height: 132px;
	resize: vertical;
} 
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d7784a;
}
a:hover,
a:focus,
a:active {
	color: #d7784a;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: right;
	height: 90px;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.expand-dropdown {
	display: none;
} 
#primary-menu>li {
	margin: 5px 0;
} 
.main-navigation a {
	color: #575757;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 9px;
} 
#main-nav-wrap {
	margin-right: -8px;
} 
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	background: #fff;	
}
.main-navigation ul ul a {
	width: 132px;
	text-transform: none;
	padding: 7px 12px;
}
.main-navigation ul ul a::before {
	display: none;
} 
.main-navigation ul.sub-menu li {
	border-bottom: 1px solid #EBEBEB;
}
.main-navigation ul.sub-menu>li:last-child {
	border-bottom: none;
} 
.main-navigation ul ul li.menu-item-has-children > a::after {
	content: "\f105";
	font-family: 'fontAwesome';
    margin-left: 13px;	
} 
.main-navigation .sub-menu .sub-menu>li:last-child {
	border-bottom: none;
} 
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #CA602C;
}
.main-navigation li > a::before {
	content: '';
	position: absolute;
	top: 100%;
	left:  50.1%;
	right: 50%;
	border-bottom: 2px solid #CA602C;
	-webkit-transition: all 0.35s ease-in-out;
	   -moz-transition: all 0.35s ease-in-out;
	    -ms-transition: all 0.35s ease-in-out;
	     -o-transition: all 0.35s ease-in-out;
	        transition: all 0.35s ease-in-out;
}
.main-navigation li:hover > a::before,
.main-navigation .current_page_item > a::before,
.main-navigation .current-menu-item > a::before,
.main-navigation .current_page_ancestor > a::before,
.main-navigation .current-menu-ancestor > a::before {
	left: 0;
	right: 0;	
} 
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #CA602C;
	font-family: 'metropolismedium', sans-serif;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 15px 0;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-right: 60px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 60px;
}
.paging-navigation {
	text-align: center;
	padding: 16px 0 49px 0;
} 
.paging-navigation ul {
    margin: 0;
	padding: 0;
	display: inline-block;
}
.paging-navigation li { display: inline; }
a.page-numbers,
span.page-numbers {
	color: #575757;
	background: #dcddde;
	width: 49px;
	height: 49px;
	line-height: 49px;
    display: inline-block;
    text-align: center;  
}
a.page-numbers.prev,
span.page-numbers.prev,
a.page-numbers.next,
span.page-numbers.next {
	width: 28px;   
    font-size: 14px;
} 
a:hover.page-numbers {
    color: #fff;
    background: #b1b1b1;
}
a:hover.page-numbers, a:focus.page-numbers {
	text-decoration: none;
} 
.paging-navigation .current {
    color: #fff;
	background:#d7784a;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

@media (min-width: 1200px){
	/*#inner-content .container,
	#posts-loop .container,
	#post-individual .container,
	#contact-content .container,
	#enquiry .container,
	#divider .container,
	#subscribe-mc .container {*/
	.global-content-wrap .container {
	    width: 877px;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}
ol.children { list-style-type: none; }
.comment-list ol { margin-left: 50px; }
.comment-meta { margin-bottom: 1em; }
.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}
.comment-author .fn {
    font-size: 20px;
}
.comment-metadata {
    font-size: 14px;
    font-size:1.4rem;
}
.comment-content { font-size: 90%; }
.comment-content,
.reply { margin-left: 70px; }
.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}
.comment-content ol { margin-left: 1.5em; }
.reply {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
}
/* Comments responsive */
@media screen and (max-width:600px) {    
    .comment-list ol { margin-left: 0; }
    
    .comment-content ol { margin-left: 1.5em; }
    
    .comment-content,
    .reply { margin-left: 0; }
}
.comment-reply-title {
    margin-bottom: .5em;
    font-weight: 900;
    font-size: 30px;
}
.comment-form {
    padding-bottom: 20px;
    font-size: 16px;
}
.comment-form textarea {
    font-size: 18px;
    font-size: 1.8rem;
}
.comment-form label { display: block; }
.required { color: red; }
.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */
    padding: .5rem 1rem;
    margin: 1rem 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #84bd68;
    background: hsl(100, 39%, 57%);
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Site Pages
--------------------------------------------------------------*/
header#masthead {
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 106px; */
    z-index: 2;
    background: #fff;
} 
.admin-bar header#masthead {
	top: 32px;
} 
#page.site {
	padding-top: 106px;
	position: relative;
} 
.site-logo {
	float: left;
	max-width: 50%;
	padding-right: 20px;
	height: 90px;
} 
.site-tagline {
	float: left;
	width: 50%;
	padding-left: 19px;
	font-size: 11px;
	line-height: 18px;
	/* padding-top: 18px;
	padding-bottom: 18px; */
	max-width: 150px;
	letter-spacing: 0.1px;
	border-left: 1px solid #898685;
	height: 90px;
}
/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
#banner-home {
	position: relative;
	background-color: #575757;
} 
#banner-home, #banner-home .banner-item {
	height: 491px;
} 
#banner-home .banner-item {
	outline: none;
	opacity: 0;
	visibility: hidden;
} 
#banner-home.slick-initialized .banner-item {
	opacity: 1;
	visibility: visible;
}
#banner-home .banner-item video {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);	
	width: 100%;
} 
.slick-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
} 
.slick-dots button {
	display: none;
} 
.slick-dots li {
	width: 62px;
	height: 31px;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	position: relative;
}
.slick-dots li::after {
	content: "";
	background: #efefef;
	height: 3px;
	position: absolute;
	top: 14px;
	width: 100%;
} 
.slick-dots li.slick-active::after {
	background: #CA602C;
} 
#banner-home .container {
	position: relative;
	height: 100%;
} 
#banner-home .banner-content {
	position: absolute;
	left: 15px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #FFF;
	background: rgba(0,0,0,0.8);
	max-width: 460px;
	padding: 15px 0 12px 0;
} 
#banner-home .main-header {
	font: 34px/34px 'metropolislight', sans-serif;
	position: relative;
	padding: 0 19px 16px 19px;
	letter-spacing: 0.4px;
} 
#banner-home .main-header::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(images/curve-shape.png) no-repeat center/cover;
    opacity: 0.2;
} 
#banner-home .sub-header {
	font-family: 'metropolislight', sans-serif;
	padding: 0 20px;
	letter-spacing: 0.15px;
	line-height: 20px;
} 
#banner-home .sub-header p {
	margin-bottom: 10px;
} 
#banner-home .read-more {
    padding: 0 20px;
    font-size: 12px;
}
#banner-home .read-more a {
	color: #FFF;
	border-bottom: 2px solid #ca602c;
}
#banner-home .read-more a:hover {
	text-decoration: none;
	color: #ca602c;
}
#divider {
	background-image: url("images/divider-bg.jpg");
	background-color: #949494;
	margin: 5px 0;
	font-size: 18px;
	line-height: 30px;
	padding: 34px 0 40px 0;
	letter-spacing: 0.2px;
} 
#divider p {
	margin-bottom: 0;
} 
.featured-block-grid .featured-block {
	float: left;
	width: 100%;
	height: 232px;
	background-color: #000;
	color: #FFF;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	position: relative;
} 
.featured-block-grid .featured-block a {
	color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;	
} 
.featured-block-grid .featured-block a:hover,
.featured-block-grid .featured-block a:focus,
.featured-block-grid .featured-block a:active {
	text-decoration: none;
}
.featured-block-grid>.featured-block:nth-child(2),
.featured-block-grid>.featured-block:nth-child(5) {
	border-right: none;
} 
.featured-block-grid .featured-block-content, .trc-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 35px;	
	padding-bottom: 11px;
} 
.featured-block-grid .featured-block-content::after, .featured-block-grid .featured-block-content::before,
.trc-content::after, .trc-content::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;		
	z-index: 0;
}
.featured-block-grid .featured-block-content::before, .trc-content::before {
	background: #000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, transparent, rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, transparent, rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, transparent , rgba(0,0,0,1)); /* Standard syntax */		
} 
.featured-block-grid .featured-block-content::after, .trc-content::after {	
	opacity: 0;
	visibility: hidden;	
	background: #ca612c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, transparent, rgba(202,97,44,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, transparent, rgba(202,97,44,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, transparent, rgba(202,97,44,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, transparent , rgba(202,97,44,1)); /* Standard syntax */
	/*background-image: url("images/focus-button-bg.png");*/
	/*background-repeat: no-repeat;*/
	/*background-position: center bottom;*/
	/*min-height: 161px;*/
	/*top:-100px;*/
}
.featured-block-grid .featured-block .title,
.trc-content .title {
	font: 22px/26px'metropolissemi_bold', sans-serif;	
	padding: 0 24px 14px 24px;
}
.featured-block-grid .featured-block .sub-title,
.trc-content .trc-extra {
	position: relative;
	line-height: 18px;
	font-family: 'metropolislight', sans-serif;
	padding: 0 24px;
	padding-bottom: 17px;
	opacity: 0;
	visibility: hidden;
	letter-spacing: 0.27px;
} 
.featured-block-grid .featured-block .title, .featured-block-grid .featured-block .sub-title, .trc-content .title, .trc-content .trc-extra {
	-webkit-transform: translate3d(0,100px,0);
	   -moz-transform: translate3d(0,100px,0);
	    -ms-transform: translate3d(0,100px,0);
	     -o-transform: translate3d(0,100px,0);
	        transform: translate3d(0,100px,0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
	position: relative;
	z-index: 1;
}
.page-id-18 .featured-block-grid .featured-block .title,
.page-id-18 .featured-block-grid .featured-block .sub-title,
.page-id-18 .trc-content .title,
.page-id-18 .trc-content .trc-extra {
	-webkit-transform: translate3d(0,25px,0);
	   -moz-transform: translate3d(0,25px,0);
	    -ms-transform: translate3d(0,25px,0);
	     -o-transform: translate3d(0,25px,0);
	        transform: translate3d(0,25px,0);
}
.featured-block-grid .featured-block a:hover .title, 
.featured-block-grid .featured-block a:hover .sub-title,
.touchevents .featured-block-grid .featured-block a .title, 
.touchevents .featured-block-grid .featured-block a .sub-title,
.trc-thumbnail:hover .title, .trc-thumbnail:hover .trc-extra,
.touchevents .trc-thumbnail .title, .touchevents .trc-thumbnail .trc-extra,
.trc-thumbnail.active .title, .trc-thumbnail.active .trc-extra {
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	     -o-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);		
} 
.featured-block-grid .featured-block a:hover .featured-block-content::before,
.touchevents .featured-block-grid .featured-block a .featured-block-content::before,
.trc-thumbnail:hover .trc-content::before,
.touchevents .trc-thumbnail .trc-content::before,
.trc-thumbnail.active .trc-content::before {
	opacity: 0;
	visibility: hidden;
}
.touchevents .featured-block-grid .featured-block a .featured-block-content::before,
.touchevents .trc-thumbnail .trc-content::before,
	/*.touchevents .featured-block-grid .featured-block a .sub-title,*/
	/*.touchevents .trc-thumbnail .trc-extra,*/
.featured-block-grid .featured-block a:hover .featured-block-content::after,
.trc-thumbnail:hover .trc-content::after,
.trc-thumbnail.active .trc-content::after,
.featured-block-grid .featured-block a:hover .sub-title,
.trc-thumbnail:hover .trc-extra,
.trc-thumbnail.active .trc-extra {
	opacity: 1;
	visibility: visible;
} 
.featured-block-grid .featured-block .sub-title::after,
.trc-thumbnail .trc-extra::after {
	content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: url(images/focus-curve-bg.png) no-repeat center/100%;
    background-size: 100% 100%;
    height: 17px;
} 
/* Footer */
footer#colophon {
	background-image: url("images/footer-bg.jpg");
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
} 
footer#colophon .footer-col {
	padding-top: 11px;
} 
footer#colophon .footer-contact {
	padding-left: 17px;
} 
footer#colophon .footer-contact .title,
footer#colophon .footer-menu-col .title {
	margin-bottom: 5px;	
}
footer#colophon .title {
	font-family: 'metropolisbold', sans-serif;
	margin-bottom: 10px;
} 
footer#colophon ul {
	margin: 0;
	padding: 0;
	list-style: none;
} 
footer#colophon ul.menu-social {
    display: block;
    text-align: left;	
}
footer#colophon a {
	color: #FFF;
	display: inline-block;
}
footer#colophon a:hover,footer#colophon a:focus,
footer#colophon .site-info a:hover, footer#colophon .site-info a:focus {
	color: #ca602b;
	text-decoration: none;
} 
.menu-social li {
	display: inline-block;
} 
.menu-social li a:before, footer#colophon .contact-col>div:before, #contact-intro div.contact-info:before {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';
}
.menu-social li a:before {
	font-size: 18px;
	padding: 0 0 0 0;
	margin-right: 31px;
} 
.menu-social li a[href*="facebook.com"]::before { content: '\f09a'; }
.menu-social li a[href*="twitter.com"]::before { content: '\f099'; }
.menu-social li a[href*="dribbble.com"]::before { content: '\f17d'; }
.menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.menu-social li a[href*="github.com"]::before { content: '\f09b'; }
.menu-social li a[href*="tumblr.com"]::before { content: '\f173'; }
.menu-social li a[href*="youtube.com"]::before { content: '\f167'; }
.menu-social li a[href*="flickr.com"]::before { content: '\f16e'; }
.menu-social li a[href*="vimeo.com"]::before { content: '\f194'; }
.menu-social li a[href*="instagram.com"]::before { content: '\f16d'; }
.menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }
footer#colophon .contact-col>div {
	margin-bottom: 5px;
	position: relative;
	padding-left: 24px;
} 
footer#colophon .contact-col>div:before {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
} 
footer#colophon .contact-col>div.address {
	letter-spacing: 0.2px;	
} 
footer#colophon .contact-col>div.address:before,
#contact-intro div.address:before {
	content: '\f015';
}
footer#colophon .contact-col>div.phone:before, #contact-intro div.phone:before {
	content: '\f095';
}
footer#colophon .contact-col>div.email:before, #contact-intro div.email:before  {
	content: '\f0e0';
}
footer#colophon .site-info {
	text-align: right;
} 
footer#colophon .site-info, footer#colophon .site-info a {
	font-size: 11px;
	line-height: 18px;
	color: #979797;	
}
/*--------------------------------------------------------------
## Inner Page
--------------------------------------------------------------*/
#banner-inner {
	height: 284px;
	background-color: #575757;
} 
#focus-buttons .focus-button, .trc-thumbnail {
	height: 228px;
	color: #FFF;
	background-color: #000;
} 
.trc-thumbnail {
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;	
	overflow: hidden;
} 
.trc-thumbnail a {
	color: #FFF;
} 
.focus-container .col-sm-4 {
	padding: 0 3px;
} 
.focus-container .row {
	margin-left: -3px;
	margin-right: -3px;
} 
#inner-content {
	padding: 20px 0;	
}
#inner-content .intro {
	margin-bottom: 43px;	
}
#inner-content .trc-content {
	padding-bottom: 6px;
} 
#inner-content .trc-content .title {
	letter-spacing: 0.3px;
} 
#inner-content .trc-extra {
	padding-bottom: 21px;
	min-height: 39px;
}
.page-id-18 #inner-content .trc-extra {
	min-height: 14px;
}
#inner-content .trc-extra::after {
	height: 21px;
} 
#inner-content .trc-thumbnail:hover .title,
#inner-content .trc-thumbnail.active .title {
	padding-bottom: 13px;
} 
#inner-content .trc-thumbnail:hover .trc-extra,
#inner-content .trc-thumbnail.active .trc-extra {
	padding-bottom: 15px;
} 
#inner-content .trc-thumbnail:hover .trc-extra::after,
#inner-content .trc-thumbnail.active .trc-extra::after {
    height: 15px;
}
.expandables .expand-content {
	padding: 7px 0;
} 
.expandables .expand-content {
	display: none;
}
.default-style h1 {
	text-align: center;
	text-transform: uppercase;
} 
.default-style img {
	padding: 21px 0;	
}
.default-style p {
	letter-spacing: 0.2px;	
}
.default-style ul ul {
    list-style: circle;
    margin-top: 10px;
    padding-left: 22px;
}
.default-style li > ol {
	margin-left: 36px;
	margin-top: 10px;
	letter-spacing: 0.2px;
	padding-left: 43px;
} 
.default-style ol {
    counter-reset: item;
    margin-left: 25px;
}
.default-style ol li {
    display: block;
    position: relative;
    padding-left: 3px;
    margin-bottom: 10px;
}
.default-style ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    left: -24px;
}
.default-style ol ol li:before {
	left: -35px;
}
.default-style ul {
	list-style: none;
	margin-bottom: 20px;
} 
.default-style ul ul {
	margin-bottom: 0;
} 
.default-style ul li {
    display: block;
    position: relative;
    padding-left: 26px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
} 
.default-style ul li:before {
	content: "\f111";
	font-family: fontawesome;
	font-size: 12px;
	position: absolute;
	left: 0px;
	color: #8A8A8A;
	line-height: 22px;
} 
.default-style ul ul li:before {
	content: "\f1db";
} 
.default-style li > ul,
.default-style li > ol {
	margin-left: 12px;
}
.default-style ul ul li::before {
	left: -12px;
} 
.default-style table {
    margin-top: 32px;
}
.default-style form {
    max-width: 555px;
    margin: 46px auto 24px auto;
}
.wpcf7-form-control-wrap {
	display: block;
} 
.wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
} 
div.wpcf7-response-output {
    margin: 15px 10px;
}
.default-style form input[type="submit"] {
	margin: 0 auto;
}
.default-style form p {
	margin-bottom: 16px;
} 
/* Bootstrap Panels */
.default-style .panel-group {
	margin-top: 26px;	
}
.default-style .panel-group .panel {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;    
	margin-bottom: 9px;           
} 
.default-style .panel-default {
    border: none;
} 
.accordion-icons .panel-group>.panel:last-child {
    border-bottom: none;
} 
.default-style .panel-group .panel+.panel {
    margin-top: 0
}
.default-style .panel-heading {
    background: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}
.default-style h4.panel-title {
    margin-bottom: 0;
    font: 18px/24px 'metropolisregular', sans-serif;
} 
.default-style h4.panel-title>a,
.default-style h4.panel-title>a:hover,
.default-style h4.panel-title>a:focus {
    color: #fff; 
    background: #d7784a; 	
    display: block;  
    margin: 0;
    display: block;
    padding: 12px 20px;  
    text-align: left;  
    font-size: 18px;
    text-decoration: none;
    outline: none;
} 
.default-style h4.panel-title>a>span {
     position: relative;   
     display: block;
     padding-right: 25px;
} 
.no-touchevents .default-style h4.panel-title>a.collapsed:hover {
    color: #fff; 
    background: #b1b1b1;
} 
.default-style h4.panel-title>a.collapsed {
	background: #dcddde;
	color: #585858;
} 
.default-style h4.panel-title>a>span::after {
    content: "\f056";    
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    right: 8px;
    height: 23px;    
}
.default-style h4.panel-title>a.collapsed>span::after {
    content: "\f055";
} 
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
}
.default-style .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #d7784a;
} 
.default-style .panel-body img {
	padding: 10px 0 0px 0;
} 
/* CF7 */
span.wpcf7-not-valid-tip {
    color: #d7784a;
    margin: 8px auto;
    display: block;
}
div.wpcf7-validation-errors {
	border-color: #D7784A;
} 
div.wpcf7-response-output {
	margin-left : 0;
	margin-right: 0;
    padding: 10px 15px;
}
.default-style form .ajax-loader,
#contact-form form .ajax-loader {
	display: block;
	text-align: center;
	margin: 10px auto;
} 
#enquiry {
	background-image: url("images/enquiry-bg.jpg");
	background-color: #949494;
	color: #fff;
	padding: 43px 0 48px 0;
} 
#enquiry .description {
	font: 24px/30px 'metropolissemi_bold', sans-serif;
	max-width: 900px;
	margin: 0 auto;
} 
#enquiry .description p {
	margin-bottom: 17px;
} 
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 380px;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
#contact-intro .title {
	margin-bottom: 36px;
} 
#contact-intro {
	padding: 20px 0;
} 
#contact-intro .contact-info {
	font-family: 'metropolislight', sans-serif;
	margin-bottom: 5px;
} 
#contact-intro a, #contact-intro div.email:before, #contact-intro div.phone:before {
	color: #CA602C;	
}
#contact-intro div.contact-info:before {
	font-size: 16px;
	margin-right: 20px;
} 
#contact-form form {
    max-width: 560px;
    margin: 4px auto;
}
div.fancy-select {
    max-width: 357px;
    margin: 0 auto;	
    text-align: center;
}
div.fancy-select div.trigger {
	padding: 10px 9px 9px 9px;
	background: #dcddde;
    border: none;       
    -webkit-border-radius: 0px;
            border-radius: 0px;
    width: 100%;
    text-transform: none;
} 
div.fancy-select ul.options {
	background: #dcddde;
	width: 100%;
	max-height: 400px;
	border: none;
    -webkit-border-radius: 0px;
            border-radius: 0px;	
	-webkit-box-shadow: none;
		    box-shadow: none;	
} 
div.fancy-select ul.options.open {
	top: 100%;	
} 
div.fancy-select ul.options.overflowing.open {
	bottom: 100%;
} 
div.fancy-select ul.options li {
	color: #575757;
	text-transform: none;
} 
div.fancy-select ul.options li.selected, div.fancy-select ul.options li.hover {
	background: #D7784A;
	color: #fff;
} 
div.fancy-select select:focus + div.trigger {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
div.fancy-select div.trigger::after {
	right: 20px;
} 
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="url"],
#contact-form input[type="password"],
#contact-form input[type="search"],
#contact-form input[type="number"],
#contact-form input[type="tel"],
#contact-form input[type="range"],
#contact-form input[type="date"],
#contact-form input[type="month"],
#contact-form input[type="week"],
#contact-form input[type="time"],
#contact-form input[type="datetime"],
#contact-form input[type="datetime-local"],
#contact-form input[type="color"],
#contact-form textarea {
	padding: 9px 27px;
}
#contact-form button, #contact-form input[type="button"], #contact-form input[type="reset"], #contact-form input[type="submit"] {
	min-width: 110px;
} 
#contact-form form p {
	margin-bottom: 16px;	
}
.recaptcha-wrap {
	margin-bottom: 16px;
} 
.wpcf7-recaptcha>div:first-child {
	margin: 0 auto;
} 
#contact-map {
	padding: 14px 0 49px 0;
} 
#subscribe-mc {
	background-image: url("images/mailchimp-bg.jpg");
	background-color: #949494;
	padding: 45px 0 30px 0;
} 
#subscribe-mc .title {
	font: 24px/30px 'metropolissemi_bold', sans-serif;
	margin-bottom: 13px;
	letter-spacing: 0.2px;
} 
#subscribe-mc .form-wrapper {
	padding: 28px 40px 0 40px;
	background: #FFF;
	position: relative;
} 
#subscribe-mc form p {
	float: left;
	margin-bottom: 18px;
} 
#subscribe-mc p.name, #subscribe-mc p.email, #subscribe-mc p.phone {
	width: 27%;
	margin-right: 2%;
} 
#subscribe-mc p.submit {
	width: 10%;
	margin-left: 3%;
} 
#subscribe-mc p.submit::after {
	content: "";
	clear: both;
} 
#subscribe-mc div.wpcf7-response-output {
	float: left;
	width: 100%;
	text-align: center;
} 
#subscribe-mc div.wpcf7 .ajax-loader {
	position: absolute;
	top: 40px;
	right: 10px;
} 
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
#category-filter.dropdown {
	width: 232px;
	height: 34px;	
	margin: 10px auto 21px auto;
	position: relative;
	cursor: pointer;
} 
#category-filter.dropdown, #category-filter.dropdown a {
	text-align: center;		
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
#category-filter .dropdown-toggle {
	border: 1px solid #DCDDDE;
	padding: 0 17px;
	color: #575757;
	background: #DCDDDE;
	line-height: 40px;
	height: 40px;
} 
#category-filter .dropdown-toggle span {
	position: absolute;
    color: #575757;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0;
    text-align: center;
    line-height: 40px;
} 
#category-filter .dropdown-toggle span .fa {
	line-height: 35px;
} 
#category-filter .dropdown-menu {
    width: 232px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #dcddde;
    border: none;
    box-shadow: none;    
    padding: 0;
    top: 40px;
    margin: 0;
} 
#category-filter .dropdown-menu a {
	color: #575757;
	padding: 7px 20px;
	font-size: 16px;
	line-height: 27px;
} 
#category-filter .dropdown-menu li.active a {
	color: #dcddde;
	background: #D7784A;
} 
#category-filter .dropdown-menu a:hover,
#category-filter .dropdown-menu a:focus {
	 color: #dcddde;
	 background: #d7784a;
} 
#blog-content {
	padding: 20px 0 0 0;	
}
.blog #blog-content .page-title, .archive #blog-content .page-title {
	margin-bottom: 41px;	
}
#posts-loop {
	padding: 25px 0;
} 
#posts-loop .row {
	margin-left: -3px;
	margin-right: -3px;
} 
#posts-loop .col-sm-4 {
	padding: 0 3px;
} 
#posts-loop .trc-thumbnail {
	margin-bottom: 6px;
} 
#blog-content .trc-content .post-meta, #blog-content .trc-content .post-title {
	position: relative;
	z-index: 1;
	padding: 0 14px;
} 
#blog-content .trc-content {
	height: 143px;
	color: #575757;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
	padding-top: 25px;
}
#blog-content .trc-thumbnail {
	height: 334px;
}
#blog-content .trc-thumbnail::before {
	content: '';
	height: 30px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: url('images/blog-curves.png') no-repeat center/cover;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
} 
#blog-content .trc-thumbnail:hover::before {
	opacity: 1;
	visibility: visible;
}   
#blog-content .trc-thumbnail:hover .trc-content,
.touchevents #blog-content .trc-thumbnail .trc-content {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
} 
#blog-content .trc-content::before {
	background: rgba(255,255,255,0.85);
}
#blog-content .trc-content::after {
    height: 334px;
    bottom: 0;
    top: auto;
}
#blog-content .trc-content .post-meta {
	font: 14px/18px 'metropolislight', sans-serif;
} 
#blog-content .trc-content .post-title {
	font: 22px/26px 'metropolissemi_bold', sans-serif;
	padding-top: 6px;
	letter-spacing: 0.2px;
}
#blog-content .trc-content .post-meta .category {
	position: relative;
	padding-left: 24px;
} 
#blog-content .trc-content .post-meta .category::before {
    font-family: fontAwesome;
    content: '\f111';
    display: inline-block;
    font-size: 6px;
    line-height: 18px;
    margin: 0 5px;
    position: absolute;
    top: 1px;
    left: 5px;
} 
.blog #subscribe-mc {
	padding-bottom: 29px;
} 
.blog #subscribe-mc .title {
	color: #CA602B;
} 
#commentform label {
	display: none;
} 
#commentform input {
	width: 100%;
} 
#commentform input[type="submit"] {
	width: auto;
} 
#commentform .form-submit {
	text-align: center;
} 
/* Add to any sharer */
.addtoany_share_save_container {
	text-align: center;
} 
.addtoany_list.a2a_kit_size_32 a {
	height: 38px;
	margin: 0 3px;
} 
.addtoany_list.a2a_kit_size_32 a > span {
	background: #dcddde !important;	
	-webkit-border-radius: 50% !important;
	        border-radius: 50% !important;
    height: 38px !important;
    line-height: 38px !important;	    
    width: 38px !important;
}
.addtoany_header {
	font: 24px/28px 'metropolisthin', sans-serif;
	margin-bottom: 41px !important;
	padding-top: 6px;
} 
.addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity: 1 !important;
    background: #D7784A !important;	
}
.a2a_svg svg {
	top: 50% !important;
    height: 24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
} 
.a2a_svg svg path {
	fill: #575757 !important;
}
.addtoany_list a:hover path, .addtoany_list a:hover path {
    fill: #fff !important;
}
/*--------------------------------------------------------------
## Blog Individual Page
--------------------------------------------------------------*/
#post-individual {
	padding: 20px 0 0 0;
	margin-bottom: 0;
} 
#post-individual .entry-header {
	margin-bottom: 20px;
} 
#post-individual.default-style p {
	margin-bottom: 32px;	
} 
.post-ind-wrap {
	border-bottom: 2px solid #dcddde;
	padding-bottom: 29px;
}
.trc-comments {
	padding: 43px 0 39px 0;
	border-bottom: 2px solid #dcddde;
}  
.trc-comments h3 {
	font: 18px/24px 'metropolisregular', sans-serif;
	color: #585858;
	margin: 0 0 19px 0;
	text-transform: uppercase;
}
.trc-comments p.comment-notes {
	margin-bottom: 26px;
} 
.trc-comments p {
	margin-bottom: 15px;	
}
.related-posts h5 {
	margin: 0 0 40px 0;
}
.related-posts .paging-navigation {
    padding-top: 40px;
    padding-bottom: 22px;
}
/*--------------------------------------------------------------
## Misc Page
--------------------------------------------------------------*/
.search-form {
	margin-bottom: 25px;
} 
.search-form label {
	display: block;
	margin-bottom: 15px;
} 
.search-form input {
	text-align: center;
}