/*
  Theme Name: Chic Genesis
  Description: Genesis child theme.
  Author: ZigzagPress
  Author URI: http://www.zigzagpress.com/
  Text Domain: chic
 
  Version: 1.0
 
  Tags: one-column, two-columns, three-columns, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
  Template: genesis
  Template Version: 2.2.7
 
  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
01 Normalize
---------------------------------------------------------------------------------------------------- */

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*
02 Scaffolding 
---------------------------------------------------------------------------------------------------- */

*,:after,:before,html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:baseline}html{font-size:62.5%;box-sizing:border-box;-webkit-tap-highlight-color:transparent}*,:after,:before{box-sizing:border-box}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3,body,input,select,textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.btn,a,a:visited,button,input[type=button],input[type=submit]{-moz-transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;text-decoration:none}::-moz-selection{background-color:#47525c;color:#fff}::selection{background-color:#47525c;color:#fff}a img{border:none}pre{font-family:Courier;font-size:100%;line-height:1.5;margin:20px 0}

/*
03 Typography
-------------------------------------------------------------------------------------------------------
/* 03a - Font Color ----------- */
body {
  background-color: #f0f0f0;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 300;
  color: #47525c;
  margin: 40px;
    overflow-x: hidden;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a{
  color:inherit;
}
a:hover {
  color: #82909d;
}

.post-info,
.post-meta {
  color: #82909d;
}
button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
}

.woocommerce .products .star-rating {
    position: absolute;
    right: 0;
}

pre {
  background: #f0f0f0;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #bcc8d3;
    border-image: none;
    border-style: none none dotted;
    border-width: 0 0 1px;
    height: 2px;
    margin: 5% 0;
}

@media all {
    .highlight {
        background: #fff198;
    }
}


.main-navigation .sub-menu, .main-navigation .children {
    display: none;
}

dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 5%;
    padding: 0;
    width: 100%;
}
table thead {
    background: #f0f0f0 none repeat scroll 0 0;
}
table thead th {
    font-weight: bold;
}
table td,  table th {
    padding: 10px;
}

