/*
  Theme Name: Dulcis Genesis
  Description: Dulcis Genesis is a custom child theme for Genesis Framework.
  Author: ZigzagPress
  Author URI: http://www.zigzagpress.com/
  Text Domain: dulcis-genesis
 
  Version: 1.0.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.5.2
 
  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 */

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}progress{vertical-align:baseline}template,[hidden]{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:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.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;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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:0.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
}
html {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
    -webkit-tap-highlight-color: transparent
}

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}

.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
}
a img {
    border: none
}
pre {
    font-family: Courier;
    font-size: 100%;
    line-height: 1.5;
    margin: 20px 0
}
span.dropcap {
	color: #1a1a1a;
	float: left;
	padding: 0;
	position: relative;
	text-align: center;
	height: 80px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 84px;
	line-height: .9;
	margin: 0 12px 10px 0;
}
p:empty, .entry-content p:empty {
	display: none;
}

/* Float Clearing
--------------------------------------------- */
.up-sells.upsells.products:before,
.related-posts:before,
.author-box:before,
.breadcrumb:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.section_block:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}
.up-sells.upsells.products:after,
.related-posts:after,
.author-box:after,
.breadcrumb:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-header:after,
.section_block:after;
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------
/* 03a - Font Color ----------- */

body {
	font-family:  "Poppins", Times, serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    color: #212121;
    -webkit-font-smoothing: antialiased
}

.site-description,
blockquote cite,
.genesis-nav-menu a,
.genesis-nav-menu,
.entry-categories a,
.entry-tags a,
.single .entry-header .entry-meta,
.single .entry-footer .entry-meta,
.button,
span.home_block_meta,
span.date_wrap,
span.author_wrap,
span.comment_wrap,
span.sku_wrapper,
span.posted_in,
.portfolio_tags,
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,
.wp-caption p.wp-caption-text,
.breadcrumb,
.entry-meta {
	font-size: 10px;
	font-size: 0.625rem;
	text-transform: uppercase;
	letter-spacing: 0.115em;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.content p {
}

@media all {
    .entry-content .c-credits p {
        margin-bottom: 5px;
    }
}

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: #1A1A1A
}


.zp_overlay_widget_wrap a:hover {
	color: #D17D74
}
a:hover, a:focus {
	color: #D17D74;
    text-decoration: none;
    outline: 0
}

.load_more_text,
.home_block_meta a,
.entry-content a,
.entry-comments-link a,
.entry-author a,
.entry-categories a, 
.entry-tags a,
.breadcrumb a  {}

.home_block_meta a:hover,
.entry-content a:hover,
.entry-comments-link a:hover,
.entry-author a:hover,
.entry-categories a:hover, 
.entry-tags a:hover,
.breadcrumb a:hover {
	color: #D17D74;
	
}

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;
}

.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: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}


/* 03b - Font Family ----------- */
/* 03c - Font Size ----------- */

h1, h2, h3, h4, h5, .sticky_site_title, .site-title  {
	color: #212121;
    font-family: "Libre Baskerville", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}


h1, .h1 {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 25px
}

h2, .h2 {
    font-size: 42px;
    font-size: 2.625rem;
    margin: 0 0 25px
}

h3, .h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 25px
}

h4, .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 25px
}

h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 25px
}

.site-title {
    font-size: 24px;
}
.site-description {
	letter-spacing: 0.167em;
	font-family: libre Baskerville;
	font-style: italic;
	text-transform: capitalize;
	font-size: 14px
}

.single .entry-title {
    font-size: 63px;
    font-size: 3.9375rem;
}



.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 20px;
}

.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 {
	margin-bottom: 30px;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 12px;
	letter-spacing: 0.125rem;
	word-wrap: break-word;
	position: relative;
	text-transform: uppercase;
}
input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
.site-footer p {
    font-size: inherit;
}

/* 03d - Font Miscellaneous ----------- */

