/*
	Theme Name: Engrave
	Theme URI: http://demo.zigzagpress.com/engrave
	Description: Engrave is a child theme created for the Genesis Framework.
	Author: zigzagpress
	Author URI: http://www.zigzagpress.com/

	Version: 1.7.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-layout,  fluid-layout, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

13

	
	Template: genesis
	Template Version: 2.0+

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Home Featured
* Home Portfolio
* Home Middle
* Home Bottom
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*//* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Oswald:400|Lato:400,700,400italic);

/* Reset
------------------------------------------------------------ */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

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

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

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

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

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

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

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

/* Defaulft
------------------------------------------------------------ */


html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #656565;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    background-color: #F0F0F0;
}


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


blockquote,
input,
select,
textarea,
.author-box,
.taxonomy-description {
	background-color: #f0f0f0;
	border: 1px solid #ddd;
}

ol li {
	list-style-type: decimal;
}

ol, ul {
	padding: 0;
	list-style: disc inside;
	margin-bottom: 25px;
}
ol {
	list-style: decimal inside;	
}
ol.reset,
ul.reset {
	list-style: none outside;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0
}
img, input, textarea {

}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
abbr {
	border-bottom: dotted 1px #9f9f9f;
	cursor: help
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;
	border-bottom: dotted 1px #ccc;
}
hr {
	border: none;
	border-top: none;
	margin: 0 10px 30px;
	background: transparent;
	clear: both;
}
hr.singular {
	margin-left: 0;
	margin-right: 0;
}

/* Utility classes */
.alignleft {
	float: left
}
.alignright{
	float: right
}
.textleft{
	text-align: left
}
.textright{
	text-align: right
}.textcenter{
	text-align: center
}
.clear{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: -1px
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #5BCBA7;
	text-decoration: none;
}

a:hover {
	color: #424242;
	text-decoration: underline;
}

a img {
	outline: none;
	width: auto;
	height: auto;
}
a img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	border-color: #5BCBA7;
}
.entry-meta a, .entry-title > a, .sidebar a {
    color: #424242;
}
.entry-meta a:hover, .entry-title > a:hover, .sidebar a:hover {
    color: #5BCBA7;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	overflow: hidden;
}

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


.site-inner {
    border-top: 10px solid #E1E1E1;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 24px 0;
}

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

.site-header {
    background-color: #424242;
    padding: 20px 0 0;
    padding: 2rem 0 0;
}

.site-header .wrap {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    overflow: hidden;
}

.title-area {
    float: left;
    width: auto;
}

.site-title {
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.site-title a {
    color: #F2F2F2;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
	}

.site-description {
	display: none;
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title ,
.header-image .site-title  a {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    min-height: 50px;
    padding: 0;
    text-indent: -9999px;
    width: 330px;
}
.header-image .site-header .title-area:hover {
    opacity: 0.7;
}
.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}

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

nav {
	display: block;
	float: right;
	margin: 0;
}

.nav-primary .wrap {
	height: 75px;
}

.genesis-nav-menu {
	clear: both;
	float:right;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.nav-primary li a:after {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
	height: 32px;
	line-height: 32px;
	position: relative;
	right: -22px;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 2;
}

.nav-primary li:last-child a:after { border-right:none;}

.nav-primary li li a:after { border-right:none !important;}

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

.genesis-nav-menu a {
	color: #9B9B9B;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 14px 20px 29px;
	padding: 1.4rem 2rem 2.9rem;
	position: relative;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #5BCBA7;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #424242;
	left: -9999px;
	margin: 1px 0 0 0;
	margin: 0;
	padding: 10px 0;
	padding: 1rem 0;
	position: absolute;
	width: 200px;
	z-index: 1001;
}

.genesis-nav-menu .sub-menu a {
	font-weight: 400;
	line-height: 16px;
	padding: 0 20px;
	padding: 0 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:last-child  {
	 border-bottom:	 none;
 }

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -37px 0 0 195px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 0 14px 22px;
	padding: 1.4rem 0 1.4rem 2.2rem;
	text-transform: uppercase;

}

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

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

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}


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

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #5BCBA7
}