table tr:last-child td {
    border-bottom: medium none;
}
table tr:nth-child(2n) {
    background: #f0f0f0 none repeat scroll 0 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
bold {
  font-weight: 600;
}



/* 03b - Font Family ----------- */

/* 03c - Font Size ----------- */

h1, h2, h3, h4, h5, h6, .sticky_site_title {
  clear: both;
  color: #283037;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 3%;
}

.site-title {
  font-size: 24px;
}

h1.page-title:after, 
h1.entry-title:after,
h1.archive-title:after {
  display: block;
  content: " ";
  width: 5%;
  height: 4px;
  position: relative;
  top: 10px;
  left: 0;
  background: #47525c;
}


.blog .content article.type-post h1.entry-title:after, 
.page-template-page_blog .content article.type-post h1.entry-title:after, 
.single h1.entry-title:after,
.archive .content article.type-post h1.entry-title:after, 
.post-type-archive-portfolio .content article.type-portfolio h1.entry-title:after, 
.tax-portfolio_category .content article.type-portfolio h1.entry-title:after,
.single.single-post h1.entry-title:after,
h1.product_title.entry-title:after {
  background:  transparent;
}


.blog .content article.type-post h1.entry-title, 
.page-template-page_blog .content article.type-post h1.entry-title, 
.single h1.entry-title,
.archive .content article.type-post h1.entry-title, 
.post-type-archive-portfolio .content article.type-portfolio h1.entry-title, 
.tax-portfolio_category .content article.type-portfolio h1.entry-title,
.single.single-post h1.entry-title,
h1.product_title.entry-title {
  margin: 0 0 .5%;
}

h1 {
  font-size: 4.6rem;
}
@media (max-width: 500px) {
  h1 {
    font-size: 4.0rem;
  }
}

h2 {
  font-size: 3.6rem;
}
@media (max-width: 500px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2.6rem;
}
@media (max-width: 500px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 2.0rem;
}
@media (max-width: 500px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.6rem;
}
@media (max-width: 500px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.2rem;
}

.related-posts > h4, .related h2, .upsells h2, .woocommerce-tabs h2, .cart_totals.calculated_shipping h2, .woocommerce .cart-collaterals h2, h3#reply-title.comment-reply-title, div#comments.entry-comments h3 {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
.site-footer p {
  font-size: inherit;
}

/* 03d - Font Miscellaneous ----------- */

blockquote cite {
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 20px auto;
}
blockquote cite a {
    margin-top: 20px;
    display: block;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
blockquote {
  font-size: 22px;
  line-height: 1.6;
  margin: 1em 0 1.4em 0;
  position: relative;
  padding: 20px 0 0 8%;
  border-top: solid 4px #f0f0f0;
}
blockquote:before {
  content: "\201C";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 60px;
  width: 30px;
  top: 25px;
  line-height: 1;
}
@media (max-width: 600px) {
  blockquote {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 12%;
  }
  blockquote:before {
    top: 21px;
  }
}
blockquote p {
  margin-bottom: 1em;
}
.pull-right,
.pull-excerpt {
  float: right;
  margin: 1.2% 0 2% 5%;
  text-align: right;
}
.pull-left {
  float: left;
  margin: 1.5% 5% 2% 0;
}
.pull-right,
.pull-left {
  color: inherit;
  font-size: 20px;
  line-height: 1.4;
  width: 32%;
  padding: 20px 0 0 0;
  border-top: solid 4px #f0f0f0;
}
@media (max-width: 800px) {
  .pull-right,
  .pull-left,
  .pull-excerpt {
    font-size: 18px;
    width: 100%;
    margin: 0 0 5% 0;
  }
}
/*
04 Layout
---------------------------------------------------------------------------------------------------- */
/* 04a - Structure ----------- */
.site-container {
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.site-inner {
  clear: both;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
.home .site-inner{
  max-width: 100%;
}
.content-sidebar-wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.page-template-page_archive .entry-content {
  -webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
}

/* 04b - 1152px CSS Grid ----------- */
.sidebar-secondary {
  width: 15.277777777%; /* 176px / 1152px */
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
.site-header .widget-area {
  width: 30.555555555%; /* 352px / 1152px */
}
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  width: 37.931034482%; /* 352px / 928px */
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 56.896551724%; /* 528px / 928px */
}
.content-sidebar .content,
.sidebar-content .content{
  width: 65.277777777%; /* 752px / 1152px */
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 80.555555555%; /* 928px / 1152px */
}

.full-width-content .content-sidebar-wrap{
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  float: none;
}
.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.site-footer .gototop,
.sidebar-secondary,
.site-title {
  float: left;
}
.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-3,
.sidebar-primary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area {
  float: right;
}
/* 04c - Header ----------- */
.site-header {
    border: none;
    display: block;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 10px 0;
    left: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: relative;
    z-index: 1;
 }
.show_nav .zp_page_header,
.show_nav .zp_page_content,
.show_nav .zp_single_header,
.show_nav .zp_single_content,
.show_nav .home_box_container,
.show_nav .zp_portfolio_container,
.show_nav .zp_shop_container,
.show_nav.zp_blog_page #infinite-content{
  left: 320px;
  -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.zp_page_header,
.zp_page_content,
.zp_single_header,
.zp_single_content{
  left: 0;
  -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.title-area{
   display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.site-title {
    display: block;
    float: left;
    font-size: 6px;
    font-size: 6rem;
    font-weight: 400;
    margin: 0 0 1%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.header-image .site-title {
    margin: 0;
}
.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
    float: none;
}

.header-image .site-description  {
    display: none;
    overflow: hidden;
    text-indent: -9999px;
}

.header-image .site-header .title-area {
    margin: 80px auto;
}

.site-description {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

.header-image .site-header .title-area,
.site-header .title-area {
    text-indent: 0;
    text-align: center;
}

.sticky_logo {
    float: left;
    width: auto;
    margin: 20px 10px;
}
.sticky_logo a{
    display: block;
}
.title-area a{
    display: block;
}

.widget-area.header-widget-area {
  width: 400px;
  margin: 0 auto;
  float: none;
  position: relative;
}

.widget-area.header-widget-area .textwidget{
  margin: 30px 0 25px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
/* 04d - Main Content ----------- */
main.content,
.page.page-template-page_blog-php main.content{
  width: 100%;
  display: none;
  padding-bottom: 0;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-top: 0;
}

.single.single-post main.content,
.single.single-portfolio main.content,
.single.single-product main.content,
.page main.content,
body.search main.content{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.page-template-homepage_template main.content{
  max-width: 100%;
  width: 100%;
}

.content article.type-post{
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    height: 400px;
}

.content article.type-post .post_image_holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    transform: scale(1.2);
    transition: transform 1s ease;
}

.content article.type-post .media_holder {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.content article.type-post:hover .media_holder .post_image_holder,
.content article.type-portfolio:hover  .media_holder .post_image_holder {
      transform: scale(1);
      transition: transform 1s ease;
}

.content article.type-post .post_image_overlay {
    position: absolute;
    background: rgba( 0, 0, 0, 0.1 );
    height: 100%;
    width: 100%;
    top: 0;
}


/* Portfolio */
.content article.type-portfolio {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    height: 400px;
}

.content article.type-portfolio .post_image_holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    transform: scale(1.2);
    transition: transform 1s ease;
}

.content article.type-portfolio .media_holder {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.content article.type-portfolio .post_image_overlay {
    position: absolute;
    background: rgba( 0, 0, 0, 0.1 );
    height: 100%;
    width: 100%;
    top: 0;
}

.content article.type-portfolio:first-child{
    height: 588px;
}
.content article.type-portfolio:nth-child( 7n + 2 ){
    width: 33.33%;
    height: 608px;
}
.content article.type-portfolio:nth-child( 7n + 3){
    width: 33.33%;
    height: 304px;
}
.content article.type-portfolio:nth-child( 7n + 4){
    width: 33.33%;
    height: 304px;
}
.content article.type-portfolio:nth-child( 7n + 5){
    width: 66.67%;
    height: 304px;
}
.content article.type-portfolio:nth-child( 7n + 6){
    width: 66.67%;
    height: 608px;
}
.content article.type-portfolio:nth-child( 7n + 7){
    width: 33.33%;
    height: 304px;
}
.content article.type-portfolio:nth-child( 7n + 8){
    width: 33.33%;
    height: 304px;
}

.single .content article .type-portfolio {
  width: 100%;
  display: block;
  height: 100% !important;
}

.single .content-sidebar-wrap .media_holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 588px;
    margin-bottom: 40px;
}

.single.full-width-content .content-sidebar-wrap .media_holder  {
  margin-bottom: 0;
}

.single .content-sidebar-wrap .media_holder .post_image_holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    transform: scale(1.2);
    transition: transform 1s ease;
}
.single .content-sidebar-wrap .media_holder:hover .post_imagee_holder{
  transform: scale(1);
  transition: transform 1s ease;
}


.content article.type-post .media_holder::before,
.content article.type-portfolio .media_holder::before {
   left: 0;
    position: absolute;
    top: 40%;
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.65) 100%);
    bottom: 0;
    content: " ";
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    right: 0;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.content article.type-post:hover .media_holder::before,
.content article.type-portfolio:hover .media_holder::before {
  opacity: 1;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.content article.load_more_posts {
    width: 100%;
    text-align: center;
}
.content article.load_more_posts .line-scale-pulse-out > div {
    width: 2px;
    height: 20px;
}
.content article.type-post:first-child{
    height: 588px;
}
.content article.type-post:nth-child( 7n + 2 ){
    width: 33.33%;
    height: 608px;
}
.content article.type-post:nth-child( 7n + 3){
    width: 33.33%;
    height: 304px;
}
.content article.type-post:nth-child( 7n + 4){
    width: 33.33%;
    height: 304px;
}
.content article.type-post:nth-child( 7n + 5){
    width: 66.67%;
    height: 304px;
}
.content article.type-post:nth-child( 7n + 6){
    width: 66.67%;
    height: 608px;
}
.content article.type-post:nth-child( 7n + 7){
    width: 33.33%;
    height: 304px;
}
.content article.type-post:nth-child( 7n + 8){
    width: 33.33%;
    height: 304px;
}
.single .content article.type-post,
.single .content article.portfolio{
  width: 100%;
  display: block;
  height: 100% !important;
}
.single .content article.type-post .media_holder{
  height: 588px;
}
.single .content article.type-post .media_holder .post_image_overlay{
  display: none;
}
.zp_single_feature{
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.zp_single_feature a{
  display: block;
}
.zp_single_feature a  img{
  float: none;
}

.full-width-content .entry-content {
  float: none;
  margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    width: 90%;
}

.woocommerce .entry-content {
  overflow: hidden;
  float: left;
  width: 100%;
}

.entry-content p:empty {
  display: none;
}
.entry-content p {
  margin-bottom: 30px;
}
blockquote {
  padding: 24px 64px;
}
.comment-reply-link{
    display: block;
    line-height: 1;
}
.comment-reply-link:hover {
  background: transparent;
}
.comment-reply-link {
  width: auto;  
}

article.page.type-page.entry {
    overflow: hidden;
    margin: 0 auto;
}

/* 04e - Post Info & Meta ----------- */
/* - Post Info & Meta ----------- */
article.post.type-post .entry-header,
article.portfolio.type-portfolio .entry-header {
  bottom: 0;
  padding: 35px;
    position: absolute;
    text-align: left;
    z-index: 2;
}

.entry-footer {
  clear: both;
  margin: 0;
  padding:0;
}
.entry-footer .entry-meta {
    margin: 0 ;
    padding: 0;
}
.entry-meta {
  display: block;
  width: 100%;
  float: left;  
}
.entry-meta a:hover{
   opacity: 0.7;
}
.entry-header .entry-meta, .entry-comments-link a, .entry-author a, .entry-footer .entry-meta {
    margin: 0;
}
a.post-edit-link {
    display: none;
}
.single .entry-header,
.single .entry-footer{
  float: none;
  margin: 0 auto;
  max-width: 90%;
  overflow: hidden;
  padding: 20px 0;
}

.sidebar-content .content  .entry-footer {
  max-width: 100% !important;
}

.single article.post.type-post .entry-header,
.single article.portfolio.type-portfolio .entry-header {
    margin: 0 auto ;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 2;
}

.page .entry-header {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;

  }

.single .entry-header .entry-meta, 
.single .entry-footer .entry-meta {
    margin: 0;
    font-size: 1.2rem;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}


.entry-author-link:after {
    color: #5a5959;
    content: " \00af ";
    padding: 0 5px;
    position: relative;
    top: 3px;
}

.single-portfolio .entry-author-link:after {
  content: "";
}
  
.single .entry-footer .entry-meta {
  font-weight: 400;
  margin-bottom: 26px;
}
.single .entry-header .entry-meta .zp_post_author{
  display: block;
}
.single .entry-header .entry-meta .zp_post_author img{
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
span.date_wrap, span.author_wrap, 
span.comment_wrap, 
span.sku_wrapper, span.posted_in, 
.portfolio_tags {
    clear: both;
    display: inline-block;
    float: left;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 0 0 1px;
    padding: 2px 4px;
    text-transform: uppercase;
}
/* 04f - Pagination ----------- */
/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  padding: 50px 0 0;
  text-align: center
}
.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #888;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    padding: 5px 10px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    border-color: #424a55;
    color: #424a55;
}

.search main.content > div.entry {
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #eee;
}

/* 04f - Column Classes ----------- */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 4.166666666%; /* 48px / 1152px */
}
.one-half,
.three-sixths,
.two-fourths {
  width: 47.9166666666%; /* 552px / 1152px */
}
.one-third,
.two-sixths {
  width: 30.555555555%; /* 352px / 1152px */
}
.four-sixths,
.two-thirds {
  width: 65.277777777%; /* 752px / 1152px */
}
.one-fourth {
  width: 21.875%; /* 252px / 1152px */
}
.three-fourths {
  width: 73.958333333%; /* 852px / 1152px */
}
.one-fifth {
  width: 16.666666666%; /* 192px / 1152px */
}
.two-fifths {
  width: 37.5%; /* 432px / 1152px */
}
.three-fifths {
  width: 58.333333333%; /* 672px / 1152px */
}
.four-fifths {
  width: 79.166666666%; /* 912px / 1152px */
}
.one-sixth {
  width: 13.194444444%; /* 152px / 1152px */
}
.five-sixths {
  width: 82.638888888%; /* 952px / 1152px */
}
.first {
  margin-left: 0;
}
/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
  padding: 24px 0 16px;
}
p.pages,
.clear,
.clear-line,
.first {
  clear: both;
}
.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
}
.alignleft,
.archive-page {
  float: left;
}
.alignright {
  float: right;
}
.archive-page {
  width: 50%;
}
.sticky ,
.author-box{
  margin-bottom: 80px;
}
.author-box h4 {
  display: block;
    font-size: 2.1rem;
    line-height: 1.5;
    position: relative;
    top: 5px;
}

.breadcrumb,
.sticky  {
  margin-bottom: 48px;
  overflow: hidden;
  padding: 32px;
}
.author-box{
    margin: 0 auto 32px;
    padding: 50px 100px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.full-width-content .author-box {
  max-width: 90%;
}
.taxonomy-description {
  display: none;
}
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  
  padding: 10px 15px;
}
.breadcrumb a {
  background: #f0f0f0;
  padding: 3px 6px;
  border-radius: 4px
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */
.before_header_section {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  float: left;
  width: 100%;
  z-index: 1; 
}
.genesis-nav-menu {
  border-top: 1px solid #eee;
  border-bottom: 5px solid #eee;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    letter-spacing: 1.2000000476837158px;
    float: none;
    line-height: 1;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 1170px;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
}

.genesis-nav-menu .menu-item:first-child a::before,
.genesis-nav-menu .sub-menu a::before {
display: none;
}

.genesis-nav-menu .menu-item a {
    display: block;
    padding: 20px;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu .highlight span {
    background-color: transparent;
    border: 1px solid #eee;
    padding: 10px 15px;
}

.genesis-nav-menu .highlight:hover {
    border-bottom: none;
}

.genesis-nav-menu .highlight:hover span {
    background-color: #424a55;
    color: #fff;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #82909d;
    text-decoration: none;
}

.genesis-nav-menu .menu-item-has-children > a:after {
    content: '\f107';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  vertical-align: bottom;
  position: absolute;
  right: 2px;
  margin: 0 auto;
}

.genesis-nav-menu .sub-menu {
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    left: -9999px;    
    margin: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu .menu-item {
    margin-top: 0;
    padding-top: 0;
}

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    display: none;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    color: inherit;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #f0f0f0;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -54px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
  float: right;
}
.right.zp_cart_item {
    right: -15px;
}
.genesis-nav-menu li.search {
  margin-right: 10px;
}
.genesis-nav-menu li.search form{
  display: none;
  position: absolute;
  right: 5px;
  width: 300px;
  margin-top: 5px;
}
.genesis-nav-menu li.search form input{
  padding: 10px;
}
.genesis-nav-menu li.right a {
  display: inline-block;
}
.genesis-nav-menu li.right i {
  color: #FFF;
  display: inline-block;
  padding: 5px; 
  position: relative;
}
.header_right_icons {
    float: right;
    position: absolute;
    right: 10px;
    padding: 4px 10px;
    top: 5px;
}
.zp_cart_item{
    float: right;
    position: relative;
    right: 10px;
    padding: 4px 10px;
    top: 5px;
}

/* ========== EXTRA SEARCH ========== */

.zp_search_extras {
    float: right;
    position: relative;
    right: 10px;
    padding: 4px 10px;
    top: 5px;
}
.zp_search_extras i.fa.fa-search {
    text-align: center;
    margin-left: 2px;
}
.search_icon {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 1.7;
}
.overlay_search_form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #282a2d;
    opacity: 0.95;
    z-index: 9998;
}
.search_wrap {
    position: fixed;
    left: 50%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.search_wrap #overlay_searchform {
    max-width: 100%;
}
.search_wrap #overlay_searchform input#s {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    float: none;
    font-family: inherit;
    font-size: 3rem;
    margin-right: 0;
    padding: 15px 0;
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.search_wrap #overlay_searchform input#s:focus,
.search_wrap #overlay_searchform input#s:active {
    box-shadow: none;
}
.search_wrap #overlay_searchform input[type="submit"] {
    display: none;
}
.search-close {
    color: #FFF;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    z-index: 999;
}
.search-close .navbar-toggle {
    display: block;
    height: 30px;
    top: 0;
    width: 30px;
}
.search-close .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 0;
}
.search-close .navbar-toggle .icon-bar.icon-left {
    transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    top: 12px;
    position: absolute;
    left: 0;
}
.search-close .navbar-toggle .icon-bar.icon-right {
    transform: rotate( -45deg);
    -moz-transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    -o-transform: rotate( -45deg);
    top: 12px;
    margin: 0;
    position: absolute;
    left: 0;
}
.search_wrap p.search-info {
    color: #ffffff;
    line-height: 1.45;
    margin: 20px 0 0;
}
/*
06 Headings
---------------------------------------------------------------------------------------------------- */
.blog .content article.type-post h1.entry-title,
.page-template-page_blog .content article.type-post h1.entry-title,
.archive .content article.type-post h1.entry-title,
.post-type-archive-portfolio .content article.type-portfolio h1.entry-title,
.tax-portfolio_category .content article.type-portfolio h1.entry-title{
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: left;
}

.blog .content article.type-post h1.entry-title a,
.page-template-page_blog .content article.type-post h1.entry-title a,
.archive .content article.type-post h1.entry-title a,
.post-type-archive-portfolio .content article.type-portfolio h1.entry-title a,
.tax-portfolio_category .content article.type-portfolio h1.entry-title a{
  color: #fff;
}

.blog .content article.type-post h1.entry-title a:hover,
.page-template-page_blog .content article.type-post h1.entry-title a:hover,
.archive .content article.type-post h1.entry-title a:hover,
.post-type-archive-portfolio .content article.type-portfolio h1.entry-title a:hover,
.tax-portfolio_category .content article.type-portfolio h1.entry-title a:hover{
  opacity: .5
}
.blog .content article.type-post p.entry-meta,
.page-template-page_blog .content article.type-post p.entry-meta,
.archive .content article.type-post p.entry-meta,
.post-type-archive-portfolio .content article.type-portfolio p.entry-meta,
.tax-portfolio_category .content article.type-portfolio p.entry-meta{
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.2;
    overflow: hidden;
    text-transform: uppercase;
}

.blog .content article.type-post:hover span.entry-categories,
.page-template-page_blog .content article.type-post:hover span.entry-categories,
.archive .content article.type-post:hover span.entry-categories,
.post-type-archive-portfolio .content article.type-portfolio:hover span.entry-categories,
.tax-portfolio_category .content article.type-portfolio:hover span.entry-categories{
    bottom: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .content article.type-post:hover span.entry-categories a,
.page-template-page_blog .content article.type-post:hover span.entry-categories a,
.archive .content article.type-post:hover span.entry-categories a,
.post-type-archive-portfolio .content article.type-portfolio:hover span.entry-categories a,
.tax-portfolio_category .content article.type-portfolio:hover span.entry-categories a{
    color: #fff;
}
.blog .content article.type-post h1.entry-title,
.page-template-page_blog .content article.type-post h1.entry-title,
.archive .content article.type-post h1.entry-title,
.post-type-archive-portfolio .content article.type-portfolio h1.entry-title,
.tax-portfolio_category .content article.type-portfolio h1.entry-title{
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    bottom: -27px;
}
.blog .content article.type-post:hover h1.entry-title,
.page-template-page_blog .content article.type-post:hover h1.entry-title,
.archive .content article.type-post:hover h1.entry-title,
.post-type-archive-portfolio .content article.type-portfolio:hover h1.entry-title,
.tax-portfolio_category .content article.type-portfolio:hover h1.entry-title{
    bottom: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .content article.type-post time.entry-time,
.page-template-page_blog .content article.type-post time.entry-time,
.archive .content article.type-post time.entry-time,
.post-type-archive-portfolio .content article.type-portfolio time.entry-time,
.tax-portfolio_category .content article.type-portfolio time.entry-time{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    bottom: -30px;
}
.blog .content article.type-post:hover time.entry-time,
.page-template-page_blog .content article.type-post:hover time.entry-time,
.archive .content article.type-post:hover  time.entry-time,
.post-type-archive-portfolio .content article.type-portfolio:hover  time.entry-time,
.tax-portfolio_category .content article.type-portfolio:hover time.entry-time{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    bottom: 0;
}
article.post.type-post .entry-header, article.portfolio.type-portfolio .entry-header{
    bottom: 0;
    position: absolute;
    text-align: left;
    z-index: 2;
}

.blog .content article.type-post .entry-header-wrap,
.page-template-page_blog .content article.type-post .entry-header-wrap,
.archive .content article.type-post .entry-header-wrap,
.post-type-archive-portfolio .content article.type-portfolio .entry-header-wrap,
.tax-portfolio_category .content article.type-portfolio .entry-header-wrap {
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.entry-header > p,
.portfolio_header_wrap p {
    font-size: 2.1rem;
    font-weight: 400;
}
span.entry-categories {
    margin-top: 8px;
    padding-bottom: 8px;
    display: block;
    position: relative;
    bottom: -100px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.single span.entry-categories {
  bottom: 0;
}

span.entry-categories a, span.entry-tags a {
  padding: 2px 8px;
  border-radius: 22px;
  background: #424a55;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.author-box-title {
    display: block;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    margin: 2% 0;
    text-align: center;
}
.author-box-title > span {
    display: block;
    font-size: 45px;
    font-size: 4.5rem;
}
.taxonomy-description h1 {
  margin-bottom: 4px;
}
.archive-title {
  margin-bottom: 24px;
}
/*
07 Lists
---------------------------------------------------------------------------------------------------- */
ul, ol {
    margin: 0 0 5% 25px;
}
ul {
    list-style: outside none square;
}
ol {
    list-style: outside none decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin: 0.6em 0 0 1.5em;
}
.entry-content li {
  margin-bottom: 1%;
}
  
/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #1e1e1e;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #ff2a00;
}
/*
09 Comments
---------------------------------------------------------------------------------------------------- */
#comments,
#respond {
    float: none;
    margin: 26px auto;
    max-width: 90%;
    padding: 40px 0 0;
    overflow: hidden;
}
.ping-list,
#comments {
  margin-bottom: 48px;
}
#author,
#email,
#url {
  width: 50%;
}
.commentmetadata,
#author,
#email,
#url {
  margin-bottom: 12px;
  width: 100%;
}
#comment {
  margin: 12px 0;
}
.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  padding: 40px 60px;
  border: 1px solid #efefef;
}
.comment-list li ul li {
  padding-left: 60px;
  margin: 40px 0;
}
.comment-header {
  overflow: hidden;
  text-transform: uppercase;
}

