/*
	Theme Name: Boutik
	Theme URI: http://demo.zigzagpress.com/boutik
	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: stay-genesis

	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: 1170px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

.clearfix:before,
.entry:before,
.entry-content:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

body, button, input, textarea {
	background-color: #fff;
    color: #000;
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: “liga” on
}


.genesis-nav-menu a,
.box_content_link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.section_header_wrap p,
 span.column_split_block_subtitle,
 .section_header_text_subtitle,
.entry-meta,
.product_meta,
.breadcrumb,
ul.products li.product .wc-new-badge,
.title-area,
.gallery-filter ul,
.portfolio_categories {
	text-transform: uppercase;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	-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;
}

a {
	color: inherit;
	text-decoration: none;
}

.entry-content a {
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #999;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 18px;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

blockquote cite {
    display: block;
    margin-top: 13px; }
blockquote cite {
      margin-top: 14px; }
blockquote cite:before {
      content: "— "; }
    

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	color: inherit;
	font-family: 'Libre Baskerville', sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 23px;
}

h1 {
  font-size: 3.2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-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 #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input[type=text], input[type=email], input[type=url], input[type=password],
input[type=search], textarea, .input-text {
    padding: 1em;
    box-shadow: none
}

.input-text, input[type=email], input[type=password], input[type=search],
input[type=text], input[type=url], textarea {
    padding: 1em;
    background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: none;
    color: #43454b;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    max-height: 44px;
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=text]:focus, input[type=url]:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 1);
    color: #2b2c30;
    outline: 0
}

textarea {
    overflow: auto;
    padding-left: 1em;
    vertical-align: top;
    width: 100%
}

label {
	font-weight: 500 !important
}

label.inline input {
    width: auto
}

fieldset {
    padding: 1.618em;
    padding-top: 1em;
    border: 0;
    margin: 0;
    margin-bottom: 1.618em;
    margin-top: 1.618em
}

fieldset legend {
    font-weight: 600;
    padding: .6180469716em 1em;
    margin-left: -1em
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	cursor: pointer;
	font-size: 10px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.2em;
	padding: 5px 25px;
	overflow: auto;
	text-transform: uppercase;
	width: auto;
	transition-delay: 0s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-font-smoothing: subpixel-antialiased;

}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.more-link:hover {
	background-color: #000;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 input[type="submit"] {
	position: absolute;
	margin-left: 5px;
}

.error404 input[type=search] {
	margin-bottom: 28px;	
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## 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);
}

a.more-link {
	position: relative;
	display: block;
	margin-top: 20px;
	max-width: 129px;
	text-decoration: none;
	box-shadow: none;
}

.posttype_block_desc .more-link {
	margin: 30px 0
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap,
.content-sidebar-wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.site-inner {
	clear: both;
	padding-top: 50px;
	padding-bottom: 100px
}

.page-template-template-section .site-inner {
	padding: 0
}

.page-template-template-section .content-sidebar-wrap {
	max-width: 100%;
	padding: 0;
}

/* ## 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%;
}

/* ### 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 {
    margin: auto;
	margin-bottom: 40px;
}

.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 {
	overflow: hidden;
}

.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: 35px;
    line-height: 35px;
}
.site-header .search-form  input[type="submit"]{
	display: none;
}
.search_form_dropdown {
    position: absolute;
    right: -100%;
    display: none;
}

.entry-content .search-form/*,
.site-header .search-form*/ {
	width: 50%;
}

.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
--------------------------------------------- */

.archive-title {
	font-size:  2.105em
}

.entry-title {
	font-size: 36px;
	line-height: 48px;
    margin: 0 0 23px;
}

.entry-title a,
.sidebar .widget-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #eee;
}

.widget-title {
	font-size: 12px;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.105em;
	text-transform: uppercase
}

.widget-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;
}

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;
}


/* # 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 {
	margin-bottom: 15px;
    font-size: 24px;
}

.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: 80px !important;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	float: left;
	margin-bottom: 16px;
    width: 50%;
}

.enews-widget input[type="submit"] {
	background-color: #000;
	border: 1px solid #000;
    color: #fff;
    font-style: normal;
    line-height: 32px;
    margin-left: 5px;
    width: auto;   
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #000;
}

.enews form + p {
	margin-top: 24px;
}

/* Featured Content Sidebar
--------------------------------------------- */

