/*********************************************************************************************

Theme Name: Rezzo
Theme URI: https://www.wpzoom.com/themes/rezzo
Version: 1.0.3
Private: true
Author: WPZOOM
Author URI: https://www.wpzoom.com
Description: Rezzo is a Premium WordPress theme for video producers, filmmakers and everyone else involved in professional video industry.
Tags:  video slideshow, portfolio, video, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpzoom
Domain Path: /languages/
Requires PHP: 7.4
Tested up to: 6.7

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License.


**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead
add your styles in Customizer > Additional CSS.

**********************************************************************************************

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 800; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: top; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

p {
  margin: 0; }

/*--------------------------------------------------------------
# Color Scheme
--------------------------------------------------------------*/
.navbar-wpz > .current-menu-item > a,
.navbar-wpz > .current_page_item > a {
  color: #0760fe; }

.slicknav_btn {
  background: #0760fe; }

.slicknav_btn.slicknav_open {
  z-index: 305; }

.slicknav_nav {
  background: #0760fe; }

/* Default Color Scheme */
a {
  color: #ffffff; }

a:hover, a:focus {
  color: #0760fe; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #0760fe;
  border-color: #0760fe; }
  button:focus, button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover {
    background: #0760fe;
    color: #ffffff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #0760fe;
  background: #1a1a1a;
  border-color: #0760fe; }
  input[type="text"]:focus, input[type="text"]:hover,
  input[type="email"]:focus,
  input[type="email"]:hover,
  input[type="url"]:focus,
  input[type="url"]:hover,
  input[type="password"]:focus,
  input[type="password"]:hover,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="number"]:focus,
  input[type="number"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  input[type="range"]:focus,
  input[type="range"]:hover,
  input[type="date"]:focus,
  input[type="date"]:hover,
  input[type="month"]:focus,
  input[type="month"]:hover,
  input[type="week"]:focus,
  input[type="week"]:hover,
  input[type="time"]:focus,
  input[type="time"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:hover,
  input[type="color"]:focus,
  input[type="color"]:hover,
  textarea:focus,
  textarea:hover {
    color: #ffffff; }

.widget.widget_search .sb-search-submit {
  border-color: #0760fe;
  color: #0760fe; }
  .widget.widget_search .sb-search-submit:focus, .widget.widget_search .sb-search-submit:hover {
    color: #ffffff;
    background: #0760fe; }

select {
  color: #0760fe;
  border-color: #0760fe; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.slide_button a,
.wpz-btn,
.portfolio-view_all-link a,
.readmore_button a,
.wpz_button {
  background: #1a1a1a;
  color: #0760fe;
  border: 2px solid #0760fe; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  .slide_button a:hover,
  .wpz-btn:hover,
  .portfolio-view_all-link a:hover,
  .readmore_button a:hover,
  .wpz_button:hover {
    color: #ffffff;
    background: #0760fe; }

.accent-color {
  color: #0760fe !important;
  border-color: currentColor !important; }
  .accent-color * {
    color: #0760fe !important;
    border-color: currentColor !important; }
  .accent-color a {
    color: #0760fe !important;
    border-color: currentColor !important; }
    .accent-color a * {
      color: #0760fe !important;
      border-color: currentColor !important; }
    .accent-color a:hover, .accent-color a:active {
      color: #ffffff !important;
      border-color: currentColor !important; }
      .accent-color a:hover *, .accent-color a:active * {
        color: #ffffff !important;
        border-color: currentColor !important; }

.archive-title {
  color: #0760fe; }

.colored-em em {
  font-style: normal;
  color: #0760fe !important; }

.featured-intro .flickity-button:hover svg path, .featured-intro .flickity-button:active svg path {
  fill: #ffffff; }

.featured-intro .flickity-button svg path {
  fill: #0760fe; }

.homepage-blog-posts .post .wpzabb-post-grid-title a,
.homepage-blog-posts .post .fl-post-grid-title a {
  color: #ffffff !important; }
  .homepage-blog-posts .post .wpzabb-post-grid-title a:hover,
  .homepage-blog-posts .post .fl-post-grid-title a:hover {
    color: #0760fe !important; }

.homepage-blog-posts .post .wpzabb-post-grid-meta a,
.homepage-blog-posts .post .fl-post-grid-meta a,
.homepage-blog-posts .post .fl-post-grid-meta-terms a {
  color: #0760fe !important; }
  .homepage-blog-posts .post .wpzabb-post-grid-meta a:hover,
  .homepage-blog-posts .post .fl-post-grid-meta a:hover,
  .homepage-blog-posts .post .fl-post-grid-meta-terms a:hover {
    color: #ffffff !important; }
    .homepage-blog-posts .post .wpzabb-post-grid-meta a:hover span,
    .homepage-blog-posts .post .fl-post-grid-meta a:hover span,
    .homepage-blog-posts .post .fl-post-grid-meta-terms a:hover span {
      color: #ffffff !important; }
  .homepage-blog-posts .post .wpzabb-post-grid-meta a span,
  .homepage-blog-posts .post .fl-post-grid-meta a span,
  .homepage-blog-posts .post .fl-post-grid-meta-terms a span {
    color: #0760fe !important; }

.contact-social {
  color: #1a1a1a; }
  .contact-social a .socicon, .contact-social a .socicon::before {
    color: #1a1a1a; }
  .contact-social a:hover .socicon, .contact-social a:hover .socicon::before {
    color: #ffffff; }

.blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-more {
  border-color: #0760fe; }
  .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-more:hover {
    border-color: #ffffff; }

.sidebar-categories ul,
.sidebar-social ul {
  color: #0760fe; }
  .sidebar-categories ul li a,
  .sidebar-social ul li a {
    color: #0760fe; }
    .sidebar-categories ul li a:hover,
    .sidebar-social ul li a:hover {
      color: #ffffff; }

.polygon-outline::before {
  background: #1a1a1a; }

.special-overflow {
  text-shadow: 0 0 0.5em #1a1a1a; }

.contact-page-form label {
  color: #0760fe; }

.contact-page-form input {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3); }

.contact-page-form input, .contact-page-form textarea, .contact-page-form select {
  color: #ffffff; }
  .contact-page-form input:hover, .contact-page-form input:focus, .contact-page-form textarea:hover, .contact-page-form textarea:focus, .contact-page-form select:hover, .contact-page-form select:focus {
    border-bottom-color: #ffffff; }

.fl-search-text {
  color: #0760fe;
  background: transparent; }
  .fl-search-text:hover, .fl-search-text:focus {
    color: #ffffff; }

.fl-button:hover {
  border-color: #0760fe !important; }

.sidebar-posts .fl-post-feed ul li::before {
  color: #0760fe;
  border-color: #0760fe; }

.sidebar-subscribe .fl-subscribe-form .fl-form-field input[type="email"] {
  color: #0760fe;
  border-color: #0760fe; }

.fl-builder-pagination ul.page-numbers li a:not(.dots):hover, .fl-builder-pagination ul.page-numbers li a.current, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover, .fl-builder-pagination ul.page-numbers li span.current {
  color: #0760fe;
  border-color: #0760fe; }
  .fl-builder-pagination ul.page-numbers li a:not(.dots):hover.prev, .fl-builder-pagination ul.page-numbers li a:not(.dots):hover.next, .fl-builder-pagination ul.page-numbers li a.current.prev, .fl-builder-pagination ul.page-numbers li a.current.next, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover.prev, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover.next, .fl-builder-pagination ul.page-numbers li span.current.prev, .fl-builder-pagination ul.page-numbers li span.current.next {
    border-color: transparent; }

.fl-builder-pagination ul.page-numbers li a.prev::before, .fl-builder-pagination ul.page-numbers li a.next::before, .fl-builder-pagination ul.page-numbers li span.prev::before, .fl-builder-pagination ul.page-numbers li span.next::before {
  color: #0760fe; }

.widget.feature-posts ul li h3::before {
  color: #0760fe;
  border-color: #0760fe; }

.widget.widget_categories ul, .widget.zoom-social-icons-widget ul {
  color: #0760fe; }
  .widget.widget_categories ul li a, .widget.zoom-social-icons-widget ul li a {
    color: #0760fe; }
    .widget.widget_categories ul li a:hover, .widget.zoom-social-icons-widget ul li a:hover {
      color: #ffffff; }

div.navigation .btn-primary {
  border: 2px solid #727477; }

div.navigation a, div.navigation span {
  color: #727477; }
  div.navigation a:not(.dots):hover, div.navigation a.current, div.navigation span:not(.dots):hover, div.navigation span.current {
    color: #0760fe;
    background: transparent;
    border-color: #0760fe; }
    div.navigation a:not(.dots):hover.prev, div.navigation a:not(.dots):hover.next, div.navigation a.current.prev, div.navigation a.current.next, div.navigation span:not(.dots):hover.prev, div.navigation span:not(.dots):hover.next, div.navigation span.current.prev, div.navigation span.current.next {
      border-color: transparent; }
      div.navigation a:not(.dots):hover.prev::before, div.navigation a:not(.dots):hover.next::before, div.navigation a.current.prev::before, div.navigation a.current.next::before, div.navigation span:not(.dots):hover.prev::before, div.navigation span:not(.dots):hover.next::before, div.navigation span.current.prev::before, div.navigation span.current.next::before {
        color: #ffffff; }
  div.navigation a.prev::before, div.navigation a.next::before, div.navigation span.prev::before, div.navigation span.next::before {
    color: #0760fe; }

.wp-block-button__link {
  background: #0760fe; }

.wp-block-button .wp-block-button__link {
  border-color: #0760fe; }

#slider .wp-block-button .wp-block-button__link {
  background: #0760fe; }

#slider .wp-block-button:not(.is-style-outline) .has-green-background-color:hover,
#slider .wp-block-button:not(.is-style-outline) .has-blue-background-color:hover,
#slider .wp-block-button:not(.is-style-outline) .has-red-background-color:hover,
#slider .wp-block-button:not(.is-style-outline) .has-brown-background-color:hover,
#slider .wp-block-button:not(.is-style-outline) .has-black-background-color:hover,
#slider .wp-block-button:not(.is-style-outline) .has-gray-background-color:hover {
  color: #0760fe; }

#slider .wp-block-button.is-style-outline .has-green-background-color:hover {
  background-color: #0760fe; }

.mfp-content .mfp-bottom-bar .mfp-title a {
  color: #0760fe;
  border-color: #0760fe; }
  .mfp-content .mfp-bottom-bar .mfp-title a:hover {
    color: #ffffff;
    border-color: #ffffff; }

.slides > li h3 {
  color: #ffffff; }
  .slides > li h3 a {
    color: #ffffff; }
    .slides > li h3 a:hover {
      color: #0760fe; }

.slides > li .slide_button a {
  color: #0760fe; }
  .slides > li .slide_button a:hover {
    color: #ffffff; }

#slider .flex-direction-nav .flex-prev:after {
  border-top-color: #0760fe;
  border-left-color: #0760fe; }

#slider .flex-direction-nav .flex-next:after {
  border-top-color: #0760fe;
  border-right-color: #0760fe; }

#slider .flex-direction-nav .flex-prev:hover:after {
  border-top-color: #ffffff;
  border-left-color: #ffffff; }

#slider .flex-direction-nav .flex-next:hover:after {
  border-top-color: #ffffff;
  border-right-color: #ffffff; }

#slider .post-edit-link {
  color: #ffffff; }
  #slider .post-edit-link:hover {
    color: #0760fe; }

.infinite-scroll #infinite-handle span {
  border: 2px solid #0760fe;
  color: #0760fe;
  background: none; }
  .infinite-scroll #infinite-handle span:hover {
    background: #0760fe;
    color: #fff; }

.outer-wrap h1.entry-title:after {
  border-bottom-color: #0760fe; }

.entry-title a,
.entry-meta a,
.tag_list a {
  color: #ffffff; }
  .entry-title a:hover,
  .entry-meta a:hover,
  .tag_list a:hover {
    color: #0760fe; }

.entry-content a {
  color: #0760fe; }
  .entry-content a:hover, .entry-content a:active {
    color: #ffffff; }

.tag_list h4 {
  color: #0760fe; }

.tag_list a:hover {
  color: #0760fe;
  border-color: #0760fe; }

.author_links a:hover, .author_links a:active {
  color: #0760fe; }

.author_links a:hover:before {
  color: #0760fe; }

.wpzoom-featured-cat h3.title a:hover {
  color: #0760fe; }

.site-footer {
  background: #1a1a1a; }
  .site-footer button {
    background: #61656e; }
  .site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit] {
    background: #61656e; }
  .site-footer button:hover {
    background: #61656e; }
  .site-footer input[type=button]:hover, .site-footer input[type=reset]:hover, .site-footer input[type=submit]:hover {
    background: #61656e; }
  .site-footer a:hover {
    color: #0760fe; }

.footer-brand-wpz,
.footer-brand-wpz h2,
.footer-brand-wpz h2 a {
  color: #ffffff; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: none; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: none; }

.woocommerce ul.products li.product h3:hover {
  color: #0760fe; }

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #0760fe; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #0760fe; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #0760fe;
  color: #fff; }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #fff;
    text-decoration: underline;
    border: none; }
  .woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background: #fff !important;
    color: #000 !important; }

.archive .inner-wrap .listing-widget-details h3.listing-title a:hover, .wp-listings-shortcode .inner-wrap .listing-widget-details h3.listing-title a:hover {
  color: #0760fe; }

.listing-navigation a:hover {
  color: #0760fe !important; }

.portfolio-archive-taxonomies li.current-cat a {
  color: #0760fe; }

.wpzoom-calltoaction .cta-btn {
  background-color: #000; }
  .wpzoom-calltoaction .cta-btn:hover, .wpzoom-calltoaction .cta-btn:active {
    background-color: #0760fe; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
  color: #0760fe; }

.portfolio-showcase .single-post .portfolio_item a:hover h3 {
  color: #0760fe; }

.portfolio-showcase .single-post .portfolio_item h3 {
  color: #ffffff;
  border-bottom-color: #0760fe; }

.portfolio-showcase .single-post .portfolio_item .entry-category {
  color: #0760fe; }

.portfolio-archive-taxonomies li.current-cat a {
  color: #0760fe; }
  .portfolio-archive-taxonomies li.current-cat a:hover {
    color: #ffffff; }

.portfolio-archive-taxonomies a:hover {
  color: #ffffff; }

.back_portfolio_wrap .back_portfolio {
  color: #0760fe;
  background: #1a1a1a;
  border-color: #0760fe; }
  .back_portfolio_wrap .back_portfolio:hover {
    color: #ffffff;
    background: #0760fe; }

.single-portfolio_item .entry-details span {
  color: #0760fe; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'reel';
  src: url("fonts/reel.eot");
  src: url("fonts/reel.eot?fuia4k#iefix") format("embedded-opentype"), url("fonts/reel.ttf") format("truetype"), url("fonts/reel.woff") format("woff"), url("fonts/reel.svg#reel") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="rezzo-"], [class*=" rezzo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'reel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rezzo-twitter:before {
  content: "\e600"; }

.rezzo-facebook:before {
  content: "\e601"; }

.rezzo-instagram:before {
  content: "\ea92"; }

.rezzo-close:before {
  content: "\e900"; }

.rezzo-search:before {
  content: "\e901"; }

.rezzo-play:before {
  content: "\e902"; }

.rezzo-chevron-thin-right:before {
  content: "\e602"; }

.rezzo-chevron-thin-left:before {
  content: "\e603"; }

.rezzo-arrow-left:before {
  content: "\e903"; }

.rezzo-arrow-right:before {
  content: "\e904"; }

.rezzo-unmute:before {
  content: "\e905"; }

.rezzo-mute:before {
  content: "\e906"; }

.rezzo-back:before {
  content: "\e907"; }

.rezzo-next:before {
  content: "\e908"; }

/* Headings */
.navbar-brand-wpz h1 {
  font-family: "Archivo", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #fff; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1; }

h1 small, h2 small, h3 small {
  font-size: 65%; }

h4 small, h5 small, h6 small {
  font-size: 75%; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.section-title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 500; }

.archive-title {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500; }

.header-archive {
  font-size: 34px;
  font-weight: 600;
  margin: 0; }

.home .portfolio-archive-taxonomies {
  padding: 0 0 40px; }

.home .portfolio-archive .home_section {
  text-align: left;
  padding: 50px 0 0; }

p {
  margin-bottom: 1em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 1em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.sticky, .bypostauthor {
  text-align: left; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 12px 25px;
  display: inline-block;
  width: auto;
  margin: 15px 0;
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: none;
  border: 2px solid; }

.wpzabb-button-wrap a,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.slide_button a,
.wpz-btn,
.portfolio-view_all-link a,
.readmore_button a,
.wpz_button {
  padding: 10px 25px;
  display: inline-block;
  width: auto;
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-weight: 500;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.wpzabb-button-wrap a {
  font-size: 18px; }

.slide_button a,
.wpz-btn,
.portfolio-view_all-link a,
.readmore_button a,
.wpz_button {
  margin: 15px 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-weight: 500;
  border: 2px solid;
  padding: 12px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 0;
  width: auto; }

select {
  border: 2px solid; }

textarea {
  width: 100%; }

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500; }

.site-footer button {
  color: #ffffff; }

.site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit] {
  color: #ffffff; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts Pagination
--------------------------------------------------------------*/
/* Navigation */
div.navigation {
  margin: 40px auto;
  text-align: center; }
  div.navigation .btn-primary {
    padding: 12px 30px; }
  div.navigation a, div.navigation span {
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 18px;
    padding: 10px 13px;
    border: 2px solid transparent;
    margin: 0 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    div.navigation a:first-child, div.navigation span:first-child {
      margin-left: 0; }
    div.navigation a:last-child, div.navigation span:last-child {
      margin-right: 0; }
    div.navigation a.prev, div.navigation a.next, div.navigation span.prev, div.navigation span.next {
      font-size: 0;
      vertical-align: middle; }
      div.navigation a.prev::before, div.navigation a.next::before, div.navigation span.prev::before, div.navigation span.next::before {
        content: '\f340';
        font-family: 'dashicons';
        font-size: 20px;
        line-height: 18px;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      div.navigation a.prev.next::before, div.navigation a.next.next::before, div.navigation span.prev.next::before, div.navigation span.next.next::before {
        content: '\f344'; }

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .paging-navigation {
  display: none; }

.woocommerce-pagination:empty, .navigation:empty {
  display: none; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menu */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu li {
    position: relative; }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
  .sf-menu > li {
    float: left; }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block; }
  .sf-menu a {
    display: block;
    position: relative; }
  .sf-menu ul ul {
    top: 0;
    left: 100%; }

.sf-arrows .sf-with-ul:after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 16px/16px 'dashicons';
  vertical-align: middle;
  margin: 0 0 0 4px; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f345";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/22px 'dashicons';
  float: right;
  vertical-align: top;
  margin: 2px 0 0 4px; }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: white; }

.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.navbar-wpz {
  position: relative; }
  .navbar-wpz > li {
    padding: 0 20px; }
    .navbar-wpz > li:first-child {
      padding-left: 0; }
    .navbar-wpz > li:last-child {
      margin-right: 0; }
  .navbar-wpz a {
    padding: 5px 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .navbar-wpz a:hover {
      opacity: 1; }
  .navbar-wpz ul {
    background: #484848;
    text-align: left;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    left: 2%;
    width: 220px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); }
    .navbar-wpz ul a {
      text-align: left;
      line-height: 1.5;
      text-transform: none;
      padding: 10px 10px;
      font-size: 16px; }
      .navbar-wpz ul a:hover {
        color: #fff;
        opacity: .7; }
    .navbar-wpz ul ul {
      right: 100%;
      margin-top: 0px; }
  .navbar-wpz > li > ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #484848;
    position: absolute;
    top: -7px;
    left: 31px;
    z-index: 470; }
  .navbar-wpz > li > ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #484848;
    position: absolute;
    top: -8px;
    left: 30px;
    z-index: 460; }

/* Main Menu */
.main-navbar {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  text-align: right; }
  .main-navbar:before, .main-navbar:after {
    content: " ";
    display: table; }

.main-navbar:after {
  clear: both; }

.main-navbar .sf-menu > li {
  display: inline-block;
  float: none; }

.main-navbar .navbar-wpz > li:last-child {
  padding-right: 0; }

.main-navbar a {
  font-size: 16px;
  font-weight: normal; }

.main-navbar .sb-search {
  display: none; }

@-webkit-keyframes in {
  0% {
    width: 0;
    left: 0;
    right: auto; }
  100% {
    left: 0;
    right: auto;
    width: 100%; } }

@-o-keyframes in {
  0% {
    width: 0;
    left: 0;
    right: auto; }
  100% {
    left: 0;
    right: auto;
    width: 100%; } }

@keyframes in {
  0% {
    width: 0;
    left: 0;
    right: auto; }
  100% {
    left: 0;
    right: auto;
    width: 100%; } }

@-webkit-keyframes out {
  0% {
    width: 100%;
    left: auto;
    right: 0; }
  100% {
    width: 0;
    left: auto;
    right: 0; } }

@-o-keyframes out {
  0% {
    width: 100%;
    left: auto;
    right: 0; }
  100% {
    width: 0;
    left: auto;
    right: 0; } }

@keyframes out {
  0% {
    width: 100%;
    left: auto;
    right: 0; }
  100% {
    width: 0;
    left: auto;
    right: 0; } }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes show {
  0% {
    opacity: 0;
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.slicknav_menu {
  text-align: right; }

.slicknav_btn {
  float: none;
  display: inline-block; }

/* Mobile Menu Icons */
.navbar-toggle {
  display: none;
  position: relative;
  float: left;
  margin: 15px 0 15px 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    background: #222; }
  .navbar-toggle:hover .icon-bar {
    background: #555; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

#menu-main-slide {
  display: none !important; }

.slicknav_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 100%;
  float: right;
  font-weight: normal;
  color: #111; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 1px 7px 0 0; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_menu .slicknav_icon {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.slicknav_collapsed .slicknav_icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.slicknav_collapsed .slicknav_icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.slicknav_collapsed .slicknav_icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.slicknav_open .slicknav_icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0; }

.slicknav_open .slicknav_icon span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.slicknav_open .slicknav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px; }
  .slicknav_nav li:last-child {
    margin-bottom: 0; }

.slicknav_nav > .menu {
  counter-reset: mobile; }
  .slicknav_nav > .menu > li {
    counter-increment: mobile;
    position: relative; }
    .slicknav_nav > .menu > li::before {
      content: counter(mobile, decimal-leading-zero);
      position: absolute;
      left: -30px;
      font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
      font-size: 26px;
      font-weight: 400;
      line-height: 45px;
      opacity: 0.5;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 10px 0 auto;
  padding-left: 5px;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; }

.slicknav_nav .slicknav_arrow:after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: 22px/16px 'dashicons';
  vertical-align: middle;
  margin: 0 0 0 4px; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff; }

.slicknav_btn {
  padding: 13px 12px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.slicknav_nav {
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  background: #0760fe;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 302;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: scroll; }

.slicknav_nav > ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 450px;
  max-width: 90%;
  z-index: 300;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: white; }

.slicknav_nav ul ul {
  padding: 0 0 0 30px;
  margin: 0; }
  .slicknav_nav ul ul a {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.6; }
    .slicknav_nav ul ul a:hover {
      opacity: 1; }

.slicknav_nav a {
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  color: #ffffff; }
  .slicknav_nav a:hover {
    opacity: 0.6;
    color: #ffffff; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
  display: none; }

.wpz_menu_hamburger #navbar-main {
  display: none !important; }

.wpz_menu_hamburger .slicknav_menu {
  display: block !important; }

/*--------------------------------------------------------------
## Search Bar
--------------------------------------------------------------*/
.sb-search-input {
  width: 100%; }

input.sb-search-submit {
  font-family: reel;
  font-size: 20px;
  font-weight: 600;
  background: none;
  border: 2px solid; }

.widget input.sb-search-submit {
  padding: 0 12px;
  border-left: 0; }

.sb-icon-search {
  display: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #444444;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 60px;
  position: relative; }
  .widget .title {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500; }
  .widget a {
    text-decoration: none; }
    .widget a:hover {
      text-decoration: none; }
  .widget img {
    border: none;
    vertical-align: top; }
  .widget ul, .widget ol {
    clear: both;
    margin: 0;
    padding: 0; }
    .widget ul li, .widget ol li {
      list-style-type: none;
      margin: 0 0 5px; }
    .widget ul ul, .widget ul ol, .widget ol ul, .widget ol ol {
      margin: 0;
      padding: 0;
      border-top: none; }
      .widget ul ul li, .widget ul ol li, .widget ol ul li, .widget ol ol li {
        border: none; }
  .widget.feature-posts ul {
    counter-reset: list; }
    .widget.feature-posts ul li {
      padding: 0;
      border: 0;
      margin: 0 0 30px; }
      .widget.feature-posts ul li:last-child {
        margin-bottom: 0; }
      .widget.feature-posts ul li h3 {
        font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        counter-increment: list; }
        .widget.feature-posts ul li h3::before {
          content: counter(list);
          display: block;
          line-height: 40px;
          text-align: center;
          min-height: 40px;
          height: 40px;
          min-width: 40px;
          width: 40px;
          border: 2px solid;
          margin: 0 20px 0 0; }
        .widget.feature-posts ul li h3 a {
          font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
          font-size: 18px;
          font-weight: 500;
          line-height: 1.4; }
      .widget.feature-posts ul li small {
        padding-left: 62px; }
  .widget.widget_search .section-title {
    display: none; }
  .widget.widget_search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .widget.widget_search input {
    margin: 0; }

.zoom-social_icons-list__item a {
  border: none; }

.footer-widgets {
  padding: 40px 0 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0; }
  .footer-widgets:before {
    content: " ";
    display: table; }
  .footer-widgets:after {
    content: " ";
    display: table;
    clear: both; }
  .footer-widgets .column {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    float: none; }
  .footer-widgets.widget-columns-4 .column {
    width: 25%; }
  .footer-widgets.widget-columns-3 .column {
    width: 33.3333%; }
  .footer-widgets.widget-columns-2 .column {
    width: 50%; }
  .footer-widgets.widget-columns-1 .column {
    width: 100%; }
  .footer-widgets.widget-columns-2 .column:nth-child(2n+2), .footer-widgets.widget-columns-3 .column:nth-child(3n+3), .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
    margin-right: 0;
    border: none; }

.site-footer .widget {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .site-footer .widget .title {
    color: #fff; }

@media screen and (max-width: 979px) {
  .site-footer .footer-widgets.widget-columns-3 .column,
  .site-footer .footer-widgets.widget-columns-4 .column {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .site-footer .footer-widgets.widget-columns-2 .column,
  .site-footer .footer-widgets.widget-columns-3 .column,
  .site-footer .footer-widgets.widget-columns-4 .column {
    width: 100%; } }

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
/* Recent Posts */
.feature-posts-list {
  list-style-type: none;
  padding: 0; }
  .feature-posts-list:before {
    content: " ";
    display: table; }
  .feature-posts-list:after {
    content: " ";
    display: table;
    clear: both; }
  .feature-posts-list > li {
    margin: 0 0 20px; }
  .feature-posts-list .post-thumb {
    position: relative;
    overflow: hidden;
    margin: 0 15px 15px 0;
    max-width: 35%;
    float: left; }
    .feature-posts-list .post-thumb img {
      max-width: 100%;
      height: auto;
      vertical-align: top; }
  .feature-posts-list h3 {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.4; }
  .feature-posts-list .sharedaddy {
    display: none; }

.home_column .post-thumb {
  margin-bottom: 0; }

.widget .feature-posts-list br {
  display: none; }

.widget .feature-posts-list small {
  font-size: 14px;
  display: block; }

.widget .feature-posts-list .post-excerpt {
  display: block;
  overflow: hidden; }

.widget .feature-posts-list li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee; }

.widget .feature-posts-list li:last-child {
  margin: 0;
  border: none;
  padding: 0; }

.widget .feature-posts-list li a {
  font-weight: 600; }

/* Recent Posts in Builder */
.fw-page-builder-content .feature-posts-list {
  font-size: 0; }

.fw-page-builder-content {
  /* 4 Columns */
  /* 2 Columns */ }
  .fw-page-builder-content .feature-posts-list > li {
    width: 31.5%;
    margin: 0 2.75% 40px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    border: none; }
    .fw-page-builder-content .feature-posts-list > li:nth-child(3n+3) {
      margin-right: 0; }
    .fw-page-builder-content .feature-posts-list > li .entry-meta {
      opacity: .8; }
    .fw-page-builder-content .feature-posts-list > li h3 {
      font-size: 26px;
      margin: 10px 0; }
    .fw-page-builder-content .feature-posts-list > li .post-thumb {
      margin: 0 0 25px;
      float: none;
      max-width: 100%; }
    .fw-page-builder-content .feature-posts-list > li .more_link {
      margin-bottom: 10px; }
  .fw-page-builder-content .feature-posts-list.col_no_4 > li {
    width: 23%;
    margin-right: 2.33%; }
    .fw-page-builder-content .feature-posts-list.col_no_4 > li:nth-child(3n+3) {
      margin-right: 2.33%; }
    .fw-page-builder-content .feature-posts-list.col_no_4 > li:nth-child(4n+4) {
      margin-right: 0; }
    .fw-page-builder-content .feature-posts-list.col_no_4 > li h3 {
      font-size: 18px; }
  .fw-page-builder-content .feature-posts-list.col_no_2 > li {
    width: 48%;
    margin-right: 3%; }
    .fw-page-builder-content .feature-posts-list.col_no_2 > li:nth-child(3n+3) {
      margin-right: 3%; }
    .fw-page-builder-content .feature-posts-list.col_no_2 > li:nth-child(2n+2) {
      margin-right: 0; }
    .fw-page-builder-content .feature-posts-list.col_no_2 > li .post-thumb img {
      width: 100%; }

/*--------------------------------------------------------------
# Twitter
--------------------------------------------------------------*/
/* Twitter widget */
.zoom-twitter-widget ul li {
  margin: 0 0 25px;
  font-style: italic; }

.zoom-twitter-widget time {
  display: block;
  margin: 10px 0;
  font-size: 14px; }

.zoom-twitter-widget .zoom-twitter-widget__follow-me {
  margin: 10px 0 0; }

/*--------------------------------------------------------------
# Native widgets styling
--------------------------------------------------------------*/
.widget_search label {
  display: inline; }

.textwidget img {
  max-width: 100%;
  height: auto; }

/* RSS Widget */
.widget_rss ul li {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee; }

.widget_rss .rsswidget {
  font-weight: bold;
  margin: 0 0 7px;
  font-size: 16px; }

.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  color: #999; }

.widget_rss .rssSummary {
  font-size: 14px;
  margin: 0 0 5px; }

/* Calendar widget */
#wp-calendar caption {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 12px; }
  #wp-calendar thead th {
    padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }
  #wp-calendar tbody td {
    text-align: center;
    padding: 8px; }
  #wp-calendar tbody .pad {
    background: none; }

#wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px; }

/*--------------------------------------------------------------
# 3rd Party Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #c5c5c5;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1a1a1a; }
  body.noscroll {
    position: fixed;
    overflow: hidden;
    width: 100%; }

.outer-wrap {
  position: relative;
  background: #1a1a1a; }

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

.slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 700px;
  height: 100vh;
  padding: 100px 0;
  margin: 0 auto; }

.site {
  position: relative;
  overflow: hidden; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-title {
  margin-top: 75px; }

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  margin: 70px auto 0; }
  .content-wrap .site-main {
    width: -webkit-calc(69% - 30px);
    width: calc(69% - 30px);
    margin: 0 auto; }
  .content-wrap .site-sidebar {
    width: 31%;
    margin-left: 30px; }

.recent-posts #recent-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.recent-posts .page-content {
  font-size: 16px; }

.recent-posts .post {
  font-size: 16px;
  width: 48%;
  margin: 0 0 30px; }
  .recent-posts .post.sticky {
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .recent-posts .post.sticky .entry-title {
      font-size: 40px; }

.recent-posts .type-page {
  width: 31.5%;
  margin: 0 2.75% 40px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  overflow: hidden; }

.recent-posts article:nth-of-type(3n+3) {
  margin-right: 0; }

.recent-post .post-thumb {
  margin: 0 0 25px;
  position: relative;
  z-index: 2; }

.recent-post .post-thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
  -webkit-box-shadow: 0 7px 17px rgba(0, 0, 0, 0.7);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.7); }

.recent-post.has-post-thumbnail .post_content_wrapper {
  opacity: 1; }

.entry-meta {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 15px;
  color: #727477; }

.recent-posts .entry-body {
  overflow: hidden;
  position: relative; }

.entry-title {
  margin: 0 0 15px;
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4; }
  .entry-title a {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }

.entry-content:before {
  content: " ";
  display: table; }

.entry-content:after {
  content: " ";
  display: table;
  clear: both; }

.entry-content p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.8;
  padding: 0; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-meta {
  margin-bottom: 15px;
  font-size: 15px; }
  .entry-meta a {
    font-weight: 500; }

.site-footer .entry-meta {
  color: #9ba2a9; }

.entry-author img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.cat-links {
  margin-bottom: 10px; }

.more-link, .more_link {
  display: table;
  margin: 20px 0 0; }

.readmore_button {
  margin: 0; }

/* Blog View */
.content-area.full-layout .recent-posts.blog-view {
  margin: 0 auto;
  max-width: 750px; }
  .content-area.full-layout .recent-posts.blog-view .entry-body {
    max-width: 90%;
    margin: 0 auto; }
  .content-area.full-layout .recent-posts.blog-view article {
    width: 100%;
    margin: 0 0 50px; }

.recent-posts.blog-view article {
  width: 100%;
  margin-right: 0;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding: 0 0 30px;
  margin-bottom: 50px; }

.recent-posts.blog-view .post .entry-title {
  font-size: 40px; }

.recent-posts.blog-view .entry-meta {
  font-size: 16px; }

.recent-posts.list-view .post {
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0 0 30px; }

/* List View */
.content-area.full-layout .recent-posts.list-view article {
  width: 100%;
  margin-right: 0; }

.content-area.full-layout .recent-posts.list-view article:nth-of-type(2n+2), .content-area.full-layout .recent-posts.list-view article:nth-of-type(3n+3) {
  margin-right: 0; }

.recent-posts.list-view .post-thumb {
  margin: 0 25px 15px 0;
  max-width: 35%;
  float: left; }

.category_description {
  margin: 0 0 40px; }

/*********************************************************************************************

7.  Single posts

*********************************************************************************************/
.single .entry-info,
.blog .entry-info {
  padding: 0 0 20px;
  text-align: center;
  margin: 0 0 40px; }

.entry-cover {
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 650px;
  height: 100%;
  position: relative;
  background: black; }

.page .site-main.full-width-page > article {
  float: none;
  max-width: 100%;
  width: 100%; }

.content-area.full-width-page {
  float: none;
  width: 100%; }

.entry-details {
  float: left;
  text-align: right;
  width: 23%;
  margin: 0 0 40px 0;
  border-right: 1px solid #f1f2f2;
  padding: 0 4.3% 20px 0; }
  .entry-details img {
    border-radius: 50%; }
  .entry-details ul {
    margin: 0; }
    .entry-details ul li {
      margin: 0 0 15px;
      list-style-type: none;
      line-height: 1.4; }
      .entry-details ul li img {
        margin-bottom: 10px; }
      .entry-details ul li a {
        text-decoration: underline; }
      .entry-details ul li span {
        font-style: italic; }

.entry_wrapper {
  margin: 40px auto; }

.single .post_wrapper {
  width: 100%;
  float: none;
  margin: 0 auto;
  max-width: 800px; }

.single .post_wrapper.no_side_details {
  width: 100%;
  float: none; }

.single .entry-content {
  line-height: 1.7; }
  .single .entry-content figure img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.page .entry-content > p {
  line-height: 1.7; }

.entry-content > div.wp-video,
.entry-content > iframe,
.entry-content > video,
.entry-content > object {
  margin: 20px 0;
  max-width: 100%;
  height: auto; }

.entry-content > div.wp-video {
  width: 100% !important; }

.entry-cover-image {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.entry-cover-image:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2); }

.single h1.entry-title,
.page h1.entry-title {
  line-height: 1.2;
  vertical-align: baseline;
  max-width: 1170px;
  margin: 30px auto 25px;
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff; }

.single .entry-meta {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 16px;
  color: #727477;
  margin-bottom: 0; }
  .single .entry-meta span {
    display: block;
    opacity: .7; }
  .single .entry-meta img {
    border-radius: 50%;
    vertical-align: middle; }

.entry-content {
  line-height: 1.7; }

.entry-content a {
  font-weight: 600;
  text-decoration: underline; }
  .entry-content a:hover {
    text-decoration: none; }
  .entry-content a.wpz-sc-button {
    text-decoration: none;
    color: #fff;
    font-weight: normal; }
    .entry-content a.wpz-sc-button:hover {
      color: #fff; }

.entry-content .wpz-sc-ilink a, .entry-content .shortcode-tabs ul.tab_titles li.nav-tab a {
  text-decoration: none; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: bold; }

.entry-content img.alignnone, .entry-content img.aligncenter, .entry-content img.alignleft, .entry-content img.alignright, .entry-content img.attachment-fullsize {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto; }

.entry-content .wp-block-image img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto; }

.entry-content ul, .entry-content ol {
  margin-bottom: 20px; }

.entry-content li {
  list-style-position: inside; }
  .entry-content li ul, .entry-content li ol {
    margin-bottom: 0; }

.entry-content ul li {
  list-style-type: square; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content .shortcode-unorderedlist ul li {
  list-style-type: none; }
  .entry-content .shortcode-unorderedlist ul li ul {
    list-style-type: none; }

.entry-content blockquote {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 40px; }

/* Gutenberg Images */
.entry-content .alignfull {
  margin-left: -webkit-calc( -100vw / 2 + 100% / 2);
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: -webkit-calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2); }

.entry-content .alignfull,
.entry-content .alignfull img {
  width: 100vw;
  max-width: 100vw; }

@media only screen and (min-width: 1050px) {
  .entry-content .alignwide {
    margin-left: -125px;
    margin-right: -125px;
    max-width: 1050px;
    width: 1050px; } }

/* Tags */
.tag_list {
  position: relative;
  margin: 10px 0 30px; }
  .tag_list h4 {
    font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-weight: 500;
    margin: 0 0 10px; }
  .tag_list a {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0 0 5px 0;
    line-height: 1.8;
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif; }

.entry-footer {
  margin: 0 0 30px; }

/* Post Author */
.post_author_footer {
  padding: 30px;
  background: #F5F6F7; }

.single .author-description {
  overflow: hidden; }
  .single .author-description span {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 16px;
    color: #999; }

.single .post_author_footer .author-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block; }
  .single .post_author_footer .author-title a {
    text-decoration: none; }

.single .post_author_footer .author-bio {
  margin: 0 0 15px;
  font-size: 16px; }

.single .post_author_footer > img {
  margin: 0 20px 0 0;
  float: left;
  border-radius: 50px; }

.author_links a {
  margin: 0 15px 0 0; }
  .author_links a:last-child {
    margin-right: 0; }
  .author_links a:before {
    content: "\e600";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/100% 'reel';
    vertical-align: top;
    margin: 4px 5px 0 0;
    color: #222;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .author_links a.author_facebook:before {
    content: "\e601"; }
  .author_links a.author_instagram:before {
    content: "\ea92"; }
  .author_links a:hover {
    text-decoration: underline; }

img.wp-smiley {
  border: none;
  padding: 0; }

#snippet-box {
  width: 100% !important;
  float: none !important; }

/* Jetpack Related Posts */
h4.jp-relatedposts-post-title {
  margin: 10px 0 5px !important;
  font-weight: 400; }

.single div#jp-relatedposts h3.jp-relatedposts-headline {
  text-align: center;
  font-size: 18px;
  font-weight: 600; }
  .single div#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3; }
  .single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
    color: #000;
    font-weight: 600; }
    .single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
      text-decoration: none; }

.single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  text-decoration: none; }

.single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
  margin-bottom: 0; }

.entry-content div.sharedaddy h3.sd-title {
  font-size: 18px;
  font-weight: 600; }

.page .has-post-cover h1.entry-title {
  color: #fff; }

.page {
  /* Gutenberg Images */ }
  @media only screen and (min-width: 950px) {
    .page .entry-content .alignfull {
      margin-left: -webkit-calc( -100vw / 2 + 100% / 2);
      margin-left: calc( -100vw / 2 + 100% / 2);
      margin-right: -webkit-calc( -100vw / 2 + 100% / 2);
      margin-right: calc( -100vw / 2 + 100% / 2); } }
  @media only screen and (min-width: 1420px) {
    .page .entry-content .alignwide {
      margin-left: -125px;
      margin-right: -125px;
      max-width: 1420px;
      width: 1420px; } }

.single .entry-header,
.page .entry-header {
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.entry-header .entry-cover {
  width: 100%;
  z-index: 99;
  opacity: 1;
  border: none;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 650px;
  background-color: black; }

.entry-cover:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2); }

.single .entry-info {
  margin-top: 40px; }

.entry-cover .entry-info {
  width: 100%;
  max-width: 1170px;
  left: 50%;
  z-index: 99;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  text-align: left;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .entry-cover .entry-info .entry-category a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px;
    display: block; }
    .entry-cover .entry-info .entry-category a:hover {
      opacity: .7; }

.outer-wrap h1.entry-title {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  padding: 0 50px 25px 0;
  margin: 0 0 50px;
  position: relative; }

.outer-wrap h1.entry-title:after {
  content: "";
  width: 300px;
  border-bottom: 2px solid;
  bottom: 0;
  left: 0;
  position: absolute; }

.post-password-form p {
  margin-bottom: 15px !important; }

.post-password-form label {
  display: inline-block; }

.custom-password-message {
  margin-bottom: 10px !important;
  color: #da340d; }

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

Animations

************************************************************************************/
.animated {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s; }

/* Pulse */
.pulse {
  -webkit-animation: pulse ease infinite;
  -o-animation: pulse ease infinite;
  animation: pulse ease infinite; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1); }
  to {
    -webkit-transform: scale(0.95); } }

@-o-keyframes pulse {
  from {
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -o-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes pulse {
  from {
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); } }

.entry-thumbnail-popover {
  /*.portfolio-popup-video {
      display: inline-block;
      width: 70px;
      height: 70px;
      margin: 40px 0 0;
      line-height: 66px;
      position: relative;
      outline: none;
      transition: all .2s ease;
      opacity: 1;
    }

    .portfolio-popup-video:after
    .slides .popup-video:after {
      font: normal 44px/25px 'dashicons';
      display: inline-block;
      content: "\f522";
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      padding-left: 10px;
    }

    .portfolio-popup-video:hover {
        background: rgba(0,0,0,0.4);
    }

    .portfolio-popup-video {
      &:after {
        font: normal 45px/15px 'dashicons';
        margin: 0 8px 0 0;
      }
      &.popup_image_insp {
        border: none;
        padding: 0;
        top: 47%;
        &:hover {
          border: none;

        }
        &:after {
          font: normal 45px/25px 'reel';
          font-weight: normal;
          content: "\e903";

        }
      }
      display: block;
      text-align: center;
      margin: 0;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 100;
      width: 100%;
      height: 100%;
      line-height: 60px;
      opacity: 1;
      // transform: translate(0, -50%);
      &:hover {
        opacity: 1;
        border: none;
      }
    }*/ }

.entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  right: 0;
  margin: auto; }

.entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video {
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video:hover {
  opacity: 1;
  border: none;
  background: none;
  border-radius: 0; }

.entry-thumbnail-popover-content {
  cursor: url("./images/cursor-play.png") 32 32, pointer;
  width: 100%;
  padding: 0; }
  .entry-thumbnail-popover-content:hover h3 {
    display: block; }
  .entry-thumbnail-popover-content h3 a {
    color: #fff; }
    .entry-thumbnail-popover-content h3 a:hover {
      opacity: .7;
      color: #fff; }

.portfolio-archive .portfolio_item > a:hover .post_content_wrapper h3 {
  display: none; }

.background-video-buttons-wrapper {
  position: absolute;
  bottom: 1.5rem;
  right: 3.5rem;
  z-index: 100; }
  .background-video-buttons-wrapper a {
    color: #FFF;
    opacity: .4;
    -webkit-transition: opacity .3s 0s ease-in;
    -o-transition: opacity .3s 0s ease-in;
    transition: opacity .3s 0s ease-in;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    .background-video-buttons-wrapper a:hover {
      color: #FFF;
      opacity: 1;
      text-decoration: none; }

.wpzoom-button-video-background-play, .wpzoom-button-video-background-pause {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  margin-right: 20px; }

.wpzoom-button-sound-background-mute, .wpzoom-button-sound-background-unmute {
  z-index: 100;
  font-size: 0;
  display: block;
  width: 40px;
  height: 43px;
  cursor: pointer;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms; }

.wpzoom-button-sound-background-mute:after {
  font: normal 30px/10px 'reel';
  display: inline-block;
  content: "\e900";
  vertical-align: top;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  opacity: .8;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

.wpzoom-button-sound-background-unmute:after {
  font: normal 30px/10px 'reel';
  display: inline-block;
  content: "\e900";
  vertical-align: top;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  opacity: .8;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  content: "\e902"; }

.portfolio-grid {
  font-size: 0; }

.portfolio-view_all-link {
  text-align: center; }
  .portfolio-view_all-link .btn {
    text-decoration: none; }
    .portfolio-view_all-link .btn:hover {
      text-decoration: none; }

.portfolio-showcase .single-post .portfolio_item {
  display: block;
  width: 670px !important;
  overflow: visible; }
  .portfolio-showcase .single-post .portfolio_item a {
    overflow: visible; }
    .portfolio-showcase .single-post .portfolio_item a:hover .rezzo_style1_wrap {
      display: block; }
    .portfolio-showcase .single-post .portfolio_item a:hover h3 {
      -webkit-transition: 0.2s ease all;
      -o-transition: 0.2s ease all;
      transition: 0.2s ease all; }
  .portfolio-showcase .single-post .portfolio_item .rezzo_style1_wrap {
    top: auto;
    left: -100px;
    bottom: 10%;
    text-align: left;
    max-width: 500px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0; }
  .portfolio-showcase .single-post .portfolio_item h3 {
    font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    padding: 0 0 20px;
    border-bottom: 2px solid;
    margin: 0 0 20px; }
  .portfolio-showcase .single-post .portfolio_item .entry-meta {
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.5);
    max-width: 100px;
    padding: 0;
    margin: 0; }
  .portfolio-showcase .single-post .portfolio_item .entry-meta-category {
    display: none; }
  .portfolio-showcase .single-post .portfolio_item .entry-category {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 500;
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 16px;
    -webkit-transform: translate(100%, -100%) rotateZ(90deg);
    transform: translate(100%, -100%) rotateZ(90deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left; }
  .portfolio-showcase .single-post .portfolio_item .rezzo_video_item {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7); }
    .portfolio-showcase .single-post .portfolio_item .rezzo_video_item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); }
    .portfolio-showcase .single-post .portfolio_item .rezzo_video_item:hover img {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .portfolio-showcase .single-post .portfolio_item img {
    height: 370px;
    width: 670px;
    max-width: none; }

.portfolio-showcase .portfolio-grid:before, .portfolio-showcase .portfolio-grid:after {
  content: " ";
  display: table; }

.portfolio-archive .portfolio-grid:before, .portfolio-archive .portfolio-grid:after {
  content: " ";
  display: table; }

.portfolio-showcase .portfolio-grid:after, .portfolio-archive .portfolio-grid:after {
  clear: both; }

.portfolio-grid {
  margin-left: -0.916%; }

.portfolio-showcase .portfolio_item,
.portfolio-archive .portfolio_item {
  width: 31.5%;
  margin: 0 0.916% 2%;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.portfolio-grid.col_no_2 {
  margin-left: -2%; }

.portfolio-showcase .col_no_1 .portfolio_item,
.portfolio-archive .col_no_1 .portfolio_item {
  width: 100%; }

.portfolio-showcase .col_no_2 .portfolio_item,
.portfolio-archive .col_no_2 .portfolio_item {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%; }

.portfolio-grid.col_no_4 {
  margin-left: -0.916%; }

.portfolio-showcase .col_no_4 .portfolio_item,
.portfolio-archive .col_no_4 .portfolio_item {
  width: 23%; }

.portfolio_no_space.portfolio-grid {
  margin-left: 0; }
  .portfolio_no_space.portfolio-grid .portfolio_item {
    width: 33.33333%;
    margin: 0; }

.portfolio-grid.portfolio_no_space.col_no_2 {
  margin-left: 0; }

.portfolio-showcase .col_no_1.portfolio_no_space:not(.title_below) .portfolio_item,
.portfolio-archive .col_no_1.portfolio_no_space:not(.title_below) .portfolio_item {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.portfolio-showcase .col_no_1.portfolio_no_space.title_below .portfolio_item,
.portfolio-archive .col_no_1.portfolio_no_space.title_below .portfolio_item {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.portfolio-showcase .col_no_2.portfolio_no_space .portfolio_item,
.portfolio-archive .col_no_2.portfolio_no_space .portfolio_item {
  width: 50%;
  margin-right: 0;
  margin-left: 0; }

.portfolio-grid.col_no_4.portfolio_no_space {
  margin-left: 0; }

.portfolio-showcase .col_no_4.portfolio_no_space .portfolio_item,
.portfolio-archive .col_no_4.portfolio_no_space .portfolio_item {
  width: 25%; }

.col_no_1 .portfolio_item > a {
  max-height: 100%; }

.page-template-homepage-portfolio-infinite .portfolio-showcase .portfolio_item,
.page-template-homepage-portfolio-infinite .portfolio-archive .portfolio_item,
.page-template-archive-infinite .portfolio-showcase .portfolio_item,
.page-template-archive-infinite .portfolio-archive .portfolio_item {
  display: inline-block !important; }

/* Hides navigation links and site footer when infinite scroll is active */
.page-template-homepage-portfolio-infinite div.navigation span.current,
.page-template-homepage-portfolio-infinite .page-numbers,
.page-template-homepage-portfolio-infinite div.navigation .prev, .page-template-homepage-portfolio-infinite div.navigation .next,
.page-template-archive-infinite div.navigation span.current,
.page-template-archive-infinite .page-numbers,
.page-template-archive-infinite div.navigation .prev,
.page-template-archive-infinite div.navigation .next {
  display: none; }

.col_no_4 .entry-thumbnail-popover-content h3 {
  font-size: 20px; }

.col_no_5 .entry-thumbnail-popover-content h3 {
  font-size: 18px; }

.col_no_4 .entry-thumbnail-popover-content p {
  display: none; }

.col_no_5 .entry-thumbnail-popover-content p, .col_no_5 .entry-thumbnail-popover-content .btn {
  display: none; }

#portfolio-masonry {
  position: relative; }

.portfolio-showcase .portfolio_item:before, .portfolio-showcase .portfolio_item:after {
  content: " ";
  display: table; }

.portfolio-archive .portfolio_item:before, .portfolio-archive .portfolio_item:after {
  content: " ";
  display: table; }

.portfolio-showcase .portfolio_item:after,
.portfolio-archive .portfolio_item:after {
  clear: both; }

.portfolio-showcase .portfolio_item img,
.portfolio-archive .portfolio_item img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all; }

.portfolio-showcase .portfolio_item > a:hover img,
.portfolio-archive .portfolio_item > a:hover img {
  z-index: 10; }

.portfolio-showcase .portfolio_item video,
.portfolio-archive .portfolio_item video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 101;
  opacity: 0;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block; }

.portfolio-showcase .col_no_1 .portfolio_item video,
.portfolio-archive .col_no_1 .portfolio_item video {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.portfolio-showcase .portfolio_item > a:hover video,
.portfolio-archive .portfolio_item > a:hover video {
  z-index: 11;
  opacity: 1;
  display: block;
  visibility: visible; }

.portfolio_item > a {
  display: block;
  overflow: hidden;
  position: relative;
  outline: 0;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7); }
  .portfolio_item > a:hover .entry-thumbnail-popover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.55); }
  .portfolio_item > a.no-thumbnail .entry-thumbnail-popover {
    opacity: 1; }
  .portfolio_item > a:hover .entry-thumbnail-popover-content, .portfolio_item > a.no-thumbnail .entry-thumbnail-popover-content {
    opacity: 1; }

.portfolio-showcase .portfolio_item.is-portfolio-gallery-video-background img,
.portfolio-archive .portfolio_item.is-portfolio-gallery-video-background img {
  opacity: 1;
  -webkit-transition: opacity 5s ease-in-out;
  -o-transition: opacity 5s ease-in-out;
  transition: opacity 5s ease-in-out;
  position: relative;
  z-index: 99; }

.portfolio-showcase .portfolio_item.is-portfolio-gallery-video-background > a:hover img,
.portfolio-archive .portfolio_item.is-portfolio-gallery-video-background > a:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.portfolio-archive .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover {
  z-index: 200; }

.portfolio-archive .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover .portfolio-popup-video:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  right: 0;
  margin: auto; }

.portfolio-archive .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover .portfolio-popup-video {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.portfolio-archive .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover .portfolio-popup-video:hover {
  opacity: 1;
  border: none;
  background: none;
  border-radius: 0; }

.portfolio-archive .title_corner .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover .portfolio-popup-video,
.portfolio-archive .title_overlay .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover .portfolio-popup-video {
  position: absolute; }

.portfolio-archive .title_corner.portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video:after,
.portfolio-archive .title_overlay .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  right: 0;
  margin: auto; }

.portfolio-archive .title_corner.portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video,
.portfolio-archive .title_overlay .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 60px;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.portfolio-archive .title_corner.portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video:hover,
.portfolio-archive .title_overlay .portfolio_item.is-portfolio-gallery-video-background .entry-thumbnail-popover.lightbox_open_full .portfolio-popup-video:hover {
  opacity: 1;
  border: none;
  background: none;
  border-radius: 0; }

.rezzo_style1_wrap {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  text-align: center; }
  .rezzo_style1_wrap .entry-meta {
    color: #fff; }
    .rezzo_style1_wrap .entry-meta ul {
      list-style: none; }
      .rezzo_style1_wrap .entry-meta ul li {
        margin-bottom: 0; }

.rezzo_style2_wrap {
  margin: auto;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }
  .rezzo_style2_wrap .entry-meta {
    margin-bottom: 15px; }
    .rezzo_style2_wrap .entry-meta ul {
      list-style: none; }
      .rezzo_style2_wrap .entry-meta ul li {
        margin-bottom: 0; }

.rezzo_style3_wrap {
  position: absolute;
  z-index: 200;
  width: 90%;
  left: 5%;
  bottom: 5%;
  margin: auto;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  text-align: left; }
  .rezzo_style3_wrap .entry-meta {
    color: #fff; }
    .rezzo_style3_wrap .entry-meta ul {
      list-style: none; }
      .rezzo_style3_wrap .entry-meta ul li {
        margin-bottom: 0; }

.portfolio_item-title_btm {
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px; }

.portfolio-archive .portfolio_item .entry-meta ul {
  margin: 0; }
  .portfolio-archive .portfolio_item .entry-meta ul li {
    list-style-type: none;
    display: inline-block; }
  .portfolio-archive .portfolio_item .entry-meta ul li + li:before {
    content: " \25CF  ";
    margin: 0 5px;
    font-style: normal;
    opacity: .3; }

.widget.portfolio-showcase .portfolio-archive .single-post .portfolio_item .entry-meta li + li:before {
  display: none; }

.title_overlay .portfolio_item > a .entry-thumbnail-popover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2); }

.title_overlay .portfolio_item > a:hover .rezzo_style1_wrap {
  display: none; }

.title_overlay .portfolio_item-title_btm {
  text-transform: none;
  margin: 0 0 15px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  font-size: 32px !important; }

.title_corner .portfolio_item > a .entry-thumbnail-popover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.35); }

.title_corner .portfolio_item > a:hover .rezzo_style3_wrap {
  display: none; }

.title_corner .portfolio_item-title_btm {
  text-transform: none;
  text-align: left;
  margin: 0 0 15px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  font-size: 32px !important; }

.portfolio-showcase .portfolio_item .more_link, .portfolio-archive .portfolio_item .more_link {
  display: none; }

.portfolio-archive-taxonomies {
  padding: 0 0 45px; }

.portfolio-taxonomies .cat-item-none {
  display: none; }

.portfolio-with-post-cover .portfolio-archive-taxonomies {
  background: #1a1a1a; }

.portfolio-archive-taxonomies {
  position: fixed;
  left: 2%;
  min-width: 15%;
  max-width: 300px;
  padding: 0 40px 0 0;
  margin: 0; }
  .portfolio-archive-taxonomies:before {
    content: " ";
    display: table; }
  .portfolio-archive-taxonomies:after {
    content: " ";
    display: table;
    clear: both; }
  .portfolio-archive-taxonomies ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .portfolio-archive-taxonomies li {
    display: block;
    margin: 0 0 10px; }
    .portfolio-archive-taxonomies li.current-cat a {
      border-color: #222; }

.portfolio-archive-taxonomies.filter_align_center {
  text-align: center; }
  .portfolio-archive-taxonomies.filter_align_center li + li {
    margin-left: 9px;
    margin-right: 9px; }

.portfolio-archive-taxonomies.filter_align_right {
  text-align: right; }
  .portfolio-archive-taxonomies.filter_align_right li + li {
    margin-left: 0;
    margin-right: 18px; }

.portfolio-with-post-cover .portfolio-archive-taxonomies li.current-cat a {
  border-color: #6D6D6D;
  color: #fff; }

.portfolio-archive-taxonomies a {
  display: block;
  color: #727477;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 16px; }

.portfolio-with-post-cover .portfolio-archive-taxonomies a {
  border-color: #484848; }

.portfolio-archive-taxonomies a:hover {
  text-decoration: none; }

.entry-thumbnail-popover {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  z-index: 20;
  -webkit-transition: 0.15s ease-in-out all;
  -o-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all; }

.entry-thumbnail-popover-content {
  color: white;
  position: relative;
  width: 100%;
  padding: 3%;
  opacity: 0;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 920px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s ease-out opacity;
  -o-transition: 0.3s ease-out opacity;
  transition: 0.3s ease-out opacity; }
  .entry-thumbnail-popover-content.popover-content--animated {
    -webkit-transition: 0.3s ease-out opacity, 0.3s ease-out bottom;
    -o-transition: 0.3s ease-out opacity, 0.3s ease-out bottom;
    transition: 0.3s ease-out opacity, 0.3s ease-out bottom; }
  .entry-thumbnail-popover-content h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    margin: 15px 0 5px;
    color: #fff;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    font-weight: 300; }
  .entry-thumbnail-popover-content span {
    color: #fff; }
    .entry-thumbnail-popover-content span:hover {
      color: #0bb4aa;
      text-decoration: none; }
  .entry-thumbnail-popover-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    opacity: .8; }
  .entry-thumbnail-popover-content .btn {
    color: #fff;
    border-color: #fff; }
    .entry-thumbnail-popover-content .btn:hover {
      border-color: #0bb4aa; }

/*********************************************************************************************

7. Archive Posts

*********************************************************************************************/
.error404 .recent-posts {
  padding-bottom: 50px; }

/* Porfolio Templates */
.portfolio-archive .section-title:after {
  margin: 40px auto 0; }

.portfolio-with-post-cover .portfolio-header-cover {
  min-height: 250px;
  position: relative;
  background: black; }

.portfolio-with-post-cover .portfolio-header-info {
  position: relative;
  z-index: 99;
  padding: 50px 0; }
  .portfolio-with-post-cover .portfolio-header-info .entry-info {
    margin-top: 0;
    color: #fff; }
  .portfolio-with-post-cover .portfolio-header-info .section-title {
    color: #fff; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  display: block;
  position: absolute;
  z-index: 100;
  top: -80px;
  height: 30px;
  width: 30px;
  background: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: .7;
  color: #363940;
  border-radius: 0;
  border: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform: none; }

.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1; }

.flickity-prev-next-button.previous {
  right: 35px; }

.flickity-prev-next-button.next {
  right: 0; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.flickity-prev-next-button path {
  opacity: .8;
  fill: #fff; }

.flickity-prev-next-button:hover path {
  opacity: 1;
  fill: #fff; }

.flickity-prev-next-button[disabled] {
  opacity: .5; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@-o-keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

#loading-related .spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

#loading-related .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out; }

#loading-related .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s; }

#loading-related .spinner .rect3 {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s; }

#loading-related .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s; }

#loading-related .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s; }

/* Carousel widget */
.widget.carousel-slider,
.widgetized-section .widgets .wpzoom-portfolio-scroller {
  margin: 0 0 30px;
  padding: 0;
  position: relative; }

.portfolio_related {
  padding: 30px 0 40px; }

.portfolio_related:empty {
  display: none; }

.portfolio_related h3.portfolio_item-related-title {
  color: #fff;
  margin: 40px 0; }

.carousel-related-portfolio {
  margin: 0;
  font-size: 0; }
  .carousel-related-portfolio li {
    display: inline-block;
    list-style-type: none;
    vertical-align: top; }
    .carousel-related-portfolio li h3 {
      margin: 15px 0;
      font-size: 22px;
      font-weight: 600;
      font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif; }
      .carousel-related-portfolio li h3 a {
        color: #fff; }
        .carousel-related-portfolio li h3 a:hover {
          border-bottom: none; }

@media (min-width: 450px) {
  .carousel-related-portfolio li {
    margin: 0 4% 0 0;
    width: 48%; }
    .carousel-related-portfolio li:last-child {
      margin-right: 0; } }

.carousel-related-portfolio .post-thumb {
  z-index: 2;
  -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.4); }
  .carousel-related-portfolio .post-thumb a {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    display: block; }
  .carousel-related-portfolio .post-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: top; }
  .carousel-related-portfolio .post-thumb a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.carousel-related-portfolio img {
  max-width: 100%;
  height: auto; }

.back_portfolio_wrap {
  padding: 60px 0;
  text-align: center; }
  .back_portfolio_wrap .inner-wrap {
    position: relative; }
    .back_portfolio_wrap .inner-wrap:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      background: #333;
      height: 2px;
      width: 100%; }
  .back_portfolio_wrap .back_portfolio {
    display: inline-block;
    position: relative;
    z-index: 5;
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 50px;
    border: 2px solid; }

.portfolio-archive .home_section {
  position: relative;
  padding: 50px 0 0; }
  .portfolio-archive .home_section .section-title {
    margin-bottom: 40px; }

.portfolio-archive .entry-header-excerpt {
  margin: 0 0 50px;
  color: #727477; }
  .portfolio-archive .entry-header-excerpt * {
    text-align: left !important; }
  .portfolio-archive .entry-header-excerpt:empty {
    display: none; }

@media (min-width: 1000px) {
  .portfolio-archive .entry-header-excerpt {
    max-width: 70%; } }

.pulse-circle {
  width: 30px;
  height: 30px;
  background-color: #333;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -15px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  -o-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@-o-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.single-portfolio_item {
  /* Gutenberg Images */ }
  .single-portfolio_item .entry-header {
    position: fixed;
    height: 70vh;
    top: 0;
    width: 100%;
    z-index: 1; }
  .single-portfolio_item .entry-cover {
    height: 70vh; }
  .single-portfolio_item .outer-wrap {
    margin-top: -webkit-calc(70vh + 40px);
    margin-top: calc(70vh + 40px);
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(16, 15, 15, 0) 0%, #1a1a1a 250px);
    background: -o-linear-gradient(top, rgba(16, 15, 15, 0) 0%, #1a1a1a 250px);
    background: linear-gradient(to bottom, rgba(16, 15, 15, 0) 0%, #1a1a1a 250px); }
  .single-portfolio_item article .entry_wrapper_outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .single-portfolio_item .entry-details {
    width: 20%;
    border: none;
    margin: 0;
    padding: 0;
    float: none;
    text-align: left; }
    .single-portfolio_item .entry-details .inner-wrap {
      max-width: 1000px; }
    .single-portfolio_item .entry-details span {
      font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      opacity: 1;
      margin: 0 0 5px; }
    .single-portfolio_item .entry-details ul {
      padding: 0;
      margin: 0; }
    .single-portfolio_item .entry-details li {
      list-style-type: none;
      margin: 0 0 30px;
      display: block; }
  .single-portfolio_item .entry-info {
    border: none;
    margin: 0;
    padding: 0; }
  .single-portfolio_item .portfolio_item-header {
    padding: 80px 0 40px;
    margin: 0 auto;
    text-align: center;
    max-width: 70%;
    font-size: 18px; }
  .single-portfolio_item .entry_wrapper {
    width: 80%;
    max-width: 850px;
    margin: 0; }
    .single-portfolio_item .entry_wrapper .entry-content {
      width: 100%;
      float: none; }
  @media only screen and (min-width: 950px) {
    .single-portfolio_item .entry-content .alignfull {
      margin-left: -webkit-calc( -100vw / 2 + 100% / 2);
      margin-left: calc( -100vw / 2 + 100% / 2);
      margin-right: -webkit-calc( -100vw / 2 + 100% / 2);
      margin-right: calc( -100vw / 2 + 100% / 2); } }
  @media only screen and (min-width: 1420px) {
    .single-portfolio_item .entry-content .alignwide {
      margin-left: -125px;
      margin-right: -125px;
      max-width: 1420px;
      width: 1420px; } }

/**
 * Portfolio single background video
 */
.single-portfolio_item .display-none {
  display: none; }

.single-portfolio_item .is-vimeo-pro-slide iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.single-portfolio_item .fs-background .entry-cover {
  background: transparent; }

.single-portfolio_item .is-vimeo-pro-slide .entry-cover {
  background: transparent; }

.single-portfolio_item .entry-header.is-vimeo-pro-slide {
  overflow: hidden; }

.portfolio-grid.always-play-background-video .portfolio_item video {
  opacity: 1; }

.portfolio-grid.always-play-background-video .portfolio_item video {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.portfolio-showcase .portfolio_item:not(.has-post-thumbnail) video,
.portfolio-archive .portfolio_item:not(.has-post-thumbnail) video {
  position: relative; }

.portfolio-popup-video {
  display: block;
  cursor: url("./images/cursor-play.png") 32 32, pointer;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: relative; }

.mfp-iframe-scaler .mfp-bottom-bar {
  margin-top: 5px; }

/*--------------------------------------------------------------
## Editor blocks
--------------------------------------------------------------*/
/*********************************************************************************************

    Editor Blocks

*********************************************************************************************/
.wp-block-button .wp-block-button__link {
  display: inline-block;
  width: auto;
  padding: 12px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  -o-transition: -o-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  border: none;
  text-decoration: none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1); }
  .wp-block-button .wp-block-button__link:hover {
    text-decoration: none;
    border-color: #101010;
    background: #101010;
    color: #fff;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5); }

.wp-block-button.is-style-default .wp-block-button__link {
  border-radius: 30px; }

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.wp-block-button:not(.is-style-outline) .has-text-color {
  text-shadow: none; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-green-color {
  color: #32D8BF; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-blue-color {
  color: #0760fe; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-red-color {
  color: #e1051e; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-black-color {
  color: #101010; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-white-color {
  color: #fff; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-gray-color {
  color: #727477; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-brown-color {
  color: #d19731; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-titan-white-color {
  color: #E0D8E2; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-peppermint-color {
  color: #d0eac4; }

.wp-block-button:not(.is-style-outline) .has-text-color.has-bridesmaid-color {
  color: #FBE7DD; }

.wp-block-button:not(.is-style-outline) .has-green-background-color {
  background-color: #32D8BF;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-green-background-color:hover {
    background: #101010;
    border: 2px solid #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-blue-background-color {
  background-color: #0760fe;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-blue-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-red-background-color {
  background-color: #e1051e;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-red-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-brown-background-color {
  background-color: #d19731;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-brown-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-black-background-color {
  background-color: #101010;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-black-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-gray-background-color {
  background-color: #727477;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-gray-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-white-background-color {
  background-color: #fff;
  color: #000;
  border: 2px solid transparent;
  text-shadow: none; }
  .wp-block-button:not(.is-style-outline) .has-white-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-titan-white-background-color {
  background-color: #E0D8E2;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-titan-white-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-peppermint-background-color {
  background-color: #d0eac4;
  border: 2px solid transparent; }
  .wp-block-button:not(.is-style-outline) .has-peppermint-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button:not(.is-style-outline) .has-bridesmaid-background-color {
  background-color: #FBE7DD;
  border: 2px solid transparent;
  color: #444; }
  .wp-block-button:not(.is-style-outline) .has-bridesmaid-background-color:hover {
    border-color: #101010;
    background: #101010;
    color: #fff; }

.wp-block-button.is-style-outline .has-green-background-color {
  background-color: transparent;
  color: #32D8BF;
  border-color: #32D8BF; }
  .wp-block-button.is-style-outline .has-green-background-color:hover {
    background-color: #32D8BF;
    border: 2px solid transparent;
    color: #fff; }

.wp-block-button.is-style-outline .has-blue-background-color {
  color: #e1051e;
  border-color: #e1051e; }
  .wp-block-button.is-style-outline .has-blue-background-color:hover {
    background-color: #0760fe;
    color: #fff;
    border: 2px solid transparent; }

.wp-block-button.is-style-outline .has-red-background-color {
  color: #e1051e;
  border-color: #e1051e; }
  .wp-block-button.is-style-outline .has-red-background-color:hover {
    background-color: #e1051e;
    color: #fff;
    border: 2px solid transparent; }

.wp-block-button.is-style-outline .has-brown-background-color {
  color: #d19731;
  border-color: #d19731; }
  .wp-block-button.is-style-outline .has-brown-background-color:hover {
    background-color: #d19731;
    color: #fff;
    border: 2px solid transparent; }

.wp-block-button.is-style-outline .has-black-background-color {
  color: #101010;
  border-color: #101010; }
  .wp-block-button.is-style-outline .has-black-background-color:hover {
    background-color: #101010;
    border: 2px solid transparent;
    color: #fff; }

.wp-block-button.is-style-outline .has-gray-background-color {
  color: #727477;
  border-color: #727477; }
  .wp-block-button.is-style-outline .has-gray-background-color:hover {
    background-color: #727477;
    border: 2px solid transparent;
    color: #fff; }

.wp-block-button.is-style-outline .has-white-background-color:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid transparent;
  text-shadow: none; }

.wp-block-button.is-style-outline .has-titan-white-background-color:hover {
  background-color: #E0D8E2;
  border: 2px solid transparent; }

.wp-block-button.is-style-outline .has-peppermint-background-color {
  border-color: #d0eac4;
  color: #d0eac4; }
  .wp-block-button.is-style-outline .has-peppermint-background-color:hover {
    background-color: #d0eac4;
    border: 2px solid transparent;
    text-shadow: none; }

.wp-block-button.is-style-outline .has-bridesmaid-background-color {
  color: #FBE7DD;
  border-color: #FBE7DD; }
  .wp-block-button.is-style-outline .has-bridesmaid-background-color:hover {
    background-color: #FBE7DD;
    border: 2px solid transparent;
    color: #444; }

#slider .wp-block-pullquote {
  border-top: none;
  border-bottom: none;
  color: #fff; }

#slider .wp-block-pullquote cite, #slider .wp-block-pullquote footer, #slider .wp-block-pullquote__citation {
  color: #fff; }

#slider .wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid rgba(255, 255, 255, 0.2);
  padding-left: 1em; }

#slider .wp-block-quote cite, #slider .wp-block-quote footer, #slider .wp-block-quote__citation {
  color: #fff; }

#slider .wp-block-separator.is-style-dots::before {
  color: rgba(201, 201, 201, 0.4); }

#slider .wp-block-separator:not(.is-style-dots) {
  border-bottom: 2px solid rgba(201, 201, 201, 0.4); }

#slider .wp-block-button .wp-block-button__link {
  display: inline-block;
  width: auto;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  -o-transition: -o-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  border: none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1); }
  #slider .wp-block-button .wp-block-button__link:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5); }

#slider .wp-block-button.is-style-default .wp-block-button__link {
  border-radius: 5px; }

#slider .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0; }

#slider .wp-block-button__link {
  background: none; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color {
  text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-green-color {
  color: #32D8BF; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-blue-color {
  color: #0760fe; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-red-color {
  color: #e1051e; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-black-color {
  color: #101010; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-white-color {
  color: #fff; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-gray-color {
  color: #727477; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-brown-color {
  color: #d19731; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-titan-white-color {
  color: #E0D8E2; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-peppermint-color {
  color: #d0eac4; }

#slider .wp-block-button:not(.is-style-outline) .has-text-color.has-bridesmaid-color {
  color: #FBE7DD; }

#slider .wp-block-button:not(.is-style-outline) .has-green-background-color {
  background-color: #32D8BF;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-green-background-color:hover {
    background: #fff;
    text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-blue-background-color {
  background-color: #0760fe;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-blue-background-color:hover {
    background: #fff;
    text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-red-background-color {
  background-color: #e1051e;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-red-background-color:hover {
    background: #fff;
    text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-brown-background-color {
  background-color: #d19731;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-brown-background-color:hover {
    background: #fff;
    text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-black-background-color {
  background-color: #101010;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-black-background-color:hover {
    background: #fff;
    text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-gray-background-color {
  background-color: #727477;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-gray-background-color:hover {
    background: #fff;
    text-shadow: none; }

#slider .wp-block-button:not(.is-style-outline) .has-white-background-color {
  background-color: #fff;
  color: #000;
  border: 2px solid transparent;
  text-shadow: none; }
  #slider .wp-block-button:not(.is-style-outline) .has-white-background-color:hover {
    background: #fff; }

#slider .wp-block-button:not(.is-style-outline) .has-titan-white-background-color {
  background-color: #E0D8E2;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-titan-white-background-color:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff; }

#slider .wp-block-button:not(.is-style-outline) .has-peppermint-background-color {
  background-color: #d0eac4;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-peppermint-background-color:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff; }

#slider .wp-block-button:not(.is-style-outline) .has-bridesmaid-background-color {
  background-color: #FBE7DD;
  border: 2px solid transparent; }
  #slider .wp-block-button:not(.is-style-outline) .has-bridesmaid-background-color:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff; }

#slider .wp-block-button.is-style-outline .has-green-background-color {
  background-color: transparent; }
  #slider .wp-block-button.is-style-outline .has-green-background-color:hover {
    border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-blue-background-color:hover {
  background-color: #0760fe;
  border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-red-background-color:hover {
  background-color: #e1051e;
  border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-brown-background-color:hover {
  background-color: #d19731;
  border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-black-background-color:hover {
  background-color: #101010;
  border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-gray-background-color:hover {
  background-color: #727477;
  border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-white-background-color:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid transparent;
  text-shadow: none; }

#slider .wp-block-button.is-style-outline .has-titan-white-background-color:hover {
  background-color: #E0D8E2;
  border: 2px solid transparent; }

#slider .wp-block-button.is-style-outline .has-peppermint-background-color:hover {
  background-color: #d0eac4;
  border: 2px solid transparent;
  text-shadow: none; }

#slider .wp-block-button.is-style-outline .has-bridesmaid-background-color:hover {
  background-color: #FBE7DD;
  border: 2px solid transparent; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  max-width: 700px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto; }

#comments h3 {
  position: relative;
  font-size: 26px;
  margin: 0 0 40px; }

#respond > h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px; }

.comment-notes {
  margin-bottom: 30px;
  color: #999; }

.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .commentlist li {
    list-style-type: none; }
  .commentlist .children {
    margin: 30px 0 0 50px; }
  .commentlist .comment {
    margin-bottom: 44px;
    padding-bottom: 32px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.8; }
  .commentlist .children li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px; }

.comment .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 28px; }

.comment-author:before {
  content: " ";
  display: table; }

.comment-author:after {
  content: " ";
  display: table;
  clear: both; }

.comment-author .fn {
  font-style: normal;
  font-weight: 600;
  font-size: 18px; }
  .comment-author .fn a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }

.comment-author .comment-meta {
  margin-top: 5px;
  color: #a2a2a2; }
  .comment-author .comment-meta a {
    color: #a2a2a2; }
    .comment-author .comment-meta a:hover {
      color: #333; }

.comment-main {
  overflow: hidden; }

.comment-body {
  margin-top: 8px; }

#respond {
  margin-bottom: 15px; }
  #respond .form_fields p {
    margin-bottom: 24px;
    width: 50%; }
    #respond .form_fields p:first-child {
      padding-left: 0; }
  #respond label {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px; }
  #respond input[type="text"] {
    width: 90%; }
  #respond textarea {
    width: 100%;
    height: 150px; }
  #respond #submit {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 12px; }
  #respond code {
    white-space: pre-wrap; }

.form-allowed-tags {
  display: none; }

#respond .form_fields p .required_lab {
  margin-left: 10px;
  color: #a7a7b3; }

#respond .comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
  text-transform: none;
  font-family: inherit;
  font-size: 14px; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  width: 100%; }

.navbar {
  position: relative;
  z-index: 201; }

.navbar.page-with-cover {
  position: absolute;
  width: 100%;
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0); }

.navbar .inner-wrap {
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1250px) {
  .site-header .inner-wrap.wpz_layout_full {
    max-width: 96%; } }

.navbar:before,
.navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

.main-navbar {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif; }

/* Logo Styles */
.navbar-brand-wpz {
  z-index: 201;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 20px;
  margin: 0 30px 0 0;
  text-align: left; }
  .navbar-brand-wpz img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    margin: 10px 0;
    vertical-align: top; }
  .navbar-brand-wpz h1 {
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4px; }
  .navbar-brand-wpz a:hover {
    text-decoration: none;
    opacity: .6;
    color: #fff; }
  .navbar-brand-wpz .tagline {
    font-size: 14px;
    color: #969696;
    margin: 10px 0 0; }

/* Fix compatibility with Visual Composer */
.nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
  content: "";
  display: inline !important; }

@media screen and (min-width: 1200px) {
  .headroom--not-top {
    background: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(16, 15, 15, 0.8)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(16, 15, 15, 0.8) 1%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(16, 15, 15, 0.8) 1%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(16, 15, 15, 0.8) 1%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x; }
  .headroom--not-top .navbar {
    padding: 5px 0;
    min-height: 80px; }
  .headroom--not-top .navbar-brand-wpz img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height: 70px;
    width: auto; } }

/* Compatibility with WP admin bar */
@media screen and (max-width: 979px) {
  .admin-bar .headroom,
  .admin-bar #header.headroom--not-top {
    margin-top: 0; } }

@media screen and (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px; } }

@media screen and (max-width: 600px) {
  .admin-bar #header.headroom--not-top {
    margin-top: 0; } }

.site-header.headroom {
  width: 100%;
  z-index: 1000; }

.site-header.headroom--not-top {
  position: fixed;
  top: 0;
  border: none; }

.site-header.headroom .navbar-brand h1,
.site-header.headroom .main-navbar {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.site-header.headroom .tagline {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

.site-header.headroom--not-top .navbar-brand h1 {
  font-size: 32px;
  line-height: 1.2; }

.site-header.headroom--not-top .navbar-brand img {
  -webkit-transition-duration: .34s;
  -o-transition-duration: .34s;
  transition-duration: .34s;
  max-width: 80%;
  height: auto; }

.site-header.headroom--not-top .navbar-brand .tagline {
  font-size: 0; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#sidebar .widget:last-child {
  margin-bottom: 0; }

#sidebar .widget > .section-title {
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 0 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 20px; }

#sidebar .widget.widget_categories ul {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  margin: 0; }
  #sidebar .widget.widget_categories ul li {
    list-style: none; }
    #sidebar .widget.widget_categories ul li:last-child {
      margin-bottom: 0; }
    #sidebar .widget.widget_categories ul li a {
      font-weight: 500;
      text-decoration: none; }
      #sidebar .widget.widget_categories ul li a:hover {
        text-decoration: none; }

#sidebar .widget.zoom-social-icons-widget ul {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  margin: 0; }
  #sidebar .widget.zoom-social-icons-widget ul li {
    list-style: none; }
    #sidebar .widget.zoom-social-icons-widget ul li:last-child {
      margin-bottom: 0; }
    #sidebar .widget.zoom-social-icons-widget ul li a {
      font-weight: 500;
      text-decoration: none; }
      #sidebar .widget.zoom-social-icons-widget ul li a:hover {
        text-decoration: none; }
      #sidebar .widget.zoom-social-icons-widget ul li a span {
        margin: 0; }
        #sidebar .widget.zoom-social-icons-widget ul li a span.socicon {
          padding: 0 !important; }

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

10. Footer

*********************************************************************************************/
.site-footer {
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  background: #1a1a1a;
  padding: 100px 0 0;
  margin: 0;
  z-index: 2;
  text-align: center; }
  .site-footer > * {
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important; }
    .site-footer > *:first-child {
      border-top: 2px solid rgba(255, 255, 255, 0.1);
      padding-top: 50px; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.6); }

.footer-brand-wpz,
.footer-brand-wpz h2,
.footer-brand-wpz h2 a {
  font-family: "Archivo", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 0;
  letter-spacing: 4px;
  margin: 0; }

.footer-brand-wpz {
  margin-bottom: 30px; }

.site-info {
  text-align: center;
  padding: 50px 0; }
  .site-info a {
    font-weight: 500; }
  .site-info:before {
    content: " ";
    display: table; }
  .site-info:after {
    content: " ";
    display: table;
    clear: both; }
  .site-info .copyright {
    width: 100%;
    margin: 0; }
  .site-info .designed-by {
    margin: 0; }

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.site-main:before {
  content: " ";
  display: table; }

.site-main:after {
  content: " ";
  display: table;
  clear: both; }

.home_section {
  padding: 80px 0;
  font-size: 16px; }

.home_section p {
  margin: 0; }

.section_desc {
  font-size: 20px;
  margin: 0 0 40px; }

.home_section p a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.home_section p a:hover {
  border: none; }

.home_section.section_grey {
  background: #f1f2f2; }

ul.fancy_list,
ul.fancy_list ul {
  list-style-type: none; }

ul.fancy_list li {
  text-indent: -5px; }

ul.fancy_list li:before {
  content: "\2014";
  margin-right: 10px;
  text-indent: -5px; }

.content-area {
  background: #101317;
  color: #71767f;
  padding: 80px 0; }
  .content-area .section-title {
    color: #fff; }

.fl-module-button.rotated-arrow .fl-button-icon.dashicons-arrow-up-alt {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin: 0; }

.featured-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .featured-intro .fl-col:first-child .fl-col-content {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start; }
    .featured-intro .fl-col:first-child .fl-col-content .fl-module {
      position: relative;
      z-index: 1;
      min-width: 620px; }
  .featured-intro .flickity-viewport {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7); }
  .featured-intro .wpzabb-slideshow-slide-details {
    display: none; }
  .featured-intro .wpzabb-slideshow-slides {
    text-align: right; }
  .featured-intro .flickity-viewport {
    text-align: left; }
  .featured-intro .wpzabb-slideshow-slides,
  .featured-intro .flickity-viewport,
  .featured-intro .flickity-slider,
  .featured-intro .wpzabb-slideshow-slide,
  .featured-intro .wpzabb-slideshow-slide-outer-wrap {
    height: 370px;
    min-height: 370px;
    max-height: 370px; }
  .featured-intro .flickity-button {
    display: inline-block;
    position: static;
    height: 16px;
    width: 16px;
    opacity: 1;
    padding: 0;
    margin: 30px 0 0 10px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .featured-intro .flickity-button:hover, .featured-intro .flickity-button:active {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .featured-intro .flickity-button svg {
      position: static; }
      .featured-intro .flickity-button svg path {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all; }

.homepage-blog-posts .post {
  overflow: visible !important;
  margin-bottom: 50px; }
  .homepage-blog-posts .post .wpzabb-post-grid-image,
  .homepage-blog-posts .post .fl-post-grid-image {
    -webkit-box-shadow: 0 7px 17px rgba(0, 0, 0, 0.7);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.7);
    margin: 0 0 30px; }
  .homepage-blog-posts .post .wpzabb-post-grid-title,
  .homepage-blog-posts .post .fl-post-grid-title {
    margin-bottom: 20px; }
  .homepage-blog-posts .post .wpzabb-post-grid-meta,
  .homepage-blog-posts .post .fl-post-grid-meta,
  .homepage-blog-posts .post .fl-post-grid-meta-terms {
    display: inline-block;
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal; }
    .homepage-blog-posts .post .wpzabb-post-grid-meta a,
    .homepage-blog-posts .post .fl-post-grid-meta a,
    .homepage-blog-posts .post .fl-post-grid-meta-terms a {
      font-weight: normal; }
      .homepage-blog-posts .post .wpzabb-post-grid-meta a span,
      .homepage-blog-posts .post .fl-post-grid-meta a span,
      .homepage-blog-posts .post .fl-post-grid-meta-terms a span {
        font-weight: normal; }

.homepage-blog-posts .fl-builder-pagination-load-more {
  text-align: center; }

.page.fl-builder .entry-header .entry-cover .entry-info {
  display: none; }

.fl-builder-content {
  position: relative; }

.position-banner {
  position: absolute;
  top: -300px;
  z-index: 100; }

.polygon-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  height: 10em;
  width: 50%;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
  .polygon-outline::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
  .polygon-outline > * {
    position: relative; }

.curved-outline {
  width: 60%;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 0 auto; }

.special-overflow {
  position: relative; }
  .special-overflow > * {
    width: 650px; }

.big-shadow {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7); }
  .big-shadow iframe {
    display: block; }

.colored-em em {
  font-style: normal; }

.contact-social {
  text-shadow: none; }
  .contact-social a {
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; }
    .contact-social a .socicon, .contact-social a .socicon::before {
      -webkit-transition: 0.2s ease all;
      -o-transition: 0.2s ease all;
      transition: 0.2s ease all; }

.contact-page-form .fl-input-group {
  margin-bottom: 20px; }

.contact-page-form label {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 16px;
  margin: 0; }

.contact-page-form input, .contact-page-form textarea, .contact-page-form select {
  font-family: "Inter", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3); }

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/
.page-template-homepage-portfolio .portfolio-archive {
  margin-bottom: 30px; }

.blog-posts {
  padding: 0 30px 0 0; }
  .blog-posts .wpzabb-post-grid {
    margin: 0; }
    .blog-posts .wpzabb-post-grid .wpzabb-post-column:first-child {
      width: 100%;
      padding: 0 0 50px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.1);
      margin: 0 0 50px; }
      .blog-posts .wpzabb-post-grid .wpzabb-post-column:first-child .wpzabb-post-grid-post {
        margin: 0; }
      .blog-posts .wpzabb-post-grid .wpzabb-post-column:first-child .wpzabb-post-grid-title {
        font-size: 40px; }
    .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-post {
      margin: 0 0 50px; }
    .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-image {
      margin: 0 0 20px; }
    .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-title {
      font-size: 20px; }
      .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-title a {
        text-decoration: none; }
    .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-meta {
      display: inline-block;
      font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
      font-size: 16px !important;
      margin: 0 0 20px; }
      .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-meta a {
        font-size: 16px !important;
        font-weight: 500;
        text-decoration: none; }
        .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-meta a:hover {
          text-decoration: none; }
    .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-more {
      font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
      padding: 10px 30px;
      border: 2px solid; }
      .blog-posts .wpzabb-post-grid .wpzabb-post-column .wpzabb-post-grid-more:hover {
        text-decoration: none; }

.sidebar-search .fl-search-form-fields {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .sidebar-search .fl-search-form-fields .fl-search-form-input-wrap * {
    height: 100% !important; }

.sidebar-search .fl-form-field {
  padding: 0; }

.sidebar-search .fl-search-text {
  position: relative;
  right: -2px; }
  .sidebar-search .fl-search-text:hover, .sidebar-search .fl-search-text:focus {
    z-index: 999; }

.sidebar-search .fl-button {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .sidebar-search .fl-button:hover {
    z-index: 999; }
  .sidebar-search .fl-button .fl-button-icon {
    margin: 0 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .sidebar-search .fl-button .fl-button-icon::before {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .sidebar-search .fl-button .fl-button-text {
    display: none; }

.sidebar-heading .fl-heading {
  padding-bottom: 10px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.sidebar-posts .fl-post-feed ul {
  counter-reset: list;
  list-style: none;
  padding: 0;
  margin: 0; }
  .sidebar-posts .fl-post-feed ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: list;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    overflow: visible; }
    .sidebar-posts .fl-post-feed ul li::before {
      content: counter(list);
      display: block;
      line-height: 40px;
      text-align: center;
      min-height: 40px;
      height: 40px;
      min-width: 40px;
      width: 40px;
      border: 2px solid;
      margin: 0 20px 0 0; }
    .sidebar-posts .fl-post-feed ul li:last-child {
      margin-bottom: 0; }
    .sidebar-posts .fl-post-feed ul li > *:not(.fl-post-feed-text) {
      display: none; }
    .sidebar-posts .fl-post-feed ul li .fl-post-feed-text, .sidebar-posts .fl-post-feed ul li .fl-post-feed-text * {
      display: block;
      line-height: 1.3;
      height: 100%; }
    .sidebar-posts .fl-post-feed ul li .fl-post-feed-header {
      padding: 0;
      margin: 0; }
      .sidebar-posts .fl-post-feed ul li .fl-post-feed-header .fl-post-feed-title {
        padding: 0;
        margin: 0; }
      .sidebar-posts .fl-post-feed ul li .fl-post-feed-header a {
        font-size: 20px;
        font-weight: 500;
        text-decoration: none; }
        .sidebar-posts .fl-post-feed ul li .fl-post-feed-header a:hover {
          color: #0760fe; }

.sidebar-categories .widget {
  margin: 0; }

.sidebar-categories .widgettitle {
  display: none; }

.sidebar-categories ul {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  list-style: none;
  margin: 0; }
  .sidebar-categories ul li {
    list-style: none; }
    .sidebar-categories ul li:last-child {
      margin-bottom: 0; }
    .sidebar-categories ul li a {
      font-weight: 500;
      text-decoration: none; }
      .sidebar-categories ul li a:hover {
        text-decoration: none; }

.sidebar-social .widget {
  margin: 0; }

.sidebar-social .widgettitle {
  display: none; }

.sidebar-social ul {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  list-style: none;
  margin: 0; }
  .sidebar-social ul li {
    list-style: none; }
    .sidebar-social ul li:last-child {
      margin-bottom: 0; }
    .sidebar-social ul li a {
      font-weight: 500;
      text-decoration: none; }
      .sidebar-social ul li a:hover {
        text-decoration: none; }

.sidebar-subscribe .fl-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.sidebar-subscribe .fl-form-field {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: auto;
  padding: 0; }
  .sidebar-subscribe .fl-form-field input[type="email"] {
    position: relative;
    right: -2px;
    background: transparent;
    height: 100%;
    padding: 12px !important; }
    .sidebar-subscribe .fl-form-field input[type="email"]:hover, .sidebar-subscribe .fl-form-field input[type="email"]:focus {
      z-index: 999;
      color: #ffffff;
      border-color: #ffffff; }

.sidebar-subscribe .fl-form-button {
  float: none;
  -webkit-flex-basis: 1%;
  -ms-flex-preferred-size: 1%;
  flex-basis: 1%;
  width: auto; }

.sidebar-subscribe .fl-button-wrap {
  height: 100%;
  width: 100%; }

.sidebar-subscribe .fl-button {
  position: relative;
  padding: 12px !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .sidebar-subscribe .fl-button:hover {
    z-index: 999;
    border-color: #ffffff !important; }
  .sidebar-subscribe .fl-button .fl-button-icon {
    margin: 0 !important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .sidebar-subscribe .fl-button .fl-button-icon::before {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .sidebar-subscribe .fl-button .fl-button-text {
    display: none; }

.fl-builder-pagination ul.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .fl-builder-pagination ul.page-numbers li a, .fl-builder-pagination ul.page-numbers li span {
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 18px;
    color: #727477;
    padding: 10px 13px;
    border: 2px solid transparent;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .fl-builder-pagination ul.page-numbers li a:not(.dots):hover, .fl-builder-pagination ul.page-numbers li a.current, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover, .fl-builder-pagination ul.page-numbers li span.current {
      background: transparent; }
      .fl-builder-pagination ul.page-numbers li a:not(.dots):hover.prev, .fl-builder-pagination ul.page-numbers li a:not(.dots):hover.next, .fl-builder-pagination ul.page-numbers li a.current.prev, .fl-builder-pagination ul.page-numbers li a.current.next, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover.prev, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover.next, .fl-builder-pagination ul.page-numbers li span.current.prev, .fl-builder-pagination ul.page-numbers li span.current.next {
        border-color: transparent; }
        .fl-builder-pagination ul.page-numbers li a:not(.dots):hover.prev::before, .fl-builder-pagination ul.page-numbers li a:not(.dots):hover.next::before, .fl-builder-pagination ul.page-numbers li a.current.prev::before, .fl-builder-pagination ul.page-numbers li a.current.next::before, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover.prev::before, .fl-builder-pagination ul.page-numbers li span:not(.dots):hover.next::before, .fl-builder-pagination ul.page-numbers li span.current.prev::before, .fl-builder-pagination ul.page-numbers li span.current.next::before {
          opacity: 1; }
    .fl-builder-pagination ul.page-numbers li a.prev, .fl-builder-pagination ul.page-numbers li a.next, .fl-builder-pagination ul.page-numbers li span.prev, .fl-builder-pagination ul.page-numbers li span.next {
      font-size: 0; }
      .fl-builder-pagination ul.page-numbers li a.prev::before, .fl-builder-pagination ul.page-numbers li a.next::before, .fl-builder-pagination ul.page-numbers li span.prev::before, .fl-builder-pagination ul.page-numbers li span.next::before {
        content: '\f340';
        font-family: 'dashicons';
        font-size: 20px;
        line-height: 18px;
        vertical-align: middle;
        opacity: 0.5;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .fl-builder-pagination ul.page-numbers li a.prev.next::before, .fl-builder-pagination ul.page-numbers li a.next.next::before, .fl-builder-pagination ul.page-numbers li span.prev.next::before, .fl-builder-pagination ul.page-numbers li span.next.next::before {
        content: '\f344'; }

/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/
/*********************************************************************************************

4. Featured Slider

*********************************************************************************************/
/* Effect used for #scroll-to-content */
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@-o-keyframes pulsate {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@keyframes pulsate {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.animated {
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s; }

/* Pulse */
.pulse {
  -webkit-animation: pulse ease infinite;
  -o-animation: pulse ease infinite;
  animation: pulse ease infinite; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1); }
  to {
    -webkit-transform: scale(0.95); } }

@keyframes pulse {
  from {
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); } }

.mfp-fade.mfp-bg {
  cursor: url("./images/cursor-play.png") 32 32, pointer;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: blur(10px);
  filter: blur(10px); }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 1; }

.mfp-fade.mfp-wrap {
  cursor: url("./images/cursor-close.png") 32 32, pointer;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden !important; }
  .mfp-fade.mfp-wrap .mfp-container {
    position: static;
    padding: 0; }
    .mfp-fade.mfp-wrap .mfp-container::before {
      display: none; }
  .mfp-fade.mfp-wrap .mfp-content {
    display: block;
    position: fixed; }
    .mfp-fade.mfp-wrap .mfp-content .mfp-iframe, .mfp-fade.mfp-wrap .mfp-content .wp-video {
      cursor: url("./images/cursor-play.png") 32 32, pointer;
      -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7); }

.mfp-fade .mfp-close {
  font-size: 40px;
  font-weight: 300; }

.mfp-fade .mfp-iframe-holder .mfp-close,
.mfp-fade .mfp-iframe-holder .mfp-close:hover {
  top: -50px !important;
  background: none; }

.mfp-container.mfp-inline-holder {
  position: relative; }

.mfp-title a {
  color: #fff;
  display: block;
  margin: 8px 0 0 6px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px; }

.mfp-title a:hover {
  opacity: .8; }

/* Self-hosted video lightbox */
.mfp-fade .mejs-mediaelement {
  position: relative;
  overflow: hidden; }

.mfp-container.mfp-iframe-holder {
  max-height: 100vh; }

.mfp-fade .mfp-inline-holder .mfp-iframe-scaler {
  width: 100%;
  height: 100%;
  overflow: visible;
  padding-top: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mejs-container,
.wp-video,
iframe.mfp-iframe,
.mejs-mediaelement,
.wp-video-shortcode {
  position: static !important;
  display: block;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important; }

.mfp-fade .mfp-inline-holder .mfp-close,
.mfp-fade .mfp-inline-holder .mfp-close:hover {
  top: -50px !important;
  color: #fff; }

.mfp-fade .mfp-content {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.mfp-content .wp-video-shortcode video,
.mfp-content video.wp-video-shortcode,
.mfp-content iframe.mfp-iframe {
  display: block;
  height: 70vh !important;
  width: 70vw !important;
  opacity: 1; }

.mfp-content .mfp-iframe-scaler {
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible; }

.mfp-content .mfp-bottom-bar {
  top: auto;
  left: 50%;
  width: auto;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mfp-content .mfp-bottom-bar .mfp-title {
    text-align: center;
    padding: 0;
    margin: 0; }
    .mfp-content .mfp-bottom-bar .mfp-title a {
      display: inline-block;
      font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: normal;
      text-transform: none;
      border: 2px solid;
      padding: 12px 30px;
      margin: 30px 0 0;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.wpzoom-button-video-background-play, .wpzoom-button-video-background-pause {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  margin-right: 20px; }

.wpzoom-button-sound-background-mute, .wpzoom-button-sound-background-unmute {
  z-index: 100;
  font-size: 0;
  display: block;
  width: 40px;
  height: 43px;
  cursor: pointer;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms; }

.wpzoom-button-sound-background-mute:after {
  font: normal 30px/10px 'reel';
  display: inline-block;
  content: "\e905";
  vertical-align: top;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  opacity: .8;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

.wpzoom-button-sound-background-unmute:after {
  font: normal 30px/10px 'reel';
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #fff;
  opacity: .8;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  content: "\e906"; }

.parallax-section {
  position: relative;
  top: 35px !important;
  right: 35px;
  background-repeat: no-repeat;
  height: 370px !important;
  width: 670px !important;
  overflow: hidden;
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }

@-webkit-keyframes scaleIn {
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes scaleIn {
  to {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  to {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.popup-video {
  display: none !important;
  margin: 40px 0 0;
  display: block;
  outline: 0; }

.play-toggle {
  position: relative;
  cursor: pointer; }

.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after, .play-toggle span {
  display: inline-block;
  vertical-align: middle; }

.play-toggle span {
  color: white;
  margin-left: 1rem;
  line-height: 1.2;
  font-size: 18px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: -o-transform 350ms ease;
  transition: transform 350ms ease;
  -webkit-transition: -webkit-transform 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }

.play-toggle span i, .play-toggle span strong {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
  -webkit-animation: slideIn 400ms ease forwards;
  -o-animation: slideIn 400ms ease forwards;
  animation: slideIn 400ms ease forwards; }

.play-toggle span i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  animation-delay: 700ms; }

.play-toggle span strong {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-animation-delay: 750ms;
  -o-animation-delay: 750ms;
  animation-delay: 750ms; }

.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after {
  position: relative;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards;
  -o-animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards;
  animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards; }

.play-toggle .play-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  opacity: 0.04; }

.play-toggle .play-circle:before {
  height: 100px;
  width: 100px;
  margin-left: -50px;
  margin-top: -50px; }

.play-toggle .play-circle:after {
  height: 120px;
  width: 120px;
  margin-left: -80px;
  margin-top: -80px; }

.play-toggle .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: -o-transform 350ms ease;
  transition: transform 350ms ease;
  -webkit-transition: -webkit-transform 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }

.play-toggle .play-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  -o-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #000;
  border-bottom: 10px solid transparent; }

.play-toggle:hover .play-icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.play-toggle:hover span {
  -webkit-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  transform: translateX(0.3rem); }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation {
  display: none; }

.infinite-scroll:not(.infinity-end):not(.neverending) #recent-posts {
  margin-bottom: 40px;
  position: relative; }

.infinite-scroll #infinite-handle {
  width: 100%;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-align: center; }
  .infinite-scroll #infinite-handle span {
    display: block;
    width: 100%;
    line-height: 45px;
    font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
    .infinite-scroll #infinite-handle span button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      font-weight: 500 !important; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0; }

.wp-caption-text {
  text-align: center; }

.wp-block-image > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
  margin-top: -10px;
  color: #868686;
  font-size: 16px;
  text-align: center;
  font-style: italic; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Galleries */
.entry-content .gallery a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.wp-caption-text, .gallery-caption {
  color: #868686;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-style: italic;
  line-height: 1.4; }

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

/*--------------------------------------------------------------
# Unyson
--------------------------------------------------------------*/
.fw-container {
  max-width: 1700px; }
  .fw-container .entry-meta {
    color: inherit; }

.fw-container-fluid {
  z-index: 1; }

@media (min-width: 1200px) {
  .builder-wrap .fw-container {
    width: 96%; } }

@media (min-width: 1515px) {
  .builder-wrap .fw-container {
    width: 1400px; } }

.full-width .entry-content > * {
  max-width: 100%; }

h2.wpzabb-heading,
h2.fw-special-title {
  margin: 0 0 15px;
  font-size: 48px;
  font-weight: 500; }

.fw-heading.fw-heading-centered {
  text-align: center; }

.background-video .fw-heading, .fw-section-image .fw-heading, .background-video h2.fw-special-title, .fw-section-image h2.fw-special-title {
  color: #fff; }

.background-video h2.fw-special-title:after, .fw-section-image h2.fw-special-title:after {
  background: rgba(255, 255, 255, 0.2); }

.fw-special-subtitle {
  opacity: .7; }

.builder-wrap section:not(.fw_theme_bg_color_1) p a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.builder-wrap section:not(.fw_theme_bg_color_1) p a:hover {
  border: none; }

.builder-wrap {
  font-size: 18px; }
  .builder-wrap .sharedaddy {
    display: none; }
  .builder-wrap .fw-container-fluid .fw-col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
  .builder-wrap .fw-team .fw-team-inner {
    text-align: left; }
  .builder-wrap .fw-heading {
    margin-bottom: 25px; }
  .builder-wrap .fw-testimonials .fw-testimonials-text {
    font-family: inherit; }
  .builder-wrap img {
    height: auto; }
  .builder-wrap .fw-team .fw-team-name h3 {
    margin-top: 20px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 10px; }
  .builder-wrap .fw-team .fw-team-name span {
    font-size: 16px;
    color: inherit;
    opacity: .7; }

.fw-container {
  z-index: 1; }

/* Team Members */
.fw-divider-line hr {
  border-top: 1px solid #eee;
  margin: 0; }

.contact-form .fw-row input[type=email], .contact-form .fw-row input[type=text] {
  width: 100%; }

.contact-form .fw-row textarea {
  width: 100%; }

.wpz-btn {
  white-space: nowrap;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff; }

.wpz-btn-center {
  text-align: center; }

.wpz-btn span {
  display: block; }

.wpz-btn:hover, .wpz-btn:focus {
  text-decoration: none !important;
  outline: none;
  color: #fff;
  background: #000; }

.wpz-btn-black:hover, .wpz-btn-black:focus {
  background: #121212;
  color: #fff; }

.wpz-btn-white {
  color: #0d0f13;
  background: #fff; }
  .wpz-btn-white:hover, .wpz-btn-white:focus {
    background: #fff;
    color: #121212; }

.fw-section-image .wpz-btn {
  color: #fff; }
  .fw-section-image .wpz-btn:hover, .fw-section-image .wpz-btn:focus {
    color: #000;
    background: #fff; }

.fw-section-image .wpz-btn-black {
  color: #fff;
  background: #121212; }
  .fw-section-image .wpz-btn-black:hover, .fw-section-image .wpz-btn-black:focus {
    background: #fff;
    color: #121212; }

.fw-section-image .wpz-btn-white {
  color: #fff;
  background: none; }
  .fw-section-image .wpz-btn-white:hover, .fw-section-image .wpz-btn-white:focus {
    background: #fff;
    color: #121212; }

.fw-category-image {
  color: #fff;
  padding: 50px 30px;
  text-align: center;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .fw-category-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0.3); }
  .fw-category-image:hover:before {
    background: rgba(0, 0, 0, 0.6); }
  .fw-category-image a:hover {
    text-decoration: none; }

.fw-category-inner {
  position: relative;
  z-index: 10;
  color: #fff; }

.fw-category-name h3 {
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 24px; }

.fw-category-name span {
  font-size: 16px;
  margin: 0 0 15px;
  display: block;
  opacity: .8; }

.fw-category-text {
  line-height: 1.5; }

.fw-category-image .wpz-btn-center {
  margin: 25px 0 0; }

/* Pricing Table Shortcode in Builder */
.fw-pricing-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 0 30px; }

.fw-pricing-container p {
  font-size: 16px; }

.fw-pricing-header {
  border-bottom: 1px solid #ddd;
  padding: 40px 0; }

.fw-pricing-title {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.3em;
  margin: 0; }

.fw-pricing-price {
  display: block;
  margin: 10px 0;
  font-size: 28px;
  font-weight: 600; }

.fw-pricing-duration {
  font-style: italic;
  display: block;
  opacity: .8; }

.fw-pricing-content {
  margin: 0 0 30px;
  list-style-type: none;
  color: #444; }

.fw-pricing-content li {
  padding: 0.8em;
  margin: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
  list-style-type: none; }

.fw_theme_bg_pricing_1 .fw-pricing-header {
  background-color: #161719;
  color: #fff; }

.fw_theme_bg_pricing_1 .fw-pricing-title {
  color: #fff; }

.fw_theme_bg_pricing_2 .fw-pricing-header {
  background-color: #0700ce;
  color: #fff; }

.fw_theme_bg_pricing_2 .fw-pricing-title {
  color: #fff; }

.fw_theme_bg_pricing_3 .fw-pricing-header {
  background-color: #52cc5a;
  color: #fff; }

.fw_theme_bg_pricing_3 .fw-pricing-title {
  color: #fff; }

.fw_theme_bg_pricing_4 .fw-pricing-header {
  background-color: #f17e12;
  color: #fff; }

.fw_theme_bg_pricing_4 .fw-pricing-title {
  color: #fff; }

.fw_theme_bg_pricing_5 .fw-pricing-header {
  background-color: #C22828;
  color: #fff; }

.fw_theme_bg_pricing_5 .fw-pricing-title {
  color: #fff; }

.fw-section-image {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff; }
  .fw-section-image:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }

/* Color Styles */
/* Dark */
.fw_theme_bg_color_1 {
  background-color: #0d0f13;
  color: #71767f; }
  .fw_theme_bg_color_1 a {
    color: #fff; }
    .fw_theme_bg_color_1 a:hover {
      border: none;
      color: #fff;
      opacity: .8; }
  .fw_theme_bg_color_1 input[type=submit] {
    background: #fff;
    color: #000;
    border: none; }
    .fw_theme_bg_color_1 input[type=submit]:hover {
      color: #fff;
      background: #333; }
  .fw_theme_bg_color_1 h2.fw-special-title, .fw_theme_bg_color_1 .fw-special-subtitle {
    color: #fff; }
  .fw_theme_bg_color_1 h1, .fw_theme_bg_color_1 h2, .fw_theme_bg_color_1 h3, .fw_theme_bg_color_1 h4, .fw_theme_bg_color_1 h5, .fw_theme_bg_color_1 h6 {
    color: #fff; }
  .fw_theme_bg_color_1 .wpz-btn {
    background: #fff;
    color: #000;
    border: none; }
    .fw_theme_bg_color_1 .wpz-btn:hover, .fw_theme_bg_color_1 .wpz-btn:focus {
      text-decoration: none !important;
      color: #000;
      opacity: 1;
      background: #fff; }
  .fw_theme_bg_color_1 .wpz-btn-white {
    color: #fff;
    background: #fff;
    color: #000;
    border: none; }
    .fw_theme_bg_color_1 .wpz-btn-white:hover {
      background: #fff;
      color: #000;
      opacity: 1; }
  .fw_theme_bg_color_1 .portfolio-view_all-link a,
  .fw_theme_bg_color_1 .readmore_button a,
  .fw_theme_bg_color_1 .wpz_button {
    background: #fff;
    padding: 12px 25px;
    color: #222;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    margin: 15px 0;
    font-weight: 600;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    -o-transition: -o-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
    border: none;
    box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.1); }
    .fw_theme_bg_color_1 .portfolio-view_all-link a:hover,
    .fw_theme_bg_color_1 .readmore_button a:hover,
    .fw_theme_bg_color_1 .wpz_button:hover {
      opacity: 1;
      color: #111;
      border: none;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      -o-transform: translateY(-1px);
      transform: translateY(-1px);
      -webkit-box-shadow: 0 4px 20px -5px rgba(255, 255, 255, 0.5);
      box-shadow: 0 4px 20px -5px rgba(255, 255, 255, 0.5); }

/* Gray */
.fw_theme_bg_color_2 {
  background-color: #F1F1F1; }

.background-video {
  background-color: #0700ce;
  color: #fff; }

/* Content Row Overlay */
.fw-main-row-overlay {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fw-col-inner {
  position: relative;
  z-index: 3; }

.overlay_color_1 {
  background-color: #0d0f13; }

.overlay_color_2 {
  background-color: #f1f2f2; }

.fw_theme_bg_fw-custom {
  position: relative; }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-message:before,
.woocommerce-info:before {
  color: #fff; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  font-size: 18px; }
  .woocommerce nav.woocommerce-pagination ul li {
    border: none; }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
      color: #666; }
    .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
      background: none;
      color: #fff; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: none;
      color: #fff; }

/* WooCommerce Cart Icon */
a.cart-button {
  display: block; }
  a.cart-button:before {
    content: "\f174";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/24px 'dashicons';
    vertical-align: top;
    margin: 0 8px 0 0; }

.shop-wrapper {
  overflow: hidden; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 7px 10px;
  margin-right: 10px;
  border-color: #DEE3E7; }

.woocommerce .entry-content > * {
  max-width: 100%; }

.woocommerce h1.entry-title {
  margin-bottom: 20px;
  font-size: 30px; }

.woocommerce table.shop_table td {
  padding: 20px 15px; }

.woocommerce-checkout #payment ul.payment_methods li {
  list-style-type: none; }

.woocommerce-checkout #payment div.payment_box:after {
  display: none; }

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: rgba(255, 255, 255, 0.1); }

.wc_payment_method label {
  display: inline-block; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  font-size: 14px; }

.woocommerce .woocommerce-ordering {
  color: #171615; }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .product-thumb {
    margin: 0 0 15px; }
    .woocommerce ul.products li.product .product-thumb a {
      display: block;
      padding: 0;
      margin: 0; }
      .woocommerce ul.products li.product .product-thumb a img {
        margin: 0; }

.woocommerce .products .star-rating {
  display: none; }

.woocommerce ul.products li.product h3 {
  padding-top: 0; }
  .woocommerce ul.products li.product h3:hover {
    color: #0760fe; }

.woocommerce ul.products li.product .price {
  margin: 0;
  font-size: 16px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: 600;
  color: #fff !important;
  padding: 10px 25px; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff; }

.woocommerce-message, .woocommerce-info {
  border-top-color: #000; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt.disabled {
  background-color: #676c71; }
  .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover {
    background-color: #676c71; }

.woocommerce #respond input#submit.alt:disabled, .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled {
  background-color: #676c71; }
  .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover {
    background-color: #676c71; }
  .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled] {
    background-color: #676c71; }
    .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover {
      background-color: #676c71; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #000; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #0760fe; }

.woocommerce div.product .product_title {
  text-align: left; }

.woocommerce .quantity .qty {
  padding: 8px 6px;
  /* WooCommerce Cart Icon */
  margin-right: 10px; }
  .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul {
    border: none;
    font-size: 18px; }
    .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li {
      border: none; }
      .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li span {
        color: #666; }
      .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li a:hover {
        background: none;
        color: #000; }
      .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li span.current {
        background: none;
        color: #fff; }
  .woocommerce .quantity .qty a.cart-button {
    display: block; }
    .woocommerce .quantity .qty a.cart-button:before {
      content: "\f174";
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      font: normal 20px/20px 'dashicons';
      vertical-align: middle;
      margin: 0 8px 0 0; }
  .woocommerce .quantity .qty .shop-wrapper {
    overflow: hidden; }
  .woocommerce .quantity .qty .woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 7px 10px;
    margin-right: 10px;
    border-color: #DEE3E7; }
  .woocommerce .quantity .qty .woocommerce .entry-content > * {
    max-width: 100%; }
  .woocommerce .quantity .qty .woocommerce h1.entry-title {
    margin-bottom: 20px;
    font-size: 30px; }
  .woocommerce .quantity .qty .woocommerce table.shop_table td {
    padding: 20px 15px; }
  .woocommerce .quantity .qty .woocommerce-checkout #payment {
    background: #F7F8FA;
    border: 1px solid #DEE3E7; }
    .woocommerce .quantity .qty .woocommerce-checkout #payment ul.payment_methods li {
      list-style-type: none; }
    .woocommerce .quantity .qty .woocommerce-checkout #payment div.payment_box:after {
      display: none; }
    .woocommerce .quantity .qty .woocommerce-checkout #payment ul.payment_methods {
      border-bottom-color: #DEE3E7; }
  .woocommerce .quantity .qty .wc_payment_method label {
    display: inline-block; }
  .woocommerce .quantity .qty .woocommerce .woocommerce-ordering, .woocommerce .quantity .qty .woocommerce .woocommerce-result-count {
    font-size: 14px; }
  .woocommerce .quantity .qty .woocommerce .woocommerce-ordering {
    color: #171615; }
  .woocommerce .quantity .qty .woocommerce ul.products li.product {
    text-align: center; }
    .woocommerce .quantity .qty .woocommerce ul.products li.product .product-thumb {
      margin: 0 0 15px; }
      .woocommerce .quantity .qty .woocommerce ul.products li.product .product-thumb a {
        display: block;
        padding: 0;
        margin: 0; }
        .woocommerce .quantity .qty .woocommerce ul.products li.product .product-thumb a img {
          margin: 0; }
  .woocommerce .quantity .qty .woocommerce .products .star-rating {
    display: none; }
  .woocommerce .quantity .qty .woocommerce ul.products li.product h3 {
    padding-top: 0; }
    .woocommerce .quantity .qty .woocommerce ul.products li.product h3:hover {
      color: #0760fe; }
  .woocommerce .quantity .qty .woocommerce ul.products li.product .price {
    margin: 0;
    font-size: 16px; }
  .woocommerce .quantity .qty .woocommerce #respond input#submit, .woocommerce .quantity .qty .woocommerce a.button, .woocommerce .quantity .qty .woocommerce button.button, .woocommerce .quantity .qty .woocommerce input.button {
    font-weight: 600;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 0; }
  .woocommerce .quantity .qty .woocommerce #respond input#submit:hover, .woocommerce .quantity .qty .woocommerce a.button:hover, .woocommerce .quantity .qty .woocommerce button.button:hover, .woocommerce .quantity .qty .woocommerce input.button:hover {
    color: #fff; }
  .woocommerce .quantity .qty .woocommerce-message, .woocommerce .quantity .qty .woocommerce-info {
    border-top-color: #000; }
    .woocommerce .quantity .qty .woocommerce-message:before, .woocommerce .quantity .qty .woocommerce-info:before {
      color: #000; }
  .woocommerce .quantity .qty .woocommerce #respond input#submit.alt.disabled, .woocommerce .quantity .qty .woocommerce a.button.alt.disabled, .woocommerce .quantity .qty .woocommerce button.button.alt.disabled, .woocommerce .quantity .qty .woocommerce input.button.alt.disabled {
    background-color: #676c71; }
    .woocommerce .quantity .qty .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce .quantity .qty .woocommerce a.button.alt.disabled:hover, .woocommerce .quantity .qty .woocommerce button.button.alt.disabled:hover, .woocommerce .quantity .qty .woocommerce input.button.alt.disabled:hover {
      background-color: #676c71; }
  .woocommerce .quantity .qty .woocommerce #respond input#submit.alt:disabled, .woocommerce .quantity .qty .woocommerce a.button.alt:disabled, .woocommerce .quantity .qty .woocommerce button.button.alt:disabled, .woocommerce .quantity .qty .woocommerce input.button.alt:disabled {
    background-color: #676c71; }
    .woocommerce .quantity .qty .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce .quantity .qty .woocommerce a.button.alt:disabled:hover, .woocommerce .quantity .qty .woocommerce button.button.alt:disabled:hover, .woocommerce .quantity .qty .woocommerce input.button.alt:disabled:hover {
      background-color: #676c71; }
    .woocommerce .quantity .qty .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce .quantity .qty .woocommerce a.button.alt:disabled[disabled], .woocommerce .quantity .qty .woocommerce button.button.alt:disabled[disabled], .woocommerce .quantity .qty .woocommerce input.button.alt:disabled[disabled] {
      background-color: #676c71; }
      .woocommerce .quantity .qty .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce .quantity .qty .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce .quantity .qty .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce .quantity .qty .woocommerce input.button.alt:disabled[disabled]:hover {
        background-color: #676c71; }
  .woocommerce .quantity .qty .woocommerce #respond input#submit.alt, .woocommerce .quantity .qty .woocommerce a.button.alt, .woocommerce .quantity .qty .woocommerce button.button.alt, .woocommerce .quantity .qty .woocommerce input.button.alt {
    background: #000; }
  .woocommerce .quantity .qty .woocommerce #respond input#submit.alt:hover, .woocommerce .quantity .qty .woocommerce a.button.alt:hover, .woocommerce .quantity .qty .woocommerce button.button.alt:hover, .woocommerce .quantity .qty .woocommerce input.button.alt:hover {
    background: #0760fe; }
  .woocommerce .quantity .qty .woocommerce div.product .product_title {
    text-align: left; }
  .woocommerce .quantity .qty .woocommerce .quantity .qty {
    padding: 8px 6px;
    border-radius: 0;
    margin-right: 10px; }
  .woocommerce .quantity .qty .woocommerce-tabs #comments {
    max-width: 100%;
    padding: 0; }
  .woocommerce .quantity .qty .woocommerce table.shop_table td {
    padding: 20px 15px; }
  .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px; }
  .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul {
    border: none;
    font-size: 18px; }
    .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li {
      border: 1px solid #eee;
      margin: 0 6px; }
      .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li span {
        color: #666;
        padding: 13px 16px; }
      .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li a:hover {
        background: #000;
        color: #fff; }
      .woocommerce .quantity .qty .woocommerce nav.woocommerce-pagination ul li span.current {
        background: #000;
        color: #fff; }
  .woocommerce .quantity .qty .wc_cat_count {
    opacity: .8;
    font-weight: normal; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 5px;
  border: none !important;
  background: none !important;
  border-radius: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
    font-size: 16px;
    border: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: none !important;
  border: none !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #0760fe; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #DEE3E7; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none; }

.woocommerce-tabs #comments {
  max-width: 100%;
  padding: 0; }

.woocommerce table.shop_table td {
  padding: 20px 15px; }

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px; }

.wc_cat_count {
  opacity: .8;
  font-weight: normal; }

.woocommerce table.shop_table td,
.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.1); }

.woocommerce-checkout #payment {
  background: none;
  border: none; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Max Width 1580 ------------------------------------------------------------------------------ */
@media screen and (max-width: 1580px) {
  .portfolio-archive-taxonomies {
    position: static;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0;
    margin: 0 0 40px; }
    .portfolio-archive-taxonomies ul li {
      display: inline-block;
      margin: 0 1.5em 10px 0; } }

/* Max Width 1400 ------------------------------------------------------------------------------ */
@media screen and (max-width: 1400px) {
  .portfolio-showcase .single-post .portfolio_item .rezzo_style1_wrap {
    left: 5%;
    width: 90%; } }

/* Min Width 1300 ------------------------------------------------------------------------------ */
@media screen and (min-width: 1300px) {
  .full-width .entry-content > * {
    max-width: 100%; } }

/* Max Width 1275 ------------------------------------------------------------------------------ */
@media screen and (max-width: 1275px) {
  .section-title {
    font-size: 36px; }
  .widget .title {
    font-size: 28px; }
  .portfolio-showcase .portfolio-grid.col_no_4:not(.portfolio_no_space) .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_4:not(.portfolio_no_space) .portfolio_item {
    width: 31.5%;
    margin-right: 0.916%;
    margin-left: 0.916%; }
  .portfolio-showcase .single-post .portfolio_item .entry-meta {
    max-width: 100%; }
  .portfolio-archive .portfolio_item .entry-meta li + li:before {
    content: " \25CF  ";
    margin: 0 5px;
    font-style: normal;
    opacity: .3; }
  .widget.portfolio-showcase .portfolio-archive .single-post .portfolio_item .entry-meta li + li:before {
    display: inline-block; } }

/* Max Width 1200 ------------------------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
  .single h1.entry-title,
  .page h1.entry-title,
  .inner-wrap,
  .content-wrap {
    padding-left: 3%;
    padding-right: 3%; }
  .single-portfolio_item h1.entry-title {
    padding-left: 0; }
  .header-archive {
    max-width: 90%; }
  .selected-works .fl-col-group .fl-col {
    max-width: 100%; }
    .selected-works .fl-col-group .fl-col.fl-col-small {
      display: none; }
  .page .has-post-cover .entry-header .entry-title,
  .single .has-post-cover .entry-header .entry-title {
    font-size: 42px; }
  .previous-post-cover h3 {
    font-size: 30px; }
  .entry_wrapper {
    max-width: 100%; }
  .inner-wrap > .entry_wrapper {
    padding: 0; }
  .portfolio-archive .portfolio-grid.title_overlay .portfolio_item .portfolio_item-title_btm,
  .portfolio-showcase .portfolio-grid.title_overlay .portfolio_item .portfolio_item-title_btm,
  .portfolio-showcase .portfolio-grid.title_corner .portfolio_item .portfolio_item-title_btm,
  .portfolio-archive .portfolio-grid.title_corner .portfolio_item .portfolio_item-title_btm {
    font-size: 24px !important; } }

/* Max Width 1170 ------------------------------------------------------------------------------ */
@media screen and (max-width: 1170px) {
  .content-wrap {
    width: 100%; } }

/* Min Width 980 ------------------------------------------------------------------------------- */
@media screen and (min-width: 980px) {
  #menu-main-slide {
    display: none !important; } }

/* Max Width 979 ------------------------------------------------------------------------------- */
@media screen and (max-width: 979px) {
  .portfolio-showcase .portfolio-grid.col_no_4:not(.portfolio_no_space) .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_4:not(.portfolio_no_space) .portfolio_item,
  .portfolio-showcase .portfolio-grid.col_no_3:not(.portfolio_no_space) .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_3:not(.portfolio_no_space) .portfolio_item {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%; }
  .portfolio-showcase .portfolio-grid.col_no_4 .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_4 .portfolio_item,
  .portfolio-showcase .portfolio-grid.col_no_3 .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_3 .portfolio_item {
    width: 50%;
    margin-right: 0;
    margin-left: 0; }
  .portfolio-showcase .portfolio-grid.title_overlay .portfolio_item .portfolio_item-title_btm,
  .portfolio-archive .portfolio-grid.title_overlay .portfolio_item .portfolio_item-title_btm,
  .portfolio-showcase .portfolio-grid.title_corner .portfolio_item .portfolio_item-title_btm,
  .portfolio-archive .portfolio-grid.title_corner .portfolio_item .portfolio_item-title_btm {
    font-size: 20px !important; }
  .entry-cover .entry-info h1.entry-title {
    font-size: 40px; }
  .site-header.headroom--not-top {
    position: relative;
    top: 0; }
  .site-header.headroom .navbar-brand h1,
  .site-header.headroom .main-navbar,
  .site-header,
  .navbar-brand-wpz {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .site-header {
    position: relative !important; }
  .site-main {
    margin-top: 0 !important; }
  #menu {
    display: none; }
  .slicknav_menu {
    display: block;
    z-index: 302;
    position: relative; }
  #navbar-main {
    display: none; }
  .navbar-toggle {
    display: block; }
  .main-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 10px;
    max-width: 86px; }
  .sb-search {
    float: none;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .navbar-brand-wpz {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px; }
  .navbar-brand-wpz img {
    max-width: 60%; }
  .navbar-header-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

/* Max Width 950 ------------------------------------------------------------------------------- */
@media screen and (max-width: 950px) {
  .sb-search .sb-search-input {
    font-size: 30px; }
  .entry_wrapper {
    margin-top: 30px; }
  .single .post_wrapper {
    float: none;
    width: 100%; }
  .single-portfolio_item .entry_wrapper {
    padding-left: 0; }
  .entry-details {
    float: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 30px 0 0;
    border: none;
    border-top: 1px solid #EEEEEE; }
  .entry-details ul li img {
    float: left;
    margin: 0 20px 0 0; }
  .post_author_footer {
    display: none; } }

/* Max Width 870 ------------------------------------------------------------------------------- */
@media screen and (max-width: 870px) {
  .content-wrap {
    display: block;
    margin-top: 0; }
    .content-wrap .site-main, .content-wrap .site-sidebar {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
  .entry-title {
    font-size: 22px; }
  .recent-posts .post {
    width: 48%; }
  /* Navigation */
  div.navigation,
  div.navigation .prev,
  div.navigation .next {
    font-size: 18px; }
  .home_section p {
    max-width: 100%; }
  .home_section {
    font-size: 16px; }
  .single h1.entry-title,
  .page h1.entry-title {
    font-size: 30px; } }

/* Max Width 782 ------------------------------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .wp-block-button.alignright,
  .wp-block-button.alignleft {
    float: none;
    text-align: center; }
  .wp-block-column {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

/* Max Width 768 ------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .portfolio-showcase .single-post .portfolio_item h3 {
    padding-bottom: 0;
    border: none; }
  .single-portfolio_item .entry-header,
  .single-portfolio_item .entry-cover {
    height: 400px;
    min-height: 400px; }
  .single-portfolio_item .outer-wrap {
    margin-top: 400px; }
  .recent-posts .post.sticky .entry-title {
    font-size: 26px; }
  .page .site-main {
    padding-top: 0; }
  .widget {
    margin-bottom: 30px; }
  .entry-cover {
    min-height: 400px; }
  .entry-header .entry-cover {
    height: 400px; }
  .special-overflow > * {
    width: 100%; }
  .featured-intro {
    margin-bottom: 40px; }
    .featured-intro .fl-col:first-child .fl-col-content .fl-module {
      min-width: 1px; }
    .featured-intro .fl-col-small:not(.fl-col-small-full-width) {
      max-width: 100%; }
  .fl-row-content-wrap {
    width: 100%;
    max-width: 100%; }
  .portfolio-showcase .single-post .portfolio_item {
    width: 96% !important; }
    .portfolio-showcase .single-post .portfolio_item img {
      width: 100% !important; }
  .view-all-works .fl-col-group.fl-col-group-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .previous-post-cover h4 {
    font-size: 16px; }
  .previous-post-cover h3 {
    font-size: 24px; }
  .footer-widgets.widget-columns-3 .column {
    width: 100%;
    margin-right: 0; }
  .widget .title {
    margin-bottom: 20px; }
  .recent-posts {
    margin-top: 30px; }
  .section-title {
    font-size: 24px;
    margin-bottom: 20px; }
  .portfolio-archive-taxonomies {
    padding: 20px 0; }
  .archive-title {
    font-size: 26px; }
  .site-footer,
  .footer-widgets .column {
    font-size: 16px; }
  .entry-cover .entry-info h1.entry-title {
    font-size: 30px; }
  .carousel_widget_wrapper ul li {
    margin: 0 4% 0 0;
    width: 100%; }
  .portfolio_related {
    padding: 10px 0; }
  .single .entry-content > p {
    font-size: 16px; }
  .entry-content blockquote {
    font-size: 22px;
    margin: 20px 0;
    padding: 6%; }
  .single-portfolio_item .entry-details {
    text-align: left;
    padding: 20px 0; }
  .single-portfolio_item .entry-details ul li:nth-child(2) {
    text-align: left;
    margin-right: 4%; }
  .single-portfolio_item .entry-details ul li:nth-child(3) {
    margin-right: 0; }
  .entry-footer:empty {
    margin: 0; }
  #respond .form_fields p {
    width: 100%; }
  .previous-post-cover {
    margin-top: 20px; }
  .entry_wrapper {
    margin-bottom: 20px; }
  #respond {
    margin-bottom: 15px; }
  .sb-search .sb-search-input {
    font-size: 20px; }
  .form-allowed-tags {
    display: none; }
  .entry_wrapper {
    padding: 0 3%; }
  .portfolio-archive .entry-header-excerpt {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .single-portfolio_item article .entry_wrapper_outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .single-portfolio_item .entry_wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0; }
  .single-portfolio_item .entry-details {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .single-portfolio_item .entry-details li {
    width: 30%;
    display: inline-block; }
  .outer-wrap h1.entry-title {
    margin-bottom: 25px;
    padding: 0 0 20px;
    max-width: 100%; } }

/* Max Width 680 ------------------------------------------------------------------------------- */
@media screen and (max-width: 680px) {
  .slicknav_nav > ul {
    max-width: 65%; }
  .single-portfolio_item .entry-header,
  .single-portfolio_item .entry-cover {
    height: 300px;
    min-height: 300px; }
  .single-portfolio_item .outer-wrap {
    margin-top: 300px; }
  .navbar-brand-wpz img {
    max-width: 70%; }
  .play-toggle span {
    font-size: 14px; }
    .play-toggle span strong {
      font-size: 18px; }
  .selected-works .fl-col-group .fl-col {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .selected-works .fl-col-group .fl-col.fl-col-small {
      display: none; }
    .selected-works .fl-col-group .fl-col .portfolio-showcase .single-post .portfolio_item {
      width: 100% !important; }
      .selected-works .fl-col-group .fl-col .portfolio-showcase .single-post .portfolio_item img {
        height: auto !important;
        width: 100% !important; }
  .portfolio-archive .home_section {
    padding: 30px 0 0; } }

/* Max Width 640 ------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .portfolio-showcase .portfolio-grid.title_overlay .portfolio_item .portfolio_item-title_btm,
  .portfolio-archive .portfolio-grid.title_overlay .portfolio_item .portfolio_item-title_btm,
  .portfolio-showcase .portfolio-grid.title_corner .portfolio_item .portfolio_item-title_btm,
  .portfolio-archive .portfolio-grid.title_corner .portfolio_item .portfolio_item-title_btm {
    font-size: 16px !important;
    margin-bottom: 10px; }
  .comment-notes {
    display: none; }
  .navbar-brand-wpz h1 {
    font-size: 22px; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: none;
    width: 100%; }
  .portfolio_related h3.portfolio_item-related-title {
    margin: 32px 0; }
  .single-portfolio_item .entry-details ul li {
    width: 100%;
    display: block;
    margin: 0 0 20px; }
  .single-portfolio_item .entry-details ul li:nth-child(2),
  .single-portfolio_item .entry-details ul li:nth-child(3) {
    margin-right: 0; }
  .page .has-post-cover .entry-header .entry-title,
  .single .has-post-cover .entry-header .entry-title {
    font-size: 24px; }
  .previous-info {
    padding: 10% 5%;
    min-height: 200px; }
  .portfolio-grid.col_no_2,
  .portfolio-grid.col_no_3 {
    margin: 0; }
  .portfolio-showcase .portfolio-grid.col_no_4:not(.portfolio_no_space) .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_4:not(.portfolio_no_space) .portfolio_item,
  .portfolio-showcase .portfolio-grid.col_no_3:not(.portfolio_no_space) .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_3:not(.portfolio_no_space) .portfolio_item,
  .portfolio-showcase .portfolio-grid.col_no_4 .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_4 .portfolio_item,
  .portfolio-showcase .portfolio-grid.col_no_2 .portfolio_item,
  .portfolio-showcase .portfolio-grid.col_no_3 .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_2 .portfolio_item,
  .portfolio-archive .portfolio-grid.col_no_3 .portfolio_item {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .recent-posts .post {
    width: 100%;
    margin-right: 0; }
  .recent-posts article:nth-of-type(3n+3) {
    margin-right: 0; }
  .recent-posts article:nth-of-type(2n+2) {
    margin-right: 0; }
  .feature-posts-list .post-thumb img {
    width: 100%; }
  .sb-search .sb-search-submit,
  .sb-search.sb-search-open .sb-icon-search {
    right: 4%; }
  .sb-search.sb-search-open .sb-icon-search:before {
    font-size: 35px; } }

/* Max Width 520 ------------------------------------------------------------------------------- */
@media screen and (max-width: 520px) {
  .slicknav_nav a {
    font-size: 20px; }
  .slicknav_nav > .menu > li::before {
    left: -16px;
    font-size: 16px;
    line-height: 2.5; }
  .slicknav_nav ul ul a {
    font-size: 16px; }
  .slicknav_nav ul ul li {
    margin-bottom: 8px; }
  .slicknav_nav > ul {
    max-width: 73%;
    left: 56%; }
  .navbar-brand-wpz img {
    max-width: 95%; }
  .sb-search .sb-search-input {
    font-size: 16px; }
  .entry-cover {
    min-height: 300px; }
  .entry-header .entry-cover {
    height: 300px; }
  .navbar {
    min-height: 75px; }
  .entry-details ul {
    font-size: 0 !important; }
  .entry-details ul li {
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 0 0 20px;
    clear: both;
    overflow: hidden; }
  .entry-details ul li:nth-child(2) {
    margin-right: 0;
    text-align: left; } }

/* Max Width 380 ------------------------------------------------------------------------------- */
@media screen and (max-width: 380px) {
  .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    font-size: 12px; } }