.says {
    font-size: 12px;
}

.comment-header a{
  color: inherit;
}
time.comment-time {
  font-size: 12px;
  letter-spacing: .1em;
}
.comment-header p{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  }
.comment {
  border-right: none;
}
.comment-content p,
.comment-respond p {
  margin-bottom: 24px;
}
.bypostauthor {
}
#comments .navigation {
  margin-top: 32px;
}
.comment-form p{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.comment-form label{
  display: block;
  font-size: 16px;
}
.comment-form input,
.comment-form select,
.comment-form textarea{
  width: 100%;
}

/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  line-height: 1.5;
}
.sidebar p {
  margin-bottom: 16px;
}
.sidebar .widget {
  margin-bottom: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}
.sidebar.widget-area ul li {
  margin-bottom: 6px;
  word-wrap: break-word;
}
/*
11 Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    clear: both;
}
.site-footer .wrap {
    overflow: hidden;
    padding: 30px 20px;
    text-align: center;
  max-width: 1170px;
  border-top: 1px solid #eee;
    margin: 0 auto;
}
.site-footer .bottom-widget{
  display: block;
  width: 100%;
}
.site-footer .bottom-widget .menu a{
  color: #424a55;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.083em;
  text-transform: uppercase;
}
.site-footer .bottom-widget .menu a:hover {
  color: #82909d;
}
.site-footer .bottom-widget ul.menu{
  display: inline-block;
  float: left;
}
.site-footer .bottom-widget ul.menu li{
  display: inline-block;
  float: left;
  padding-right: 20px
}
.site-footer .creds{
  display: block;
  margin-top: 20px;
  width: 100%;
}
/* 11a - Footer Widgets ----------- */

