/*
	Theme Name: Solo
	Theme URL: http://demo.zigzagpress.com/solo
	Description: Solo is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: zigzagpress
	Author URI: http://www.zigzagpress.com/
	Version: 1.7
	
	Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	
	Template: genesis
	Template Version: 2.1.3

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	
/* Import Google Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Source+Sans+Pro:300,400,600,300italic,400italic,600italic);

/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
/* Defaults
------------------------------------------------------------ */

blockquote, input, select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
	background-color: #fff;
	border: 1px solid #F2F2F2;
}
input, label, select, textarea {
	color: #333;
	max-width: 100%;
	padding: 0.75em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
p {
	margin: 0 0 20px;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #eaeaea;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background: #444;
	border-color: #444;
	color: #fff;
	outline: none
}
code {
	font-size: 14px;
}
/* Hyperlinks
------------------------------------------------------------ */

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #D54E21;
	text-decoration: none;
	outline: 0 none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a img {
	border: none;
}
/* Body
------------------------------------------------------------ */

body {
	color: #333;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border: none;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: auto;
}

::-moz-selection {
 background-color: #d54e21;
 color: white;
}
::selection {
	background-color: #d54e21;
	color: white;
}
/* Site Container
------------------------------------------------------------ */

.site-container {
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
}
.site-header .wrap, .site-inner .wrap, .site-footer .wrap, .footer-widgets .wrap {
	padding: 0 40px;
	overflow: hidden;
}
/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}
.title-area {
	float: left;
	overflow: hidden;
}
.site-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.25;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.site-title a, .site-title a:hover {
	color: #D54E21;
	text-decoration: none;
}
.site-description {
	color: #D54E21;
	font-size: 14px;
	font-weight: 300;
}
.site-header .widget-area {
	float: right;
	padding: 20px 0;
	text-align: right;
	max-width: 510px;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}
