/*
Theme Name: Blogberg Pro
Theme URI: https://keonthemes.com/downloads/blogberg-pro
Author: Keon Themes
Author URI: https://keonthemes.com
Description: Blogberg Pro is clean Masonry and Gutenberg ready WordPress blog theme with an elegant, responsive, powerful and beautifully crafted design. Blogberg Pro is suitable for all personal or professional blogs, magazine-style blogs and lifestyle websites. Blogberg Pro, a extensively customizable powerful and advance blog theme incorporated with awesome features like Disable/Enable options, Site Layout Options, Archive Page Options, Single Post Page Options, Pages Options, Post Layout Options, Sidabar Position Options, Unlimited Color Options, Multiple Header Layout Options, Multiple Footer Layout Options, Multiple Page Header Layout Options, Multiple Slider Layout Options, Multiple Site Preloader options, Multiple Breadcrumb Separator Layout Options, 800+ Google Fonts, Fixed Header, Site Identity Extra Options, Custom Widget, Thin Font Icons, Bootstrap 4, Translation Ready, Cross-Browser Compatibility, RTL Language Support, SEO Friendly, Instagram Section, Coming Soon Page, Page Templates, Free Demo Setup Service, Premium Theme Support... the list goes on. Blogberg Pro is compatible with WordPress Classic editor and WooCommerce.
Version: 1.3.3
Requires PHP: 5.5
Tested up to: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blogberg-pro
Tags: blog, portfolio, news, grid-Layout, two-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready

Blogberg Pro WordPress Theme, Copyright 2019 Keon Themes
Blogberg Pro is distributed under the terms of the GNU General Public License v3
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------

1.0 Normalize
2.0 Elements
3.0 Modules
4.0 Widgets
5.0 Partials
6.0 Pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 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;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

figcaption {
  background-color: #d39844;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

/* alignment css. */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/* wp default css */
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

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

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.site-main {
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .site-main {
    margin-bottom: 60px;
  }
}

table {
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
}
table thead tr {
  background-color: #262626;
}
table thead tr th {
  color: #ffffff;
  font-size: 15px;
}

th,
td {
  border-bottom: 1px solid #d9d9d9;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  font-size: 14px;
}

th, td {
  padding: 7px 15px;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}

dd a {
  text-decoration: underline;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.alignleft {
  text-align: left !important;
}

.alignright {
  text-align: right !important;
}

.aligncenter {
  text-align: center !important;
}

.clearfix:before, .clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

form {
  position: relative;
  font-size: 15px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent !important;
}

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 {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 42px;
  resize: none;
  padding: 0 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #1a1a1a;
  outline: 0;
}

textarea {
  min-height: 200px;
  overflow: auto;
  padding: 10px;
  width: 100%;
}

legend {
  border: 0;
  padding: 0;
}

select {
  border: 1px solid #d9d9d9;
}
select:focus {
  outline: none;
}

form label, form .searchform .search-button, .searchform form .search-button {
  font-weight: bold;
}

.searchform {
  position: relative;
}
.searchform input {
  width: 100%;
  padding: 0 40px 0 10px;
}
.searchform .search-submit {
  display: none;
}
.searchform label, .searchform .search-button {
  display: block;
  margin: 0;
}
.searchform .search-button {
  background-color: #d39844;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.searchform .search-button:hover, .searchform .search-button:focus, .searchform .search-button:active {
  background-color: #7b5ec1;
}

.wpcf7 label, .wpcf7 .searchform .search-button, .searchform .wpcf7 .search-button {
  display: block;
  width: 100%;
  font-weight: 400;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
  width: 100%;
  margin-top: 5px;
}

.wrap-detail-page .wpcf7 {
  margin-top: 50px;
}

body {
  font-size: 15px;
  color: #383838;
  background-color: #ffffff;
  font-family: "Hind", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

p {
  line-height: 1.6;
  margin: 0 0 20px;
  word-wrap: break-word;
}

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

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
  font-family: "Hind", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  color: #111111;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 40px;
}
blockquote:after {
  background-color: #fff;
  color: #333333;
  content: "\7c";
  font-family: "kf-icons";
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}
blockquote:before {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.4;
  position: relative;
}
blockquote cite {
  color: #6e6e6e;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

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

mark, ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 600;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.container {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
}

h1, h2, h3, h4, h5, h6, .wrap-inner-banner .page-header .page-title {
  color: #111111;
  font-family: "Playfair Display", serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }
}
ul, ol {
  margin: 0 0 1.5em 0.875em;
  line-height: 2;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

a {
  color: #0085BA;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #7b5ec1;
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
}

.button-primary,
.round-button-primary, .button-outline,
.round-button-outline, .comments-area .comment-list .reply a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 30px;
}
@media screen and (max-width: 575px) {
  .button-primary,
  .round-button-primary, .button-outline,
  .round-button-outline, .comments-area .comment-list .reply a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
  }
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background-color: #d39844;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 30px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #7b5ec1;
}

.button-primary,
.round-button-primary {
  background-color: #d39844;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-primary:hover, .button-primary:focus, .button-primary:active,
.round-button-primary:hover,
.round-button-primary:focus,
.round-button-primary:active {
  background-color: #7b5ec1;
  color: #ffffff;
}

a.button-text,
.button-text {
  color: #666666;
  display: inline-block;
  position: relative;
}
a.button-text:after,
.button-text:after {
  content: "\24";
  display: inline-block;
  color: #999999;
  margin-left: 10px;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 22px;
  -webkit-transition: margin-left 0.2s linear;
  -moz-transition: margin-left 0.2s linear;
  -ms-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
  font-family: "kf-icons";
}
a.button-text:hover, a.button-text:focus, a.button-text:active,
.button-text:hover,
.button-text:focus,
.button-text:active {
  color: #7b5ec1;
}
a.button-text:hover:after, a.button-text:focus:after, a.button-text:active:after,
.button-text:hover:after,
.button-text:focus:after,
.button-text:active:after {
  margin-left: 25px;
  color: #7b5ec1;
}

.button-outline,
.round-button-outline {
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  display: inline-block;
  -webkit-transition: background-color 0.3s, border-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.3s, border-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.3s, border-color 0.4s, color 0.4s;
  -o-transition: background-color 0.3s, border-color 0.4s, color 0.4s;
  transition: background-color 0.3s, border-color 0.4s, color 0.4s;
}
.button-outline:hover, .button-outline:focus, .button-outline:active,
.round-button-outline:hover,
.round-button-outline:focus,
.round-button-outline:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  color: #ffffff;
}

.round-button-primary,
.round-button-outline {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.site-main .comment-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-links:before, .comment-navigation .nav-links:after, .post-navigation .nav-links:before, .post-navigation .nav-links:after {
  content: "";
  display: block;
  clear: both;
}
.comment-navigation .nav-links [class*="nav-"] .nav-label,
.comment-navigation .nav-links [class*="nav-"] .nav-title, .post-navigation .nav-links [class*="nav-"] .nav-label,
.post-navigation .nav-links [class*="nav-"] .nav-title {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.comment-navigation .nav-links .nav-label, .post-navigation .nav-links .nav-label {
  color: #5f5f5f;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next, .post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a, .post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: #111111;
  display: inline-block;
  position: relative;
}
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:before, .post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  font-family: "kf-icons";
  display: block;
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus,
.comment-navigation .nav-next a:active, .post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus, .post-navigation .nav-previous a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
  color: #7b5ec1;
}
.comment-navigation .nav-previous a:hover .nav-label, .comment-navigation .nav-previous a:focus .nav-label, .comment-navigation .nav-previous a:active .nav-label,
.comment-navigation .nav-next a:hover .nav-label,
.comment-navigation .nav-next a:focus .nav-label,
.comment-navigation .nav-next a:active .nav-label, .post-navigation .nav-previous a:hover .nav-label, .post-navigation .nav-previous a:focus .nav-label, .post-navigation .nav-previous a:active .nav-label,
.post-navigation .nav-next a:hover .nav-label,
.post-navigation .nav-next a:focus .nav-label,
.post-navigation .nav-next a:active .nav-label {
  color: #7b5ec1;
}
.comment-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
}
@media screen and (max-width: 767px) {
  .comment-navigation .nav-previous, .post-navigation .nav-previous {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
}
.comment-navigation .nav-previous a, .post-navigation .nav-previous a {
  padding-left: 35px;
}
.comment-navigation .nav-previous a:before, .post-navigation .nav-previous a:before {
  left: 0;
  content: "\34";
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.comment-navigation .nav-previous a:hover:before, .post-navigation .nav-previous a:hover:before {
  left: -5px;
}
.comment-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .comment-navigation .nav-next, .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}
.comment-navigation .nav-next a, .post-navigation .nav-next a {
  padding-right: 35px;
}
.comment-navigation .nav-next a:before, .post-navigation .nav-next a:before {
  content: "\35";
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.comment-navigation .nav-next a:hover:before, .post-navigation .nav-next a:hover:before {
  right: -5px;
}

.pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .pagination {
    margin-top: 10px;
  }
}

.nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-numbers {
  color: inherit;
  width: 40px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: 0 10px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.page-numbers.current {
  background-color: #d39844;
  border: 1px solid #d39844;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .page-numbers {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  color: #ffffff;
}
.page-numbers:hover.current, .page-numbers:focus.current, .page-numbers:active.current {
  background-color: #d39844;
  border: 1px solid #d39844;
}
.page-numbers.dots {
  font-size: 22px;
  border: none;
  letter-spacing: 4px;
  margin: 0;
}
.page-numbers.dots:hover, .page-numbers.dots:focus, .page-numbers.dots:active {
  color: inherit;
  background-color: inherit;
  border: 1px solid inherit;
}
.page-numbers.next, .page-numbers.prev {
  width: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.page-numbers.next span, .page-numbers.prev span {
  font-size: 0;
}
.page-numbers.next span:before, .page-numbers.prev span:before {
  font-family: "kf-icons";
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .page-numbers.next, .page-numbers.prev {
    width: 35px;
  }
  .page-numbers.next span:before, .page-numbers.prev span:before {
    font-size: 18px;
  }
}
.page-numbers.next span:before {
  content: "\24";
}
.page-numbers.prev span:before {
  content: "\23";
}

/*--------------------------------------------------------------
3.0 Modules
--------------------------------------------------------------*/
span.wpcf7-not-valid-tip {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll #infinite-handle {
  margin-top: 70px;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  background-color: #1a1a1a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 13px 36px 14px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.infinite-scroll #infinite-handle span:after {
  content: "\21";
  display: inline-block;
  font-family: "kf-icons";
  margin-left: 7px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.infinite-scroll #infinite-handle span button {
  text-transform: uppercase;
}
.infinite-scroll #infinite-handle span:hover, .infinite-scroll #infinite-handle span:focus, .infinite-scroll #infinite-handle span:active {
  background-color: #7b5ec1;
  color: #ffffff;
}
.infinite-scroll span.infinite-loader .spinner {
  left: 0;
  right: 0;
  margin: auto;
}

body.bbpress {
  background-color: #ffffff;
  font-size: 14px;
}
body.bbpress article.hentry .post-text a {
  box-shadow: none !important;
  color: inherit !important;
}
body.bbpress article.hentry .post-text a:hover, body.bbpress article.hentry .post-text a:focus, body.bbpress article.hentry .post-text a:active {
  color: #7b5ec1 !important;
}
body.bbpress .bbp-submit-wrapper .button {
  margin-bottom: 15px;
}
body.bbpress .bbp-submit-wrapper .button:hover, body.bbpress .bbp-submit-wrapper .button:focus, body.bbpress .bbp-submit-wrapper .button:active {
  background-color: #000000;
}
body.bbpress .bbp-forum-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
body.bbpress #bbpress-forums li.bbp-body ul.forum,
body.bbpress #bbpress-forums li.bbp-body ul.topic {
  padding-left: 15px;
  padding-right: 15px;
}
body.bbpress #bbpress-forums ul.bbp-lead-topic, body.bbpress #bbpress-forums ul.bbp-topics, body.bbpress #bbpress-forums ul.bbp-forums, body.bbpress #bbpress-forums ul.bbp-replies {
  font-size: 15px;
  font-weight: 600;
}
body.bbpress #bbpress-forums ul.bbp-replies {
  font-weight: 400;
}
body.bbpress #bbpress-forums ul.bbp-search-results, body.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content, body.bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
body.bbpress .bbp-reply-author br {
  display: none;
}

.widget .bbp-logged-in fieldset,
.widget .bbp-login-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.widget .bbp-logged-in .button,
.widget .bbp-login-form .button {
  margin-top: 15px;
  padding: 8px 15px 9px;
}
.widget .bbp-logged-in {
  padding-top: 50px;
}
.widget .bbp-login-links a {
  border-bottom: 1px solid #262626;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.widget .bbp-login-links a:hover, .widget .bbp-login-links a:focus, .widget .bbp-login-links a:active {
  border-color: #7b5ec1;
}
.widget.widget_mc4wp_form_widget input[type="submit"] {
  padding: 15px;
  line-height: 1;
}
.widget #bbp-search-form {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 50px;
}

.bbp-login-form {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-top-color: #d5d5d5;
  border-top-width: 2px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .bbp-login-form {
    padding: 30px 150px;
  }
}
@media screen and (min-width: 992px) {
  .bbp-login-form {
    padding: 50px 250px;
  }
}
.bbp-login-form fieldset {
  border: none;
  padding: 0;
}
.bbp-login-form label, .bbp-login-form .searchform .search-button, .searchform .bbp-login-form .search-button {
  width: auto;
}
.bbp-login-form label.hide, .bbp-login-form .searchform .hide.search-button, .searchform .bbp-login-form .hide.search-button {
  display: block !important;
}
.bbp-login-form input[type="text"],
.bbp-login-form input[type="password"] {
  padding: 10px 15px 11px;
}

.login-links-area a {
  margin-right: 10px;
}

span#subscription-toggle {
  float: right;
  color: #000000;
}

.mc4wp-form .mc4wp-alert {
  color: #5BC0DE;
  font-size: 13px;
}
.mc4wp-form .mc4wp-error {
  color: #D9534F;
}
.mc4wp-form .mc4wp-success {
  color: #5CB85C;
}
.mc4wp-form label, .mc4wp-form .searchform .search-button, .searchform .mc4wp-form .search-button {
  font-size: 13px;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
}
.mc4wp-form input[type="email"] {
  border: 1px solid #ddd;
  margin-bottom: 0;
  width: 100%;
}
.mc4wp-form input[type="email"]::-webkit-input-placeholder {
  color: gray;
  font-size: 13px;
}
.mc4wp-form input[type="email"]:-moz-placeholder {
  color: gray;
  font-size: 13px;
}
.mc4wp-form input[type="email"]::-moz-placeholder {
  color: gray;
  font-size: 13px;
}
.mc4wp-form input[type="email"]:-ms-input-placeholder {
  color: gray;
  font-size: 13px;
}
.mc4wp-form input[type="submit"] {
  padding: 10px 30px;
  width: 100%;
}

