/*
	Theme Name: Temple
	Theme URI: http://demo.zigzagpress.com/temple
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: ZigzagPress
	Author URI: http://zigzagpress.com/

	Version: 1.0.0

	Tags: custom-background, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.6.1

	Text Domain: temple

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

@import url('https://fonts.googleapis.com/css?family=Cinzel|Montserrat:300,300i,400,500|Lato');


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/*! normalize.css v4.1.1 | 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}




/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.featured-content .more-posts::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.pricing-table::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.widget::before,
.wrap::before,
.section_wrap::before,
.custom_shortcode_block::before,
.before-footer:before,
blockquote:before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.featured-content .more-posts::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.pricing-table::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.widget::after,
.wrap::after,
.section_wrap::after,
.custom_shortcode_block::after,
.before-footer:after,
blockquote:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #f2f1ed;
	color: #a09a92;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
	margin: 0;
	text-shadow: 1px 1px 1px #fff;
}

.section_block.content_overlap span.hero_block_desc,
.full-width-content .content,
.hero_image2_block {
	background: #faf9f5;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-template-template-section.full-width-content .content {
	box-shadow: none;
}

.site-description,
.section_header_text_subtitle,
.portfolio_categories,
.pricing_title,
.pricing_price, 
.woocommerce a.button, 
.woocommerce a.button.alt, 
.woocommerce button.button, 
.woocommerce button.button.alt, 
.woocommerce input.button, 
.woocommerce input.button.alt, 
.woocommerce input.button[type="submit"], 
.woocommerce #respond input#submit, 
.woocommerce #respond input#submit.alt, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, .zps_btn, 
.pricing_button,  
.zps_btn,
.button{
/*   font-family: 'Playfair Display SC', sans-serif; */
  font-weight: 500;
}


.woocommerce-product-details__short-description,
.column_split_block_desc,
.column_block_desc,
.list_second,
.caption p,
.testimonial_content p,
.accordion_body,
.toggle_body,
.zps_services p,
.custom_shortcode_content p,
.entry-content p,
.entry-content ol,
.entry-content ul,
.intro,
.widget p,
.site-footer p {
	color: #5c5853;
}



@media all {
    a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .button::after, .button::before, .genesis-nav-menu a, .pagination a, .pagination a::before, .pagination a::after, body.woocommerce-page nav.woocommerce-pagination ul li a, body.woocommerce-page nav.woocommerce-pagination ul li span, .button, .zps_btn, .gallery img {
        -webkit-transition: all .2s cubic-bezier(0,1,.75,1);
        -moz-transition:    all .2s cubic-bezier(0,1,.75,1);
        -ms-transition:     all .2s cubic-bezier(0,1,.75,1);
        -o-transition:      all .2s cubic-bezier(0,1,.75,1);
        transition:         all .2s cubic-bezier(0,1,.75,1);
    }
}

a {
    color: #932817;
    text-decoration: none
}


a:hover, a:focus, a:active {
    color: #712012
}
 
 
.genesis-nav-menu a:hover,
.column_block_title a:hover,
.posttype_block_title a:hover,
.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu a:focus, 
.nav-primary .genesis-nav-menu .current-menu-item > a, 
.nav-primary .genesis-nav-menu .sub-menu a:hover, 
.nav-primary .genesis-nav-menu .sub-menu a:focus, 
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.column_readmore a:hover, 
a:hover.more-link,
a:hover.entry-title-link,
.zps_team_wrap .zps_team ul li a:hover,
a.zps_readmore:hover,
.zpblog_shortcode .caption h4 a:hover {
	color: #943526;
	text-decoration: none;
}

.column_block_title a,
.posttype_block_title a,
a.entry-title-link,
.zpblog_shortcode .caption h4 a {
	color: #787065;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px dashed #d2c4b9;
	clear: both;
	margin: 50px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

address {
	font-style: normal;
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 30px;
}
address:last-child {
	margin: 0
}

blockquote {
	color: #a09a92;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
	margin: 30px;
	line-height: 1.625;
	position: relative;
	z-index: 10000
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
    text-decoration: none;
}

blockquote p {
	color: #a09a92 !important;
	margin: 0;
}

blockquote p:before {
	color: #ebe7e1;
	content: "\201C";
	display: block;
	font-size: 208px;
	font-size: 20.8rem;
	font-style: normal;
	left: -35px;
	line-height: 1;
	position: absolute;
	top: -40px;
	z-index: -1
}

blockquote cite {
    display: block;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .24em;
	line-height: 1.6;
	margin-top:20px;
	margin-bottom: 0;
	text-transform: uppercase;
	
}


blockquote cite:before {
    content: "— "; }
    


.woocommerce ul.products li.product,
.column_block_content,
.zpblog_shortcode .zps_column.zps_one_half, 
.zpblog_shortcode .zps_column.zps_one_third, 
.zpblog_shortcode .zps_column.zps_one_fourth, 
.zps_team.zps_column.zps_one_half, 
.zps_team.zps_column.zps_one_third, 
.zps_team.zps_column.zps_one_fourth,
.zps_services.zps_column.zps_one_third,
.zps_services.zps_column.zps_one_fourth,
.zps_services.zps_column.zps_one_half,
.pricing.zps_column.zps_one_half, 
.pricing.zps_column.zps_one_third, 
.pricing.zps_column.zps_one_fourth,
.portfolio-item.zp_col_2,
.portfolio-item.zp_col_3,
.portfolio-item.zp_col_4,
.single.single-event .column_block_details {
	background: #faf9f5 url("images/textured-pattern.png") repeat;
	border-radius: 3px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);


}

.woocommerce ul.products li.product::before,
.column_block_content::before,
.zpblog_shortcode .zps_column.zps_one_half::before, 
.zpblog_shortcode .zps_column.zps_one_third::before, 
.zpblog_shortcode .zps_column.zps_one_fourth::before, 
.zps_team.zps_column.zps_one_half::before, 
.zps_team.zps_column.zps_one_third::before, 
.zps_team.zps_column.zps_one_fourth::before,
.zps_services.zps_column.zps_one_third::before, 
.zps_services.zps_column.zps_one_fourth::before, 
.zps_services.zps_column.zps_one_half::before,
.pricing.zps_column.zps_one_half::before, 
.pricing.zps_column.zps_one_third::before, 
.pricing.zps_column.zps_one_fourth::before ,
.single.single-event .column_block_details::before{
    content: "";
    position: absolute;
    background: url("images/textured-border.png") repeat-x;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: -6px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 ,
.site-title{
	font-family: "Cinzel", Georgia, serif;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
 }

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.zps_services h4,
.thumbnail h4 {
	margin-bottom: 12px;
	clear: both
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #d8d8d8;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */


input[type=text], input[type=email], input[type=password], input[type=search],
input[type=url], textarea, input#billing_phone.input-text {
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    background:  #fff;
    border: 1px solid #a09a92;
    color: #a09a92;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1.2rem 1.4rem;
    width: 100%
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=url]:focus, textarea:focus, input#billing_phone.input-text:focus {
    background: #fff;
    border: 1px solid #d9d6d0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    color: #363431;
    outline: none
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%
}

.form-submit, .contact-submit, form p {
    margin: 1em 0;
}

input[type=submit], button, .button, .list_third a {
    background: #a09a92;
    border: 1px solid #eae9e6;
    color: #eae9e6;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    outline: 4px solid #a09a92;
    padding: .7rem 1.4rem;
    position: relative;
    text-shadow: 0 1px 1px #5c5853;
    text-transform: uppercase
}