.sidebar .featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: inherit;
	margin-bottom: 5px;
	margin-top: 0
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	padding: 40px 15px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.header-full-width .title-area {
	width: auto;
}

.site-title {
	line-height: 42px;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
}

.site-title a img {
	vertical-align: top;
}

.site-description {
	display: none;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .25em;
}

.wp-custom-logo .site-title,
.wp-custom-logo .site-description{
	display: none;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
    text-align: right;
}

.header-widget-area section.widget {
    float: right;
}

.zp_header_extras {
    float: right;
    padding: 0;
}
.zp_cart_item {
    display: inline-block;
    float: left;
    margin: 0 14px;
}
.zp_cart_item a {
    position: relative;
}
.zp_cart_item i {
    font-size: 25px;
}
span.zp_cart_amount {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
}
.zp_header_search {
    display: inline-block;
    float: left;
    margin: 0 10px;
    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 {
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 15px;
	letter-spacing: 0.071em;
}

.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: #999;
}

.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: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px 20px;
	position: relative;
	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-color: transparent;
    float: left;
    width: auto;
    margin-left: 50px;
}

.nav-primary .wrap {
	padding: 0;
}

.nav-primary .genesis-nav-menu a {
	color: #000;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
}

.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 {
	color: #999;
}

/* ## 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: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-meta,
.product_meta,
.breadcrumb,
.blog_meta {
	font-size: 11px;
	margin-bottom: 20px;
	letter-spacing: 0.105em;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: transparent;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #f7f7f7;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond,
.entry-pings {
/* 	padding: 40px 40px 16px; */
}

.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 .wrap {
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px 15px;
}

.before-footer section.widget{
	width: 50%;
	float: left;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
	font-size: 13.2px;
    padding: 50px 15px ;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}



.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-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 21.66%; /* 360px / 1170px */
	float: left;
}
.footer-widgets-4{
	width: 35%;
	float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 13.2px;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
    margin-bottom: 0;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
}