.nav-primary .sub-menu a:hover {
	color: #5BCBA7
}

#mobile_menu{ display:none; }

.nav-primary .select-menu {
	border: medium none;
	display: none;
	margin-top: 1px;
	padding: 10px 20px 10px 12px;
	visibility: visible;
	width: 100%;
}


/* Slider styles
------------------------------------------------------------ */
.slider-container {
    background-color: #787878;
    height: 100%;
    padding: 24px 0;
}

#home_gallery {
    height: 100%;
    margin: 0 auto;
    max-width: 1170px;
}
	
.flex-caption span  {
    float: right;
    padding-bottom: 24px;
} 

.flex-caption h1 {
    line-height: 1;
    margin-top: 0;
}
.flex-caption h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 5px 0 10px;
}

/* Home Middle
------------------------------------------------------------ */

#home-middle-wrap {
    float: left;
    width: 100%;
}


.home-middle-1 {
    float: left;
    min-height: 300px;
    padding: 24px;
   /* width: 66.6667%;*/
}

.home-middle-1 div.one-third {
    width: 32%;
}
 
.home-middle-2 {
	display: none;
    float: right;
    min-height: 300px;
    padding: 24px;
    width: 33.3333%;
}

/* Home CARROUSEL
------------------------------------------------------------ */

#carousel {
    margin-bottom: 24px;
    overflow: hidden;
    padding: 24px;
    width: 100%;
}

.customer_section h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.latest_project {
    float: left;
    padding: 24px;
}

.customer_description > h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 0;
}


.latest_project .four-columns h3 a {
	color: #424242;
    font-size: 20px;
    text-decoration: none;
}

.latest_project .four-columns h3 a:hover {
	color: #5BCBA7;
}

.slider_carousel { 
    float: left;
    height: 260px;
    overflow: hidden;
    position: relative;
    width: 72.8%;
}


.slider_carousel h3 {
	font-size: 16px;
}

.slider_carousel h3 a {
	color: #252525;
}
.slider_carousel .zp_next {
    background: url("images/sprite.png") no-repeat scroll -21px 0 transparent;
    float: right;
    height: 20px;
    margin: 50px 0 0 0;
    position: relative;
    right: 0;
    text-indent: -9999px;
    width: 20px;
 }
.slider_carousel .zp_prev {
    background: url("images/sprite.png") no-repeat scroll -21px -21px transparent;
    float: left;
    height: 20px;
    margin: 50px 0 0 0;
    position: relative;
    text-indent: -9999px;
    width: 20px;
    z-index: 9999;
	}

.slider_carousel .owl-carousel {
	width: 94%;
	float: left;
	margin: 0 auto;
}
#slider-code .item {
	margin: 10px;
}
#bottom {
	background: #f2f2f2;
	padding: 10px;
	margin: 40px 0; 
	text-align: center;
}

 /* Home Top
------------------------------------------------------------ */

#home-top-wrap {
    float: left;
    width: 100%;
}
.home-top-1 .wrap {
	padding: 0 !important;
}

.home-top-1 .featuredpage, .home-top-1 .featuredpost {
    display: inline-block;
    float: left;
    margin-right: 0;
    padding: 24px;
    width: 33.3333%;
}
.home-top-1 .featuredpage .page {
	padding: 14px 0 0; 
	margin: 0;
}

.widget.featured-content.featuredpage:last-child {
    margin: 0;
}

.widget.featured-content.featuredpage .entry {background: transparent;}

.home-top-1 p { 
	margin-top: 20px; 
}

/* Inner
------------------------------------------------------------ */

.home #inner {
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.site-inner {
	position: relative;
}

.site-inner .wrap { 
    background-color: #FFFFFF;
    max-width: 1170px;
    overflow: hidden;
    padding: 0 15px;
}

/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
    color: #F2F2F2;
    float: right;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 15px;
    text-transform: uppercase;
}
	

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	width: 100%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    max-width: 1170px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */

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

.content-sidebar .content,
.sidebar-content .content {
    padding: 0 15px;
    width: 66.6667%;
}

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