.header-image .site-description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.menu-primary, .menu-secondary, .site-header .menu {
	clear: both;
	color: #333;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.site-header .menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-primary, .nav-secondary {
	background-color: #313131;
	width: 100%;
	z-index: 100;
}
.nav-primary .wrap {
	padding: 0;
	width: 100%;
}
.menu-primary {
	margin-top: 1px;
}
.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}
.menu-primary ul, .menu-secondary ul, .site-header .menu ul {
	float: left;
	width: 100%;
}
.menu-primary li, .menu-secondary li, .site-header .menu li {
	float: left;
	list-style-type: none;
}
.menu-primary a, .menu-secondary a, .site-header .menu a {
	border-left: 1px dotted #FFF;
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 10px 0;
	padding: 0 20px;
	position: relative;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-primary li:first-child a {
	border-left: 1px solid transparent !important;
}
.menu-primary li:last-child a, .menu-secondary li:last-child a, .site-header .menu li:last-child a {
	border-right: none;
}
.menu-primary li a:active, .menu-primary li a:hover, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a, .menu-secondary li a:active, .menu-secondary li a:hover, .menu-secondary .current_page_item a, .menu-secondary .current-cat a, .menu-secondary .current-menu-item a, .site-header .menu li a:active, .site-header .menu li a:hover, .site-header .menu .current_page_item a, .site-header .menu .current-cat a, .site-header .menu .current-menu-item a {
	background: none;
	color: #d54e21;
}
.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, .site-header .menu li li a, .site-header .menu li li a:link, .site-header .menu li li a:visited {
	border: 0;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	width: 160px;
}
.menu-primary li li a:active, .menu-primary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:hover, .site-header .menu li li a:active, .site-header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #D54E21;
}
.menu-primary li ul, .menu-secondary li ul, .site-header .menu li ul {
	background: none repeat scroll 0 0 #313131;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}
.menu-primary li ul a, .menu-secondary li ul a, .site-header .menu li ul a {
	width: 140px;
}
.menu-primary li ul ul, .menu-secondary li ul ul, .site-header .menu li ul ul {
	margin: -38px 0 0 199px;
}
.menu-primary li ul ul ul, .site-header .menu li ul ul ul {
	margin: -39px 0 0 199px;
}
.menu li:hover ul ul, .menu li.sfHover ul ul {
	left: -9999px;
}
.menu li:hover, .menu li.sfHover {
	position: static;
}
ul.menu li:hover>ul, ul.menu li.sfHover ul, .site-header .menu li:hover>ul, .site-header .menu li.sfHover ul {
	left: auto;
}
.menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	float: right;
	top: 12px;
}
#wpadminbar li:hover ul ul {
	left: 0;
}
.nav-primary .select-menu {
	background-color: white;
	border: medium none;
	display: none;
	margin-top: 1px;
	padding: 10px 20px 10px 12px;
	visibility: visible;
	width: 100%;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 0 20px;
	margin: 10px 0;
}
.menu li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}
.menu li.right a:hover {
	color: #D54E21;
	text-decoration: none;
}
.menu li.search {
	padding: 0 0 0 10px;
}
.menu li.rss a {
	margin: 0 0 0 20px;
	padding: 0 0 0 16px;
}
/* Inner
------------------------------------------------------------ */
.site-inner {
	background-color: #ffffff;
	margin: 0 auto 40px;
	overflow: hidden;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #333;
	float: right;
	margin: 0;
	padding: 30px 0 0;
	width: 100%;
	text-align: right;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: white;
}
.taxonomy-description p {
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	margin-top: 40px;
}
.content-sidebar .content-sidebar-wrap, .full-width-content .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap {
	width: 100%;
}
/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 65.78947%;
}
.content-sidebar .content, .sidebar-content .content {
	width: 66.0377%;
}
.sidebar-content .content {
	float: right;
}
.full-width-content .content {
	width: 100%;
}
.post, .page .page {
	margin: 0 0 30px;
	overflow: hidden;
}
.single .post, .page .page {
	padding-bottom: 9px;
}
.single .portfolio {
	border: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-clip .post {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 700px;
}
.entry-content {
	clear: both;
	overflow: hidden;
}
.single-portfolio .entry-content {
	clear: none;
}
.entry-content p {
	margin: 0 0 21px;
}
blockquote {
	border-width: 0 0 0 7px;
	margin: 5px 0 25px 27px;
	padding: 25px 30px 5px;
}
blockquote p {
	color: #999;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 20px;
}
h1 {
	font-size: 32px;
}
.taxonomy-description h1 {
	margin: 0;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 21px;
}
.archive-page ul li, .entry-content ul li {
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */
.entry-header .entry-meta {
	margin: 0 0 20px;
}
.meta_sep {
	padding: 0px 10px;
	font-size: inherit;
}
.entry-meta-icon {
	padding-top: 2px;
	padding-right: 5px;
	color: #D0D0D0;
}
.entry-time, .entry-author, .entry-comments-link {
	padding-right: 15px;
}
/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
}
.entry-categories, .entry-tags {
	padding-right: 15px;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	border-width: 7px 0 1px;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 20px;
}
.author-box p {
	margin-left: 100px;
}
.author-box-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.archive-description {
	background-color: #F5F5F5;
	border-width: 7px 0 1px;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 20px;
}
.archive-description p {
	margin-bottom: 0;
}
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}
/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}
.author-box .avatar {
	background-color: white;
	float: left;
	margin: 7px 20px 0 0;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	display: block;
	padding: 5px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: white;
	float: left;
	border: 1px solid #E2E2E2;
	display: block;
	padding: 2px;
	margin-right: 10px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft {
	display: inline;
	margin: 5px 20px 20px 0;
}
img.alignright {
	display: inline;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.wp-caption {
	border-width: 7px 0 1px;
	padding: 10px 5px 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 13px;
	margin: 15px 0 10px;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
.gallery-caption{
	display: inline-block;
}
/* Pagination
--------------------------------------------- */

.archive-pagination, .entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background: #313131;
	color: #FFF;
	border: 1px solid #313131;
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
	background: #D54E21;
	border: 1px solid #F96E5B;
	color: #fff;
}
.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 29.82456%;
}
.sidebar-secondary {
	float: left;
	width: 150px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
.sidebar .widget {
	background-color: white;
	border-bottom: 1px solid #f5f5f5;
	margin: 0 0 30px;
	padding: 0 0 30px;
}
.sidebar.widget-area ol, .sidebar.widget-area ul, .widget-area .textwidget, .widget_tag_cloud div div {
	padding: 0;
}
.sidebar.widget-area ul li, .footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #666;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
}
.sidebar.widget-area ul li {
	border-color: #EFEFEF;
}
.sidebar.widget-area ul li:last-child, .footer-widgets .widget-area ul li:last-child {
	border: none;
	margin-bottom: 0;
}
.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}
/* Dropdowns
------------------------------------------------------------ */