.widget-title {
  border-bottom: 1px solid #eee;
    padding: 12px;
    margin: 0 0 30px;
    text-transform: uppercase;
    word-wrap: break-word;
    position: relative;
}

.footer-widgets p {
  margin-bottom: 16px;
}
.footer-widgets .widget {
  margin-bottom: 24px;
}
.footer-widgets .widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
  border-bottom: 1px solid #eeeeee;
  padding: 9px 0;
}
.footer-widgets ul.sub-menu {
  display: none;
}
.footer-widgets {
    clear: both;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
}

.footer-widgets div.wrap {
  max-width: 1170px;
  border-top: 1px solid #eee;
  margin: 0 auto;
  padding: 50px 0 0;
  overflow: hidden;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
    padding: 0% 4% 4%;
}

.footer-widgets-1 {
    text-align: right;
    width: 25%;
}

.footer-widgets-2 {
    text-align: left;
    width: 39.8%;
}

.footer-widgets-3 {
    padding-left: 0;
    text-align: left;
    width: 35%;
}

.footer-widgets .widget {
    margin-bottom: 30px;
}

.bottom-widget {
  max-width: 400px;
  margin: 0 auto;
}

/* Featured Content
--------------------------------------------- */

.featuredpost .alignleft {
    float: left;
}
.featuredpost .alignright {
    float: right;
}
.featuredpost .entry {
    border-bottom: 1px solid #eeeeee;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 0 !important;
    padding: 10px 0;
    width: 100%;
}
.featuredpost .entry:last-child {
    margin-bottom: 0 !important;
    border: none;
}
.featuredpost .entry-header {
    float: left;
    width: 100%;
    display: block;
}
.featuredpost .entry-title,
.featuredpage .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 10px 0 3px;
  text-align: left;
}