.wp-caption {
    text-align: center;
    max-width: 100%;
}
blockquote {
    line-height: 1.6;
    margin: 1em 0 1.4em 0;
    position: relative;
    padding: 20px 0 0 8%;
}
blockquote:before {
    content: "\201C";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 60px;
    width: 30px;
    top: 25px;
    line-height: 1;
}
.entry-content blockquote p {
	color: #1A1A1A;
	font-size: 180%;
	line-height: 1.4;
	margin-bottom: 1em;
}
blockquote cite {
    display: block;
    font-style: normal;
    margin: 20px auto;
}
blockquote cite a {
    margin-top: 20px;
    display: block;
}
@media (max-width: 600px) {
    blockquote {
        font-size: 20px;
        line-height: 1.5;
        padding-left: 12%;
    }
    blockquote:before {
        top: 21px;
    }
}
.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: 18px;
    font-size: 1.8rem;
    font-style: italic;
    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 {
	padding: 0;
    max-width: 100%;
}
.content-sidebar-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.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 */
}

.home.full-width-content .content-sidebar-wrap {
	max-width: 1170px;
	width: 100%;
    margin: 0 auto;
    float: none;
}

.single.full-width-content main.content,
.page.full-width-content .content-sidebar-wrap,
.error404.full-width-content .content-sidebar-wrap {
   max-width: 660px;
   width: 100%;
   margin: 0 auto;
   float: none;
}

.single.single-product.full-width-content main.content{
	max-width: 1170px;
}

.home.page.full-width-content .content-sidebar-wrap,
.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: 30px 0 50px;
    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: 38px;
	font-size: 2.375rem;
	letter-spacing: 5px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
	font-style: normal;
}

.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;
    margin: 0 auto;
    float: none;
}

.header-image .site-description {
    overflow: hidden;
}

.header-image .site-header .title-area {
    margin: 20px auto;
}

.header-image .site-header .title-area,
.site-header .title-area {
    text-indent: 0;
    text-align: center;
}

.sticky_logo {
    float: left;
    width: auto;
    margin: 15px 40px;
}

.sticky_logo h4 {
	margin: 0
}

.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%;
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 0;
}

.page-template-homepage_template main.content {
    max-width: 100%;
    width: 100%;
}

.blog .content article.type-post,
.archive .content article.type-post,
.category .content article.type-post {
    float: left;
    width: 33.33%;
    margin-left: 0;
    padding: 0 2%;
    margin-bottom: 60px;
}

.home.blog a img.alignleft {
	margin: 0;
}

.blog .content article.type-post:nth-of-type(1),
.archive .content article.type-post:nth-of-type(1),
.category .content article.type-post:nth-of-type(1) {
    margin-left: 0;
}

.content article.type-post {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.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;
}


@media all {
 .archive-description {
        margin-bottom: 100px;
    }
}

/* 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;
}
.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;
}

.single .content article.type-post,
.single .content article.portfolio {
	padding: 0;
    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 {
    margin: 0 auto;
/*
    padding: 20px 0;
    width: 90%;
*/
}
/*
.woocommerce .entry-content {
    overflow: hidden;
    width: 100%;
}
*/
.entry-content p:empty {
    display: none;
}
.entry-content p {
    margin-bottom: 30px;
}
.comment-reply-link {
    display: block;
    line-height: 1;
}
.comment-reply-link:hover {
    background: transparent;
}
.comment-reply-link {
    width: auto;
}
article.page.type-page.entry {
    margin: 0 auto;
}
/* 04e - Post Info & Meta ----------- */
/* - Post Info & Meta ----------- */

/*
.single article.post.type-post .entry-header {
	padding: 0 35px 35px;
}
*/
.entry-footer {
    clear: both;
    margin: 0;
    padding: 0;
}
.entry-footer .entry-meta {
    margin: 0;
    padding: 0;
}
.entry-meta {
    display: block;
    margin: 20px 0 10px;
    width: 100%;
    float: left;
}

.featuredpost .entry-title a:hover {
	color: #D17D74
}

.load_more_text{
    margin: 0;
    text-decoration: none;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #D17D74
}

.load_more_text:after {
	content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #D17D74;
    -webkit-transition: width ease-out 350ms;
    transition: width ease-out 350ms;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
   
}

.load_more_text:hover{
	border-color: transparent
}