/* 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;
}
.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: 10px;
	letter-spacing: 3px;
    padding: 7px 14px;
}

.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: 15px;
}
.zp_col_4 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
}
.zp_col_3 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33%;
}
.zp_col_2 {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}
.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.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -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 > 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: #000;
    border-radius: 100%;
    color: #fff;
}


a.portfolio_icon_class i {
	color: inherit
}
.portfolio_detail {
    opacity: 1;
    padding: 15px 0;
    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: 3px 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
}

.portfolio_tags {
    font-size: 10px;
    font-weight: 600;
    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%);
}


iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

/* Section Blocks
--------------------------------------------- */
.section_block {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.section_wrap{
    position: relative;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.section_wide_wrap {
    position: relative;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    clear: both;
    width: 100%;
    overflow: hidden;
}


.section_header_wrap {
	width: 1300px;
	margin: 0 auto;
}

.custom_shortcode_wrap.custom_fullwidth {
	padding: 0 5%
}

.section_header_text {
    display: block;
    overflow: hidden;
    text-align: center
}

.section_header_text h2{
	color: inherit;
    position: relative;
} 

.section_header_text h2::after  {
    content: "\f462";
    display: block;
    font: normal 24px/1 'ionicons';
    padding-top: 20px;
}

.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 {
	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
}

/* Header Text Separator
--------------------------------------------- */

.separator  span.fa {
	display: none;
}

/* Column Blocks
--------------------------------------------- */
.column_block_wrap {
    display: block;
    width: 100%;
}
.column_block_wrap {
	display: block;
	width: 100%;
	overflow: hidden;
}
.column_block{
    padding: 0 15px;
    float: left;
    display: table;
    width: 100%;
    position: relative;
}

.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;
    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 {
	margin-top: 18px;
	margin-bottom: 20px;
	padding: 0 15px;
}

span.column_block_desc {
	display: block;
    padding: 0 15px;
}

.column_readmore {
    display: block;
    margin-top: 24px;
    padding: 0 15px 15px
}

.column_readmore a {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	cursor: pointer;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.38462em;
	padding: 12px 15px;
	overflow: auto;
	text-transform: uppercase;
	width: auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

.column_readmore a:hover {
	background-color: #000;
	color: #fff;
}

/* 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;
}
.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;
    letter-spacing: 7.5px
}
.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: 1300px;
}

.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 {
    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_title {
	margin-top: 1em;
}

.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: #000;
    width: 410px;
    height: auto;
    color: #fff;
    padding: 40px;
}
/* Before Footer
--------------------------------------------- */
.before_footer_wrap {
    padding: 50px 0;
    text-align: center;
}

/* Hero 
--------------------------------------------- */

.hero_image_wrap {
    display: block;
    width: 100%;
    height: 700px;
    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: 1300px;
    margin: 0 auto;
    text-align: left;
    padding: 5%
}

.hero_left span.hero_block_desc {
    margin-bottom:20px;
    max-width: 50%
}

.hero_center span.hero_block_desc,
.hero_left span.hero_block_desc,
.hero_right span.hero_block_desc {
    font-size: 19px;
    line-height: 34px;
    max-width: 50%;
}


.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: 1300px;
   margin: 0 auto;
   text-align: right;
   padding: 5%;
}

.hero_center .hero_block {
   max-width: 1300px;
   margin: 0 auto;

}
.hero_right span.hero_block_desc {
    margin-bottom:20px;
    max-width: 50%;
    float: right
}

span.hero_block_desc {
  display: block;
  margin-bottom: 20px;
  clear: both;
}

.hero_right a.button {
    float: right;
    clear: both 
}

/* 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: 1300px;
}

.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%;
}

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: 10px;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.split_slider .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
} 

.split_slider .owl-dot.active {
    background: transparent;
}
.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: 1300px;
    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: 1300px;
}

/* Shortcodes 
--------------------------------------------- */
/* Team 
--------------------------------------------- */

.zps_team.zps_column.zps_one_half .thumbnail,
.zps_team.zps_column.zps_one_third .thumbnail,
.zps_team.zps_column.zps_one_fourth .thumbnail {
	background: #fff;
	padding: 0 0 50px 0;
	transition: background .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out
}

.zps_team_wrap .zps_team ul li {
	padding: 0 10px;
}

.zps_team_wrap .zps_team ul {
    padding: 0 !important;
}

.zps_team_wrap .zps_team small {
	display: inline-block;
	margin-top: 15px;
}

.zps_team img {
    margin-bottom: 1em;
}

/* Button  shortcode
--------------------------------------------- */


.entry-content a.zps_btn {
	text-decoration: none;
}
.zps_btn {
	margin-top: 1em;
}


.zps_btn {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 32px;
	padding: 5px 25px;
	text-transform: uppercase;
	white-space: normal;
	width: auto
}

.zps_btn:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

/* Pricing Table 
--------------------------------------------- */

.pricing {
    margin-top: 24px;
}
.pricing.zps_column.zps_one_half, 
.pricing.zps_column.zps_one_third, 
.pricing.zps_column.zps_one_fourth {
    background: #fff;
    border: 1px solid;
}
.pricing_head {
    background: #fff;
    margin-bottom: 0;
}
.pricing_head::after {
    width: 80px;
    content: "";
    display: block;
    height: 10px;
    border-top: 1px solid #bd6aca;
    position: relative;
    margin: 0 auto;
    top: 0;
}
.pricing_head .pricing_title {
	border-bottom: 1px solid ;
	font-size: 24px;
	margin: 0;
    padding: 40px 20px;
}
.pricing.pricing_best .pricing_title {
    padding: 40px 20px;
    background: #fff;
    color: inherit;
}
.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: #fff;
}
.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.pricing_best .pricing_head,
.pricing.pricing_best .pricing_desc {
    color: inherit;
}
.pricing_content {
	padding: 0 20px 30px;
	border-bottom: 1px solid #bd6aca;
}
.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: #fff;
    padding: 40px 20px;
}
.pricing .pricing_footer {
    background: #fff;
    margin: 0;
}
.pricing_footer a.pricing_button {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	cursor: pointer;
	font-size: 10px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.2em;
	padding: 5px 25px;
	overflow: auto;
	text-transform: uppercase;
}