.featuredpage .entry-header,
.featuredpost .entry-header {
  border-bottom: medium none;
  bottom: 10px !important;
  left: 0 !important;
  margin: 0;
  padding: 0 !important;
  position: relative !important;
  width: 80% !important
}
.featuredpost .entry-meta,
.featuredpage .entry-meta {
    font-size: 1.3rem;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}
.featuredpost .entry-content,
.featuredpage .entry-content {
    padding: 0;
}
.featuredpost img,
.featuredpage img {
  border: 1px solid #e3e3e3;
  display: block;
  float: left;
  padding: 3px;
  margin: 0 0 10px 0;
  max-width: 50px !important;
}
.featuredpost img:hover,
.featuredpage img:hover {
    opacity: 0.75;
}
.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 {
    font-size: 1.6rem;
    line-height: 1.625;
    margin: 0 0 10px;
    padding: 0;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.62857;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EEE;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"], input[type= "image"], input[type="radio"] {
    width: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}


select {
  background: url("images/down-arrow.png") no-repeat right #fff;
  border-radius: 0;
  color: inherit;
  height: 40px;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }


/* button */

  input[type="button"],input[type="reset"],input[type="submit"], .btn, button, .button, .added_to_cart, input[type=submit], .checkout-button.button, a.button.wc-backward, .comment-reply-link {
  background-color: #424a55;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 26px;
  text-transform: uppercase;
  width: auto;
    }
    
  .btn:hover, button:hover, .added_to_cart:hover, input[type=submit]:hover, .checkout-button.button:hover, a.button.wc-backward:hover, .comment-reply-link:hover {
    background: #82909d;
    color: #fff;
    }
    
  button.button, 
  .checkout-button.button{
    padding: 0 15px; 
    }

  .product_type_variable{display: inline-block; padding: 0 8px;}
  