.load_more_text:hover:after {
	 width: 100%
}

a.post-edit-link {
    display: none;
}


.single .entry-header,
.single .entry-footer {
    float: none;
    margin: 0 auto;
    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;
    padding: 0 0 60px;
    position: relative;
    text-align: center;
    z-index: 2;
    
}
.page .entry-header {
    display: block;
    margin: 0 auto 40px;
    overflow: hidden;
    z-index: 2;
    text-align: center
}

.page-template-page_blog .entry-header {
    margin: 0 auto;
}

.single .entry-header .entry-meta,
.single .entry-footer .entry-meta {
    margin: 0;
    padding: 0;
}
.entry-author-link:after {
	color: #5a5959;
	content: "\00b7";
	padding: 0 0 0 4px;
	position: relative;
	top: 0;
}
.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;
    margin: 0 0 1px;
    padding: 2px 4px;
}
/* 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;
}

body.search main.content {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 0 0 60px;
}


.search main.content >article.entry {
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
}
/* 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: 1rem;
    line-height: 1.5;
    position: relative;
    top: 5px;
}
.breadcrumb,
.sticky {
    overflow: hidden;
    padding: 32px;
}
.author-box {
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
	text-align: center;
}
.full-width-content .author-box {
    max-width: 90%;
}
.taxonomy-description {
    display: none;
}
.breadcrumb {
	font-size: 10px;
	font-size:  0.625rem;
    padding: 10px 15px;
}
.breadcrumb a {
    padding: 3px 0;
    font-size: 12px;
    font-size:  0.75rem;
}
/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.nav-primary .wrap {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.genesis-nav-menu {
    clear: both;
    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;
    text-transform: capitalize;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    position: relative;
    text-align: center;
	margin: 0 20px;
}
.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;
    font-size: 13px;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu .menu-item a  {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.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 {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 9px;
	color: #b5b5b5;
	font-size: 12px;
}
.genesis-nav-menu .sub-menu {
    background: #fff;
    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: 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 #eaeaea;
    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: #f3f3f3;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -43px 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: relative;
    right: 30px;
    top: -8px;

}
.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;
}

article.type-post .entry-header h2 {
    font-size: 26px;
    margin:  0 0 15px;
}

article.type-post .entry-header h2 a {
	border-bottom: 1px solid transparent;
	-webkit-transition: border .3s;
	transition: border .3s;
	line-height: 2pc;
}

article.type-post .entry-header h2 a:hover {
	border-bottom-color: #D17D74;
}

article.type-post a.more-link, .more-link {
    display: none;
}

.home.blog article.type-post .entry-content p {
	margin: 10px 0;
}

.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;
    display: inline;
    position: relative;
    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;
}
.single span.entry-categories,
span.entry-tags {
	text-transform: uppercase;
    bottom: 0;
}
span.entry-categories a,
span.entry-tags a {
	margin: 0;
}

.entry-categories a:before {
	color: #5a5959;
	content: "\00b7";
	padding: 0 4px 0 0px;
	position: relative;
	top: 0;
}

.single .entry-footer .entry-categories a:first-child:before {
	content: ""
}

.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: 26px;
    margin: 0 0 30px;
}

.taxonomy-description h1 {
    margin-bottom: 4px;
}

.archive-title {
   margin-bottom: 24px;
	font-size: 30px;
	text-align: center
}
/*
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
---------------------------------------------------------------------------------------------------- */


.comment-list {
    margin: 0;
}

#comments,
#respond {
        width: 100%;
    display: block;
    margin: 26px auto;
    max-width: 100%;
    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 30px;
    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;
}
.comment-header p {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px
}
.comment {
    border-right: none;
}
.comment-content p,
.comment-respond p {
    margin-bottom: 24px;
    font-size: 9pt;
}
.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 ul {
    list-style-type:none;
    padding:0;
    margin: 0;
}

.sidebar.widget-area ul li {
    margin-bottom: 6px;
    word-wrap: break-word;
}
@media all {
    .banners_li {
        display: inline-block;
        margin: 6px 0px 6px 6px;
    }
}
/*
11 Footer credit
---------------------------------------------------------------------------------------------------- */