.post-text .addtoany_content {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a2a_mini,
.a2a_modal {
  z-index: 999 !important;
}

.a2a_menu a {
  color: #313131 !important;
}

.addtoany_content .addtoany_header {
  margin: 0;
}

.addtoany_content {
  display: none;
}
.addtoany_content .addtoany_list a {
  opacity: 1;
}
.addtoany_content .addtoany_list a:hover svg path {
  fill: #7b5ec1;
}

body.search-results .addtoany_content,
.author-widget .addtoany_content {
  display: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  padding-top: 60px;
}
.woocommerce ul.products li.product .product-inner,
.woocommerce-page ul.products li.product .product-inner {
  position: relative;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #000000;
  font-size: 14px;
  padding: 0 20px;
}
.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.33%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }
}
.woocommerce ul .product-inner,
.woocommerce-page ul .product-inner {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.woocommerce span.onsale {
  background-color: #d39844;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-width: auto;
  min-height: auto;
  line-height: initial;
  padding: 5px 10px;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.woocommerce select {
  background-color: #ffffff;
  color: #242424;
  border: 1px solid #d9d9d9;
  padding: 7px 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce a.added_to_cart {
  background-color: #d39844;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 11px 20px;
  color: #ffffff;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -ms-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:active {
  background-color: #7b5ec1;
  color: #ffffff;
}
.woocommerce a.added_to_cart {
  background-color: transparent;
  color: #111111;
  border: 1px solid #ddd;
  line-height: 1;
  margin-top: 15px;
}
.woocommerce .checkout [class*="col-"] {
  padding: 0;
  -ms-flex: inherit;
  flex: inherit;
  max-width: inherit;
}
.woocommerce form .form-row label, .woocommerce form .form-row .searchform .search-button, .searchform .woocommerce form .form-row .search-button {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.woocommerce form .form-row .woocommerce-input-wrapper,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
}
.woocommerce .quantity input[type="number"] {
  height: 37px;
}
.woocommerce table.cart td.actions .input-text#coupon_code {
  width: 160px;
  height: 36px;
}
.woocommerce .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  padding: 5px;
}
.woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: none;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover:before, .woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:focus:before, .woocommerce .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:active:before {
  -webkit-animation: shine 1.0s;
  animation: shine 1.0s;
  display: block;
}
.woocommerce .product_meta {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 15px;
  padding-top: 15px;
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
  display: block;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.woocommerce .product_meta .posted_in:before,
.woocommerce .product_meta .tagged_as:before {
  font-family: "kf-icons";
  position: absolute;
  font-size: 13px;
  top: 0;
  left: 0;
}
.woocommerce .product_meta .posted_in a,
.woocommerce .product_meta .tagged_as a {
  color: #6b6b6b;
  display: inline-block;
  font-size: 14px;
  padding-right: 5px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .product_meta .posted_in a:hover, .woocommerce .product_meta .posted_in a:focus, .woocommerce .product_meta .posted_in a:active,
.woocommerce .product_meta .tagged_as a:hover,
.woocommerce .product_meta .tagged_as a:focus,
.woocommerce .product_meta .tagged_as a:active {
  color: #7b5ec1;
}
.woocommerce .product_meta .posted_in a:first-child,
.woocommerce .product_meta .tagged_as a:first-child {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .woocommerce .product_meta .posted_in a,
  .woocommerce .product_meta .tagged_as a {
    font-size: 12px;
  }
}
.woocommerce .product_meta .posted_in:before {
  content: "\6d";
}
.woocommerce .product_meta .tagged_as:before {
  content: "\e018";
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce .woocommerce-MyAccount-navigation ul li a:active {
  color: #7b5ec1;
}
.woocommerce .woocommerce-MyAccount-content {
  padding-left: 30px;
}
.woocommerce .woocommerce-MyAccount-content p a {
  color: #a6a6a6;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.woocommerce .woocommerce-MyAccount-content p a:hover, .woocommerce .woocommerce-MyAccount-content p a:focus, .woocommerce .woocommerce-MyAccount-content p a:active {
  color: #7b5ec1;
}

.woocommerce .woocommerce-form-login .form-row {
  padding: 0 0 20px;
}
.woocommerce .woocommerce-form-login .form-row label, .woocommerce .woocommerce-form-login .form-row .searchform .search-button, .searchform .woocommerce .woocommerce-form-login .form-row .search-button {
  margin-top: 0;
}
.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme, .woocommerce .woocommerce-form-login .form-row .searchform .woocommerce-form-login__rememberme.search-button, .searchform .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme.search-button {
  margin-top: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.widget-area .widget ul.product_list_widget li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-area .widget ul.product_list_widget li img {
  width: 55px;
  margin-left: 0;
}
.widget-area .widget.widget_product_search input {
  width: 100%;
  padding-left: 10px;
  padding-right: 50px;
}
.widget-area .widget.widget_product_search [type="submit"] {
  background-color: #d39844;
  color: #ffffff;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 0px;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 15px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.widget-area .widget.widget_product_search [type="submit"]:before {
  content: "\55";
  font-family: "kf-icons";
  font-size: 14px;
}
.widget-area .widget.widget_product_search [type="submit"]:hover, .widget-area .widget.widget_product_search [type="submit"]:focus, .widget-area .widget.widget_product_search [type="submit"]:active {
  background-color: #7b5ec1;
  color: #ffffff;
}
.widget-area .widget.widget_recently_viewed_products li, .widget-area .widget.widget_recent_reviews li, .widget-area .widget.widget_products li {
  padding-left: 70px;
  position: relative;
  font-size: 13px;
}
.widget-area .widget.widget_recently_viewed_products li .product-title, .widget-area .widget.widget_recent_reviews li .product-title, .widget-area .widget.widget_products li .product-title {
  color: #404040;
  font-size: 16px;
  padding-left: 4px;
}
.widget-area .widget.widget_recently_viewed_products li img, .widget-area .widget.widget_recent_reviews li img, .widget-area .widget.widget_products li img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.widget-area .widget.widget_recent_reviews li .star-rating,
.widget-area .widget.widget_recent_reviews li .reviewer, .widget-area .widget.widget_products li .star-rating,
.widget-area .widget.widget_products li .reviewer {
  display: block;
  font-size: 11px;
  margin-top: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #b3b3b3;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #d39844;
}

.entry-content .woocommerce .shop_table img {
  margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.site:before, .site:after {
  content: "";
  display: block;
  clear: both;
}

.custom-background .site {
  background-color: #ffffff;
}

.site-layout-box .site,
.site-layout-frame .site {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 1230px;
}
.site-layout-box .container,
.site-layout-frame .container {
  max-width: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 575px) {
  .site-layout-box .container,
  .site-layout-frame .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-layout-frame {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .site-layout-frame {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.inner-header-content .posted-on {
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
}
.inner-header-content .posted-on a {
  color: #d39844;
  font-weight: 500;
}
.inner-header-content .posted-on a:hover, .inner-header-content .posted-on a:focus, .inner-header-content .posted-on a:active {
  color: #7b5ec1;
}

.post-content-inner .detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  flex-wrap: wrap;
}
.post-content-inner .cat-links a,
.post-content-inner .tag-links a {
  color: #222;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}
.post-content-inner .tag-links ~ .cat-links,
.post-content-inner .tag-links {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .post-content-inner .tag-links ~ .cat-links,
  .post-content-inner .tag-links {
    width: 100%;
  }
}
.post-content-inner .tag-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .post-content-inner .tag-links {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.post-content-inner .tag-links:before {
  content: "\e018";
  color: #1a1a1a;
  display: inline-block;
  font-family: "kf-icons";
  margin-right: 5px;
  left: 0;
  position: absolute;
  top: 0;
}
.post-content-inner .tag-links a {
  background-color: #efefef;
  border-radius: 4px;
  margin: 3px;
  padding: 3px 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.post-content-inner .tag-links a:hover {
  background-color: #7b5ec1;
  color: #ffffff;
}
.post-content-inner .cat-links {
  position: relative;
  text-align: center;
  width: 100%;
}
.post-content-inner .cat-links .categories-list {
  display: inline-block;
  font-size: 0;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.post-content-inner .cat-links .categories-list a {
  padding: 0 6px;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.post-content-inner .cat-links .categories-list a:after {
  content: "/";
  position: absolute;
  right: -2px;
  top: 0;
}
.post-content-inner .cat-links .categories-list a:first-child {
  padding-left: 0;
}
.post-content-inner .cat-links .categories-list a:last-child {
  padding-right: 0px;
}
.post-content-inner .cat-links .categories-list a:last-child:after {
  display: none;
}
.post-content-inner .cat-links .categories-list a:hover {
  color: #7b5ec1;
}
.post-content-inner .tag-links ~ .cat-links {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .post-content-inner .tag-links ~ .cat-links {
    text-align: center;
  }
}

.wrap-detail-page .post-footer {
  margin: 60px 0;
  position: relative;
}
.wrap-detail-page .post-footer .post-format-outer {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  padding: 0 10px;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wrap-detail-page .post-footer .post-format {
  background-color: #d39844;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .wrap-detail-page .post-footer {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .main-panel {
    padding-right: 20px;
  }
}
.main-panel .widget {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -ms-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -o-box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(189, 189, 189, 0.15);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-panel .widget:hover, .main-panel .widget:focus, .main-panel .widget:active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  -ms-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  -o-box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(189, 189, 189, 0.4);
}

sidebar.sidebar {
  display: block;
}
sidebar.sidebar .widget:before, sidebar.sidebar .widget:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 575px) {
  sidebar.sidebar {
    margin-top: 50px;
  }
}

.comments-area {
  margin-top: 60px;
}
.comments-area #reply-title {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
}
.comments-area #reply-title:before {
  content: "\77";
  font-size: 18px;
  font-family: "kf-icons";
  font-weight: 400;
  margin-right: 8px;
}
.comments-area #reply-title small {
  float: right;
  margin-top: 8px;
}
.comments-area .comments-title {
  font-size: 28px;
  margin-bottom: 30px;
}
.comments-area .comment-notes {
  color: #4d4d4d;
  font-size: 13px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.comments-area .comment-list li {
  list-style: none;
}
.comments-area .comment-list .comment-body {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-left: 31px;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list .comment-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.comments-area .comment-list .comment-content {
  color: #4d4d4d;
  font-size: 14px;
  text-transform: capitalize;
}
.comments-area .comment-list .comment-content ul {
  padding-left: 10px;
}
.comments-area .comment-list .comment-content ul li {
  list-style: initial;
}
.comments-area .comment-list .comment-content ul li:before {
  display: none;
}
.comments-area .comment-list .comment-content ol {
  padding-left: 10px;
}
.comments-area .comment-list .comment-content ol:before {
  display: none;
}
.comments-area .comment-list .comment-content ol li {
  list-style: decimal;
}
.comments-area .comment-list .comment-content a {
  word-wrap: break-word;
}
.comments-area .comment-list .bypostauthor {
  display: block;
}
.comments-area .comment-list .comment-meta:before, .comments-area .comment-list .comment-meta:after {
  content: "";
  display: block;
  clear: both;
}
.comments-area .comment-list .comment-author {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-list .comment-author {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comments-area .comment-list .comment-author:before, .comments-area .comment-list .comment-author:after {
    content: "";
    display: block;
    clear: both;
  }
}
.comments-area .comment-list .comment-author .avatar {
  background: #E6E6E6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 8px solid #ffffff;
  float: left;
  height: 65px;
  left: -31px;
  margin-right: 15px;
  position: absolute;
  width: 65px;
  top: 12px;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-list .comment-author .avatar {
    position: static;
  }
}
.comments-area .comment-list .comment-author .fn {
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.comments-area .comment-list .comment-author .says {
  display: none;
}
.comments-area .comment-list .comment-metadata {
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #d9d9d9;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-list .comment-metadata {
    border-left: none;
    border-top: 1px solid #d9d9d9;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.comments-area .comment-list .comment-metadata a {
  display: inline-block;
  font-size: 12px;
  color: gray;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list .comment-metadata a span {
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
  }
}
.comments-area .comment-list .comment-metadata a span:before {
  content: "\7d";
  font-family: "kf-icons";
  font-size: 13px;
  margin-right: 5px;
  vertical-align: top;
}
.comments-area .comment-list .comment-metadata a:hover, .comments-area .comment-list .comment-metadata a:focus, .comments-area .comment-list .comment-metadata a:active {
  color: #7b5ec1;
}
.comments-area .comment-list .children {
  margin: 0;
}
.comments-area .comment-list .children li {
  position: relative;
}
.comments-area .comment-list .children li:before {
  height: 20px;
  width: 20px;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-width: 1px 0 0 1px;
  border-style: solid;
  transform: rotate(45deg);
  border-color: #e6e6e6;
  position: absolute;
  top: -9px;
  left: 60px;
  z-index: 1;
}
.comments-area .comment-list .reply {
  text-align: right;
}
.comments-area .comment-list .reply:before:before, .comments-area .comment-list .reply:before:after, .comments-area .comment-list .reply:after:before, .comments-area .comment-list .reply:after:after {
  content: "";
  display: block;
  clear: both;
}
.comments-area .comment-list .reply a {
  border: 1px solid #c5c5c5;
  color: #797979;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}
.comments-area .comment-list .reply a:before {
  background-color: transparent;
  content: "\e065";
  font-family: "kf-icons";
  font-weight: 400;
  margin-right: 5px;
  position: static;
  width: auto;
}
.comments-area .comment-list .reply a:hover:before, .comments-area .comment-list .reply a:focus:before, .comments-area .comment-list .reply a:active:before {
  width: auto;
}
.comments-area .no-comments {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  font-size: 18px;
  font-style: italic;
}
.comments-area .comment-respond {
  margin-top: 60px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-respond {
    margin-top: 30px;
  }
}
.comments-area .comment-respond .logged-in-as {
  margin-bottom: 20px;
}
.comments-area .comment-respond .logged-in-as a {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.comments-area .comment-respond .logged-in-as a:before {
  content: "|";
  display: block;
  position: absolute;
  right: -10px;
  color: #bdbdbd;
  top: 0px;
}
.comments-area .comment-respond .logged-in-as a:last-child {
  margin-right: 0;
}
.comments-area .comment-respond .logged-in-as a:last-child:before {
  display: none;
}
.comments-area .comment-respond .logged-in-as a:hover, .comments-area .comment-respond .logged-in-as a:focus, .comments-area .comment-respond .logged-in-as a:active {
  color: #7b5ec1;
}
.comments-area .comment-respond .comment-form {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.comments-area .comment-respond .comment-form:before, .comments-area .comment-respond .comment-form:after {
  content: "";
  display: block;
  clear: both;
}
.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form input[type="email"],
.comments-area .comment-respond .comment-form input[type="url"],
.comments-area .comment-respond .comment-form input[type="password"],
.comments-area .comment-respond .comment-form input[type="search"],
.comments-area .comment-respond .comment-form input[type="number"],
.comments-area .comment-respond .comment-form input[type="tel"],
.comments-area .comment-respond .comment-form input[type="range"],
.comments-area .comment-respond .comment-form input[type="date"],
.comments-area .comment-respond .comment-form input[type="month"],
.comments-area .comment-respond .comment-form input[type="week"],
.comments-area .comment-respond .comment-form input[type="time"],
.comments-area .comment-respond .comment-form input[type="datetime"],
.comments-area .comment-respond .comment-form input[type="datetime-local"],
.comments-area .comment-respond .comment-form input[type="color"],
.comments-area .comment-respond .comment-form textarea {
  width: 100%;
}
.comments-area .comment-respond .comment-form .submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #d39844;
  border-color: #d39844;
  margin-top: 20px;
}
.comments-area .comment-respond .comment-form .submit:hover, .comments-area .comment-respond .comment-form .submit:focus, .comments-area .comment-respond .comment-form .submit:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  color: #ffffff;
}
.comments-area .comment-respond .comment-form .comment-subscription-form {
  clear: both;
}
.comments-area .comment-respond .comment-form p:not(.comment-notes) {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form p:not(.comment-notes) label, .comments-area .comment-respond .comment-form p:not(.comment-notes) .searchform .search-button, .searchform .comments-area .comment-respond .comment-form p:not(.comment-notes) .search-button {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-respond .comment-form p:not(.comment-notes) {
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form p.logged-in-as {
  float: none;
  width: 100%;
}
.comments-area .comment-respond .comment-form p {
  padding: 0 15px;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input {
  float: left;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent label, .comments-area .comment-respond .comment-form p.comment-form-cookies-consent .searchform .search-button, .searchform .comments-area .comment-respond .comment-form p.comment-form-cookies-consent .search-button {
  float: left;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-left: 10px;
}
.comments-area .comment-respond .comment-form p.comment-form-comment {
  width: 100%;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 50px;
  color: #1a1a1a;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-respond .comment-form {
    margin-bottom: 20px;
  }
}
.comments-area .comment-respond #email-notes {
  color: #868686;
}
.comments-area .comment-respond .required {
  color: gray;
}
.comments-area .comment-respond label, .comments-area .comment-respond .searchform .search-button, .searchform .comments-area .comment-respond .search-button {
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.author-detail {
  background-color: #f9f9f9;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-detail .author {
  background-color: #ffffff;
  width: 80px;
  margin-right: 20px;
}
.author-detail .author img {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.author-detail .author a {
  display: block;
}
.author-detail .author a:hover img, .author-detail .author a:hover img, .author-detail .author a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  .author-detail .author {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.author-detail .author-content {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
@media screen and (max-width: 575px) {
  .author-detail .author-content {
    width: 100%;
    text-align: center;
  }
}
.author-detail .author-name {
  font-size: 18px;
  margin-bottom: 0px;
}
.author-detail .text {
  margin-top: 15px;
}
.author-detail .text p:last-child {
  margin-bottom: 0;
}

.related-post {
  border-top: 1px solid #eaeaea;
  padding-top: 70px;
  margin-top: 40px;
}
.related-post:before, .related-post:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 575px) {
  .related-post {
    padding-top: 40px;
  }
}
.related-post .box-title {
  margin-bottom: 40px;
}
.related-post .box-title a {
  color: #a1a1a1;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.related-post .box-title a:before {
  content: "/";
  position: absolute;
  left: -7px;
  top: 0;
}
.related-post .box-title a:first-child {
  padding-left: 0;
}
.related-post .box-title a:first-child:before {
  display: none;
}
.related-post .box-title a:last-child {
  padding-right: 0;
}
.related-post .box-title a.active-title {
  color: #1a1a1a;
}
@media screen and (max-width: 575px) {
  .related-post .box-title a {
    font-size: 16px;
  }
}
.related-post .post-item:nth-child(3n+1) {
  clear: both;
}
.related-post .post {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .related-post .post {
    margin-bottom: 30px;
  }
}
.related-post .post .content {
  padding-top: 20px;
}
.related-post .post h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
.related-post .post h3 a {
  display: block;
  font-weight: 500;
}
.related-post .post h3 a:hover, .related-post .post h3 a:focus, .related-post .post h3 a:active {
  color: #7b5ec1;
}
.related-post .post .post-thumb:after, .related-post .post .post-thumb:before {
  width: 220%;
}
.related-post .post .post-thumb img {
  border: none;
  margin-bottom: 0;
}
.related-post .tab {
  display: none;
}
.related-post .tab-active {
  display: block;
}

.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%;
}

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .gallery-item {
  position: relative;
}
.gallery .gallery-item a {
  display: block;
  position: relative;
}
.gallery .gallery-item a:before {
  background-color: rgba(49, 49, 49, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery .gallery-item a:hover:before, .gallery .gallery-item a:focus:before, .gallery .gallery-item a:active:before {
  opacity: 1;
  visibility: visible;
}
.gallery .gallery-caption {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.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-caption {
  display: block;
}

.post {
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -ms-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
}
.post .featured-image > a,
.post .feature-image > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.post .featured-image > a:before,
.post .feature-image > a:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.post .featured-image > a img,
.post .feature-image > a img {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
}
.post:hover a:before, .post:focus a:before, .post:active a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.post:hover a img, .post:focus a img, .post:active a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.socialgroup ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.socialgroup li {
  display: inline-block;
  margin: 3px 0;
}
.socialgroup li:first-child a {
  margin-left: 0;
}
.socialgroup li:last-child a {
  margin-right: 0;
}
.socialgroup a {
  font-family: "kf-icons";
  font-size: 0px;
  font-weight: 400;
  color: #333;
  text-decoration: inherit;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.socialgroup a:before {
  font-family: "kf-icons";
  font-size: 16px;
}
.socialgroup a:hover, .socialgroup a:focus, .socialgroup a:active {
  border-color: #7b5ec1;
  color: #7b5ec1;
}
.socialgroup a[href*="blogger.com"]:before {
  content: "\e0a7";
}
.socialgroup a[href*="delicious.com"]:before {
  content: "\e0a9";
}
.socialgroup a[href*="deviantart.com"]:before {
  content: "\e09f";
}
.socialgroup a[href*="dribbble.com"]:before {
  content: "\e09b";
}
.socialgroup a[href*="facebook.com"]:before {
  content: "\e093";
}
.socialgroup a[href*="flickr.com"]:before {
  content: "\e0a6";
}
.socialgroup a[href*="googledrive"]:before {
  content: "\e0a5";
}
.socialgroup a[href*="instagram.com"]:before {
  content: "\e09a";
}
.socialgroup a[href*="linkedin.com"]:before {
  content: "\e09d";
}
.socialgroup a[href*="myspace.com"]:before {
  content: "\e0a1";
}
.socialgroup a[href*="picassa.com"]:before {
  content: "\e0a4";
}
.socialgroup a[href*="pinterest.com"]:before {
  content: "\e095";
}
.socialgroup a[href*="plus.google.com"]:before {
  content: "\e096";
}
.socialgroup a[href*="rss.com"]:before,
.socialgroup a[href*="/feed"]:before {
  content: "\e09e";
}
.socialgroup a[href*="share.com"]:before {
  content: "\e0a0";
}
.socialgroup a[href*="skype.com"]:before {
  content: "\e0a2";
}
.socialgroup a[href*="skype:"]:before {
  content: "\e0a2";
}
.socialgroup a[href*="spotify.com"]:before {
  content: "\e0a8";
}
.socialgroup a[href*="tumbleupon.com"]:before {
  content: "\e098";
}
.socialgroup a[href*="tumblr.com"]:before {
  content: "\e097";
}
.socialgroup a[href*="twitter.com"]:before {
  content: "\e094";
}
.socialgroup a[href*="vimeo.com"]:before {
  content: "\e09c";
}
.socialgroup a[href*="wordpress.com"]:before,
.socialgroup a[href*="wordpress.org"]:before {
  content: "\e0b0";
}
.socialgroup a[href*="youtube.com"]:before {
  content: "\e0a3";
}
.socialgroup:hover:before {
  color: #000000;
  background-color: #ffffff;
}

.searchform #searchsubmit {
  display: none;
}

.searchform label, .searchform .search-button {
  margin-bottom: 0;
  width: calc(100% - 40px);
  float: left;
}
.searchform .search-field {
  background-color: #ffffff;
  border-right: none;
  color: #1a1a1a;
  display: block;
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: top;
}
.searchform .search-field::-webkit-input-placeholder {
  color: #1a1a1a;
}
.searchform .search-field:-moz-placeholder {
  color: #1a1a1a;
}
.searchform .search-field::-moz-placeholder {
  color: #1a1a1a;
}
.searchform .search-field:-ms-input-placeholder {
  color: #1a1a1a;
}
.searchform .search-field:hover, .searchform .search-field:focus, .searchform .search-field:active {
  color: #1a1a1a;
}
.searchform .search-button {
  background-color: #d39844;
  border: none;
  color: #ffffff;
  float: right;
  font-family: "Hind", sans-serif;
  width: 50px !important;
  height: 100%;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.searchform .search-button span {
  color: #ffffff;
  display: block;
  line-height: 0.5;
}
.searchform .search-button:hover, .searchform .search-button:focus, .searchform .search-button:active {
  background-color: #7b5ec1;
  color: #ffffff;
}

.banner-overlay {
  width: 100%;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-banner-wrap:not(.section-banner-two):not(.section-banner-three) {
  border-top: 1px solid #ececec;
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .section-banner-wrap:not(.section-banner-two):not(.section-banner-three) {
    padding: 80px 0;
  }
}
.home .section-banner-wrap:not(.section-banner-two):not(.section-banner-three), .home.page-template-home .section-banner-wrap:not(.section-banner-two):not(.section-banner-three) {
  padding: 150px 0;
}
@media screen and (max-width: 575px) {
  .home .section-banner-wrap:not(.section-banner-two):not(.section-banner-three), .home.page-template-home .section-banner-wrap:not(.section-banner-two):not(.section-banner-three) {
    padding: 90px 0;
  }
}
.section-banner-wrap:not(.section-banner-two):not(.section-banner-three) .inner-header-content .posted-on a {
  color: #000000;
}
.section-banner-wrap:not(.section-banner-two):not(.section-banner-three) .inner-header-content .posted-on a:hover {
  color: #7b5ec1;
}
@media screen and (max-width: 575px) {
  .section-banner-wrap:not(.section-banner-two):not(.section-banner-three) {
    padding: 50px 0;
  }
}

.section-banner-wrap:not(.section-banner-one) .wrap-inner-banner .page-header {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .section-banner-wrap:not(.section-banner-one) .wrap-inner-banner .page-header {
    min-height: 190px;
  }
}

.wrap-inner-banner .page-header {
  text-align: center;
}
.wrap-inner-banner .page-header:before, .wrap-inner-banner .page-header:after {
  content: "";
  display: block;
  clear: both;
}
.wrap-inner-banner .page-header .page-title {
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .wrap-inner-banner .page-header .page-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-inner-banner .page-header .page-title {
    font-size: 20px;
  }
}
.wrap-inner-banner .page-header .page-description {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.wrap-inner-banner .inner-header-content .posted-on a {
  color: #ffffff;
}
.wrap-inner-banner .inner-header-content .posted-on a:hover {
  color: #7b5ec1;
}

.section-banner-two, .section-banner-three {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-banner-two, .section-banner-three {
    margin-bottom: 50px;
  }
}
.home.blog .section-banner-two, .home.page .section-banner-two,
.home.blog .section-banner-three, .home.page .section-banner-three {
  margin-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .home.blog .section-banner-two, .home.page .section-banner-two,
  .home.blog .section-banner-three, .home.page .section-banner-three {
    margin-bottom: 50px;
  }
}
.home .section-banner-two, .home.page-template-home .section-banner-two, .home .section-banner-three, .home.page-template-home .section-banner-three {
  margin-bottom: 0;
}
.section-banner-two .wrap-inner-banner, .section-banner-three .wrap-inner-banner {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-banner-two .wrap-inner-banner .page-header, .section-banner-three .wrap-inner-banner .page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}
.section-banner-two .wrap-inner-banner .page-header .page-title, .section-banner-three .wrap-inner-banner .page-header .page-title {
  color: #ffffff;
}

.breadcrumb-wrap .breadcrumbs {
  color: #4e4e4e;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}
.breadcrumb-wrap .breadcrumbs .trail-items {
  margin: 0;
  padding-left: 0;
}
.breadcrumb-wrap .breadcrumbs .trail-items li {
  display: inline-block;
  line-height: 1.5;
  list-style: none;
}
.breadcrumb-wrap .breadcrumbs .trail-items li:last-child span {
  margin-right: 0;
}
.breadcrumb-wrap .breadcrumbs .trail-items li:last-child a:after {
  display: none !important;
}
.breadcrumb-wrap .breadcrumbs .trail-items span {
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumb-wrap .breadcrumbs .trail-items a {
  color: #4e4e4e;
  font-size: 14px;
  margin-right: 2px;
  padding-right: 4px;
  position: relative;
}
.breadcrumb-wrap .breadcrumbs .trail-items a:after {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  right: 0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  top: 1px;
  margin: auto;
}
.breadcrumb-wrap .breadcrumbs .trail-items a:hover, .breadcrumb-wrap .breadcrumbs .trail-items a:focus, .breadcrumb-wrap .breadcrumbs .trail-items a:active {
  color: #7b5ec1;
}
.breadcrumb-wrap .breadcrumbs .trail-items a:hover:after, .breadcrumb-wrap .breadcrumbs .trail-items a:focus:after, .breadcrumb-wrap .breadcrumbs .trail-items a:active:after {
  background-color: #262626;
}

.section-banner-two {
  position: relative;
}
.section-banner-two .breadcrumb-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.section-banner-two .breadcrumb-wrap .breadcrumbs {
  color: #cacaca;
}
.section-banner-two .breadcrumb-wrap .breadcrumbs li a {
  color: #f5f5f5;
}

.section-banner-three .breadcrumb-wrap {
  background-color: #f7f7f7;
}

.wrap-detail-page .post-thumb {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.wrap-detail-page .post-thumb img {
  margin-bottom: 30px;
}
.wrap-detail-page article.post-content {
  padding: 0;
}

.wrap-list-page .post-title {
  margin-top: 15px;
}
.wrap-list-page .post-footer {
  margin-bottom: 15px;
}
.wrap-list-page .posted-on:before {
  display: none;
}

.inner-page-content {
  padding-bottom: 30px;
}

.post-main-content .content {
  padding-bottom: 30px;
}
.post-main-content .post-navigation {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding: 0 0;
}
.post-main-content .post-navigation:before, .post-main-content .post-navigation:after {
  content: "";
  display: block;
  clear: both;
}

#go-top {
  bottom: 20px;
  display: block;
  position: fixed;
  right: 20px;
  z-index: 99991;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#go-top span {
  background-color: #ffffff;
  color: #111111;
  padding: 0;
  height: 52px;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
  width: 52px;
  display: block;
  font-size: 22px;
  -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
  -moz-transition: color 0.5s, background 0.5s, border 0.5s;
  -ms-transition: color 0.5s, background 0.5s, border 0.5s;
  -o-transition: color 0.5s, background 0.5s, border 0.5s;
  transition: color 0.5s, background 0.5s, border 0.5s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#go-top:hover span, #go-top:focus span, #go-top:active span {
  background: #d39844;
  color: #ffffff;
  border: 1px solid #d39844;
}

body.keon-customizer-preview .search-section {
  top: 0;
}

/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget {
  font-size: 14px;
  margin: 0 0 50px;
}
.widget ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 15px;
  word-break: break-word;
}
.widget > ul {
  padding-left: 0;
}
.widget li {
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget li a {
  color: #666666;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget li a:hover, .widget li a:focus, .widget li a:active {
  color: #7b5ec1;
}
.widget select {
  width: 100%;
  padding: 10px;
}
.widget .socialgroup ul {
  padding: 0;
}
.widget .socialgroup ul li {
  border-top: none;
}
.widget .socialgroup ul li a {
  font-size: 0px;
}
.widget.widget_categories li, .widget.widget_archive li {
  text-align: right;
}
.widget.widget_categories li:before, .widget.widget_categories li:after, .widget.widget_archive li:before, .widget.widget_archive li:after {
  content: "";
  display: block;
  clear: both;
}
.widget.widget_categories li a, .widget.widget_archive li a {
  float: left;
}
.widget.widget_recent_entries .post-date {
  color: #bfbfbf;
  display: block;
  font-size: 13px;
}
.widget.widget_rss .widget-title .rsswidget img {
  margin-right: 5px;
  vertical-align: middle;
}
.widget.widget_rss .rsswidget {
  line-height: 1.3;
  font-size: 15px;
}
.widget.widget_rss .rss-date,
.widget.widget_rss .rssSummary {
  font-size: 13px;
}
.widget.widget_rss .rss-date {
  color: #bfbfbf;
}
.widget.widget_rss .rssSummary {
  color: #a6a6a6;
  line-height: 1.5;
}
.widget.widget_rss cite {
  color: #404040;
  font-style: normal;
}
.widget .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 0 -2px;
}
.widget .tagcloud a {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: #404040;
  display: inline-block;
  font-size: 12px !important;
  margin: 3px 2px;
  padding: 5px 15px;
  -webkit-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  -moz-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  -ms-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  -o-transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  transition: background-color 0.3s linear, border 0.3s linear, color 0.2s linear;
  vertical-align: middle;
  text-align: center;
}
.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active {
  background-color: #7b5ec1;
  border: 1px solid #7b5ec1;
  color: #ffffff;
}

#secondary .widget,
#offcanvas-menu .widget {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  #secondary .widget,
  #offcanvas-menu .widget {
    margin-bottom: 30px;
  }
}
#secondary .widget .widget-title,
#offcanvas-menu .widget .widget-title {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#secondary .widget:last-child,
#offcanvas-menu .widget:last-child {
  margin-bottom: 0;
}

.author-widget .widget-content {
  text-align: center;
}
.author-widget .widget-content .profile .avatar {
  width: 100px;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin: -55px auto 20px;
  overflow: hidden;
  background: #fff;
}
.author-widget .widget-content .profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.author-widget .widget-content .profile .name-title {
  background-color: #f8f8f8;
  padding: 30px 20px 80px;
}
.author-widget .widget-content .profile .name-title h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
}
.author-widget .widget-content .profile .name-title span {
  font-size: 14px;
  margin: 15px 0 30px;
}
.author-widget .widget-content .profile .text-content {
  margin-bottom: 20px;
}
.author-widget .widget-content .profile .socialgroup ul {
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.author-widget .widget-content .profile .socialgroup ul li {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.author-widget .widget-content .profile .socialgroup ul li a {
  color: #313131;
  display: block;
  text-align: center;
  padding: 0;
}
.author-widget .widget-content .profile .socialgroup ul li a:before {
  font-size: 13px;
  line-height: 1;
}
.author-widget .widget-content .profile .socialgroup ul li a:hover, .author-widget .widget-content .profile .socialgroup ul li a:focus, .author-widget .widget-content .profile .socialgroup ul li a:active {
  color: #7b5ec1;
}
.author-widget .widget-content .profile .button-container {
  margin-top: 30px;
  margin-bottom: 10px;
}
.author-widget .widget-content .profile .button-container .button-primary {
  line-height: 12px;
  padding-left: 22px;
  padding-right: 22px;
}
.author-widget.no-title .widget-title-wrap {
  display: none;
}

/*--------------------------------------------------------------
5.0 Partials
--------------------------------------------------------------*/
#site-loader {
  display: none;
  background-color: #ffffff;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 99993;
}
#site-loader .site-loader-inner {
  position: absolute;
  top: 50%;
  right: -45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#site-loader .site-loader-inner img {
  max-width: 260px;
}

/*---for fixed header css---*/
.fixed-nav-active .site-header .site-header-wrap {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header {
  position: relative;
}

.fixed-nav-active .site-header-primary .main-navigation-wrap {
  border-bottom: none;
}

.site-layout-box.fixed-nav-active .site-header-wrap,
.site-layout-frame.fixed-nav-active .site-header-wrap {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

/*---site header logo style---*/
.site-header .container {
  position: relative;
}
.site-header .main-header {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .site-header .main-header {
    padding: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .site-header .main-header {
    padding: 10px 0;
  }
}
.site-header .site-branding-outer {
  text-align: center;
}
.site-header .site-branding-outer img {
  max-width: 250px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.site-header .site-branding-outer img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .site-header .site-branding-outer {
    text-align: left;
  }
  .site-header .site-branding-outer img {
    max-width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .site-header .site-branding-outer img {
    max-width: 90px;
  }
}
.site-header .site-branding {
  display: inline-block;
}
.site-header .site-branding .site-title {
  line-height: 1.1;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
}
.site-header .site-branding .site-title a {
  color: inherit;
}
.site-header .site-branding .site-title a:hover, .site-header .site-branding .site-title a:focus, .site-header .site-branding .site-title a:active {
  color: #7b5ec1;
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .site-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .site-header .site-branding .site-title {
    font-size: 18px;
  }
}
.site-header .site-branding .site-description {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .site-header .site-branding .site-description {
    font-size: 12px;
  }
}

/*---site header icon style---*/
.header-icons-wrap > div {
  display: inline-block;
  margin-left: 15px;
}

/*---site header socail icon style---*/
.header-icons-wrap .socialgroup ul li {
  margin: 0;
}
.header-icons-wrap .socialgroup ul li:first-child a {
  margin-left: 0;
}
.header-icons-wrap .socialgroup ul li:last-child a {
  margin-right: 0;
}
.header-icons-wrap .socialgroup ul li a {
  margin: 0 7px;
}
.header-icons-wrap .socialgroup ul li a:before {
  font-size: 13px;
}

/*---site header search style---*/
.site-header .header-icons-wrap > div {
  display: inline-block;
}
.site-header .header-icons-wrap .header-search-icon {
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.site-header .header-icons-wrap .header-search-icon button {
  border: none;
  background-color: transparent;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.site-header .header-icons-wrap .header-search-icon:hover {
  color: #7b5ec1;
}
.site-header .header-search-wrap {
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: -100%;
  z-index: 99999;
  -webkit-transition: top 0.5s, visibility 0.5s;
  -moz-transition: top 0.5s, visibility 0.5s;
  -ms-transition: top 0.5s, visibility 0.5s;
  -o-transition: top 0.5s, visibility 0.5s;
  transition: top 0.5s, visibility 0.5s;
}
.site-header .header-search-wrap #search-form {
  width: 900px;
}
@media screen and (max-width: 991px) {
  .site-header .header-search-wrap #search-form {
    padding: 0 50px;
  }
}
@media screen and (max-width: 575px) {
  .site-header .header-search-wrap #search-form {
    padding: 0 15px;
  }
  .site-header .header-search-wrap #search-form input {
    font-size: 16px;
  }
}
.site-header .header-search-wrap #search-form input {
  color: #1a1a1a;
  background: transparent;
  border: none;
  border-bottom: 2px solid #656565;
  margin-bottom: 0;
  font-size: 24px;
  padding: 10px 0;
  font-weight: 300;
}
.site-header .header-search-wrap #search-form input:focus, .site-header .header-search-wrap #search-form input:active {
  outline: 0;
}
.site-header .header-search-wrap #search-form input::-webkit-input-placeholder {
  color: #565656;
}
.site-header .header-search-wrap #search-form input::-moz-placeholder {
  color: #565656;
}
.site-header .header-search-wrap #search-form input:-moz-placeholder {
  color: #565656;
}
.site-header .header-search-wrap #search-form .search-button {
  background-color: transparent;
  height: 100%;
  bottom: 0;
  width: inherit !important;
}
.site-header .header-search-wrap #search-form .search-button span {
  color: #1a1a1a;
}
.site-header .header-search-wrap.search-slide {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.site-header .alt-menu-icon {
  display: inline-block;
  margin-left: 15px;
  vertical-align: text-bottom;
}
.site-header .alt-menu-icon a {
  height: 20px;
  display: block;
  width: 20px;
  position: relative;
}
.site-header .alt-menu-icon a:hover .icon-bar {
  background-color: #7b5ec1;
}
.site-header .alt-menu-icon a:hover .icon-bar:before, .site-header .alt-menu-icon a:hover .icon-bar:after {
  background-color: #7b5ec1;
}
.site-header .alt-menu-icon .icon-bar {
  background-color: #333333;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.4s, width 0.5s;
  -moz-transition: background-color 0.4s, width 0.5s;
  -ms-transition: background-color 0.4s, width 0.5s;
  -o-transition: background-color 0.4s, width 0.5s;
  transition: background-color 0.4s, width 0.5s;
}
.site-header .alt-menu-icon .icon-bar:before, .site-header .alt-menu-icon .icon-bar:after {
  background-color: #333333;
  content: "";
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  -webkit-transition: background-color 0.4s, width 0.5s;
  -moz-transition: background-color 0.4s, width 0.5s;
  -ms-transition: background-color 0.4s, width 0.5s;
  -o-transition: background-color 0.4s, width 0.5s;
  transition: background-color 0.4s, width 0.5s;
}
.site-header .alt-menu-icon .icon-bar:before {
  top: 6px;
}
.site-header .alt-menu-icon .icon-bar:after {
  top: -6px;
}
.site-header .alt-menu-icon a:hover .icon-bar, .site-header .alt-menu-icon a:focus .icon-bar, .site-header .alt-menu-icon a:active .icon-bar {
  width: 20px;
}
.site-header .alt-menu-icon a:hover .icon-bar:before, .site-header .alt-menu-icon a:hover .icon-bar:after, .site-header .alt-menu-icon a:focus .icon-bar:before, .site-header .alt-menu-icon a:focus .icon-bar:after, .site-header .alt-menu-icon a:active .icon-bar:before, .site-header .alt-menu-icon a:active .icon-bar:after {
  width: 15px;
}

.site-header-primary .header-icons-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

@media screen and (max-width: 991px) {
  .site-header-primary .main-header,
  .site-header-two .main-header {
    border-bottom: 1px solid #ececec;
  }
  .site-header-primary .site-branding-outer,
  .site-header-two .site-branding-outer {
    text-align: center;
  }
  .site-header-primary .main-navigation-wrap,
  .site-header-two .main-navigation-wrap {
    padding: 10px 0;
  }
  .site-header-primary .header-icons-wrap,
  .site-header-two .header-icons-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: inherit !important;
  }
  .site-header-primary .header-icons-wrap > div,
  .site-header-two .header-icons-wrap > div {
    margin-left: 0;
  }
  .site-header-primary .header-icons-wrap .socialgroup,
  .site-header-two .header-icons-wrap .socialgroup {
    flex-grow: 1;
  }
  .site-header-primary .header-icons-wrap .socialgroup a,
  .site-header-two .header-icons-wrap .socialgroup a {
    margin: 0 5px;
  }
  .site-header-primary .header-icons-wrap .socialgroup a:before,
  .site-header-two .header-icons-wrap .socialgroup a:before {
    font-size: 14px;
  }
}

.site-header-three .main-navigation-wrap {
  text-align: center;
}
.site-header-three .header-search-icon {
  display: inline-block;
}

.site-header-four.site-header {
  margin-bottom: 20px;
}
.site-header-four .top-header {
  padding: 10px 0;
}
.site-header-four .main-navigation-wrap {
  border-bottom: none;
}
.site-header-four .site-branding-outer {
  padding: 35px 0;
}
@media screen and (max-width: 991px) {
  .site-header-four .site-branding-outer {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .site-header-four .site-branding-outer {
    padding: 25px 0 5px;
  }
}

.site-header-primary .main-navigation-wrap {
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 991px) {
  .site-header-primary .main-navigation-wrap {
    border-top: none;
  }
}

.main-navigation .menu-toggle {
  display: none;
}
.main-navigation ul.nav-menu {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul.nav-menu > li {
  display: inline-block;
}
.main-navigation ul.nav-menu > li.menu-item-has-children > a:after {
  content: "\33";
}
.main-navigation ul.nav-menu > li:first-child {
  border-left: none;
}
.main-navigation ul.nav-menu > li:first-child:before {
  display: none;
}
.main-navigation ul.nav-menu > li > a {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 15px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .main-navigation ul.nav-menu > li > a {
    padding: 20px 20px;
  }
}
.main-navigation ul.nav-menu > li:hover > ul, .main-navigation ul.nav-menu > li:focus > ul, .main-navigation ul.nav-menu > li:active > ul, .main-navigation ul.nav-menu > li.focus > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-navigation ul.nav-menu > li:hover > a, .main-navigation ul.nav-menu > li:focus > a, .main-navigation ul.nav-menu > li:active > a, .main-navigation ul.nav-menu > li.focus > a {
  color: #7b5ec1;
}
.main-navigation ul.nav-menu > li:hover > a:after, .main-navigation ul.nav-menu > li:focus > a:after, .main-navigation ul.nav-menu > li:active > a:after, .main-navigation ul.nav-menu > li.focus > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation ul.nav-menu ul {
  background-color: #fafafa;
  border-top: 3px solid #d39844;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  width: 250px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-navigation ul.nav-menu ul li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  display: block;
}
.main-navigation ul.nav-menu ul li:last-child {
  border-bottom: none;
}
.main-navigation ul.nav-menu ul li a {
  color: #333;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-navigation ul.nav-menu ul li a:hover, .main-navigation ul.nav-menu ul li a:focus, .main-navigation ul.nav-menu ul li a:active {
  padding-left: 30px;
  color: #7b5ec1;
}
.main-navigation ul.nav-menu ul li > ul {
  left: 100%;
  top: 40px;
}
.main-navigation ul.nav-menu ul li.menu-item-has-children > a:after {
  content: "\35";
  float: right;
  line-height: 1.5;
}
.main-navigation ul.nav-menu ul li:hover > ul, .main-navigation ul.nav-menu ul li:focus > ul, .main-navigation ul.nav-menu ul li:active > ul, .main-navigation ul.nav-menu ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  top: -3px;
}
.main-navigation ul.nav-menu ul li:hover a:after, .main-navigation ul.nav-menu ul li:focus a:after, .main-navigation ul.nav-menu ul li:active a:after, .main-navigation ul.nav-menu ul li.focus a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation ul.nav-menu li {
  position: relative;
}
.main-navigation ul.nav-menu li.menu-item-has-children > a {
  position: relative;
}
.main-navigation ul.nav-menu li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "kf-icons";
  font-size: 16px;
  margin-left: 8px;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.main-navigation ul.nav-menu li.current-menu-item > a, .main-navigation ul.nav-menu li.current-menu-parent > a {
  color: #7b5ec1;
}

#offcanvas-menu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  padding: 50px 20px 50px;
  height: 100%;
  right: -100%;
  width: 340px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 999999;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
@media screen and (max-width: 991px) {
  #offcanvas-menu {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #offcanvas-menu {
    width: 100%;
  }
}
#offcanvas-menu .close-offcanvas-menu {
  padding: 0 20px;
  margin: 15px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}
#offcanvas-menu .close-offcanvas-menu button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 26px;
  display: inline-block;
  color: #cccccc;
}
#offcanvas-menu .top-header-right {
  padding: 0 18px;
  text-align: left;
}
#offcanvas-menu .top-header-right .socialgroup {
  display: inline-block;
}
#offcanvas-menu .top-header-right .socialgroup ul {
  margin: 0;
}
#offcanvas-menu .header-search {
  display: block;
  padding: 30px 0;
}
#offcanvas-menu .header-search input {
  border: 1px solid #e6e6e6;
  padding: 0 60px 0 10px;
  height: 40px;
  margin-bottom: 0;
}
#offcanvas-menu .header-search .search-button {
  display: inline-block;
  border: none;
  top: 0;
  right: 0;
  height: 40px;
}

.kt-offcanvas-overlay {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.offcanvas-menu-open #offcanvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}
body.offcanvas-menu-open .kt-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 99991;
  top: 0px;
}

.offcanvas-navigation {
  width: 100%;
}
.offcanvas-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.offcanvas-navigation ul ul {
  padding-left: 15px;
}
.offcanvas-navigation li {
  border-bottom: 1px solid #ededed;
}
.offcanvas-navigation li.current_page_item > a, .offcanvas-navigation li.current-menu-item > a, .offcanvas-navigation li.current_page_ancestor > a, .offcanvas-navigation li.current-menu-ancestor > a {
  color: #333;
}
.offcanvas-navigation li.page_item_has_children, .offcanvas-navigation li.menu-item-has-children {
  position: relative;
}
.offcanvas-navigation li.page_item_has_children > a span.triangle, .offcanvas-navigation li.menu-item-has-children > a span.triangle {
  height: 24px;
  width: 24px;
  text-align: center;
  float: right;
  color: #b3b3b3;
  font-size: 16px;
  font-family: "kf-icons";
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  line-height: 10px;
}
.offcanvas-navigation li.page_item_has_children > a span.triangle:before, .offcanvas-navigation li.menu-item-has-children > a span.triangle:before {
  display: inline-block;
  margin-top: 7px;
}
.offcanvas-navigation li:last-child {
  border-bottom: none;
}
.offcanvas-navigation a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0;
  text-decoration: none;
}
.offcanvas-navigation a:hover, .offcanvas-navigation a:focus, .offcanvas-navigation a:active {
  color: #7b5ec1;
}
.offcanvas-navigation .sub-menu {
  display: none;
}

.block-slider {
  position: relative;
  margin-bottom: 80px;
}
.block-slider .container {
  position: relative;
}
.block-slider .container-fluid {
  padding: 0;
}
.block-slider .banner-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 545px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .block-slider .banner-overlay {
    min-height: 380px;
  }
}
@media screen and (max-width: 575px) {
  .block-slider {
    margin-bottom: 50px;
  }
}
.block-slider .slide-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  -o-background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-slider .slide-inner {
  width: 100%;
}
.block-slider .post {
  background-color: rgba(255, 255, 255, 0.95);
  width: 40%;
  margin: auto;
  padding: 40px;
  position: relative;
}
.block-slider .post .post-content {
  padding: 0;
}
.block-slider .post .post-content .meta-tag {
  border: none;
  padding: 0;
}
.block-slider .post .entry-meta-cat {
  display: block;
}
.block-slider .post .entry-meta-cat a {
  color: #1a1a1a;
  border-color: #b3b3b3;
}
.block-slider .post .entry-meta-cat a:hover, .block-slider .post .entry-meta-cat a:focus, .block-slider .post .entry-meta-cat a:active {
  color: #7b5ec1;
  border-color: #7b5ec1;
}
.block-slider .post .post-title {
  margin-bottom: 20px;
}
.block-slider .post .post-title h2 {
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (max-width: 575px) {
  .block-slider .post .post-title h2 {
    font-size: 24px;
  }
}
.block-slider .post .button-container {
  margin-top: 40px;
}
.block-slider .post .button-container .button-outline {
  border: 1px solid #b5b5b5;
  font-size: 14px;
  padding: 12px 30px 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.block-slider .post .button-container .button-outline:hover, .block-slider .post .button-container .button-outline:focus, .block-slider .post .button-container .button-outline:active {
  border: 1px solid #7b5ec1;
}
@media screen and (max-width: 575px) {
  .block-slider .post .button-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .block-slider .post {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .block-slider .post {
    width: 85%;
    margin: 0 auto 30px;
    padding: 25px;
  }
  .block-slider .post:before {
    height: -moz-calc(100% + 30px);
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    left: -15px;
    top: -15px;
  }
}
.block-slider .text-left .post {
  margin-left: 110px;
  float: left;
}
@media screen and (max-width: 1199px) {
  .block-slider .text-left .post {
    margin-left: 80px;
  }
}
@media screen and (max-width: 575px) {
  .block-slider .text-left .post {
    float: none;
    margin-left: 0;
  }
}
.block-slider .text-right .post {
  float: right;
  margin-right: 110px;
}
@media screen and (max-width: 1199px) {
  .block-slider .text-right .post {
    margin-right: 80px;
  }
}
@media screen and (max-width: 575px) {
  .block-slider .text-right .post {
    float: none;
    margin-right: 0;
  }
}

.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev,
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next {
  cursor: pointer;
  display: inline-block;
  font-size: 0px;
  line-height: 0.4;
  position: absolute;
  text-align: center;
  z-index: 999;
  width: 59px;
  top: 50%;
  padding: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 575px) {
  .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev,
  .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next {
    vertical-align: middle;
  }
}
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev:before,
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next:before {
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  font-family: "kf-icons";
  font-size: 22px;
  height: 45px;
  line-height: 40px;
  width: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: border-color 0.5s, color 0.5s;
  -moz-transition: border-color 0.5s, color 0.5s;
  -ms-transition: border-color 0.5s, color 0.5s;
  -o-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
  border: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev:before,
  .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next:before {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    color: #111111;
    width: 32px;
    height: 32px;
    line-height: 27px;
  }
}
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev:hover:before, .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev:focus:before, .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev:active:before,
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next:hover:before,
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next:focus:before,
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next:active:before {
  border: 2px solid #7b5ec1;
  color: #7b5ec1;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev {
  left: 40px;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev:before {
  content: "\34";
}
@media screen and (max-width: 575px) {
  .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-prev {
    left: 2px;
  }
}
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next {
  right: 40px;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next:before {
  content: "\35";
}
@media screen and (max-width: 575px) {
  .block-slider:not(.block-slider-two):not(.block-slider-three) .controls .owl-next {
    right: 2px;
  }
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager {
  bottom: 20px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 998;
  left: 0;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager.disabled {
  display: none;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 10px;
  margin: 6px auto;
  width: 10px;
  font-size: 0px;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot span:hover, .block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot span:focus, .block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot span:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot.active span {
  background-color: #ffffff;
  height: 10px;
  margin: 8px auto;
  width: 10px;
}
.block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot.active span:hover, .block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot.active span:focus, .block-slider:not(.block-slider-two):not(.block-slider-three) #slide-pager .owl-dot.active span:active {
  background-color: #d39844;
}

/*slider layout two css*/
.block-slider-two .post,
.block-slider-three .post {
  background-color: transparent;
}
.block-slider-two .post .button-container .button-outline,
.block-slider-three .post .button-container .button-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.block-slider-two .post .button-container .button-outline:hover, .block-slider-two .post .button-container .button-outline:focus, .block-slider-two .post .button-container .button-outline:active,
.block-slider-three .post .button-container .button-outline:hover,
.block-slider-three .post .button-container .button-outline:focus,
.block-slider-three .post .button-container .button-outline:active {
  border-color: #7b5ec1;
}
.block-slider-two .post .entry-meta-cat,
.block-slider-three .post .entry-meta-cat {
  text-align: inherit;
}
.block-slider-two .post .entry-meta-cat a,
.block-slider-three .post .entry-meta-cat a {
  border-color: #ffffff;
}
.block-slider-two .post .meta-tag,
.block-slider-three .post .meta-tag {
  text-align: inherit;
}
@media screen and (max-width: 575px) {
  .block-slider-two .post,
  .block-slider-three .post {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 10px;
  }
}
.block-slider-two .post-content .entry-meta-cat a,
.block-slider-two .post-content .post-title h2,
.block-slider-two .post-content .meta-tag [class*="meta-"] a,
.block-slider-two .post-content .meta-tag [class*="meta-"] a:before,
.block-slider-three .post-content .entry-meta-cat a,
.block-slider-three .post-content .post-title h2,
.block-slider-three .post-content .meta-tag [class*="meta-"] a,
.block-slider-three .post-content .meta-tag [class*="meta-"] a:before {
  color: #ffffff;
}

.block-slider-two .controls {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.block-slider-two .controls .owl-prev,
.block-slider-two .controls .owl-next {
  cursor: pointer;
  display: inline-block;
  font-size: 0px;
  right: 0;
  vertical-align: middle;
  text-align: center;
  z-index: 999;
}
.block-slider-two .controls .owl-prev:before,
.block-slider-two .controls .owl-next:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  content: "\23";
  display: inline-block;
  font-family: "kf-icons";
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 991px) {
  .block-slider-two .controls .owl-prev:before,
  .block-slider-two .controls .owl-next:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.block-slider-two .controls .owl-prev:hover:before, .block-slider-two .controls .owl-prev:focus:before, .block-slider-two .controls .owl-prev:active:before,
.block-slider-two .controls .owl-next:hover:before,
.block-slider-two .controls .owl-next:focus:before,
.block-slider-two .controls .owl-next:active:before {
  background-color: #7b5ec1;
}
.block-slider-two .controls .owl-next:before {
  content: "\24";
}
.block-slider-two #slide-pager {
  display: inline-block;
  vertical-align: middle;
}
.block-slider-two #slide-pager.disabled {
  display: none;
}
.block-slider-two #slide-pager .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.block-slider-two #slide-pager .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  font-size: 0px;
}
.block-slider-two #slide-pager .owl-dot span:hover, .block-slider-two #slide-pager .owl-dot span:focus, .block-slider-two #slide-pager .owl-dot span:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
.block-slider-two #slide-pager .owl-dot.active span {
  background-color: #ffffff;
  margin: 0;
}
.block-slider-two #slide-pager .owl-dot.active span:hover, .block-slider-two #slide-pager .owl-dot.active span:focus, .block-slider-two #slide-pager .owl-dot.active span:active {
  background-color: #7b5ec1;
}

.block-slider-two .controls,
.block-slider-three .controls {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.block-slider-two .controls .owl-prev,
.block-slider-two .controls .owl-next,
.block-slider-three .controls .owl-prev,
.block-slider-three .controls .owl-next {
  cursor: pointer;
  display: inline-block;
  font-size: 0px;
  right: 0;
  vertical-align: middle;
  text-align: center;
  z-index: 999;
}
.block-slider-two .controls .owl-prev:before,
.block-slider-two .controls .owl-next:before,
.block-slider-three .controls .owl-prev:before,
.block-slider-three .controls .owl-next:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  content: "\34";
  display: inline-block;
  font-family: "kf-icons";
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 991px) {
  .block-slider-two .controls .owl-prev:before,
  .block-slider-two .controls .owl-next:before,
  .block-slider-three .controls .owl-prev:before,
  .block-slider-three .controls .owl-next:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.block-slider-two .controls .owl-prev:hover:before, .block-slider-two .controls .owl-prev:focus:before, .block-slider-two .controls .owl-prev:active:before,
.block-slider-two .controls .owl-next:hover:before,
.block-slider-two .controls .owl-next:focus:before,
.block-slider-two .controls .owl-next:active:before,
.block-slider-three .controls .owl-prev:hover:before,
.block-slider-three .controls .owl-prev:focus:before,
.block-slider-three .controls .owl-prev:active:before,
.block-slider-three .controls .owl-next:hover:before,
.block-slider-three .controls .owl-next:focus:before,
.block-slider-three .controls .owl-next:active:before {
  background-color: #7b5ec1;
}
.block-slider-two .controls .owl-next:before,
.block-slider-three .controls .owl-next:before {
  content: "\35";
}
.block-slider-two #slide-pager,
.block-slider-three #slide-pager {
  display: inline-block;
  vertical-align: middle;
}
.block-slider-two #slide-pager.disabled,
.block-slider-three #slide-pager.disabled {
  display: none;
}
.block-slider-two #slide-pager .owl-dot,
.block-slider-three #slide-pager .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.block-slider-two #slide-pager .owl-dot span,
.block-slider-three #slide-pager .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  font-size: 0px;
}
.block-slider-two #slide-pager .owl-dot span:hover, .block-slider-two #slide-pager .owl-dot span:focus, .block-slider-two #slide-pager .owl-dot span:active,
.block-slider-three #slide-pager .owl-dot span:hover,
.block-slider-three #slide-pager .owl-dot span:focus,
.block-slider-three #slide-pager .owl-dot span:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
.block-slider-two #slide-pager .owl-dot.active span,
.block-slider-three #slide-pager .owl-dot.active span {
  background-color: #ffffff;
  margin: 0;
}
.block-slider-two #slide-pager .owl-dot.active span:hover, .block-slider-two #slide-pager .owl-dot.active span:focus, .block-slider-two #slide-pager .owl-dot.active span:active,
.block-slider-three #slide-pager .owl-dot.active span:hover,
.block-slider-three #slide-pager .owl-dot.active span:focus,
.block-slider-three #slide-pager .owl-dot.active span:active {
  background-color: #7b5ec1;
}

.block-slider-three .post {
  border: 4px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.block-slider-three .controls {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 10px;
  width: 60px;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.block-slider-three .controls .owl-prev:before {
  content: "\32";
}
.block-slider-three .controls .owl-next:before {
  content: "\33";
}
@media screen and (max-width: 575px) {
  .block-slider-three .controls {
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    bottom: 10px;
  }
  .block-slider-three .controls .owl-prev:before {
    content: "\34";
  }
  .block-slider-three .controls .owl-next:before {
    content: "\35";
  }
}
.block-slider-three #slide-pager .owl-dot {
  display: block;
  margin: 10px;
}
@media screen and (max-width: 575px) {
  .block-slider-three #slide-pager .owl-dot {
    display: inline-block;
    margin: 0 3px;
  }
}

.block-slider-one .post {
  z-index: 1;
}
.block-slider-one .post:before {
  content: "";
  position: absolute;
  height: -moz-calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  border: 2px solid #fff;
  left: -20px;
  top: -20px;
  z-index: -1;
}
.block-slider-one .post .post-content .meta-tag [class*=meta-],
.block-slider-one .post .post-content .meta-tag [class*=meta-] a,
.block-slider-one .post .post-content .meta-tag [class*=meta-] a:before {
  color: #1a1a1a;
}
.block-slider-one .post .post-content .meta-tag [class*=meta-]:after {
  top: 1px;
  font-size: 12px;
  color: #1a1a1a;
}
.block-slider-one .post .post-content .meta-tag [class*=meta-] a:hover, .block-slider-one .post .post-content .meta-tag [class*=meta-] a:focus, .block-slider-one .post .post-content .meta-tag [class*=meta-] a:active {
  color: #7b5ec1;
}
.block-slider-one .post .post-content .meta-tag [class*=meta-] a:hover:before, .block-slider-one .post .post-content .meta-tag [class*=meta-] a:focus:before, .block-slider-one .post .post-content .meta-tag [class*=meta-] a:active:before {
  color: #7b5ec1;
}

.block-slider-four .banner-overlay {
  align-items: flex-end;
}
.block-slider-four .post {
  background-color: #ffffff;
  margin-bottom: 35px;
  width: 60%;
}
@media screen and (max-width: 575px) {
  .block-slider-four .post {
    width: 90%;
  }
}

.block-slider.block-slider-five .post {
  background-color: transparent;
}
.block-slider.block-slider-five .post .button-container .button-outline,
.block-slider.block-slider-five .post .button-container .round-button-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.block-slider.block-slider-five .post .button-container .button-outline:hover,
.block-slider.block-slider-five .post .button-container .round-button-outline:hover {
  border-color: #7b5ec1;
}

.block-slider-five .post {
  width: 60%;
}
@media screen and (max-width: 575px) {
  .block-slider-five .post {
    width: 100%;
  }
}
.block-slider-five .post .entry-meta-cat a {
  color: #ffffff;
  border-color: #ffffff;
}
.block-slider-five .post .post-title h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .block-slider-five .post .post-title h2 {
    font-size: 24px;
  }
}
.block-slider-five .post .meta-tag [class*=meta-] {
  color: #ffffff;
}
.block-slider-five .post .meta-tag [class*=meta-] a {
  color: #ffffff;
}
.block-slider-five .post .meta-tag [class*=meta-] a:before {
  color: #ffffff;
}

.block-feature-categories {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .block-feature-categories {
    margin-bottom: 20px;
  }
}

.categories-post {
  position: relative;
  margin-bottom: 30px;
}
.categories-post .categories-content {
  background-color: #ffffff;
  color: #111111;
  position: absolute;
  padding: 8px 10px;
  z-index: 2;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.categories-post .categories-content .cat-title {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
}
.categories-post .categories-content:hover {
  background-color: #7b5ec1;
  color: #ffffff;
}
.categories-post a {
  display: block;
  position: relative;
  overflow: hidden;
}
.categories-post a:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.categories-post a:after {
  content: "";
  border: 1px solid #ffffff;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 0;
}
.categories-post a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
}
.categories-post a:hover .categories-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.block-instagram {
  position: relative;
  z-index: 2;
}

#sb_instagram {
  position: relative;
}
#sb_instagram .sbi_photo_wrap a {
  opacity: 1 !important;
  position: relative;
}
#sb_instagram .sbi_photo_wrap a:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.3s, height 0.3s, width 0.3s;
  -moz-transition: background-color 0.3s, height 0.3s, width 0.3s;
  -ms-transition: background-color 0.3s, height 0.3s, width 0.3s;
  -o-transition: background-color 0.3s, height 0.3s, width 0.3s;
  transition: background-color 0.3s, height 0.3s, width 0.3s;
  top: 0;
  width: 50px;
}
#sb_instagram .sbi_photo_wrap a:hover:before, #sb_instagram .sbi_photo_wrap a:focus:before, #sb_instagram .sbi_photo_wrap a:active:before {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 999;
}
#sb_instagram #sbi_load {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 999;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_follow_btn a {
  background-color: #ffffff;
  border: 2px solid #565656;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram #sbi_load .sbi_load_btn:focus, #sb_instagram #sbi_load .sbi_load_btn:active,
#sb_instagram #sbi_load .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_follow_btn a:focus,
#sb_instagram #sbi_load .sbi_follow_btn a:active {
  background-color: #313131;
  border-color: #313131;
  box-shadow: none;
  color: #ffffff;
}
#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  #sb_instagram #sbi_load {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram #sbi_load .sbi_follow_btn a {
    display: block;
    padding: 5px 10px;
  }
  #sb_instagram #sbi_load .sbi_follow_btn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
}
.site-footer:before, .site-footer:after {
  content: "";
  display: block;
  clear: both;
}
.site-footer:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxOTIwIDQ3OC41OTQiPg0KPHBhdGggb3BhY2l0eT0iMC4yIiBmaWxsPSIjRTFFNEY5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgZD0iTTE3MjUuMzE2LDYyLjE4OA0KCWMtMTI2LjQ4OCwyNS4yNjUtMjU1Ljg3Niw5NC4xNzctMzc1LjI0NSwxNDUuNjU1Yy0xNjkuMTcyLDcyLjk1NS0yNTguMzk0LDExMi43OTUtNDM0LjYzOSw2MC4zMDMNCgljLTczLjc3Ny0yMS45NzMtMTYyLjc5OS02MC4xMjEtMjc5LjMyNi0xMTguOEMzNTkuNjgzLDEwLjE0OCwxNjYuNDUyLDYuNzMsNzAuMTUzLDE5LjE2NkMyMy44OTksMjUuMTQsMCwzNC43NjksMCwzNC43Njl2NDQ0LjU2Nw0KCWgxOTIwVjE4NS44NjRWNjcuMjQ1QzE4NTcuMTQ0LDQ3LjY5LDE3OTEuNjI5LDQ4Ljk0MiwxNzI1LjMxNiw2Mi4xODh6Ii8+DQo8cGF0aCBvcGFjaXR5PSIwLjMiIGZpbGw9IiNFMUU0RjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBkPSJNMTc3MC4wNSw3OS4xMDdjLTE0LjMwNi02LjgzNC0yOS4yNDgtMTIuMzQtNDQuNzM0LTE2LjY2MQ0KCWMtMjM5LjQyNy02Ni44MDktNjEwLjA4MiwxNTIuMTE3LTgwOC43MjQsMjA1LjY1MmMtMC4zOSwwLjEwNS0wLjc3MiwwLjIwMi0xLjE2LDAuMzA2Yy0yMTAuNzQyLDU2LjUwNi0zMjQuNjk5LDguNDQ4LTUyOC4zMTMtMTI0LjgNCglDMjYwLjQ4MSw2MC43MywxNDguNSwzMS43OTcsNzAuMTUzLDE5LjQyNEMzMC4wODYsMTEuNTkyLDAsMTUuMDI3LDAsMTUuMDI3djQ2NC41NjdoMTkyMFYxODYuMTIxDQoJQzE4NzcuNTk3LDE0NC41ODIsMTgyNy43NDIsMTA2LjY2NywxNzcwLjA1LDc5LjEwN3oiLz4NCjwvc3ZnPg0K");
  -ms-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxOTIwIDQ3OC41OTQiPg0KPHBhdGggb3BhY2l0eT0iMC4yIiBmaWxsPSIjRTFFNEY5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgZD0iTTE3MjUuMzE2LDYyLjE4OA0KCWMtMTI2LjQ4OCwyNS4yNjUtMjU1Ljg3Niw5NC4xNzctMzc1LjI0NSwxNDUuNjU1Yy0xNjkuMTcyLDcyLjk1NS0yNTguMzk0LDExMi43OTUtNDM0LjYzOSw2MC4zMDMNCgljLTczLjc3Ny0yMS45NzMtMTYyLjc5OS02MC4xMjEtMjc5LjMyNi0xMTguOEMzNTkuNjgzLDEwLjE0OCwxNjYuNDUyLDYuNzMsNzAuMTUzLDE5LjE2NkMyMy44OTksMjUuMTQsMCwzNC43NjksMCwzNC43Njl2NDQ0LjU2Nw0KCWgxOTIwVjE4NS44NjRWNjcuMjQ1QzE4NTcuMTQ0LDQ3LjY5LDE3OTEuNjI5LDQ4Ljk0MiwxNzI1LjMxNiw2Mi4xODh6Ii8+DQo8cGF0aCBvcGFjaXR5PSIwLjMiIGZpbGw9IiNFMUU0RjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBkPSJNMTc3MC4wNSw3OS4xMDdjLTE0LjMwNi02LjgzNC0yOS4yNDgtMTIuMzQtNDQuNzM0LTE2LjY2MQ0KCWMtMjM5LjQyNy02Ni44MDktNjEwLjA4MiwxNTIuMTE3LTgwOC43MjQsMjA1LjY1MmMtMC4zOSwwLjEwNS0wLjc3MiwwLjIwMi0xLjE2LDAuMzA2Yy0yMTAuNzQyLDU2LjUwNi0zMjQuNjk5LDguNDQ4LTUyOC4zMTMtMTI0LjgNCglDMjYwLjQ4MSw2MC43MywxNDguNSwzMS43OTcsNzAuMTUzLDE5LjQyNEMzMC4wODYsMTEuNTkyLDAsMTUuMDI3LDAsMTUuMDI3djQ2NC41NjdoMTkyMFYxODYuMTIxDQoJQzE4NzcuNTk3LDE0NC41ODIsMTgyNy43NDIsMTA2LjY2NywxNzcwLjA1LDc5LjEwN3oiLz4NCjwvc3ZnPg0K");
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxOTIwIDQ3OC41OTQiPg0KPHBhdGggb3BhY2l0eT0iMC4yIiBmaWxsPSIjRTFFNEY5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3ICAgICIgZD0iTTE3MjUuMzE2LDYyLjE4OA0KCWMtMTI2LjQ4OCwyNS4yNjUtMjU1Ljg3Niw5NC4xNzctMzc1LjI0NSwxNDUuNjU1Yy0xNjkuMTcyLDcyLjk1NS0yNTguMzk0LDExMi43OTUtNDM0LjYzOSw2MC4zMDMNCgljLTczLjc3Ny0yMS45NzMtMTYyLjc5OS02MC4xMjEtMjc5LjMyNi0xMTguOEMzNTkuNjgzLDEwLjE0OCwxNjYuNDUyLDYuNzMsNzAuMTUzLDE5LjE2NkMyMy44OTksMjUuMTQsMCwzNC43NjksMCwzNC43Njl2NDQ0LjU2Nw0KCWgxOTIwVjE4NS44NjRWNjcuMjQ1QzE4NTcuMTQ0LDQ3LjY5LDE3OTEuNjI5LDQ4Ljk0MiwxNzI1LjMxNiw2Mi4xODh6Ii8+DQo8cGF0aCBvcGFjaXR5PSIwLjMiIGZpbGw9IiNFMUU0RjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBkPSJNMTc3MC4wNSw3OS4xMDdjLTE0LjMwNi02LjgzNC0yOS4yNDgtMTIuMzQtNDQuNzM0LTE2LjY2MQ0KCWMtMjM5LjQyNy02Ni44MDktNjEwLjA4MiwxNTIuMTE3LTgwOC43MjQsMjA1LjY1MmMtMC4zOSwwLjEwNS0wLjc3MiwwLjIwMi0xLjE2LDAuMzA2Yy0yMTAuNzQyLDU2LjUwNi0zMjQuNjk5LDguNDQ4LTUyOC4zMTMtMTI0LjgNCglDMjYwLjQ4MSw2MC43MywxNDguNSwzMS43OTcsNzAuMTUzLDE5LjQyNEMzMC4wODYsMTEuNTkyLDAsMTUuMDI3LDAsMTUuMDI3djQ2NC41NjdoMTkyMFYxODYuMTIxDQoJQzE4NzcuNTk3LDE0NC41ODIsMTgyNy43NDIsMTA2LjY2NywxNzcwLjA1LDc5LjEwN3oiLz4NCjwvc3ZnPg0K");
  background-color: #E1E4F9;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -ms-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  mask-position: center center;
  bottom: 0;
  content: "";
  height: 365px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .site-footer:before {
    height: 200px;
  }
}
.site-footer .socialgroup ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .socialgroup ul {
    margin-bottom: 5px;
  }
}
.site-footer .socialgroup ul li {
  margin-bottom: 0;
}
.site-footer .socialgroup ul li a {
  display: block;
  text-align: center;
  margin: 0 8px;
}
.site-footer .socialgroup ul li a:hover, .site-footer .socialgroup ul li a:focus, .site-footer .socialgroup ul li a:active {
  border-color: #7b5ec1;
  color: #7b5ec1;
}
.site-footer .footer-logo {
  max-width: 250px;
}
.site-footer .footer-logo img {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.site-footer .footer-logo a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-logo {
    max-width: 130px;
  }
}
.site-footer .desc-menu-wrap {
  font-size: 13px;
}
.site-footer .copyright {
  color: #656565;
}
.site-footer .copyright a {
  color: #111111;
  font-weight: 500;
}
.site-footer .copyright a:hover, .site-footer .copyright a:focus, .site-footer .copyright a:active {
  color: #7b5ec1;
}
.site-footer .footer-menu ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 0;
}
.site-footer .footer-menu ul li {
  border-left: 1px solid #999999;
  display: inline-block;
  list-style: none;
  line-height: 1.1;
  padding: 0 10px;
}
.site-footer .footer-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.site-footer .footer-menu ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.site-footer .footer-menu ul li a {
  color: #656565;
  font-size: 13px;
}
.site-footer .footer-menu ul li a:hover, .site-footer .footer-menu ul li a:focus, .site-footer .footer-menu ul li a:active {
  color: #7b5ec1;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-menu ul li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}

.footer-widget-wrap {
  padding: 60px 0 30px;
}
@media screen and (max-width: 575px) {
  .footer-widget-wrap {
    padding: 40px 0 0;
  }
}

.bottom-footer {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom-footer {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bottom-footer {
    padding: 30px 0;
  }
}

.site-footer-primary .bottom-footer {
  text-align: center;
}
.site-footer-primary .footer-logo {
  margin: auto;
}
.site-footer-primary .footer-menu {
  margin-bottom: 30px;
}
.site-footer-primary .socialgroup {
  margin-bottom: 30px;
}

.site-footer-two .desc-menu-wrap,
.site-footer-three .desc-menu-wrap {
  text-align: right;
}
.site-footer-two .footer-menu,
.site-footer-three .footer-menu {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .site-footer-two .footer-menu,
  .site-footer-three .footer-menu {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
}
.site-footer-two .copyright,
.site-footer-three .copyright {
  display: inline-block;
}

.site-footer-three .socialgroup,
.site-footer-three .desc-menu-wrap,
.site-footer-three .footer-logo {
  text-align: center;
}
.site-footer-three .footer-logo {
  margin: auto;
}
.site-footer-three .footer-menu ul li:first-child {
  border-left: none;
}
.site-footer-three .socialgroup {
  margin-bottom: 20px;
  margin-top: 20px;
}

.site-footer-four .footer-logo {
  margin: 0;
  text-align: left;
}
.site-footer-four .copyright {
  display: inline-block;
  padding-right: 10px;
}
.site-footer-four .footer-menu {
  display: inline-block;
}
.site-footer-four .socialgroup {
  margin-bottom: 10px;
}

.site-footer .widget .widget-title {
  background-color: transparent;
  border: none;
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  margin: 0 0 35px 0;
  padding: 0 0 10px 0;
  padding-right: 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-footer .widget .widget-title:after {
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #999;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  .site-footer .widget .widget-title {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .widget:last-child {
    margin-bottom: 30px;
  }
}

body.dark-mode {
  background-color: #000000;
  color: #c7c7c7;
}
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6, body.dark-mode .wrap-inner-banner .page-header .page-title {
  color: #ffffff;
}
body.dark-mode input[type=text], body.dark-mode input[type=email], body.dark-mode input[type=url], body.dark-mode input[type=password], body.dark-mode input[type=search], body.dark-mode input[type=number], body.dark-mode input[type=tel], body.dark-mode input[type=range], body.dark-mode input[type=date], body.dark-mode input[type=month], body.dark-mode input[type=week], body.dark-mode input[type=time], body.dark-mode input[type=datetime], body.dark-mode input[type=datetime-local], body.dark-mode input[type=color],
body.dark-mode textarea {
  background-color: #000000;
  border-color: #262626;
  color: #ffffff;
}
body.dark-mode input[type=text]:focus, body.dark-mode input[type=text]:active, body.dark-mode input[type=email]:focus, body.dark-mode input[type=email]:active, body.dark-mode input[type=url]:focus, body.dark-mode input[type=url]:active, body.dark-mode input[type=password]:focus, body.dark-mode input[type=password]:active, body.dark-mode input[type=search]:focus, body.dark-mode input[type=search]:active, body.dark-mode input[type=number]:focus, body.dark-mode input[type=number]:active, body.dark-mode input[type=tel]:focus, body.dark-mode input[type=tel]:active, body.dark-mode input[type=range]:focus, body.dark-mode input[type=range]:active, body.dark-mode input[type=date]:focus, body.dark-mode input[type=date]:active, body.dark-mode input[type=month]:focus, body.dark-mode input[type=month]:active, body.dark-mode input[type=week]:focus, body.dark-mode input[type=week]:active, body.dark-mode input[type=time]:focus, body.dark-mode input[type=time]:active, body.dark-mode input[type=datetime]:focus, body.dark-mode input[type=datetime]:active, body.dark-mode input[type=datetime-local]:focus, body.dark-mode input[type=datetime-local]:active, body.dark-mode input[type=color]:focus, body.dark-mode input[type=color]:active,
body.dark-mode textarea:focus,
body.dark-mode textarea:active {
  border-color: #ffffff;
}
body.dark-mode blockquote {
  color: #cccccc;
}
body.dark-mode blockquote:after {
  background-color: #000000;
  border-color: #262626;
}
body.dark-mode blockquote:before {
  border-color: #262626;
}
body.dark-mode .button-outline {
  border-color: #e6e6e6;
  color: #e6e6e6;
}
body.dark-mode .button-text {
  color: #e6e6e6;
}
body.dark-mode .button-text:hover, body.dark-mode .button-text:focus, body.dark-mode .button-text:active {
  background-color: #7b5ec1;
  border-color: #7b5ec1;
  color: #7b5ec1;
}
body.dark-mode .socialgroup a {
  color: #cccccc;
}
body.dark-mode .socialgroup a:hover, body.dark-mode .socialgroup a:focus, body.dark-mode .socialgroup a:active {
  color: #7b5ec1;
}
body.dark-mode .offcanvas-navigation li {
  border-color: #1a1a1a;
}
body.dark-mode.fixed-nav-active .site-header .site-header-wrap {
  background-color: #060606;
}
body.dark-mode.fixed-nav-active .site-header-primary .main-navigation-inner {
  border-bottom: none;
}
body.dark-mode.fixed-nav-active.home .site-header-two .main-navigation-inner,
body.dark-mode.fixed-nav-active.home .site-header-three .main-navigation {
  border-top: none;
}
body.dark-mode .site-header-primary .main-navigation-wrap {
  border-bottom-color: #1a1a1a;
}
body.dark-mode.home .site-header-primary .main-navigation-inner {
  border-bottom-color: #1a1a1a;
}
body.dark-mode.home .site-header-primary .main-navigation-wrap {
  border-bottom: none;
}
body.dark-mode .site-header .header-icons-wrap .header-search-icon button {
  color: #cccccc;
}
body.dark-mode .site-header .header-icons-wrap .header-search-icon button:hover, body.dark-mode .site-header .header-icons-wrap .header-search-icon button:focus, body.dark-mode .site-header .header-icons-wrap .header-search-icon button:active {
  color: #7b5ec1;
}
body.dark-mode .site-header .site-branding .site-title {
  color: #ffffff;
}
body.dark-mode .site-header .alt-menu-icon .icon-bar {
  background-color: #cccccc;
}
body.dark-mode .site-header .alt-menu-icon .icon-bar:before, body.dark-mode .site-header .alt-menu-icon .icon-bar:after {
  background-color: #cccccc;
}
body.dark-mode .main-navigation nav > ul > li > a {
  color: #cccccc;
}
body.dark-mode .main-navigation nav > ul > li > a:hover, body.dark-mode .main-navigation nav > ul > li > a:focus, body.dark-mode .main-navigation nav > ul > li > a:active {
  color: #7b5ec1;
}
body.dark-mode .site-footer:before {
  background-color: #1a1a1a;
}
body.dark-mode .site-footer .widget .widget-title {
  color: #ffffff;
}
body.dark-mode .site-footer .copyright a {
  color: #dbdbdb;
}
body.dark-mode .site-footer .copyright a:hover, body.dark-mode .site-footer .copyright a:focus, body.dark-mode .site-footer .copyright a:active {
  color: #7b5ec1;
}
body.dark-mode .block-slider.block-slider-one .banner-overlay, body.dark-mode .block-slider.block-slider-four .banner-overlay {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .block-slider-one .post,
body.dark-mode .block-slider-four .post {
  background-color: rgba(0, 0, 0, 0.9);
}
body.dark-mode .block-slider-one .post:before,
body.dark-mode .block-slider-four .post:before {
  border-color: #1a1a1a;
}
body.dark-mode .block-slider-one .post .entry-meta-cat a,
body.dark-mode .block-slider-four .post .entry-meta-cat a {
  color: #e6e6e6;
}
body.dark-mode .block-slider-one .post .entry-meta-cat a:hover, body.dark-mode .block-slider-one .post .entry-meta-cat a:focus, body.dark-mode .block-slider-one .post .entry-meta-cat a:active,
body.dark-mode .block-slider-four .post .entry-meta-cat a:hover,
body.dark-mode .block-slider-four .post .entry-meta-cat a:focus,
body.dark-mode .block-slider-four .post .entry-meta-cat a:active {
  color: #7b5ec1;
}
body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-]:after,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-]:after {
  color: #e6e6e6;
}
body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a {
  color: #e6e6e6;
}
body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:before,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:before {
  color: #e6e6e6;
}
body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:hover, body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:focus, body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:active,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:hover,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:focus,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:active {
  color: #7b5ec1;
}
body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:hover:before, body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:focus:before, body.dark-mode .block-slider-one .post .post-content .meta-tag [class*=meta-] a:active:before,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:hover:before,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:focus:before,
body.dark-mode .block-slider-four .post .post-content .meta-tag [class*=meta-] a:active:before {
  color: #7b5ec1;
}
body.dark-mode .block-slider-one .post .button-container .button-outline,
body.dark-mode .block-slider-four .post .button-container .button-outline {
  background-color: #000000;
}
body.dark-mode .block-slider-one .post .button-container .button-outline:hover, body.dark-mode .block-slider-one .post .button-container .button-outline:focus, body.dark-mode .block-slider-one .post .button-container .button-outline:active,
body.dark-mode .block-slider-four .post .button-container .button-outline:hover,
body.dark-mode .block-slider-four .post .button-container .button-outline:focus,
body.dark-mode .block-slider-four .post .button-container .button-outline:active {
  background-color: #7b5ec1;
}
body.dark-mode .post .meta-tag {
  border-color: #1a1a1a;
}
body.dark-mode .post .meta-tag [class*=meta-] a {
  color: #c7c7c7;
}
body.dark-mode .post .meta-tag [class*=meta-] a:hover, body.dark-mode .post .meta-tag [class*=meta-] a:focus, body.dark-mode .post .meta-tag [class*=meta-] a:active {
  color: #7b5ec1;
}
body.dark-mode .post-style-two .post .post-content {
  background-color: #000000;
}
body.dark-mode .related-post {
  border-top-color: #1a1a1a;
}
body.dark-mode .section-banner-three .breadcrumb-wrap {
  background-color: #080808;
}
body.dark-mode .section-banner-wrap:not(.section-banner-two):not(.section-banner-three) {
  border-color: #1a1a1a;
}
body.dark-mode .post-content-inner .detail {
  border-color: #1a1a1a;
}
body.dark-mode .post-content-inner .cat-links .categories-list a {
  color: #cccccc;
}
body.dark-mode .post-content-inner .cat-links .categories-list a:hover, body.dark-mode .post-content-inner .cat-links .categories-list a:focus, body.dark-mode .post-content-inner .cat-links .categories-list a:active {
  color: #7b5ec1;
}
body.dark-mode .post-content-inner .tag-links a {
  background-color: #1a1a1a;
  color: #cccccc;
}
body.dark-mode .post-content-inner .tag-links a:hover, body.dark-mode .post-content-inner .tag-links a:focus, body.dark-mode .post-content-inner .tag-links a:active {
  background-color: #7b5ec1;
  color: #ffffff;
}
body.dark-mode .post-content-inner .tag-links:before {
  color: #cccccc;
}
body.dark-mode .wrap-detail-page .post-footer .post-format-outer {
  background-color: #000000;
}
body.dark-mode.content-none-page .site-main {
  border-top-color: #1a1a1a;
}
body.dark-mode .comment-navigation .nav-previous a,
body.dark-mode .comment-navigation .nav-next a,
body.dark-mode .post-navigation .nav-previous a,
body.dark-mode .post-navigation .nav-next a {
  color: #a6a6a6;
}
body.dark-mode .comment-navigation .nav-previous a:hover, body.dark-mode .comment-navigation .nav-previous a:focus, body.dark-mode .comment-navigation .nav-previous a:active,
body.dark-mode .comment-navigation .nav-next a:hover,
body.dark-mode .comment-navigation .nav-next a:focus,
body.dark-mode .comment-navigation .nav-next a:active,
body.dark-mode .post-navigation .nav-previous a:hover,
body.dark-mode .post-navigation .nav-previous a:focus,
body.dark-mode .post-navigation .nav-previous a:active,
body.dark-mode .post-navigation .nav-next a:hover,
body.dark-mode .post-navigation .nav-next a:focus,
body.dark-mode .post-navigation .nav-next a:active {
  color: #7b5ec1;
}
body.dark-mode.search-results .post {
  border-color: #1a1a1a;
}
body.dark-mode .author-detail {
  background-color: #060606;
}
body.dark-mode #secondary .widget .widget-title,
body.dark-mode #offcanvas-menu .widget .widget-title {
  border-color: #333333;
}
body.dark-mode .widget ul li {
  border-bottom-color: #1a1a1a;
}
body.dark-mode .widget .tagcloud a {
  color: #cccccc;
  border-color: #1a1a1a;
}
body.dark-mode .widget .tagcloud a:hover, body.dark-mode .widget .tagcloud a:focus, body.dark-mode .widget .tagcloud a:active {
  color: #ffffff;
}
body.dark-mode .author-widget .widget-content .profile .name-title {
  background-color: #080808;
}
body.dark-mode .author-widget .widget-content .profile .avatar {
  background-color: #000000;
}
body.dark-mode .author-widget .widget-content .profile .socialgroup ul li a {
  color: #bfbfbf;
}
body.dark-mode .author-widget .widget-content .profile .socialgroup ul li a:hover, body.dark-mode .author-widget .widget-content .profile .socialgroup ul li a:focus, body.dark-mode .author-widget .widget-content .profile .socialgroup ul li a:active {
  color: #7b5ec1;
}
body.dark-mode .comments-area .comment-list .comment-body {
  background-color: #000000;
  border-color: #1a1a1a;
}
body.dark-mode .comments-area .comment-list .comment-author .avatar {
  background-color: #1a1a1a;
  border-color: #000000;
}
body.dark-mode .comments-area .comment-respond .comment-form .comment-notes {
  color: #cccccc;
}
body.dark-mode .comments-area .comment-respond .comment-form .comment-notes span {
  color: #ffffff;
}
body.dark-mode .addtoany_content .addtoany_list a svg path,
body.dark-mode .widget_a2a_share_save_widget .addtoany_list a svg path {
  fill: #cccccc;
}
body.dark-mode .addtoany_content .addtoany_list a:hover svg path, body.dark-mode .addtoany_content .addtoany_list a:focus svg path, body.dark-mode .addtoany_content .addtoany_list a:active svg path,
body.dark-mode .widget_a2a_share_save_widget .addtoany_list a:hover svg path,
body.dark-mode .widget_a2a_share_save_widget .addtoany_list a:focus svg path,
body.dark-mode .widget_a2a_share_save_widget .addtoany_list a:active svg path {
  fill: #7b5ec1;
}
body.dark-mode .post .addtoany_header {
  color: #cccccc;
}
body.dark-mode .block-instagram #sb_instagram {
  background-color: inherit !important;
  padding-bottom: 0 !important;
}
body.dark-mode.woocommerce .woocommerce-result-count,
body.dark-mode.woocommerce .woocommerce-ordering select,
body.dark-mode.woocommerce select {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: #cccccc;
}
body.dark-mode.woocommerce a.added_to_cart {
  color: #ffffff;
}
body.dark-mode.woocommerce ul.products li.product .price, body.dark-mode.woocommerce-page ul.products li.product .price {
  color: #ffffff;
}
body.dark-mode.woocommerce ul .product-inner, body.dark-mode.woocommerce-page ul .product-inner {
  border-color: #1a1a1a;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #333333;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #333333;
  border-color: #333333;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  box-shadow: 2px 2px 0 #333333;
  border-color: #333333;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  box-shadow: -2px 2px 0 #333333;
  border-color: #333333;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #000000;
  border-bottom-color: #000000;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #000000;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #000000;
}
body.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #d6d6d6;
}
body.dark-mode #offcanvas-menu {
  background-color: #060606;
}