.widget_archive select, #cat {
	display: inline;
	width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	margin: 0;
	overflow: hidden;
}
.footer-widgets .featuredpage .page, .footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}
.more-from-category {
	padding: 5px 15px 0;
}
.sidebar .featuredpage .page .entry-title, .sidebar .featuredpost .post .entry-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-widgets .featuredpage .page .entry-title, .footer-widgets .featuredpost .post .entry-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.featuredpost .entry-header .entry-meta {
	font-size: 15px;
	line-height: 1.3;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}
.user-profile img.avatar {
	margin-top: 2px;
}
/* Buttons
------------------------------------------------------------ */

button, a.button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], .comment-reply-link {
	background: #D54E21;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #fff;
	outline: none;
	padding: 12px 15px;
	margin: 0 10px 10px 0px;
	display: inline-block;
	position: relative;
}
button:hover, a.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]:hover, .comment-reply-link:hover {
	background: #222;
	color: #fff;
}
button:active, a.button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active, .comment-reply-link:active {
	top: 4px;
	background-color: #222;
	color: #fff;
}
button.large, .button.large {
	padding: 10px 5% !important;
	font-size: 14px !important;
}
/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}
.sidebar .search-form {
	padding: 0;
}
.s {
	font-style: italic;
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 170px;
}
.nav-primary .s {
	background-color: white;
	border-width: 0 0 0 1px;
	margin: 0;
	padding: 12px 20px 11px;
}
.nav-primary .searchsubmit {
	display: none;
}
.search-form input[type="submit"] {
	display: none;
}
.search-form input[type="search"], .search-form input[type="text"] {
	padding: 12px;
	width: 100%;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 11px;
	font-style: italic;
	padding: 0 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 600;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background-color: #333;
	clear: both;
	color: #999999;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
	width: 100%;
}
.footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}
.footer-widgets .textwidget {
	padding: 0;
}
.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
.footer-widgets a, .footer-widgets a:visited {
	color: #999999;
}
.footer-widgets a:hover {
	color: #D54E21;
	text-decoration: none;
}
.footer-widgets p {
	color: #aaa;
	margin: 0 0 10px;
}
.footer-widgets ul {
	margin: 0;
}
.footer-widgets ul li {
	margin: 0 0 0 20px;
}
.footer-widgets #wp-calendar thead, .footer-widgets #wp-calendar td {
	background: none;
}
.footer-widgets .widget-area {
	float: left;
	margin-right: 2.6315%;
	width: 31.5789%;
}
.footer-widgets-3 {
	float: right !important;
	margin-right: 0 !important;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
	background-color: #303030;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
}
.site-footer p {
	color: white;
}
.site-footer a, .site-footer a:visited {
	color: #777777;
}
.site-footer a:hover {
	color: #D54E21;
	border-bottom: none;
	text-decoration: none;
}
.site-footer .gototop {
	float: right;
	text-align: right;
}
.site-footer .creds {
	float: left;
}
.site-footer .creds a {
	color: #D54E21;
}
#top-link {
	background-color: #313131;
	bottom: 20px;
	color: #fff;
	display: none;
	height: 45px;
	position: fixed;
	right: 15px;
	width: 45px;
}
#top-link:hover {
	background: #D54E21;
}
#top-link span {
	display: block;
	line-height: 45px;
	margin: auto;
}
#footer_nav {
	float: left;
}
.footer_menu {
}
.footer_menu ul {
	list-style-type: none;
}
.footer_menu li {
	display: inline;
}
.footer_menu li:after {
	color: #999999;
	content: "/";
	font-weight: 100;
	margin: 0 10px;
}
.footer_menu li:first-child {
	background: none repeat scroll 0 0 transparent;
}
.footer_menu li:last-child:after {
	content: "";
}
.site-footer .creds {
	color: #999999;
	float: right;
	text-align: right;
	width: auto;
}
.site-footer .gototop {
	float: right;
	padding: 0 20px 0 0;
	text-align: right;
	width: 200px;
}
/* Comments
------------------------------------------------------------ */