.site-footer {
    clear: both;
}
.site-footer .wrap {
    overflow: hidden;
    padding: 30px 20px;
    text-align: center;
    max-width: 1170px;
    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;
	font-size: 12px;
	letter-spacing: 0.115em;
    margin-top: 20px;
    text-transform: uppercase;
    width: 100%;
}
/* 11a - Footer Widgets ----------- */

.home-bottom-widget .widget-title, .related-posts h3 {
	text-align: center;
	margin-bottom: 60px;
}

.widget-title, .related-posts h3, 
.home-bottom-widget .widget-title, 
.home-top-widget .widget-title, 
.related.products h2 {
	margin-bottom: 30px;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 12px;
	letter-spacing: 0.125rem;
    word-wrap: break-word;
    position: relative;
    text-transform: uppercase;
}

.home-bottom-widget .widget-title, 
.home-top-widget .widget-title {
	text-align: center;
}
.home-bottom-widget .null-instagram-feed .widget-wrap{
    max-width: 100%;
    width: 100%;
    padding: 40px 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.home-bottom-widget .null-instagram-feed .widget-wrap ul{
    list-style: none;
    display: inline-block;
    margin-bottom: 0;    
}
.home-bottom-widget .null-instagram-feed .widget-wrap ul li{
    list-style: none;
    display: inline-block;
    margin-right: 1%;
    width: 15.83%;
}
.home-bottom-widget .null-instagram-feed .widget-wrap ul li:last-child{
    margin-right: 0;
}
.home-bottom-widget .null-instagram-feed .widget-wrap p.clear{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 0;
}
.home-bottom-widget .null-instagram-feed .widget-wrap p.clear a{
    color: #595959;
}
.home-bottom-widget .null-instagram-feed .widget-wrap p strong{
    display: block;
}

.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;
}
.footer-widgets ul.sub-menu {
    display: none;
}
.footer-widgets {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
.footer-widgets div.wrap {
    max-width: 1170px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
    margin: 0 auto;
    padding: 50px 0 0;
    overflow: hidden;
}
.footer-widgets ul {
    margin: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    float: left;
    padding: 0% 4% 4%;
}
.footer-widgets-1 {
    width: 30%;
    padding-left: 0;
}
.footer-widgets-2 {
    width: 20%;
}
.footer-widgets-3 {
    padding-left: 0;
    width: 20%;
}

.footer-widgets-4 {
    width: 30%;
    padding-right: 0;
}
.footer-widgets .widget {
    margin-bottom: 30px;
}
.bottom-widget {
    max-width: 400px;
    margin: 0 auto;
}

.footer-widgets a{
	color: #5e5e5e;
	border-bottom: 1px solid transparent;
	display: inline-block;
	line-height: 1em
}
.footer-widgets a:hover {
	border-color: #D17D74
}

/* Genesis - User Profile */

.widget.user-profile {
    overflow: visible;
    position: relative;
    box-shadow: none;
    text-align: center;
    padding: 15% 8%;
    margin-top: 30% !important;
}
.widget.user-profile img.avatar {
    border-radius: 50%;
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    float: none;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.widget.user-profile .widget-title {
    border: none;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget.user-profile a.pagelink {
    margin-top: 2em;
    display: inline-block;
}
/* Featured Content
--------------------------------------------- */

.featuredpost .entry {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
.featuredpost .entry:last-child {
    margin-bottom: 0 !important;
    border: none;
}
.featuredpost .entry-header {
    float: none;
    display: block;
}

@media all {
.featuredpost article.type-post .entry-header h2 a {
        border-bottom: 1px solid transparent;
        -webkit-transition: border .3s;
        transition: border .3s;
        line-height: 1.4;
    }
}
.featuredpost .entry-title,
.featuredpage .entry-title {
	font-family: "Poppins", sans-serif;
	font-size: 16px !important;
	line-height: 1.2 !important;
	margin-top: 10px !important;
	text-align: left !important;
	margin-bottom: 0 !important;
}
.featuredpage .entry-header,
.featuredpost .entry-header {
    border-bottom: medium none;
    bottom: 10px !important;
    left: 0 !important;
    margin: 0;
    padding: 0 !important;
    position: relative !important;
}

.featuredpost .entry-meta,
.featuredpage .entry-meta {
	float: none;
	font-size: 10px;
	font-size: 0.625rem;
	text-transform: uppercase;
	letter-spacing: 0.115em;
	font-family: "Poppins", sans-serif;
	margin: 0;
	text-align: left;
	color: #c2c2c2;
}
.featuredpost .entry-content,
.featuredpage .entry-content {
    padding: 0;
}
.featuredpost img, 
.featuredpage img {
    display: block;
    float: left;
    margin: 0 0 40px;
    max-width: 55px !important;
}
.featuredpost img:hover,
.featuredpage img:hover {
    opacity: 0.75;
}
.featuredpost .alignleft,
.featuredpost .alignright,
.featuredpost .alignnone,
.featuredpage .alignleft,
.featuredpage .alignright,
.featuredpage .alignnone {
    display: block;
}
.featuredpost .entry-content > p,
.featuredpage .entry-content > p {
    line-height: 1.625;
    margin: 0 0 10px;
    padding: 0;
}
.before-footer-widgets .featuredpost .entry {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 10px;
    vertical-align: top;
}
.featured-content a.alignleft,
.featured-content a.alignright,
.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content a.aligncenter,
.featured-content a.alignleft,
.featured-content a.alignnone,
.featured-content a.alignright {
    border-bottom-width: 0;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.featured-content .more-posts-title {
    display: block;
    padding-top: 30px;
}


.featuredpost .alignleft {
    float: left;
}
.featuredpost .alignright {
    float: right;
}







/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.62857;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EEE;
    border-radius: 0px;
}
input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

[type="checkbox"], [type="radio"] {
	display: inline-block;
	margin: 0 5px 0 0!important;
	width: auto;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

/* button */


#infinite-handle {
    text-align: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
}

#infinite-handle span {
	    font-family: font77324;
	    font-size: 10px !important;
        text-transform: uppercase!important;
        letter-spacing: 2px!important;
        font-weight: normal!important;
        display: inline-block!important;
        margin-top: 16px!important;
        padding: 10px 24px !important;
        border: 1px solid!important;
        -o-transition: .2s;
        -ms-transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
}

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: #212121;
    border: 1px solid #212121;
    color: #fff;
    cursor: pointer;
    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: #bbbcbc;
    border: 1px solid #bbbcbc;
    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;
    width: 100%
}
.enews-widget input {
	font-size: 12px;
    margin-bottom: 5px;
}

.comment-reply-link {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 10px;
    width: auto;
}

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: 100px;
    width: auto;
}
.comment-list li .avatar {
    float: left;
    margin: 0 16px 24px 0;
}
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 -150px;
}
img.alignright,
.wp-caption.alignright {
    display: inline;
    margin: 0 -150px 24px 24px;
}