/*--------------------------------------------------------------
6.0 Pages
--------------------------------------------------------------*/
body.single {
  font-size: 16px;
}
body.single blockquote {
  margin-bottom: 40px;
  margin-top: 40px;
}

.wrap-detail-page .post-thumbnail {
  margin-bottom: 60px;
  text-align: center;
}

body.search-results .page-content {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 15px 30px;
  padding-bottom: 8%;
  padding-top: 8%;
}
body.search-results .page-content:before, body.search-results .page-content:after {
  content: "";
  display: block;
  clear: both;
}
body.search-results .site-main {
  margin-right: 0;
}
body.search-results .post {
  border: 1px solid #e6e6e6;
}
body.search-results .post .featured-image {
  margin: -1px -1px 0;
}
body.search-results .post .post-content {
  padding: 30px 20px 0;
}
body.search-results .post .post-content .post-text {
  margin-bottom: 30px;
}
body.search-results .post .post-content .meta-tag {
  margin: 0 -20px;
  border-bottom: none;
}
body.search-results .no-thumbnail .post-inner,
body.search-results .page .post-inner {
  border-bottom: none;
}

body.content-none-page .site-main {
  border-top: 1px solid #ececec;
}
body.content-none-page .inner-page-content {
  padding-bottom: 0;
}
body.content-none-page .wrap-detail-page .section-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  body.content-none-page .wrap-detail-page .section-title {
    font-size: 50px;
    line-height: 1;
  }
}
body.content-none-page .wrap-detail-page .section-title:before, body.content-none-page .wrap-detail-page .section-title:after {
  display: none;
}
body.content-none-page .wrap-detail-page .sub-title {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
body.content-none-page .wrap-detail-page .content {
  margin-top: 90px;
  text-align: center;
}
body.content-none-page .wrap-detail-page .content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  body.content-none-page .wrap-detail-page .content {
    margin-top: 60px;
  }
}