#subbutton, form.search-form input[type="submit"] {
    position: relative;
    margin: 10px 0 0;
}

.comment-reply-link {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  width: auto;
  height: 36px;
  line-height: 36px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.woocommerce-ordering select {
    box-shadow: none !important;
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    padding: 6px 12px;
    text-transform: uppercase;
}

.woocommerce-ordering:after {
    content: "\f107";
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    display: block;
    font-family: fontawesome;
    position: absolute;
    right: 6px;
    top: 6px;
}


/* 12a - Gravity Forms ----------- */
.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  padding: 16px;
}
.content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
}
.content div.gform_wrapper .ginput_complex label {
  padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}
/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%;
}
img {
  height: auto;
}
.alignleft .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.author-box .avatar {
  border-radius: 50%;
  float: none;
  height: auto;
  min-width: 70px;
  width: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  padding: 3px
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e4e1e3;
  background-color: #ebe9eb;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone {
  display: inline;
  margin-bottom: 12px;
}
img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
}
img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
}
p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
}
.gallery-caption {
}
/* Single Post Nav */
.single_post_nav {
  bottom: 30px;
    color: #ffffff;
    left: 50px;
    position: absolute;
    width: 94.6%;
    z-index: 999;
}
.single_post_nav .single_post_prev {
  color: inherit;
}
.single_post_nav .single_post_next{
   color: inherit;
   text-indent: -99999px;
}
.single_nav_title {
  text-indent: -99999px;
}
.single_post_nav .single_post_prev span {
  background-color:  #171715;
  color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 73px;
    text-indent: 0 !important;
    top: 0;
    width: 35px;
}
.single_post_nav .single_post_next span {
  background-color:  #171715;
  color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 35px;
    text-indent: 0 !important;
    top: 0;
    width: 35px;
}
.single_post_nav .single_post_next span:hover,
.single_post_nav .single_post_prev span:hover {
  background-color:  #fff;
  color: #171715;
}
/* Mobile Menu */
.menu-trigger {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 10px;
  z-index: 2000;
  background-color: transparent;
  cursor: pointer;
  display: block;
  z-index: 6;
  transition: left 0.5s ease;
  -webkit-transition:  left 0.5s ease;
  -moz-transition:  left 0.5s ease;
  -o-transition: left 0.5s ease;
}
body.show_nav{
  overflow: hidden;
}
.show_nav .site-container {
  left: 320px;
  transition: left 0.5s ease;
  -webkit-transition:  left 0.5s ease;
  -moz-transition:  left 0.5s ease;
  -o-transition: left 0.5s ease;
}
.show_nav .menu-trigger span{
  color: #171715;
}
.menu-trigger:hover{
  background: #fff;
  color: #171715;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
}
.menu-trigger:hover span{
  color: #171715;
}
.menu-trigger-wrap{
    height: 100%;
    display: block;
}
.menu-trigger-wrap span{
      color: #424a55;
    font-size: 30px;
    display: block;
    padding: 0;
    /* overflow: hidden; */
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-top: 0;
    width: 40px;
    line-height: 40px;
    height: 40px;
}