/* 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;
    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: inherit;
    font-weight: 300;
    line-height: 1.4;
}
.testimonial_content p {
    margin-bottom: 0;
}
.testimonial_wrapper h4 {
	font-size: 16px;
    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;
    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 */

.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: none;
	width: auto;
	text-align: center 
}
.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: 20px;
	font-size: 1.25rem;    
	font-weight: normal;
    line-height: inherit;
    letter-spacing: 6px;
    margin: 0 40px 0 0 !important;
    padding: 5px 20px !important;
}
.admin-bar .zp_sticky_nav {
	margin-top: 32px;
}
.zp_sticky_nav {
    background-color: #fff;
    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;
	line-height: 69px
}
.zp_sticky_nav .genesis-nav-menu .sub-menu a {
    padding: 15px 20px;
    line-height: 1;
}
.home-top-widget,
.home-middle-widget,
.home-bottom-widget {
    width: 100%;
    display: block;
    float: left;
}

.home-top-widget .widget.zp-carousel {
	padding-bottom: 60px;
}

.home-top-widget .widget.zp-two-columns,
.home-top-widget .widget.zp-three-columns {
	border: none;
	padding-top: 0;
}

.widget.zp-two-columns,
.widget.zp-three-columns{
    width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
	border-top: 1px solid #eaeaea;
	overflow: hidden
}