.entry-comments, #respond {
	margin: 0 0 1em;
	overflow: hidden;
}
#author, #comment, #email, #url {
	margin: 0.5em 0;
	width: 250px;
}
#comment {
	height: 150px;
	width: 100%;
}
.comment-reply-link {
	padding: 6px 13px;
}
.comment-reply {
	text-align: right;
}
.comment-content {
	margin: 10px 0;
}
.comment-header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-header p {
	margin-bottom: 0;
}
.comment-author span {
	font-weight: 700;
}
#commentform input[type=text].error, #commentform textarea.error {
	background-color: #ff783c;
	border-color: #ff783c;
	color: #fff;
}
#commentform div.error, #commentform label.error {
	color: #ff783c;
	margin: 0 0 5px;
}
#commentform div.errorlabels label {
	display: block
}
.comment-form-comment label {
	padding-left: 0;
	padding-right: 0;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	padding: 10px;
}
.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 1em 0;
	padding: 1em 1.75em;
}
.comment-list li ul li {
	list-style-type: none;
}
.comment-list li ul li.even {
	background-color: #fff;
}
.comment-content p {
	margin: 0 0 20px;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}
#comment .comment-reply {
	font-size: 14px;
}
.nocomments {
	text-align: center;
}
.entry-comments .pagination {
	display: block;
}
.bypostauthor {
	background-color: #fafafa;
}
.thread-alt, .thread-even {
	background-color: #fff;
}
.alt, .depth-1, .even {
	border: 1px solid #eaeaea;
}
.form-allowed-tags {
	background-color: #FAFAFA;
	padding: 24px;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #333;
}
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
/* Homepage Content
------------------------------------------------------------ */


.seperator {
	background-color: #ddd;
	height: 1px;
	width: 100%;
	clear: both;
	display: block;
}
.tagcloud a, .tagcloud a:visited {
	background-color: #222;
	color: #aaa !important;
	font-size: 14px !important;
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 3px 10px;
}
.sidebar .tagcloud a, .sidebar .tagcloud a:visited {
	background-color: #f5f5f5;
	color: #333 !important;
}
.tagcloud a:hover {
	background-color: #D54E21;
	color: white !important;
	text-decoration: none;
}
/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-form-control {
	display: inline-block;
	margin: 10px 0;
}
.wpcf7-select {
	padding: 5px;
}
.wpcf7-acceptance {
	margin: 10px 10px 10px 0;
}
.wpcf7-quiz-label {
	margin-right: 10px;
}
/* Widget
------------------------------------------------------------ */