input[type=submit]:hover, button:hover, .button:hover, .list_third a:hover {
	cursor: pointer;
    background: #a09a92;
    color: #faf9f5;
    outline: 2px solid #a09a92
}

input[type=submit]:active, button:active, .button:active, .list_third a:active {
    background: #363431;
    outline: 5px solid #363431
}


button.pswp__button,
button.pswp__button:hover,
.map_section button{
	outline: none;
}

label {
    color: #a09a92;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    text-align: left
}

label span {
    font-size: .9em;
    padding-left: 2px
}

input::selection {
    background: #eae9e6
}

input::-moz-selection {
    background: #eae9e6
}

/* ## Tables
--------------------------------------------- */

th {
	background-color: #a09a92;
	text-shadow: 0 1px 1px #5c5853;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    clear: both
}

th {
    color: #fff;
    border-bottom: 1px solid #d6d5c9;
    padding: 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

td {
    border-bottom: 1px solid #d6d5c9;
    background: #e6e5d9 url("images/textured-pattern.png") left center repeat;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    padding: 13px 15px
}

tbody tr:nth-child(2n + 1) td {
    background: #f7f6f2 url("images/textured-pattern.png") center center repeat
}

tbody td .dt-sc-button.small {
    padding: 7px 14px;
    font-size: 12px;
    margin: 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th {
    color: inherit;
    text-shadow: 1px 1px 1px #fff;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap,
.content-sidebar-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
}

.site-inner {
	clear: both;
	padding-top: 50px;
}

.page-template-template-section .site-inner {
	padding: 0
}

.page-template-template-section .content-sidebar-wrap {
	max-width: 100%;
	padding: 0;
}

.archive.category .archive-description,
.blog  .archive-description.posts-page-description,
.search .archive-description {
    max-width: 60%;
    margin: 0 auto 2%;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */


.content {
	width: 67.521%;
}

.content-sidebar .content {
	float: left;
	margin-right: 1.5%;
}

.content-sidebar .sidebar {
	float: right;
}

.sidebar-content .content {
	float: right;
	margin-left: 1.5%;
}

.sidebar-content .sidebar {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content .content {
    width: 100%;
    margin-top: -20%;
    margin-bottom: 64px;
    position: relative;
    padding: 10% 0;
    background: #f7f6f2;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);
    z-index: 2
}

.blog.full-width-content .content article {
    max-width: 60%;
    margin-bottom: 62px;
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blog.full-width-content .content article:last-child {
	border: none;
    margin-bottom: 0;
	padding-bottom: 0;
}

.full-width-content .content article,
.search-no-results .entry {
	max-width: 60%;
	margin: 0 auto;
}

.woocommerce-page.full-width-content .content article {
	max-width: 100%;
}

.content-sidebar-wrap {
    overflow: visible;
}



/* ### Primary Sidebar */

.sidebar-primary {
	width: 30%;
}

.sidebar-content .sidebar-primary {
	float: left;
	padding-right: 40px
}

.content-sidebar .sidebar {
	float: right;
	padding-left: 40px;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

	
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	display: block;
	max-width: 60%;
	margin: 0 auto 40px;
}

.archive .breadcrumb {
	max-width: 100%;
	padding: 0 30px;
}

.woocommerce-page .breadcrumb {
	max-width: 100%;
	padding: 0
}

.author-box {
	background: #f4f5f6;
	margin-bottom: 40px;
	padding: 100px;
}

.author-box {
	margin-top: 80px;
	margin-bottom: 80px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
}

.site-header .search-form {
    float: right;
    margin-top: 0;
}

.site-header  span.zp_search_close {
	position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    height: 47px;
    line-height: 47px;
}
.site-header .search-form  input[type="submit"]{
	display: none;
}

.search_form_dropdown {
	position: absolute;
    right: 0;
    display: none;
    width: 212px;
    z-index: 999;
    line-height: 1;
    top: 51px;
}

.entry-content .search-form {
	position: relative;
	margin-bottom: 40px
}

.entry-content input[type=search] {
	width: 50%
}


.search-form input[type=submit] {
	right: -8px;
}


.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* ## Titles
--------------------------------------------- */

.entry-title {
    margin: 0 0 23px;
}

.widget-title {
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.widget-title::after,
.single.single-post .entry-title:after,
.woocommerce div.product .product_title:after {
    content: "\f462";
    display: block;
    font: normal 24px/1 'ionicons';
    padding-top: 20px;
}

h1.archive-title::after {
    content: "\f462";
    display: block;
    font: normal 24px/1 'ionicons';
    padding-top: 20px;
}
/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	text-align: center
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 12px;
	text-align: center;
	letter-spacing: .195px;
}

.entry-content p.wp-caption-text {
	margin-top: 25px;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.entry-content ul.wp-block-gallery  {
	 margin: 0  
 }


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
/* 	margin: 0 0 0 30px; */
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.home-widget .widget{
    margin-bottom: 100px;
    overflow: hidden;
}


/* Home Box Widget */
.home_box_widget,
.home_box_widget_wrap {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.home_box_widget_wrap{
	height: 600px;
}
.home_box_left{
    float: left;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.home_box_right{
	display: block;
    float: right;
    width: 50%;
    height: 100%;
}
.home_box_image{
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
}
.home_box_content {
    width: 100%;
    height: 100%;
    display: table;
}
.home_content_wrap{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15%;
}
.home_content_wrap h3.widgettitle.widget-title{
	display: block;
    margin: 0 0 15px;
    font-size: 35px;
    letter-spacing: 0.2px;
    color: #292929;
}
.box_content {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.home_box_widget.home_image_left .home_box_left{
	float: left;
}
.home_box_widget.home_image_left .home_box_right{
	float: right;
}

.home_box_widget.home_image_right .home_box_left{
	float: right;
}
.home_box_widget.home_image_right .home_box_right{
	float: left;
}


/* Home Slider Widget */
.swiper-slider-container {
    position: relative;
}
.zp_homeslider{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.zp_home_slider {
    height: 645px;
}

.home_slider_image {
    height: 100%;
    width: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}

.zp_homeslider_content {
	float: right;
    width: 40%;
    display: table;
    height: 100%;
    padding: 0 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
}
.zp_homeslider_content_wrap {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.zp_homeslider_content_wrap h4 {
    font-size: 65px;
}
.homeslider_content {
	line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
}
.box_content_link {
    display: inline-block;
    max-width: 75%;
    margin-top: 0;
    text-decoration: none;
    word-wrap: break-word;
}
.zp_homeslider.home_slide_right  .home_slider_image{
	float: right;
}
.zp_homeslider.home_slide_right  .zp_homeslider_content{
	float: left;
	text-align: left;
}

.zp-homeslider .swiper-button-next,
.zp-homeslider  .swiper-button-prev {
    position: absolute;
    top: auto;
    width: 100px;
    height: 100px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    background: #fff;
    line-height: 100;
    text-align: center;
}
.zp-homeslider  .swiper-button-prev,
.zp-homeslider  .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: auto;
    right: 100px;
}
.zp-homeslider  .swiper-button-next,
.zp-homeslider  .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    left: auto;
    right: 0;
}
.zp-homeslider  .swiper-button-next i,
.zp-homeslider  .swiper-button-prev i {
    line-height: 100px;
    font-size: 46px;
    display: inherit;
    height: 100%;
    width: 100%;
    position: relative;
}
.zp-homeslider .swiper-button-next:hover,
.zp-homeslider  .swiper-button-prev:hover{
	opacity: 0.5;
}

/* Home Video Widget */

.home_box_video {
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
}
.home_box_video_wrap {
    display: block;
    height: 100%;
    width: 100%;
}
.home_video_image {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}
.home_video_content {
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    z-index: 5;
    text-align: center;
}
.home_video_content_wrap {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.home_video_content_wrap h3.widgettitle.widget-title,
.home_video_desc{
	color: #fff;
}

.home_video_content_wrap a.popup_video {
    text-decoration: none;
}
.home_video_content_wrap a.popup_video .dashicons{
	font-size: 30px;
    color: #fff;
    background: #000;
    display: block;
    height: 80px;
    width: 80px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    line-height: 80px;
}

/* Home featured Posts */
.home-widget .featuredpost article.entry {
    width: calc(50% - 40px );
    float: left;
}
.home-widget .featuredpost article.entry:nth-child( 2n ) {
    float: right;
}

.home-widget a.more-link {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.38462em;
    padding: 12px 15px;
    overflow: auto;
    text-transform: uppercase;
    width: auto;
    max-width: 140px;
}

.home-widget a:hover.more-link {
	background-color: #fff;
	color: #000
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 0;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-family: inherit;
	font-weight: 500;
	font-size: inherit;
	margin-bottom: 5px;
	margin-top: 0;
	position: relative;
}

.featured-content .entry-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.featured-content .entry-title:after {
	display: none;
}

.featured-content .entry-meta{
	margin-top: 5px;
    margin-bottom: 10px;
	line-height: 1.6;
}

.featured-content .entry {
	margin: 0;
	padding: 15px 0;
}

.featured-content .entry a.alignleft {
	margin-bottom: 0
}

.featured-content img {
	max-width: 60px !important;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */


.enews {
    max-width: 480px;
    margin: 0 auto;
}

.enews-widget input {
	float: left;
	width: 78%;
}

.enews form {
	position: relative
}

.enews-widget input[type="submit"] {
	width: auto;
	left: 8px;
	top: 2px;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	cursor: pointer;
}

.enews form + p {
	margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	max-width: 100%;
	padding: 0;
	overflow: visible;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	margin: auto;
	padding: 40px 0;
	position: relative;
	text-align: center
}

.header-full-width .title-area {
	width: auto;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.title-area a img {
    vertical-align: middle;
    position: relative;
    display: block;
    margin: 0 auto;
}

.title-area a:hover img {
	opacity: .8
}

.site-description {
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.wp-custom-logo .site-title,
.wp-custom-logo .site-description{
	display: none;
}

.site-title {
	display: block;
	margin-bottom: 10px;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	display: none;
	float: right;
    text-align: right;
}

.header-widget-area section.widget {
    float: right;
}

.zp_header_extras {
    float: right;
    padding: 0;
    position: absolute;
    right: 4%;
    top: 35%;
}
.zp_cart_item {
    display: inline-block;
    text-align: center;
}
.zp_cart_item a {
    position: relative;
}
.zp_cart_item i {
    font-size: 25px;
}
span.zp_cart_amount {
    position: relative;
    text-align: center;
    margin: auto;
    top: -1px;
    bottom: 0;
    left: -15px;
    right: 0;
    font-size: 10px;
}
.zp_header_search {
    display: inline-block;
    float: none;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.zp_header_search i {
    margin: 2px 0;
    display: block;
    font-size: 23px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #787065;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 25px 15px;
	text-transform: uppercase
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #a09a92;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	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: 999999;
}


.genesis-nav-menu .sub-menu a {
	background-color: #787065;
	border-bottom: 1px dotted #a09a92;
	border-top: 0;
	padding: 10px 20px;
	position: relative;
	text-shadow: 0 1px 1px #5c5853;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.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 {
	color: #fff;
	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;
}

/* ## Accessible Menu
--------------------------------------------- */

.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 Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #faf9f5 url("images/header-border.png") left top repeat-x;
	padding: 27px 0 0;
	margin: 0;
	border-bottom: 1px solid #d9d6d0;
	border-top: 1px solid #d9d6d0;
	text-align: center;
}

.nav-primary .wrap {
	padding: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #eae9e6
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #faf9f5;
	border-bottom: 1px dotted #d9d6d0;
	text-shadow: 1px 1px 1px #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-left: auto;
	margin-right: auto;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #d8d8d8;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-meta,
.product_meta,
.breadcrumb,
.blog_meta,
.column_date,
.column_time {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.entry-meta a {
    color: #787065
}



.entry-header .entry-meta {
	margin-bottom: 24px;
}

span.entry-comments-link::before {
    content: "-";
    padding-right: 4px;
}



.entry-footer .entry-meta {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	display: block;
	max-width: 60%;
	margin: 0 auto 40px;
	clear: both;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: transparent;
	color: #8a7e88;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 12px 15px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #a09a92;
	color: #fff;
	text-shadow: 0 1px 1px #5c5853;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-top: 40px;
	max-width: 684px;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond,
.entry-pings {
}

.entry-comments {
	padding: 40px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	font-size: 13.2px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

.sidebar ul li  {
	position: relative;
}

.sidebar ul > li + li {
    margin-top: 10px;
}

.sidebar .widget.enews-widget input[type="submit"],
.sidebar .widget.enews-widget #subbox {
	width: 100%;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
}

.sidebar .enews-widget p {
    margin-bottom: 20px;
}

.sidebar .enews form + p {
    line-height: 1.5;
    margin-top: 30px;
}

.sidebar input[type=search] {
	width: 100%
}

#woocommerce-product-search-field-0 {
    margin: 0 0 5px;
}

/* # Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
    margin: 0 auto;
}

.before-footer .wrap {
	max-width: 100%;
	background-color: #faf9f5;
	border-radius: 3px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);
	padding: 44px 32px 64px;
}

.before-footer .widget-wrap {
    width: 50%;
    margin: 0 auto;
    text-align: center
}

.before-footer section.widget{
	width: 100%;
	float: left;
}

.before-footer #simple-social-icons-2 {
    padding-top: 64px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #faf9f5;
	background-image: url("images/border.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 64px 0 24px;
}

.footer-widgets .wrap {
	padding: 50px 15px ;
    margin: 0 auto 40px;
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area {
	float: left;
	width: 31.62393%;
	margin-left: 2.5641%;
}

.footer-widgets .widget ul li  {
	position: relative;
}

.footer-widgets ul.sub-menu {
    padding-top: 10px;
}

.footer-widgets .widget ul > li + li {
    margin-top: 10px;
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets .widget-area.footer-widgets-2 {
	margin-bottom: 0;
}
	
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #faf9f5;
	background-image: url("images/border.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 64px 0 24px;
    text-align: center;
}

.site-footer p {
	margin: 20px 0 10px;
    line-height: 2;
    text-align: center;
}

.site-footer .credits {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.site-footer a span {
    border-bottom: 2px solid rgba(132, 97, 161, 0.1);
}

.site-footer a:hover span {
	border-bottom: 2px solid rgba(132, 97, 161, 0.2);
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) and bxSlider's left and right arrows */

.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */

.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}


/* ========== 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;
}
/* ========== GALLERY SECTION ========== */
#gallery-items {
    display: none;
}
.portfolio_section.section {
    min-height: 300px;
	max-width: 1200px;
	margin: 0 auto
}
.home .portfolio_section.section {
    padding-bottom: 0
}
.portfolio_section .gallery-filter {
    margin: 0 auto;
    display: block;
}
.gallery-filter ul {
    display: inherit;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.gallery-filter ul li {
    display: inline;
    margin: 0;
}

.gallery-filter ul li .btn {
	font-size: 12px;
	letter-spacing: 2px;
	padding: 7px 14px;
	font-weight: 500
}

.gallery-filter ul li a.selected {
	color: #999
}

.portfolio_section #gallery-items {
    margin: 24px 0 0;
}

.portfolio-item {
  overflow: hidden;
   width: 100%;
   height: auto;
   display: block;
   padding: 0;
   
}

.zp_col_4 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
}

.portfolio-item.zp_col_4 {
    display: block;
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.zp_col_3 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33%;
}

.portfolio-item.zp_col_3 {
    display: block;
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
   
}

.zp_col_2 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}

.zp_col_2.portfolio-item {
    display: block;
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.portfolio-item img {
	border: none;
    overflow: hidden;
    display: block;
    margin: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.portfolio-item:hover img {
    overflow: hidden;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.8;
    position: relative
}
.portfolio-item:hover .portfolio_image_wrap:after,
.portfolio-item:hover .portfolio_image_wrap:before {
	background-color: rgba(0, 0, 0, 0.2);
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    transition: all 300ms ease; 
}

.portfolio-item .btn.btn-inverse {
    color: inherit;
}
.portfolio-item > a {
    display: block;
    position: relative;
    overflow: hidden;
}
.portfolio_icon_class {
    position: absolute;
    z-index: 99;
    margin: auto;
    display: block;
    vertical-align: middle;
    height: auto;
    width: 100%;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;     
}
.portfolio_image_wrap:hover .portfolio_icon_class {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; 
}
.portfolio_icon_class i {
	color: inherit;
    padding: 20px;
    background: #a09a92;
    border-radius: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #5c5853;
}

a.portfolio_icon_class i {
	color: inherit
}

.portfolio_detail {
    opacity: 1;
    padding: 20px 40px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}

.portfolio-item:hover .portfolio_detail {
    opacity: 1;
}
span.portfolio_categories a {
	padding: 0;
	display: inline-block;
	border: none;
	line-height: inherit;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.portfolio_detail h4 {
    margin: 0;
    padding: 10px 0 0
}

.portfolio_tags {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.72222;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.portfolio_tags i {
    font-size: 3px;
    margin: 0;
}

.portfolio_image_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 2;
}


/* Single Portfolio 
---------------------------------------------------------------------------------------------------- */

.single-portfolio-carousel,
.single-portfolio-slider{
    display: none;
}

.single-portfolio-slider{
    height: 500px;
    height: 100vh;
    overflow: hidden;
}
.single-portfolio-carousel.owl-carousel,
.single-portfolio-carousel.owl-carousel .owl-item img{
    width: auto;
    height: 400px;
    height: calc( 100vh - 220px );
}
.single-portfolio-carousel .owl-nav,
.single-portfolio-slider .owl-nav {
    top: 0;
    bottom: 0;
}
.single-portfolio-carousel .owl-nav,
.single-portfolio-slider .owl-nav  {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.single-portfolio-carousel .owl-nav div,
.single-portfolio-slider .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: 50px;
    height: 50px;
    opacity: 0.5;
    top: 40%; 
    overflow: hidden;
    z-index: 700;
}
div.owl-next {
	position: absolute;
    width: 50px;
    height: 50px;
    float: right;
    opacity: 0.5;
    top: 40%;
    right: 0;
    z-index: 700;
    overflow: hidden;
}
div#post-gallery div.owl-next {
    width: 30% !important;
}
div#post-gallery div.owl-prev {
    width: 30% !important;
}
.single-portfolio-carousel.owl-carousel .owl-stage-outer{
    padding-top: 84px;
    z-index: 2;
}
.carousel_lightbox a {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 9999;
}
.single-portfolio .fullscreen-carousel-item,
.single-portfolio  .carousel_image_wrap{
    width: 100%;
    height: 100vh;
}
.single-portfolio  .carousel_image_wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.single_portfolio_slider .site-container{
    padding-top: 0;
    position: relative;
    width: 100%;
}
.single_portfolio_slider header.site-header{
    background: transparent;
    position: absolute;
}
.single-portfolio-fullwidth{
    height: 500px;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.single-portfolio-fullwidth .image_wrap {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.single_portfolio_fullwidth .site-container {
    padding-top: 0;
    position: relative;
    width: 100%;
}
.single_portfolio_fullwidth header.site-header {
    background: transparent;
    position: absolute;
}
.single_portfolio_fullwidth .site-inner > .wrap {
    width: 100%;
    max-width: 100%;
}
.single_portfolio_section {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.single_portfolio_section  .single_portfolio_full_image {
    height: 100%;
    width: 100%;
}
.single_portfolio_section  .single_portfolio_full_image img {
    width: 100%;
    height: auto;
}
.single_portfolio_section.single_portfolio_title{
    height: 500px;
    height: 100vh;
    width: 100%;
    text-align: center;
}
.single_portfolio_title_wrap{
    height: 100%;
    display: table;
    width: 100%;
}
.single_portfolio_title_wrap h1{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.single_portfolio_section > .wrap {
    padding: 120px 0;
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single_portfolio_images {
    display: block;
    overflow: hidden;
    width: 100%;
}

.single_portfolio_images_wrap {
    display: block;
    overflow: hidden;
}

.single_portfolio_image {
    width: 50%;
    padding-right: 3%;
    padding-left: 3%;
    display: block;
    float: left;
    padding-bottom: 3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.single_portfolio_image img {
    display: block;
    margin-bottom: 25px;
    width: 100%;
}

.single_portfolio_image img {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
}


/* Section Types and shortcode
-------------------------------------------------- */

.wrapper {
    line-height: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.video-wrapper {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper iframe.pswp__video{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 60%;
    right: 0;
    bottom: 0;
    margin: auto;
}
iframe video {
	 /* Make video to at least 100% wide and tall */
	  min-width: 100%;
	  min-height: 100%;
	  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
	  width: auto;
	  height: auto;
	  /* Center the video */
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

video {
  width: 100% !important;
  height: auto !important;
}

/* Section Blocks
--------------------------------------------- */
.section_block {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.section_wrap{
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both;
    width: 100%;
}

.section_wide_wrap {
	overflow: hidden;
    position: relative;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both;
    width: 100%;
}

.section_header_wrap {
	width: 1200px;
	margin: 0 auto;
}

.custom_shortcode_wrap.custom_fullwidth {
	padding: 0 5%
}

.section_header_text {
    display: block;
    text-align: center
}

.section_header_text h2{
	color: inherit;
    position: relative;
} 

.section_carousel_wrap .section_header_text > div {
	font-size: 19px;
	max-width: 700px;
	line-height: 1.79em;
	letter-spacing: .025em;
	margin-bottom: 80px;
	padding-top: 120px;
	text-transform: none
}

.section_header_text .section_desc {
	color: #a09a92;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	font-family: inherit;
	font-size: 19px;
	padding-top:  120px;
	line-height: 1.79em;
	letter-spacing: .025em;
	text-transform: none
}

.section_header_text h2::after {
    content: "\f462";
    display: block;
    font: normal 24px/1 'ionicons';
    padding-top: 20px;
}

/* Header Text Separator
--------------------------------------------- */

.separator  span.fa {
	display: none;
}

/* Column Blocks
--------------------------------------------- */
.column_block_wrap {
    display: block;
    width: 100%;
}
.column_block_wrap {
	display: block;
	padding: 0 15px;
	width: 100%;
}
.column_block{
    padding: 0 15px;
    float: left;
    display: table;
    width: 100%;
    position: relative;
}

.column_block .entry-container {
    padding: 40px;
}

.column_block:nth-last-child(1),
.column_block:nth-last-child(2) {
	margin: 0
}

.column_block_wrap.column_two .column_block{
    width: 50%;
}
.column_block_wrap.column_full .column_block{
    width: 100%;
}
.column_block_wrap.column_three .column_block{
    width: 33.33%;
}
.column_block_wrap.column_four .column_block{
    width: 25%;
}

.column_block_content {
	display: table-cell;
    margin-bottom: 40px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.column_image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.column_block_title,
.column_block_desc{
    position: relative;
    z-index: 2;
}
.column_block_title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

span.column_block_desc {
	display: block;
}

.column_readmore {
    display: block;
    margin-top: 24px;
}

.posttype_block_desc .more-link {
	margin: 24px 0
}

.posttype_block_desc span {
	display: block
}

.blog .entry-content span,
.archive .entry-content span {
	display: block;
	margin-top: 40px;
	overflow: hidden
}

/* Slider 
--------------------------------------------- */

.section_slider .owl-nav {
    top: 0;
    bottom: 0;
}

.section_slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.section_slider .owl-nav div {
    display: block;
    width: 10%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: inherit;
    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);
}
.section_slider .owl-nav [class*=owl-],
.section_slider .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.section_slider .owl-nav .owl-prev {
    left: 0;
}
.section_slider .owl-nav .owl-prev i{
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	font-size: 30px;
	text-align: center;
	left: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
 
}
.section_slider .owl-nav .owl-next {
    right: 0;
}
.section_slider .owl-nav .owl-next i{
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	font-size: 30px;
	text-align: center;
	right: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.slider_desc {
    position: absolute;
    width: 70%;
    z-index: 3;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    height: 100%;
    text-align: center;
}
.slider_overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.section_slider.owl-carousel.owl-center.owl-loaded.owl-drag {
	text-shadow: 0 1px 1px #5c5853;
}
.owl-carousel .owl-stage-outer {
    z-index: 2;
}
.section_slider  .carousel_image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    position: absolute;
}
.slider_section_caption {
    z-index: 5;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.slider_section_caption_wrap {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.slider_section_caption_wrap h4 {
    font-size: 50px;
}
.slider_section_caption_wrap > *{
	font-size: 19px;
	margin: 0 auto 20px;
	text-align: center;
	max-width: 70%;
}
.slider_section_desc {
    margin-bottom: 20px;
    max-width: 50%;
}

/* Carousel 
--------------------------------------------- */
.section_carousel_wrap {
    display: block;
    margin: 0 auto;
    width: 1200px;
}

.section_carousel_after {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.section_carousel_after div {
	text-align: center;
}

.section_carousel  .owl-prev{
    cursor: pointer;
}

.section_carousel .owl-prev i {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-size: 30px;
    text-align: center;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.section_carousel  .owl-next{
    cursor: pointer;
}

.section_carousel .owl-next i {
	color: #fff;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	font-size: 30px;
	text-align: center;
	right: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	
}

.carousel-item-image a:hover,
.carousel-item-image a:active,
.carousel-item-image a:focus{
    text-decoration: none;
}

.carousel-item-image span.dashicons.dashicons-controls-play {
    position: absolute;
    z-index: 4;
    color: #fff;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 49px;
    height: 70px;
    width: 70px;
    background: #a9956b;
    border-radius: 100%;
    line-height: 70px;
    padding-left: 5px;
}

/* Post Type Blocks
--------------------------------------------- */
.posttype_block_wrap {
    display: block;
    width: 100%;
}
.posttype_block_wrap {
    display: block;
    width: 100%;
}
.posttype_block{
    padding: 0 15px;
    float: left;
    display: table;
    width: 100%;
    height: 300px;
    position: relative;
}
.posttype_block_wrap.posttype_two .posttype_block{
    width: 50%;
}
.posttype_block_wrap.posttype_full .posttype_block{
    width: 100%;
}
.posttype_block_wrap.posttype_three .posttype_block{
    width: 33.33%;
}
.posttype_block_wrap.posttype_four .posttype_block{
    width: 25%;
}
.posttype_block_content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.posttype_image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.posttype_block_content .entry-container {
	padding: 40px;
}

.posttype_block_title {
	margin-top: 0;
}

.posttype_block_desc p {
	margin-bottom: 0;
}

.posttype_block_title,
.posttype_block_desc{
    position: relative;
    z-index: 2;
}

span.posttype_block_desc {
    margin-top: 16px;
    display: block;
}

.posttype_readmore {
    display: block;
    margin-top: 24px;
    padding: 0 0 15px;
}

/* Map
--------------------------------------------- */
.section_map {
    position: relative;
}
div#map_canvas{
    z-index: 2;
}
.map_details {
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 3;
	background: #faf9f5;
	border-radius: 3px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);
	width: 410px;
	height: auto;
	padding: 40px
}
/* Before Footer
--------------------------------------------- */
.before_footer_wrap {
    padding: 50px 0;
    text-align: center;
}

/* Hero 
--------------------------------------------- */

.hero_image_wrap {
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
}

.hero_block_image {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%;
}

.hero_image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero_block {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero_block_content {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.hero_left .hero_block {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 5%
}

.hero_left span.hero_block_desc {
    margin-bottom:20px;
    max-width: 80%
}

.hero_center span.hero_block_desc,
.hero_left span.hero_block_desc,
.hero_right span.hero_block_desc {
    max-width: 80%;
}


.hero_left span.hero_block_desc {
	text-align: left;
	margin: 0 0 20px;
}

.hero_right span.hero_block_desc {
	text-align: right;
	margin: 0 0 20px;
}

.hero_center span.hero_block_desc {
	text-align: center;
	margin: 0 auto 20px;
}

.hero_right .hero_block {
   max-width: 1200px;
   margin: 0 auto;
   text-align: right;
   padding: 5%;
}

.hero_center .hero_block {
   max-width: 800px;
   margin: 0 auto;
   text-shadow: none
}

.hero_right span.hero_block_desc {
    margin-bottom:20px;
    max-width: 50%;
    float: right
}

span.hero_block_desc {
  display: block;
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 20px;
  clear: both;
}

.hero_right a.button {
    float: right;
    clear: both 
}

.hero_block_content a.button {
	display: inline-block;
}

/* Column Split 
--------------------------------------------- */

.column_split_block_wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.column_split_block_wrap.column_image_left .column_split_block_image {
  float: left;
}

.column_split_block_wrap.column_image_left .column_split_block {
  float: right;
}

.column_split_block_wrap.column_image_right .column_split_block_image {
  float: right;
}

.column_split_block_wrap.column_image_right .column_split_block {
  float: left;
}

.column_split_block_wrap.column_image_left,
.column_split_block_wrap.column_image_right {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.column_split_block_wrap.column_image_left.custom_fullwidth,
.column_split_block_wrap.column_image_right.custom_fullwidth {
    width: 100%;
}

.column_split_block_image {
    height: 100%;
    width: 50%;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.column_split_block {
    display: table;
    width: 50%;
    height: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column_split_block_content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

h4.column_split_block_title {
    font-size: 30px;
    font-size: 3rem;
}

span.column_split_block_desc {
    display: block;
    margin-bottom: 1em;
    padding: 20px 0 0;
}

/* Split Column Block
--------------------------------------------- */

.column_split_block_wrap.column_image_right .column_split_block_slider {
    float: right;
    width: 50%;
    height: 100%;
}

.column_split_block_container.column_slider .column_split_block {
    width: 50%
}

.column_split_block_wrap.column_image_left .column_split_block_slider {
    float: left;
    width: 650%;
    height: 100%;
}
.split_slider_wrap {
    height: 100%;
}
.split_slider_image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.split_slider,
.split_slider.owl-carousel .owl-stage-outer,
.split_slider.owl-carousel .owl-stage,
.split_slider.owl-carousel .owl-item,
.split_slider.owl-carousel .carousel-item{
    height: 100%;
}
.split_slider .owl-nav.disabled{
    display: none;
}

.split_slider .owl-dots{
    position: absolute;
    bottom: 10%;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.split_slider .owl-dot {
    background: transparent;
    display: inline-block;
    margin: 0 3px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #a09a92;
    width: 6px;
	height: 6px;
	vertical-align: middle;
} 

.split_slider .owl-dot.active {
	background-color: #a09a92;
	border: none;
	width: 12px;
	height: 12px;
}
.column_split_block_wrap.column_image_right .column_split_block_video {
    float: right;
    width: 50%;
    height: 100%;
}
.column_split_block_wrap.column_image_left .column_split_block_video {
    float: left;
    width: 50%;
    height: 100%;
}
.split_video_wrap {
    height: 100%;
    position: relative;
    text-align: center;
}
.column_split_video_image {
    height: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    width: 100%;
}
.split_video a {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.split_video a span {
    font-size: 70px;
    width: 70px;
    height: 70px;
    line-height: 1;
}

.split_video a i {
    font-size: 80px
}

/* Mini Slider */
.section_minislider{
    max-width: 1200px;
    margin: 0 auto;
}
.section_minislider .owl-nav {
    top: 0;
    bottom: 0;
}
.section_minislider .owl-nav  {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.section_minislider .owl-nav div{
    display: block;
    width: 15%;
    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);
}

.section_minislider .owl-nav .owl-prev {
    left: 0;
}
.section_minislider .owl-nav .owl-prev i{
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-size: 30px;
    text-align: center;
    left: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99; 
}
.section_minislider .owl-nav .owl-next {
    right: 0;
}
.section_minislider .owl-nav .owl-next i{
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-size: 30px;
    text-align: center;
    right: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}
.section_minislider .carousel-item-image{
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 600px;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}

/* custom shortcode block */

.custom_shortcode_wrap.custom_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* Shortcodes 
--------------------------------------------- */
/* Team 
--------------------------------------------- */

.zps_team .caption {
	padding: 20px;
}

.zps_team_wrap .zps_team ul li {
	padding: 0 10px;
}

.zps_team_wrap .zps_team ul li a {
	padding: 0;
	color: inherit;
	font-size: 1.6rem;
}

.zps_team_wrap .zps_team ul {
	border-top: 1px dashed #d2c4b9;
	width: 100%;
	padding-top: 12px
}

.zps_team_wrap .zps_team small {
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: .24em;
	padding-top: 20px;
	text-transform: uppercase
}

.zps_team img {
    margin-bottom: 0;
}

/* Button  shortcode
--------------------------------------------- */


.entry-content a.zps_btn {
	text-decoration: none;
}
.zps_btn {
	margin-top: 1em;
}

.zps_btn {
	background-color: #a09a92;
	border: 1px solid #eae9e6;
	border-radius: 2px;
	color: #eae9e6;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	outline: 4px solid #a09a92;
	padding: .7rem 1.4rem;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #5c5853;
	white-space: normal;
	width: auto
}

.zps_btn:hover, .zps_btn:active, .zps_btn:focus {
	background-color: #a09a92;
	border: 1px solid #eae9e6;
	color: #faf9f5;
	cursor: pointer;
	outline: 2px solid #a09a92
}

/* Pricing Table 
--------------------------------------------- */

.pricing {
    margin-top: 24px;
}
.pricing.zps_column.zps_one_half, 
.pricing.zps_column.zps_one_third, 
.pricing.zps_column.zps_one_fourth {
	position: relative;
}

.pricing_head {
    background: transparent;
    margin-bottom: 0;
}
.pricing_head::after {
    width: 80px;
    content: "";
    display: block;
    height: 10px;
    border-top: 1px dashed #d2c4b9;
    position: relative;
    margin: 0 auto;
    top: 0;
}
.pricing_head .pricing_title {
	font-family: "Cinzel", Georgia, serif;
	border-bottom: 1px dashed #d2c4b9;
	font-size: 30px;
	font-size: 3rem;
	margin: 0;
    padding: 40px 20px;
}
.pricing.pricing_best .pricing_title {
    padding: 40px 20px;
    background: transparent;
    color: inherit;
    text-transform: capitalize;
}
.pricing .zps_column.zps_one_third {
    width: 33.33%;
    float: left;
    overflow: hidden;
    margin-left: 3%;
}
.pricing_head .pricing_price {
    font-weight: normal;
    line-height: 1.625em;
    background: #faf9f5;
}
.pricing_head .pricing_price {
	display: inline-block;
    padding: 20px 0;
}
.pricing .pricing_content ul > li + li {
	 margin-top: 10px;
}
.pricing_head .pricing_desc {
	display: initial;
	font-size: 14px;
	padding: 0 0 0 5px;
	vertical-align: text-top;
}
.pricing.pricing_best .pricing_head,
.pricing.pricing_best .pricing_price,
.pricing.pricing_best .pricing_footer {
    background:transparent;
}

.pricing_head,
.pricing_price {
	color: inherit;
}

.pricing.pricing_best .pricing_head,
.pricing.pricing_best .pricing_desc,
.pricing.pricing_best .pricing_content {
    color: #363431;
}

.pricing_content {
	padding: 0 20px 30px;
	border-bottom: 1px dashed #d2c4b9;
}
.pricing .pricing_content ul {
    margin-top: 24px;
    padding-left: 0;
}
.pricing .pricing_content ul li {
    list-style: none;
    padding: 4px 0;
}
.pricing .pricing_content ul li:last-child {
	border-bottom: none;
}
.pricing.pricing_best .pricing_footer {
    background: #faf9f5;
    padding: 40px 20px;
}
.pricing .pricing_footer {
    background: transparent;
    margin: 0;
}
.pricing_footer a.pricing_button {
	background-color: #a09a92;
	border: 1px solid #eae9e6;
	border-radius: 2px;
	color: #eae9e6;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	outline: 4px solid #a09a92;
	padding: .7rem 1.4rem;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #5c5853;
	white-space: normal;
	width: auto
}

.pricing_footer a.pricing_button:hover {
	background-color: #a09a92;
	border: 1px solid #eae9e6;
	color: #faf9f5;
	cursor: pointer;
	outline: 2px solid #a09a92
}

.pricing.pricing_best .pricing_footer a.pricing_button {
	background-color: #363431;
	border: 1px solid #eae9e6;
	color: #eae9e6;
	cursor: pointer;
	outline: 4px solid #363431;
}

.pricing.pricing_best .pricing_footer a.pricing_button:hover {
	background-color: #a09a92;
	border: 1px solid #eae9e6;
	color: #faf9f5;
	cursor: pointer;
	outline: 2px solid #a09a92
}


/* Accordions and Toggle 
--------------------------------------------- */

.toggle_header h4,
.accordion_header h4 {
	background-color: #faf9f5;
	border-radius: 3px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);
	padding: 15px 20px;
	margin-bottom: 5px
}

/* Blog 
--------------------------------------------- */
.zpblog {
	overflow: inherit;
}
.zpblog_shortcode .zps_column.zps_one_half .thumbnail,
.zpblog_shortcode .zps_column.zps_one_third .thumbnail,
.zpblog_shortcode .zps_column.zps_one_fourth .thumbnail {
	background: #faf9f5;
	padding: 0;
	transition: background .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out
}

.zpblog_shortcode .caption h4 {
	margin: 0 0 10px;
}

.zpblog_shortcode .caption h4 a {
	font-size: 1em;
	margin: 0;
	text-decoration: none;
}

div.zpblog_shortcode .thumbnail a img {
	display: block
}

div.zpblog_shortcode .caption {
    padding: 40px 40px 34px;
}

div.zpblog_shortcode .caption p {
	margin-top: .5em;
}

a.zps_readmore,
.list_third a,
.column_readmore a,
a.more-link {
/* 	font-size: 14px; */
}

a.zps_readmore::after,
.list_third a::after,
.column_readmore a::after, 
a.more-link::after {
	font-size: 1rem;
    font-family: Ionicons;
	content: "\f30f";
	margin-left: .8rem;
}

a.zps_readmore:hover:after,
.list_third a:hover:after,
.column_readmore a:hover:after, 
a.more-link:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem
}




/* Columns 
--------------------------------------------- */

.column_wrapper {
    display: block;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}


.zps_column {
	margin-bottom: 0;
	overflow: inherit;
}

.zps_column.zps_one_half,
.zps_column.zps_one_third,
.zps_column.zps_one_fourth,
.column_wrapper,
.zps_team_wrap,
.zps_services_wrapper,
.pricing_wrap {
	overflow: inherit;
}


.zpblog_shortcode .zps_column.zps_one_half,
.zpblog_shortcode .zps_column.zps_one_third,
.zpblog_shortcode .zps_column.zps_one_fourth,
.zps_team.zps_column.zps_one_half,
.zps_team.zps_column.zps_one_third,
.zps_team.zps_column.zps_one_fourth {
	position: relative 
}

.zps_services.zps_column.zps_one_third,
.zps_services.zps_column.zps_one_fourth,
.zps_services.zps_column.zps_one_half {
	position: relative;
	padding: 40px;
	margin-bottom: 3%
}


/* Services 
--------------------------------------------- */
 
.zps_services img {
	margin-bottom: 2em
}

/* Testimonial 
--------------------------------------------- */

.testimonial_quote {
    border-bottom: 1px solid #eee;
}

.testimonial_wrapper {
	position: relative;
}

.testimonial_content {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	width: 80%;
}

.testimonial_wrapper h4 {
	display: inline-block;
    margin-top: 15px;
    padding: 5px 12px;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial_content p {
	text-align: inherit;
	font-family: inherit;
	max-width: 700px;
	padding: 0;
	text-transform: none;
}

.testimonial_item h4{
	margin-bottom: 20px
}


span.testimonial_position {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.testimonial_wrapper .cycle-next:hover, 
.testimonial_wrapper .cycle-prev:hover {
    background: transparent;
    color: inherit;
    opacity: .5
}

.testimonial_carousel .owl-theme .owl-dots .owl-dot span,
.testimonial_carousel .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #a09a92;
    width: 6px;
	height: 6px;
}

.testimonial_carousel .owl-theme .owl-dots .owl-dot span:hover,
.testimonial_carousel .owl-theme .owl-dots .owl-dot:hover span {
	 background-color: #a09a92;
}
.testimonial_carousel .owl-theme .owl-dots .owl-dot.active span{
    background-color: #a09a92;
    border: none;
    width: 12px;
	height: 12px;
}


.testimonial_carousel .owl-theme .owl-dots .owl-dot span:after,
.testimonial_carousel .owl-theme .owl-dots .owl-dot span:after {
	display: none;
}

/* Clients */

.client_carousel {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

img.zps_carousel_image {
	margin: 0 auto;
	opacity: 1;
	width: auto !important
}

img.zps_carousel_image:hover {
	opacity: .6
}

a.client_carousel_nav {
	cursor: pointer
}

a.client_carousel_nav.cc_next,
a.client_carousel_nav.cc_prev {
	display: none!important
}

a.client_carousel_nav.cc_next {
    position: absolute;
    right: -20px;
    top: 0;
}

a.client_carousel_nav.cc_prev {
    position: absolute;
    left: -20px;
    top: 0;
}


/* Client and Testionial Carousel  */ 

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
}

.client_carousel .owl-theme .owl-dots .owl-dot.active span {
    background-color: #a09a92;
    width: 12px;
	height: 12px
}

.client_carousel .owl-theme .owl-dots .owl-dot span {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #a09a92;
    border-radius: 50%;
}

.client_carousel .owl-theme .owl-dots .owl-dot span::after {
    display: none
}


/* Photoswipe */
.pswp__caption__center {
	display: none;
}


/* section heading  */

.section_header_text h2 {
    margin:  0 0 20px;
    display: inline-block;
    position: relative;  
}

.section_header_text h2 {
	margin: 0 0 23px;
}

h3.hero_block_title {
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 70px;
}

span.column_split_block_subtitle {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .24em;
	margin-bottom: 0;
	position: relative;

}

.section_header_text_subtitle {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .24em;
	margin-bottom: 0;
	padding-bottom: 32px;
	position: relative;

}

p.intro {
	font-family: inherit;
	font-size: 19px;
	line-height: 34px;
	font-style: normal;
	letter-spacing: 0;
	margin: 20px auto 100px;
	max-width: 700px;
	padding: 0;
	text-align: inherit;
	text-transform: none;
}

.section_header_text p img {
    margin-top: 12px;
}

.section_header_text.header_text_left .section_header_wrap p {
    float: left;
    text-align: left;
    width: 100%;
    position: relative 
}

.section_header_text.header_text_center .section_header_wrap p {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.section_header_text.header_text_right .section_header_wrap p {
    float: right;
    text-align: right;
    width: 100%;
    position: relative 
}


.section_header_text .intro {
    margin-bottom: 64px !important;
    
}

.section_header_text.header_text_center .section_header_wrap .wpcf7 {
        max-width: 700px;
        margin: 0 auto;
}

/* ZP Custom Sidebar Layout */

.zp-sidebar-content main.content{
	float: right;
	width: 77%;
	margin-left: 0;
}

.zp-sidebar-content .sidebar{
	float: left;
	width: 20%;
}

.zp-content-sidebar main.content{
	float: left;
	width: 77%;
	margin-right: 3%;
}
.zp-content-sidebar .sidebar{
	float: right;
	width: 20%;
}


/* Split Slider */

.swiper-container{
	height: 100%;
}
.swiper-slider-container {
    position: relative;
}
.zp_splitslider{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.zp_split_slider .split_slider_image {
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
}

.zp_splitslider_content {
	float: right;
    width: 50%;
    display: table;
    height: 100%;
    padding:0 10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
}
.zp_splitslider_content_wrap {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.splitslider_content {
	display: block;
	margin-bottom: 1em;
	padding: 20px 0 0
}
.zp_splitslider.split_slide_right  .split_slider_image{
	float: right;
}
.zp_splitslider.split_slide_right  .zp_splitslider_content{
	float: left;
	text-align: left;
}

.zp_splitslider .zp_split_slider_nav{
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
    position: absolute;
    left: 0;
    right: auto;
}

.zp_splitslider.split_slide_right .zp_split_slider_nav{
	float: right;
    right: 0;
    left: auto;
}

.zp_split_slider .swiper-button-next,
.zp_split_slider  .swiper-button-prev {
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    text-align: center;
    width: 45px;
    
}

.zp_split_slider  .swiper-button-prev,
.zp_split_slider  .swiper-container-rtl .swiper-button-next {
    background-image: none;
	left: 0;
    right: auto;
}

.zp_split_slider  .swiper-button-next,
.zp_split_slider  .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    left: auto;
    right: 0;
}

.zp_split_slider  .swiper-button-next i,
.zp_split_slider  .swiper-button-prev i {
    line-height: 45px;
    font-size: 1.5em;
    display: inherit;
    height: 100%;
    width: 100%;
    position: relative;
}
.zp_split_slider .swiper-button-next:hover,
.zp_split_slider  .swiper-button-prev:hover{
	opacity: 0.5;
}

.zp_splitslider_wrapper{
	margin: 0 auto;
    max-width: 1200px;
}

/* Video Section Block */
.section_block_video {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.section_block_video_wrap {
    display: block;
    height: 100%;
    width: 100%;
    height: 600px;
}
.section_block_video_wrap.video_wrap{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.section_block_video_wrap.video_fullwidth{
	width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.section_video_image {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}
.section_video_content {
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    z-index: 5;
    text-align: center;
}
.section_video_content_wrap {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.section_video_content_wrap h3.widgettitle.widget-title,
.section_video_desc{
	color: #fff;
}

.section_video_content_wrap.popup_video a {
    text-decoration: none;
}
.section_video_content_wrap.popup_video a .dashicons{
	font-size: 30px;
    color: #fff;
    background: #000;
    display: block;
    height: 80px;
    width: 80px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    line-height: 80px;
}

/* magnific css */

.mfp-figure:after {
	box-shadow: none;
	background: none;
}

body .pswp__button--arrow--right:before {
    background: none !important;
    content: "\f3d6";
    font-family: "Ionicons";
    font-size: 30px;
    display: block;
    line-height: 30px;
    color: inherit;
    right: 20px;
}

body .pswp__button--arrow--left:before {
    background: none !important;
    content: "\f3d5";
    font-family: "Ionicons";
    font-size: 30px;
    display: block;
    line-height: 30px;
    color: inherit;
   	left: 20px;
}

/* NEW ADDED FROM CUSTOM.CSS */

.custom_shortcode_block.hero_fullwidth {
    overflow: inherit;
}


.custom_shortcode_content {
    padding: 0 30px;
}

.section_block.content_overlap {
	overflow: visible;
    margin-top: 15%;
}

.hero_block_desc {
    overflow:hidden;
}

.section_block.content_overlap span.hero_block_desc {
    display: block;
    height: auto;
    width: 100%;
    margin-top: -50%;
    max-width: 100%;
    padding: 30px 60px;
}

.section_block.content_overlap .hero_image_wrap {
    height: 630px;
}

.section_block.content_overlap h2::after {
    content: "\f462";
    display: block;
    font: normal 24px/1 'ionicons';
    padding-top: 20px;
}

.list_wrap {
    display: block;
    overflow: hidden;
}
.list_item {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 3%;
	border-bottom: 1px dashed #d2c4b9;
	padding-bottom: 3%
}

.list_item:first-child {
    margin-top: 3%;
}

.list_item:last-child {
	border: none;
}

.list_first {
    width: 25%;
    float: left;
    text-align: left;
}

.list_first span.list_desc {
	font-size: 13px;
	letter-spacing: 1px
}

.list_second {
	width: 55%;
	float: left;
	text-align: left;
	margin-left: 5%
}
.list_third {
    width: 15%;
    float: left;
}

.list_first h4 {
    margin: 0 0 5px;
}


.eapps-widget {
	line-height: inherit!important;
}

.eapps-social-icons-icon-color-black .eapps-social-icons-item .eapps-social-icons-item-icon, .eapps-social-icons-icon-color-on-hover-black .eapps-social-icons-item:hover .eapps-social-icons-item-icon, .eapps-social-icons-icon-color-black .eapps-social-icons-item .eapps-social-icons-item-icon *, .eapps-social-icons-icon-color-on-hover-black .eapps-social-icons-item:hover .eapps-social-icons-item-icon * {
fill: #6c667f!important;
}
.eapps-social-icons-icon-color-black .eapps-social-icons-item, .eapps-social-icons-icon-color-on-hover-black .eapps-social-icons-item:hover {
border-color: #6c667f!important;
}

.pswp__bg {
    background: #f2f1ed!important;
}

/* Page Header
--------------------------------------------- */
.page_media_wrap {
	height: 400px;
    display: block;
    position: relative;
	width: 100%;
	float: left;
}
.media_container {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.post_image_overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	pointer-events: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.post_image_cover {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.page-template-template-section main.content {
    margin-top: 0;
    padding: 0;
    border: none;
}

/* Top widgets */
.top_widget_area {
	background: #faf9f5;
	border-bottom: 1px solid #d9d6d0;
	display: block;
	width: 100%;
	float: left;
}
.top_widget_area_wrap {
    display: block;
    font-size: smaller;
    float: left;
    width: 100%;
    padding: 12px 24px;
}
.top-left {
    float: left;
    width: 50%;
    display: block;
}
.top-right {
    float: right;
    width: 50%;
    display: block;
    text-align: right;
}
.top-right p:last-child {
    margin-bottom: 0;
}

header.site-header {
    float: left;
    width: 100%;
    position: relative;
}
.top_widget_area .simple-social-icons ul li{
  margin-bottom: 0 !important;
}
/* Hero Image 2 */
.hero_image2 {
    display: block;
    width: 100%;
}
.hero_image2_wrap {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
}

.hero_image2_block_image {
	background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
}

.hero_image2_block {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);
    background: #f7f6f2;
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 100px 100px 50px;
    position: absolute;
    z-index: 99;
    
}
.hero_image2_block_content.hero_center{
    text-align: center;
}
.hero_image2_block_content.hero_left{
    text-align: left;
}
.hero_image2_block_content.hero_right{
    text-align: right;
}

/* tiketera */
.tickera-checkout {
	color: #3b3b3b;
	font-family: 'Alegreya Sans', sans-serif; 
}

.tickera-checkout .tickera_update,
input#proceed_to_checkout.tickera_checkout.tickera-button {
        border: none;
        width: 100%;
}

.tc_event_date_title_front, .tc_event_location_title_front {
	color: inherit;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: inherit;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tickera input {
	width: 100%
}
.ticket-quantity .tickera_button {
	width: auto;
}
.tickera-button:hover,
.tickera_checkout:hover {
	background-color: #816090;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
	
}
.tc_the_content_pre {
	margin-bottom: 24px;
}

.tickera-checkout tr th {
	font-size: inherit
}


.add_to_cart:hover,
.tc_in_cart a:hover {
	background-color: transparent;
	border-bottom: 2px solid rgba(132, 97, 161, 0.2);
	color: inherit;
}


/* event archive */
.archive.post-type-archive-event.full-width-content .content {
	background: transparent;
	box-shadow: none;
	margin-top: 0;
	padding: 30px 0 0;
}
.archive.post-type-archive-event .column_block_wrap.column_three .column_block {
    width: 33.33%;
    margin-bottom: 40px;
}
.archive.post-type-archive-event .column_block_wrap.column_three .column_block:nth-child(3n+1) {
    clear: left;
}
.archive.post-type-archive-event .page_media_wrap {
	display: none;
}
.archive.post-type-archive-event .column_block_details {
	margin-bottom: .5em;
}
.single.single-event .column_block_details {
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
    margin: 15px 0 30px;
    padding: 40px;
}

.single.single-event .entry-header {
    position: relative;
}

.single.single-event .column_location {
	border-top: 1px solid #eee;
	margin: 40px 0 0;
	padding: 20px 0;
	position: relative;
}

.single.single-event .column_date {
    position: absolute;
}
.single.single-event .column_time {
    position: absolute;
    right: 40px;
}

.single.single-event .column_location h4 {
    margin-bottom: 10px;
}


/* portfolio archive */
.archive.post-type-archive-portfolio.full-width-content .content,
.archive.tax-portfolio_category.full-width-content .content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 64px;
    position: relative;
    padding: 0;
    background: transparent;
    box-shadow: none;
    z-index: 2
}

.archive.tax-portfolio_category.full-width-content .content .archive-description{
	display: none;	
}