.home_block_wrap.third:last-child {
   margin-right: 0;
}

.home_block_wrap.third {
   width: 30.66%;
   float: left;
   display: block;
   margin-right: 4%;
}
.home-top-widget {
    padding: 60px 0 0;
}

/* 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_feature {
	text-align: center;
	margin-bottom: 0px
}
.home_block_wrap a {
	border-bottom: 1px solid #fff;
	-webkit-transition: border .3s;
	transition: border .3s;
	line-height: 2pc
}
.home_block_wrap a:hover {
	border-bottom-color: #D17D74;
}


.home_block_wrap span.home_block_meta a {
	border: none;
}
h3.home_block_title {
	font-size: 26px;
	margin: 30px 0 5px;
}
span.home_block_meta {
	margin-top: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

span.home_block_meta a {
	margin: 0;
}

span.home_block_meta a:first-child:before {
	content: "";
}
span.home_block_meta a:before {
	color: #5a5959;
	content: "\00b7";
	padding: 0 4px;
	position: relative;
	top: 0;
}

.home_block_content .home_block_image img {
    display: block;
}


.home_block_overlay {
	display: none !important;
}

/* 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;
}
.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;
}

.entry-image-link img{
    display: block;
    margin: 0;
}

/* related post */

.related-posts {
	float: left;
	padding: 60px 0;
	border-top: 1px solid #eaeaea;
	overflow: hidden
}

.related-posts .related-list article {
    float: left;
    width: 33%;
    width: calc(33.333333% - 40px);
    margin-left: 60px;
}

.related-posts .related-list article:nth-of-type(1) {
    margin-left: 0;
}

.related-posts h4.entry-title {
    font-size: 26px;
}


.related-posts h4.entry-title a {
	border-bottom:1px solid #fff;
    -webkit-transition:border .3s;
    transition:border .3s;
    line-height:2pc;
}

.related-posts h4.entry-title a:hover {
    border-color: #D17D74;
}

.related-posts h4.entry-title {
    font-size: 26px;
    margin: 0 0 15px;
    float: left;
    clear: both;
}
.related-list .full-width-content .entry-content {
	float: left;
	width: 100%
}

/* ========== ISOTOPE FILTERING ========== */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Pre Loader */
 
.type-post.load_more_posts {
  cursor: pointer;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  height: auto;
  margin: 0;
}

.load_more_wrap {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  margin: 20px auto;
  text-align: center;
}

.preloader {
  display: none;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loader:before,
.loader:after,
.loader {
  position: fixed;
  visibility: visible;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #0e0e0e;
  ;
  border-radius: 100%;
  -webkit-animation: load7 1.0s infinite ease-in-out;
  -moz-animation: load7 1.0s infinite ease-in-out;
  -o-animation: load7 1.0s infinite ease-in-out;
  -ms-animation: load7 1.0s infinite ease-in-out;
  animation: load7 1.0s infinite ease-in-out;
}

.loader {
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  right: 0;
}

@keyframes load7 {
  0% {
    transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    transform: scale(.8);
    opacity: .1;
  }
}

@-webkit-keyframes load7 {
  0% {
    -webkit-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -webkit-transform: scale(.8);
    opacity: .1;
  }
}

@-moz-keyframes load7 {
  0% {
    -moz-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -moz-transform: scale(.8);
    opacity: .1;
  }
}

@-o-keyframes load7 {
  0% {
    -o-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -o-transform: scale(.8);
    opacity: .1;
  }
}

@-ms-keyframes load7 {
  0% {
    -ms-transform: scale(0.0);
  }

  90% {
    opacity: .2;
  }

  100% {
    -ms-transform: scale(.8);
    opacity: .1;
  }
}




.post-template-default.single.single-post .home-bottom-widget,
.page-template-homepage_template .home-top-widget,
.home-bottom-widget:last-child {
	display: none
}


.page-template.page-template-homepage_template.page-template-homepage_template-php.page.page-id-16055.logged-in.wp-custom-logo.header-image.header-full-width.full-width-content  .content-sidebar-wrap {
	max-width: 	1170px !important;
}


/* remove slick style nav */

.slick-next:hover,
.slick-prev:hover {
	border: none !important;
	cursor: pointer
	
}

.slick-prev:before,
.slick-next:before {
	content: "" !important
}


.zp_header_left_menu .material-icons {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    transform:rotate(0deg);
    -webkit-transform:rotate(0deg); /* Safari and Chrome */
}

.zp_header_left_menu .material-icons:hover {
	transform:rotate(90deg);
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
}



.up-sells.upsells.products {
display: none
}

.woocommerce div.product .product_title {
	font-size: 30px;
}

.share-before_entry_header {
    float: left;
    width: 100%;
}

/* Genesis Simple Share--------------------------------------------- */

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
    border: none;
}
.content .share-filled .share {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.content .share-filled .count {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
    color: #222;
    border: 1px solid #222;
}
.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
    background: #222 !important;
}
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
    color: #fff;
}