.no-results {
  background-color: #ffffff;
  margin-top: 40px;
}
.no-results:before, .no-results:after {
  content: "";
  display: block;
  clear: both;
}
.no-results .content {
  margin-top: 30px;
  text-align: center;
}
.no-results .content p {
  margin-bottom: 40px;
}
.no-results .content .button {
  color: #ffffff;
}

.post {
  margin-bottom: 50px;
}
.post .featured-image {
  text-align: center;
}
.post .entry-meta-cat {
  margin-bottom: 11px;
  text-align: center;
}
.post .entry-meta-cat a {
  color: #d39844;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #d39844;
  -webkit-transition: border-color 0.4s, color 0.4s;
  -moz-transition: border-color 0.4s, color 0.4s;
  -ms-transition: border-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.post .entry-meta-cat a:hover, .post .entry-meta-cat a:focus, .post .entry-meta-cat a:active {
  color: #7b5ec1;
  border-color: #7b5ec1;
}
.post .entry-title {
  text-align: center;
}
.post .meta-tag {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 0;
  clear: both;
  text-align: center;
}
.post .meta-tag [class*="meta-"] {
  color: #383838;
  font-size: 11px;
  display: inline-block;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post .meta-tag [class*="meta-"] a {
  color: #383838;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.post .meta-tag [class*="meta-"] a:hover, .post .meta-tag [class*="meta-"] a:focus, .post .meta-tag [class*="meta-"] a:active {
  color: #7b5ec1;
}
.post .meta-tag [class*="meta-"] a:hover:before, .post .meta-tag [class*="meta-"] a:focus:before, .post .meta-tag [class*="meta-"] a:active:before {
  color: #7b5ec1;
}
.post .meta-tag [class*="meta-"] a:before {
  font-family: 'kf-icons';
  font-size: 12px;
  margin-right: 5px;
  color: #6b6b6b;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.post .meta-tag [class*="meta-"]:after {
  content: "|";
  color: #d6d6d6;
  font-size: 8px;
  left: 0;
  position: absolute;
  top: 5px;
}
.post .meta-tag [class*="meta-"]:first-child {
  padding-left: 0;
}
.post .meta-tag [class*="meta-"]:first-child:after {
  display: none;
}
.post .meta-tag .meta-comment a:before {
  content: "\e065";
}
.post .meta-tag .meta-author a:before {
  content: "\e08a";
}
.post .featured-image {
  margin-bottom: 25px;
}
.post .post-content .post-text {
  margin-bottom: 35px;
}
.post .post-content .post-text p:last-child {
  margin-bottom: 0;
}
.post .addtoany_header {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
}
.post .addtoany_header:before {
  content: "\e0a0";
  font-family: "kf-icons";
  margin-right: 10px;
  font-size: 11px;
}
.post .addtoany_list {
  display: inline-block;
  margin-left: 20px;
}

.post-section .entry-header {
  margin-bottom: 20px;
}
.post-section .post .post-text:before, .post-section .post .post-text:after {
  content: "";
  display: block;
  clear: both;
}
.post-section .post .post-text p {
  letter-spacing: 0.4px;
}
.post-section .post .post-text .simplesocialbuttons {
  float: right;
  padding-top: 0;
  margin: 0;
}
.post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button,
.post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button:after {
  height: auto;
  width: auto;
  border: none;
  line-height: 1;
}
.post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button {
  color: #6b6b6b;
  margin: 0 3px;
}
.post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button:hover, .post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button:focus, .post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button:active {
  background-color: transparent;
  color: #7b5ec1;
}
.post-section .post .post-text .simplesocialbuttons.simplesocial-round-icon button:after {
  font-size: 12px;
}

/*--list post style--*/
.list-post .post {
  margin-bottom: 60px;
}
.list-post .post .post-content {
  padding: 0;
}

/*--fullwidth post style--*/
.fullwidth-post-section .post {
  margin-bottom: 60px;
}

.post-section .featured-image a {
  display: block;
}

.post-style-two .grid-post .post .featured-image ~ .post-content,
.post-style-two .simple-post .post .featured-image ~ .post-content {
  margin: -55px 30px 0 0;
  padding: 25px 0 0;
}
@media screen and (max-width: 575px) {
  .post-style-two .grid-post .post .featured-image ~ .post-content,
  .post-style-two .simple-post .post .featured-image ~ .post-content {
    margin: 0;
  }
}
.post-style-two .post .post-content {
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  text-align: left;
}
.post-style-two .post .post-content .post-text {
  margin-bottom: 20px;
}
.post-style-two .post .meta-tag {
  border: none;
  padding: 0;
  text-align: left;
}
.post-style-two .entry-header .entry-meta-cat,
.post-style-two .entry-header .entry-title {
  text-align: left;
}
.post-style-two .list-post .post .row {
  align-items: flex-end;
}
.post-style-two .list-post .post .featured-image {
  margin-bottom: 0;
}
.post-style-two .list-post .post .post-content {
  padding: 20px 30px;
  margin: 0px 0 0 -60px;
}
@media screen and (max-width: 991px) {
  .post-style-two .list-post .post .post-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.post-style-three .post .entry-meta-cat,
.post-style-three .post .entry-title,
.post-style-three .post .meta-tag {
  text-align: left;
}
.post-style-three .post .meta-tag {
  border: none;
  padding: 0;
  margin-top: 0;
}
.post-style-three .post .entry-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.post-style-three .post .entry-meta-cat {
  margin-bottom: 20px;
}
.post-style-three .post .entry-meta-cat a {
  color: #ffffff;
  border: none;
  background: #d39844;
  padding: 5px 20px 4px;
}
.post-style-three .post .entry-meta-cat a:hover {
  background-color: #7b5ec1;
  color: #ffffff;
}
.post-style-three .post .post-content .post-text {
  margin-bottom: 0;
}
.post-style-three .post .addtoany_list {
  margin-left: 0;
}

.block-contact {
  padding-top: 95px;
}
.block-contact .contact-detail-container {
  background-color: #f7f7f7;
  float: left;
  width: 100%;
}
.block-contact:before, .block-contact:after {
  content: "";
  display: block;
  clear: both;
}
.block-contact .contact-form-section {
  padding-top: 0;
}
.block-contact .contact-details-wrap {
  background-color: #ffffff;
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  padding: 70px 50px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-contact .contact-details-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .block-contact .contact-details-wrap {
    padding: 25px 20px;
    flex-direction: column;
  }
}
.block-contact .contact-details-wrap .contact-list-outer .contact-list .icon-area {
  background: #d39844;
}
.block-contact .contact-details-wrap .contact-list-outer .contact-list .info {
  color: #111111;
}
.block-contact .contact-details-wrap .contact-list-outer .contact-list .info h3, .block-contact .contact-details-wrap .contact-list-outer .contact-list .info a {
  color: #111111;
}
.block-contact .contact-details-wrap .contact-content {
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  float: right;
  color: #333;
  font-size: 15px;
  line-height: 1.1;
}
.block-contact .contact-details-wrap .contact-content .contact-title {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}
.block-contact .contact-details-wrap .contact-content a {
  color: #333;
  display: inline-block;
}
.block-contact .contact-details-wrap .contact-content a:hover, .block-contact .contact-details-wrap .contact-content a:focus, .block-contact .contact-details-wrap .contact-content a:active {
  color: #7b5ec1;
}
@media screen and (max-width: 575px) {
  .block-contact .contact-details-wrap .contact-content {
    font-size: 13px;
    line-height: 1.1;
  }
  .block-contact .contact-details-wrap .contact-content .contact-title {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.block-contact .contact-details-wrap .contact-list {
  width: 25%;
  padding: 0 15px;
}
.block-contact .contact-details-wrap .contact-list:before, .block-contact .contact-details-wrap .contact-list:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 991px) {
  .block-contact .contact-details-wrap .contact-list {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .block-contact .contact-details-wrap .contact-list {
    width: 100%;
    margin-bottom: 15px;
  }
}
.block-contact .contact-details-wrap .icon-outer {
  width: 50px;
  height: 50px;
  float: left;
}
.block-contact .contact-details-wrap .icon-outer span {
  font-size: 27px;
  line-height: 1.2;
  display: block;
}
.block-contact .contact-form-section {
  margin: 70px 0;
}
@media screen and (max-width: 575px) {
  .block-contact .contact-form-section {
    margin: 50px 0;
  }
}
.block-contact .post-content-inner {
  margin-bottom: 50px;
}
.block-contact article.post-content {
  background-color: transparent;
}

.map-wrapper {
  clear: both;
}

.page-template-contact .site-main {
  margin-bottom: 0;
}

.wrap-maintenance-mode .block-maintenance-mode {
  background-repeat: repeat;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-align: center;
  height: 100vh;
  width: 100%;
}
.wrap-maintenance-mode .block-maintenance-mode .banner-overlay {
  height: 100%;
  width: 100%;
  padding: 30px;
}
.wrap-maintenance-mode .block-maintenance-mode .content {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  right: -25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap-maintenance-mode .block-maintenance-mode .site-header {
  position: static;
  text-align: center;
  background: transparent;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer {
  padding-bottom: 40px;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-branding {
  text-align: center;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-branding > a {
  margin-left: auto;
  margin-right: auto;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-title,
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-description {
  vertical-align: middle;
  float: none;
  display: block;
  margin-bottom: 0;
  color: #ffffff;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-title {
  font-size: 30px;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-title > a {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 15px;
  vertical-align: middle;
  display: block;
}
.wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-title > a:hover, .wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-title > a:focus, .wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer .site-title > a:active {
  color: #7b5ec1;
}
@media screen and (max-width: 575px) {
  .wrap-maintenance-mode .block-maintenance-mode .site-header .site-branding-outer {
    padding-bottom: 40px;
  }
}
.wrap-maintenance-mode .block-maintenance-mode .section-title-group {
  margin-bottom: 30px;
}
.wrap-maintenance-mode .block-maintenance-mode .section-title-group .section-title {
  margin-bottom: 20px;
}
.wrap-maintenance-mode .block-maintenance-mode .section-title-group h1 {
  color: #ffffff;
  line-height: 1.2;
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .wrap-maintenance-mode .block-maintenance-mode .section-title-group h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .wrap-maintenance-mode .block-maintenance-mode .section-title-group h1 {
    font-size: 24px;
  }
}
.wrap-maintenance-mode .block-maintenance-mode .section-title-group h1:before {
  background: #ffffff !important;
}
.wrap-maintenance-mode .block-maintenance-mode .section-title-group h3 {
  font-weight: 400;
  color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .wrap-maintenance-mode .block-maintenance-mode .section-title-group h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .wrap-maintenance-mode .block-maintenance-mode .section-title-group h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .wrap-maintenance-mode .block-maintenance-mode .section-title-group {
    margin-bottom: 40px;
  }
}
.wrap-maintenance-mode .block-maintenance-mode .socialgroup ul {
  padding-left: 0;
}
.wrap-maintenance-mode .block-maintenance-mode .socialgroup ul a {
  width: 36px;
  height: 36px;
}
.wrap-maintenance-mode .block-maintenance-mode .socialgroup ul a:before {
  background-color: transparent;
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  -webkit-transition: color 0.5s, background-color 0.5s, border 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s, border 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s, border 0.5s;
  -o-transition: color 0.5s, background-color 0.5s, border 0.5s;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
}
.wrap-maintenance-mode .block-maintenance-mode .socialgroup ul a:hover:before, .wrap-maintenance-mode .block-maintenance-mode .socialgroup ul a:focus:before, .wrap-maintenance-mode .block-maintenance-mode .socialgroup ul a:active:before {
  background-color: #7b5ec1;
  color: #ffffff;
  border: 1px solid #7b5ec1;
}

/*--------------------------------------------------------------
   		  !!! KEON THEMES (https://keonthemes.com) !!!
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