.full-width-content .content {
	background-color: #fff;
	padding: 24px;
	width: 100%;
}

.page-template-portfolio-gallery-template-php main,
.page-template-portfolio-filter-template-php main {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 24px !important;
    padding-top: 24px !important;
}

blockquote {
	background: #f5f5f5 url(images/blockquote.png) no-repeat top left;
	border: none;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post {
	margin: 0 0 30px;
}

.entry-content {
	overflow: hidden;
}
.entry-content > a {
    display: block;
    overflow: hidden;
	margin-bottom: 10px;
}
.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.taxonomy-description h1 {
	font-size: 18px;
	line-height: 26px;
}


.widget-area h2 a:hover {
	text-decoration: none;
}

.widget-area h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}/* Home Featured Headlines */

#home-featured h2 {
	margin:0;
}

#home-featured h2 a {
	color: #000000;
    font-size: 24px;
    margin: 0;
    text-transform: none;
}

#home-featured h2 a:hover {
	color: #6B7899;
}

#home-featured h4 {
	border-bottom: dashed 1px #555;
	color: #fff;
	margin-bottom: 30px;
}

/* Home Middle Headlines */

#home-middle h2 a {font-size: 18px;}
#home-middle h2 a:hover {}

/* Home Bottom Headlines */

#home-top h2 a {
    font-size: 20px;
    margin: 0;
    padding: 14px 0;
}

#home-top h2 a:hover {color: #5BCBA7;}

#home-middle h4, 
.carousel_section h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: uppercase;
}

.slide_container {
	float: left;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 40px;
}

#home-top h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 14px 0;
    text-transform: uppercase;
}


/* Footer Headlines 
------------------------------------------------------------ */
.footer-widgets h4 {
    color: #F0F0F0;
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Sidebar Headlines */

.sidebar h4, .portfolio-sidebar h4 {
    font-size: 20px;
    margin: 0 0 20px;
}

.widget-wrap {
    margin: 40px 0 0;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.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;
}.entry-content h1, 
.entry-content h2,
.entry-content h3,
.entry-content h4 {margin: 20px 0;}

/* Post Info & Meta
------------------------------------------------------------ */

.entry-header {
    padding: 0;
}
.entry-footer {
    clear: both;
}
.entry-header .entry-meta, .entry-comments-link a, .entry-author-name, .entry-footer .entry-meta {
	font-size: 12px;
	letter-spacing: 1px;
    margin-bottom: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
.entry-comments-link {
	padding: 12px 0;
}
.homepage_template .entry-comments-link {
	padding: 6px 0;
}
.entry-time:before, .entry-comments-link:before, .entry-tags:before, .entry-author:before, .entry-categories:before, .blog_comment:before, .blog_meta:before {
    font-family: FontAwesome;
    margin: 0 5px;
}
.entry-comments-link:before, .blog_comment:before {content: "\f075";}
.entry-tags:before {content: "\f02c";}
.entry-author:before {content: "\f007";}
.entry-categories:before {content: "\f187";}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 10px;
}/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 60px 0;
	padding: 0;
}/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Post Icons
------------------------------------------------------------ */

.categories {
    margin: 0;
    padding: 0;
}
	
.post-comments {
    margin: 0 0 0 5px;
    padding: 2px 0 2px 10px;
}

/* Images
------------------------------------------------------------ */

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

#content .avatar {
	padding: 4px;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

.comment-list ul{
	margin: 0 10px !important;
}
.comment-list ul li{
	margin-left: -5px !important;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px !important;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 10px 5px 5px;

}
.wp-caption .img_wrapper{
    float: left;
    left: 4px !important;
    position: relative;
    margin-bottom: 10px;
}

#content .wp-caption img {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0 15px 0 0;
}

.wp-caption.alignright {
	margin: 0 0 0 15px;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0;
    text-align:center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}

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

.pagination {
    overflow: hidden;
    padding: 0;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 24px;
}