/* Single Blog Carousel -----*/
.single-blog-carousel.owl-carousel,
.single-blog-carousel.owl-carousel .owl-item img{
    width: auto;
    height: 600px;
}

.single-blog-carousel .owl-nav {
    top: 0;
    bottom: 0;
}

.single-blog-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.single-blog-carousel .owl-nav div{
    display: block;
    width: 30%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(255,255,255,0);
}

div.owl-prev {
    position: absolute;
    left: 0px;
    width: 50%;
    opacity: 0.5;
    height: 100%;
    top: 0px;
    text-indent: 2000px;
    cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjIzcHgiIHZpZXdCb3g9IjAgMCAzMiAyMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMzEuNDA1LDEwLjc1IDMuNDY2LDEwLjc1IDEyLjYxNSwxLjYwMSAxMS41NTUsMC41NCAwLjU5NSwxMS41IDExLjU1NSwyMi40NiAxMi42MTUsMjEuMzk5IDMuNDY2LDEyLjI1IDMxLjQwNSwxMi4yNSAiLz48L2c+PC9zdmc+"), pointer !important;
    overflow: hidden;
}

div.owl-next {
    position: absolute;
    width: 50%;
    height: 100%;
    float: right;
    text-indent: 10000px;
    /*background: blue;*/
    opacity: 0.5;
    top: 0;
    right: 0;
    z-index: 700;
    cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgd2lkdGg9IjMyIiBoZWlnaHQ9IjIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHRyYW5zZm9ybT0icm90YXRlKC0xNzkuOTEzNTc0MjE4NzUgMTUuNTc5ODQ0NDc0NzkyNDgsMTEuMDc5ODQzNTIxMTE4MTY2KSAiIGlkPSJzdmdfMSI+PHBvbHlnb24gcG9pbnRzPSIzMC45ODQ4NDQxMTgzNTY3MDUsMTAuMzI5ODQzNDMxNzExMTk3IDMuMDQ1ODQzNTExODE5ODM5NSwxMC4zMjk4NDM0MzE3MTExOTcgMTIuMTk0ODQzMjAyODI5MzYxLDEuMTgwODQzNTAyMjgzMDk2MyAxMS4xMzQ4NDM3MzY4ODY5NzgsMC4xMTk4NDM0NTMxNjg4NjkwMiAwLjE3NDg0MzQ2MDMyMTQyNjQsMTEuMDc5ODQzNDMxNzExMTk3IDExLjEzNDg0MzczNjg4Njk3OCwyMi4wMzk4NDI1MTYxODM4NTMgMTIuMTk0ODQzMjAyODI5MzYxLDIwLjk3ODg0MzU5OTU1Nzg3NyAzLjA0NTg0MzUxMTgxOTgzOTUsMTEuODI5ODQzNDMxNzExMTk3IDMwLjk4NDg0NDExODM1NjcwNSwxMS44Mjk4NDM0MzE3MTExOTcgIiBpZD0ic3ZnXzIiLz48L2c+PC9zdmc+"), pointer !important;
    overflow: hidden;
}

