<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Harmuny
Theme URI: https://harmuny.bdaia.com/
Author: Bdaia
Author URI: https://bdaia.com/
Description: A WordPress Theme for Bloggers
Version: 1.4.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: harmuny
Domain Path: /lib/languages
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * Table of Contents:
 *
 * 1.0  - Reset
 * 2.0  - Basic Structure
 * 3.0  - General Compontents
 * 4.0  - Layouts
 * 5.0  - Headers
 *   5.1  - Top Bar
 *   5.2  - Breaking News
 *   5.3  - Main Menu
 *   5.4  - Mobile Menu
 * 6.0  - Magazine Boxes
 * 7.0  - Post Content
 * 8.0  - Shortcodes
 * 9.0  - Sidebars
 * 10.0 - Page Templates
 * 11.0 - Sliders
 * 12.0 - Side Aside
 * 13.0 - Footer
 * 14.0 - Dark Skin
 * 15.0 - Third Party Components
 * 16.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * normalize.css
 * -----------------------------------------------------------------------------
 */
/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

html, body {
  transform: none;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
.sticky {
  overflow: hidden;
}

.bypostauthor {
  overflow: hidden;
}

.aligncenter {
  overflow: hidden;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
figure {
  margin: 0 auto;
}

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

/* Forms
   ========================================================================== */
optgroup {
  font-weight: bold;
}

button, input, select {
  overflow: visible;
}

button, input, select, textarea {
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

textarea {
  overflow: auto;
}

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

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

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

/**
 * Basics
 * -----------------------------------------------------------------------------
 */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  color: #000;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.55;
}

h1 {
  font-size: 41px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #d6986a;
}

.hide, .hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
  clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bottom-spacer, .top-spacer {
  margin-bottom: 2.35em;
}

@media only screen and (min-width: 900px) {
  .bottom-spacer {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 900px) {
  .top-spacer {
    margin-top: 2.5em;
  }
}
.margin-left-auto {
  margin-left: auto;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.h1-off {
  position: absolute;
  top: -9000px;
  left: -9000px;
}

.screen-reader-text {
  display: none;
}

textarea, input, select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  outline: none;
  padding: 6px 12px;
  line-height: 28px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
  max-width: 100%;
  background-color: transparent;
}

button, input, select, textarea {
  margin: 0;
}

textarea, input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.comment-reply-link,
.button,
[type=submit],
.generic-button a,
.generic-button button,
.happyforms-styles input[type=submit].happyforms-submit.happyforms-button--submit,
.happyforms-styles input[type=submit][disabled].happyforms-submit.happyforms-button--submit {
  width: auto;
  position: relative;
  background-color: #d6986a;
  color: #fff;
  padding: 7px 15px;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.comment-reply-link:hover,
.button:hover,
[type=submit]:hover,
.generic-button a:hover,
.generic-button button:hover,
.happyforms-styles input[type=submit].happyforms-submit.happyforms-button--submit:hover,
.happyforms-styles input[type=submit][disabled].happyforms-submit.happyforms-button--submit:hover {
  background-color: #000;
  cursor: pointer;
  color: #FFF;
}

.comment-list .reply a.comment-reply-link, a.comment-reply-link {
  color: #FFF !important;
  font-weight: bold !important;
}

.search-field {
  float: left;
  width: 73%;
}

.search-submit[type=submit] {
  float: right;
  padding: 7px;
  margin-left: 2%;
  width: 25%;
}

.wp-block-search__inside-wrapper {
  position: relative;
}

.widget_search .search-form,
.widget_search .wp-block-search {
  position: relative;
  overflow: hidden;
}
.widget_search .search-form .search-field,
.widget_search .search-form input.wp-block-search__input,
.widget_search .wp-block-search .search-field,
.widget_search .wp-block-search input.wp-block-search__input {
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  outline-offset: -2px !important;
  -webkit-appearance: none !important;
  width: 100%;
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding: 5px 39px 11px 0;
}
.widget_search .search-form .search-field:focus,
.widget_search .search-form input.wp-block-search__input:focus,
.widget_search .wp-block-search .search-field:focus,
.widget_search .wp-block-search input.wp-block-search__input:focus {
  border-color: #d6986a;
}
.widget_search .search-form .search-submit,
.widget_search .search-form .wp-block-search__button,
.widget_search .wp-block-search .search-submit,
.widget_search .wp-block-search .wp-block-search__button {
  background-color: transparent;
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999999px;
}
.widget_search .search-form .wp-block-search__inside-wrapper::after, .widget_search .search-form::after,
.widget_search .wp-block-search .wp-block-search__inside-wrapper::after,
.widget_search .wp-block-search::after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: url('data:image/svg+xml; utf8,  &lt;svg fill="rgba(0, 0, 0, 0.55)" xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 100 100"&gt; &lt;path d="M95.2,88.9L77.7,71.2c6-7.5,9.3-16.7,9.3-26.1c0-23-18.7-41.8-41.8-41.8c-23,0-41.8,18.8-41.8,41.9 c0,23,18.7,41.8,41.8,41.8c9.5,0,18.8-3.3,26.1-9.3l17.5,17.5c0.9,0.9,2,1.3,3.2,1.3s2.3-0.5,3.2-1.3c0.9-0.9,1.3-2,1.3-3.2 S96.1,89.7,95.2,88.9z M45.2,77.8c-18,0-32.7-14.6-32.7-32.6c0-18,14.7-32.7,32.7-32.7c18,0,32.7,14.7,32.7,32.7 C77.9,63.2,63.2,77.8,45.2,77.8z"&gt;&lt;/path&gt; &lt;/svg&gt;');
  background: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-search::after {
  display: none !important;
}

/*  ----------------------------------------------------------------------------
    less for Gutenberg elements
*/
.wp-block-image {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-image figcaption {
  text-align: center;
  margin: 10px 0 26px 0;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  color: #999;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 11px;
  line-height: 17px;
}

.wp-block-categories {
  padding: 0 10px;
}
.wp-block-categories,
.wp-block-categories ul {
  list-style-type: none;
}
.wp-block-categories ul {
  margin: 5px 0 0;
  padding-left: 26px;
}
.wp-block-categories li {
  margin-left: 0;
  margin-bottom: 5px;
}
.wp-block-categories li:last-child {
  margin-bottom: 0;
}
.wp-block-categories a {
  color: #000;
}
.wp-block-categories a:hover {
  text-decoration: none;
}
.wp-block-categories .td-widget-no {
  float: right;
}
.wp-block-categories select {
  height: 30px;
  margin-bottom: 10px;
  margin-top: 13px;
  padding: 0 5px;
}

.wp-block-quote cite {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}

.wp-block-archives li {
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.wp-block-archives li a {
  color: #222222;
}
.wp-block-archives li a:hover {
  text-decoration: none !important;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  display: flex;
  margin: 10px 0 !important;
  line-height: 21px;
  padding-bottom: 13px;
  font-size: 12px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #b5b5b5;
  font-style: italic;
  margin-bottom: 5px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment p {
  margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a {
  color: #222222;
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
  text-decoration: none !important;
}

.wp-block-latest-posts:not(.is-grid) li {
  list-style: none;
  margin-bottom: 8px !important;
  margin-left: 0;
  padding-bottom: 7px;
  border-bottom: 1px dashed #f1f1f1;
}
.wp-block-latest-posts:not(.is-grid) li:last-child {
  border-bottom: none;
}
.wp-block-latest-posts:not(.is-grid) li a {
  display: inline-block;
  color: #222222;
  line-height: 21px;
}
.wp-block-latest-posts:not(.is-grid) li a:hover {
  text-decoration: none !important;
}
.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__post-date {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #b5b5b5;
  font-style: italic;
  margin-bottom: 5px;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background-color: #444 !important;
  text-decoration: none !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*=has-background]) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #444;
  color: #fff;
  text-decoration: none !important;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
  color: inherit;
}
p.has-drop-cap:not([class*=has-text-color]):not(:focus):first-letter {
  color: #4B4B4B;
}

@media (min-width: 1485px) {
  .alignwide {
    margin-left: -200px;
    max-width: 100vw;
  }
  .alignwide.wp-block-video video {
    width: 100%;
  }
}

pre {
  overflow: hidden;
}

.alignfull {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
}
.alignfull.wp-block-cover.has-parallax {
  left: auto;
  transform: none;
}
.alignfull.wp-block-columns {
  padding-left: 8px;
  padding-right: 8px;
}
.alignfull.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
.alignfull.wp-block-embed-wordpress-tv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.wp-block-media-text {
  margin-bottom: 26px;
}

.td-post-content p.has-small-font-size {
  font-size: 11px;
}
.td-post-content p.has-large-font-size {
  font-size: 32px;
}
.td-post-content p.has-larger-font-size {
  font-size: 50px;
}

.wp-video-shortcode,
.wp-video {
  width: 100% !important;
  height: auto !important;
}

div.mejs-container div.mejs-controls {
  background: #d6986a;
  color: #ffffff;
}

.mejs-container .mejs-time-current {
  background: #ffffff;
}

.mejs-container .mejs-time-loaded,
.mejs-container .mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.5);
}

.mejs-container.wp-video-shortcode.mejs-video {
  padding-top: 57%;
}

.mejs-container .mejs-overlay,
.mejs-container .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.mejs-overlay-button {
  display: none;
}

.clearfix {
  clear: both;
}

@-webkit-keyframes jamalSlideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes jamalSlideInUp {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.jamal-animate-slideInUp {
  opacity: 0;
  -webkit-animation: jamalSlideInUp 0.4s forwards 1;
  animation: jamalSlideInUp 0.4s forwards 1;
}

.jamal-animate-delay:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.jamal-animate-delay:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.jamal-animate-delay:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.jamal-animate-delay:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.jamal-animate-delay:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.jamal-animate-delay:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.jamal-animate-delay:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.jamal-animate-delay:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.jamal-animate-delay:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.jamal-animate-delay:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media only screen and (min-width: 1025px) {
  blockquote {
    padding-left: 3em;
    padding-right: 3em;
  }
}
blockquote {
  position: relative;
  padding: 70px 21px 21px;
  text-align: center;
  border: 0 none !important;
}
blockquote::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  opacity: 0.07;
  background-color: #d6986a;
}
blockquote::after {
  display: block;
  width: 1em;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 20px;
  cursor: default;
  vertical-align: bottom;
  content: url('data:image/svg+xml; utf8, &lt;svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="40px" height="40px" viewBox="0 0 1024 1024"&gt;&lt;path d="M256 326.4c0-12.8 0-25.6 0-38.4 0-64 12.8-128 38.4-185.6-172.8 70.4-294.4 243.2-294.4 441.6 0 121.6 102.4 224 224 224s224-102.4 224-224c0-108.8-83.2-204.8-192-217.6zM832 326.4c0-12.8 0-25.6 0-38.4 0-64 12.8-128 38.4-185.6-172.8 70.4-294.4 243.2-294.4 441.6 0 121.6 102.4 224 224 224s224-102.4 224-224c0-108.8-83.2-204.8-192-217.6z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}

.post-views.entry-meta {
  display: none !important;
}

/* All */
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Text Color */
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_rss ul li .rsswidget {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.jamal-back-to-top {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow svg {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow.slick-prev {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow.slick-next {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lora Regular"), local("Lora-Regular"), url(https://fonts.gstatic.com/s/lora/v14/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Lora Bold"), local("Lora-Bold"), url(https://fonts.gstatic.com/s/lora/v14/0QIgMX1D_JOuO7HeNtxumtus-7w.woff2) format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Lora Italic"), local("Lora-Italic"), url(https://fonts.gstatic.com/s/lora/v14/0QIhMX1D_JOuMw_LIftLtfOm8w.woff2) format("woff2");
}
/*@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
}*/
/*@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local('Prata Regular'), local('Prata-Regular'), url(https://fonts.gstatic.com/s/prata/v10/6xKhdSpbNNCT-sWPCm7bLnwI.woff2) format('woff2');
}*/
/*@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v21/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v21/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6hPvhPQ.woff2) format('woff2');
}*/
@font-face {
  font-family: "poynter-400";
  src: url("lib/assets/fonts/poynter/poynter-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poynter-500";
  src: url("lib/assets/fonts/poynter/poynter-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poynter-900";
  src: url("lib/assets/fonts/poynter/poynter-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
}
*, *:before, *:after {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  outline-offset: -7px;
}

.container--sml {
  max-width: 380px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.drop-in .bd-container {
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  -webkit-transition: padding 0.4s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: padding 0.4s cubic-bezier(0.694, 0.0482, 0.335, 1);
  width: 100%;
}

@media screen and (min-width: 744px) {
  .drop-in .bd-container {
    width: 98vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bd-col-xs-1, .bd-col-sm-1, .bd-col-md-1, .bd-col-lg-1, .bd-col-xs-2, .bd-col-sm-2, .bd-col-md-2, .bd-col-lg-2, .bd-col-xs-3, .bd-col-sm-3, .bd-col-md-3, .bd-col-lg-3, .bd-col-xs-4, .bd-col-sm-4, .bd-col-md-4, .bd-col-lg-4, .bd-col-xs-5, .bd-col-sm-5, .bd-col-md-5, .bd-col-lg-5, .bd-col-xs-6, .bd-col-sm-6, .bd-col-md-6, .bd-col-lg-6, .bd-col-xs-7, .bd-col-sm-7, .bd-col-md-7, .bd-col-lg-7, .bd-col-xs-8, .bd-col-sm-8, .bd-col-md-8, .bd-col-lg-8, .bd-col-xs-9, .bd-col-sm-9, .bd-col-md-9, .bd-col-lg-9, .bd-col-xs-10, .bd-col-sm-10, .bd-col-md-10, .bd-col-lg-10, .bd-col-xs-11, .bd-col-sm-11, .bd-col-md-11, .bd-col-lg-11, .bd-col-xs-12, .bd-col-sm-12, .bd-col-md-12, .bd-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.bd-col-xs-1, .bd-col-xs-2, .bd-col-xs-3, .bd-col-xs-4, .bd-col-xs-5, .bd-col-xs-6, .bd-col-xs-7, .bd-col-xs-8, .bd-col-xs-9, .bd-col-xs-10, .bd-col-xs-11, .bd-col-xs-12 {
  float: left;
}

.bd-col-xs-1 {
  width: 8.33333%;
}

.bd-col-xs-2 {
  width: 16.66667%;
}

.bd-col-xs-3 {
  width: 25%;
}

.bd-col-xs-4 {
  width: 33.33333%;
}

.bd-col-xs-5 {
  width: 41.66667%;
}

.bd-col-xs-6 {
  width: 50%;
}

.bd-col-xs-7 {
  width: 58.33333%;
}

.bd-col-xs-8 {
  width: 66.66667%;
}

.bd-col-xs-9 {
  width: 75%;
}

.bd-col-xs-10 {
  width: 83.33333%;
}

.bd-col-xs-11 {
  width: 91.66667%;
}

.bd-col-xs-12 {
  width: 100%;
}

.bd-col-xs-pull-0 {
  right: auto;
}

.bd-col-xs-pull-1 {
  right: 8.33333%;
}

.bd-col-xs-pull-2 {
  right: 16.66667%;
}

.bd-col-xs-pull-3 {
  right: 25%;
}

.bd-col-xs-pull-4 {
  right: 33.33333%;
}

.bd-col-xs-pull-5 {
  right: 41.66667%;
}

.bd-col-xs-pull-6 {
  right: 50%;
}

.bd-col-xs-pull-7 {
  right: 58.33333%;
}

.bd-col-xs-pull-8 {
  right: 66.66667%;
}

.bd-col-xs-pull-9 {
  right: 75%;
}

.bd-col-xs-pull-10 {
  right: 83.33333%;
}

.bd-col-xs-pull-11 {
  right: 91.66667%;
}

.bd-col-xs-pull-12 {
  right: 100%;
}

.bd-col-xs-push-0 {
  left: auto;
}

.bd-col-xs-push-1 {
  left: 8.33333%;
}

.bd-col-xs-push-2 {
  left: 16.66667%;
}

.bd-col-xs-push-3 {
  left: 25%;
}

.bd-col-xs-push-4 {
  left: 33.33333%;
}

.bd-col-xs-push-5 {
  left: 41.66667%;
}

.bd-col-xs-push-6 {
  left: 50%;
}

.bd-col-xs-push-7 {
  left: 58.33333%;
}

.bd-col-xs-push-8 {
  left: 66.66667%;
}

.bd-col-xs-push-9 {
  left: 75%;
}

.bd-col-xs-push-10 {
  left: 83.33333%;
}

.bd-col-xs-push-11 {
  left: 91.66667%;
}

.bd-col-xs-push-12 {
  left: 100%;
}

.bd-col-xs-offset-0 {
  margin-left: 0%;
}

.bd-col-xs-offset-1 {
  margin-left: 8.33333%;
}

.bd-col-xs-offset-2 {
  margin-left: 16.66667%;
}

.bd-col-xs-offset-3 {
  margin-left: 25%;
}

.bd-col-xs-offset-4 {
  margin-left: 33.33333%;
}

.bd-col-xs-offset-5 {
  margin-left: 41.66667%;
}

.bd-col-xs-offset-6 {
  margin-left: 50%;
}

.bd-col-xs-offset-7 {
  margin-left: 58.33333%;
}

.bd-col-xs-offset-8 {
  margin-left: 66.66667%;
}

.bd-col-xs-offset-9 {
  margin-left: 75%;
}

.bd-col-xs-offset-10 {
  margin-left: 83.33333%;
}

.bd-col-xs-offset-11 {
  margin-left: 91.66667%;
}

.bd-col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .bd-col-sm-1, .bd-col-sm-2, .bd-col-sm-3, .bd-col-sm-4, .bd-col-sm-5, .bd-col-sm-6, .bd-col-sm-7, .bd-col-sm-8, .bd-col-sm-9, .bd-col-sm-10, .bd-col-sm-11, .bd-col-sm-12 {
    float: left;
  }

  .bd-col-sm-1 {
    width: 8.33333%;
  }

  .bd-col-sm-2 {
    width: 16.66667%;
  }

  .bd-col-sm-3 {
    width: 25%;
  }

  .bd-col-sm-4 {
    width: 33.33333%;
  }

  .bd-col-sm-5 {
    width: 41.66667%;
  }

  .bd-col-sm-6 {
    width: 50%;
  }

  .bd-col-sm-7 {
    width: 58.33333%;
  }

  .bd-col-sm-8 {
    width: 66.66667%;
  }

  .bd-col-sm-9 {
    width: 75%;
  }

  .bd-col-sm-10 {
    width: 83.33333%;
  }

  .bd-col-sm-11 {
    width: 91.66667%;
  }

  .bd-col-sm-12 {
    width: 100%;
  }

  .bd-col-sm-pull-0 {
    right: auto;
  }

  .bd-col-sm-pull-1 {
    right: 8.33333%;
  }

  .bd-col-sm-pull-2 {
    right: 16.66667%;
  }

  .bd-col-sm-pull-3 {
    right: 25%;
  }

  .bd-col-sm-pull-4 {
    right: 33.33333%;
  }

  .bd-col-sm-pull-5 {
    right: 41.66667%;
  }

  .bd-col-sm-pull-6 {
    right: 50%;
  }

  .bd-col-sm-pull-7 {
    right: 58.33333%;
  }

  .bd-col-sm-pull-8 {
    right: 66.66667%;
  }

  .bd-col-sm-pull-9 {
    right: 75%;
  }

  .bd-col-sm-pull-10 {
    right: 83.33333%;
  }

  .bd-col-sm-pull-11 {
    right: 91.66667%;
  }

  .bd-col-sm-pull-12 {
    right: 100%;
  }

  .bd-col-sm-push-0 {
    left: auto;
  }

  .bd-col-sm-push-1 {
    left: 8.33333%;
  }

  .bd-col-sm-push-2 {
    left: 16.66667%;
  }

  .bd-col-sm-push-3 {
    left: 25%;
  }

  .bd-col-sm-push-4 {
    left: 33.33333%;
  }

  .bd-col-sm-push-5 {
    left: 41.66667%;
  }

  .bd-col-sm-push-6 {
    left: 50%;
  }

  .bd-col-sm-push-7 {
    left: 58.33333%;
  }

  .bd-col-sm-push-8 {
    left: 66.66667%;
  }

  .bd-col-sm-push-9 {
    left: 75%;
  }

  .bd-col-sm-push-10 {
    left: 83.33333%;
  }

  .bd-col-sm-push-11 {
    left: 91.66667%;
  }

  .bd-col-sm-push-12 {
    left: 100%;
  }

  .bd-col-sm-offset-0 {
    margin-left: 0%;
  }

  .bd-col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .bd-col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .bd-col-sm-offset-3 {
    margin-left: 25%;
  }

  .bd-col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .bd-col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .bd-col-sm-offset-6 {
    margin-left: 50%;
  }

  .bd-col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .bd-col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .bd-col-sm-offset-9 {
    margin-left: 75%;
  }

  .bd-col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .bd-col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .bd-col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .bd-col-md-1, .bd-col-md-2, .bd-col-md-3, .bd-col-md-4, .bd-col-md-5, .bd-col-md-6, .bd-col-md-7, .bd-col-md-8, .bd-col-md-9, .bd-col-md-10, .bd-col-md-11, .bd-col-md-12 {
    float: left;
  }

  .bd-col-md-1 {
    width: 8.33333%;
  }

  .bd-col-md-2 {
    width: 16.66667%;
  }

  .bd-col-md-3 {
    width: 25%;
  }

  .bd-col-md-4 {
    width: 33.33333%;
  }

  .bd-col-md-5 {
    width: 41.66667%;
  }

  .bd-col-md-6 {
    width: 50%;
  }

  .bd-col-md-7 {
    width: 58.33333%;
  }

  .bd-col-md-8 {
    width: 66.66667%;
  }

  .bd-col-md-9 {
    width: 75%;
  }

  .bd-col-md-10 {
    width: 83.33333%;
  }

  .bd-col-md-11 {
    width: 91.66667%;
  }

  .bd-col-md-12 {
    width: 100%;
  }

  .bd-col-md-pull-0 {
    right: auto;
  }

  .bd-col-md-pull-1 {
    right: 8.33333%;
  }

  .bd-col-md-pull-2 {
    right: 16.66667%;
  }

  .bd-col-md-pull-3 {
    right: 25%;
  }

  .bd-col-md-pull-4 {
    right: 33.33333%;
  }

  .bd-col-md-pull-5 {
    right: 41.66667%;
  }

  .bd-col-md-pull-6 {
    right: 50%;
  }

  .bd-col-md-pull-7 {
    right: 58.33333%;
  }

  .bd-col-md-pull-8 {
    right: 66.66667%;
  }

  .bd-col-md-pull-9 {
    right: 75%;
  }

  .bd-col-md-pull-10 {
    right: 83.33333%;
  }

  .bd-col-md-pull-11 {
    right: 91.66667%;
  }

  .bd-col-md-pull-12 {
    right: 100%;
  }

  .bd-col-md-push-0 {
    left: auto;
  }

  .bd-col-md-push-1 {
    left: 8.33333%;
  }

  .bd-col-md-push-2 {
    left: 16.66667%;
  }

  .bd-col-md-push-3 {
    left: 25%;
  }

  .bd-col-md-push-4 {
    left: 33.33333%;
  }

  .bd-col-md-push-5 {
    left: 41.66667%;
  }

  .bd-col-md-push-6 {
    left: 50%;
  }

  .bd-col-md-push-7 {
    left: 58.33333%;
  }

  .bd-col-md-push-8 {
    left: 66.66667%;
  }

  .bd-col-md-push-9 {
    left: 75%;
  }

  .bd-col-md-push-10 {
    left: 83.33333%;
  }

  .bd-col-md-push-11 {
    left: 91.66667%;
  }

  .bd-col-md-push-12 {
    left: 100%;
  }

  .bd-col-md-offset-0 {
    margin-left: 0%;
  }

  .bd-col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .bd-col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .bd-col-md-offset-3 {
    margin-left: 25%;
  }

  .bd-col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .bd-col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .bd-col-md-offset-6 {
    margin-left: 50%;
  }

  .bd-col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .bd-col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .bd-col-md-offset-9 {
    margin-left: 75%;
  }

  .bd-col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .bd-col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .bd-col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .bd-col-lg-1, .bd-col-lg-2, .bd-col-lg-3, .bd-col-lg-4, .bd-col-lg-5, .bd-col-lg-6, .bd-col-lg-7, .bd-col-lg-8, .bd-col-lg-9, .bd-col-lg-10, .bd-col-lg-11, .bd-col-lg-12 {
    float: left;
  }

  .bd-col-lg-1 {
    width: 8.33333%;
  }

  .bd-col-lg-2 {
    width: 16.66667%;
  }

  .bd-col-lg-3 {
    width: 25%;
  }

  .bd-col-lg-4 {
    width: 33.33333%;
  }

  .bd-col-lg-5 {
    width: 41.66667%;
  }

  .bd-col-lg-6 {
    width: 50%;
  }

  .bd-col-lg-7 {
    width: 58.33333%;
  }

  .bd-col-lg-8 {
    width: 66.66667%;
  }

  .bd-col-lg-9 {
    width: 75%;
  }

  .bd-col-lg-10 {
    width: 83.33333%;
  }

  .bd-col-lg-11 {
    width: 91.66667%;
  }

  .bd-col-lg-12 {
    width: 100%;
  }

  .bd-col-lg-pull-0 {
    right: auto;
  }

  .bd-col-lg-pull-1 {
    right: 8.33333%;
  }

  .bd-col-lg-pull-2 {
    right: 16.66667%;
  }

  .bd-col-lg-pull-3 {
    right: 25%;
  }

  .bd-col-lg-pull-4 {
    right: 33.33333%;
  }

  .bd-col-lg-pull-5 {
    right: 41.66667%;
  }

  .bd-col-lg-pull-6 {
    right: 50%;
  }

  .bd-col-lg-pull-7 {
    right: 58.33333%;
  }

  .bd-col-lg-pull-8 {
    right: 66.66667%;
  }

  .bd-col-lg-pull-9 {
    right: 75%;
  }

  .bd-col-lg-pull-10 {
    right: 83.33333%;
  }

  .bd-col-lg-pull-11 {
    right: 91.66667%;
  }

  .bd-col-lg-pull-12 {
    right: 100%;
  }

  .bd-col-lg-push-0 {
    left: auto;
  }

  .bd-col-lg-push-1 {
    left: 8.33333%;
  }

  .bd-col-lg-push-2 {
    left: 16.66667%;
  }

  .bd-col-lg-push-3 {
    left: 25%;
  }

  .bd-col-lg-push-4 {
    left: 33.33333%;
  }

  .bd-col-lg-push-5 {
    left: 41.66667%;
  }

  .bd-col-lg-push-6 {
    left: 50%;
  }

  .bd-col-lg-push-7 {
    left: 58.33333%;
  }

  .bd-col-lg-push-8 {
    left: 66.66667%;
  }

  .bd-col-lg-push-9 {
    left: 75%;
  }

  .bd-col-lg-push-10 {
    left: 83.33333%;
  }

  .bd-col-lg-push-11 {
    left: 91.66667%;
  }

  .bd-col-lg-push-12 {
    left: 100%;
  }

  .bd-col-lg-offset-0 {
    margin-left: 0%;
  }

  .bd-col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .bd-col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .bd-col-lg-offset-3 {
    margin-left: 25%;
  }

  .bd-col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .bd-col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .bd-col-lg-offset-6 {
    margin-left: 50%;
  }

  .bd-col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .bd-col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .bd-col-lg-offset-9 {
    margin-left: 75%;
  }

  .bd-col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .bd-col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .bd-col-lg-offset-12 {
    margin-left: 100%;
  }
}
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container-fluid:before {
  content: " ";
  display: table;
}
.container:after, .container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1072px) {
  .container {
    max-width: 1072px;
  }
}
.bd-row {
  margin-left: -15px;
  margin-right: -15px;
}
.bd-row:before {
  content: " ";
  display: table;
}
.bd-row:after {
  content: " ";
  display: table;
  clear: both;
}

.container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.container.has-sidebar {
  max-width: 1000px;
}

@media only screen and (min-width: 600px) {
  .container {
    width: 86%;
    padding-left: 0;
    padding-right: 0;
  }
}
.max-width {
  max-width: 100%;
}

.max-width-910 {
  max-width: 910px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 650px;
}

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

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.bd-container {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .bd-container {
    max-width: 600px;
  }
}
@media (min-width: 720px) {
  .bd-container {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .bd-container {
    max-width: 1140px;
  }
}
@media (max-width: 650px) {
  .bd-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-inner {
  position: relative;
  min-height: 600px;
  -webkit-transition: left 0.4s ease, right 0.4s ease;
  -moz-transition: left 0.4s ease, right 0.4s ease;
  -o-transition: left 0.4s ease, right 0.4s ease;
  -ms-transition: left 0.4s ease, right 0.4s ease;
  transition: left 0.4s ease, right 0.4s ease;
  left: 0;
}
@media (max-width: 990px) {
  .site-inner {
    left: initial;
    right: 0;
  }
}

body.is-header-v3 .site-inner,
body.is-header-v5 .site-inner,
body.is-header-v6 .site-inner {
  left: initial;
  right: 0;
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.jamal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jamal-container {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .jamal-container {
    width: 600px;
  }
}
@media (min-width: 720px) {
  .jamal-container {
    width: 720px;
  }
}
@media (min-width: 991px) {
  .jamal-container {
    width: 1140px;
  }
}
@media (max-width: 1024px) {
  .jamal-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.jamal-container::after, .jamal-container::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.jamal-container::after {
  clear: both;
}

.jamal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ja-col-md-4 {
  margin-bottom: 50px;
}
.ja-col-md-4:last-child {
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .jamal-row {
    transform: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .jamal-row::after, .jamal-row::before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .jamal-row::after {
    clear: both;
  }

  .ja-col-md-4 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}
.jamal-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.jamal-nth-child-1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jamal-nth-child-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jamal-nth-child-3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 991px) {
  .main-content {
    margin-right: 0;
    margin-left: 0;
  }
  .main-content::after, .main-content::before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .main-content::after {
    clear: both;
  }

  .content-area {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 1px;
  }
  .content-area::after, .content-area::before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .content-area::after {
    clear: both;
  }

  .sidebar-area {
    position: relative;
    display: block;
    min-height: 1px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-area::after, .sidebar-area::before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .sidebar-area::after {
    clear: both;
  }

  .sidebar-right .content-area {
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 360px);
  }
  .sidebar-right .sidebar-area {
    float: right;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-left .content-area {
    float: right;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 360px);
  }
  .sidebar-left .sidebar-area {
    float: left;
    width: 300px;
    padding-right: 0;
    padding-left: 0;
  }
}
.site-content {
  margin: 30px auto 45px;
}
.site-content::after, .site-content::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-content::after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider::after, .slick-slider::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.slick-slider::after {
  clear: both;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ja-slick-dots {
  position: absolute;
  bottom: 100px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
}
.ja-slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 11px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.ja-slick-dots button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  background: #000;
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 1px;
  border-radius: 100%;
  transition: 0.3s;
}
.ja-slick-dots button:hover, .ja-slick-dots button:focus {
  outline: none;
}
.ja-slick-dots button:hover:before, .ja-slick-dots button:focus:before {
  opacity: 1;
}
.ja-slick-dots .slick-active button,
.ja-slick-dots button:hover {
  background: #d6986a;
  transform: scale(1.5, 1.5);
}
.fullwidth-slider-wrapper .ja-slick-dots .slick-active button, .boxed-slider-wrapper .ja-slick-dots .slick-active button,
.fullwidth-slider-wrapper .ja-slick-dots button:hover,
.boxed-slider-wrapper .ja-slick-dots button:hover {
  background: #ffffff;
}

.loader-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  vertical-align: middle;
  min-height: 200px;
}

.slider-in-widget {
  position: relative;
  z-index: 3;
}
.slider-in-widget .slick-list {
  width: 100%;
}
.slider-in-widget .slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.slider-in-widget .slide .entry-featured-media {
  margin-bottom: 0;
}
.slider-in-widget .ja-slick-widget:not(.slick-initialized) .slide {
  display: none;
}
.slider-in-widget .ja-slick-widget:not(.slick-initialized) .slide:first-child {
  display: block;
}
.slider-in-widget .thumb-caption {
  text-align: initial;
  position: absolute;
  z-index: 4;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  padding: 30px;
  pointer-events: none;
  background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75) 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.333);
}
@media screen and (max-width: 767px) {
  .slider-in-widget .thumb-caption {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider-in-widget .thumb-caption h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.slider-in-widget .thumb-caption h3::after {
  display: block;
  height: 0;
  margin-top: 8px;
  content: "";
}

.slick-arrow {
  position: absolute;
  overflow: hidden;
  background-color: #000;
  border: none;
  color: #FFF;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-left: initial;
  margin-right: initial;
  margin-bottom: initial;
  margin-top: -16px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  opacity: 0.8;
}
.slick-arrow svg {
  fill: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.slick-arrow.slick-prev {
  /*@media (min-width: 720px) {
    left: -46px;
  }*/
  left: 14px;
}
.slick-arrow.slick-next {
  /* @media (min-width: 720px) {
     right: -46px;
   }*/
  right: 14px;
}
.slick-arrow:hover {
  background-color: #d6986a;
}

.ja-slick-widget:not(.slick-initialized) .slide {
  display: none;
}

/*.slick-initialized:hover {
  .slick-arrow {
    &amp;.slick-prev {
      left: 14px;
    }
    &amp;.slick-next {
      right: 14px;
    }
  }
}*/
/* Lazy load */
.is-lazyload .lazy-img {
  /*    will-change: opacity;*/
}
.is-lazyload .lazy-img[data-src] {
  opacity: 0.5;
  background-color: #eeeeee;
  animation: lazyloadeffect 0.5s linear;
}
.is-lazyload .lazy-img[data-src] {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.jamal-skin-dark .is-lazyload .lazy-img[data-src],
.is-lazyload .jamal-skin-dark .lazy-img[data-src] {
  background-color: #000;
}

@keyframes lazyloadeffect {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
/* Loader */
.ja-loading {
  display: inline-block;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border: 0.4em solid rgba(0, 0, 0, 0.2);
  border-left-color: #d6986a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: ja_loader 0.8s infinite linear !important;
  -o-animation: ja_loader 0.8s infinite linear !important;
  animation: ja_loader 0.8s infinite linear !important;
}

.ja-loading,
.ja-loading:after {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.ja-loading.ja-loading-small,
.ja-loading.ja-loading-small:after {
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  .ja-loading,
.ja-loading:after {
    width: 35px;
    height: 35px;
  }
}
@-webkit-keyframes ja_loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ja_loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ja-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ja-circle &gt; svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 14px;
  margin: 0 auto !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  fill: #000;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ja-circle:hover {
  border-color: #d6986a;
}
.ja-circle:hover &gt; svg {
  fill: #d6986a;
}

.fluid-video-wrapper {
  position: relative;
  padding-top: 56.25%;
  pointer-events: none;
  /*&amp;::before {
    content: "";
    display: block;
    padding-top: 56.25%
  }*/
}
.fluid-video-wrapper iframe,
.fluid-video-wrapper object,
.fluid-video-wrapper embed,
.fluid-video-wrapper .wp-video,
.fluid-video-wrapper .wp-video-shortcode.mejs-video,
.fluid-video-wrapper .fb_reset &gt; div,
.fluid-video-wrapper .fb_reset &gt; div &gt; div {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.entry-media-self .fluid-video-wrapper::before {
  display: none;
  padding-top: 0;
}

.sidebar-enabled .alignfull {
  position: relative;
  left: initial !important;
  transform: translateX(0) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.pages-nav {
  margin-top: 35px;
  /*padding-top: 35px;
  border-top: 1px $base-border-color solid;*/
  overflow: hidden;
  position: relative;
  display: block;
  clear: both;
  text-align: center;
}
@media (max-width: 767px) {
  .pages-nav {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .pages-nav {
    margin-bottom: 35px;
  }
}
.pages-nav &gt; span a {
  display: inline-block;
  padding: 3px 20px;
  line-height: 35px;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  border: 2px solid #000;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
  color: #000;
}
.pages-nav &gt; span a:hover {
  border-color: #d6986a;
  color: #d6986a;
}
.pages-nav &gt; span.first-page {
  float: left;
}
.pages-nav &gt; span.last-page {
  float: right;
}
.pages-nav ul li {
  display: inline-block;
  float: none;
  margin: 6px;
}
@media (max-width: 767px) {
  .pages-nav ul li {
    float: none;
    margin: 4px;
  }
}
.pages-nav ul li a, .pages-nav ul li span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
  color: #000;
}
.pages-nav ul li a svg, .pages-nav ul li span svg {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  fill: #000;
}
.pages-nav ul li.first-last-pages a, .pages-nav ul li.first-last-pages span {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.pages-nav ul li.current a, .pages-nav ul li.current span, .pages-nav ul li:hover a, .pages-nav ul li:hover span {
  border-color: #d6986a;
  color: #d6986a;
}
.pages-nav ul li.current a svg, .pages-nav ul li.current span svg, .pages-nav ul li:hover a svg, .pages-nav ul li:hover span svg {
  fill: #d6986a;
}

body.author .page-header .page-header-container {
  padding-top: 60px;
}

.page-header {
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
  /*  &amp;::before {
      content: "";
      background-color: #eee;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
    }*/
  /*
  border-color: #e8e8e8;
  border-width: 1px 0 1px 0;
  border-style: solid;
  */
  margin-bottom: 60px;
  margin-top: 30px;
}
.page-header .author-box .author-wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  background: transparent none !important;
  padding: 0;
}
.page-header .page-header-container {
  position: relative;
  z-index: 2;
}
.page-header &gt; svg {
  /*    left: 50%;
      transform: translateX(-50%);*/
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -2px;
  z-index: 1;
  max-height: 204px;
  width: 100%;
  fill: #FFF;
  display: none;
}
.page-header .author-box {
  margin: 0 auto;
}
.page-header .page-subtitle,
.page-header .taxonomy-description {
  color: #999;
}
@media (max-width: 991px) {
  .page-header .page-subtitle,
.page-header .taxonomy-description {
    font-size: 14px;
    line-height: 1.44;
  }
}
.page-header .page-subtitle {
  margin-bottom: 5px;
}
.page-header .taxonomy-description {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 21px;
    line-height: 1.44;
  }
}

.page-header-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .page-header-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 991px) {
  .page-header-container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

div.happyforms-flex {
  margin: 0 auto !important;
  padding: 0 !important;
}

.sidebar-enabled .ja-slick-widget .entry-featured-media::before {
  padding-bottom: 60%;
}

.full-width .single .main-content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.full-width .ja-slick-widget .entry-featured-media::before {
  padding-bottom: 48.9%;
}
@media (max-width: 768px) {
  .full-width .ja-slick-widget .entry-featured-media::before {
    padding-bottom: 58.9%;
  }
}
@media (max-width: 444px) {
  .full-width .ja-slick-widget .entry-featured-media::before {
    padding-bottom: 68.9%;
  }
}

.ja-content-grid .entry-media-inner::after {
  display: none !important;
}
.ja-content-grid figure.entry-featured-media::before {
  padding-top: 0 !important;
  padding-bottom: 292px !important;
}
.ja-content-grid div.fluid-video-wrapper,
.ja-content-grid .mejs-container.wp-video-shortcode.mejs-video {
  overflow: hidden;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  padding-bottom: 78% !important;
  padding-top: 0 !important;
}
.ja-content-grid div.fluid-video-wrapper::before,
.ja-content-grid .mejs-container.wp-video-shortcode.mejs-video::before {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page .jamal-post-container .entry-excerpt &gt; p, body.page .jamal-post-container .entry-excerpt &gt; ul, body.page .jamal-post-container .entry-excerpt &gt; ol, body.page .jamal-post-container .entry-excerpt &gt; h1, body.page .jamal-post-container .entry-excerpt &gt; h2, body.page .jamal-post-container .entry-excerpt &gt; h3, body.page .jamal-post-container .entry-excerpt &gt; h4, body.page .jamal-post-container .entry-excerpt &gt; h5, body.page .jamal-post-container .entry-excerpt &gt; h6, body.page .jamal-post-container .entry-excerpt &gt; .happyforms-form {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-separator {
  border-color: #d6986a;
}

/*
Video Responsive

It uses padding as a hack to maintain ratio:
padding-bottom = (height / width) * 100%.

You need to calculate the ratio of your embed to get this to work. In my example (width="560" height="315") the ratio is to be calculated as follows:
315px / 560px = 0.5625 = 56.25%
 */
#masthead.header-v1 .jamal-col.jamal-nth-child-1,
#masthead.header-v1 .jamal-col.jamal-nth-child-2,
#masthead.header-v1 .jamal-col.jamal-nth-child-3 {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.site-header {
  position: relative;
  z-index: 100;
  /*border-bottom: 1px solid #e9e9e9;*/
  /*box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);*/
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-header .jamal-topbar-inner {
  display: none;
}
@media (min-width: 991px) {
  .site-header .jamal-topbar-inner {
    display: block;
  }
}
.site-header .jamal-topbar-inner .jamal-container {
  height: 48px;
}
.site-header .jamal-topbar-inner .jamal-container .main-navigation {
  line-height: 48px;
}
.site-header .jamal-header-inner .jamal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 720px) {
  .site-header .jamal-header-inner .jamal-container {
    height: 72px;
  }
}
@media (min-width: 991px) {
  .site-header .jamal-header-inner .jamal-container {
    height: 86px;
  }
}
.site-header .jamal-container {
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  margin-left: auto;
  margin-right: auto;
  height: 52px;
}
@media (min-width: 991px) {
  .site-header.header-v1 .jamal-col:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header.header-v1 .jamal-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-header.header-v1 .jamal-col:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.site-header.header-v2:not(.header-v6) .jamal-topbar-inner {
  border: 0 none;
  background: #000;
}
.site-header.header-v2:not(.header-v6) .jamal-topbar-inner .jamal-container {
  height: 100%;
}
.site-header.header-v2:not(.header-v6) .jamal-topbar-inner .jamal-container &gt; * svg {
  fill: #FFF;
}
.site-header.header-v2:not(.header-v6) .jamal-topbar-inner .jamal-container .main-navigation ul.menu &gt; li &gt; a {
  line-height: 56px;
  color: #FFF;
}
.site-header.header-v2:not(.header-v6) .jamal-header-inner .social-icons-item.search-icon {
  border-left: 0 none;
  margin-left: 0;
  padding-left: 0;
}
.site-header.header-v2:not(.header-v6) .jamal-header-inner .social-icons-item.jamal-skin,
.site-header.header-v2:not(.header-v6) .jamal-header-inner .social-icons-item.search-icon {
  display: inline-block;
}
@media (min-width: 991px) {
  .site-header.header-v2:not(.header-v6) .jamal-header-inner .social-icons-item.jamal-skin,
.site-header.header-v2:not(.header-v6) .jamal-header-inner .social-icons-item.search-icon {
    display: none;
  }
}
.site-header.header-v2:not(.header-v6) div#logo img {
  max-height: 48px;
}
.site-header.header-v3:not(.header-v6) {
  position: relative;
}
.site-header.header-v3:not(.header-v6) div.jamal-topbar-inner {
  border: 0 none;
  background: #000;
}
.site-header.header-v3:not(.header-v6) div.jamal-topbar-inner .jamal-container {
  height: 100%;
}
.site-header.header-v3:not(.header-v6) div.jamal-topbar-inner .jamal-container &gt; * svg {
  fill: #FFF;
}
.site-header.header-v3:not(.header-v6) div.jamal-topbar-inner .jamal-container .main-navigation ul.menu &gt; li &gt; a {
  line-height: 56px;
  color: #FFF;
}
.site-header.header-v3:not(.header-v6) div.jamal-topbar-inner .v-bar {
  background: #FFF;
}
.site-header.header-v3:not(.header-v6) &gt; .jamal-header-inner .jamal-container {
  height: initial;
}
.site-header.header-v3:not(.header-v6) &gt; .jamal-header-inner .jamal-container .jamal-content {
  padding-top: 29px;
  padding-bottom: 29px;
}
.site-header.header-v3:not(.header-v6) .navbar-toggle-offcanvas {
  width: 20px;
}
.site-header.header-v3:not(.header-v6) .navbar-toggle-offcanvas .toggle-offcanvas {
  width: 20px;
}
.site-header.header-v3:not(.header-v6) .navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  width: 20px;
}
.site-header.header-v3:not(.header-v6) .navbar-toggle-offcanvas .toggle-offcanvas .v-bar:nth-child(1) {
  top: 9px;
}
.site-header.header-v3:not(.header-v6) .navbar-toggle-offcanvas .toggle-offcanvas .v-bar:nth-child(3) {
  top: 21px;
}
.site-header.header-v3:not(.header-v6) .jamal-topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header.header-v3:not(.header-v6) .jamal-topbar-inner .jamal-top-left {
  margin-right: 40px;
}
.site-header.header-v3:not(.header-v6) .jamal-topbar-inner .jamal-content {
  height: 100%;
}
.site-header.header-v3:not(.header-v6) .jamal-topbar-inner .social-icons-item.navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  right: auto;
  left: 0;
}
.site-header.header-v3:not(.header-v6) div#logo {
  width: 100%;
  display: block;
  text-align: center;
}
.site-header.header-v3:not(.header-v6) div#logo img {
  max-height: initial;
}
@media (min-width: 991px) {
  .site-header.header-v4 .jamal-col:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header.header-v4 .jamal-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-header.header-v4 .jamal-col:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.site-header.header-v4 &gt; .jamal-header-inner .jamal-container {
  padding-top: 29px;
  padding-bottom: 9px;
}
.site-header.header-v4 .jamal-container {
  height: initial;
}
.site-header.header-v4 div#logo img {
  max-height: initial;
}
.site-header.header-v4 .jamal-nav-inner {
  line-height: 67px;
}
.site-header.header-v4 .jamal-nav-inner .jamal-content {
  /*border-bottom: 1px solid $base-border-color-2;*/
}
.site-header.header-v4 .social-icons-item.search-icon {
  padding-left: 0;
  border-left: 0 none;
}
.site-header.header-v4 .main-navigation {
  margin: 0 auto;
}
.site-header.header-v4 .main-navigation ul.menu &gt; li &gt; a {
  line-height: inherit;
}
.site-header.header-v5 .jamal-header-inner .jamal-container .jamal-content .jamal-col {
  -webkit-box-flex: 1;
  -ms-flex: 33.33%;
  flex: 33.33%;
}
.site-header.header-v5 .navbar-toggle-offcanvas {
  width: 20px;
}
.site-header.header-v5 .navbar-toggle-offcanvas .toggle-offcanvas {
  width: 20px;
}
.site-header.header-v5 .navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  width: 20px;
}
.site-header.header-v5 .navbar-toggle-offcanvas .toggle-offcanvas .v-bar:nth-child(1) {
  top: 9px;
}
.site-header.header-v5 .navbar-toggle-offcanvas .toggle-offcanvas .v-bar:nth-child(3) {
  top: 21px;
}
.site-header.header-v6 div.jamal-topbar-inner {
  border: 0 none;
  border-top: 1px solid;
  border-bottom: 2px solid;
  background: transparent none;
}
.site-header.header-v6 div.jamal-topbar-inner .jamal-container {
  height: 100%;
}
.site-header.header-v6 div.jamal-topbar-inner .jamal-container .main-navigation ul.menu &gt; li &gt; a {
  line-height: 56px;
}
.site-header.header-v6 &gt; .jamal-header-inner .jamal-container {
  height: initial;
}
.site-header.header-v6 &gt; .jamal-header-inner .jamal-container .jamal-content {
  padding-top: 29px;
  padding-bottom: 29px;
}
.site-header.header-v6 .navbar-toggle-offcanvas {
  width: 20px;
}
.site-header.header-v6 .navbar-toggle-offcanvas .toggle-offcanvas {
  width: 20px;
}
.site-header.header-v6 .navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  width: 20px;
}
.site-header.header-v6 .navbar-toggle-offcanvas .toggle-offcanvas .v-bar:nth-child(1) {
  top: 9px;
}
.site-header.header-v6 .navbar-toggle-offcanvas .toggle-offcanvas .v-bar:nth-child(3) {
  top: 21px;
}
.site-header.header-v6 .jamal-topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header.header-v6 .jamal-topbar-inner .jamal-top-left {
  margin-right: 40px;
}
.site-header.header-v6 .jamal-topbar-inner .jamal-content {
  height: 100%;
}
.site-header.header-v6 .jamal-topbar-inner .social-icons-item.navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  right: auto;
  left: 0;
}
.site-header.header-v6 div#logo {
  width: 100%;
  display: block;
  text-align: center;
}
.site-header.header-v6 div#logo img {
  max-height: initial;
}
.site-header::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.toggle-offcanvas {
  display: inline-block;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 32px;
  line-height: 0;
  padding: 0;
  top: 0;
  position: relative;
  text-indent: 100%;
  text-shadow: none;
  white-space: nowrap;
  width: 32px;
  z-index: 99997;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  transition: 0.15s;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  /* &amp;::after,
   &amp;::before {
     content: "\0020";
     display: block;
     height: 0;
     overflow: hidden;
   }

   &amp;::after {
     clear: both;
   }*/
}
.toggle-offcanvas .v-bar {
  position: absolute;
  width: 16px;
  height: 2px;
  margin: 0 6px;
  background-color: #000;
  overflow: hidden;
}
.toggle-offcanvas .v-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #999;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  transition: all 0.2s ease;
}
.toggle-offcanvas .v-bar:nth-child(1) {
  top: 11px;
}
.toggle-offcanvas .v-bar:nth-child(1)::after {
  transition-delay: 0.1s;
}
.toggle-offcanvas .v-bar:nth-child(2) {
  top: 15px;
  width: 13px;
  right: 0;
}
.toggle-offcanvas .v-bar:nth-child(2)::after {
  transition-delay: 0.2s;
}
.toggle-offcanvas .v-bar:nth-child(3) {
  top: 19px;
}
.toggle-offcanvas .v-bar:nth-child(3)::after {
  transition-delay: 0.3s;
}
.toggle-offcanvas:hover .v-bar::after {
  left: 0;
}

.social-navigation {
  display: inline-block;
  position: relative;
}

.social-icons-item {
  float: left;
  margin-left: 15px;
  display: inline-block;
  /*display: none;*/
  line-height: 0;
  height: 32px;
  text-align: center;
}
.social-icons-item:first-child {
  margin-left: 0;
}
@media (min-width: 991px) {
  .social-icons-item {
    display: inline-block;
  }
}
.social-icons-item .social-icon {
  display: inline-block;
  line-height: 0;
}
.social-icons-item .social-icon svg {
  display: inline-block;
  line-height: 0;
  margin-top: 9px;
  max-width: 17px;
  height: 17px;
  fill: #000;
  transition: 0.15s;
}
.social-icons-item:hover svg {
  fill: #d6986a;
}
@media (min-width: 991px) {
  .social-icons-item.search-icon:not(:first-child) {
    border-left: 1px solid #EEE;
    margin-left: 15px;
    padding-left: 15px;
  }
}
.social-icons-item.search-icon .social-icon {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.social-icons-item.search-icon .social-icon svg {
  width: 17px;
  height: auto;
  margin-top: 8px;
}
.social-icons-item.navbar-toggle-offcanvas {
  width: 16px;
}
.social-icons-item.navbar-toggle-offcanvas .toggle-offcanvas {
  width: 16px;
  border: 0 none;
}
.social-icons-item.navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  margin: 0;
  right: 0;
}
.social-icons-item.search-icon, .social-icons-item.jamal-skin, .social-icons-item.navbar-toggle-offcanvas, .social-icons-item.shopping-cart-icon {
  display: inline-block;
}
.social-icons-item.shopping-cart-icon {
  position: relative;
}
.social-icons-item.shopping-cart-icon a {
  display: inline-block;
}
.social-icons-item.shopping-cart-icon svg {
  margin-top: 7px;
}
.social-icons-item.shopping-cart-icon .menu-counter-bubble {
  position: absolute;
  top: -2px;
  right: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d6986a;
  color: #FFF;
  text-align: center;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 15px;
}

.jamal-skin .jamal-skin-icon {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.jamal-skin .jamal-skin-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 17px;
  font-size: 0;
  line-height: 0;
  transition: 0.15s;
  fill: #000;
}
.jamal-skin .jamal-skin-icon .jamal-skin-icon-light,
.jamal-skin .jamal-skin-icon .jamal-skin-icon-dark {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  height: 32px;
  line-height: 32px;
  transition: 0.15s;
}
.jamal-skin .jamal-skin-icon:hover svg {
  fill: #d6986a;
}
.jamal-skin.jamal-skin-light .jamal-skin-icon-light {
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jamal-skin.jamal-skin-light .jamal-skin-icon-dark {
  position: absolute;
  top: 0;
}
.jamal-skin.jamal-skin-dark .jamal-skin-icon-light {
  position: absolute;
  top: 0;
}
.jamal-skin.jamal-skin-dark .jamal-skin-icon-dark {
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-search-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fafafa;
  overflow: hidden;
  z-index: 101;
  -webkit-overflow-scrolling: touch;
  height: 0;
  opacity: 0;
  transition: 0.15s;
}
.site-search-wrap.search-open {
  height: 110px;
  opacity: 1;
}
@media (min-width: 991px) {
  .site-search-wrap.search-open {
    height: 160px;
  }
}
.site-search-wrap .search-close,
.site-search-wrap .search-icon-in {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 0.15s;
  z-index: 5;
}
@media (min-width: 991px) {
  .site-search-wrap .search-close,
.site-search-wrap .search-icon-in {
    width: 70px;
  }
}
.site-search-wrap .search-close svg,
.site-search-wrap .search-icon-in svg {
  width: 19px;
  fill: #000;
  margin-left: auto;
  margin-right: auto;
}
.site-search-wrap .search-close {
  right: 0;
  opacity: 0.7;
  /*svg {
    overflow: inherit;
    path {
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      transition: all .45s cubic-bezier(.15,.2,.1,1);
      -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    }
  }

  &amp;:hover {
    svg {
      path {
        transform: scale(1.2) translateZ(0);
        -webkit-transform: scale(1.2) translateZ(0);
      }
    }
  }*/
}
.site-search-wrap .search-icon-in {
  z-index: 4;
  left: 0;
  opacity: 0.7;
}
.site-search-wrap .site-search {
  width: 100%;
  transition: 0.15s;
}
.site-search-wrap .site-search .search-form-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
@media (min-width: 991px) {
  .site-search-wrap .site-search .search-form-wrap {
    height: 60px;
  }
}
.site-search-wrap .site-search .search-form-wrap .search-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.site-search-wrap .site-search .search-form-wrap .search-form &gt; label {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.site-search-wrap .site-search .search-form-wrap .search-form input[type=search] {
  background: #fff;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 85%;
  padding: 0 50px;
  height: 100%;
  line-height: inherit;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  transition: 0.15s;
  outline-offset: -2px !important;
  -webkit-appearance: none !important;
}
@media (min-width: 991px) {
  .site-search-wrap .site-search .search-form-wrap .search-form input[type=search] {
    padding: 0 70px;
  }
}
.site-search-wrap .site-search .search-form-wrap .search-form input[type=search]:focus {
  border: 2px solid #d6986a;
}
.site-search-wrap .site-search .search-form-wrap .search-form .search-submit {
  position: absolute;
  background: 0 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 50px;
  color: #999;
  height: 100%;
  line-height: 100%;
  font-size: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 5;
}
@media (min-width: 991px) {
  .site-search-wrap .site-search .search-form-wrap .search-form .search-submit {
    width: 70px;
  }
}

@media (max-width: 1070px) {
  .header-full .site-header .main-navigation ul.menu &gt; li:not(:last-child) {
    padding-right: 20px;
  }
}
@media (min-width: 991px) {
  .header-full .site-header .jamal-container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1169px) {
  .site-header {
    display: none;
  }
}
.mobile-header-holder {
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1170px) {
  .mobile-header-holder {
    display: none;
  }
}
@media (max-width: 1170px) {
  .mobile-header-holder {
    /*.jamal-col {
      -webkit-box-flex: 1;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }*/
  }
  .mobile-header-holder .jamal-col {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mobile-header-holder .jamal-col:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile-header-holder .jamal-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-header-holder .jamal-col:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.mobile-header-holder .jamal-header-inner {
  padding-top: 11px;
  padding-bottom: 11px;
}
.mobile-header-holder .jamal-header-inner .social-icons-item.search-icon {
  padding-left: 0;
  border: 0 none;
}
.mobile-header-holder .jamal-header-inner .social-icons-item.navbar-toggle-offcanvas {
  width: 18px;
}
.mobile-header-holder .jamal-header-inner .social-icons-item.navbar-toggle-offcanvas .toggle-offcanvas .v-bar {
  width: 18px;
}
.mobile-header-holder .jamal-header-inner .logo-in img {
  max-height: initial !important;
  max-width: initial !important;
  min-height: initial !important;
  min-width: initial !important;
  width: auto !important;
  height: 48px;
}

.ja-header-newsletter {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.ja-header-newsletter .bd-container {
  padding: 30px;
}
@media (min-width: 900px) {
  .ja-header-newsletter .bd-container {
    padding: 45px;
  }
}
.ja-header-newsletter.is-full-width {
  background-color: #f1f1f1;
}
.ja-header-newsletter.is-full-width .bd-container {
  padding-right: 0;
  padding-left: 0;
}
.ja-header-newsletter:not(.is-full-width) .bd-container {
  background-color: #f1f1f1;
}
.ja-header-newsletter .entry-newsletter-head {
  color: #111;
  margin-bottom: 10px;
  text-align: initial;
}
.ja-header-newsletter .entry-newsletter-text {
  color: #666;
  margin-bottom: 0;
  text-align: initial;
}
.ja-header-newsletter div.entry-newsletter-icon {
  display: none;
}
.ja-header-newsletter form.mc4wp-form {
  position: relative;
  z-index: 3;
}
@media (min-width: 900px) {
  .ja-header-newsletter form.mc4wp-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ja-header-newsletter form.mc4wp-form div.entry-newsletter-content {
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .ja-header-newsletter form.mc4wp-form div.entry-newsletter-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-header-newsletter div.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .ja-header-newsletter div.mc4wp-form-fields {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-header-newsletter div.mc4wp-form-fields p {
  line-height: 0;
  margin: 0 auto;
}
.ja-header-newsletter div.mc4wp-form-fields p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ja-header-newsletter div.mc4wp-form-fields p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
}
.ja-header-newsletter .mc4wp-form-fields input[type=email],
.ja-header-newsletter .mc4wp-form-fields input[type=submit],
.ja-header-newsletter .mc4wp-form-fields input[type=email]:focus,
.ja-header-newsletter .mc4wp-form-fields input[type=submit]:focus {
  background: #FFF;
  border: 1px solid #e9e9e9;
  padding: 3px 18px;
  line-height: 1;
  height: 52px;
  border-radius: 2px;
  transition: 0.15s;
}
.ja-header-newsletter .mc4wp-form-fields input[type=submit] {
  margin-left: 4px;
}
.ja-header-newsletter .mc4wp-form-fields input[type=submit],
.ja-header-newsletter .mc4wp-form-fields input[type=submit]:focus {
  background-color: #000;
}
.ja-header-newsletter .mc4wp-form-fields input[type=submit]:focus,
.ja-header-newsletter .mc4wp-form-fields input[type=submit]:hover {
  border-color: #d6986a;
  background: #d6986a;
}
.ja-header-newsletter .mc4wp-form-fields input[type=email]:focus,
.ja-header-newsletter .mc4wp-form-fields input[type=email]:hover {
  border-color: #666;
}
.ja-header-newsletter .mc4wp-form-fields input[type=email] {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  text-align: left;
  color: inherit;
}

.ja-header-newsletter-icon {
  position: absolute;
  -webkit-transform: rotateZ(27deg) translate(-55%, 0%);
  transform: rotateZ(27deg) translate(-55%, 0%);
  left: 55%;
  top: 0;
  pointer-events: none;
  z-index: 1;
  bottom: -160px;
  display: none;
}
.ja-header-newsletter-icon svg {
  width: 280px;
  height: auto;
  fill: #666;
  opacity: 0.05;
}
@media (min-width: 991px) {
  .ja-header-newsletter-icon {
    display: inline-block;
  }
}

.ja-header-newsletter:hover svg {
  -moz-animation: jij 1s 1 linear;
  -webkit-animation: jij 1s 1 linear;
  animation: jij 1s 1 linear;
}

@-webkit-keyframes jij {
  from, 0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jij {
  from, 0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.ja-promo-boxes .jamal-container {
  padding-left: 0;
  padding-right: 0;
}
.ja-promo-boxes .jamal-content {
  width: auto;
}
@media (min-width: 991px) {
  .ja-promo-boxes .jamal-content {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media (max-width: 768px) {
  .ja-promo-boxes .jamal-content {
    display: block;
  }
}
.ja-promo-boxes .jamal-col {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 991px) {
  .ja-promo-boxes .jamal-col {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (max-width: 768px) {
  .ja-promo-boxes .jamal-col {
    display: block;
  }
  .ja-promo-boxes .jamal-col:not(:first-child) {
    margin-top: 8px;
  }
}
.ja-promo-boxes .entry-media {
  width: 100%;
}
.ja-promo-boxes .entry-media .entry-overlay-background {
  background-color: #454545;
}
.ja-promo-boxes .entry-media .entry-overlay-background::after {
  opacity: 1 !important;
  background: rgba(10, 10, 10, 0.125);
}
.ja-promo-boxes .entry-media .entry-featured-media::before {
  padding-bottom: 180px !important;
}
@media (min-width: 991px) {
  .ja-promo-boxes .entry-media .entry-featured-media::before {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 991px) {
  .ja-promo-boxes .blog-image-effect img {
    -webkit-transform: scale(1.11) translate3d(-10px, 0, 0);
    -moz-transform: scale(1.11) translate3d(-10px, 0, 0);
    transform: scale(1.11) translate3d(-10px, 0, 0);
    transition: 0.4s;
    will-change: transform;
  }
  .ja-promo-boxes .blog-image-effect:hover img {
    -webkit-transform: scale(1.11) translate3d(10px, 0, 0);
    -moz-transform: scale(1.11) translate3d(10px, 0, 0);
    transform: scale(1.11) translate3d(10px, 0, 0);
    transition: 0.4s;
  }
}
.ja-promo-boxes .entry-overlay-link {
  z-index: 5;
}
.ja-promo-boxes .entry-featured-media {
  overflow: hidden;
  transition: 0.3s;
  /*transform: scale(1) translateZ(0);*/
}
.ja-promo-boxes .entry-featured-media:hover {
  /*transform: scale(.96) translateZ(0);
  transition-duration: .2s;
  transform-origin: center;*/
}
.ja-promo-boxes .entry-featured-media:hover .entry-overlay-content .entry-header .entry-title {
  background-color: #FFF;
}
.ja-promo-boxes .entry-featured-media:hover .entry-overlay-content .entry-header .entry-title,
.ja-promo-boxes .entry-featured-media:hover .entry-overlay-content .entry-header .entry-title a {
  color: #d6986a;
}
.ja-promo-boxes .entry-featured-media:hover .entry-overlay-content .entry-header .entry-title svg {
  fill: #d6986a;
  width: 14px;
  margin-left: 5px;
}
.ja-promo-boxes .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.ja-promo-boxes .entry-overlay-content .entry-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.ja-promo-boxes .entry-overlay-content .entry-header .entry-title {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 2px;
  border: 2px solid #FFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.ja-promo-boxes .entry-overlay-content .entry-header .entry-title,
.ja-promo-boxes .entry-overlay-content .entry-header .entry-title a {
  color: #FFF;
}
.ja-promo-boxes .entry-overlay-content .entry-header .entry-title svg {
  fill: #FFF;
  width: 0;
  margin-left: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.sticky-nav-holder {
  position: relative;
  width: 100%;
  opacity: 0;
  display: none;
  will-change: transform;
  -webkit-transition: background 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: background 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), box-shadow 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), background 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), box-shadow 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), background 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.sticky-nav-holder .main-navigation ul.menu &gt; li &gt; a {
  line-height: 66px;
}
.sticky-nav-holder.sticky-nav {
  display: block;
  position: fixed;
  opacity: 1;
  z-index: 9999;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slideInDown 0.2s ease 0s;
  animation: slideInDown 0.2s ease 0s;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#sail {
  z-index: 99000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: #1b1a1a;
  transition: opacity 0.3s;
}

.jamal-search-overlay {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*-webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);*/
  transition: transform 0.3s;
}
.jamal-search-overlay svg.search-icon-close {
  position: absolute;
  top: 0;
  fill: #FFF;
  margin-top: 60px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.jamal-search-overlay input, .jamal-search-overlay input:hover,
.jamal-search-overlay button,
.jamal-search-overlay button:hover {
  border: 0 none !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  color: #FFF;
}
.jamal-search-overlay input svg, .jamal-search-overlay input:hover svg,
.jamal-search-overlay button svg,
.jamal-search-overlay button:hover svg {
  fill: #FFF;
}
.jamal-search-overlay input::placeholder,
.jamal-search-overlay input:-ms-input-placeholder,
.jamal-search-overlay input::-webkit-input-placeholder {
  color: #FFF;
}
.jamal-search-overlay form {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding-bottom: 20px;
  margin: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.jamal-search-overlay form input {
  flex: 1;
  min-width: 280px;
  width: auto;
  height: 62px;
  font-size: 32px;
  line-height: 60px;
}
@media (max-width: 600px) {
  .jamal-search-overlay form input {
    font-size: 21px;
    line-height: 50px;
  }
}
.jamal-search-overlay form button {
  line-height: 0;
  font-size: 0;
}
@media (max-width: 600px) {
  .jamal-search-overlay form button svg {
    width: 19px;
    height: 19px;
  }
}
.jamal-search-overlay form::after {
  content: " ";
  background-color: #FFF;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.4s;
}

body.on-search-overlay.on-search-overlay-active {
  overflow: hidden;
}
body.on-search-overlay.on-search-overlay-active.admin-bar div.jamal-search-overlay {
  padding-top: 46px;
}
@media (min-width: 783px) {
  body.on-search-overlay.on-search-overlay-active.admin-bar div.jamal-search-overlay {
    padding-top: 32px;
  }
}
body.on-search-overlay.on-search-overlay-active div#sail {
  opacity: 0.98;
  pointer-events: all;
}
body.on-search-overlay.on-search-overlay-active div.jamal-search-overlay {
  /*-webkit-transform: translate3d(0%,0,0);
  transform: translate3d(0%, 0%, 0px);*/
  pointer-events: all;
}
body.on-search-overlay.on-search-overlay-active div.jamal-search-overlay form::after {
  transform: scaleX(1);
}

.e3lann-slot-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.e3lann-slot-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.site-footer {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
.site-footer .footer-widgets-area .jamal-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.site-footer .footer-widgets-area .title-widget {
  font-size: 15px;
  line-height: 1.5;
}
.site-footer .footer-widgets-area::after, .site-footer .footer-widgets-area::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-footer .footer-widgets-area::after {
  clear: both;
}
@media (min-width: 991px) {
  .site-footer .jamal-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer .footer-info .jamal-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.site-footer .footer-info .social-icons-item {
  display: inline-block;
}
.site-footer .footer-info .copyright-text {
  font-size: 12px;
  line-height: 21px;
}
.site-footer .footer-info::after, .site-footer .footer-info::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-footer .footer-info::after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .site-footer .jamal-content {
    display: block;
  }
  .site-footer .jamal-col {
    display: block;
    text-align: center;
  }
  .site-footer .footer-social,
.site-footer .footer-menu {
    margin-top: 5px;
    text-align: center;
    display: block;
    overflow: hidden;
  }
  .site-footer .footer-social .social-icons-item,
.site-footer .footer-menu .social-icons-item {
    float: none;
  }
}
.site-footer .footer-menu {
  /*&gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    &gt; li {

      &gt; a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: .75rem;
        padding-right: .75rem;
      }
    }
  }

  ul, li {
    margin: 0;
    padding: 0;
  }*/
}
@media only screen and (min-width: 600px) {
  .site-footer .footer-menu {
    padding-left: 30px;
  }
}
.site-footer .footer-menu li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.site-footer .footer-menu li ul {
  display: inline-block;
}
.site-footer.footer-is-widgets .footer-info .jamal-container {
  border-top: 1px dotted rgba(0, 0, 0, 0.08);
}
.site-footer.footer-is-centered .footer-info {
  text-align: center;
}
.site-footer.footer-is-centered .footer-info .jamal-content {
  display: block;
}
.site-footer.footer-is-centered .footer-info .jamal-col,
.site-footer.footer-is-centered .footer-info .footer-social,
.site-footer.footer-is-centered .footer-info .footer-menu,
.site-footer.footer-is-centered .footer-info .social-icons-item {
  float: none;
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
  height: auto;
  vertical-align: middle;
  text-align: center;
}
.site-footer.footer-is-centered .footer-info .social-icons-item {
  padding-left: 6px;
  padding-right: 6px;
}
.site-footer.footer-is-centered .footer-info svg {
  margin: 0 auto;
  padding: 0;
}
.site-footer::after, .site-footer::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.site-footer::after {
  clear: both;
}

.jamal-back-to-top {
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  position: fixed;
  right: 15px;
  left: auto;
  bottom: -43px;
  z-index: 999;
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .jamal-back-to-top {
    width: 34px;
    height: 34px;
  }
}
.jamal-back-to-top svg {
  margin-top: 8px;
  fill: #FFF;
}
@media only screen and (min-width: 801px) {
  .jamal-back-to-top svg {
    margin-top: 11px;
  }
}
#footer {
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.ja-footer.footer-style-1 {
  padding-bottom: 30px;
  padding-top: 0;
  background-color: #232323;
  color: #666;
}
.ja-footer.footer-style-1 #footer-logo .logo-light {
  display: none;
}
.ja-footer.footer-style-1 #footer-logo .logo-dark {
  display: inline-block;
}
.ja-footer.footer-style-1 .title-widget,
.ja-footer.footer-style-1 a {
  color: #FFF;
}
.ja-footer.footer-style-1 a:hover {
  color: #d6986a;
}
.ja-footer.footer-style-1 .footer-widgets-area {
  padding-bottom: 30px;
  padding-top: 50px;
}
.ja-footer.footer-style-1 .ja-footer-copyrights {
  display: block;
  text-align: center;
}
.ja-footer.footer-style-1 .ja-footer-menu {
  display: block;
  text-align: center;
  padding-bottom: 19px;
}
.ja-footer.footer-style-1 .ja-footer-menu ul {
  margin: 0 auto;
  padding: 0;
}
.ja-footer.footer-style-1 .ja-footer-menu ul li {
  display: inline-block;
  float: none;
}
.ja-footer.footer-style-1 .ja-footer-menu ul li a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
  padding: 0 20px;
  color: #d6986a;
  opacity: 0.7;
}
.ja-footer.footer-style-1 .ja-footer-menu ul li:hover a {
  opacity: 1;
}
.ja-footer.footer-style-1 .ja-footer-site-name {
  display: block;
  clear: both;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #FFF;
}
.ja-footer.footer-style-1 .ja-footer-social {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ja-footer.footer-style-1 .ja-footer-social::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background-color: #d6986a;
}
.ja-footer.footer-style-1 .ja-footer-social a {
  color: #111;
}
.ja-footer.footer-style-1 .ja-footer-social .social-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 0;
  font-size: 0;
  border: 1px solid #232323;
  border-radius: 100%;
  margin-right: 14px;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.ja-footer.footer-style-1 .ja-footer-social .social-icon svg {
  width: 20px;
  max-width: initial;
  height: 20px;
  line-height: 0;
  font-size: 0;
  margin-top: 11px;
  fill: #111;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.ja-footer.footer-style-1 .ja-footer-social span.social-icon,
.ja-footer.footer-style-1 .ja-footer-social span.social-text {
  float: left;
  line-height: 44px;
}
.ja-footer.footer-style-1 .ja-footer-social span.social-text {
  display: none;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-1 .ja-footer-social span.social-text {
    display: inline-block;
  }
}
.ja-footer.footer-style-1 .ja-footer-social ul {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.ja-footer.footer-style-1 .ja-footer-social ul li {
  display: inline-block;
  float: none;
  height: initial;
  margin: 0 auto;
}
.ja-footer.footer-style-1 .ja-footer-social ul li a {
  display: inline-block;
  padding: 0 6px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-1 .ja-footer-social ul li a {
    padding: 0 20px;
  }
}
.ja-footer.footer-style-1 .ja-footer-social ul li:hover a {
  color: #FFF;
}
.ja-footer.footer-style-1 .ja-footer-social ul li:hover a span.social-icon {
  border-color: #FFF;
}
.ja-footer.footer-style-1 .ja-footer-social ul li:hover a svg {
  fill: #FFF;
}
.ja-footer.footer-style-1 .ja-footer-newsletter {
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-1 .ja-footer-newsletter {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.ja-footer.footer-style-1 .ja-footer-newsletter .entry-newsletter-head {
  color: #FFF;
  margin-bottom: 5px;
  text-align: initial;
}
.ja-footer.footer-style-1 .ja-footer-newsletter .entry-newsletter-text {
  color: #FFF;
  margin-bottom: 0;
  text-align: initial;
}
.ja-footer.footer-style-1 .ja-footer-newsletter div.entry-newsletter-icon {
  display: none;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-1 .ja-footer-newsletter form.mc4wp-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ja-footer.footer-style-1 .ja-footer-newsletter form.mc4wp-form div.entry-newsletter-content {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-1 .ja-footer-newsletter form.mc4wp-form div.entry-newsletter-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-footer.footer-style-1 .ja-footer-newsletter div.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-1 .ja-footer-newsletter div.mc4wp-form-fields {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-footer.footer-style-1 .ja-footer-newsletter div.mc4wp-form-fields p {
  line-height: 0;
  margin: 0 auto;
}
.ja-footer.footer-style-1 .ja-footer-newsletter div.mc4wp-form-fields p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ja-footer.footer-style-1 .ja-footer-newsletter div.mc4wp-form-fields p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
}
.ja-footer.footer-style-1 .ja-footer-newsletter .mc4wp-form-fields input[type=email],
.ja-footer.footer-style-1 .ja-footer-newsletter .mc4wp-form-fields input[type=submit] {
  border-radius: 0;
  border: 2px solid #FFF;
  background: transparent none;
  padding: 3px 18px;
  line-height: 1;
  height: 52px;
}
.ja-footer.footer-style-1 .ja-footer-newsletter .mc4wp-form-fields input[type=email] {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  text-align: left;
  border-right-width: 0;
  color: #FFF;
}
.ja-footer.footer-style-2 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #232323;
  color: #666;
}
.ja-footer.footer-style-2 #footer-logo .logo-light {
  display: none;
}
.ja-footer.footer-style-2 #footer-logo .logo-dark {
  display: inline-block;
}
@media (min-width: 991px) {
  .ja-footer.footer-style-2 .jamal-container {
    padding: 10px 0 30px;
  }
}
.ja-footer.footer-style-2 .title-widget,
.ja-footer.footer-style-2 a {
  color: #FFF;
}
.ja-footer.footer-style-2 a:hover {
  color: #d6986a;
}
.ja-footer.footer-style-2 .footer-widgets-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.ja-footer.footer-style-2 .ja-footer-copyrights {
  display: block;
  text-align: center;
}
.ja-footer.footer-style-2 .ja-footer-menu {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.ja-footer.footer-style-2 .ja-footer-menu ul {
  margin: 0 auto;
  padding: 0;
}
.ja-footer.footer-style-2 .ja-footer-menu ul li {
  display: inline-block;
  float: none;
}
.ja-footer.footer-style-2 .ja-footer-menu ul li a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
  padding: 0 20px 0 0;
}
.ja-footer.footer-style-2 .ja-footer-site-name {
  display: block;
  clear: both;
  text-align: center;
  color: #FFF;
}
.ja-footer.footer-style-2 .footer-social {
  display: block;
  position: relative;
  text-align: center;
}
.ja-footer.footer-style-2 .footer-social ul li.social-icons-item {
  padding: 0 0 0 20px;
}
.ja-footer.footer-style-2 .footer-social .social-icon svg {
  fill: #FFF;
}
.ja-footer.footer-style-2 .footer-social span.social-icon,
.ja-footer.footer-style-2 .footer-social span.social-text {
  float: left;
  line-height: 44px;
}
.ja-footer.footer-style-2 .footer-social span.social-text {
  display: none;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-2 .footer-social span.social-text {
    display: inline-block;
  }
}
.ja-footer.footer-style-2 .footer-social ul {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.ja-footer.footer-style-2 .footer-social ul li {
  display: inline-block;
  float: none;
  height: initial;
  margin: 0 auto;
}
.ja-footer.footer-style-2 .footer-social ul li a {
  display: inline-block;
  padding: 0 6px 0 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-2 .footer-social ul li a {
    padding: 0 20px 0 0;
  }
}
.ja-footer.footer-style-2 .footer-social ul li:hover a {
  color: #FFF;
}
.ja-footer.footer-style-2 .footer-social ul li:hover a span.social-icon {
  border-color: #FFF;
}
.ja-footer.footer-style-2 .footer-social ul li:hover a svg {
  fill: #FFF;
}
.ja-footer.footer-style-2 .ja-footer-newsletter {
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-2 .ja-footer-newsletter {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.ja-footer.footer-style-2 .ja-footer-newsletter .entry-newsletter-head {
  color: #FFF;
  margin-bottom: 5px;
  text-align: initial;
}
.ja-footer.footer-style-2 .ja-footer-newsletter .entry-newsletter-text {
  color: #FFF;
  margin-bottom: 0;
  text-align: initial;
}
.ja-footer.footer-style-2 .ja-footer-newsletter div.entry-newsletter-icon {
  display: none;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-2 .ja-footer-newsletter form.mc4wp-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ja-footer.footer-style-2 .ja-footer-newsletter form.mc4wp-form div.entry-newsletter-content {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-2 .ja-footer-newsletter form.mc4wp-form div.entry-newsletter-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-footer.footer-style-2 .ja-footer-newsletter div.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-2 .ja-footer-newsletter div.mc4wp-form-fields {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-footer.footer-style-2 .ja-footer-newsletter div.mc4wp-form-fields p {
  line-height: 0;
  margin: 0 auto;
}
.ja-footer.footer-style-2 .ja-footer-newsletter div.mc4wp-form-fields p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ja-footer.footer-style-2 .ja-footer-newsletter div.mc4wp-form-fields p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
}
.ja-footer.footer-style-2 .ja-footer-newsletter .mc4wp-form-fields input[type=email],
.ja-footer.footer-style-2 .ja-footer-newsletter .mc4wp-form-fields input[type=submit] {
  border-radius: 0;
  border: 2px solid #FFF;
  background: transparent none;
  padding: 3px 18px;
  line-height: 1;
  height: 52px;
}
.ja-footer.footer-style-2 .ja-footer-newsletter .mc4wp-form-fields input[type=email] {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  text-align: left;
  border-right-width: 0;
  color: #FFF;
}
@media (max-width: 990px) {
  .ja-footer.footer-style-2 .jamal-content {
    display: block;
  }
}
@media (min-width: 991px) {
  .ja-footer.footer-style-2 .jamal-col:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ja-footer.footer-style-2 .jamal-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ja-footer.footer-style-2 .jamal-col:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 990px) {
  .ja-footer.footer-style-2 .jamal-col {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .ja-footer.footer-style-2 .jamal-col .social-icons-item {
    display: inline-block;
    float: none;
  }
}
.ja-footer.footer-style-3 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #232323;
  color: #666;
}
.ja-footer.footer-style-3 #footer-logo .logo-light {
  display: none;
}
.ja-footer.footer-style-3 #footer-logo .logo-dark {
  display: inline-block;
}
@media (min-width: 991px) {
  .ja-footer.footer-style-3 .ja-footer-site-name {
    padding: 10px 0 30px;
  }
}
.ja-footer.footer-style-3 .title-widget,
.ja-footer.footer-style-3 a {
  color: #FFF;
}
.ja-footer.footer-style-3 a:hover {
  color: #d6986a;
}
.ja-footer.footer-style-3 .footer-widgets-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.ja-footer.footer-style-3 .ja-footer-copyrights {
  display: block;
  text-align: center;
}
.ja-footer.footer-style-3 .ja-footer-menu {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.ja-footer.footer-style-3 .ja-footer-menu ul {
  margin: 0 auto;
  padding: 0;
}
.ja-footer.footer-style-3 .ja-footer-menu ul li {
  display: inline-block;
  float: none;
}
.ja-footer.footer-style-3 .ja-footer-menu ul li a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
  padding: 0 20px 0 0;
}
.ja-footer.footer-style-3 .ja-footer-site-name {
  display: block;
  clear: both;
  text-align: center;
  color: #FFF;
}
@media (max-width: 990px) {
  .ja-footer.footer-style-3 .ja-footer-site-name {
    margin-bottom: 20px;
  }
}
.ja-footer.footer-style-3 .footer-social {
  display: block;
  position: relative;
  text-align: center;
}
.ja-footer.footer-style-3 .footer-social ul li.social-icons-item {
  padding: 0 0 0 20px;
}
.ja-footer.footer-style-3 .footer-social .social-icon svg {
  fill: #FFF;
}
.ja-footer.footer-style-3 .footer-social span.social-icon,
.ja-footer.footer-style-3 .footer-social span.social-text {
  float: left;
  line-height: 44px;
}
.ja-footer.footer-style-3 .footer-social span.social-text {
  display: none;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-3 .footer-social span.social-text {
    display: inline-block;
  }
}
.ja-footer.footer-style-3 .footer-social ul {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.ja-footer.footer-style-3 .footer-social ul li {
  display: inline-block;
  float: none;
  height: initial;
  margin: 0 auto;
}
.ja-footer.footer-style-3 .footer-social ul li a {
  display: inline-block;
  padding: 0 6px 0 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-3 .footer-social ul li a {
    padding: 0 20px 0 0;
  }
}
.ja-footer.footer-style-3 .footer-social ul li:hover a {
  color: #FFF;
}
.ja-footer.footer-style-3 .footer-social ul li:hover a span.social-icon {
  border-color: #FFF;
}
.ja-footer.footer-style-3 .footer-social ul li:hover a svg {
  fill: #FFF;
}
.ja-footer.footer-style-3 .ja-footer-newsletter {
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-3 .ja-footer-newsletter {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.ja-footer.footer-style-3 .ja-footer-newsletter .entry-newsletter-head {
  color: #FFF;
  margin-bottom: 5px;
  text-align: initial;
}
.ja-footer.footer-style-3 .ja-footer-newsletter .entry-newsletter-text {
  color: #FFF;
  margin-bottom: 0;
  text-align: initial;
}
.ja-footer.footer-style-3 .ja-footer-newsletter div.entry-newsletter-icon {
  display: none;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-3 .ja-footer-newsletter form.mc4wp-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ja-footer.footer-style-3 .ja-footer-newsletter form.mc4wp-form div.entry-newsletter-content {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-3 .ja-footer-newsletter form.mc4wp-form div.entry-newsletter-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-footer.footer-style-3 .ja-footer-newsletter div.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .ja-footer.footer-style-3 .ja-footer-newsletter div.mc4wp-form-fields {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ja-footer.footer-style-3 .ja-footer-newsletter div.mc4wp-form-fields p {
  line-height: 0;
  margin: 0 auto;
}
.ja-footer.footer-style-3 .ja-footer-newsletter div.mc4wp-form-fields p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ja-footer.footer-style-3 .ja-footer-newsletter div.mc4wp-form-fields p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
}
.ja-footer.footer-style-3 .ja-footer-newsletter .mc4wp-form-fields input[type=email],
.ja-footer.footer-style-3 .ja-footer-newsletter .mc4wp-form-fields input[type=submit] {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent none;
  padding: 3px 18px;
  line-height: 1;
  height: 52px;
}
.ja-footer.footer-style-3 .ja-footer-newsletter .mc4wp-form-fields input[type=submit] {
  background: rgba(255, 255, 255, 0.15);
}
.ja-footer.footer-style-3 .ja-footer-newsletter .mc4wp-form-fields input[type=email] {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  text-align: left;
  border-right-width: 0;
  color: #FFF;
}
@media (max-width: 990px) {
  .ja-footer.footer-style-3 .jamal-content {
    display: block;
  }
}
@media (min-width: 991px) {
  .ja-footer.footer-style-3 .jamal-col:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ja-footer.footer-style-3 .jamal-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ja-footer.footer-style-3 .jamal-col:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 990px) {
  .ja-footer.footer-style-3 .jamal-col {
    display: block;
    text-align: center;
  }
  .ja-footer.footer-style-3 .jamal-col .social-icons-item {
    display: inline-block;
    float: none;
  }
}

.ja-instagram-footer::after, .ja-instagram-footer::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.ja-instagram-footer::after {
  clear: both;
}

.ja-instagram-footer-title {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ja-instagram-footer-title svg {
  margin-right: 20px;
}

#logo,
.logo-in,
#footer-logo {
  line-height: 0;
}
#logo .logo-white,
.logo-in .logo-white,
#footer-logo .logo-white {
  display: inline-block;
}
#logo .logo-dark,
.logo-in .logo-dark,
#footer-logo .logo-dark {
  display: none;
}
#logo img,
.logo-in img,
#footer-logo img {
  max-height: 48px;
}
#logo a,
.logo-in a,
#footer-logo a {
  display: inline-block;
}

.main-navigation {
  display: none;
}
@media (min-width: 991px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: block;
}
.main-navigation ul li {
  display: block;
  float: left;
}
.main-navigation ul li a {
  display: block;
  position: relative;
}
.main-navigation ul ul {
  z-index: 1;
  line-height: 20px;
}
.main-navigation ul ul li {
  position: relative;
}
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
  margin-top: -10px;
}
.main-navigation ul.menu {
  line-height: inherit;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main-navigation ul.menu &gt; li {
  position: relative;
  padding-right: 40px;
}
.main-navigation ul.menu &gt; li &gt; a {
  position: relative;
}
.main-navigation ul.menu &gt; li:not(.menu-item-has-children):last-child {
  padding-right: 0;
}
.main-navigation ul.menu &gt; li a {
  line-height: inherit;
  transition: 0.15s;
  padding: 7px 12px;
}
.main-navigation ul.menu &gt; li &gt; a {
  line-height: 50px;
  transition: 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding: 0;
  position: relative;
}
.main-navigation ul.menu &gt; li &gt; a::after {
  background-color: transparent;
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation ul.menu &gt; li.current-menu-item &gt; a, .main-navigation ul.menu &gt; li.current-menu-ancestor &gt; a, .main-navigation ul.menu &gt; li.current-category-ancestor &gt; a, .main-navigation ul.menu &gt; li:hover &gt; a {
  color: #000;
}
.main-navigation ul.menu &gt; li.current-menu-item &gt; a::after, .main-navigation ul.menu &gt; li.current-menu-ancestor &gt; a::after, .main-navigation ul.menu &gt; li.current-category-ancestor &gt; a::after, .main-navigation ul.menu &gt; li:hover &gt; a::after {
  background-color: #d6986a;
  width: 100%;
}
.main-navigation ul.menu &gt; li.current-menu-item &gt; a {
  /*color: #000;*/
}
.main-navigation ul.menu ul a {
  transition: 0.15s;
}
.main-navigation ul.menu a {
  padding: 0 10px;
}
.main-navigation ul.menu a:hover,
.main-navigation ul.menu li:hover &gt; a {
  z-index: 2;
}
.main-navigation ul.menu li &gt; ul {
  display: none;
  padding: 10px 0;
  position: absolute;
  background-color: #FFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.main-navigation ul.menu li &gt; ul &gt; li {
  transition: 0.2s;
}
.main-navigation ul.menu li &gt; ul &gt; li &gt; a {
  color: #555;
  font-size: 12px;
  font-weight: normal;
}
.main-navigation ul.menu li &gt; ul &gt; li:hover &gt; a {
  color: #d6986a;
}
.main-navigation ul.menu ul {
  width: 220px;
}
.main-navigation ul.menu ul li {
  float: none;
  display: block;
}
.main-navigation ul.menu ul a {
  display: block;
  padding: 8px 20px;
}
.main-navigation ul.menu li:hover &gt; ul {
  display: block;
  z-index: 1;
}

@media (min-width: 992px) {
  li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 25px;
    margin-top: 2px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #000;
    transition: border 0.15s;
  }

  li.menu-item-has-children li.menu-item-has-children:before {
    right: 20px;
    border: 4px solid transparent;
    border-left-color: #000;
  }
}
.offcanvas,
.shopcanvas {
  overflow: hidden;
  position: fixed;
  height: 100%;
  top: 0;
  right: -350px;
  width: 350px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.4s ease, right 0.4s ease;
  -moz-transition: left 0.4s ease, right 0.4s ease;
  transition: left 0.4s ease, right 0.4s ease;
  z-index: 9000000;
  will-change: transform;
}
.offcanvas .offcanvas-sidebar,
.offcanvas .shopcanvas-sidebar,
.shopcanvas .offcanvas-sidebar,
.shopcanvas .shopcanvas-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.offcanvas .offcanvas-sidebar .offcanvas-inner,
.offcanvas .offcanvas-sidebar .shopcanvas-inner,
.offcanvas .shopcanvas-sidebar .offcanvas-inner,
.offcanvas .shopcanvas-sidebar .shopcanvas-inner,
.shopcanvas .offcanvas-sidebar .offcanvas-inner,
.shopcanvas .offcanvas-sidebar .shopcanvas-inner,
.shopcanvas .shopcanvas-sidebar .offcanvas-inner,
.shopcanvas .shopcanvas-sidebar .shopcanvas-inner {
  padding: 20px 25px;
}
.offcanvas .offcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.offcanvas .offcanvas-sidebar .shopcanvas-inner .widget_nav_menu,
.offcanvas .shopcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.offcanvas .shopcanvas-sidebar .shopcanvas-inner .widget_nav_menu,
.shopcanvas .offcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.shopcanvas .offcanvas-sidebar .shopcanvas-inner .widget_nav_menu,
.shopcanvas .shopcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.shopcanvas .shopcanvas-sidebar .shopcanvas-inner .widget_nav_menu {
  /* ul.menu &gt; li {
     -webkit-transition: 0.3s ease 0s;
     -moz-transition: 0.3s ease 0s;
     -o-transition: 0.3s ease 0s;
     -ms-transition: 0.3s ease 0s;
     transition: 0.3s ease 0s;

     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     opacity: 0;
     visibility: hidden;
   }*/
  display: block;
}
@media (min-width: 991px) {
  .offcanvas .offcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.offcanvas .offcanvas-sidebar .shopcanvas-inner .widget_nav_menu,
.offcanvas .shopcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.offcanvas .shopcanvas-sidebar .shopcanvas-inner .widget_nav_menu,
.shopcanvas .offcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.shopcanvas .offcanvas-sidebar .shopcanvas-inner .widget_nav_menu,
.shopcanvas .shopcanvas-sidebar .offcanvas-inner .widget_nav_menu,
.shopcanvas .shopcanvas-sidebar .shopcanvas-inner .widget_nav_menu {
    display: none;
  }
}
.offcanvas .widget:last-child,
.shopcanvas .widget:last-child {
  margin-bottom: 50px;
}

.offcanvas-header,
.shopcanvas-header {
  margin: 0 auto 30px;
}
.offcanvas-header .jamal-col:nth-child(1),
.shopcanvas-header .jamal-col:nth-child(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.offcanvas-header .jamal-col:nth-child(2),
.shopcanvas-header .jamal-col:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.offcanvas-header::after, .offcanvas-header::before,
.shopcanvas-header::after,
.shopcanvas-header::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.offcanvas-header::after,
.shopcanvas-header::after {
  clear: both;
}

.offcanvas-close,
.shopcanvas-close {
  background-color: rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offcanvas-close svg,
.shopcanvas-close svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  fill: rgba(0, 0, 0, 0.84);
  width: auto;
  height: 11px;
  line-height: 11px;
  margin: 0 auto;
}
.offcanvas-close svg path,
.shopcanvas-close svg path {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget::after, .widget::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.widget::after {
  clear: both;
}

.title-block-wrap {
  position: relative;
  margin-bottom: 19px;
  overflow: hidden;
}

.widget-title-style4 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.widget-title-style4 .widget-title-content {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 15px;
}
.widget-title-style4 .widget-title-content::before, .widget-title-style4 .widget-title-content::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 0;
  display: block;
  height: 1px;
  background: #232323;
  width: 900em;
  opacity: 0.2;
  pointer-events: none;
}
.widget-title-style4 .widget-title-content::before {
  left: 100%;
}
.widget-title-style4 .widget-title-content::after {
  right: 100%;
}

.widget-title-style2,
.widget-title-style3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.widget-title-style5 {
  margin-bottom: 30px;
}

.widget-title-style6 {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  background: transparent !important;
  border: 1px solid #000;
  height: 45px;
  line-height: 43px;
}

.widget-title-style2 {
  background-color: #232323;
  padding: 13px 0;
  border-radius: 2px;
}
.widget-title-style2,
.widget-title-style2 a {
  color: #FFF;
}
.widget-title-style2::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid;
  border-top-color: #232323;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
  margin-left: -5px;
  left: 50%;
  width: 0;
  height: 0;
}

.title-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.title-block .title-widget-text {
  white-space: nowrap;
  flex: 0 0 auto;
  color: #000000;
}
.title-block .title-widget-line {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.title-block .title-widget-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  top: 0;
  left: 12px;
  z-index: -1;
}
.title-block .title-widget-line::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  background: -webkit-linear-gradient(to right, #d6986a, transparent);
  background: linear-gradient(to right, #d6986a, transparent);
  top: 0;
  left: 12px;
  z-index: -1;
}

.widget_nav_menu {
  line-height: 32px;
}
.widget_nav_menu a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.widget_nav_menu a:hover {
  color: #d6986a;
}
.widget_nav_menu .menu &gt; .menu-item:not(:first-child) {
  border-top: 1px #e9ecef solid;
}
.widget_nav_menu .menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.widget_nav_menu .menu-item-has-children &gt; a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.widget_nav_menu .menu-item-has-children &gt; span {
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  width: 30px;
}
.widget_nav_menu .menu-item-has-children &gt; span svg {
  width: 10px;
  height: auto;
  fill: #000;
  opacity: 0.7;
}
.widget_nav_menu .menu-item-has-children &gt; ul {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.widget_nav_menu .menu &gt; .menu-item &gt; .sub-menu {
  padding-bottom: 1rem;
}
.widget_nav_menu .sub-menu {
  display: none;
}
.widget_nav_menu .sub-menu a {
  padding: 9px 0;
  line-height: 1;
}
.widget_nav_menu .sub-menu a:hover {
  color: #d6986a;
}
.widget_nav_menu .sub-menu .sub-menu {
  padding: 4px 0;
}
.widget_nav_menu .sub-menu .sub-menu a {
  padding-left: 1rem;
}
.widget_nav_menu .submenu-visible {
  display: block;
}

.widget_pages ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 7px 0;
  color: #999;
}

.widget_pages ul li:not(:last-child), .widget_archive ul li:not(:last-child), .widget_categories ul li:not(:last-child), .widget_meta ul li:not(:last-child) {
  border-bottom: 1px #e9ecef solid;
}

.widget_pages ul li:first-child:last-child, .widget_archive ul li:first-child:last-child, .widget_categories ul li:first-child:last-child, .widget_meta ul li:first-child:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages ul li:first-child:last-child &gt; .sub-menu, .widget_archive ul li:first-child:last-child &gt; .sub-menu, .widget_categories ul li:first-child:last-child &gt; .sub-menu, .widget_meta ul li:first-child:last-child &gt; .sub-menu {
  padding-bottom: 0;
}

.widget_pages ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a {
  padding-right: 0.6666666667rem;
  margin-right: auto;
}

.widget_pages ul ul.children, .widget_archive ul ul.children, .widget_categories ul ul.children, .widget_meta ul ul.children {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 1rem 0;
}

.widget_pages ul ul.children li, .widget_archive ul ul.children li, .widget_categories ul ul.children li, .widget_meta ul ul.children li {
  padding: 1rem 0 1rem 1rem;
}

.widget_pages ul ul.children li:last-child, .widget_archive ul ul.children li:last-child, .widget_categories ul ul.children li:last-child, .widget_meta ul ul.children li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages ul ul.sub-menu, .widget_archive ul ul.sub-menu, .widget_categories ul ul.sub-menu, .widget_meta ul ul.sub-menu {
  margin: 1rem 0;
}

.widget_pages ul ul.sub-menu li:last-child, .widget_archive ul ul.sub-menu li:last-child, .widget_categories ul ul.sub-menu li:last-child, .widget_meta ul ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget_pages ul .screen-reader-text, .widget_archive ul .screen-reader-text, .widget_categories ul .screen-reader-text, .widget_meta ul .screen-reader-text {
  display: none;
}

.widget_calendar table, .widget_calendar .wp-block-table {
  border: 1px solid #e9ecef;
  margin: 0;
}
.widget_calendar th {
  border-bottom: none;
  background-color: #f8f9fa;
  color: #000;
}
.widget_calendar td, .widget_calendar th {
  padding: 0;
  line-height: 2rem;
  text-align: center;
}

.widget_recent_comments li {
  position: relative;
  padding-bottom: 1rem;
}
.widget_recent_comments li:last-child {
  padding-bottom: 0;
}
.widget_recent_comments li a {
  display: block;
  margin-top: 1rem;
}

.widget_recent_entries li, .widget_categories li a, .widget_product_categories li a, .widget_archive li a {
  font-size: 105%;
}
.widget_recent_entries li {
  position: relative;
  padding-bottom: 1rem;
}
.widget_recent_entries li:last-child {
  padding-bottom: 0;
}
.widget_recent_entries li .post-date {
  display: block;
  clear: both;
  font-size: 11px;
  margin-top: 5px;
  color: #999;
}
.widget_recent_entries li .post-date:before {
  content: "";
}
.widget_recent_entries li .post-date:after {
  content: "";
}

.widget_rss .title-block a {
  color: #999;
}
.widget_rss .rss-widget-icon {
  display: none;
}
.widget_rss ul li {
  border-bottom: 1px #e9ecef solid;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.widget_rss ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_rss ul li .rsswidget {
  color: #000;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 0.25rem;
  color: #999;
}
.widget_rss ul li .rssSummary {
  margin-top: 0.25rem;
  color: #000;
}
.widget_rss ul li cite {
  display: block;
  margin-top: 0.25rem;
  font-style: normal;
  color: #999;
  text-align: right;
  font-size: 0.8125rem;
}

.widget_tag_cloud {
  overflow: hidden;
}
.widget_tag_cloud .tagcloud,
.widget_tag_cloud .wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .wp-block-tag-cloud a {
  background: rgba(0, 0, 0, 0.03);
  /*border: 1px solid rgba(0,0,0,0.08);*/
  color: #999;
  border-radius: 2px;
  padding: 6px 8px 7px;
  margin-top: 5px;
  margin-right: 5px;
  text-decoration: none;
  font-size: 12px !important;
  line-height: 14px;
  display: inline-block;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .wp-block-tag-cloud a:hover {
  opacity: 0.7;
}
.widget_tag_cloud .tagcloud a:last-child,
.widget_tag_cloud .wp-block-tag-cloud a:last-child {
  margin-right: 0;
}

.widget_media_video .mejs-container {
  max-width: 100%;
  overflow: hidden;
}
.widget_media_video .mejs-container video, .widget_media_video .mejs-container iframe, .widget_media_video .mejs-container object, .widget_media_video .mejs-container embed {
  max-width: 100%;
  overflow: hidden;
}

.widget_media_gallery {
  overflow: hidden;
}
.widget_media_gallery [class^=gallery-columns-], .widget_media_gallery [class*=" gallery-columns-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item, .widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item img, .widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
  display: block;
  border-radius: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item:hover img, .widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
  opacity: 0.6;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-caption, .widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
  padding: 1rem 1rem 0;
}
.widget_media_gallery [class^=gallery-columns-] .gallery-item .gallery-icon, .widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption, .widget_media_gallery .gallery-columns-5 .gallery-caption, .widget_media_gallery .gallery-columns-6 .gallery-caption, .widget_media_gallery .gallery-columns-7 .gallery-caption, .widget_media_gallery .gallery-columns-8 .gallery-caption, .widget_media_gallery .gallery-columns-9 .gallery-caption {
  display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0 0 1rem 1rem;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li, .widget_text ol li {
  border: none;
}
.widget_text ul li:last-child, .widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1rem;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}

.mc4wp-response {
  padding-top: 10px;
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
}

.mc4wp-form-fields h4 {
  font-weight: normal;
  margin: 0 10% 15px;
  text-align: center;
}
.mc4wp-form-fields label, .mc4wp-form-fields input[type=email] {
  text-align: center;
}
.mc4wp-form-fields input[type=email] {
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  outline-offset: -2px !important;
  -webkit-appearance: none !important;
  /*border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;*/
}
.mc4wp-form-fields input[type=email]:focus {
  border: 1px solid #d6986a;
}
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=submit] {
  width: 100%;
  text-align: center;
}
.mc4wp-form-fields p {
  text-align: center;
  margin-bottom: 10px;
}
.mc4wp-form-fields p:last-child {
  margin-bottom: 0;
}
ul.solid-social-icons {
  margin: -2px;
  padding: 0;
}
ul.solid-social-icons li {
  margin: 2px;
  padding: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
ul.solid-social-icons li a {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 50%;
}
ul.solid-social-icons li a span.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
ul.solid-social-icons li a span.social-icon svg {
  -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0;
  margin: 0 auto;
}
ul.solid-social-icons li a:hover span.social-icon svg {
  fill: #d6986a;
}
ul.solid-social-icons.is-centered {
  text-align: center;
}
ul.solid-social-icons.is-centered li {
  float: none;
}

/* Flicker */
.flickr-widget .flickr-images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -3px;
}
.flickr-widget .flickr-images-wrapper .flickr_badge_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.flickr-widget .flickr-images-wrapper .flickr_badge_image img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -o-object-fit: cover;
  object-fit: cover;
}
.flickr-widget .flickr-images-wrapper .flickr_badge_image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 3px;
}
.flickr-widget a.button {
  margin-top: 6px;
  width: 100%;
}
.flickr-widget a.button, .flickr-widget a.button:hover {
  color: #FFF;
}

/*
.widget {
  &amp;.social-statistics-widget {
    .title-block-wrap { margin-bottom: 24px }
    .title-block .title-widget-text { margin-right: auto; margin-left: auto }
    .title-block .title-widget-line { display: none }
  }
}

 */
ul.social-statistics.social-statistics-style1 {
  margin: -4px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.social-statistics.social-statistics-style1 li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
ul.social-statistics.social-statistics-style1 li.social-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  width: 100%;
  margin: 2px;
  padding: 8px 14px;
  border-radius: 0;
  color: #FFF;
}
ul.social-statistics.social-statistics-style1 li.social-link-item a span.social-icon svg {
  fill: #FFF;
}
ul.social-statistics.social-statistics-style1 li.social-link-item a:hover {
  color: #FFF;
}
ul.social-statistics.social-statistics-style1 li.social-link-item a:hover span.social-icon svg {
  fill: #FFF;
}
ul.social-statistics.social-statistics-style1 li.social-link-item.social-link-facebook a {
  background-color: #526FAB;
}
ul.social-statistics.social-statistics-style1 li.social-link-item.social-link-witter a {
  background-color: #29C5F6;
}
ul.social-statistics.social-statistics-style1 li.social-link-item.social-link-dribbble a {
  background-color: #EA4C8A;
}
ul.social-statistics.social-statistics-style1 li.social-link-item.social-link-pinterest a {
  background-color: #B7081B;
}
ul.social-statistics.social-statistics-style1 li.social-link-item.social-link-linkedin a {
  background-color: #0967C2;
}
ul.social-statistics.social-statistics-style1 li.social-link-item.social-link-github a {
  background-color: #24292F;
}
ul.social-statistics.social-statistics-style1 li.social-link-item .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  vertical-align: middle;
  margin-right: 7px;
  text-align: center;
}
ul.social-statistics.social-statistics-style1 li.social-link-item .social-icon svg {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  line-height: 0;
  max-width: 14px;
  height: 14px;
  fill: #000;
  transition: 0.15s;
}
ul.social-statistics.social-statistics-style1 li.social-link-item .social-count {
  font-size: 12px;
  font-weight: 600;
  padding-top: 2px;
}
ul.social-statistics.social-statistics-style1 li a:hover {
  color: #d6986a;
}
ul.social-statistics.social-statistics-style1 li a:hover span.social-icon svg {
  fill: #d6986a;
}
ul.social-statistics.social-statistics-style2 a {
  display: block;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  color: #FFF;
  transition: opacity 0.15s;
}
ul.social-statistics.social-statistics-style2 a:hover {
  color: #FFF;
}
ul.social-statistics.social-statistics-style2 li.social-link-item:hover span.social-icon svg {
  fill: #FFF;
}
ul.social-statistics.social-statistics-style2 li:not(:first-child) {
  padding: 8px 0 0 0;
}
ul.social-statistics.social-statistics-style2 li::after {
  clear: both;
  display: table;
  content: "";
}
ul.social-statistics.social-statistics-style2 li:hover a {
  opacity: 0.8;
}
ul.social-statistics.social-statistics-style2 li:hover a span.social-icon svg {
  fill: #FFF;
}
ul.social-statistics.social-statistics-style2 .social-link-facebook a {
  background-color: #2d5f9a !important;
}
ul.social-statistics.social-statistics-style2 .social-link-witter a {
  background-color: #00c3f3 !important;
}
ul.social-statistics.social-statistics-style2 .social-link-instagram a {
  background-color: #c13584 !important;
  background: linear-gradient(-141deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) !important;
}
ul.social-statistics.social-statistics-style2 .social-link-dribbble a {
  background-color: #ea4c89 !important;
}
ul.social-statistics.social-statistics-style2 .social-link-pinterest a {
  background-color: #bd081c !important;
}
ul.social-statistics.social-statistics-style2 .social-link-linkedin a {
  background-color: #0077b5 !important;
}
ul.social-statistics.social-statistics-style2 .social-link-github a {
  background-color: #4078c0 !important;
}
ul.social-statistics.social-statistics-style2 span.social-icon,
ul.social-statistics.social-statistics-style2 span.social-count {
  display: inline-block;
  float: left;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 30px;
}
ul.social-statistics.social-statistics-style2 span.social-icon {
  vertical-align: middle;
  margin-right: 15px;
}
ul.social-statistics.social-statistics-style2 span.social-icon svg {
  width: 15px;
  height: 15px;
  fill: #FFF;
  display: inline-block;
  position: relative;
  top: 2px;
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 40px #000;
    box-shadow: 0 0 0 1px transparent, 0 0 0 40px #000;
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 40px #000;
    box-shadow: 0 0 0 1px transparent, 0 0 0 40px #000;
  }
}
/* About me widget */
.aboutme-widget .avatar-is-circle .avatar-about img {
  border-radius: 50%;
}
.aboutme-widget .about-is-centered {
  text-align: center;
}
.aboutme-widget .about-is-centered .social-about a {
  margin: 3px;
}
.aboutme-widget .designation-about {
  color: #999;
}
.aboutme-widget .avatar-about {
  margin: 19px auto;
  line-height: 0;
  overflow: hidden;
}
.aboutme-widget .avatar-about img {
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
.aboutme-widget .description-about {
  color: #666;
}
.aboutme-widget .autograph-about {
  margin-top: 19px;
}
.aboutme-widget .social-about {
  margin-top: 19px;
}
.aboutme-widget .social-about a {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #000;
  text-align: center;
  line-height: 33px;
  border-radius: 2px;
}
.aboutme-widget .social-about a svg {
  height: 13px;
  fill: #FFF;
  -webkit-transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.aboutme-widget .social-about a:hover svg {
  /*fill: $main_color;*/
}

/* posts-list-1 */
.posts-list-1 ul.posts-list-items li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.posts-list-1 ul.posts-list-items li:first-child {
  padding-top: 0;
}
.posts-list-1 ul.posts-list-items li:last-child {
  padding-bottom: 0;
}
.posts-list-1 ul.posts-list-items li .ja-post-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-list-1 ul.posts-list-items li .ja-post-thumbnail {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-height: 90px;
  margin-right: 20px;
}
.posts-list-1 ul.posts-list-items li .ja-post-thumbnail a {
  display: block;
  position: relative;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.posts-list-1 ul.posts-list-items li .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.posts-list-1 ul.posts-list-items li .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #666;
}
.posts-list-1 ul.posts-list-items li .entry-title {
  margin-bottom: 5px;
  position: relative;
  top: 0;
}
.posts-list-1.thumbnail-is-circle ul li .ja-post-thumbnail a img {
  border-radius: 100%;
}
.posts-list-1.thumbnail-is-count ul li .post-count {
  background-color: #d6986a;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 11px;
  border-radius: 50%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 1;
}

/* posts-list-2 */
.posts-list-2 ul.posts-list-items li {
  padding-top: 16px;
  padding-bottom: 16px;
}
.posts-list-2 ul.posts-list-items li:first-child {
  padding-top: 0;
}
.posts-list-2 ul.posts-list-items li:last-child {
  padding-bottom: 0;
}
.posts-list-2 ul.posts-list-items li .ja-post-thumbnail {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.posts-list-2 ul.posts-list-items li .ja-post-thumbnail a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 0;
  font-size: 0;
}
.posts-list-2 ul.posts-list-items li .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  line-height: 0;
  width: 100%;
  border-radius: 3px;
}
.posts-list-2 ul.posts-list-items li .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.posts-list-2 ul.posts-list-items li .post-meta {
  margin-bottom: 5px;
}
.posts-list-2 ul.posts-list-items li .post-meta:last-child {
  margin-bottom: 0;
}
.posts-list-2 ul.posts-list-items li .post-meta,
.posts-list-2 ul.posts-list-items li .post-meta a {
  color: #999;
}
.posts-list-2 ul.posts-list-items li .post-meta a:hover {
  color: #d6986a;
}
.posts-list-2 ul.posts-list-items li .cat-links a {
  margin-bottom: 5px;
}
.posts-list-2 ul.posts-list-items li .entry-title {
  margin-bottom: 5px;
}

/* posts-list-3 */
.posts-list-3 ul.posts-list-items li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.posts-list-3 ul.posts-list-items li:first-child {
  padding-top: 0;
  padding-bottom: 17px;
}
.posts-list-3 ul.posts-list-items li:last-child {
  padding-bottom: 0;
}
.posts-list-3 ul.posts-list-items li:first-child .ja-post-thumbnail {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.posts-list-3 ul.posts-list-items li:first-child .ja-post-thumbnail a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 0;
  font-size: 0;
}
.posts-list-3 ul.posts-list-items li:first-child .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  line-height: 0;
  width: 100%;
  border-radius: 3px;
}
.posts-list-3 ul.posts-list-items li:first-child .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 11px;
  line-height: 17px;
}
.posts-list-3 ul.posts-list-items li:first-child .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.posts-list-3 ul.posts-list-items li:first-child .post-meta &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.posts-list-3 ul.posts-list-items li:first-child .post-meta &gt; li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "-";
  margin-left: 0.5rem;
}
.posts-list-3 ul.posts-list-items li:first-child .post-meta:last-child {
  margin-bottom: 0;
}
.posts-list-3 ul.posts-list-items li:first-child .post-meta,
.posts-list-3 ul.posts-list-items li:first-child .post-meta a {
  color: #999;
}
.posts-list-3 ul.posts-list-items li:first-child .post-meta a:hover {
  color: #d6986a;
}
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .ja-post-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .ja-post-thumbnail {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-height: 80px;
  margin-right: 15px;
}
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .ja-post-thumbnail a {
  display: block;
  position: relative;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  color: #999;
}
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .entry-title {
  margin-bottom: 5px;
  position: relative;
}

/* posts-list-4 */
.posts-list-4 .title-block-wrap {
  margin-bottom: 12px;
}
.posts-list-4 ul.posts-list-items {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-color: #000000;
  border-style: solid;
  border-width: 8px 1px 1px 1px;
}
.posts-list-4 ul.posts-list-items &gt; li:first-child {
  padding-top: 0;
}
.posts-list-4 ul.posts-list-items &gt; li:last-child {
  padding-bottom: 0;
}
.posts-list-4 ul.posts-list-items &gt; li:last-child::before {
  display: none;
}
.posts-list-4 ul.posts-list-items &gt; li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
}
.posts-list-4 ul.posts-list-items li {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
}
.posts-list-4 ul.posts-list-items li .ja-post-thumbnail {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.posts-list-4 ul.posts-list-items li .ja-post-thumbnail a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 0;
  font-size: 0;
}
.posts-list-4 ul.posts-list-items li .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  line-height: 0;
  width: 100%;
  border-radius: 3px;
}
.posts-list-4 ul.posts-list-items li .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 11px;
  line-height: 17px;
}
.posts-list-4 ul.posts-list-items li .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.posts-list-4 ul.posts-list-items li .post-meta &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.posts-list-4 ul.posts-list-items li .post-meta &gt; li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "-";
  margin-left: 0.5rem;
}
.posts-list-4 ul.posts-list-items li .post-meta:last-child {
  margin-bottom: 0;
}
.posts-list-4 ul.posts-list-items li .post-meta,
.posts-list-4 ul.posts-list-items li .post-meta a {
  color: #999;
}
.posts-list-4 ul.posts-list-items li .post-meta a:hover {
  color: #d6986a;
}
/* posts-list-5 */
.posts-list-5 {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  background-color: #f9f9f9;
}
.posts-list-5 .title-block .title-widget-line {
  display: none;
}
.posts-list-5 .ja-trim-excerpt,
.posts-list-5 .entry-title {
  display: inline;
}
.posts-list-5 .ja-post-inner,
.posts-list-5 .title-block-wrap,
.posts-list-5 .widget-title-style5 {
  padding-right: 30px;
  padding-left: 30px;
}
.posts-list-5 .ja-post-inner {
  position: relative;
  overflow: hidden;
}
.posts-list-5 ul.posts-list-items &gt; li {
  position: relative;
}
.posts-list-5 ul.posts-list-items &gt; li:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.posts-list-5 ul.posts-list-items &gt; li:first-child::before {
  display: none;
}
.posts-list-5 ul.posts-list-items &gt; li:last-child {
  padding-bottom: 0;
}
.posts-list-5 ul.posts-list-items &gt; li:last-child::before {
  display: none;
}
.posts-list-5 ul.posts-list-items &gt; li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
}
.posts-list-5 ul.posts-list-items li {
  padding-top: 24px;
  padding-bottom: 24px;
}
.posts-list-5 ul.posts-list-items li .ja-post-thumbnail {
  position: relative;
  margin-top: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.posts-list-5 ul.posts-list-items li .ja-post-thumbnail a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 0;
  font-size: 0;
  width: 100%;
}
.posts-list-5 ul.posts-list-items li .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  line-height: 0;
  width: 100%;
  max-width: 100%;
}
.posts-list-5 ul.posts-list-items li .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
}
.posts-list-5 ul.posts-list-items li .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.posts-list-5 ul.posts-list-items li .post-meta &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.posts-list-5 ul.posts-list-items li .post-meta &gt; li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "-";
  margin-left: 0.5rem;
}
.posts-list-5 ul.posts-list-items li .post-meta:last-child {
  margin-bottom: 0;
}
.posts-list-5 ul.posts-list-items li .post-meta,
.posts-list-5 ul.posts-list-items li .post-meta a {
  color: #999;
}
.posts-list-5 ul.posts-list-items li .post-meta a:hover {
  color: #d6986a;
}
/* posts-list-6 */
.posts-list-6 .slick-arrow {
  margin-top: 0;
  top: 154px;
}
.posts-list-6 .slick-next {
  right: auto;
  left: 48px;
}
.posts-list-6 .posts-list-items .slide {
  position: relative;
  overflow: hidden;
}
.posts-list-6 .posts-list-items .slide .ja-trim-excerpt,
.posts-list-6 .posts-list-items .slide .entry-title {
  display: inline;
}
.posts-list-6 .posts-list-items .slide .ja-trim-excerpt, .posts-list-6 .posts-list-items .slide .ja-trim-excerpt a,
.posts-list-6 .posts-list-items .slide .entry-title,
.posts-list-6 .posts-list-items .slide .entry-title a {
  color: #FFF;
}
.posts-list-6 .posts-list-items .slide .ja-post-inner {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background-color: #000;
}
.posts-list-6 .posts-list-items .slide .ja-post-thumbnail {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.posts-list-6 .posts-list-items .slide .ja-post-thumbnail a {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 0;
  font-size: 0;
}
.posts-list-6 .posts-list-items .slide .ja-post-thumbnail a img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  line-height: 0;
  width: 100%;
}
.posts-list-6 .posts-list-items .slide .ja-post-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
}
.posts-list-6 .posts-list-items .slide .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.posts-list-6 .posts-list-items .slide .post-meta &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #FFF;
}
.posts-list-6 .posts-list-items .slide .post-meta &gt; li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "-";
  margin-left: 0.5rem;
}
.posts-list-6 .posts-list-items .slide .post-meta:last-child {
  margin-bottom: 0;
}
.posts-list-6 .posts-list-items .slide .post-meta,
.posts-list-6 .posts-list-items .slide .post-meta a {
  color: #999;
}
.posts-list-6 .posts-list-items .slide .post-meta a:hover {
  color: #d6986a;
}
.posts-list-6 .posts-list-items .slide .cat-links a {
  color: #FFF;
}
.entry a,
.comment-content a {
  color: #d6986a;
}

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

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

.wp-caption {
  max-width: 100%;
}
.wp-caption:not(.alignleft):not(.alignright) {
  margin-right: auto;
  margin-left: auto;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 5px;
}

.wp-block-gallery {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.wp-block-gallery li:last-child {
  margin-bottom: 0 !important;
}

/*q,
blockquote,.wp-block-quote{

  padding: 0;
  margin: 0;
  border: 0 none;
  text-align: center;
  padding-left: 11%;
  padding-right: 11%;

  p{

  }

  a{
    color: #FFF;

  }

  cite{
    display: block;
    margin-top: 10px;

    &amp;::before {
      content: "-";
      margin-right: 4px;
    }
  }

  &gt; :last-child {
    margin-bottom: 0;
  }

  &amp;.alignleft {
    margin: 0.316em 1.474em 1.474em 0;
    width: 50%;
  }

  &amp;.alignright {
    margin: 0.316em 0 1.474em 1.474em;
    width: 50%;
  }

  @media (max-width: 768px){
    float: none !important;
    width: auto !important;
    margin: 20px 0 !important;
  }
}

// blockquote:not(.quote-light):not(.quote-simple):not(.wp-block-quote):not(.wp-block-pullquote) a:not(:hover){
// 		color: #fff;
// }

blockquote{
  &amp;.quote-light{
    background: #eeeeee;
    border-color: $main_color;
    border-width: 0;
    border-left-width: 3px;
    border-style: solid;
    color: $main_color;

    &amp;::before{
      display: none;
    }

    p{
      font-size: 18px;
      line-height: 28px;
    }

    cite{
      text-align: left;
    }
  }

  &amp;.quote-simple{
    background: transparent;
    border-width: 0;
    text-align: center;
    padding: 0;
    color: $main_color;

    &amp;::before{
      display: none;
    }

    p{
      color: inherit;
      font-size: 28px;
      line-height: 38px;
      //background: -webkit-linear-gradient($brand-color, $darker-brand-color);
      //-webkit-background-clip: text !important;
      //-webkit-text-fill-color: transparent !important;
    }

    cite{
      text-align: center;
    }

    &amp;.alignleft,
    &amp;.alignright{
      text-align: left;

      p{
        font-style: normal;
      }
    }
  }
}

*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 1.5em;
}
table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
table td,
table th {
  padding: 0.4em;
  text-align: left;
  border-right: 1px dotted rgba(0, 0, 0, 0.08);
}
table th:last-child,
table tr td:last-child {
  border-right: 0;
}
table thead th {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  padding: 0.7em 0.4em;
  vertical-align: middle;
}
table tbody th {
  background: rgba(0, 0, 0, 0.03);
}
.entry table tbody td, .entry table tbody th {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.table-is-responsive {
  clear: both;
  overflow-x: auto;
}

.entry ol,
.entry ul,
.comment-content ol,
.comment-content ul {
  margin-bottom: 20px;
  padding-left: 15px;
  margin-left: 20px;
}
.entry ol li,
.entry ul ol li,
.comment-content ol li,
.comment-content ul ol li {
  list-style: decimal;
}
.entry ul li,
.entry ol ul li,
.comment-content ul li,
.comment-content ol ul li {
  list-style: disc;
  list-style-image: none;
}
.entry li,
.comment-content li {
  margin: 0 0 5px 0;
}
.entry li ol,
.entry li ul,
.comment-content li ol,
.comment-content li ul {
  margin: 5px 0 0 15px;
}
.entry dl,
.comment-content dl {
  margin: 0 0 1.75em;
}
.entry dt,
.comment-content dt {
  font-weight: 700;
}
.entry dd,
.comment-content dd {
  margin: 0 0 1.75em;
}

.entry mark {
  background: #333;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

#reading-position-indicator {
  display: block;
  height: 4px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #d6986a;
  box-shadow: 0 0 10px #d6986a;
  width: 0;
  z-index: 9999;
  max-width: 100%;
}

.entry-media-inner {
  position: relative;
  overflow: initial !important;
  /*&amp;::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 10%;
    z-index: -1;
    filter: blur(15px);
  }*/
}

.ja-content-standard .jamal-post-container .entry-excerpt &gt; p, .ja-content-standard .jamal-post-container .entry-excerpt &gt; ul, .ja-content-standard .jamal-post-container .entry-excerpt &gt; ol, .ja-content-standard .jamal-post-container .entry-excerpt &gt; h1, .ja-content-standard .jamal-post-container .entry-excerpt &gt; h2, .ja-content-standard .jamal-post-container .entry-excerpt &gt; h3, .ja-content-standard .jamal-post-container .entry-excerpt &gt; h4, .ja-content-standard .jamal-post-container .entry-excerpt &gt; h5, .ja-content-standard .jamal-post-container .entry-excerpt &gt; h6 {
  padding-left: 0;
  padding-right: 0;
}
.ja-content-standard .jamal-post-container .entry-header {
  padding-left: 0;
  padding-right: 0;
}
.ja-content-standard .jamal-post-container:not(:first-child) .post-outer .entry-header {
  border-top: 0 none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.jamal-post-container {
  /*&amp;:last-child {
    .post-outer {
      margin-bottom: 0;
      border-bottom: 0 none;
      padding-bottom: 0;
    }
  }*/
  /*
  .entry-header {
    padding-left: 2%;
    padding-right: 2%;

    @media (min-width: 739px){
      padding-left: 6%;
      padding-right: 6%;
    }
  }
  */
}
.jamal-post-container:not(:first-child) .post-outer {
  margin-top: 30px;
}
.jamal-post-container:not(:first-child) .post-outer .entry-header {
  /* border-top: 1px solid $base-border-color;
   padding-top: 40px;*/
}
.jamal-post-container .entry-header,
.jamal-post-container .entry-excerpt,
.jamal-post-container .entry-footer {
  max-width: 780px;
  padding-right: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
.jamal-post-container .entry-footer {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 30px;
}
.jamal-post-container .entry-header {
  margin-bottom: 10px;
}
.jamal-post-container .entry-excerpt {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .jamal-post-container .entry-excerpt div.post-bottom-area {
    display: block;
  }
  .jamal-post-container .entry-excerpt div.post-bottom-area .ja-content-list-share {
    float: none;
    display: block;
    text-align: inherit;
  }
  .jamal-post-container .entry-excerpt div.post-bottom-area .ja-content-list-share ul {
    float: none;
  }
  .jamal-post-container .entry-excerpt div.post-bottom-area .ja-content-list-share ul li {
    float: none;
  }
  .jamal-post-container .entry-excerpt .ja-more-link {
    margin-bottom: 15px;
  }
  .jamal-post-container .entry-excerpt .jamal-nth-child-3 {
    display: flex;
    order: 1;
  }
}
.jamal-post-container .entry-excerpt span.ja-content-share {
  position: relative;
}
@media screen and (max-width: 767px) {
  .jamal-post-container .entry-excerpt span.ja-content-share {
    display: none;
  }
}
.jamal-post-container .entry-excerpt span.ja-content-share.active.ja-circle {
  border-color: #d6986a;
}
.jamal-post-container .entry-excerpt span.ja-content-share.active.ja-circle svg {
  fill: #d6986a;
}
.jamal-post-container .entry-excerpt .jamal-nth-child-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.jamal-post-container .entry-excerpt &gt; p, .jamal-post-container .entry-excerpt &gt; ul, .jamal-post-container .entry-excerpt &gt; ol, .jamal-post-container .entry-excerpt &gt; h1, .jamal-post-container .entry-excerpt &gt; h2, .jamal-post-container .entry-excerpt &gt; h3, .jamal-post-container .entry-excerpt &gt; h4, .jamal-post-container .entry-excerpt &gt; h5, .jamal-post-container .entry-excerpt &gt; h6, .jamal-post-container .entry-excerpt &gt; .happyforms-form {
  /*padding-left: 2%;
  padding-right: 2%;

  @media (min-width: 739px){
    padding-left: 6%;
    padding-right: 6%;
  }*/
}
.jamal-post-container .entry-excerpt &gt; *:not(p) {
  margin-bottom: 30px;
  margin-top: 30px;
}
.jamal-post-container .entry-excerpt &gt; *:not(p):first-child {
  margin-top: 0 !important;
}
.jamal-post-container .entry-excerpt &gt; *:not(p):last-child {
  margin-bottom: 0 !important;
}
.jamal-post-container .entry-excerpt &gt; p {
  margin-top: 30px;
}
.jamal-post-container .entry-excerpt &gt; p:first-child {
  margin-top: 0 !important;
}
.jamal-post-container .entry-excerpt &gt; p:last-child {
  margin-bottom: 0 !important;
}
.jamal-post-container .entry-excerpt::before, .jamal-post-container .entry-excerpt::after {
  content: "";
  display: table;
}
.jamal-post-container .entry-excerpt::after {
  clear: both;
}
.jamal-post-container .entry-excerpt .ja-content-list-share {
  display: flex;
  position: absolute;
  right: 48px;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.jamal-post-container .entry-excerpt .ja-content-list-share ul {
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
}
.jamal-post-container .entry-excerpt .ja-content-list-share ul li {
  float: right;
  list-style: none;
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(-45deg);
  transform: scale(0.5) rotate(-45deg);
  transition-delay: unset;
}
.jamal-post-container .entry-excerpt .ja-content-list-share ul li:first-child {
  display: none;
}
.jamal-post-container .entry-excerpt .ja-content-list-share ul li:last-child {
  margin-bottom: 0;
}
.jamal-post-container .entry-excerpt .ja-content-list-share ul li.ja-share-whatsapp, .jamal-post-container .entry-excerpt .ja-content-list-share ul li.ja-share-telegram {
  display: none;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active {
  z-index: 11;
  /*background-color: #FFF;*/
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(10) {
  transition-delay: 0.1s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(9) {
  transition-delay: 0.9s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(8) {
  transition-delay: 0.8s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(7) {
  transition-delay: 0.7s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(6) {
  transition-delay: 0.6s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(5) {
  transition-delay: 0.5s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(4) {
  transition-delay: 0.4s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(3) {
  transition-delay: 0.3s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(2) {
  transition-delay: 0.2s;
}
.jamal-post-container .entry-excerpt .ja-content-list-share.active li:nth-child(1) {
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .jamal-post-container .entry-excerpt .ja-content-list-share {
    position: relative;
    z-index: 10;
    top: auto;
    right: auto;
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: transparent;
  }
  .jamal-post-container .entry-excerpt .ja-content-list-share ul li {
    float: left;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    margin-top: 3px;
    margin-left: 0;
    margin-bottom: 3px;
    margin-right: 3px;
  }
  .jamal-post-container .entry-excerpt .ja-content-list-share ul li:first-child {
    display: inline-block;
  }
  .jamal-post-container .entry-excerpt .ja-content-list-share ul li.ja-share-whatsapp, .jamal-post-container .entry-excerpt .ja-content-list-share ul li.ja-share-telegram {
    display: inline-block;
  }
}
.jamal-post-container .cat-links {
  display: block;
  margin-bottom: 8px;
}
.jamal-post-container .cat-links a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #d6986a;
}
.jamal-post-container .cat-links,
.jamal-post-container .cat-links a {
  color: #d6986a;
}
.jamal-post-container .cat-links .screen-reader-text {
  /*display: inline-block;*/
  vertical-align: middle;
  position: relative !important;
  left: auto !important;
}
.jamal-post-container .cat-links .screen-reader-text:before {
  content: "";
  background-color: #999;
  height: 2px;
  width: 22px;
  margin-right: 10px;
  display: inline-block;
}
.jamal-post-container .cat-links .screen-reader-text, .jamal-post-container .cat-links .screen-reader-text::before {
  font-size: 0;
  line-height: 0;
}
.jamal-post-container .cat-links a {
  display: inline-block;
}
.jamal-post-container .entry-title {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
.jamal-post-container .single-featured-image {
  position: relative;
  margin: 0;
  line-height: 0;
}
.jamal-post-container .single-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
.jamal-post-container .single-caption-text svg {
  fill: #FFF;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.jamal-post-container .entry-sub-title {
  display: block;
  margin-bottom: 10px;
  color: #666;
}
.jamal-post-container .entry-media {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 34px;
}
.jamal-post-container .entry-media .ja-slick-widget,
.jamal-post-container .entry-media .single-featured-image,
.jamal-post-container .entry-media .fluid-video-wrapper {
  overflow: hidden;
}
.jamal-post-container .entry-media a {
  display: inline-block;
}
.jamal-post-container .entry-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.jamal-post-container .entry-media::after, .jamal-post-container .entry-media::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.jamal-post-container .entry-media::after {
  clear: both;
}
.jamal-post-container::after, .jamal-post-container::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.jamal-post-container::after {
  clear: both;
}

.full-width .jamal-post-container .entry-header {
  padding-left: 0;
  padding-right: 0;
}
.full-width .jamal-post-container .entry-excerpt &gt; p, .full-width .jamal-post-container .entry-excerpt &gt; ul, .full-width .jamal-post-container .entry-excerpt &gt; ol, .full-width .jamal-post-container .entry-excerpt &gt; h1, .full-width .jamal-post-container .entry-excerpt &gt; h2, .full-width .jamal-post-container .entry-excerpt &gt; h3, .full-width .jamal-post-container .entry-excerpt &gt; h4, .full-width .jamal-post-container .entry-excerpt &gt; h5, .full-width .jamal-post-container .entry-excerpt &gt; h6 {
  padding-left: 0;
  padding-right: 0;
}

.post-meta, .post-meta-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  /*  a {
      color: $gray_color;

      &amp;:hover {
        color: $main_color;
      }
    }*/
}
.post-meta .ja-meta-list-share, .post-meta-footer .ja-meta-list-share {
  display: flex;
  position: absolute;
  left: 48px;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.post-meta .ja-meta-list-share ul li, .post-meta-footer .ja-meta-list-share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(-45deg);
  transform: scale(0.5) rotate(-45deg);
  transition-delay: unset;
}
.post-meta .ja-meta-list-share ul li:first-child, .post-meta-footer .ja-meta-list-share ul li:first-child {
  display: none;
}
.post-meta .ja-meta-list-share ul li:last-child, .post-meta-footer .ja-meta-list-share ul li:last-child {
  margin-bottom: 0;
}
.post-meta .ja-meta-list-share ul li.ja-share-whatsapp, .post-meta .ja-meta-list-share ul li.ja-share-telegram, .post-meta-footer .ja-meta-list-share ul li.ja-share-whatsapp, .post-meta-footer .ja-meta-list-share ul li.ja-share-telegram {
  display: none;
}
.post-meta .ja-meta-list-share.active, .post-meta-footer .ja-meta-list-share.active {
  z-index: 11;
  background-color: #FFF;
}
.post-meta .ja-meta-list-share.active ul, .post-meta-footer .ja-meta-list-share.active ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-meta .ja-meta-list-share.active li, .post-meta-footer .ja-meta-list-share.active li {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.post-meta .ja-meta-list-share.active li:nth-child(10), .post-meta-footer .ja-meta-list-share.active li:nth-child(10) {
  transition-delay: 0.1s;
}
.post-meta .ja-meta-list-share.active li:nth-child(9), .post-meta-footer .ja-meta-list-share.active li:nth-child(9) {
  transition-delay: 0.9s;
}
.post-meta .ja-meta-list-share.active li:nth-child(8), .post-meta-footer .ja-meta-list-share.active li:nth-child(8) {
  transition-delay: 0.8s;
}
.post-meta .ja-meta-list-share.active li:nth-child(7), .post-meta-footer .ja-meta-list-share.active li:nth-child(7) {
  transition-delay: 0.7s;
}
.post-meta .ja-meta-list-share.active li:nth-child(6), .post-meta-footer .ja-meta-list-share.active li:nth-child(6) {
  transition-delay: 0.6s;
}
.post-meta .ja-meta-list-share.active li:nth-child(5), .post-meta-footer .ja-meta-list-share.active li:nth-child(5) {
  transition-delay: 0.5s;
}
.post-meta .ja-meta-list-share.active li:nth-child(4), .post-meta-footer .ja-meta-list-share.active li:nth-child(4) {
  transition-delay: 0.4s;
}
.post-meta .ja-meta-list-share.active li:nth-child(3), .post-meta-footer .ja-meta-list-share.active li:nth-child(3) {
  transition-delay: 0.3s;
}
.post-meta .ja-meta-list-share.active li:nth-child(2), .post-meta-footer .ja-meta-list-share.active li:nth-child(2) {
  transition-delay: 0.2s;
}
.post-meta .ja-meta-list-share.active li:nth-child(1), .post-meta-footer .ja-meta-list-share.active li:nth-child(1) {
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .post-meta .ja-meta-list-share, .post-meta-footer .ja-meta-list-share {
    position: relative;
    z-index: 10;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .post-meta .ja-meta-list-share ul li, .post-meta-footer .ja-meta-list-share ul li {
    float: left;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    margin-bottom: 3px;
  }
  .post-meta .ja-meta-list-share ul li:first-child, .post-meta-footer .ja-meta-list-share ul li:first-child {
    display: inline-block;
  }
  .post-meta .ja-meta-list-share ul li.ja-share-whatsapp, .post-meta .ja-meta-list-share ul li.ja-share-telegram, .post-meta-footer .ja-meta-list-share ul li.ja-share-whatsapp, .post-meta-footer .ja-meta-list-share ul li.ja-share-telegram {
    display: inline-block;
  }
}
.post-meta svg, .post-meta-footer svg {
  margin-right: 5px;
  fill: #999;
}
.post-meta .ja-circle, .post-meta-footer .ja-circle {
  border-color: #999;
}
.post-meta .ja-circle &gt; svg, .post-meta-footer .ja-circle &gt; svg {
  fill: #000;
}
.post-meta .ja-circle:hover, .post-meta-footer .ja-circle:hover {
  border-color: #d6986a;
}
.post-meta .ja-circle:hover &gt; svg, .post-meta-footer .ja-circle:hover &gt; svg {
  fill: #d6986a;
}
.post-meta div.cat-links, .post-meta-footer div.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.post-meta .meta-item, .post-meta-footer .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 10px;
}
.post-meta .meta-item.ja-meta-share, .post-meta-footer .meta-item.ja-meta-share {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-meta .meta-item.ja-meta-share, .post-meta-footer .meta-item.ja-meta-share {
    display: none;
  }
}
.post-meta .meta-item.ja-meta-share.active &gt; .ja-circle, .post-meta-footer .meta-item.ja-meta-share.active &gt; .ja-circle {
  border-color: #d6986a;
}
.post-meta .meta-item.ja-meta-share.active &gt; .ja-circle &gt; svg, .post-meta-footer .meta-item.ja-meta-share.active &gt; .ja-circle &gt; svg {
  fill: #d6986a;
}
.post-meta .meta-item.ja-meta-date svg, .post-meta-footer .meta-item.ja-meta-date svg {
  display: none;
}
.post-meta .meta-item.ja-meta-date .screen-reader-text, .post-meta-footer .meta-item.ja-meta-date .screen-reader-text {
  display: inline-block;
  margin-right: 3px;
}
.post-meta .meta-item.ja-meta-avatar, .post-meta-footer .meta-item.ja-meta-avatar {
  /*margin-right: 9px;*/
}
.post-meta .meta-item.ja-meta-avatar img, .post-meta-footer .meta-item.ja-meta-avatar img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.post-meta .meta-item.ja-meta-author a, .post-meta-footer .meta-item.ja-meta-author a {
  color: #000;
}
.post-meta .meta-item.ja-meta-author a:hover, .post-meta-footer .meta-item.ja-meta-author a:hover {
  color: #d6986a;
}
.post-meta .meta-item:last-child, .post-meta-footer .meta-item:last-child {
  margin-right: 0;
}

a.ja-more-link {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 25px;
  border-radius: 50px;
  border: 1px solid #000;
  color: #000;
  border-left-width: 0;
  font-size: 13px;
  line-height: 40px;
  margin-top: 0 !important;
  text-align: center;
}
a.ja-more-link svg {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  left: -4px;
  top: 2px;
  display: inline-block;
  width: 21px;
  height: 100%;
  fill: #000;
}
a.ja-more-link:hover {
  border-color: #d6986a;
  color: #d6986a;
}
a.ja-more-link:hover svg {
  fill: #d6986a;
}

.entry-footer {
  margin-top: 1.65em;
}
.entry-footer .post-nav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px rgba(0, 0, 0, 0.08) solid;
  border-style: dashed;
}
.entry-footer #comments,
.entry-footer #respond {
  margin-top: 30px;
}

.entry-tags-bottom {
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.entry-tags-bottom .ja-meta-tags &gt; svg {
  display: none;
}
.entry-tags-bottom span {
  display: inline-block;
  float: none;
}
.entry-tags-bottom span a {
  display: inline-block;
  padding: 4px 12px;
  margin: 5px 5px 0 0;
  background: #F0F0F0;
  color: #646464;
  border-radius: 2px;
}
.entry-tags-bottom span a::before {
  content: "#";
}

.entry-share-buttons {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 1.65em;
  text-align: center;
}
.entry-share-buttons li {
  float: none;
  display: inline-block;
  margin: 6px 6px 0 0;
}
.entry-share-buttons li:first-child {
  display: none;
}
.entry-share-buttons li:first-child span.ja-circle {
  border-color: transparent;
}
.entry-share-buttons li.ja-share-facebook:hover a.ja-circle {
  background-color: transparent;
  border-color: #3b5998;
}
.entry-share-buttons li.ja-share-facebook:hover a.ja-circle svg {
  fill: #3b5998;
}
.entry-share-buttons li.ja-share-twitter:hover a.ja-circle {
  background-color: transparent;
  border-color: #1da1f2;
}
.entry-share-buttons li.ja-share-twitter:hover a.ja-circle svg {
  fill: #1da1f2;
}
.entry-share-buttons li.ja-share-pinterest:hover a.ja-circle {
  background-color: transparent;
  border-color: #bd081c;
}
.entry-share-buttons li.ja-share-pinterest:hover a.ja-circle svg {
  fill: #bd081c;
}
.entry-share-buttons li.ja-share-linkedin:hover a.ja-circle {
  background-color: transparent;
  border-color: #0077b5;
}
.entry-share-buttons li.ja-share-linkedin:hover a.ja-circle svg {
  fill: #0077b5;
}
.entry-share-buttons li.ja-share-reddit:hover a.ja-circle {
  background-color: transparent;
  border-color: #ff4500;
}
.entry-share-buttons li.ja-share-reddit:hover a.ja-circle svg {
  fill: #ff4500;
}
.entry-share-buttons li.ja-share-vk:hover a.ja-circle {
  background-color: transparent;
  border-color: #45668e;
}
.entry-share-buttons li.ja-share-vk:hover a.ja-circle svg {
  fill: #45668e;
}
.entry-share-buttons li.ja-share-odnoklassniki:hover a.ja-circle {
  background-color: transparent;
  border-color: #ed812b;
}
.entry-share-buttons li.ja-share-odnoklassniki:hover a.ja-circle svg {
  fill: #ed812b;
}
.entry-share-buttons li.ja-share-whatsapp {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-share-buttons li.ja-share-whatsapp {
    display: inline-block;
  }
}
.entry-share-buttons li.ja-share-whatsapp:hover a.ja-circle {
  background-color: transparent;
  border-color: #128c7e;
}
.entry-share-buttons li.ja-share-whatsapp:hover a.ja-circle svg {
  fill: #128c7e;
}
.entry-share-buttons li.ja-share-telegram {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry-share-buttons li.ja-share-telegram {
    display: inline-block;
  }
}
.entry-share-buttons li.ja-share-telegram:hover a.ja-circle {
  background-color: transparent;
  border-color: #0088cc;
}
.entry-share-buttons li.ja-share-telegram:hover a.ja-circle svg {
  fill: #0088cc;
}

div.content-area .author-box .author-wrap {
  padding: 29px;
  background-color: transparent;
  border-color: #d6986a;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0 0 0 3px;
}

.author-box {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .author-box {
    text-align: initial;
  }
}
.author-box:not(:last-child) {
  margin-bottom: 3rem;
}
.author-box .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.author-box .author-avatar {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .author-box .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    margin-bottom: 0;
    max-width: 120px;
  }
}
.author-box .author-avatar img {
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .author-box .author-avatar img {
    max-width: 60px;
    max-height: 60px;
  }
}
.author-box .author-avatar a {
  display: inline-block;
}
.author-box .author-description {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 767px) {
  .author-box .author-description {
    padding-right: 0;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-bottom: 0;
  }
}
.author-box .author-name {
  margin-bottom: 9px;
}
.author-box .author-bio {
  margin-bottom: 9px;
  color: #666;
}
.author-box .author-social {
  line-height: 0;
}
.author-box .author-social a {
  display: inline-block;
  margin: 6px 14px 0 0;
  width: initial;
  height: initial;
  border-radius: 0;
  border: 0 none;
}
@media (min-width: 720px) {
  .post-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.post-nav .post-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.post-nav .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.post-nav .post-thumb a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.post-nav .post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.post-nav .prev-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
}
.post-nav .prev-post,
.post-nav .prev-post span {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-nav .prev-post .post-title {
  padding-left: 20px;
}
.post-nav span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  color: #999;
}
.post-nav .next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
}
.post-nav .next-post,
.post-nav .next-post span {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.post-nav .next-post .post-title {
  padding-right: 20px;
}

.comment-list .comment {
  border-bottom: #d6986a;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.comment-list .comment.pingback {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.comment-list .comment:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comment-list .comment #respond {
  margin-top: 10px;
  margin-left: 90px;
}
.comment-list .comment-author img {
  border-radius: 50%;
  margin-right: 20px;
  float: left;
  max-width: 40px;
  max-height: 40px;
}
.comment-list .comment-author .fn {
  margin-bottom: 15px;
}
.comment-list .comment-metadata {
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
}
.comment-list .comment-metadata,
.comment-list .comment-metadata a {
  color: #666;
}
.comment-list .comment-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  padding-top: 20px;
}
.comment-list .comment-body {
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
}
.comment-list .comment-body p {
  margin-bottom: 7px;
}
.comment-list .comment-awaiting-moderation {
  display: block;
  margin-bottom: 10px;
}
.comment-list .comment-edit-link {
  padding-left: 5px;
}
.comment-list .reply {
  padding-top: 10px;
}
.comment-list .reply a {
  display: inline-block;
  color: #d6986a;
}
.comment-list .reply a svg {
  margin-right: 5px;
  fill: #d6986a;
}
.comment-list ol.children {
  margin-left: 75px;
  margin-top: 20px;
}
@media (max-width: 670px) {
  .comment-list ol.children {
    margin-left: 25px;
  }
}
.comment-list ol.children li {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comment-list ol.children .comment-author img {
  width: 60px;
  height: 60px;
}
#add-comment-block {
  margin-bottom: 0;
}
#add-comment-block #respond {
  margin-top: 0;
}

#cancel-comment-reply-link {
  float: right;
  line-height: 18px;
}
.block-head-4 #cancel-comment-reply-link {
  margin-left: 10px;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}
#respond .comment-form-email,
#respond .comment-form-url {
  width: 48%;
  float: left;
}
#respond .comment-form-email {
  margin-right: 4%;
}
@media (max-width: 670px) {
  #respond .comment-form-email,
#respond .comment-form-url {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
#respond .comment-notes {
  margin-bottom: 10px;
}
#respond p {
  margin-bottom: 10px;
}
#respond p:last-of-type {
  margin-bottom: 0;
}
#respond .required {
  font-weight: bold;
  color: red;
}
#respond .form-allowed-tags,
#respond .comment-form-comment label {
  display: none;
}
#respond textarea {
  vertical-align: top;
  width: 100%;
}
#respond .form-submit {
  clear: both;
}
#respond .form-submit #submit {
  margin-top: 15px;
}

.ja-grid-articles .entry-footer {
  margin-top: 5px;
}
.ja-grid-articles .entry-header-meta,
.ja-grid-articles .trim-excerpt {
  display: none;
}
.ja-grid-articles .entry-featured-media {
  width: 100%;
  margin-bottom: 19px;
}
.ja-content-list,
.ja-grid-articles,
.ja-list-articles,
.ja-content-grid .ja-posts-container {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 600px) {
  .ja-content-list,
.ja-grid-articles,
.ja-list-articles,
.ja-content-grid .ja-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ja-content-grid .entry-body {
  text-align: center;
}
.ja-content-grid .post-meta .meta-item {
  margin: 0 auto;
}
.ja-content-grid .cat-links a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #bc9e97;
}
.ja-content-grid .cat-links,
.ja-content-grid .cat-links a {
  color: #d6986a;
}
.ja-content-grid .entry-media {
  margin-bottom: 25px;
}
.ja-content-grid .entry-media figure {
  margin: 0 auto;
}
.ja-content-grid .entry-title {
  margin-top: 9px;
  margin-bottom: 9px;
}
.ja-content-grid .post-meta {
  color: #666;
}
.ja-content-grid .trim-excerpt {
  margin-bottom: 10px;
}
.ja-content-grid .thumb-caption {
  padding: 10px 24px 24px;
}
.ja-content-grid .thumb-caption h3:after {
  margin-top: 2px;
}
.ja-content-grid .mejs-container.wp-video-shortcode.mejs-video,
.ja-content-grid .fluid-video-wrapper::before {
  padding-top: 66.67%;
}
.ja-content-grid .slick-slider {
  overflow: initial;
}
.ja-content-grid .slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
.ja-content-grid .slick-slider .slick-arrow.slick-next {
  right: 15px;
}
.ja-content-grid .slick-slider .slick-arrow.slick-prev,
.ja-content-grid .slick-slider .slick-arrow.slick-next {
  border-radius: 2px;
}

.ja-content-list .ja-posts-container {
  padding-right: 15px;
  padding-left: 15px;
}
.ja-content-list .ja-posts-container::after, .ja-content-list .ja-posts-container::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.ja-content-list .ja-posts-container::after {
  clear: both;
}
.ja-content-list .ja-posts-container .post--item {
  padding-right: 0;
  padding-left: 0;
}
.ja-content-list .post-cats,
.ja-content-list .post-cats a {
  color: #d6986a;
}
.ja-content-list .entry-title {
  margin-top: 9px;
  margin-bottom: 8px;
}
.ja-content-list .post-meta {
  margin-bottom: 10px;
}
.ja-content-list .trim-excerpt {
  color: #666;
}
.ja-content-list .trim-excerpt,
.ja-content-list .post-meta-footer {
  margin-top: 10px;
}
.ja-content-list .post-meta-footer {
  color: #999;
}
.ja-content-list .entry-featured-media::before {
  padding-bottom: 61.32%;
}
.ja-content-list .post--item {
  position: relative;
  overflow: hidden;
}
.ja-content-list .post--item:not(:first-child) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  /*&amp;::after
  {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
  }*/
}
@media (min-width: 600px) {
  .ja-content-list .post--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 600px) {
  .ja-content-list .entry-featured-media {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 300px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 600px) {
  .ja-content-list .entry-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.ja-list-articles .entry-header-meta {
  margin-bottom: 5px;
}
.ja-list-articles .entry-footer {
  display: none;
}
.ja-list-articles .entry-title {
  display: inline;
}
.ja-list-articles .trim-excerpt {
  display: inline;
}
.ja-list-articles .entry-featured-media {
  border-radius: 0;
}
.ja-list-articles .entry-featured-media::before {
  padding-bottom: 61.32%;
}
.ja-list-articles .post--item:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .ja-list-articles .post--item:not(:first-child) {
    margin-top: 10px;
  }
}
@media (min-width: 600px) {
  .ja-list-articles .post--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ja-list-articles .entry-featured-media {
  margin: 0 0 19px 0;
}
@media (min-width: 600px) {
  .ja-list-articles .entry-featured-media {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 300px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 600px) {
  .ja-list-articles .entry-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.post--item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
  float: left;
}
.post--item:not(:first-child) {
  margin-top: 30px;
}
.post--item .entry-header-meta,
.post--item .entry-footer {
  color: #999;
}

.ja-content-grid figure.entry-featured-media::before {
  padding-bottom: 67%;
}
.ja-content-grid div.fluid-video-wrapper::before {
  padding-top: 67%;
}

.fluid-video-wrapper::before {
  padding-top: 60%;
}

.full-width .fluid-video-wrapper::before {
  padding-top: 50%;
}
.full-width .entry-featured-media::before {
  padding-bottom: 50%;
}
.full-width .ja-grid-articles .entry-featured-media::before {
  padding-bottom: 71.32%;
}
.full-width .ja-content-list .entry-featured-media::before {
  padding-bottom: 71.32%;
}

.entry-featured-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  overflow: hidden;
}
.entry-featured-media:hover .entry-overlay-background::after, .entry-featured-media:focus .entry-overlay-background::after {
  opacity: 0 !important;
}
.entry-featured-media::before {
  content: "";
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  padding-bottom: 60%;
}
.entry-featured-media .entry-overlay-background {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.entry-featured-media .entry-overlay-background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.199) 3.5%, rgba(0, 0, 0, 0.195) 7%, rgba(0, 0, 0, 0.19) 10.35%, rgba(0, 0, 0, 0.182) 13.85%, rgba(0, 0, 0, 0.174) 17.35%, rgba(0, 0, 0, 0.165) 20.85%, rgba(0, 0, 0, 0.155) 24.35%, rgba(0, 0, 0, 0.145) 27.85%, rgba(0, 0, 0, 0.135) 31.35%, rgba(0, 0, 0, 0.126) 34.85%, rgba(0, 0, 0, 0.118) 38.35%, rgba(0, 0, 0, 0.11) 41.85%, rgba(0, 0, 0, 0.105) 45.35%, rgba(0, 0, 0, 0.1) 48.85%, rgba(0, 0, 0, 0.103) 52.35%, rgba(0, 0, 0, 0.112) 55.85%, rgba(0, 0, 0, 0.126) 59.35%, rgba(0, 0, 0, 0.144) 62.85%, rgba(0, 0, 0, 0.165) 66.35%, rgba(0, 0, 0, 0.188) 69.85%, rgba(0, 0, 0, 0.213) 73.35%, rgba(0, 0, 0, 0.237) 76.85%, rgba(0, 0, 0, 0.262) 80.35%, rgba(0, 0, 0, 0.285) 83.85%, rgba(0, 0, 0, 0.306) 87.35%, rgba(0, 0, 0, 0.324) 90.85%, rgba(0, 0, 0, 0.338) 94.35%, rgba(0, 0, 0, 0.347) 97.85%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.entry-featured-media .entry-overlay-background img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.entry-featured-media .entry-overlay-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sidebar-enabled .ja-content-list .post--item .trim-excerpt {
  color: #666;
}
.sidebar-enabled .ja-content-list .post--item .post-meta {
  display: none;
}
@media (min-width: 600px) {
  .sidebar-enabled .ja-content-grid .post--item,
.sidebar-enabled .ja-grid-articles .post--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sidebar-enabled .ja-content-grid .post--item:nth-child(-n+2),
.sidebar-enabled .ja-grid-articles .post--item:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media (min-width: 600px) {
  .full-width .ja-content-grid .post--item,
.full-width .ja-grid-articles .post--item,
.related-above-footer .ja-content-grid .post--item,
.related-above-footer .ja-grid-articles .post--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .full-width .ja-content-grid .post--item:nth-child(-n+2),
.full-width .ja-grid-articles .post--item:nth-child(-n+2),
.related-above-footer .ja-content-grid .post--item:nth-child(-n+2),
.related-above-footer .ja-grid-articles .post--item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .full-width .ja-content-grid .post--item,
.full-width .ja-grid-articles .post--item,
.related-above-footer .ja-content-grid .post--item,
.related-above-footer .ja-grid-articles .post--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .full-width .ja-content-grid .post--item:nth-child(-n+3),
.full-width .ja-grid-articles .post--item:nth-child(-n+3),
.related-above-footer .ja-content-grid .post--item:nth-child(-n+3),
.related-above-footer .ja-grid-articles .post--item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.entry-newsletter,
#related-posts,
#more-form {
  margin-top: 30px;
}
.entry-newsletter::after, .entry-newsletter::before,
#related-posts::after,
#related-posts::before,
#more-form::after,
#more-form::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.entry-newsletter::after,
#related-posts::after,
#more-form::after {
  clear: both;
}

#related-posts .ja-posts-items,
#more-form .ja-posts-items {
  margin-top: 0;
}

@media (min-width: 991px) {
  .related-above-footer {
    /*margin-right: -15px;
    margin-left: -15px;*/
  }
}

.site-main .entry-newsletter {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.entry-newsletter {
  background-color: #fafafa;
  padding: 35px 30px 35px;
}
@media only screen and (min-width: 700px) {
  .entry-newsletter {
    padding: 3.5vw 1.5vw;
  }
}
.entry-newsletter form {
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.entry-newsletter form .mc4wp-response {
  padding-top: 0;
}
.entry-newsletter form input[type=email] {
  text-align: initial;
}
.entry-newsletter form input[type=email], .entry-newsletter form input[type=email]:focus {
  border-width: 0 0 4px 0;
}
.entry-newsletter form input[type=submit],
.entry-newsletter form input[type=email] {
  height: 50px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 2px;
}
.entry-newsletter form input[type=submit] {
  font-weight: 700;
}

.entry-newsletter-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: none;
  border: none;
  background-color: #d6986a;
  width: 48px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.entry-newsletter-icon svg {
  fill: #FFF;
}

.entry-newsletter-head {
  text-align: center;
  margin-bottom: 9px;
}

.entry-newsletter-text {
  text-align: center;
  margin-bottom: 19px;
}

.site-main div.ja-posts-items:not(:first-child) {
  margin-top: 30px;
}

#masonry-grid {
  position: relative;
  overflow: hidden;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;*/
}
#masonry-grid .post--item {
  /* -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-perspective: none;
   perspective: none;*/
}
#masonry-grid .post--item .entry-featured-media::after {
  display: none;
}
#masonry-grid:not(.masonry-loaded) .post--item {
  /*float: left;*/
}

@media (max-width: 639px) {
  div.ja-blog-i1004 #masonry-grid article {
    position: initial !important;
    left: initial !important;
    top: initial !important;
    right: initial !important;
    bottom: initial !important;
  }
}

.post-bottom-area {
  display: block;
  text-align: center;
}

.entry-share,
.entry-more {
  display: block;
}
@media (min-width: 768px) {
  .entry-share,
.entry-more {
    display: inline-block;
  }
}

.entry-more a {
  display: inline-block;
  color: #000;
  border-bottom: 2px solid #000;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
}
.entry-more a svg {
  margin-left: 7px;
  margin-top: 2px;
  -webkit-transition: fill 0.2s ease, margin-left 0.2s ease;
  transition: fill 0.2s ease, margin-left 0.2s ease;
}
.entry-more a:hover {
  color: #d6986a;
  border-color: #d6986a;
}
.entry-more a:hover svg {
  fill: #d6986a;
}

@media (min-width: 768px) {
  .entry-share {
    margin-left: 40px;
    border-left: 2px solid #000;
    padding-left: 30px;
  }
}
.entry-share a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 9px;
  height: 34px;
}
.entry-share a svg {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  line-height: 0;
  font-size: 0;
  position: relative;
  top: 4px;
}
.entry-share a:hover svg {
  fill: #d6986a;
}

@media (min-width: 991px) {
  .full-width .entry-media .entry-featured-media::before {
    padding-bottom: 50%;
  }
}
.full-width .ja-blog-i1001 .entry-media .entry-featured-media::before {
  padding-bottom: 350px;
}
.full-width .ja-blog-i1004 .entry-media .entry-featured-media::before {
  padding-bottom: 292px;
}

.single.post-style--03 .jamal-post-container .ja-meta-list-share {
  padding: 2px 9px;
}
@media (min-width: 991px) {
  .single.post-style--03 .jamal-post-container .ja-meta-list-share {
    padding: 10px;
  }
}
.single.post-style--03 .jamal-post-container .ja-meta-list-share .ja-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .single.post-style--03 .jamal-post-container .ja-meta-list-share {
    display: block;
    text-align: center;
  }
  .single.post-style--03 .jamal-post-container .ja-meta-list-share ul {
    display: inline-block;
  }
  .single.post-style--03 .jamal-post-container .ja-meta-list-share ul li {
    float: none;
    margin: 3px;
  }
}
.single.post-style--03 .jamal-post-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.single.post-style--03 .jamal-post-container .post-meta &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 9px;
}
@media (min-width: 991px) {
  .single.post-style--03 .jamal-post-container .post-meta &gt; span {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .single.post-style--03 .jamal-post-container .post-meta &gt; span.ja-meta-share {
    display: none;
  }
}
.single.post-style--03 .jamal-post-container .post-meta &gt; span.ja-meta-avatar {
  padding-left: 0;
  padding-right: 0;
}
.single.post-style--03 .jamal-post-container .post-meta &gt; span.ja-meta-comment svg {
  position: relative;
  top: 3px;
}
.single.post-style--03 .jamal-post-container .entry-header {
  text-align: center;
}
.single.post-style--03 .jamal-post-container .entry-header .entry-title,
.single.post-style--03 .jamal-post-container .entry-header .entry-sub-title {
  /*text-align: initial;*/
}
@media (min-width: 991px) {
  .single.post-style--03 .jamal-post-container .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.single.post-style--03 .jamal-post-container.post-top-area .entry-media {
  margin-bottom: 35px;
}
.single.post-style--03 .jamal-post-container.post-top-area .entry-media .entry-featured-media::before {
  padding-bottom: 570px;
}
@media (min-width: 991px) {
  .single.post-style--03 .jamal-post-container.post-top-area .entry-media {
    margin-bottom: 60px;
  }
}
.single.post-style--04 .jamal-post-container .ja-meta-list-share {
  padding: 2px 9px;
}
@media (min-width: 991px) {
  .single.post-style--04 .jamal-post-container .ja-meta-list-share {
    padding: 10px;
  }
}
.single.post-style--04 .jamal-post-container .ja-meta-list-share .ja-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .single.post-style--04 .jamal-post-container .ja-meta-list-share {
    display: block;
    text-align: center;
  }
  .single.post-style--04 .jamal-post-container .ja-meta-list-share ul {
    display: inline-block;
  }
  .single.post-style--04 .jamal-post-container .ja-meta-list-share ul li {
    float: none;
    margin: 3px;
  }
}
.single.post-style--04 .jamal-post-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.single.post-style--04 .jamal-post-container .post-meta &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 9px;
}
@media (min-width: 991px) {
  .single.post-style--04 .jamal-post-container .post-meta &gt; span {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .single.post-style--04 .jamal-post-container .post-meta &gt; span.ja-meta-share {
    display: none;
  }
}
.single.post-style--04 .jamal-post-container .post-meta &gt; span.ja-meta-avatar {
  padding-left: 0;
  padding-right: 0;
}
.single.post-style--04 .jamal-post-container .post-meta &gt; span.ja-meta-comment svg {
  position: relative;
  top: 3px;
}
.single.post-style--04 .jamal-post-container .entry-header {
  text-align: center;
}
.single.post-style--04 .jamal-post-container .entry-header .entry-title,
.single.post-style--04 .jamal-post-container .entry-header .entry-sub-title {
  /*text-align: initial;*/
}
@media (min-width: 991px) {
  .single.post-style--04 .jamal-post-container .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.single.post-style--04 .jamal-post-container .entry-media {
  margin-bottom: 35px;
}
.single.post-style--04 .jamal-post-container .entry-media .entry-featured-media {
  border-radius: 0;
}
@media (min-width: 991px) {
  .single.post-style--04 .jamal-post-container .entry-media {
    margin-bottom: 60px;
  }
}
.single.post-style--05 .jamal-post-container .ja-meta-list-share {
  padding: 2px 16px 2px 0;
}
@media (min-width: 991px) {
  .single.post-style--05 .jamal-post-container .ja-meta-list-share {
    padding: 10px 20px 10px 0;
  }
}
.single.post-style--05 .jamal-post-container .ja-meta-list-share .ja-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single.post-style--05 .jamal-post-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.single.post-style--05 .jamal-post-container .post-meta &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin-right: initial;
  margin-left: initial;
  padding: 2px 16px 2px 0;
}
@media (min-width: 991px) {
  .single.post-style--05 .jamal-post-container .post-meta &gt; span {
    padding: 10px 20px 10px 0;
  }
}
@media (max-width: 767px) {
  .single.post-style--05 .jamal-post-container .post-meta &gt; span.ja-meta-share {
    display: none;
  }
}
.single.post-style--05 .jamal-post-container .post-meta &gt; span.ja-meta-avatar {
  padding-right: 9px;
}
.single.post-style--05 .jamal-post-container .post-meta &gt; span.ja-meta-comment svg {
  position: relative;
  top: 3px;
}
@media (min-width: 640px) {
  .single.post-style--05 .jamal-post-container .entry-header .entry-title,
.single.post-style--05 .jamal-post-container .entry-header .entry-sub-title {
    margin-right: 20%;
  }
}
@media (min-width: 991px) {
  .single.post-style--05 .jamal-post-container .entry-header {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
}
.single.post-style--05 .jamal-post-container .entry-media {
  margin-bottom: 35px;
}
.single.post-style--05 .jamal-post-container .entry-media .entry-featured-media {
  /*border-radius: 0;*/
}
.single.post-style--06 .jamal-post-container .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.single.post-style--06 .jamal-post-container .entry-overlay-content *,
.single.post-style--06 .jamal-post-container .entry-overlay-content a {
  color: #FFF;
  border-color: #FFF;
}
.single.post-style--06 .jamal-post-container .entry-overlay-content svg {
  fill: #FFF;
}
.single.post-style--06 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
  padding-top: 2px;
  background: transparent none !important;
}
@media screen and (max-width: 767px) {
  .single.post-style--06 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
    display: none;
  }
}
.single.post-style--06 .jamal-post-container .entry-overlay-content .ja-meta-list-share.active &gt; span.ja-circle {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #FFF;
  fill: #FFF;
}
@media (min-width: 991px) {
  .single.post-style--06 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
    padding-top: 10px;
  }
}
.single.post-style--06 .jamal-post-container .entry-overlay-content .ja-meta-list-share .ja-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
}
.single.post-style--06 .jamal-post-container .entry-overlay-content .entry-header {
  position: absolute;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.single.post-style--06 .jamal-post-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.single.post-style--06 .jamal-post-container .post-meta .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 9px;
}
@media (min-width: 991px) {
  .single.post-style--06 .jamal-post-container .post-meta .meta-item {
    padding: 10px;
  }
}
.single.post-style--06 .jamal-post-container .post-meta .meta-item.ja-meta-avatar {
  padding-left: 0;
  padding-right: 0;
}
.single.post-style--06 .jamal-post-container .post-meta .meta-item.ja-meta-comment svg {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .single.post-style--06 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share {
    display: none;
  }
}
.single.post-style--06 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share.active &gt; .ja-circle {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #FFF;
}
.single.post-style--06 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share.active &gt; .ja-circle &gt; svg {
  fill: #FFF;
}
.single.post-style--06 .jamal-post-container .entry-header {
  text-align: center;
}
.single.post-style--06 .jamal-post-container .entry-header .entry-title,
.single.post-style--06 .jamal-post-container .entry-header .entry-sub-title {
  /*text-align: initial;*/
}
@media (min-width: 991px) {
  .single.post-style--06 .jamal-post-container .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.single.post-style--06 .jamal-post-container .entry-overlay-background {
  background-color: #454545;
}
.single.post-style--06 .jamal-post-container .entry-overlay-background img {
  opacity: 0.8;
  will-change: transform;
  -moz-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.single.post-style--06 .jamal-post-container .entry-overlay-background:after {
  opacity: 1 !important;
  background: rgba(10, 10, 10, 0.125);
}
.single.post-style--06 .jamal-post-container.post-top-area .entry-media {
  margin-bottom: 35px;
}
.single.post-style--06 .jamal-post-container.post-top-area .entry-media .entry-featured-media::before {
  padding-bottom: 570px;
}
@media (min-width: 991px) {
  .single.post-style--06 .jamal-post-container.post-top-area .entry-media {
    margin-bottom: 60px;
  }
}
.single.post-style--06 .jamal-post-container .entry-inner .entry-media {
  margin-bottom: 35px;
}
.single.post-style--07 .jamal-post-container .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.single.post-style--07 .jamal-post-container .entry-overlay-content *,
.single.post-style--07 .jamal-post-container .entry-overlay-content a {
  color: #FFF;
  border-color: #FFF;
}
.single.post-style--07 .jamal-post-container .entry-overlay-content svg {
  fill: #FFF;
}
.single.post-style--07 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
  padding-top: 2px;
  background: transparent none !important;
}
@media screen and (max-width: 767px) {
  .single.post-style--07 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
    display: none;
  }
}
.single.post-style--07 .jamal-post-container .entry-overlay-content .ja-meta-list-share.active &gt; span.ja-circle {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #FFF;
  fill: #FFF;
}
@media (min-width: 991px) {
  .single.post-style--07 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
    padding-top: 10px;
  }
}
.single.post-style--07 .jamal-post-container .entry-overlay-content .ja-meta-list-share .ja-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
}
.single.post-style--07 .jamal-post-container .entry-overlay-content .entry-header {
  position: absolute;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: initial;
}
@media (min-width: 991px) {
  .single.post-style--07 .jamal-post-container .entry-overlay-content .entry-header {
    padding: 60px;
  }
}
.single.post-style--07 .jamal-post-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.single.post-style--07 .jamal-post-container .post-meta .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  padding: 2px 8px 2px 0;
}
@media (min-width: 991px) {
  .single.post-style--07 .jamal-post-container .post-meta .meta-item {
    padding: 10px 10px 10px 0;
  }
}
.single.post-style--07 .jamal-post-container .post-meta .meta-item.ja-meta-avatar {
  padding-left: 0;
  padding-right: 0;
}
.single.post-style--07 .jamal-post-container .post-meta .meta-item.ja-meta-comment svg {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .single.post-style--07 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share {
    display: none;
  }
}
.single.post-style--07 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share.active &gt; .ja-circle {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #FFF;
}
.single.post-style--07 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share.active &gt; .ja-circle &gt; svg {
  fill: #FFF;
}
.single.post-style--07 .jamal-post-container .entry-header .entry-title,
.single.post-style--07 .jamal-post-container .entry-header .entry-sub-title {
  /*text-align: initial;*/
}
@media (min-width: 991px) {
  .single.post-style--07 .jamal-post-container .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.single.post-style--07 .jamal-post-container .entry-overlay-background {
  background-color: #454545;
}
.single.post-style--07 .jamal-post-container .entry-overlay-background img {
  opacity: 0.8;
  will-change: transform;
  -moz-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.single.post-style--07 .jamal-post-container .entry-overlay-background:after {
  opacity: 1 !important;
  background: rgba(10, 10, 10, 0.125);
}
.single.post-style--07 .jamal-post-container.post-top-area .entry-media {
  margin-bottom: 35px;
}
.single.post-style--07 .jamal-post-container.post-top-area .entry-media .entry-featured-media::before {
  padding-bottom: 570px;
}
@media (min-width: 991px) {
  .single.post-style--07 .jamal-post-container.post-top-area .entry-media {
    margin-bottom: 60px;
  }
}
.single.post-style--07 .jamal-post-container .entry-inner .entry-media {
  margin-bottom: 35px;
}
.single.post-style--08 .jamal-post-container .entry-media img {
  border-radius: 0;
}
.single.post-style--08 .jamal-post-container .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.single.post-style--08 .jamal-post-container .entry-overlay-content *,
.single.post-style--08 .jamal-post-container .entry-overlay-content a {
  color: #FFF;
  border-color: #FFF;
}
.single.post-style--08 .jamal-post-container .entry-overlay-content svg {
  fill: #FFF;
}
.single.post-style--08 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
  padding-top: 2px;
  background: transparent none !important;
}
@media screen and (max-width: 767px) {
  .single.post-style--08 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
    display: none;
  }
}
.single.post-style--08 .jamal-post-container .entry-overlay-content .ja-meta-list-share.active &gt; span.ja-circle {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #FFF;
  fill: #FFF;
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container .entry-overlay-content .ja-meta-list-share {
    padding-top: 10px;
  }
}
.single.post-style--08 .jamal-post-container .entry-overlay-content .ja-meta-list-share .ja-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
}
.single.post-style--08 .jamal-post-container .entry-overlay-content .entry-header {
  position: absolute;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: initial;
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container .entry-overlay-content .entry-header {
    padding: 60px;
    padding-left: 0;
  }
}
.single.post-style--08 .jamal-post-container .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}
.single.post-style--08 .jamal-post-container .post-meta .meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  padding: 2px 8px 2px 0;
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container .post-meta .meta-item {
    padding: 10px 10px 10px 0;
  }
}
.single.post-style--08 .jamal-post-container .post-meta .meta-item.ja-meta-avatar {
  padding-left: 0;
  padding-right: 0;
}
.single.post-style--08 .jamal-post-container .post-meta .meta-item.ja-meta-comment svg {
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .single.post-style--08 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share {
    display: none;
  }
}
.single.post-style--08 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share.active &gt; .ja-circle {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #FFF;
}
.single.post-style--08 .jamal-post-container .post-meta .meta-item.meta-item.ja-meta-share.active &gt; .ja-circle &gt; svg {
  fill: #FFF;
}
.single.post-style--08 .jamal-post-container .entry-header .entry-title,
.single.post-style--08 .jamal-post-container .entry-header .entry-sub-title {
  /*text-align: initial;*/
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container .entry-header {
    padding-right: 0;
    padding-left: 0;
  }
}
.single.post-style--08 .jamal-post-container .entry-overlay-background {
  background-color: #454545;
}
.single.post-style--08 .jamal-post-container .entry-overlay-background img {
  opacity: 0.8;
  will-change: transform;
  -moz-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.single.post-style--08 .jamal-post-container .entry-overlay-background:after {
  opacity: 1 !important;
  background: rgba(10, 10, 10, 0.125);
}
.single.post-style--08 .jamal-post-container.post-top-area {
  margin-top: -30px;
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container.post-top-area {
    margin-top: -30px;
  }
}
.single.post-style--08 .jamal-post-container.post-top-area .entry-media {
  margin-bottom: 35px;
}
.single.post-style--08 .jamal-post-container.post-top-area .entry-media .entry-featured-media {
  border-radius: 0;
}
.single.post-style--08 .jamal-post-container.post-top-area .entry-media .entry-featured-media::before {
  padding-bottom: 570px;
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container.post-top-area .entry-media .entry-featured-media::before {
    padding-bottom: 700px;
  }
}
@media (min-width: 991px) {
  .single.post-style--08 .jamal-post-container.post-top-area .entry-media {
    margin-bottom: 60px;
  }
}
.single.post-style--08 .jamal-post-container .entry-inner .entry-media {
  margin-bottom: 35px;
}

.ja-global-featured-row {
  position: relative;
  overflow: hidden;
}
.ja-global-featured-row.is-full-width {
  background-color: #f9efec;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 719px) {
  .ja-global-featured-row.is-full-width {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.ja-global-featured-row .global-featured-arrow {
  overflow: hidden;
  width: 20px;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 3;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  text-indent: 100%;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  display: none !important;
}
.ja-global-featured-row .global-featured-arrow::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  text-indent: 0;
  content: "";
}
.ja-global-featured-row .global-featured-arrow.global-featured-prev {
  background-image: -webkit-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.333));
  background-image: -moz-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.333));
  background-image: -o-linear-gradient(to left, transparent, rgba(0, 0, 0, 0.333));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.333));
}
.ja-global-featured-row .global-featured-arrow.global-featured-next {
  background-image: -webkit-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.333));
  background-image: -moz-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.333));
  background-image: -o-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.333));
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.333));
  right: 0;
  left: auto;
}
.ja-global-featured-row .global-featured-arrow.slick-disabled {
  opacity: 0;
}
.ja-global-featured-row .slick-list {
  width: 100% !important;
  margin: 0 auto !important;
}
.ja-global-featured-row .bd-container {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  */
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: normal;
  /*border-bottom: 1px solid $base-border-color;*/
}
@media (max-width: 768px) {
  .ja-global-featured-row .bd-container {
    max-width: 100%;
  }
}
.ja-global-featured-row .bd-container.slick-initialized .post--item {
  display: block;
}
.ja-global-featured-row .post--item {
  position: relative;
  display: none;
  vertical-align: top;
  white-space: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  /*-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;*/
  width: 20%;
  float: left;
  height: 100%;
  min-height: 1px;
  /* @media (max-width: 768px) {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     width: 25%;
     max-width: 25%;
   }*/
}
@media (max-width: 767px) {
  .ja-global-featured-row .post--item {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ja-global-featured-row .post--item {
    /*-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;*/
    width: 25%;
  }
}
@media (max-width: 819px) {
  .ja-global-featured-row .post--item {
    /*-ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;*/
    width: 33.33%;
  }
}
@media (max-width: 519px) {
  .ja-global-featured-row .post--item {
    /*-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
    width: 50%;
  }
}
@media (max-width: 383px) {
  .ja-global-featured-row .post--item {
    /*-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
    width: 100%;
  }
}
.ja-global-featured-row .post--item .entry-featured-media {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0;
}
.ja-global-featured-row .post--item .entry-featured-media::before {
  padding-bottom: 88%;
}
@media (max-width: 383px) {
  .ja-global-featured-row .post--item .entry-featured-media::before {
    padding-bottom: 60%;
  }
}
.ja-global-featured-row .post--item .entry-featured-media .wp-post-image {
  width: 100%;
  will-change: transform;
  -moz-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.75s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ja-global-featured-row .post--item .entry-featured-media:hover .wp-post-image {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.ja-global-featured-row .post--item .entry-body {
  padding: 0 40px 0 0;
}
.ja-global-featured-row .post--item .entry-body .cat-links {
  margin-bottom: 0;
}
.ja-global-featured-row .post--item .entry-body .cat-links a {
  color: #d6986a;
}
.ja-global-featured-row .post--item .entry-body .entry-title span {
  width: 100%;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ja-global-featured-row .post--item .entry-body .entry-title:hover span {
  border-color: #d6986a;
}
@media (max-width: 768px) {
  .ja-global-featured-row div.bd-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 414px) {
  .ja-global-featured-row div.bd-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

div.ja-featured-row {
  overflow: hidden;
  position: relative;
  clear: both;
  z-index: 2;
}
div.ja-featured-row::after, div.ja-featured-row::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
div.ja-featured-row::after {
  clear: both;
}
div.ja-featured-row .slick-list {
  width: 100%;
}
div.ja-featured-row .ja-slick-dots {
  bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  div.ja-featured-row .ja-slick-dots {
    bottom: 10px;
  }
}
@media (min-width: 769px) {
  div.ja-featured-row .ja-slick-dots {
    width: 10px;
    left: 50px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
div.ja-featured-row .ja-slick-dots .slick-active button,
div.ja-featured-row .ja-slick-dots button:hover {
  background: #d6986a;
}
div.ja-featured-row .ja-slick-dots li {
  display: inline-block;
}
@media (min-width: 769px) {
  div.ja-featured-row .ja-slick-dots li {
    float: left;
    margin: 3px auto;
  }
}
div.ja-featured-row .ja-slick-dots li button {
  background: #FFF;
}
div.ja-featured-row div.ja-featured-row-inner {
  overflow: initial !important;
}
div.ja-featured-row div.ja-featured-row-inner::after, div.ja-featured-row div.ja-featured-row-inner::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
div.ja-featured-row div.ja-featured-row-inner::after {
  clear: both;
}
div.ja-featured-row div.ja-featured-row-inner.slick-initialized .post--item {
  display: block;
}
div.ja-featured-row .loader-overlay {
  position: relative;
  overflow: hidden;
  padding-bottom: 37%;
}
@media (max-width: 1400px) {
  div.ja-featured-row .loader-overlay {
    padding-bottom: 47%;
  }
}
@media (max-width: 1024px) {
  div.ja-featured-row .loader-overlay {
    padding-bottom: 57%;
  }
}
@media (max-width: 768px) {
  div.ja-featured-row .loader-overlay {
    padding-bottom: 77%;
  }
}
div.ja-featured-row .loader-overlay .ja-loading {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
div.ja-featured-row.ja-featured-1 .bd-container {
  max-width: 100%;
}
div.ja-featured-row.ja-featured-1 article.post--item {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: none;
  overflow: initial;
}
div.ja-featured-row.ja-featured-1 .entry-featured-media {
  border-radius: 0;
}
div.ja-featured-row.ja-featured-1 .entry-featured-media::before {
  width: 100%;
  z-index: 1;
  padding-bottom: 37%;
}
@media (max-width: 1400px) {
  div.ja-featured-row.ja-featured-1 .entry-featured-media::before {
    padding-bottom: 47%;
  }
}
@media (max-width: 1024px) {
  div.ja-featured-row.ja-featured-1 .entry-featured-media::before {
    padding-bottom: 57%;
  }
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-1 .entry-featured-media::before {
    padding-bottom: 77%;
  }
}
div.ja-featured-row.ja-featured-1 .entry-featured-media:hover .entry-overlay-background::after {
  opacity: 1 !important;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-background::after {
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.199) 3.5%, rgba(0, 0, 0, 0.195) 7%, rgba(0, 0, 0, 0.19) 10.35%, rgba(0, 0, 0, 0.182) 13.85%, rgba(0, 0, 0, 0.174) 17.35%, rgba(0, 0, 0, 0.165) 20.85%, rgba(0, 0, 0, 0.155) 24.35%, rgba(0, 0, 0, 0.145) 27.85%, rgba(0, 0, 0, 0.135) 31.35%, rgba(0, 0, 0, 0.126) 34.85%, rgba(0, 0, 0, 0.118) 38.35%, rgba(0, 0, 0, 0.11) 41.85%, rgba(0, 0, 0, 0.105) 45.35%, rgba(0, 0, 0, 0.1) 48.85%, rgba(0, 0, 0, 0.103) 52.35%, rgba(0, 0, 0, 0.112) 55.85%, rgba(0, 0, 0, 0.126) 59.35%, rgba(0, 0, 0, 0.144) 62.85%, rgba(0, 0, 0, 0.165) 66.35%, rgba(0, 0, 0, 0.188) 69.85%, rgba(0, 0, 0, 0.213) 73.35%, rgba(0, 0, 0, 0.237) 76.85%, rgba(0, 0, 0, 0.262) 80.35%, rgba(0, 0, 0, 0.285) 83.85%, rgba(0, 0, 0, 0.306) 87.35%, rgba(0, 0, 0, 0.324) 90.85%, rgba(0, 0, 0, 0.338) 94.35%, rgba(0, 0, 0, 0.347) 97.85%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content,
div.ja-featured-row.ja-featured-1 .entry-overlay-content a {
  color: #FFF;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header {
  position: absolute;
  padding: 20px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
@media (min-width: 769px) {
  div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header .cat-links a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #FFF;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header,
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header .post-meta {
  text-align: center;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header *,
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header .post-meta * {
  margin-left: auto;
  margin-right: auto;
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header .entry-title {
    max-width: 620px;
  }
}
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-header .meta-item {
  display: inline-block;
  position: relative;
  /*&amp;::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    border-bottom: 1px solid #FFF
  }*/
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-2 .bd-container {
    padding-bottom: 50px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div.ja-featured-row.ja-featured-2 .ja-slick-dots {
  bottom: -30px;
}
div.ja-featured-row.ja-featured-2 .ja-slick-dots li {
  width: auto;
  height: auto;
  line-height: 0;
}
div.ja-featured-row.ja-featured-2 .ja-slick-dots li:not(.slick-active) button {
  background-color: #000;
}
@media (min-width: 769px) {
  div.ja-featured-row.ja-featured-2 .ja-slick-dots {
    line-height: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
  }
}
div.ja-featured-row.ja-featured-2 .slick-arrow {
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  opacity: 1;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-2 .slick-arrow {
    line-height: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
  }
}
div.ja-featured-row.ja-featured-2 .slick-arrow svg {
  fill: #FFF;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-2 .slick-arrow.slick-prev {
    left: 50px;
  }
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-2 .slick-arrow.slick-next {
    right: 50px;
  }
}
div.ja-featured-row.ja-featured-2 .slick-arrow:hover {
  background-color: #FFF;
}
div.ja-featured-row.ja-featured-2 .slick-arrow:hover svg {
  fill: #000;
}
div.ja-featured-row.ja-featured-2 article.post--item {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: none;
  overflow: initial;
}
div.ja-featured-row.ja-featured-2 .entry-featured-media::before {
  width: 100%;
  z-index: 1;
  padding-bottom: 50%;
}
@media (max-width: 990px) {
  div.ja-featured-row.ja-featured-2 .entry-featured-media::before {
    padding-bottom: 75%;
  }
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-2 .entry-featured-media::before {
    padding-bottom: 75.6%;
  }
}
@media (max-width: 400px) {
  div.ja-featured-row.ja-featured-2 .entry-featured-media::before {
    padding-bottom: 85%;
  }
}
div.ja-featured-row.ja-featured-2 .entry-featured-media:hover .entry-overlay-background::after {
  opacity: 1 !important;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-background::after {
  opacity: 1 !important;
  background-color: transparent;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header {
  background-color: #FFF;
  position: absolute;
  padding: 32px;
  width: auto;
  min-width: 280px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header {
    padding: 25px;
  }
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-more {
  display: inline-block;
  padding: 8px 12px;
  margin-top: 21px;
  border: 1px solid #000;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .cat-links a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #000;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header,
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-meta {
  text-align: center;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header *,
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-meta * {
  margin-left: auto;
  margin-right: auto;
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .entry-title {
    max-width: 620px;
  }
}
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .meta-item {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-3 .bd-container {
    padding-bottom: 50px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div.ja-featured-row.ja-featured-3 .slick-list {
  overflow: initial;
}
div.ja-featured-row.ja-featured-3 .ja-slick-dots {
  bottom: -30px;
}
div.ja-featured-row.ja-featured-3 .ja-slick-dots li {
  width: auto;
  height: auto;
  line-height: 0;
}
div.ja-featured-row.ja-featured-3 .ja-slick-dots li:not(.slick-active) button {
  background-color: #000;
}
@media (min-width: 769px) {
  div.ja-featured-row.ja-featured-3 .ja-slick-dots {
    line-height: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
  }
}
div.ja-featured-row.ja-featured-3 .slick-arrow {
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  opacity: 1;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-3 .slick-arrow {
    line-height: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
  }
}
div.ja-featured-row.ja-featured-3 .slick-arrow svg {
  fill: #FFF;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-3 .slick-arrow.slick-prev {
    left: 50px;
  }
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-3 .slick-arrow.slick-next {
    right: 50px;
  }
}
div.ja-featured-row.ja-featured-3 .slick-arrow:hover {
  background-color: #FFF;
}
div.ja-featured-row.ja-featured-3 .slick-arrow:hover svg {
  fill: #000;
}
div.ja-featured-row.ja-featured-3 article.post--item {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 15px;
  display: none;
  overflow: initial;
}
div.ja-featured-row.ja-featured-3 .entry-featured-media::before {
  width: 100%;
  z-index: 1;
  padding-bottom: 50%;
}
@media (max-width: 990px) {
  div.ja-featured-row.ja-featured-3 .entry-featured-media::before {
    padding-bottom: 75%;
  }
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-3 .entry-featured-media::before {
    padding-bottom: 75.6%;
  }
}
@media (max-width: 400px) {
  div.ja-featured-row.ja-featured-3 .entry-featured-media::before {
    padding-bottom: 85%;
  }
}
div.ja-featured-row.ja-featured-3 .entry-featured-media:hover .entry-overlay-background::after {
  opacity: 1 !important;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-background::after {
  opacity: 1 !important;
  background-color: transparent;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header {
  background-color: #FFF;
  position: absolute;
  padding: 32px;
  width: auto;
  min-width: 280px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header {
    padding: 25px;
  }
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more {
  display: inline-block;
  padding: 8px 12px;
  margin-top: 21px;
  border: 1px solid #000;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more:hover {
  border-color: #d6986a;
  color: #d6986a;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more:hover svg {
  fill: #d6986a;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .cat-links a {
  display: inline-block;
  padding: 3px 8px;
  background-color: #d6986a;
  color: #FFF;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header,
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-meta {
  text-align: center;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header *,
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-meta * {
  margin-left: auto;
  margin-right: auto;
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .entry-title {
    max-width: 620px;
  }
}
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .meta-item {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-4 .bd-container {
    padding-bottom: 50px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div.ja-featured-row.ja-featured-4 .ja-slick-dots {
  bottom: -30px;
}
div.ja-featured-row.ja-featured-4 .ja-slick-dots li {
  width: auto;
  height: auto;
  line-height: 0;
}
div.ja-featured-row.ja-featured-4 .ja-slick-dots li:not(.slick-active) button {
  background-color: #000;
}
@media (min-width: 769px) {
  div.ja-featured-row.ja-featured-4 .ja-slick-dots {
    line-height: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
  }
}
div.ja-featured-row.ja-featured-4 .ja-slick-nav {
  position: relative;
}
div.ja-featured-row.ja-featured-4 .slick-arrow {
  border: 0 none;
  background-color: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50px;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-4 .slick-arrow {
    line-height: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
  }
}
div.ja-featured-row.ja-featured-4 .slick-arrow svg {
  fill: #FFF;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-4 .slick-arrow.slick-prev {
    left: 32px;
  }
  div.ja-featured-row.ja-featured-4 .slick-arrow.slick-prev svg {
    margin-right: 10px;
  }
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-4 .slick-arrow.slick-next {
    right: 0;
  }
  div.ja-featured-row.ja-featured-4 .slick-arrow.slick-next svg {
    margin-left: 10px;
  }
}
div.ja-featured-row.ja-featured-4 article.post--item {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: none;
  overflow: initial;
}
div.ja-featured-row.ja-featured-4 .entry-featured-media::before {
  width: 100%;
  z-index: 1;
  padding-bottom: 50%;
}
@media (max-width: 990px) {
  div.ja-featured-row.ja-featured-4 .entry-featured-media::before {
    padding-bottom: 75%;
  }
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-4 .entry-featured-media::before {
    padding-bottom: 75.6%;
  }
}
@media (max-width: 400px) {
  div.ja-featured-row.ja-featured-4 .entry-featured-media::before {
    padding-bottom: 85%;
  }
}
div.ja-featured-row.ja-featured-4 .entry-featured-media:hover .entry-overlay-background::after {
  opacity: 1 !important;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-background::after {
  opacity: 1 !important;
  background-color: transparent;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header {
  position: absolute;
  width: auto;
  min-width: 280px;
  left: 0;
  top: 0;
  max-width: 470px;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .entry-header-inner {
  padding: 32px;
  background-color: #1B1A1A;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header, div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header a {
  color: #FFF;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header {
    padding: 25px;
  }
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .post-more {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 21px;
  border-radius: 2px;
  border: 2px solid #FFF;
}
@media (max-width: 768px) {
  div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .post-more {
    display: none;
  }
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .post-more:hover {
  color: #d6986a;
  border-color: #d6986a;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .post-more:hover svg {
  fill: #d6986a;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .post-more svg {
  fill: #FFF;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .cat-links .post-meta {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .cat-links a {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: #d6986a;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .entry-title span {
  width: 100%;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  transition: 0.15s;
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .entry-title:hover span {
  border-color: #d6986a;
}
@media (min-width: 600px) {
  div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .entry-title {
    max-width: 620px;
  }
}
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-header .meta-item {
  display: inline-block;
  position: relative;
}
div.ja-featured-row.ja-featured-5 .bd-container {
  padding-bottom: 80px;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 .bd-container {
    padding-bottom: 53px;
  }
}
div.ja-featured-row.ja-featured-5 .ja-featured-row-inner {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 990px) {
  div.ja-featured-row.ja-featured-5 .ja-featured-row-inner {
    margin-right: -5px;
    margin-left: -5px;
  }
}
div.ja-featured-row.ja-featured-5 .ja-slick-dots {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  right: auto;
  left: auto;
  top: auto;
  bottom: -49px;
  width: 100%;
  text-align: center;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 .ja-slick-dots {
    bottom: -20px;
  }
}
div.ja-featured-row.ja-featured-5 .ja-slick-dots li {
  float: none;
  width: auto;
  height: auto;
}
div.ja-featured-row.ja-featured-5 .ja-slick-dots li button {
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 4px;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
}
div.ja-featured-row.ja-featured-5 .ja-slick-dots li button::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}
div.ja-featured-row.ja-featured-5 .ja-slick-dots li.slick-active button {
  border-color: #d6986a;
  background-color: transparent;
}
div.ja-featured-row.ja-featured-5 .ja-slick-dots li.slick-active button::before {
  background-color: #d6986a;
}
div.ja-featured-row.ja-featured-5 .entry-featured-media {
  overflow: hidden;
  border-radius: 5px;
}
div.ja-featured-row.ja-featured-5 .entry-featured-media::before {
  width: 100%;
  z-index: 1;
  padding-bottom: 615px;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 .entry-featured-media::before {
    padding-bottom: 615px;
  }
}
div.ja-featured-row.ja-featured-5 .entry-overlay-background {
  background-color: #454545;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-background img {
  will-change: transform;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-background::after {
  opacity: 1 !important;
}
div.ja-featured-row.ja-featured-5 article.post--item {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0 15px;
  display: none;
  overflow: initial;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 article.post--item {
    top: -30px;
    margin: 30px auto 0;
  }
  div.ja-featured-row.ja-featured-5 article.post--item:nth-child(2n+0) {
    top: 0;
  }
  div.ja-featured-row.ja-featured-5 article.post--item:nth-child(2n+0) .entry-featured-media::before {
    padding-bottom: 555px;
  }
}
@media (max-width: 990px) {
  div.ja-featured-row.ja-featured-5 article.post--item {
    max-width: 50%;
    padding: 0 5px;
  }
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 article.post--item:hover .entry-header {
    padding-bottom: 42px;
  }
}
div.ja-featured-row.ja-featured-5 article.post--item:hover .entry-title span {
  border-color: #d6986a;
}
div.ja-featured-row.ja-featured-5 article.post--item:hover .post-more {
  background-color: #FFF;
  color: #d6986a;
}
div.ja-featured-row.ja-featured-5 article.post--item:hover .post-more svg {
  fill: #d6986a;
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 article.post--item:hover .entry-cat-name {
    top: 42px;
  }
}
@media (min-width: 991px) {
  div.ja-featured-row.ja-featured-5 article.post--item:hover .entry-overlay-background img {
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
  }
}
div.ja-featured-row.ja-featured-5 .entry-cat-name {
  position: absolute;
  left: 32px;
  top: 32px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div.ja-featured-row.ja-featured-5 .entry-cat-name a {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: #d6986a;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content,
div.ja-featured-row.ja-featured-5 .entry-overlay-content a {
  color: #FFF;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header {
  position: absolute;
  padding: 32px;
  width: 100%;
  bottom: 0;
  left: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .post-more {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  border: 2px solid #FFF;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .post-more:hover {
  background-color: #FFF;
  color: #d6986a;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .post-more:hover svg {
  fill: #d6986a;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .post-more svg {
  fill: #FFF;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .cat-links .post-meta {
  display: inline-block;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .entry-title span {
  width: 100%;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 600px) {
  div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .entry-title {
    max-width: 620px;
  }
}
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-header .meta-item {
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
}

body.is-ja-featured-6 div.ja-featured-row.ja-featured-6 div.post-meta, body.is-ja-featured-6 div.ja-featured-row.ja-featured-1 div.post-meta,
body.is-ja-featured-1 div.ja-featured-row.ja-featured-6 div.post-meta,
body.is-ja-featured-1 div.ja-featured-row.ja-featured-1 div.post-meta {
  display: inline-block;
  width: auto;
}
body.is-ja-featured-6 div.ja-featured-row.ja-featured-6 div.post-meta span, body.is-ja-featured-6 div.ja-featured-row.ja-featured-1 div.post-meta span,
body.is-ja-featured-1 div.ja-featured-row.ja-featured-6 div.post-meta span,
body.is-ja-featured-1 div.ja-featured-row.ja-featured-1 div.post-meta span {
  float: left;
  display: inline-block;
  padding: 0 7px;
  margin: 0;
  height: 34px;
  line-height: 34px;
}
body.is-ja-featured-6 div.ja-featured-row.ja-featured-6 div.post-meta span.ja-meta-avatar, body.is-ja-featured-6 div.ja-featured-row.ja-featured-1 div.post-meta span.ja-meta-avatar,
body.is-ja-featured-1 div.ja-featured-row.ja-featured-6 div.post-meta span.ja-meta-avatar,
body.is-ja-featured-1 div.ja-featured-row.ja-featured-1 div.post-meta span.ja-meta-avatar {
  line-height: 0;
  font-size: 0;
}

@media (min-width: 1170px) {
  body.is-header-v1.is-ja-featured-6 header#masthead {
    box-shadow: none !important;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead .logo-light {
    display: none;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead .logo-dark {
    display: inline-block;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead div.main-navigation ul.menu &gt; li &gt; a {
    color: #FFF;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead li.menu-item-has-children:before {
    border-top-color: #FFF;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead .toggle-offcanvas .v-bar {
    background-color: #FFF;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead .social-icons-item.shopping-cart-icon svg,
body.is-header-v1.is-ja-featured-6 header#masthead .jamal-skin .jamal-skin-icon svg,
body.is-header-v1.is-ja-featured-6 header#masthead .social-icons-item .social-icon svg {
    fill: #FFF;
  }
  body.is-header-v1.is-ja-featured-6 header#masthead .social-icons-item.search-icon:not(:first-child) {
    border: 0 none;
    padding-left: initial;
  }
  body.is-header-v1.is-ja-featured-6 div.ja-featured-row.ja-featured-6 {
    margin-top: -86px !important;
  }
  body.is-header-v1.is-ja-featured-6 div.ja-featured-row.ja-featured-6 .loader-overlay {
    padding-bottom: 0;
    height: 100vh;
  }
  body.is-header-v1.is-ja-featured-6 div.ja-featured-row.ja-featured-6 .slick-slide {
    min-height: 1px;
  }
  body.is-header-v1.is-ja-featured-6 div.ja-featured-row.ja-featured-6 .slick-slide .entry-featured-media::before {
    padding-bottom: 0;
    height: 100vh;
  }
}
.sidebar-enabled {
  /* loop/content.scss - line:251 */
}
@media (max-width: 990px) {
  .sidebar-enabled .sidebar-area {
    margin-top: 60px;
  }
}

.post-category a {
  display: inline-flex;
  background: 0 0;
  padding: 4px 6px;
  margin: 0 5px 10px;
  line-height: 1;
  border-radius: 2px;
  background-color: #d6986a;
}
.post-category a, .post-category a:hover {
  color: #FFF;
}

aside.blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
aside.blog-footer .blog-footer-avatar {
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
}
aside.blog-footer .blog-footer-avatar img {
  border-radius: 50%;
}
aside.blog-footer .blog-meta &gt; span {
  flex-shrink: 0;
  display: block;
}
aside.blog-footer .blog-meta &gt; span:first-child {
  margin-bottom: 3px;
}

@media (min-width: 991px) {
  .blog-image-effect img {
    will-change: transform;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blog-image-effect:hover img {
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
  }
}
aside.entry-overlay-bottom-meta {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 98%;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #666;
}
aside.entry-overlay-bottom-meta &gt; span, aside.entry-overlay-bottom-meta .cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 3px 8px 3px 8px;
  background-color: #FFF;
}
aside.entry-overlay-bottom-meta &gt; span svg, aside.entry-overlay-bottom-meta .cat-links svg {
  margin-right: 5px;
}
aside.entry-overlay-bottom-meta .ja-meta-comment a span {
  display: none;
}
aside.entry-overlay-bottom-meta svg {
  fill: #666;
}
aside.entry-overlay-bottom-meta a {
  color: #000;
}
aside.entry-overlay-bottom-meta a svg {
  fill: #000;
  position: relative;
  top: 3px;
}
aside.entry-overlay-bottom-meta a:hover {
  color: #d6986a;
}
aside.entry-overlay-bottom-meta a:hover svg {
  fill: #d6986a;
}

@media only screen and (min-width: 640px) {
  div.ja-blog-i1001 article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
div.ja-blog-i1001 article:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1001 .entry-media {
    flex: 0 0 41.666667%;
    width: 300px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 639px) {
  div.ja-blog-i1001 .entry-media {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1001 .entry-body {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1001 .entry-body-inner {
    padding: 10px 0 10px 0;
  }
}
div.ja-blog-i1001 figure.entry-featured-media::before {
  padding-bottom: 350px !important;
}
div.ja-blog-i1001 .trim-excerpt {
  margin-bottom: 14px;
}
div.ja-blog-i1001 .entry-title {
  margin-bottom: 0;
}
/*
body.full-width {
   .ja-blog-i1001 {
     max-width: 780px;
     margin-left: auto;
     margin-right: auto;
   }
 }*/
@media only screen and (min-width: 640px) {
  div.ja-blog-i1002 article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
div.ja-blog-i1002 article:not(:first-child) {
  margin-top: 40px;
}
div.ja-blog-i1002 aside.blog-footer {
  margin-bottom: 25px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1002 .entry-media {
    flex: 0 0 41.666667%;
    width: 300px;
  }
}
@media only screen and (max-width: 639px) {
  div.ja-blog-i1002 .entry-media {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1002 .entry-body {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1002 .entry-body-inner {
    padding: 60px 0 10px 40px;
  }
}
div.ja-blog-i1002 figure.entry-featured-media::before {
  padding-bottom: 350px !important;
}
div.ja-blog-i1002 .trim-excerpt,
div.ja-blog-i1002 .entry-title {
  margin-bottom: 15px;
}
div.ja-blog-i1002 .post-category {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
}
div.ja-blog-i1002 .post-category a {
  border-radius: 0;
}

/*
body.full-width {
  .ja-blog-i1002 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}*/
div.ja-blog-i1003 article {
  position: relative;
}
@media only screen and (max-width: 639px) {
  div.ja-blog-i1003 article:not(:first-child) {
    margin-top: 40px;
  }
}
div.ja-blog-i1003 article::after, div.ja-blog-i1003 article::before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
div.ja-blog-i1003 article::after {
  clear: both;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1003 article::after {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1003 article:last-child::after {
    height: 50px;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1003 article:nth-child(2n+0) .entry-body {
    float: left;
  }
  div.ja-blog-i1003 article:nth-child(2n+0) .entry-media {
    right: 0;
    left: auto;
  }
}
div.ja-blog-i1003 aside.blog-footer {
  margin-bottom: 25px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1003 .entry-media {
    flex-shrink: 0;
    display: block;
    position: absolute;
    width: 100%;
    right: auto;
    left: 0;
    max-width: 75%;
  }
}
@media only screen and (max-width: 639px) {
  div.ja-blog-i1003 .entry-media {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1003 .entry-body {
    flex-shrink: 0;
    display: block;
    width: 100%;
    max-width: 70%;
    position: relative;
    top: 50px;
    float: right;
  }
}
@media (min-width: 725px) {
  div.ja-blog-i1003 .entry-body {
    max-width: 470px;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1003 .entry-body-inner {
    padding: 40px;
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0 1px 73px rgba(0, 0, 0, 0.1);
  }
}
div.ja-blog-i1003 figure.entry-featured-media::before {
  padding-bottom: 350px !important;
}
div.ja-blog-i1003 .trim-excerpt,
div.ja-blog-i1003 .entry-title {
  margin-bottom: 15px;
}
div.ja-blog-i1003 .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
div.ja-blog-i1003 .blog-meta .blog-footer-date {
  margin-left: 5px;
}
div.ja-blog-i1003 .post-category a {
  margin-bottom: 0;
}

body.full-width .ja-blog-i1003 {
  /*max-width: 780px;
  margin-left: auto;
  margin-right: auto;*/
}
@media (min-width: 725px) {
  body.full-width .ja-blog-i1003 .entry-body {
    max-width: 470px;
  }
}

@media only screen and (min-width: 640px) {
  div.ja-blog-i1004 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  div.ja-blog-i1004 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1004 .ja-posts-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: initial !important;
  }
}
div.ja-blog-i1004 article {
  margin-bottom: 0;
}
div.ja-blog-i1004 article:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1004 article {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  div.ja-blog-i1004 article:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1004 .entry-body-inner {
    padding: 29px;
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    /*border-bottom: 4px solid $main_color;*/
  }
}
div.ja-blog-i1004 figure.entry-featured-media {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1004 figure.entry-featured-media {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
div.ja-blog-i1004 figure.entry-featured-media::before {
  padding-bottom: 292px !important;
}
div.ja-blog-i1004 .trim-excerpt,
div.ja-blog-i1004 .entry-title {
  margin-bottom: 15px;
}
div.ja-blog-i1004 .post-category {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
}
div.ja-blog-i1004 .post-category a {
  border-radius: 0;
}
div.ja-blog-i1004 .fluid-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #454545;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

body.full-width .ja-blog-i1004 article,
div#related-posts.related-above-footer .ja-blog-i1004 article {
  margin-top: 30px;
}
body.full-width .ja-blog-i1004 article:nth-child(-n+3),
div#related-posts.related-above-footer .ja-blog-i1004 article:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (min-width: 697px) {
  body.full-width .ja-blog-i1004 article,
div#related-posts.related-above-footer .ja-blog-i1004 article {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  body.full-width .ja-blog-i1004 article,
div#related-posts.related-above-footer .ja-blog-i1004 article {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media only screen and (min-width: 640px) {
  div.ja-blog-i1005 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  div.ja-blog-i1005 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1005 .ja-posts-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: initial !important;
  }
}
div.ja-blog-i1005 article {
  margin-bottom: 0;
}
div.ja-blog-i1005 article:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1005 article {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  div.ja-blog-i1005 article:nth-child(-n+2) {
    margin-top: 0;
  }
}
div.ja-blog-i1005 .entry-media {
  border-radius: 0;
  line-height: 0;
}
div.ja-blog-i1005 .entry-body {
  position: relative;
}
div.ja-blog-i1005 figure.entry-featured-media {
  /*margin-bottom: 15px;*/
  border-radius: 0;
}
div.ja-blog-i1005 figure.entry-featured-media::before {
  padding-bottom: 56.31868132% !important;
}
div.ja-blog-i1005 .trim-excerpt,
div.ja-blog-i1005 .entry-title {
  padding-top: 0.75em;
  margin-bottom: 15px;
}
div.ja-blog-i1005 .post-category {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
}
div.ja-blog-i1005 .post-category a {
  border-radius: 0;
}
div.ja-blog-i1005 .fluid-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #454545;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
div.ja-blog-i1005 aside.blog-footer .blog-footer-avatar {
  width: 30px;
  height: 30px;
}
div.ja-blog-i1005 aside.blog-footer div.blog-meta &gt; span {
  display: inline-block;
}
div.ja-blog-i1005 aside.blog-footer div.blog-meta &gt; span:first-child {
  margin-bottom: 0;
  margin-right: 10px;
}
div.ja-blog-i1005 aside.blog-footer div.blog-meta &gt; span:not(div.ja-blog-i1005 aside.blog-footer div.blog-meta &gt; span:first-child) {
  color: #999;
}

body.full-width .ja-blog-i1005 article,
div#related-posts.related-above-footer .ja-blog-i1005 article {
  margin-top: 30px;
}
body.full-width .ja-blog-i1005 article:nth-child(-n+3),
div#related-posts.related-above-footer .ja-blog-i1005 article:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (min-width: 697px) {
  body.full-width .ja-blog-i1005 article,
div#related-posts.related-above-footer .ja-blog-i1005 article {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  body.full-width .ja-blog-i1005 article,
div#related-posts.related-above-footer .ja-blog-i1005 article {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media only screen and (min-width: 640px) {
  div.ja-blog-i1006 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1006 .ja-posts-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: initial !important;
  }
}
div.ja-blog-i1006 article {
  margin-bottom: 0;
}
div.ja-blog-i1006 article:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1006 article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
  }
  div.ja-blog-i1006 article:not(:first-child) {
    margin-top: 10px;
  }
  div.ja-blog-i1006 article .entry-media {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 364px;
    margin: 0 20px 0 0;
  }
  div.ja-blog-i1006 article .entry-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
div.ja-blog-i1006 .entry-media {
  border-radius: 0;
}
div.ja-blog-i1006 .entry-body {
  position: relative;
}
div.ja-blog-i1006 figure.entry-featured-media {
  /*margin-bottom: 15px;*/
  border-radius: 0;
}
div.ja-blog-i1006 figure.entry-featured-media::before {
  padding-bottom: 56.31868132% !important;
}
div.ja-blog-i1006 .trim-excerpt,
div.ja-blog-i1006 .entry-title {
  padding-top: 0.25em;
  margin-bottom: 15px;
}
div.ja-blog-i1006 .post-category {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
}
div.ja-blog-i1006 .post-category a {
  border-radius: 0;
}
div.ja-blog-i1006 .fluid-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #454545;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
div.ja-blog-i1006 aside.blog-footer .blog-footer-avatar {
  width: 30px;
  height: 30px;
}
div.ja-blog-i1006 aside.blog-footer div.blog-meta &gt; span {
  display: inline-block;
}
div.ja-blog-i1006 aside.blog-footer div.blog-meta &gt; span:first-child {
  margin-bottom: 0;
  margin-right: 10px;
}
div.ja-blog-i1006 aside.blog-footer div.blog-meta &gt; span:not(div.ja-blog-i1006 aside.blog-footer div.blog-meta &gt; span:first-child) {
  color: #999;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1006 aside.entry-overlay-bottom-meta {
    position: static;
  }
  div.ja-blog-i1006 aside.entry-overlay-bottom-meta &gt; span,
div.ja-blog-i1006 aside.entry-overlay-bottom-meta .cat-links {
    background-color: transparent;
    padding-left: 0;
    padding-right: 16px;
  }
}

@media only screen and (min-width: 640px) {
  div.ja-blog-i1007 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) {
  div.ja-blog-i1007 {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1007 .ja-posts-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: initial !important;
  }
}
div.ja-blog-i1007 article {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
div.ja-blog-i1007 article:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1007 article {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  div.ja-blog-i1007 article:nth-child(-n+2) {
    margin-top: 0;
  }
}
div.ja-blog-i1007 article:hover .entry-title span {
  border-color: #d6986a;
}
div.ja-blog-i1007 article:hover .entry-media {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
}
div.ja-blog-i1007 .entry-media {
  -webkit-transition: box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  border-radius: 0;
}
div.ja-blog-i1007 .entry-body {
  position: relative;
}
div.ja-blog-i1007 figure.entry-featured-media {
  /*margin-bottom: 15px;*/
  border-radius: 0;
}
div.ja-blog-i1007 figure.entry-featured-media::before {
  padding-bottom: 280px !important;
}
div.ja-blog-i1007 .trim-excerpt,
div.ja-blog-i1007 .entry-title {
  margin-bottom: 8px;
}
div.ja-blog-i1007 .entry-title span {
  width: 100%;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div.ja-blog-i1007 .post-category {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
}
div.ja-blog-i1007 .post-category a {
  border-radius: 0;
}
div.ja-blog-i1007 .fluid-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #454545;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
div.ja-blog-i1007 aside.blog-footer .blog-footer-avatar {
  width: 30px;
  height: 30px;
}
div.ja-blog-i1007 aside.blog-footer div.blog-meta &gt; span {
  display: inline-block;
}
div.ja-blog-i1007 aside.blog-footer div.blog-meta &gt; span:first-child {
  margin-bottom: 0;
  margin-right: 10px;
}
div.ja-blog-i1007 aside.blog-footer div.blog-meta &gt; span:not(div.ja-blog-i1007 aside.blog-footer div.blog-meta &gt; span:first-child) {
  color: #999;
}
div.ja-blog-i1007 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: initial;
  left: initial;
  right: initial;
  bottom: 0;
  z-index: 3;
}
div.ja-blog-i1007 .entry-overlay-content,
div.ja-blog-i1007 .entry-overlay-content a {
  color: #FFF;
}
div.ja-blog-i1007 .entry-overlay-content .entry-header {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  padding: 50px 21px 21px;
  width: 100%;
}
@media (min-width: 769px) {
  div.ja-blog-i1007 .entry-overlay-content .entry-header {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
}
div.ja-blog-i1007 .entry-overlay-content .entry-header .cat-links a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #FFF;
}
div.ja-blog-i1007 .entry-overlay-content .entry-header,
div.ja-blog-i1007 .entry-overlay-content .entry-header .post-meta {
  text-align: center;
}
div.ja-blog-i1007 .entry-overlay-content .entry-header *,
div.ja-blog-i1007 .entry-overlay-content .entry-header .post-meta * {
  margin-left: auto;
  margin-right: auto;
}

body.full-width .ja-blog-i1007 article,
div#related-posts.related-above-footer .ja-blog-i1007 article {
  margin-top: 30px;
}
body.full-width .ja-blog-i1007 article:nth-child(-n+3),
div#related-posts.related-above-footer .ja-blog-i1007 article:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (min-width: 697px) {
  body.full-width .ja-blog-i1007 article,
div#related-posts.related-above-footer .ja-blog-i1007 article {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  body.full-width .ja-blog-i1007 article,
div#related-posts.related-above-footer .ja-blog-i1007 article {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media only screen and (min-width: 640px) {
  div.ja-blog-i1008 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1008 .ja-posts-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: initial !important;
  }
}
div.ja-blog-i1008 article {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
div.ja-blog-i1008 article:not(:first-child) {
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  div.ja-blog-i1008 article {
    flex: 0 0 50%;
    width: 50%;
  }
  div.ja-blog-i1008 article:nth-child(-n+2) {
    margin-top: 0;
  }
}
div.ja-blog-i1008 article:hover .entry-title span {
  border-color: #d6986a;
}
div.ja-blog-i1008 .entry-media {
  border-radius: 0;
}
div.ja-blog-i1008 .entry-body {
  position: relative;
}
div.ja-blog-i1008 .trim-excerpt,
div.ja-blog-i1008 .entry-title {
  margin-bottom: 8px;
}
div.ja-blog-i1008 .entry-title span {
  width: 100%;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div.ja-blog-i1008 .post-category {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
}
div.ja-blog-i1008 .post-category a {
  border-radius: 0;
}
div.ja-blog-i1008 .fluid-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #454545;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 1;
  z-index: 0;
  pointer-events: initial !important;
}
div.ja-blog-i1008 aside.blog-footer .blog-footer-avatar {
  width: 30px;
  height: 30px;
}
div.ja-blog-i1008 aside.blog-footer div.blog-meta &gt; span {
  display: inline-block;
}
div.ja-blog-i1008 aside.blog-footer div.blog-meta &gt; span:first-child {
  margin-bottom: 0;
  margin-right: 10px;
}
div.ja-blog-i1008 aside.blog-footer div.blog-meta &gt; span:not(div.ja-blog-i1008 aside.blog-footer div.blog-meta &gt; span:first-child) {
  color: #999;
}
div.ja-blog-i1008 .entry-overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  top: initial;
  left: initial;
  right: initial;
  bottom: 0;
  z-index: 3;
}
div.ja-blog-i1008 .entry-overlay-content,
div.ja-blog-i1008 .entry-overlay-content a {
  color: #FFF;
}
div.ja-blog-i1008 .entry-overlay-content .entry-header {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  padding: 50px 21px 21px;
  width: 100%;
}
@media (min-width: 769px) {
  div.ja-blog-i1008 .entry-overlay-content .entry-header {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
}
div.ja-blog-i1008 .entry-overlay-content .entry-header .cat-links a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #FFF;
}
div.ja-blog-i1008 .entry-overlay-content .entry-header,
div.ja-blog-i1008 .entry-overlay-content .entry-header .post-meta {
  text-align: center;
}
div.ja-blog-i1008 .entry-overlay-content .entry-header *,
div.ja-blog-i1008 .entry-overlay-content .entry-header .post-meta * {
  margin-left: auto;
  margin-right: auto;
}
div.ja-blog-i1008 article figure.entry-featured-media {
  border-radius: 0;
}
div.ja-blog-i1008 article figure.entry-featured-media::before {
  padding-bottom: 280px !important;
}
div.ja-blog-i1008 article:nth-child(4n+2) figure.entry-featured-media::before {
  padding-bottom: 420px !important;
}
div.ja-blog-i1008 article:nth-child(4n+3) figure.entry-featured-media::before {
  padding-bottom: 420px !important;
}

body.full-width .ja-blog-i1008 article,
div#related-posts.related-above-footer .ja-blog-i1008 article {
  margin-top: 0;
}
body.full-width .ja-blog-i1008 article:nth-child(-n+3),
div#related-posts.related-above-footer .ja-blog-i1008 article:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (min-width: 697px) {
  body.full-width .ja-blog-i1008 article,
div#related-posts.related-above-footer .ja-blog-i1008 article {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  body.full-width .ja-blog-i1008 article,
div#related-posts.related-above-footer .ja-blog-i1008 article {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
body.full-width .ja-blog-i1008 article figure.entry-featured-media::before,
div#related-posts.related-above-footer .ja-blog-i1008 article figure.entry-featured-media::before {
  padding-bottom: 280px !important;
}
body.full-width .ja-blog-i1008 article:nth-child(4n+2) figure.entry-featured-media::before,
div#related-posts.related-above-footer .ja-blog-i1008 article:nth-child(4n+2) figure.entry-featured-media::before {
  padding-bottom: 280px !important;
}
body.full-width .ja-blog-i1008 article:nth-child(4n+3) figure.entry-featured-media::before,
div#related-posts.related-above-footer .ja-blog-i1008 article:nth-child(4n+3) figure.entry-featured-media::before {
  padding-bottom: 280px !important;
}
body.full-width .ja-blog-i1008 article:nth-child(2n+2) figure.entry-featured-media::before,
div#related-posts.related-above-footer .ja-blog-i1008 article:nth-child(2n+2) figure.entry-featured-media::before {
  padding-bottom: 420px !important;
}

.fluid-video-wrapper {
  pointer-events: initial !important;
}

.jamal-load-more-btn {
  padding: 0;
  line-height: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.jamal-load-more-btn .jamal-load-more-btn-inner {
  background-color: #d6986a;
  color: #FFF;
  border-radius: 3px;
  /*border: 1px solid rgba(0,0,0,0.1);*/
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  display: block;
  cursor: pointer;
  clear: both;
  margin: 40px auto 0;
  padding: 0;
  max-width: 350px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.jamal-load-more-btn .jamal-load-more-btn-inner:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #000;
}
.jamal-load-more-btn .jamal-load-more-btn-inner svg {
  font-size: 0;
  line-height: 0;
  margin: 0 5px;
  padding: 0;
  fill: #FFF;
  /*-webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);*/
}
.jamal-load-more-btn .loader-overlay {
  min-height: initial;
}
.jamal-load-more-btn .ja-loading {
  margin-top: 10px;
}
.jamal-load-more-btn .ja-loading.ja-loading-small, .jamal-load-more-btn .ja-loading.ja-loading-small::after {
  width: 20px;
  height: 20px;
}

html body.jamal-shop ul.products li.product .price {
  color: #d6986a;
}
html body.jamal-shop div.product p.price, html body.jamal-shop div.product span.price {
  color: #d6986a;
}
html body.jamal-shop .price .woocommerce-Price-amount.amount {
  font-size: inherit;
}
html body.jamal-shop .price del {
  color: #999;
  font-size: 90%;
}
html body.jamal-shop del, html body.jamal-shop ins {
  text-decoration: none;
}
html body.jamal-shop del {
  text-decoration: line-through #999;
}
html body.jamal-shop del .amount {
  color: #999;
  font-weight: 400;
}
html body.jamal-shop div.tagcloud a {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 9px 11px;
  display: inline-block;
  font-size: 11px !important;
  line-height: 1 !important;
}
html body.jamal-shop ul.product-categories li {
  padding: 5px 0 5px 0;
}
html body.jamal-shop ul.product-categories li::after {
  clear: both;
  display: table;
  content: "";
}
html body.jamal-shop ul.product-categories li:first-child {
  padding-top: 0;
}
html body.jamal-shop ul.product-categories li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
html body.jamal-shop ul.product-categories ul.children {
  padding: 5px 0 5px 0;
}
html body.jamal-shop .woocommerce-message::before {
  color: #d6986a;
}
html body.jamal-shop .woocommerce-info {
  border-color: #d6986a;
}
html body.jamal-shop .woocommerce-info::before {
  color: #d6986a;
}
html body.jamal-shop .woocommerce-message {
  border-color: #d6986a;
}
html body.jamal-shop span.onsale {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #d6986a;
}
html body.jamal-shop div.product form.cart .variations select {
  width: 100%;
  cursor: pointer;
  vertical-align: top;
  height: 38px;
  padding: 6px 16px;
  border-radius: 2px;
  font-family: inherit !important;
}
html body.jamal-shop .woocommerce-ordering select {
  line-height: inherit !important;
  font-family: inherit !important;
  border: 0 none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 0;
  height: 42px;
}
html body.jamal-shop .woocommerce-ordering {
  position: relative;
}
html body.jamal-shop .woocommerce-ordering::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
}
html body.jamal-shop .woocommerce-ordering::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #000;
  border-width: 0 0 2px 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-44deg);
}
html body.jamal-shop .products ul,
html body.jamal-shop ul.products {
  margin-top: 40px;
}
html body.jamal-shop .woocommerce-breadcrumb a {
  color: #666;
}
html body.jamal-shop .woocommerce-breadcrumb,
html body.jamal-shop p.woocommerce-result-count {
  color: #999;
}
html body.jamal-shop p.woocommerce-result-count {
  margin: 0;
  line-height: 42px;
}
html body.jamal-shop #add_payment_method #payment ul.payment_methods li,
html body.jamal-shop #payment ul.payment_methods li,
html body.jamal-shop #payment ul.payment_methods li {
  list-style: none;
}
html body.jamal-shop nav.woocommerce-pagination ul,
html body.jamal-shop nav.woocommerce-pagination ul li {
  border: 0 none;
}
html body.jamal-shop nav.woocommerce-pagination ul li a:focus,
html body.jamal-shop nav.woocommerce-pagination ul li a:hover,
html body.jamal-shop nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
  color: initial;
  border: 0 none;
}
html body.jamal-shop .woocommerce-pagination li .page-numbers {
  display: inline-block;
  box-sizing: content-box;
  padding: 0 5px;
  min-width: 22px;
  height: 34px;
  color: #000;
  line-height: 34px;
}
html body.jamal-shop .woocommerce-pagination ul.page-numbers li,
html body.jamal-shop .woocommerce-pagination ul.page-numbers li {
  margin-right: 5px;
  vertical-align: middle;
  text-align: center;
}
html body.jamal-shop .woocommerce-pagination ul.page-numbers li:last-child,
html body.jamal-shop .woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
html body.jamal-shop nav.woocommerce-pagination ul li a:focus,
html body.jamal-shop nav.woocommerce-pagination ul li a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
html body.jamal-shop nav.woocommerce-pagination ul li a,
html body.jamal-shop nav.woocommerce-pagination ul li span {
  transition: all 0.2s ease;
  border-radius: 2px;
}
html body.jamal-shop nav.woocommerce-pagination ul li span.current {
  background-color: #d6986a;
  color: #FFF;
}
html body.jamal-shop ul.cart_list li img,
html body.jamal-shop ul.product_list_widget li img {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: auto;
  box-shadow: none;
  opacity: 1 !important;
}
html body.jamal-shop ul.cart_list li,
html body.jamal-shop ul.product_list_widget li {
  padding: 0 0 10px;
  list-style: none;
}
html body.jamal-shop ul.cart_list li:first-child,
html body.jamal-shop ul.product_list_widget li:first-child {
  padding-top: 0;
}
html body.jamal-shop ul.cart_list li:last-child,
html body.jamal-shop ul.product_list_widget li:last-child {
  padding-bottom: 0;
}
html body.jamal-shop ul.cart_list li a,
html body.jamal-shop ul.product_list_widget li a {
  display: block;
  margin-bottom: 5px;
}
html body.jamal-shop .widget_price_filter div.price_label {
  line-height: 42px;
}
html body.jamal-shop .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
html body.jamal-shop .widget_price_filter .ui-slider {
  margin: 0 auto 20px;
}
html body.jamal-shop .widget_price_filter .ui-slider .ui-slider-handle,
html body.jamal-shop .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #d6986a;
}
html body.jamal-shop .widget_price_filter .ui-slider-horizontal,
html body.jamal-shop .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 2px;
}
html body.jamal-shop .widget_price_filter .ui-slider .ui-slider-handle {
  border-radius: 0;
  width: 4px;
  margin-left: -2px;
  top: -7px;
}
html body.jamal-shop div.product form.cart .woocommerce-variation-description,
html body.jamal-shop div.product .woocommerce-tabs .panel,
html body.jamal-shop .woocommerce-product-details__short-description {
  margin-bottom: 25px;
  color: #666;
}
html body.jamal-shop div.product form.cart .variations tr:nth-child(even) {
  background-color: transparent;
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 auto;
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs::before {
  top: 0;
  bottom: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs li {
  border: 0 none;
  background-color: transparent;
  border-radius: 0;
  margin: 0 25px 0 0;
  padding: 0;
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs li a {
  padding: 20px 0;
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs li::before,
html body.jamal-shop div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
html body.jamal-shop div.product .woocommerce-tabs ul.tabs li.active {
  border-top: 4px solid #d6986a;
  background: transparent none;
}
html body.jamal-shop .product_meta &gt; span,
html body.jamal-shop .product_meta &gt; span {
  display: block;
  margin-bottom: 15px;
}
html body.jamal-shop .product_meta &gt; span {
  color: #000;
}
html body.jamal-shop .product_meta &gt; span a,
html body.jamal-shop .product_meta &gt; span span {
  display: inline-block;
  margin: 0 1px;
  color: #999;
  font-weight: 400;
}
html body.jamal-shop #tab-additional_information .shop_attributes td,
html body.jamal-shop #tab-additional_information .shop_attributes th {
  padding-right: 0;
  padding-left: 0;
}
html body.jamal-shop #tab-additional_information .shop_attributes th {
  text-align: left;
  font-size: 14px;
}
html body.jamal-shop table.shop_attributes th {
  background-color: transparent;
}
html body.jamal-shop table.shop_attributes tr:nth-child(even) td,
html body.jamal-shop table.shop_attributes tr:nth-child(even) th,
html body.jamal-shop table.shop_attributes tr:nth-child(even) {
  background: transparent;
}
html body.jamal-shop table.shop_attributes td,
html body.jamal-shop table.shop_attributes th,
html body.jamal-shop table.shop_attributes {
  border: 0 none;
}
html body.jamal-shop table.shop_attributes tr:nth-child(even) td,
html body.jamal-shop table.shop_attributes tr:nth-child(even) th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html body.jamal-shop .related.products h2,
html body.jamal-shop #reviews #comments h2,
html body.jamal-shop .woocommerce-Reviews .comment-reply-title {
  display: block;
  margin-bottom: 20px;
  color: initial;
}
html body.jamal-shop .woocommerce-tabs,
html body.jamal-shop .woocommerce-Reviews #comments {
  margin-bottom: 40px;
}
html body.jamal-shop #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 52px;
  height: auto;
  border: 0 none;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 50%;
}
html body.jamal-shop #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1em;
}
html body.jamal-shop .woocommerce-error,
html body.jamal-shop .woocommerce-info,
html body.jamal-shop .woocommerce-message {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html body.jamal-shop table.shop_table {
  border-radius: 0;
}
html body.jamal-shop table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 25px;
  border-collapse: collapse;
  border-radius: 0;
}
html body.jamal-shop table.shop_table,
html body.jamal-shop table.shop_table a {
  color: inherit;
}
html body.jamal-shop table.shop_table tr:nth-child(even) {
  background: transparent;
}
html body.jamal-shop table.shop_table th {
  background-color: transparent;
}
html body.jamal-shop #add_payment_method #payment,
html body.jamal-shop #payment,
html body.jamal-shop #payment {
  background-color: transparent;
  border-radius: 0;
}
html body.jamal-shop #add_payment_method #payment ul.payment_methods,
html body.jamal-shop #payment ul.payment_methods,
html body.jamal-shop #payment ul.payment_methods {
  border: 0 none;
  padding: 0;
}
html body.jamal-shop #payment #place_order,
html body.jamal-shop #payment #place_order {
  clear: both;
  margin-top: 60px;
}
html body.jamal-shop .woocommerce form .form-row input.input-text {
  padding: 11px 16px;
}
html body.jamal-shop #customer_details {
  margin-bottom: 60px;
}
html body.jamal-shop div.woocommerce-billing-fields h3,
html body.jamal-shop #order_review_heading {
  margin-bottom: 25px;
}
html body.jamal-shop #respond input#submit.alt,
html body.jamal-shop a.button.alt,
html body.jamal-shop button.button.alt,
html body.jamal-shop input.button.alt,
html body.jamal-shop #respond input#submit.alt:hover,
html body.jamal-shop a.button.alt:hover,
html body.jamal-shop button.button.alt:hover,
html body.jamal-shop input.button.alt:hover,
html body.jamal-shop #respond input#submit,
html body.jamal-shop a.button,
html body.jamal-shop button.button,
html body.jamal-shop input.button,
html body.jamal-shop button.button.alt,
html body.jamal-shop #respond input#submit.alt.disabled,
html body.jamal-shop a.button.alt.disabled,
html body.jamal-shop button.button.alt.disabled,
html body.jamal-shop input.button.alt.disabled {
  border-radius: 2px;
  padding: 6px 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #000;
}
html body.jamal-shop #respond input#submit.alt:hover,
html body.jamal-shop a.button.alt:hover,
html body.jamal-shop button.button.alt:hover,
html body.jamal-shop input.button.alt:hover,
html body.jamal-shop #respond input#submit.alt:hover:hover,
html body.jamal-shop a.button.alt:hover:hover,
html body.jamal-shop button.button.alt:hover:hover,
html body.jamal-shop input.button.alt:hover:hover,
html body.jamal-shop #respond input#submit:hover,
html body.jamal-shop a.button:hover,
html body.jamal-shop button.button:hover,
html body.jamal-shop input.button:hover,
html body.jamal-shop button.button.alt:hover,
html body.jamal-shop #respond input#submit.alt.disabled:hover,
html body.jamal-shop a.button.alt.disabled:hover,
html body.jamal-shop button.button.alt.disabled:hover,
html body.jamal-shop input.button.alt.disabled:hover {
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  color: #FFF;
}
html body.jamal-shop .select2-container .select2-selection--single,
html body.jamal-shop .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.shopping-cart-details {
  position: relative;
  margin-bottom: 40px;
}
.shopping-cart-details .cart-list li {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-width: 0 0 1px;
}
.shopping-cart-details .cart-list li:last-child {
  border-bottom-width: 1px;
  margin-bottom: 0;
}
.shopping-cart-details .product-thumb {
  float: left;
  margin-right: 15px;
  width: 50px;
}
.shopping-cart-details .product-thumb img {
  display: block;
}
.shopping-cart-details .product-thumb a {
  padding: 0;
  line-height: 0;
}
.shopping-cart-details .product-title {
  line-height: 10px;
  padding-right: 30px;
}
.shopping-cart-details .product-title a {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  width: 100%;
  border: 0;
  padding: 0;
}
.shopping-cart-details .product-title a,
.shopping-cart-details .notifications-item a {
  background-color: transparent;
}
.shopping-cart-details .product-meta {
  display: block;
  line-height: 18px;
  font-size: 12px;
}
.shopping-cart-details .shopping-subtotal {
  line-height: 30px;
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
}
.shopping-cart-details .shopping-subtotal span {
  font-weight: bold;
}
.shopping-cart-details a.button {
  display: block;
  margin-top: 7px;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #000;
}
.shopping-cart-details a.button:hover {
  background-color: #000;
  border-width: 1px;
  border-color: #000;
  color: #FFF;
}
.shopping-cart-details .cart-empty-message {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 13px;
}
.shopping-cart-details .cart-empty-message svg {
  display: block;
  clear: both;
  margin: 0 auto 20px;
  fill: rgba(0, 0, 0, 0.1);
}

body.admin-bar .offcanvas,
body.admin-bar .shopcanvas {
  top: 46px;
  height: calc(100% - 46px);
}
@media screen and (min-width: 783px) {
  body.admin-bar .offcanvas,
body.admin-bar .shopcanvas {
    top: 32px;
    height: calc(100% - 32px);
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body.shopcanvas-active {
  overflow: hidden;
  position: relative;
}
body.shopcanvas-active .shopcanvas {
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.09);
  left: initial;
  right: 0;
}
@media screen and (max-width: 600px) {
  body.shopcanvas-active .shopcanvas {
    width: 100%;
    left: initial;
    right: 0;
  }
}
body.shopcanvas-active .site-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.offcanvas-active {
  overflow: hidden;
}
body.offcanvas-active .site {
  position: relative;
  overflow: hidden;
}
body.offcanvas-active .offcanvas {
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.09);
  left: initial;
  right: 0;
}
@media screen and (max-width: 600px) {
  body.offcanvas-active .offcanvas {
    width: 100%;
    left: initial;
    right: 0;
  }
}
body.offcanvas-active .site-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.offcanvas-active .site-inner {
  -webkit-transition: left 0.4s ease, right 0.4s ease;
  -moz-transition: left 0.4s ease, right 0.4s ease;
  transition: left 0.4s ease, right 0.4s ease;
  right: initial;
  left: -350px;
}
body.offcanvas-active .offcanvas .offcanvas-sidebar .offcanvas-inner .widget_nav_menu {
  /* ul.menu &gt; li {
     opacity: 1;
     visibility: visible;

     &amp;:nth-child(1) { transition-delay: 0.3s }
     &amp;:nth-child(2) { transition-delay: 0.5s }
     &amp;:nth-child(3) { transition-delay: 0.7s }
     &amp;:nth-child(4) { transition-delay: 0.9s }
     &amp;:nth-child(5) { transition-delay: 1.1s }
     &amp;:nth-child(6) { transition-delay: 1.3s }
     &amp;:nth-child(7) { transition-delay: 1.5s }
     &amp;:nth-child(8) { transition-delay: 1.7s }
     &amp;:nth-child(9) { transition-delay: 1.9s }
     &amp;:nth-child(10) { transition-delay: 2.1s }
   }*/
}
body.is-header-v3 .jamal-top-left, body.is-header-v5 .jamal-top-left, body.is-header-v6 .jamal-top-left {
  margin-right: 20px;
}
body.is-header-v3 .toggle-offcanvas .v-bar:nth-child(2), body.is-header-v5 .toggle-offcanvas .v-bar:nth-child(2), body.is-header-v6 .toggle-offcanvas .v-bar:nth-child(2) {
  width: 100%;
}
body.is-header-v3 .offcanvas, body.is-header-v5 .offcanvas, body.is-header-v6 .offcanvas {
  right: initial;
  left: -350px;
}
body.is-header-v3.offcanvas-active, body.is-header-v5.offcanvas-active, body.is-header-v6.offcanvas-active {
  overflow: hidden;
}
body.is-header-v3.offcanvas-active .offcanvas, body.is-header-v5.offcanvas-active .offcanvas, body.is-header-v6.offcanvas-active .offcanvas {
  right: initial;
  left: 0;
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 700px) {
  body.is-header-v3.offcanvas-active .offcanvas, body.is-header-v5.offcanvas-active .offcanvas, body.is-header-v6.offcanvas-active .offcanvas {
    width: 100%;
  }
}
body.is-header-v3.offcanvas-active .site-inner, body.is-header-v5.offcanvas-active .site-inner, body.is-header-v6.offcanvas-active .site-inner {
  -webkit-transition: left 0.4s ease, right 0.4s ease;
  -moz-transition: left 0.4s ease, right 0.4s ease;
  transition: left 0.4s ease, right 0.4s ease;
  left: initial;
  right: -350px;
}
body.is-header-v3 .offcanvas-header .jamal-col:nth-child(1), body.is-header-v5 .offcanvas-header .jamal-col:nth-child(1), body.is-header-v6 .offcanvas-header .jamal-col:nth-child(1) {
  order: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.is-header-v3 .offcanvas-header .jamal-col:nth-child(2), body.is-header-v5 .offcanvas-header .jamal-col:nth-child(2), body.is-header-v6 .offcanvas-header .jamal-col:nth-child(2) {
  order: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.is-header-v3 .offcanvas-close svg, body.is-header-v5 .offcanvas-close svg, body.is-header-v6 .offcanvas-close svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.is-header-v3 .mCSB_scrollTools, body.is-header-v5 .mCSB_scrollTools, body.is-header-v6 .mCSB_scrollTools {
  left: auto;
  right: 0;
}
@media (max-width: 990px) {
  body .jamal-top-left {
    margin-right: 20px;
  }
  body .toggle-offcanvas .v-bar:nth-child(2) {
    width: 100%;
  }
  body .offcanvas {
    right: initial;
    left: -350px;
  }
  body.offcanvas-active .offcanvas {
    right: initial;
    left: 0;
  }
}
@media screen and (max-width: 990px) and (max-width: 600px) {
  body.offcanvas-active .offcanvas {
    width: 100%;
  }
}
@media (max-width: 990px) {
  body.offcanvas-active .site-inner {
    -webkit-transition: left 0.4s ease, right 0.4s ease;
    -moz-transition: left 0.4s ease, right 0.4s ease;
    transition: left 0.4s ease, right 0.4s ease;
    left: initial;
    right: -350px;
  }
}
@media (max-width: 990px) {
  body .offcanvas-header .jamal-col:nth-child(1) {
    order: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 990px) {
  body .offcanvas-header .jamal-col:nth-child(2) {
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 990px) {
  body .offcanvas-close svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 990px) {
  body .mCSB_scrollTools {
    left: auto;
    right: 0;
  }
}
body.is-header-v5 .offcanvas .offcanvas-sidebar .offcanvas-inner .widget_nav_menu {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body.no-home-widgets.sidebar-enabled .content-area, body.no-pages-widgets.sidebar-enabled .content-area, body.no-posts-widgets.sidebar-enabled .content-area, body.no-categories-widgets.sidebar-enabled .content-area, body.no-authors-widgets.sidebar-enabled .content-area, body.no-tags-widgets.sidebar-enabled .content-area, body.no-search-widgets.sidebar-enabled .content-area, body.no-archive-widgets.sidebar-enabled .content-area, body.no-main-widgets.sidebar-enabled .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 991px) {
  body.no-offcanvas-widgets section.offcanvas {
    display: none;
  }
  body.no-offcanvas-widgets div.site-overlay {
    display: none;
  }
  body.no-offcanvas-widgets li.social-icons-item.navbar-toggle-offcanvas {
    display: none;
  }
}
body.header-full.is-header-v1 #masthead {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
body.header-full.is-header-v1 .page-header {
  margin-top: 0;
}

@media screen and (max-width: 782px) {
  /* Is Admin Bar */
}
/* ---------------------------------------------
 malihu jquery custom scrollbar plugin
 * Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
------------------------------------------------ */
/*
1. BASIC STYLE
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
2. VERTICAL SCROLLBAR | y-axis
*/
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  right: auto;
  top: 0;
  left: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools,
.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  left: auto;
  right: 0;
}

.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
3. HORIZONTAL SCROLLBAR | x-axis
*/
.mCSB_horizontal.mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside &gt; .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal &gt; .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
4. VERTICAL AND HORIZONTAL SCROLLBARS | yx-axis
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper &gt; .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl &gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside &gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
5. TRANSITIONS
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s, background-color 0.2s;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: 0.2s ease-out;
}

/*
6.1 THEMES
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar &gt; .mCustomScrollBox &gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar &gt; .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover &gt; .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background: rgba(0, 0, 0, 0.3);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.3);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/*scroll bar in dark skin*/
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.35);
}
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.45);
}
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.jamal-skin-dark .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.55);
}

html body {
  -webkit-transition: background 0s;
  transition: background 0s;
}
html body.site-dark, html body.jamal-skin-dark {
  background-color: #1B1A1A;
  color: #aaa;
  /*  Footer Dark */
}
html body.site-dark .page-header &gt; svg, html body.jamal-skin-dark .page-header &gt; svg {
  fill: #1B1A1A;
}
html body.site-dark .jamal-post-container .entry-sub-title,
html body.site-dark .jamal-post-container .entry-title, html body.jamal-skin-dark .jamal-post-container .entry-sub-title,
html body.jamal-skin-dark .jamal-post-container .entry-title {
  color: #FFF;
}
html body.site-dark a, html body.jamal-skin-dark a {
  color: #FFF;
}
html body.site-dark a:hover, html body.jamal-skin-dark a:hover {
  color: #d6986a;
}
html body.site-dark .entry a, html body.jamal-skin-dark .entry a {
  color: #d6986a;
}
html body.site-dark textarea, html body.site-dark input, html body.site-dark select, html body.site-dark input[type=email], html body.site-dark input[type=search], html body.site-dark .widget_search .search-form .search-field, html body.jamal-skin-dark textarea, html body.jamal-skin-dark input, html body.jamal-skin-dark select, html body.jamal-skin-dark input[type=email], html body.jamal-skin-dark input[type=search], html body.jamal-skin-dark .widget_search .search-form .search-field {
  border-color: rgba(255, 255, 255, 0.1);
  color: #939393;
}
html body.site-dark textarea:focus, html body.site-dark input:focus, html body.site-dark select:focus, html body.site-dark input[type=email]:focus, html body.site-dark input[type=search]:focus, html body.site-dark .widget_search .search-form .search-field:focus, html body.jamal-skin-dark textarea:focus, html body.jamal-skin-dark input:focus, html body.jamal-skin-dark select:focus, html body.jamal-skin-dark input[type=email]:focus, html body.jamal-skin-dark input[type=search]:focus, html body.jamal-skin-dark .widget_search .search-form .search-field:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
html body.site-dark input[type=submit], html body.jamal-skin-dark input[type=submit] {
  color: #FFF;
}
html body.site-dark .title-block .title-widget-text, html body.jamal-skin-dark .title-block .title-widget-text {
  color: inherit;
}
html body.site-dark .jamal-post-container .cat-links .screen-reader-text:before, html body.jamal-skin-dark .jamal-post-container .cat-links .screen-reader-text:before {
  background-color: #FFF;
}
html body.site-dark .site-header, html body.jamal-skin-dark .site-header {
  /*background-color: #000000;*/
  box-shadow: none !important;
}
html body.site-dark .site-search-wrap, html body.jamal-skin-dark .site-search-wrap {
  background-color: #000000;
  border-color: #4c4c4c;
}
html body.site-dark .ja-global-featured-row .bd-container,
html body.site-dark .site-header .jamal-topbar-inner,
html body.site-dark .site-header.header-v3 .jamal-topbar-inner .jamal-content, html body.jamal-skin-dark .ja-global-featured-row .bd-container,
html body.jamal-skin-dark .site-header .jamal-topbar-inner,
html body.jamal-skin-dark .site-header.header-v3 .jamal-topbar-inner .jamal-content {
  border-color: #4c4c4c;
}
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social span.social-text, html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social span.social-text {
  color: #000;
}
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social .social-icon, html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social .social-icon {
  border-color: #000;
}
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social .social-icon svg, html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social .social-icon svg {
  fill: #000;
}
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover span.social-text,
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover a, html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover span.social-text,
html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover a {
  color: #FFF;
}
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover .social-icon, html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover .social-icon {
  border-color: #FFF;
}
html body.site-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover .social-icon svg, html body.jamal-skin-dark .ja-footer.footer-style-1 .ja-footer-social ul li:hover .social-icon svg {
  fill: #FFF;
}
html body.site-dark .social-icons-item.shopping-cart-icon svg,
html body.site-dark .social-icons-item .social-icon svg, html body.jamal-skin-dark .social-icons-item.shopping-cart-icon svg,
html body.jamal-skin-dark .social-icons-item .social-icon svg {
  fill: #FFF;
}
html body.site-dark .main-navigation ul.menu &gt; li &gt; a, html body.jamal-skin-dark .main-navigation ul.menu &gt; li &gt; a {
  color: #FFF;
}
html body.site-dark .main-navigation ul.menu &gt; li:hover &gt; a, html body.jamal-skin-dark .main-navigation ul.menu &gt; li:hover &gt; a {
  color: #FFF;
}
html body.site-dark .main-navigation ul.menu li &gt; ul, html body.jamal-skin-dark .main-navigation ul.menu li &gt; ul {
  background-color: #212121;
  box-shadow: none;
}
html body.site-dark .main-navigation ul.menu li &gt; ul &gt; li &gt; a, html body.jamal-skin-dark .main-navigation ul.menu li &gt; ul &gt; li &gt; a {
  color: #FFF;
}
html body.site-dark .site-search-wrap .site-search .search-form-wrap .search-form input[type=search], html body.jamal-skin-dark .site-search-wrap .site-search .search-form-wrap .search-form input[type=search] {
  background-color: transparent;
  border-color: #4c4c4c;
  color: #d3d3d3;
}
html body.site-dark .site-search-wrap .site-search .search-form-wrap .search-form input[type=search]:focus, html body.jamal-skin-dark .site-search-wrap .site-search .search-form-wrap .search-form input[type=search]:focus {
  border-color: rgba(255, 255, 255, 0.7);
  color: #FFF;
}
html body.site-dark .jamal-skin .jamal-skin-icon svg,
html body.site-dark .jamal-skin .jamal-skin-icon svg *,
html body.site-dark .site-search-wrap .search-close svg,
html body.site-dark .site-search-wrap .search-close svg *,
html body.site-dark .site-search-wrap .search-icon-in svg,
html body.site-dark .site-search-wrap .search-icon-in svg *, html body.jamal-skin-dark .jamal-skin .jamal-skin-icon svg,
html body.jamal-skin-dark .jamal-skin .jamal-skin-icon svg *,
html body.jamal-skin-dark .site-search-wrap .search-close svg,
html body.jamal-skin-dark .site-search-wrap .search-close svg *,
html body.jamal-skin-dark .site-search-wrap .search-icon-in svg,
html body.jamal-skin-dark .site-search-wrap .search-icon-in svg * {
  fill: #FFF;
}
html body.site-dark .toggle-offcanvas .v-bar, html body.jamal-skin-dark .toggle-offcanvas .v-bar {
  background-color: #aaa;
}
html body.site-dark .toggle-offcanvas .v-bar::after, html body.jamal-skin-dark .toggle-offcanvas .v-bar::after {
  background-color: #FFF;
}
@media (min-width: 991px) {
  html body.site-dark .social-icons-item.search-icon, html body.jamal-skin-dark .social-icons-item.search-icon {
    border-color: #4c4c4c;
  }
}
html body.site-dark .offcanvas,
html body.site-dark .shopcanvas, html body.jamal-skin-dark .offcanvas,
html body.jamal-skin-dark .shopcanvas {
  background-color: #1B1A1A;
}
html body.site-dark .mc4wp-form-fields::before, html body.jamal-skin-dark .mc4wp-form-fields::before {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .title-block .title-widget-line::before, html body.jamal-skin-dark .title-block .title-widget-line::before {
  background-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark .widget_pages ul li:not(:last-child), html body.site-dark .widget_archive ul li:not(:last-child), html body.site-dark .widget_categories ul li:not(:last-child), html body.site-dark .widget_meta ul li:not(:last-child), html body.jamal-skin-dark .widget_pages ul li:not(:last-child), html body.jamal-skin-dark .widget_archive ul li:not(:last-child), html body.jamal-skin-dark .widget_categories ul li:not(:last-child), html body.jamal-skin-dark .widget_meta ul li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark .widget_recent_entries li .post-date, html body.jamal-skin-dark .widget_recent_entries li .post-date {
  color: inherit;
}
html body.site-dark .widget_nav_menu .menu &gt; .menu-item:not(:first-child), html body.jamal-skin-dark .widget_nav_menu .menu &gt; .menu-item:not(:first-child) {
  border-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark .widget_tag_cloud .tagcloud a,
html body.site-dark .wp-block-tag-cloud a, html body.jamal-skin-dark .widget_tag_cloud .tagcloud a,
html body.jamal-skin-dark .wp-block-tag-cloud a {
  background-color: rgba(255, 255, 255, 0.03);
  /*border: 1px solid rgba(255, 255, 255, 0.08);*/
}
html body.site-dark .widget_nav_menu .menu-item-has-children &gt; span svg, html body.jamal-skin-dark .widget_nav_menu .menu-item-has-children &gt; span svg {
  fill: #FFF;
}
html body.site-dark .widget_search .search-form::after,
html body.site-dark .widget_search .wp-block-search .wp-block-search__inside-wrapper::after, html body.jamal-skin-dark .widget_search .search-form::after,
html body.jamal-skin-dark .widget_search .wp-block-search .wp-block-search__inside-wrapper::after {
  background-color: rgba(255, 255, 255, 0.1);
  content: url('data:image/svg+xml; utf8, &lt;svg width="12px" height="12px" fill="rgba(255, 255, 255, 1)" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" d="M15.9000486,13.9677807 L11.9091192,9.97837176 C12.5855104,8.94209303 12.9460129,7.73163571 12.9467609,6.49428794 C12.95722,3.5340257 10.9567177,0.944139638 8.08901268,0.205360439 C5.22130771,-0.533418761 2.21773796,0.767316422 0.795551918,3.36388906 C-0.626634123,5.9604617 -0.104742781,9.19067961 2.06284196,11.2077114 C4.23042669,13.2247433 7.4909155,13.5141945 9.98017004,11.9105755 L13.9710994,15.8999845 C14.0343336,15.9639806 14.1205708,16 14.2105552,16 C14.3005395,16 14.3867768,15.9639806 14.4500109,15.8999845 L15.9000486,14.451829 C16.0333171,14.3179773 16.0333171,14.1016324 15.9000486,13.9677807 Z M2.091433,6.49295813 C2.09035674,4.71241612 3.16250989,3.1065995 4.80783434,2.42446997 C6.45315879,1.74234044 8.34754378,2.11826999 9.60743775,3.37692301 C10.8673317,4.63557602 11.2445495,6.52901175 10.5631545,8.17412138 C9.88175962,9.81923101 8.27597933,10.8919461 6.4947584,10.8919464 C4.06602936,10.8868318 2.09801749,8.92075837 2.091433,6.49295813 Z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}
html body.site-dark ul.solid-social-icons li a, html body.jamal-skin-dark ul.solid-social-icons li a {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark ul.social-statistics li.social-link-item .social-icon, html body.jamal-skin-dark ul.social-statistics li.social-link-item .social-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark ul.social-statistics li.social-link-item .social-icon svg, html body.jamal-skin-dark ul.social-statistics li.social-link-item .social-icon svg {
  fill: #FFF;
}
html body.site-dark ul.social-statistics li.social-link-item:hover a span.social-icon svg, html body.jamal-skin-dark ul.social-statistics li.social-link-item:hover a span.social-icon svg {
  fill: #d6986a;
}
html body.site-dark .offcanvas-close,
html body.site-dark .shopcanvas-close, html body.jamal-skin-dark .offcanvas-close,
html body.jamal-skin-dark .shopcanvas-close {
  background-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark .offcanvas-close svg,
html body.site-dark .shopcanvas-close svg, html body.jamal-skin-dark .offcanvas-close svg,
html body.jamal-skin-dark .shopcanvas-close svg {
  fill: rgba(255, 255, 255, 0.84);
}
html body.site-dark .posts-list-4 ul.posts-list-items, html body.jamal-skin-dark .posts-list-4 ul.posts-list-items {
  border-color: rgba(255, 255, 255, 0.15);
}
html body.site-dark .posts-list-5, html body.jamal-skin-dark .posts-list-5 {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .posts-list-6 .posts-list-items .slide .ja-post-inner, html body.jamal-skin-dark .posts-list-6 .posts-list-items .slide .ja-post-inner {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .entry-excerpt,
html body.site-dark .entry-excerpt a,
html body.site-dark .post-meta,
html body.site-dark .post-meta a,
html body.site-dark .post-meta .meta-item.ja-meta-author a, html body.jamal-skin-dark .entry-excerpt,
html body.jamal-skin-dark .entry-excerpt a,
html body.jamal-skin-dark .post-meta,
html body.jamal-skin-dark .post-meta a,
html body.jamal-skin-dark .post-meta .meta-item.ja-meta-author a {
  color: #FFF;
}
html body.site-dark .entry-excerpt a:hover,
html body.site-dark .post-meta a:hover,
html body.site-dark .post-meta .meta-item a:hover,
html body.site-dark .post-meta .meta-item.ja-meta-author a:hover, html body.jamal-skin-dark .entry-excerpt a:hover,
html body.jamal-skin-dark .post-meta a:hover,
html body.jamal-skin-dark .post-meta .meta-item a:hover,
html body.jamal-skin-dark .post-meta .meta-item.ja-meta-author a:hover {
  color: #d6986a;
}
html body.site-dark .jamal-post-container .post-meta svg, html body.jamal-skin-dark .jamal-post-container .post-meta svg {
  fill: #FFF;
}
html body.site-dark a.ja-more-link, html body.jamal-skin-dark a.ja-more-link {
  color: #FFF;
  border-color: #FFF;
}
html body.site-dark a.ja-more-link svg, html body.jamal-skin-dark a.ja-more-link svg {
  fill: #FFF;
}
html body.site-dark a.ja-more-link:hover, html body.jamal-skin-dark a.ja-more-link:hover {
  color: #d6986a;
  border-color: #d6986a;
}
html body.site-dark a.ja-more-link:hover svg, html body.jamal-skin-dark a.ja-more-link:hover svg {
  fill: #d6986a;
}
html body.site-dark .ja-instagram-footer-title,
html body.site-dark .ja-global-featured-row.is-full-width, html body.jamal-skin-dark .ja-instagram-footer-title,
html body.jamal-skin-dark .ja-global-featured-row.is-full-width {
  background-color: #111;
  color: #FFF;
}
html body.site-dark .ja-instagram-footer-title .post--item .entry-body .entry-title:hover a,
html body.site-dark .ja-global-featured-row.is-full-width .post--item .entry-body .entry-title:hover a, html body.jamal-skin-dark .ja-instagram-footer-title .post--item .entry-body .entry-title:hover a,
html body.jamal-skin-dark .ja-global-featured-row.is-full-width .post--item .entry-body .entry-title:hover a {
  color: #fff;
}
html body.site-dark .ja-instagram-footer-title svg,
html body.site-dark .ja-global-featured-row.is-full-width svg, html body.jamal-skin-dark .ja-instagram-footer-title svg,
html body.jamal-skin-dark .ja-global-featured-row.is-full-width svg {
  fill: #FFF;
}
html body.site-dark #logo .logo-light,
html body.site-dark .logo-in .logo-light,
html body.site-dark #footer-logo .logo-light, html body.jamal-skin-dark #logo .logo-light,
html body.jamal-skin-dark .logo-in .logo-light,
html body.jamal-skin-dark #footer-logo .logo-light {
  display: none;
}
html body.site-dark #logo .logo-dark,
html body.site-dark .logo-in .logo-dark,
html body.site-dark #footer-logo .logo-dark, html body.jamal-skin-dark #logo .logo-dark,
html body.jamal-skin-dark .logo-in .logo-dark,
html body.jamal-skin-dark #footer-logo .logo-dark {
  display: inline-block;
}
html body.site-dark .aboutme-widget .name-about, html body.jamal-skin-dark .aboutme-widget .name-about {
  color: #FFF;
}
html body.site-dark .aboutme-widget svg, html body.jamal-skin-dark .aboutme-widget svg {
  fill: #FFF;
}
html body.site-dark .aboutme-widget .social-about a, html body.jamal-skin-dark .aboutme-widget .social-about a {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .aboutme-widget .social-about a:hover, html body.jamal-skin-dark .aboutme-widget .social-about a:hover {
  /*svg { fill: $main_color }*/
}
html body.site-dark .aboutme-widget .description-about,
html body.site-dark .aboutme-widget .designation-about, html body.jamal-skin-dark .aboutme-widget .description-about,
html body.jamal-skin-dark .aboutme-widget .designation-about {
  color: inherit;
}
html body.site-dark .jamal-post-container .post-meta .ja-meta-list-share.active, html body.jamal-skin-dark .jamal-post-container .post-meta .ja-meta-list-share.active {
  background-color: #1B1A1A;
  transition: background-color 0s;
}
html body.site-dark .ja-circle, html body.jamal-skin-dark .ja-circle {
  border-color: #FFF;
}
html body.site-dark .ja-circle svg, html body.jamal-skin-dark .ja-circle svg {
  fill: #FFF;
}
html body.site-dark .site-footer, html body.jamal-skin-dark .site-footer {
  background-color: #000;
  border-color: transparent;
}
html body.site-dark .mc4wp-form-fields input[type=email],
html body.site-dark .mc4wp-form-fields input[type=submit], html body.jamal-skin-dark .mc4wp-form-fields input[type=email],
html body.jamal-skin-dark .mc4wp-form-fields input[type=submit] {
  background: transparent;
  border-color: #FFF;
}
html body.site-dark .mc4wp-form-fields input[type=email]:focus,
html body.site-dark .mc4wp-form-fields input[type=submit]:focus,
html body.site-dark .mc4wp-form-fields input[type=email]:hover,
html body.site-dark .mc4wp-form-fields input[type=submit]:hover, html body.jamal-skin-dark .mc4wp-form-fields input[type=email]:focus,
html body.jamal-skin-dark .mc4wp-form-fields input[type=submit]:focus,
html body.jamal-skin-dark .mc4wp-form-fields input[type=email]:hover,
html body.jamal-skin-dark .mc4wp-form-fields input[type=submit]:hover {
  background: transparent;
  border-color: #d6986a;
  color: #d6986a;
}
html body.site-dark .ja-header-newsletter.is-full-width,
html body.site-dark .ja-header-newsletter:not(.is-full-width) .bd-container, html body.jamal-skin-dark .ja-header-newsletter.is-full-width,
html body.jamal-skin-dark .ja-header-newsletter:not(.is-full-width) .bd-container {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .jamal-back-to-top, html body.jamal-skin-dark .jamal-back-to-top {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .jamal-back-to-top svg, html body.jamal-skin-dark .jamal-back-to-top svg {
  fill: #FFF;
}
html body.site-dark .wp-block-image figcaption, html body.jamal-skin-dark .wp-block-image figcaption {
  color: #fff;
}
html body.site-dark .entry-footer .post-nav,
html body.site-dark .entry-footer, html body.jamal-skin-dark .entry-footer .post-nav,
html body.jamal-skin-dark .entry-footer {
  border-color: #383838;
}
html body.site-dark .entry-tags-bottom span a, html body.jamal-skin-dark .entry-tags-bottom span a {
  background-color: #383838;
}
html body.site-dark .entry-newsletter, html body.jamal-skin-dark .entry-newsletter {
  background-color: rgba(46, 45, 45, 0.4);
}
html body.site-dark .page-header,
html body.site-dark .page-header::before, html body.jamal-skin-dark .page-header,
html body.jamal-skin-dark .page-header::before {
  background-color: transparent;
}
html body.site-dark .page-header, html body.jamal-skin-dark .page-header {
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid #333;
}
html body.site-dark .entry-newsletter-head,
html body.site-dark .entry-newsletter-text,
html body.site-dark .entry-newsletter input[type=email], html body.jamal-skin-dark .entry-newsletter-head,
html body.jamal-skin-dark .entry-newsletter-text,
html body.jamal-skin-dark .entry-newsletter input[type=email] {
  color: #FFF;
}
html body.site-dark .post--item .entry-header-meta, html body.site-dark .post--item .entry-footer, html body.jamal-skin-dark .post--item .entry-header-meta, html body.jamal-skin-dark .post--item .entry-footer {
  color: inherit;
}
html body.site-dark .pages-nav ul li a,
html body.site-dark .pages-nav ul li span, html body.jamal-skin-dark .pages-nav ul li a,
html body.jamal-skin-dark .pages-nav ul li span {
  border-color: #FFF;
  color: #FFF;
}
html body.site-dark .pages-nav svg, html body.jamal-skin-dark .pages-nav svg {
  fill: #FFF;
}
html body.site-dark .pages-nav ul li.current a,
html body.site-dark .pages-nav ul li.current span,
html body.site-dark .pages-nav ul li:hover a,
html body.site-dark .pages-nav ul li:hover span, html body.jamal-skin-dark .pages-nav ul li.current a,
html body.jamal-skin-dark .pages-nav ul li.current span,
html body.jamal-skin-dark .pages-nav ul li:hover a,
html body.jamal-skin-dark .pages-nav ul li:hover span {
  border-color: #d6986a;
  color: #d6986a;
}
html body.site-dark .pages-nav,
html body.site-dark .ja-content-list .post--item:not(:first-child), html body.jamal-skin-dark .pages-nav,
html body.jamal-skin-dark .ja-content-list .post--item:not(:first-child) {
  border-color: #333;
}
html body.site-dark .happyforms-styles .happyforms-part__label .label, html body.site-dark .happyforms-styles .happyforms-part__label .happyforms-optional, html body.jamal-skin-dark .happyforms-styles .happyforms-part__label .label, html body.jamal-skin-dark .happyforms-styles .happyforms-part__label .happyforms-optional {
  color: #AAA !important;
}
html body.site-dark .happyforms-styles .happyforms-part input[type=text], html body.site-dark .happyforms-styles .happyforms-part input[type=password], html body.site-dark .happyforms-styles .happyforms-part input[type=email], html body.site-dark .happyforms-styles .happyforms-part input[type=tel], html body.site-dark .happyforms-styles .happyforms-part input[type=number], html body.site-dark .happyforms-styles .happyforms-part input[type=range], html body.site-dark .happyforms-styles .happyforms-part textarea, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=text], html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=password], html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=email], html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=tel], html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=number], html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=range], html body.jamal-skin-dark .happyforms-styles .happyforms-part textarea {
  background: rgba(255, 255, 255, 0.4) !important;
  border-width: 0 !important;
  border-color: transparent !important;
  color: #FFF !important;
}
html body.site-dark .happyforms-styles .happyforms-part input[type=text]:focus, html body.site-dark .happyforms-styles .happyforms-part input[type=password]:focus, html body.site-dark .happyforms-styles .happyforms-part input[type=email]:focus, html body.site-dark .happyforms-styles .happyforms-part input[type=tel]:focus, html body.site-dark .happyforms-styles .happyforms-part input[type=number]:focus, html body.site-dark .happyforms-styles .happyforms-part input[type=range]:focus, html body.site-dark .happyforms-styles .happyforms-part textarea:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=text]:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=password]:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=email]:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=tel]:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=number]:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part input[type=range]:focus, html body.jamal-skin-dark .happyforms-styles .happyforms-part textarea:focus {
  border-width: 0 !important;
  border-color: transparent !important;
}
html body.site-dark .pages-nav &gt; span a, html body.jamal-skin-dark .pages-nav &gt; span a {
  border-color: #FFF;
}
html body.site-dark .pages-nav &gt; span a:hover, html body.jamal-skin-dark .pages-nav &gt; span a:hover {
  border-color: #d6986a;
}
html body.site-dark .post-meta svg, html body.site-dark .post-meta-footer svg, html body.jamal-skin-dark .post-meta svg, html body.jamal-skin-dark .post-meta-footer svg {
  fill: #FFF;
}
html body.site-dark .ja-content-grid .trim-excerpt, html body.jamal-skin-dark .ja-content-grid .trim-excerpt {
  color: #AAA;
}
html body.site-dark .page-header .page-subtitle, html body.site-dark .page-header .taxonomy-description, html body.site-dark .posts-list-5 ul.posts-list-items li .post-meta, html body.site-dark .posts-list-5 ul.posts-list-items li .post-meta a, html body.site-dark .widget_tag_cloud .tagcloud a, html body.site-dark .wp-block-tag-cloud a, html body.jamal-skin-dark .page-header .page-subtitle, html body.jamal-skin-dark .page-header .taxonomy-description, html body.jamal-skin-dark .posts-list-5 ul.posts-list-items li .post-meta, html body.jamal-skin-dark .posts-list-5 ul.posts-list-items li .post-meta a, html body.jamal-skin-dark .widget_tag_cloud .tagcloud a, html body.jamal-skin-dark .wp-block-tag-cloud a {
  color: rgba(255, 255, 255, 0.54);
}
html body.site-dark .site-header.header-v4 .jamal-nav-inner .jamal-content,
html body.site-dark .jamal-post-container:not(:first-child) .post-outer .entry-header,
html body.site-dark .posts-list-4 ul.posts-list-items &gt; li::before,
html body.site-dark .site-footer, html body.site-dark .site-footer.footer-is-widgets .footer-info .jamal-container, html body.jamal-skin-dark .site-header.header-v4 .jamal-nav-inner .jamal-content,
html body.jamal-skin-dark .jamal-post-container:not(:first-child) .post-outer .entry-header,
html body.jamal-skin-dark .posts-list-4 ul.posts-list-items &gt; li::before,
html body.jamal-skin-dark .site-footer, html body.jamal-skin-dark .site-footer.footer-is-widgets .footer-info .jamal-container {
  border-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark .entry-media-inner::after, html body.jamal-skin-dark .entry-media-inner::after {
  display: none;
}
html body.site-dark .author-box .author-wrap,
html body.site-dark ul.social-statistics li.social-link-item a, html body.jamal-skin-dark .author-box .author-wrap,
html body.jamal-skin-dark ul.social-statistics li.social-link-item a {
  background-color: rgba(255, 255, 255, 0.05);
}
html body.site-dark ul.social-statistics li.social-link-item .social-icon, html body.jamal-skin-dark ul.social-statistics li.social-link-item .social-icon {
  background: none;
}
html body.site-dark .author-box .author-bio,
html body.site-dark .post-nav span,
html body.site-dark .ja-content-list .trim-excerpt, html body.jamal-skin-dark .author-box .author-bio,
html body.jamal-skin-dark .post-nav span,
html body.jamal-skin-dark .ja-content-list .trim-excerpt {
  color: #AAA;
}
html body.site-dark .posts-list-4 ul.posts-list-items li .post-meta, html body.site-dark .posts-list-4 ul.posts-list-items li .post-meta a,
html body.site-dark .posts-list-3 ul.posts-list-items li:first-child .post-meta, html body.site-dark .posts-list-3 ul.posts-list-items li:first-child .post-meta a,
html body.site-dark .posts-list-2 ul.posts-list-items li .post-meta, html body.site-dark .posts-list-2 ul.posts-list-items li .post-meta a, html body.jamal-skin-dark .posts-list-4 ul.posts-list-items li .post-meta, html body.jamal-skin-dark .posts-list-4 ul.posts-list-items li .post-meta a,
html body.jamal-skin-dark .posts-list-3 ul.posts-list-items li:first-child .post-meta, html body.jamal-skin-dark .posts-list-3 ul.posts-list-items li:first-child .post-meta a,
html body.jamal-skin-dark .posts-list-2 ul.posts-list-items li .post-meta, html body.jamal-skin-dark .posts-list-2 ul.posts-list-items li .post-meta a {
  color: #FFF;
}
html body.site-dark .entry-share,
html body.site-dark .entry-share a, html body.site-dark .entry-more a, html body.jamal-skin-dark .entry-share,
html body.jamal-skin-dark .entry-share a, html body.jamal-skin-dark .entry-more a {
  border-color: #FFF;
}
html body.site-dark .entry-share a svg, html body.site-dark .entry-more a svg, html body.jamal-skin-dark .entry-share a svg, html body.jamal-skin-dark .entry-more a svg {
  fill: #FFF;
}
html body.site-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .cat-links a,
html body.site-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-more,
html body.site-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .cat-links a,
html body.site-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more, html body.jamal-skin-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .cat-links a,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-more,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .cat-links a,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more {
  border-color: #FFF;
}
html body.site-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-more svg,
html body.site-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more svg, html body.jamal-skin-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header .post-more svg,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header .post-more svg {
  fill: #FFF;
}
html body.site-dark div.ja-featured-row.ja-featured-5 .ja-slick-dots li button::before,
html body.site-dark div.ja-featured-row.ja-featured-2 .ja-slick-dots li:not(.slick-active) button,
html body.site-dark div.ja-featured-row.ja-featured-3 .ja-slick-dots li:not(.slick-active) button, html body.jamal-skin-dark div.ja-featured-row.ja-featured-5 .ja-slick-dots li button::before,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-2 .ja-slick-dots li:not(.slick-active) button,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-3 .ja-slick-dots li:not(.slick-active) button {
  background: #FFF;
}
html body.site-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header,
html body.site-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header, html body.jamal-skin-dark div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-header,
html body.jamal-skin-dark div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-header {
  background-color: #1B1A1A;
}
@media only screen and (min-width: 640px) {
  html body.site-dark div.ja-blog-i1003 .entry-body-inner,
html body.site-dark div.ja-blog-i1004 .entry-body-inner, html body.jamal-skin-dark div.ja-blog-i1003 .entry-body-inner,
html body.jamal-skin-dark div.ja-blog-i1004 .entry-body-inner {
    background-color: #262525;
  }
}
html body.site-dark .ja-header-newsletter, html body.jamal-skin-dark .ja-header-newsletter {
  border: 0 none;
}
html body.site-dark .sticky-nav-holder.sticky-nav, html body.jamal-skin-dark .sticky-nav-holder.sticky-nav {
  background-color: rgba(0, 0, 0, 0.8);
}
html body.site-dark .widget-title-style4 .widget-title-content::before, html body.site-dark .widget-title-style4 .widget-title-content::after, html body.jamal-skin-dark .widget-title-style4 .widget-title-content::before, html body.jamal-skin-dark .widget-title-style4 .widget-title-content::after {
  background: rgba(255, 255, 255, 0.4) !important;
}
html body.site-dark div.tagcloud a,
html body.site-dark .wp-block-tag-cloud a, html body.jamal-skin-dark div.tagcloud a,
html body.jamal-skin-dark .wp-block-tag-cloud a {
  background: rgba(255, 255, 255, 0.05) !important;
}
html body.site-dark .shopping-cart-details a.button, html body.jamal-skin-dark .shopping-cart-details a.button {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}
html body.site-dark .shopping-cart-details a.button:hover, html body.jamal-skin-dark .shopping-cart-details a.button:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
html body.site-dark .shopping-cart-details .cart-empty-message svg, html body.jamal-skin-dark .shopping-cart-details .cart-empty-message svg {
  fill: rgba(255, 255, 255, 0.4);
}
html body.site-dark.jamal-shop #respond input#submit.alt,
html body.site-dark.jamal-shop a.button.alt,
html body.site-dark.jamal-shop button.button.alt,
html body.site-dark.jamal-shop input.button.alt,
html body.site-dark.jamal-shop #respond input#submit.alt:hover,
html body.site-dark.jamal-shop a.button.alt:hover,
html body.site-dark.jamal-shop button.button.alt:hover,
html body.site-dark.jamal-shop input.button.alt:hover,
html body.site-dark.jamal-shop #respond input#submit,
html body.site-dark.jamal-shop a.button,
html body.site-dark.jamal-shop button.button,
html body.site-dark.jamal-shop input.button,
html body.site-dark.jamal-shop button.button.alt,
html body.site-dark.jamal-shop #respond input#submit.alt.disabled,
html body.site-dark.jamal-shop a.button.alt.disabled,
html body.site-dark.jamal-shop button.button.alt.disabled,
html body.site-dark.jamal-shop input.button.alt.disabled, html body.jamal-skin-dark.jamal-shop #respond input#submit.alt,
html body.jamal-skin-dark.jamal-shop a.button.alt,
html body.jamal-skin-dark.jamal-shop button.button.alt,
html body.jamal-skin-dark.jamal-shop input.button.alt,
html body.jamal-skin-dark.jamal-shop #respond input#submit.alt:hover,
html body.jamal-skin-dark.jamal-shop a.button.alt:hover,
html body.jamal-skin-dark.jamal-shop button.button.alt:hover,
html body.jamal-skin-dark.jamal-shop input.button.alt:hover,
html body.jamal-skin-dark.jamal-shop #respond input#submit,
html body.jamal-skin-dark.jamal-shop a.button,
html body.jamal-skin-dark.jamal-shop button.button,
html body.jamal-skin-dark.jamal-shop input.button,
html body.jamal-skin-dark.jamal-shop button.button.alt,
html body.jamal-skin-dark.jamal-shop #respond input#submit.alt.disabled,
html body.jamal-skin-dark.jamal-shop a.button.alt.disabled,
html body.jamal-skin-dark.jamal-shop button.button.alt.disabled,
html body.jamal-skin-dark.jamal-shop input.button.alt.disabled {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}
html body.site-dark.jamal-shop #respond input#submit.alt:hover,
html body.site-dark.jamal-shop a.button.alt:hover,
html body.site-dark.jamal-shop button.button.alt:hover,
html body.site-dark.jamal-shop input.button.alt:hover,
html body.site-dark.jamal-shop #respond input#submit.alt:hover:hover,
html body.site-dark.jamal-shop a.button.alt:hover:hover,
html body.site-dark.jamal-shop button.button.alt:hover:hover,
html body.site-dark.jamal-shop input.button.alt:hover:hover,
html body.site-dark.jamal-shop #respond input#submit:hover,
html body.site-dark.jamal-shop a.button:hover,
html body.site-dark.jamal-shop button.button:hover,
html body.site-dark.jamal-shop input.button:hover,
html body.site-dark.jamal-shop button.button.alt:hover,
html body.site-dark.jamal-shop #respond input#submit.alt.disabled:hover,
html body.site-dark.jamal-shop a.button.alt.disabled:hover,
html body.site-dark.jamal-shop button.button.alt.disabled:hover,
html body.site-dark.jamal-shop input.button.alt.disabled:hover, html body.jamal-skin-dark.jamal-shop #respond input#submit.alt:hover,
html body.jamal-skin-dark.jamal-shop a.button.alt:hover,
html body.jamal-skin-dark.jamal-shop button.button.alt:hover,
html body.jamal-skin-dark.jamal-shop input.button.alt:hover,
html body.jamal-skin-dark.jamal-shop #respond input#submit.alt:hover:hover,
html body.jamal-skin-dark.jamal-shop a.button.alt:hover:hover,
html body.jamal-skin-dark.jamal-shop button.button.alt:hover:hover,
html body.jamal-skin-dark.jamal-shop input.button.alt:hover:hover,
html body.jamal-skin-dark.jamal-shop #respond input#submit:hover,
html body.jamal-skin-dark.jamal-shop a.button:hover,
html body.jamal-skin-dark.jamal-shop button.button:hover,
html body.jamal-skin-dark.jamal-shop input.button:hover,
html body.jamal-skin-dark.jamal-shop button.button.alt:hover,
html body.jamal-skin-dark.jamal-shop #respond input#submit.alt.disabled:hover,
html body.jamal-skin-dark.jamal-shop a.button.alt.disabled:hover,
html body.jamal-skin-dark.jamal-shop button.button.alt.disabled:hover,
html body.jamal-skin-dark.jamal-shop input.button.alt.disabled:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
html body.site-dark.jamal-shop .related.products h2,
html body.site-dark.jamal-shop #reviews #comments h2,
html body.site-dark.jamal-shop .woocommerce-Reviews .comment-reply-title,
html body.site-dark.jamal-shop .product_meta &gt; span, html body.jamal-skin-dark.jamal-shop .related.products h2,
html body.jamal-skin-dark.jamal-shop #reviews #comments h2,
html body.jamal-skin-dark.jamal-shop .woocommerce-Reviews .comment-reply-title,
html body.jamal-skin-dark.jamal-shop .product_meta &gt; span {
  color: #FFF;
}
html body.site-dark.jamal-shop div.product .woocommerce-tabs ul.tabs::before, html body.jamal-skin-dark.jamal-shop div.product .woocommerce-tabs ul.tabs::before {
  background-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark.jamal-shop .woocommerce-pagination li .page-numbers, html body.jamal-skin-dark.jamal-shop .woocommerce-pagination li .page-numbers {
  color: #FFF;
}
html body.site-dark.jamal-shop nav.woocommerce-pagination ul li a:focus,
html body.site-dark.jamal-shop nav.woocommerce-pagination ul li a:hover, html body.jamal-skin-dark.jamal-shop nav.woocommerce-pagination ul li a:focus,
html body.jamal-skin-dark.jamal-shop nav.woocommerce-pagination ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark.jamal-shop .woocommerce-products-header__title.page-title,
html body.site-dark.jamal-shop .woocommerce-ordering select, html body.jamal-skin-dark.jamal-shop .woocommerce-products-header__title.page-title,
html body.jamal-skin-dark.jamal-shop .woocommerce-ordering select {
  color: #FFF;
}
html body.site-dark.jamal-shop .woocommerce-ordering::after, html body.jamal-skin-dark.jamal-shop .woocommerce-ordering::after {
  background-color: #FFF;
}
html body.site-dark.jamal-shop .woocommerce-ordering::before, html body.jamal-skin-dark.jamal-shop .woocommerce-ordering::before {
  border-color: #FFF;
}
html body.site-dark.jamal-shop .woocommerce-breadcrumb a, html body.jamal-skin-dark.jamal-shop .woocommerce-breadcrumb a {
  color: #FFF;
}
html body.site-dark.jamal-shop .woocommerce-breadcrumb,
html body.site-dark.jamal-shop p.woocommerce-result-count, html body.jamal-skin-dark.jamal-shop .woocommerce-breadcrumb,
html body.jamal-skin-dark.jamal-shop p.woocommerce-result-count {
  color: #FFF;
}
html body.site-dark.jamal-shop .woocommerce-info,
html body.site-dark.jamal-shop div.product form.cart .woocommerce-variation-description,
html body.site-dark.jamal-shop div.product .woocommerce-tabs .panel,
html body.site-dark.jamal-shop .woocommerce-product-details__short-description,
html body.site-dark.jamal-shop div.product .woocommerce-tabs ul.tabs li a, html body.jamal-skin-dark.jamal-shop .woocommerce-info,
html body.jamal-skin-dark.jamal-shop div.product form.cart .woocommerce-variation-description,
html body.jamal-skin-dark.jamal-shop div.product .woocommerce-tabs .panel,
html body.jamal-skin-dark.jamal-shop .woocommerce-product-details__short-description,
html body.jamal-skin-dark.jamal-shop div.product .woocommerce-tabs ul.tabs li a {
  color: #FFF;
}
html body.site-dark.jamal-shop #reviews #comments ol.commentlist li .comment-text, html body.jamal-skin-dark.jamal-shop #reviews #comments ol.commentlist li .comment-text {
  border-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark.jamal-shop .woocommerce-error,
html body.site-dark.jamal-shop .woocommerce-info,
html body.site-dark.jamal-shop .woocommerce-message,
html body.site-dark.jamal-shop .select2-container--default .select2-selection--single, html body.jamal-skin-dark.jamal-shop .woocommerce-error,
html body.jamal-skin-dark.jamal-shop .woocommerce-info,
html body.jamal-skin-dark.jamal-shop .woocommerce-message,
html body.jamal-skin-dark.jamal-shop .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark.jamal-shop table.shop_table td,
html body.site-dark.jamal-shop table.shop_table th,
html body.site-dark.jamal-shop table.shop_table, html body.jamal-skin-dark.jamal-shop table.shop_table td,
html body.jamal-skin-dark.jamal-shop table.shop_table th,
html body.jamal-skin-dark.jamal-shop table.shop_table {
  border-color: rgba(255, 255, 255, 0.1);
}
html body.site-dark aside.entry-overlay-bottom-meta, html body.jamal-skin-dark aside.entry-overlay-bottom-meta {
  color: #666;
}
html body.site-dark aside.entry-overlay-bottom-meta &gt; span, html body.site-dark aside.entry-overlay-bottom-meta .cat-links, html body.jamal-skin-dark aside.entry-overlay-bottom-meta &gt; span, html body.jamal-skin-dark aside.entry-overlay-bottom-meta .cat-links {
  background-color: #1B1A1A;
}
html body.site-dark aside.entry-overlay-bottom-meta svg, html body.jamal-skin-dark aside.entry-overlay-bottom-meta svg {
  fill: #666;
}
html body.site-dark aside.entry-overlay-bottom-meta a, html body.jamal-skin-dark aside.entry-overlay-bottom-meta a {
  color: #FFF;
}
html body.site-dark aside.entry-overlay-bottom-meta a svg, html body.jamal-skin-dark aside.entry-overlay-bottom-meta a svg {
  fill: #666;
}
html body.site-dark aside.entry-overlay-bottom-meta a:hover, html body.jamal-skin-dark aside.entry-overlay-bottom-meta a:hover {
  color: #d6986a;
}
html body.site-dark aside.entry-overlay-bottom-meta a:hover svg, html body.jamal-skin-dark aside.entry-overlay-bottom-meta a:hover svg {
  fill: #d6986a;
}
html body.site-dark .widget-title-style6, html body.jamal-skin-dark .widget-title-style6 {
  border-color: rgba(255, 255, 255, 0.05);
  color: #AAA;
}
@media (min-width: 992px) {
  html body.site-dark li.menu-item-has-children:before, html body.jamal-skin-dark li.menu-item-has-children:before {
    border: 4px solid transparent;
    border-top: 4px solid #FFF;
    transition: border 0.15s;
  }
  html body.site-dark li.menu-item-has-children li.menu-item-has-children:before, html body.jamal-skin-dark li.menu-item-has-children li.menu-item-has-children:before {
    border: 4px solid transparent;
    border-left-color: #FFF;
  }
}
html body.site-dark .jamal-load-more-btn .jamal-load-more-btn-inner, html body.jamal-skin-dark .jamal-load-more-btn .jamal-load-more-btn-inner {
  border-color: #FFF;
  color: #FFF;
}
html body.site-dark ul.social-statistics.social-statistics-style2 li.social-link-item:hover span.social-icon svg, html body.jamal-skin-dark ul.social-statistics.social-statistics-style2 li.social-link-item:hover span.social-icon svg {
  fill: #FFF;
}
html body.site-dark blockquote::after, html body.jamal-skin-dark blockquote::after {
  content: url('data:image/svg+xml; utf8, &lt;svg fill="white" version="1.1" xmlns="http://www.w3.org/2000/svg" width="40px" height="40px" viewBox="0 0 1024 1024"&gt;&lt;path id="bdaia-blockquote-before" d="M256 326.4c0-12.8 0-25.6 0-38.4 0-64 12.8-128 38.4-185.6-172.8 70.4-294.4 243.2-294.4 441.6 0 121.6 102.4 224 224 224s224-102.4 224-224c0-108.8-83.2-204.8-192-217.6zM832 326.4c0-12.8 0-25.6 0-38.4 0-64 12.8-128 38.4-185.6-172.8 70.4-294.4 243.2-294.4 441.6 0 121.6 102.4 224 224 224s224-102.4 224-224c0-108.8-83.2-204.8-192-217.6z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p,
.hentry li,
q p,
blockquote p,
.wp-block-quote p,
.page-subtitle,
.jamal-post-container .entry-sub-title,
.jamal-post-container .single-caption-text,
.thumb-caption div,
.aboutme-widget .designation-about,
div.ja-blog-i1001 .trim-excerpt,
div.ja-blog-i1006 .trim-excerpt,
div.ja-blog-i1005 .trim-excerpt,
div.ja-blog-i1004 .trim-excerpt,
div.ja-blog-i1003 .trim-excerpt,
div.ja-blog-i1002 .trim-excerpt,
.ja-content-list .trim-excerpt,
.ja-content-grid .trim-excerpt,
.ja-list-articles .trim-excerpt,
.posts-list-5 .ja-trim-excerpt,
.posts-list-6 .posts-list-items .slide .ja-trim-excerpt {
  font-family: "Lora", sans-serif;
  font-weight: 400;
}

.jamal-search-overlay input,
html body.woocommerce ul.cart_list li a,
html body.woocommerce ul.product_list_widget li a,
html body.woocommerce div.product .product_title,
html body.woocommerce ul.products li.product .woocommerce-loop-category__title,
html body.woocommerce ul.products li.product .woocommerce-loop-product__title,
html body.woocommerce ul.products li.product h3,
div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-title a,
div.ja-blog-i1001 .entry-title,
div.ja-blog-i1002 .entry-title,
div.ja-blog-i1003 .entry-title,
div.ja-blog-i1004 .entry-title,
div.ja-blog-i1005 .entry-title,
div.ja-blog-i1006 .entry-title,
div.ja-blog-i1007 .entry-title,
div.ja-blog-i1008 .entry-title,
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-title a,
.ja-global-featured-row .entry-title,
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .entry-title,
.posts-list-4 ul.posts-list-items li .entry-title,
.posts-list-1 ul.posts-list-items li .entry-title,
.page-title,
.content-area .entry-newsletter-head,
.jamal-post-container .entry-title,
body.full-width .ja-content-list .entry-title,
.author-box .author-name,
.ja-content-list .entry-title,
.ja-content-grid .entry-title,
.ja-list-articles .entry-title,
.ja-grid-articles .entry-title,
.post-nav .post-title,
.thumb-caption h3,
.entry-newsletter-head,
.posts-list-2 ul.posts-list-items li .entry-title,
.posts-list-3 ul.posts-list-items li:first-child .entry-title,
.posts-list-5 ul.posts-list-items li .entry-title,
.posts-list-6 .posts-list-items .slide .entry-title,
#logo,
.ja-footer-site-name,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-family: "poynter-500";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q p,
blockquote p,
.wp-block-quote p,
body.single article .entry blockquote p {
  font-style: italic;
  font-size: 27px;
  line-height: 40px;
  text-transform: none;
}

p, .hentry li {
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}

.footer-menu,
.post-meta, .post-meta-footer {
  font-size: 13px;
}

.author-box .author-name {
  font-size: 18px;
  line-height: 1.4;
  text-transform: none;
}

.author-box .author-bio {
  font-size: 14px;
  line-height: 1.6;
  text-transform: none;
}

.product_meta,
ul.product-categories,
html body.woocommerce ul.product_list_widget .woocommerce-Price-amount,
html body.woocommerce .woocommerce-result-count,
.post--item .entry-header-meta,
.post--item .entry-footer,
.posts-list-widget .post-meta,
.entry-tags-bottom span a,
.post-nav .post-title span {
  font-size: 13px;
  line-height: 23px;
}

#respond p,
.ja-promo-boxes .entry-overlay-content .entry-header .entry-title,
.blog-meta,
div.ja-featured-row.ja-featured-5 .entry-overlay-content a,
.post-more,
.entry-more a,
.cat-links {
  font-size: 13px;
}

.ja-promo-boxes .entry-overlay-content .entry-header .entry-title {
  font-weight: 700;
  text-transform: uppercase;
}

.blog-footer-author {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

.entry-more a {
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.jamal-post-container .cat-links {
  font-size: 13px;
}

body.full-width .ja-content-list .entry-title {
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body.full-width .ja-content-list .entry-title {
    font-size: 24px;
    line-height: 34px;
  }
}

div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-title a,
.page-title,
.content-area .entry-newsletter-head,
.jamal-post-container .entry-title {
  font-size: 40px;
  line-height: 56px;
  text-transform: none;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  div.ja-featured-row.ja-featured-1 .entry-overlay-content .entry-title a,
.page-title,
.content-area .entry-newsletter-head,
.jamal-post-container .entry-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.woocommerce div.product .product_title,
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-title a {
  font-size: 32px;
  line-height: 42px;
  text-transform: none;
  word-wrap: break-word;
}
@media (max-width: 990px) {
  .woocommerce div.product .product_title,
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-title a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  .woocommerce div.product .product_title,
div.ja-featured-row.ja-featured-2 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-3 .entry-overlay-content .entry-title a,
div.ja-featured-row.ja-featured-4 .entry-overlay-content .entry-title a {
    font-size: 16px;
    line-height: 26px;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
div.ja-blog-i1001 .entry-title,
div.ja-blog-i1002 .entry-title,
div.ja-blog-i1003 .entry-title,
div.ja-blog-i1004 .entry-title,
div.ja-blog-i1005 .entry-title,
div.ja-blog-i1006 .entry-title,
div.ja-blog-i1007 .entry-title,
div.ja-blog-i1008 .entry-title,
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-title a {
  font-size: 22px;
  line-height: 32px;
  text-transform: none;
  word-wrap: break-word;
}
@media (max-width: 400px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
div.ja-blog-i1001 .entry-title,
div.ja-blog-i1002 .entry-title,
div.ja-blog-i1003 .entry-title,
div.ja-blog-i1004 .entry-title,
div.ja-blog-i1005 .entry-title,
div.ja-blog-i1006 .entry-title,
div.ja-blog-i1007 .entry-title,
div.ja-blog-i1008 .entry-title,
div.ja-featured-row.ja-featured-5 .entry-overlay-content .entry-title a {
    font-size: 16px;
    line-height: 26px;
  }
}

div.ja-featured-row.ja-featured-4 .entry-overlay-content .post-excerpt {
  font-size: 14px;
  line-height: 22px;
}

.page-subtitle,
.jamal-post-container .entry-sub-title,
.jamal-post-container .single-caption-text,
.thumb-caption div {
  font-weight: 400;
  font-style: italic;
}

.jamal-post-container .entry-sub-title {
  font-size: 18px;
}

.ja-global-featured-row .entry-title,
.posts-list-3 ul.posts-list-items li:nth-child(n+2) .entry-title,
.posts-list-4 ul.posts-list-items li .entry-title,
.posts-list-1 ul.posts-list-items li .entry-title {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

.entry-newsletter-text,
.widget p {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  color: #383838;
  font-weight: 400;
}

.aboutme-widget .name-about {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.aboutme-widget .designation-about {
  font-weight: 400;
  font-style: italic;
}

.ja-content-list .entry-title,
.ja-content-grid .entry-title,
.ja-list-articles .entry-title,
.ja-grid-articles .entry-title,
.post-nav .post-title,
.thumb-caption h3,
.entry-newsletter-head,
.posts-list-2 ul.posts-list-items li .entry-title,
.posts-list-3 ul.posts-list-items li:first-child .entry-title,
.posts-list-5 ul.posts-list-items li .entry-title,
.posts-list-6 .posts-list-items .slide .entry-title {
  text-transform: none;
}

.thumb-caption h3,
.ja-content-list .entry-title,
.ja-content-grid .entry-title,
.ja-list-articles .entry-title,
.ja-grid-articles .entry-title,
.entry-newsletter-head {
  font-size: 20px;
  line-height: 28px;
}

.posts-list-2 ul.posts-list-items li .entry-title,
.posts-list-3 ul.posts-list-items li:first-child .entry-title,
.posts-list-5 ul.posts-list-items li .entry-title,
.posts-list-6 .posts-list-items .slide .entry-title {
  font-size: 18px;
  line-height: 28px;
}

.post-nav .post-title {
  font-size: 16px;
  line-height: 28px;
}

.jamal-load-more-btn,
.pages-nav,
.main-navigation ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.woocommerce div.product form.cart .woocommerce-variation-description p,
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce-product-details__short-description p,
div.ja-blog-i1001 .trim-excerpt p,
div.ja-blog-i1004 .trim-excerpt p,
div.ja-blog-i1005 .trim-excerpt p,
div.ja-blog-i1006 .trim-excerpt p,
div.ja-blog-i1007 .trim-excerpt p,
div.ja-blog-i1008 .trim-excerpt p,
div.ja-blog-i1003 .trim-excerpt p,
div.ja-blog-i1002 .trim-excerpt p,
.ja-content-list .trim-excerpt p,
.ja-content-grid .trim-excerpt p,
.ja-list-articles .trim-excerpt p,
.posts-list-5 .ja-trim-excerpt p,
.posts-list-6 .posts-list-items .slide .ja-trim-excerpt p,
div.ja-blog-i1001 .trim-excerpt,
div.ja-blog-i1004 .trim-excerpt,
div.ja-blog-i1005 .trim-excerpt,
div.ja-blog-i1006 .trim-excerpt,
div.ja-blog-i1007 .trim-excerpt,
div.ja-blog-i1003 .trim-excerpt,
div.ja-blog-i1002 .trim-excerpt,
.ja-content-list .trim-excerpt,
.ja-content-grid .trim-excerpt,
.ja-list-articles .trim-excerpt,
.posts-list-5 .ja-trim-excerpt,
.posts-list-6 .posts-list-items .slide .ja-trim-excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}

html body.woocommerce ul.products li.product .price,
.widget-title-style5,
.ja-footer .title-widget,
.title-widget-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

aside.entry-overlay-bottom-meta .cat-links,
.widget-title-style2,
.widget-title-style3,
.widget-title-style4,
.widget-title-style6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce .related.products h2,
.woocommerce #reviews #comments h2,
.woocommerce-Reviews .comment-reply-title,
.content-area .title-widget-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.ja-footer.footer-style-1 .ja-footer-newsletter .entry-newsletter-head {
  font-size: 24px;
  line-height: 38px;
}

textarea, input, select {
  font-size: 14px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
html body.woocommerce .widget_price_filter .price_slider_amount .button,
html body.woocommerce #respond input#submit,
html body.woocommerce a.button,
html body.woocommerce button.button,
html body.woocommerce input.button,
.comment-list .reply a,
.button, [type=submit],
.generic-button a,
.generic-button button,
.happyforms-styles input[type=submit].happyforms-submit.happyforms-button--submit,
.happyforms-styles input[type=submit][disabled].happyforms-submit.happyforms-button--submit,
.ja-footer.footer-style-1 .ja-footer-newsletter .mc4wp-form-fields input[type=submit],
.ja-footer.footer-style-1 .ja-footer-social .social-text,
.ja-footer-menu,
.ja-footer-copyrights {
  font-weight: 700;
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ja-footer-menu {
  text-transform: inherit;
}

.site-header #logo,
.ja-footer-site-name {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  word-wrap: break-word;
}

.entry h1 {
  font-size: 42px;
  line-height: 50px;
}
.entry h2 {
  font-size: 27px;
  line-height: 38px;
}
.entry h3 {
  font-size: 22px;
  line-height: 30px;
}
.entry h4 {
  font-size: 19px;
  line-height: 29px;
}
.entry h5 {
  font-size: 17px;
  line-height: 25px;
}
.entry h6 {
  font-size: 16px;
  line-height: 24px;
}

.entry .blocks-gallery-grid,
.entry .wp-block-gallery,
.blocks-gallery-grid,
.wp-block-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>