.archive-pagination.pagination > ul {
    display: inline-block;
    list-style: none outside none;
}
.archive-pagination.pagination li {
    float: left;
    margin-right: 4px;
}

.pagination li {
    display: inline;
    float: left;
}
.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	float: none;
	clear: both;
	background:#5bcba7;
	display:inline-block;
	margin:0;
	padding:10px 20px;
	padding: 1rem 2rem;
	border:none;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	text-transform: uppercase;
	color:#fff;
	cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.pagination li:last-child a,
.pagination li.disabled:last-child,
.pagination li:last-child a:hover,
.pagination li.active:last-child a { border-right-width: 1px }
.pagination li a:hover,
.pagination li.active a {
	background:#4c4c4c ;
	color:#fff;
	text-decoration: none;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    float: right;
    position: relative;
    width: 33.3333%;
}
.sidebar-content .entry   {
	background-color: #fff;
    padding: 24px;
}
.sidebar-content .sidebar {
    padding: 0 40px;
}
.content-sidebar .entry {
    padding: 24px;
}
.content-sidebar .sidebar {
    padding: 0 40px;
}
.sidebar-content .content {
	float: right;
}


.widgettitle {
    padding-bottom: 15px;
    position: relative;
}
.widgettitle:after, .customer_description > h4:after {
    background-color: #F0F0F0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
.sidebar p {
	margin-bottom: 16px;
}
.sidebar .widget {
	margin-bottom: 32px;
	padding: 0 0 32px;
	overflow: hidden;
}
.sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.sidebar.widget-area ul {
	padding-left: 0;
}
.sidebar.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}
.recentcomments li {list-style: none; padding: 8px 0 0 0;}
.recentcomments li:before {float: left; font-family: 'FontAwesome'; content: "\f105"; padding-right: 10px;}
.widget_recent_entries ul li, .sidebar.widget-area ul li {list-style: none; padding: 8px 0 0 0;}
.widget_recent_entries ul li:before, .sidebar.widget-area ul li:before { float: left; font-family: 'FontAwesome'; content: "\f105"; padding-right: 10px;}


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

.widget_tag_cloud a {
    background-color: #444;
    color: #fff;
    display: inline-block;
    *display: inline;
    font-size: 11px;
    line-height: 1em;
    padding: 8px;
    margin: 3px 0;
    zoom: 1;
    z-index: 0;
    position: relative;
}
.widget_tag_cloud a:hover {
    background-color: #5BCBA7;
    color: #fff;
    text-decoration: none;
}

.widget_calendar table {
	width: 100%;
}

#wp-calendar {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#wp-calendar caption {
    background: #fff;
    border: 1px solid #eaeaea;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
}
#wp-calendar th {
    background-color: #fff;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 6px;
}
#wp-calendar tbody td {
    border: 1px solid #eaeaea;
    padding: 6px ;
    text-align: center;
}
#wp-calendar tbody td {
    border: 1px solid #eaeaea;
    padding: 6px;
    text-align: center;
}
#wp-calendar th,
#wp-calendar tbody td,
#wp-calendar caption { border-color: #eaeaea }
#wp-calendar tfoot td{ padding: 10px}
#wp-calendar #next { text-align: right }



/* Dropdowns
------------------------------------------------------------ */

.cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	height: 26px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 230px;
}

.sidebar-alt .cat,
.sidebar-alt .widget_archive select {
	width: 128px;
}



/* Featured Page / Post
------------------------------------------------------------ */

/* Genesis Featured Post/Page Widgets
---------------------------------------------------------------------------------------------------- */
.featuredpost .entry {
    background-color: transparent;
    padding: 16px 0;
    margin-bottom: 0;
}
.featuredpost .entry:last-child { border-bottom-width: 0 }
.featuredpost .entry-title,
.featuredpage .entry-title {
    color: #424242;
    font-size: 18px;
	line-height: 1.4;
    margin: 0;
}