.single-blog-carousel.owl-carousel .owl-stage-outer{
    padding-top: 0;
    z-index: 2;
}


.carousel_title_wrap {
    word-break: break-word;
    margin: auto;
    font-size: 57px;
    line-height: 1;
    padding: 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #fff;
    position: relative;
    display: table-cell;
    vertical-align: middle;

}

h4.carousel_title_wrap:hover {
    opacity: .5;
}

.carousel-item.carousel_lightbox a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item.carousel_lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
}

.blog_item {
    position: relative;
    float: left;
    width: 900px;
    height: 467px;
    margin: 0 20px;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.blog_item a {
    display: table;
    position: relative;
    width: 100%;
    height: 467px;
}
.blog_item img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Header Search Icon
--------------------------------------------- */

.header_search_wrap {
background-color: transparent;
    border-color: transparent;
    float: right;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 3;
    top: 40px;
    right: 40px;
}

.header_search_wrap .search_icon {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.header_search_wrap .search_icon .fa-search{
    font-size: 20px;
}

.header_search_wrap .search_wrap input#s{
    width: 0;
    padding: 0;
    border: 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;
}

.header_search_wrap .search_wrap.show_search input#s{
    width: auto;
    padding: 10px 16px;
    border: 1px solid #EEE;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* Menu Overlay
--------------------------------------------- */

.mobile_menu_overlay {
  display: block;
  position: fixed;
  width: 299px;
  height: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  left: -300px;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s linear;
  -ms-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}

.mobile_menu {
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 40px;
}

.mobile_menu .dashicons{
    font-size: 30px;
}

/* overlay */
.zp_overlay_dropdown {
    background: #2f2f2f;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    display: none;
}

.zp_overlay_dropdown .title-area {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 50%;
    text-align: center;
    color: #fff;
}
.zp_overlay_dropdown .title-area a {
    display: block;
    color: #fff;
}
.zp_header_left_menu{
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 40px;
}
.zp_header_left_menu .dashicons {
    font-size: 30px;
}
.zp_overlay_dropdown_header {   
    color: #fff;
    padding: 30px 0 50px;
}

.zp_overlay_widget_wrap {
    display: block;
    width: 900px;
    margin: 40px auto 0;
    overflow: hidden;
}

.zp_overlay_widget_wrap .header-one {
    width: 25%;
    float: left;
    display: block;
    padding: 0
}

.zp_overlay_widget_wrap .sub-menu {
    display: none;
}
.zp_overlay_widget_wrap  .header-two {
    width: 25%;
    float: left;
    display: block;
    padding: 0 5%;
}
.zp_overlay_widget_wrap  .header-three{
    width: 50%;
    float: left;
    display: block;
    padding: 0 5%;
}

.zp_overlay_widget_wrap .widgettitle{
    color: #fff;
}
.zp_overlay_widget_wrap{
    color: #fff;
}
.zp_overlay_widget_wrap ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.zp_overlay_widget_wrap a{
    color: #fff;
}
body.overlay_drop{
    overflow: hidden;
}

.slick-prev, .slick-next {
    top: 0;
    width: 18%;
    height: 100%;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 3;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-next:before,
.slick-prev:before{
    display: none;
}

.blog-carousel:hover .slick-next:before,
.blog-carousel:hover .slick-prev:before{
    display: block;
}

.page-template-page_blog.full-width-content .content-sidebar-wrap{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.page-template-page_blog .content article.type-post {
    float: left;
    width: 33.33%;
    margin-left: 0;
    padding: 0 2%;
    margin-bottom: 60px;
}

.page-template-page_blog a img.alignleft {
    margin: 0;
} 
.page-template-page_blog .content article.type-post:nth-of-type(1) {
    margin-left: 0;
}

.zp_sticky_nav .mobile_menu {
    cursor: pointer;
    position: relative;
    left: 40px;
    top: 20px;
    float: left;
}
nav.nav-sticky_menu {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.zp_sticky_nav .header_search_wrap {
    top: 20px;
}

/** Error Page ------------------*/

.error404.full-width-content .entry-title {
   text-align: center;
}
.error404.full-width-content form.search-form {
    margin-bottom: 40px;
}