#flickr-wrapper {
	display: inline-block;
	overflow: hidden;
}
.flickr_badge_image {
	float: left;
	width: 80px;
	height: 80px;
}
.flickr_badge_image img {
	width: 70px;
	height: 70px;
	padding: 2px;
	background: #fff;
	border: 1px solid #e2e2e2;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /*IE8*/
	-webkit-transition: opacity .7s ease-out;
	-moz-transition: opacity .7s ease-out;
	-o-transition: opacity .7s ease-out;
	transition: opacity .7s ease-out;
}
.flickr_badge_image img:hover {
	border: 1px solid transparent;
	background: #D54E21;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /*IE8*/
}
.flickr_badge_image a:hover {
	border: none;
}

/* Homepage
------------------------------------------------------------ */

#home_gallery {
	height: auto !important;
	width: 100%;
}
#home-wrap {
	clear: both;
	margin: 40px auto 0;
	padding: 0;
	overflow: hidden;
}
#home-wrap .widgettitle {
	margin-bottom: 0;
	text-transform: capitalize;
}
.intro, #portfolio_front, .feature-bottom, .latest_blog {
	margin-top: 15px;
	margin-bottom: 15px;
}
.feature-bottom {
	float: left;
}
.feature-bottom .textwidget {
	margin-top: 40px;
}
.feature-bottom .widget {
	border: medium none;
	clear: both;
	margin: 0;
	padding: 0;
}
.widgettitle {
	color: #333;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}
.footer-widgets .widgettitle {
	color: #fff;
	font-size: 20px;
}
.sidebar .widgettitle {
	font-size: 20px;
}
/* Blog carroussel
------------------------------------------------------------ */

.latest_blog {
	display: block;
	float: left;
	width: 100%;
}
.recent-post-thumbnail {
	margin-top: -1px;
	position: relative;
}
.home_blog_nav {
	cursor: pointer;
	float: right;
	margin-top: -80px;
	position: relative;
	z-index: 99999;
	overflow: visible;
	right: 0;
}
.home_blog_nav a {
	color: #FFF;
	padding: 6px;
	background: #D54E21;
	z-index: 99999;
	position: relative;
	line-height: 1;
	display: inline-block;
}
#home_blog {
	display: block;
	padding: 30px 0;
}
#home_blog .owl-carousel .owl-wrapper-outer {
	overflow: visible;
}
.latest_blog .four {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 15px;
	width: auto;
}
.recent-post-entry h4 {
	color: #444444;
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
	text-transform: capitalize;
	padding: 10px 0;
	margin-bottom: 0;
}
.metaicon {
	padding: 0 0 10px;
}
.metaicon a span {
	margin-top: 5px;
	color: #CCC;
}
.intro {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 0;
}
.intro h1 {
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
}
.intro h2 {
	margin-bottom: 0;
	font-weight: 300;
	text-align: center;
}
.intro span {
	color: #D54E21;
}
/* Self-clearing floats from Dan Cederholm
------------------------------------------------------------ */
.site-header .wrap:after, .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Portfolio
------------------------------------------------------------ */
.nav-back {
	display: block;
}
.nav-back a {
	margin: 0;
}
.nav-previous {
	color: #999999;
	float: left;
	padding: 0 5px;
	text-transform: uppercase;
}
.nav-next {
	color: #999999;
	float: right;
	padding: 0 5px;
	text-transform: uppercase;
}
.nav-next a, .nav-previous a {
	color: #999999;
}
.portfolio_single_feature {
	clear: both;
	float: left;
	margin: 0 0 40px;
	width: 100%;
}
.portfolio_single_slider .slides, .portfolio_single_slider .flex-direction-nav {
	padding: 0;
	margin: 0;
}
.portfolio_single_slider .slides > li, .portfolio_single_slider .flex-direction-nav > li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.metaItem {
	float: left;
	padding: 0;
	width: 29.82456%;
	letter-spacing: 0;
	margin-bottom: 0;
}
.metaItem h6 {
	color: #333;
	letter-spacing: 0;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}