#home-top .featuredpage .entry-title {
	margin-bottom: 10px;
    margin-top: 20px;
}
.featuredpost .entry-title:after,
.featuredpage .entry-title:after {
	display: none;
}
.featuredpage .entry-header, .featuredpost .entry-header {
	border-bottom: none;
    margin: 0;
    padding: 0;
}
.featuredpost .entry-meta,
.featuredpage .entry-meta { 
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 0;
}
.featuredpost .alignleft,
.featuredpost .alignright,
.featuredpost .alignnone,
.featuredpage .alignleft,
.featuredpage .alignright,
.featuredpage .alignnone  {
    display: block;
    margin-bottom: 0
}
.featuredpost .entry-content > p, .featuredpage .entry-content > p {
    margin: 0;
    padding: 0;
}

 

/* User Profile
------------------------------------------------------------ */

.user-profile p {
	padding: 10px 0;
}

.user-profile .posts_link {
	margin: 10px 0;
}


/* Forms

--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #999;
    font-size: 14px;
    padding: 14px;
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
}
textarea {
    height: 140px;
    min-height: 140;
    resize: vertical;
}
input:focus,
textarea:focus {
    border-color: #ddd;
    outline: none;
    box-shadow: none;
}
::-moz-placeholder {
    color: #BEBEBE;
    opacity: 1;
}
::-webkit-input-placeholder { color: #BEBEBE }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #5BCBA7;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 15px 24px;
    text-transform: uppercase;
    width: auto;
}


.entry-content .button:hover { color: #fff }
.button {
    display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button { display: none }

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

button, input, select, textarea {	
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.search-form input[type="submit"] {
    display: none;
}
.wpcf7-form p {
    margin: 0;
    padding: 0;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
#submit, 
.viewall,
.prev_project > a,
.next_project > a,
.comment-reply-link {
	float: none;
	clear: both;
	background:#5bcba7;
	display:inline-block;
	margin:0;
	padding:10px 20px;
	padding: 1rem 2rem;
	border:none;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	text-transform: uppercase;
	color:#fff !important;
	cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

div.gform_footer input.button:hover,
.reply a:hover,
#submit:hover, 
.viewall:hover,
.comment-reply-link:hover,
.prev_project > a:hover,
.next_project > a:hover {
	background:#4c4c4c;
	color:#fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.sidebar .searchform, .portfolio-sidebar .searchform {
	margin-top: 20px;
}


.sidebar .widget_search, .portfolio-sidebar .widget_search  {
	padding: 0 0 20px 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget input {
	padding: 14px 20px;
	padding: 1.4rem 2rem;
}

.enews-widget input:focus  {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"]{
	border: medium none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
	color: #fff;
    display: inline-block;
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    margin: 0 2px;
    padding: 0.6em 1.2em !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;	
}

.enews-widget input[type="submit"]:hover{
	background: #4C4C4C;
	color: #fff;	
}

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

.footer-widgets {
    background-color: #424242;
    border-top: 1px solid #969696;
    margin: 0;
    padding: 34px 0 35px;
	color:#9E9E9E;
}

.footer-widgets .wrap {
    padding: 40px 0;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin-bottom: 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .avatar {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 4px;
}

.footer-widgets .byline, 
.footer-widgets .post-info {

}

#footer-widgets .sticky {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	color:  #9E9E9E;
	line-height: 30px;
	padding: 0 0 10px;
}

.footer-widgets a,
.footer-widgets a:visited {
	color: #9E9E9E;
	text-decoration: none;
}

.footer-widgets a:hover {
    color: #5BCBA7;
    text-decoration: none;
}

.footer-widgets ol,
.footer-widgets ul {
    text-decoration: none;
}

.footer-widgets ul li {
    line-height: 36px;
    list-style: none outside none;
    padding: 0;
    word-wrap: break-word;
}


.footer-widgets .wp-calendar thead,
.footer-widgets .wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 33.33%;
}

.footer-widgets-2 {
	float: left;
	padding: 0 30px 0 0;
	width: 33.33%;
}

.footer-widgets-3 {
	float: right;
	width: 33.33%;
}

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

.site-footer {
    background-color: #787878;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 24px 0;
}

.footer p {
	color: #F2F2F2;
}

.site-footer a,
.site-footer a:visited {
	color: #5BCBA7;
}

.site-footer a:hover {
    color: #F2F2F2;
    text-decoration: none;
	}

.site-footer .creds {
    color: #F0F0F0;
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

#top-link {
	position: fixed;
	padding: 0;
	right: 30px;
	overflow: visible;
	bottom:30px;
	z-index: 99999999999;
	float: right;
}


#top-link i {
    background-color: #424242;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}

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

/*
Comments
---------------------------------------------------------------------------------------------------- */
ol.comment-list {
    padding: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    margin: 0;
    padding: 0;
}
.entry-comments {
    background-color: #FFFFFF;
    padding: 24px;
}
.comment-respond,
.entry-comments,
.entry-pings { margin-bottom: 40px }
.comment-respond,
.entry-pings {
	background-color: #fff;
	 padding: 24px 
}
.comment-content { clear: both }