.pricing_footer a.pricing_button:hover {
	background-color: #000;
	color: #fff;
}

.pricing.pricing_best .pricing_footer a.pricing_button {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 0;
	cursor: pointer;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 32px;
	padding: 5px 25px;
	overflow: auto;
	text-transform: uppercase;
}

.pricing.pricing_best .pricing_footer a.pricing_button:hover {
	background-color: #fff;
	color: #000;

}


/* Accordions and Toggle 
--------------------------------------------- */

.toggle_header h4,
.accordion_header h4 {
	background: #fff;
	font-weight: inherit;
	border: 1px solid #e9e5f6;
	padding: 15px 20px;
}

/* 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: #fff;
	padding: 0 0 20px 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 5px;
}

.zpblog_shortcode .caption h4 a {
	font-size: 1em;
	margin: 0;
	text-decoration: none	
}
div.zpblog_shortcode .blog_meta {
	color: inherit;
}

div.zpblog_shortcode .thumbnail a img {
	display: block
}

div.zpblog_shortcode .caption {
    margin-top: 1em;
    padding: 10px 15px;
}

div.zpblog_shortcode .caption p {
	margin-top: .5em;
}

div.zpblog_shortcode a.zps_readmore {
	display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
    line-height: 32px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

div.zpblog_shortcode a:hover.zps_readmore {
	background: #000;
	color: #fff;
}


/* Columns 
--------------------------------------------- */

.column_wrapper {
    display: block;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
}


.zps_column {
	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
}

.zps_services.zps_column.zps_one_half,
.zps_services.zps_column.zps_one_third,
.zps_services.zps_column.zps_one_fourth {
	padding: 15px;
	margin-bottom: 3%
}


/* Services 
--------------------------------------------- */
 
.zps_services img {
	margin-bottom: 2em
}

/* Testimonial 
--------------------------------------------- */

.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;
	font-size: 19px;
	font-weight: 200;
	max-width: 700px;
	padding: 0;
	line-height: 1.79em;
	letter-spacing: .025em;
	text-transform: none;
}

.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:after {
	width: 11px;
	height: 11px;
}

/* 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  */ 

.client_carousel .owl-theme .owl-dots .owl-dot.active span, 
.client_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #333;
}

.client_carousel .owl-theme .owl-dots .owl-dot span {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid #333;
    border-radius: 50%;
}

.client_carousel .owl-theme .owl-dots .owl-dot span::after {
    display: none
}

.testimonial_carousel .owl-theme .owl-dots .owl-dot span::after {
    border: 1px solid #333;
}

.testimonial_carousel .owl-theme .owl-dots .owl-dot.active span, 
.testimonial_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #333;
}

/* Photoswipe */

pswp__caption__center {
	display: none;
}


/* section heading  */

h1.archive-title,
.section_header_text h2 {
    margin:  0 0 20px;
    display: inline-block;
    position: relative;  
}

h1.archive-title,
.section_header_text h2 {
	font-size: 45px;
	line-height: 44px;
    margin: 0 0 23px;
}

.zp_splitslider_content_wrap h4,
h4.column_split_block_title {
	font-size: 40px;
	line-height: 44px
}

.section_header_text h2 .big_letter {
    color: #C0A98C;
    font-size: 2.5em;
    font-weight:100;
}

h3.hero_block_title {
    font-size: 52px;
}

.section_header_wrap p,
span.column_split_block_subtitle,
.section_header_text p {
	display: block;
	font-size: 11px;
	line-height: 1.6;
	padding-bottom: 0.2em;
	position: relative;
	letter-spacing: 0.211em;
}

.section_header_text_subtitle {
	display: block;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.211em;
	margin-bottom: 50px;
	padding-bottom: 0.2em;
	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: 20px auto 50px;
    text-align: center;
    position: relative
}

.section_header_text.header_text_right .section_header_wrap p {
    float: right;
    text-align: right;
    width: 100%;
    position: relative 
}
	
/* 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: 1300px;
}

/* 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: 1300px;
    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 a.popup_video {
    text-decoration: none;
}
.section_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;
}

/* 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: #fff;
    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: #fff;
   	left: 20px;
}