.metaItem > div {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
	display: block;
}
.metaItem span {
	color: #888888;
	display: block;
	letter-spacing: 0;
	margin: 5px 0;
	text-transform: none;
}
.folio-entry {
	float: right;
	width: 66.0377%;
}
.folio-entry p {
	margin-bottom: 15px;
}
.portfolio-thumbs {
	display: none;
}
.folio-more {
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.related_portfolio h4 {
	margin-bottom: 0;
}
/*------------------ GALLERY ---------------------*/

#gallery {
	min-height: 500px;
	margin: 30px 0 0;
}
#gallery img {
	margin-right: 0px;
}

.pp_gallery ul a img {
	background: none repeat scroll 0 0 transparent;
	border: 0 none !important;
	padding: 0;
	width: 50px;
	height: auto;
}
.pp_social .facebook{
	width: 80px !important;	
}
.pp_social{
	clear: both;
}
.pp_description{
	text-align: center;
}
/*---------------------- QUICK GALLERY ----------------------------*/

.content #gallery-1 .gallery-item {
	text-align: left;
	margin-top: 20px;
}
/*-----------------------------isotopes---------------------------------*/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*-----------------------------Isotope CSS3 transitions---------------------------------*/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#container {
	float: left;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.element {
	float: left;
	overflow: hidden;
	position: relative;
}
.element * {
	margin: 0;
}
.element-3col, .gallery-3col {
	margin: 0 10px 20px;
	padding: 0;
	width: 31.4465%;
}
.element-4col, .gallery-4col {
	margin: 0 10px 20px;
	width: 23.1132%;
}
.portfolio_image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.portfolio_image a {
	background: #D54E21;
	color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.portfolio_image h4 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	top: 45%;
	display: block;
	position: relative;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
/* Catgegories Filter
------------------------------------------------------------ */

#options {
	line-height: 1;
	padding: 3px 0 0;
	text-align: center;
	text-transform: capitalize;
}
#options ul {
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	position: relative;
	text-align: left;
	float: left;
}
#options ul li:last-child:after {
	content: "";
}
#options li {
	display: inline;
	margin: 0 0 10px 0;
}
#options li:first-child {
	background: none;
}
#options li span {
	margin: 0 5px 0 10px;
}
#options li:last-child .filter-sep {
	display: none;
}
#options li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #D54E21;
	font-family: 'Oswald', san-serif;
	padding: 10px 20px;
	text-decoration: none;
}
#options li a.selected, #options li a:hover {
	color: #fff;
	background: #D54E21;
}
.front {
	border: medium none;
	clear: both;
	margin: 20px 0 10px;
	padding: 0;
}
#portfolio_front {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
}

/** Separator
------------------------------------------------------------------**/
.section_separator {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 25px;
	line-height: 25px;
	position: relative;
	margin: 0;
}
.separator_color {
	background: #D54E21;
	height: 3px;
	width: 70px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	z-index: 5;
}
.separator_line {
	width: 100%;
	border-top: 1px solid #E9E9E9;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
/** Social icons
------------------------------------------------------------------**/
.header-widget-area .simple-social-icons {
	overflow: hidden;
	padding-top: 8px;
}
/** Enews-widget
------------------------------------------------------------------**/
.sidebar .widget.enews-widget {
	background: #333;
	display: block;
	position: relative;
	color: #FFF;
	overflow: hidden;
	padding: 20px;
}
.sidebar .widget.enews-widget .widgettitle {
	color: #fff;
}
.sidebar .widget.enews-widget .enews {
	position: relative;
	overflow: hidden;
}
.sidebar .widget.enews-widget .enews #subbox {
	width: 100%;
}
.sidebar .widget.enews-widget .enews #subbutton {
	background: #D54E21;
	color: #FFF;
	text-shadow: none;
	box-shadow: none;
	border: none;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	margin-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.sidebar .widget.enews-widget .enews #subbutton:hover {
	background-color: #222;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text: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. */
}