.comment-author {
    color: #424242;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.entry-comments .comment-meta {
    margin: 5px 0 0;
    padding: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] { width: 100% }
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.comment-list li,
.ping-list li { list-style-type: none }
.comment-list li {
    margin-top: 20px;
    padding: 24px;
}
.comment-list li li {
    margin-right: -32px;
    border-right-width: 0
}
li.comment {
    border: 1px solid rgba(100, 100, 100, 0.06);
}
.comment-header {
    padding: 0;
}
.comment .avatar { margin: 0 16px 20px 0 }

.form-allowed-tags {
    background-color: rgba(100, 100, 100, 0.05);
    padding: 24px;
}

.comment-form-comment {
	padding: 0 0 10px;
}
.form-allowed-tags code { 
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 14px;
    padding: 0
}
.comment-reply-link {
    font-size: 12px;
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/*Portfolio Filter*/
/*-----------------------------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 {
	padding:0;
	margin: 19px 0 0;
	width: 100%;
}

.element {
	float: left;
	overflow: hidden;
	position: relative;
}

.element * {
	 margin: 0;
}
	
.element-3col,
.gallery-3col{
	margin: 0 10px 20px;
	padding: 0;
	width: 344px;
}
	
/* Categories Filter
------------------------------------------------------------ */

#options {
	float: left;
	margin-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
		}

#options ul {
    font-family: "Oswald",serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
		}

#options ul ul { 
	margin-left: 1.5em;
}

#options li {
    background: #F0F0F0;
    border-radius: 0;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}

#options li a {
    color: #424242;
    display: inline;
}
#options li a:hover {
	text-decoration: none;
}
#options li a.selected {
	color: #5BCBA7;
}

		
/* Portfolio
------------------------------------------------------------ */

.item_label {
	margin-top: 20px;
}

.item_label h4 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.portfolio_image img {
	width: 100%;
	height: 100%;	
}
		
.prev_project > a,
.next_project > a {
	color: #fff;
}


/* Single Portfolio Page
------------------------------------------------------------ */

.metaItem {
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	text-transform: uppercase;
}

.metaItem strong {
	color: #5BCBA7;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    text-transform: uppercase;
}

.metaItem strong:after {
	color: #5BCBA7;
    bottom: 0;
    content: ":";
    padding-left: 2px;
    position: relative;
}

.folio-entry li {
   display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 10px;
}

.folio-entry {
    float: left;
    margin: 0;
    padding: 24px 0;
    width: 100%;
}

.portfolio_content {
	float: left;
	display: block;	
}

.portfolio-archive-item {
    list-style: none outside none;
}
.portfolio-archive-item a img{
	width: 100%;
	height: auto;	
}
#single-page-portfolio .portfolio-items{
	margin: 0;	
}
.prev_project, .next_project {
    display: inline-block;
}


/* Page Ttle Inner
------------------------------------------------------------ */

.page_title_wrap {
    background-color: #787878;
    padding: 24px 0;
    position: relative;
    width: 100%;
}

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

#page-title span {
    color: #F2F2F2;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* flicker photo widget
------------------------------------------------------------ */

.flickr_badge_image{
    margin: 0 5px 5px;
    padding: 5px;
	float: left;
}
	