/*--------------------------------------
* Category Filter Style
--------------------------------------*/
.category_filter {
    display: block;
    width: 100%;
    max-width: 1700px;
    margin: 40px auto 0;
}
.category_filter ul{
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 1%;
}
.category_filter ul li{
  list-style: none;
  float: left;
  padding-right: 25px;
}

span.category_count {
    display: inline-block;
    top: -5px;
    vertical-align: top;
    font-size: 12px;
    margin-left: 4px;
    line-height: 20px;
    background: #eee;
    text-align: center;
    position: relative;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
/*--------------------------------------
* Shortcodes Style
--------------------------------------*/
/* hr */
hr{
    width: 100%;
    margin: 20px auto;
    height: 1px;
    background: #e3e3e3;
    border: 0;
    display: block;
}

  /* ZP Home Box */
.home_box_wrap h3{
    margin-bottom: 0;
    font-size: 29px;
}
.home_box_wrap a:hover h3 {
  opacity: 0.2;
}
.home_box_wrap h1{
    font-size: 11rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}
.home_box_wrap p {
    font-size: 20px;
    margin-bottom: 20px;
}
/* Columns */
.column_wrapper{
  display: block;
  overflow: hidden;
}
.zp_column {
    display: block;
    overflow: hidden;
}
.zp_column.zp_one_half{
  width: 47%;
  float: left;
  overflow: hidden;
  margin-left: 3%;
}
.zp_column.zp_one_half:first-child{
  margin-left: 0;
}
.zp_column.zp_one_third{
  width: 31.33%;
  float: left;
  overflow: hidden;
  margin-left: 3%;
}
.zp_column.zp_one_third:first-child{
  margin-left: 0;
}
.zp_column.zp_one_fourth{
  width: 22.75%;
  float: left;
  overflow: hidden;
  margin-left: 3%;
}
.zp_column.zp_one_fourth:first-child{
  margin-left: 0;
}
/* Services */
.zp_services_wrapper{
  display: block;
  overflow: hidden;
}
.zp_services{
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.zp_services.zp_center{
  text-align: center;
}
.zp_services.zp_left{
  text-align: left;
}
.zp_services.zp_right{
  text-align: right;
}
.zp_services > img {
    max-width: 100px;
}
.zp_services > h4 {
    font-size: 2rem;
}
/* Testimonial */
.testimonial_wrapper{
    text-align: center;
    display: block;
    overflow: hidden;
}
.testimonial_wrapper .cycle-prev {
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px;
}
.testimonial_wrapper .cycle-next {
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    cursor: pointer;
    padding: 5px;
}
.testimonial_wrapper .cycle-next:hover,
.testimonial_wrapper .cycle-prev:hover{
  background: #121212;
  color: #fff;
}
.testimonial_content {
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}
.testimonial_content p{
    margin-bottom: 0;
}
.testimonial_wrapper h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}
/* Accordion */
.accordion_wrap{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.accordion_item {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
}
.accordion_item.active .accordion_content{
  display: block;
}
.accordion_content{
  display: none;
}
.accordion_header h4{
    margin-bottom: 0;
    display: block;
    padding: 10px 20px;
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
}
.accordion_header h4 span{
    float: right;
    line-height: 1;
    padding: 8px 0;
}
.accordion_body{
  display: block;
    padding: 10px 20px;
}
/* Toggle */
.toggle_wrap{
  display: block;
  overflow: hidden;
    margin-bottom: 30px;
}
.toggle_item {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
}
.toggle_item.active .toggle_content{
  display: block;
}
.toggle_content{
  display: none;
}
.toggle_header h4{
    background: #f5f5f5 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    font-size: 2.1rem;
    margin-bottom: 0;
    padding: 10px 20px;
    position: relative;
}
.toggle_header h4 span{
    float: right;
    line-height: 1;
    padding: 8px 0;
}
.toggle_body{
  display: block;
    padding: 10px 20px;
}
/* Tabs */
.tab_container{
  display: block;
  overflow: hidden;
    margin-bottom: 30px;
}
ul.tab_nav{
  list-style: none;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}
ul.tab_nav li{
    display: inline-block;
    float: left;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
ul.tab_nav li.active{
  background: #f5f5f5;
}
.tab_content {
    padding: 20px;
    background: #f5f5f5;
}
.tab_content .tab_pane{
  display: none;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.056em;
}
.tab_content .tab_pane:first-child{
  display: block;
}
/* Drop Cap */
span.dropcap {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    float: left;
    line-height: 1;
    padding-right: 5px;
}

.zp_sticky_nav {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    top: 0;
}
.sticky_site_title {
    display: block;
    float: left;
    padding: 20px;
}
nav.nav-sticky_menu {
    float: left;
    width: auto;
}
.genesis-nav-menu li.right {
    float: none;
    display: inline-block;
    padding: 0;
    top: 0;
}
.genesis-nav-menu li.right i {
    color: inherit;
    display: inline-block;
    padding: 5px;
    position: relative;
}
.nav-sticky_menu .genesis-nav-menu li.right {
    float: right;
    position: absolute;
    right: 25px;
    top: 10px;
}
.sticky_site_title {
    display: block;
    float: left;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: inherit;
    margin: 0 40px 0 0 !important;
    padding: 0 20px !important;
    text-transform: uppercase;
    }

.zp_sticky_nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    line-height: 54px !important;
    left: 0;
    z-index: 999 !important;
    -webkit-transition: all 1000ms 800ms cubic-bezier(0.19, 1, 0.22, 1);
       -moz-transition: all 1000ms 800ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1000ms 800ms cubic-bezier(0.19, 1, 0.22, 1);    

}
.zp_sticky_nav .genesis-nav-menu {
  border: none;
  display: inline-block;
}
.zp_sticky_nav .genesis-nav-menu .menu-item a {
  padding: 0 20px 20px;
}

.zp_sticky_nav .genesis-nav-menu .sub-menu a {
  padding: 15px 20px;
}

.home-top-widget,
.home-middle-widget,
.home-bottom-widget{
    width: 100%;
    display: block;
    float: left;
}
/* Home Block Feature */
.home_block_wrap {
    display: block;
    position: relative;
}
.home_block_wrap.full{
    width: 100%;
}
.home_block_wrap.half{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.home_block_wrap.half:last-child{
    margin-right: 0;
}
.home_block_wrap span{
    display: block;
    position: relative;
    overflow: hidden;
}
.home_block_wrap a {
    display: block;
}
h3.home_block_title {
  font-size: 40px;
  font-size: 4rem;
    margin-bottom: 11px;
}
span.home_block_meta {
    line-height: 1.2;
    text-transform: uppercase;
}
.home_block_content .home_block_image img{
    display: block;
}
.home_block_content .home_block_image{
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.home_block_wrap span.home_block_overlay {
    position: absolute;
    bottom: -40px;
    opacity: 0;
    padding: 0 40px 0 75px;
    -webkit-transition: bottom 1s ease, opacity 0.5s ease;
    -moz-transition: bottom 1s ease, opacity 0.5s ease;
    -ms-transition: bottom 1s ease, opacity 0.5s ease;
    -o-transition: bottom 1s ease, opacity 0.5s ease;
    transition: bottom 1s ease, opacity 0.5s ease;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
}

.home_block_wrap:hover span.home_block_overlay{
    bottom: 60px;
    opacity: 1;
    -webkit-transition: bottom 1s ease, opacity 0.5s ease 0.3s;
    -moz-transition: bottom 1s ease, opacity 0.5s ease 0.3s;
    -ms-transition: bottom 1s ease, opacity 0.5s ease 0.3s;
    -o-transition: bottom 1s ease, opacity 0.5s ease 0.3s;
    transition: bottom 1s ease, opacity 0.5s ease 0.3s;
}
.home_block_wrap:hover .home_block_image{
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.home_block_feature {
    text-align: center;
    margin: 30px auto;
    max-width: 600px;
}

.home_block_wrap .home_block_image:before{
    left: 0;
    position: absolute;
    top: 60%;
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0;
    content: " ";
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    right: 0;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.home_block_wrap:hover .home_block_image:before{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}



/* Wordpress */

.avatar {
    border-radius: 50%;
    float: left;
}
.alignnone {
    margin: 0 0 24px
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 24px auto;
}
.alignright {
    float: right;
    margin: 5px 0 24px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 24px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 24px auto;
}
a img.alignright {
    float: right;
    margin: 5px -20px 24px 20px;
}
a img.alignnone {
    margin: 5px 20px 24px 0
}
a img.alignleft {
    float: left;
    margin: 5px 20px 24px -20px;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
    padding: 10px 10px 0;
    text-align: center;
    overflow: hidden;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption img.wp-smiley {
    margin: 0;
}
.wp-caption p.wp-caption-text {
  font-family: sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .5px;
  line-height: 18px;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}